@charset "utf-8";
/***** Design By Sagar 4.3 HTML 5 *****/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/* font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif; */
/* CSS Document */
body {
    font-family: 'Nunito', sans-serif;
    background: #111111;
    color: #fff;
    font-size: 15px;
    overflow-x: hidden;
	letter-spacing: .4px;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background: #fbc709;
    -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 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    margin: 0;
	color: #fbc709;
}

p {
    padding: 0;
    margin: 0;
	color:#f7f7f7; line-height:24px;
}

::-moz-selection {
    text-shadow: none;
    background: #fbc709;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #fbc709;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}


/*------------------ VARIABLE CSS ------------ */

:root {
    --primary: #fbc709;
    --secondary: #fbc709;
}

/*** header ***/
.header-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}

.header ul li {
    display: inline-block;
    float: none;

    margin: 0px;
}

.right-side {
    margin-top: 19px;
    margin-left: 50px;
}

.right-h {
    display: block;
    margin-left: auto;
}

.center-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header li a {
    padding: 33px 12px;
    display: block;
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 400;
    border-radius: 0px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.header li a:hover {
 font-weight: 400;
    color: #fbc709;
}

.carousel-inner {
    position: relative;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .5s forwards;
    z-index: 9999;
    background-color: #fff;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
    margin-top: -39px;
    min-width: 160px;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn {
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.dropdoqwn li a {
    display: block !important;
    font-size: 13px;
    padding: 10px 15px;
    min-width: 220px;
    font-weight: 500;
    text-align: left;
    border-radius: 0px;
    color: #000;
    text-transform: capitalize !important;
}

.dropdoqwn li a:hover {
    background-color: #fbc709;
    color: #111111;
}

.meg:hover {
    background-color: #fbc709;
}

.catrgory span {
    margin-top: 28%;
    display: block;
}

.catrgory h3 {
    font-size: 24px;
    font-weight: 900;
}

.catrgory a {
    background-color: #084519;
    display: table !important;
    margin: 50px auto;
    padding: 10px 18px !important;
    color: #fff !important;
}

.headerlist {
    padding: 15px 00px;
}

.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;
    box-shadow: -1px 3px 6px 2px rgb(0 0 0 / 18%);
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #222;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 0px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;

}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    background-color: #fff;
    color: #444;
    border-radius: 0px;
    padding: 21px 22px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}
.topnuber {
    background: #fbc709;
    font-size: 16px;
    color: #000;
    border-radius: 5px;
    padding: 5px 15px;
    border-bottom: 2px solid #78610d;
}.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.logo-center img {
    position: absolute;
    margin: 0 auto;
    display: block;
    left: -25px;
    right: 0;
    top: 7px;
    z-index: 999999;
    width: 108px;
}

.logo-part {
    float: left;
    padding: 6px 20px 5px 0px;
    width: 192px;
}


.darkHeader {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    background-color: #111111;
    border-bottom: none;
    animation: fadeInDown 1s;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.topmenu li {
    display: inline;
    margin-left: 12px;
}

.topmenu i {
    padding-right: 5px;
    font-size: 16px;
    color: #2b2f34;
}

.topmenu i:hover {
    color: #000;
}

.topmenu li a {
    color: #222;
}

.topmenu {
    font-size: 14px;
    background: #efefc2;
    color: #000;
    padding: 4px;
    line-height: 24px;
    font-weight: 700;
}

.header {
    display: flex;
    align-items: center;
}

.banner {
    width: 100%;
    object-fit: cover;
}

.clients {
    padding: 2rem 0rem;

}

.owl-buttons {
    display: none;
}


/*#region Aboutus  */

.about_us {
    padding: 2rem 0rem;
    line-height: 24px;
    font-weight: 500;
}

.about_us h2 {
    font-size: 24px;
    color: #797979;
}

.about_us h1 {
    color: #360d99;
    display: table;
    border-bottom: 4px solid #6dd549;
    margin-bottom: 20px;
    margin-top: 9px;
    font-weight: 700;
    font-size: 36px;
}

.about_us h3 {
    color: #383c41;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}

.about_us a {
    background: #00cfde;
    display: table;
    padding: 14px 38px;
    margin-top: 42px;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}



.how_works {
    text-align: center;
    padding: 3rem 0rem;
}

.how_works h4 {
    color: #360d99;
    display: table;
    border-bottom: 4px solid #6dd549;
    margin-bottom: 20px;
    margin-top: 9px;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.how_works a {
    display: block;
    color: #111111;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 10px;

}



.blogs {
    padding: 4rem 0rem;
    border-top: 1px solid #d5d0d0;
    border-bottom: 1px solid #d5d0d0;
    margin-top: 2rem;
    line-height: 25px;
}

.blogs h5 {
    font-size: 24px;
    color: #797979;
}

.blogs h6 {
    font-size: 40px;
    font-weight: 700;
    color: #360d99;
    margin-bottom: 20px;
    padding-top: 5px;
}

.see_btn {
    font-size: 17px;
    display: block;
    margin-top: 25px;
}

.see_btn a {
    display: inline-block;
    color: #6dd549;
    font-weight: 700;
}

.blog_area {
    position: relative;
}

.blog_area img {
    width: 100%;
    object-fit: cover;
    height: 350px;
    object-position: 0px 0px;
}

.text_area {
    color: #fff;
    background: linear-gradient(to bottom, #00000000 0%, #190742 118%);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 25px 20px;
    font-size: 14px;
}

.text_area a {
    display: block;
    font-weight: 800;
    color: #fff;
    font-size: 23px;
    margin-top: 10px;
}

.clients2 {
    padding: 3rem 0rem;
    text-align: center;
    font-size: 22px;
    color: #797979;
}

.clients2 h3 {
    font-weight: 700;
    font-size: 3rem;
    color: #360d99;
    padding-bottom: 7px;
}

.owl-buttons {
    display: none;
}

.section1 {
    width: 100%;
    height: 100vh;
    background-size: cover !important;
    position: fixed;
    top: 0;
    clip-path: circle(0%);
    align-items: center;
	background-image:url(../images/bg1.jpg);
}
.boxfigure {
    border: 15px solid #dedede;
    border-bottom-color: #afacac;
    border-top-color: #dedede;
    border-left-color: #dedede;
    border-right-color: #afacac;
}
.boxfigure img{ width:100%; height:300px; object-fit:cover; border:10px solid #fff;
}
.products{ text-align:center; margin-bottom:30px;}
.products a{ font-weight:400; text-align:center; font-size:20px; color:#fff;}
.viewmore{ margin-top:15px;}
.viewmore a{ background:#fbc709; color:#111111 !important; padding:3px 10px; font-size:14px !important; text-decoration:none; display:table;margin: 0 auto; border-radius:5px;}
.viewmore a:hover{background:#797979; color:#fff !important;}
.contactdetails h3{ color:#111111;}
.from_contact h3{ color:#111111;}
.aboutus h1{ color:#111111;}
.scroller {
    height: 450vh;
    background: #111111;
}

.secbg {
	background: #111111;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom:30px;
    position: relative;
    z-index: 1;
    align-items: c;
    justify-content: center;
}
.content_box1{
    position: relative;
    z-index: 555;
	padding:70px 0px 40px;
	background: #111111;
}
.content_box1 a{ color:#fff;}
.content_box1 h2{ font-size:50px; font-weight:100;}
.aboutusindex h4{ font-size:40px; font-weight:100;}
.aboutusindex strong{ color:#fbc709; font-size:20px; line-height:30px;  font-weight:500;}
.readmore a{ background:#fbc709; padding:10px 25px; color:#111; font-size:18px;}
	
.secbg h1{ font-size:50px; font-weight:100;}
.text_area2{
    position: relative;
    z-index: 555;
	
}
.footertext{position: relative!important;}
.footertext a{ color:#fff;}    
.hitcounter{
    
    position: absolute!important;
    z-index: 99999999;
    right: 0px;
    bottom: 100px;
}
.socialmedia a{
	    display: inline-block;
    background-color: #aeaeae;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    padding: 6px;
    margin-right: 20px;
	color:#000;
	margin-top: 35px;
}
.socialmedia a:hover{
	background-color:#dc3545;
	color:#fff;
}
.footertext{ background:#000000 !important; border-top:1px solid #333333; padding:0px 0px 30px; text-align:center; }
.footerlogo{display:block; text-align:center;width:100%;}
.footerlogo img{margin-bottom:20px;}
.footerlogo ul li{ display:inline; padding:10px 10px; }

#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;}

.active .type17 {
    transform: rotate(45deg);
    background-color: #fff;
    transition: all 0.6s ease-in-out;
}

.active .type17:before {
    transform: translate(-4px, -6px) rotate(90deg);
}

.active .type17:after {
    transform: translate(16px, -7px) rotate(90deg);
}

.block {
    height: 38px;
    width: 38px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    /* transition: all 1s ease; */
    background-image: #fff;
}

.cta {
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 50%;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.type17:before {
    width: 12px;
}

.type17:after {
    width: 12px;
    box-shadow: 13px 10px 0 0 #fff;
}

@media (max-width: 991.98px) {
    .megamenu {
        background-color: #fff;
        color: #444;
        border-radius: 0px;
        padding: 12px 22px;
        height: 295px;
        overflow-y: auto;
    }

    .megmenupart {
        position: relative !important;
    }

    .mobile_icons {
        display: block !important;
        position: absolute;
        right: 15px;
        z-index: 11;
        top: 16px
    }

    .mobile-logo {
        width: 135px;
        padding-top: 7px;
        padding-bottom: 7px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .top-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .topmenu {
        display: none;
    }

    .top-header {
        justify-content: center !important;
    }

    .top-header img {
        width: 210px;
    }

    .navbar-toggler {
        outline: none !important;
        box-shadow: none !important;
    }

    .offcanvas-collapse {
        position: fixed !important;
        top: 58px !important;
        /* Height of navbar */
        bottom: 0;
        padding-bottom: 68px;
        right: 100%;
        width: 100% !important;
        height: 100% !important;
        z-index: 99999 !important;
        overflow-y: auto;
        visibility: hidden;
        background-color: #111111;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .back-to-top {
        display: none !important;
    }

    .header {
        width: 100%;
    }

    .side-right {

        text-align: center;
        width: 87%;
        margin-top: 13px;
        border-top: 1px solid #23507c;
        padding: 25px 7px;
        margin-left: auto;
        margin-right: auto;
    }
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@-moz-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}

.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}


/** fadeInLeft **/

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@-moz-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}

.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

.back-to-top {
    position: fixed;
    display: none;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #1c1210;
    width: 45px;
    height: 42px;
    line-height: 30px;
    right: 25px;
    bottom: 80px;
    padding-bottom: 2px;
    font-size: 25px;
    padding-top: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    border: 2px solid #1c1210;
    animation: fadeInRight 1.2s;
    border-radius: 10px 10px 0px 0px;
}

.back-to-top:hover {
    background-color: #1c1210 !important;
    color: #fff;
}
.fixwhataap{ z-index:999;   position: fixed;    right: 20px;    bottom: 20px;}
.fixwhataap img{ width:50px;}
.mobilefixed {
	position: fixed;
	background-color: #fff;
	width: 100%;
	bottom: 0;
	color: #fff;
	display: flex;
	text-align: center;
	z-index: 99999!important;
	box-shadow: -8px 2px 21px 0 rgba(136, 136, 136, .4);
	border-radius: 10px 10px 0 0
}

.mobilefixed ul {
	width: 100%
}

.mobilefixed li {
	display: inline-block;
	width: 19%;
	margin-bottom: -11px
}

.mobilefixed li a {
	color: #000 !important;
	padding: 10px 15px 0 15px;
	font-weight: 400;
	font-size: 13px;
	display: inline-block
}

.google {
	padding-top: 20px
}

.mobilefixed img {
	width: 22px;
	margin: 0 auto
}

.home-cions {
	background-color: #fff;
	border-radius: 100px;
	padding: 15px!important;
	height: 52px!important;
	position: relative;
	top: -42px;
	box-shadow: 0 0 9px 0 #a0a0a0
}

.home-cions img {
	width: 24px;
	margin-top: -3px
}

.mobilefixed span {
	width: 100%;
	display: block;
	font-size: 12px
}
.allcontentbg{font-family: 'Poppins', sans-serif; background:#fff; padding:50px 0px; color:#111111;}
.allcontentbg p{ color:#111111; margin-bottom:7px; margin-top:7px; font-size:15px; line-height:26px;}
.leftprod {
    font-weight: 700;
    font-size: 18px;
    color: #111111;
    border: 2px solid #78610d;
    display: block;
    margin-bottom: 15px;
    background: #fbc709;
    padding: 2px 10px;
    border-radius: 5px;
}.leftsubprod{ font-size:14px; line-height:22px;white-space: nowrap; overflow: hidden; width: 100%; display: inline-block; text-overflow: ellipsis;}
table td{
    border: 1px solid #a5a5a6;
	padding:5px;
}
table{
	width:100%;
}
.leftsideimage img{margin: 0 auto; object-fit: contain;    width: 100%;    height: 400px;}
.aboutus{ text-align:justify;}
.allcontentbg ul li{ background:url(../images/arrow-right.png) no-repeat; background-position:0px 9px; line-height:28px; padding-left:15px;}
.icons_d {
    display: flex;
    color: #555;
    font-size: 16px;
    margin-top: 20px;
}
.icons_d i {
    font-size: 22px;
    padding-right: 16px;
}
.from-custom {
    border: 2px solid #fff;
    margin-top: 17px;
    padding: 10px 20px;
    font-size: 15px;
    color: #777 !important;
    transition: .4s linear;
}

.submit-c {
    outline: 0 !important;
    font-size: 14px;
    padding: 9px 21px 7px;
    border-radius: 4px;
    background: #333;
    border: 3px solid #333;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease;
}

.submit-c i {
    padding-left: 10px
}

.from-custom::placeholder {
    color: #777;
}

.from-custom:focus {
    border: 2px solid #00adef !important;
    box-shadow: none;
}
.from_contact {
    background-color: #f2f2f2 !important;
    padding:25px 35px;
}
.contactbutton{ margin-top:20px; border:2px solid #fbc709; background:#111111; padding:5px 20px; display:block; color:#fff; font-weight:500; font-size:16px;border-radius:5px;}
.prosecbg{ background:#fff;border-radius: 10px; border:2px solid #abb6ba; padding:15px; text-align:center;min-height: 230px;white-space: nowrap;    overflow: hidden;    width: 100%;    display: inline-block;    text-overflow: ellipsis;}
.prosecbg:hover{ border:2px solid #02509b;}

.prosecbg img{ height:200px; width:100%; object-fit:cover; margin-bottom:15px;}
.categorybox img{height:250px; width:100%; object-fit:contain; padding-bottom:10px;}
.categorybox a { color:#333333; font-size:18px!important;font-weight:600!important;}
.leftsideimage img{margin: 0 auto; object-fit: contain;    width: 100%;    height: 400px;}
.rightside h2{ color:#111111; font-size:24px; padding-bottom:15px;}
.rightside ul li{ background:url(../images/arrow-right.png) no-repeat; background-position:0px 9px; line-height:28px; padding-left:15px;}
.requestcall a{ background:#111111; display:block; color:#fff; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.requestcall a:hover{ background:#fbc709; color:#fff; }
.sendnquiry a{ background:#fbc709; display:block; color:#fff; padding:10px; text-align:center; font-size:18px; font-weight:500; border-radius:5px;}
.sendnquiry a:hover{ background:#111111; color:#fff; }
.frombg{ padding:50px 70px;box-shadow: 0 3px 22px 10px rgb(136 136 136 / 29%);border-radius:5px;}
.youarelookig { font-size:24px; font-weight:500;}
.youarelookig strong{ color:#e80000;}
.fromtext{ text-align:right; font-size:14px; padding-top:10px; margin-bottom:20px;}
.giffile img{ width:100%; object-fit:cover;}

@media (min-width: 991px) {
    .navbar-toggler {
        display: none;
        outline: none !important;
        box-shadow: none !important;
    }
}