*
{
	padding:0px;
	margin:0;
}

body ul li
{
	font-family: 'Roboto', sans-serif;
}
body p
{
	font-family: 'Roboto', sans-serif;
	line-height: 30px;
}
body h4,h3,h1
{
  /*font-family: 'Philosopher', sans-serif;*/
  font-family: 'Roboto', sans-serif;
}

header
{
	position:relative;
	left:0;
	top:0;
	width:100%;
	z-index:99;
}
.top-header
{
    background:#f95f05;
    padding: 10px 0;
    border-bottom: 1px solid black;
    box-shadow: inset 0px -2px 20px -14px;
}
.top-header .left-top-bar
{

}
.top-header .left-top-bar ul
{
	list-style-type:none;
	margin:0;
}
.top-header .left-top-bar ul li
{
	display:inline-block;
	margin:0 10px;
        color: #fff;
}
.top-header .right-top-bar
{
	text-align:right;
}
.right-top-bar ul li .fa
{
  color:#ffffff;
}
.right-top-bar ul li .top-header-btn
{
    background: #000;
    color: #fff;
    padding: 13px 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}
.our-menu
{
	padding:10px 0;
}
.logo .navbar-brand
{
	/*font-size: 33px;
    color: #ffffff;
    font-weight: bold;
    background: #ff0000;
    padding: 5px 26px;
    border-radius: 36px 36px 36px 36px;*/
}
.logo .navbar-brand span
{
	color: red;
    background: #fff;
    padding: 2px 14px;
    font-size: 18px;
    border-radius: 26px;
    margin: 0 2px;
}
.our-menu .navbar
{
	padding:0;
	margin:0;
}
.navbar-nav
{
	padding:0;
	margin:0;
}
.our-main-banner
{
	background:url(../images/banner/slider1.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	height:492px;
	position:relative;
}
.our-main-banner::before
{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #080808;
    opacity: 0.3;
    z-index:0;
}
.our-menu-ul .nav-item .nav-link
{
	color:#272727;
    font-size: 17px;
    margin: 0 0px;
    padding:22px 10px 8px 10px;
}
.our-main-banner .banner-content
{
    position: relative;
    top:0px;
    text-align: left;
    background: #000000ad;
    padding: 28px 14px 6px 28px;
}
.our-main-banner .banner-content h1
{
	color: #fff;
    font-size: 51px;
    text-transform: capitalize;
    font-stretch: normal;
    letter-spacing: 1px;
    font-family: 'Philosopher', sans-serif;
}
.our-main-banner .banner-content ul
{
    margin-top: 18px;
    margin-bottom: 45px;
}
.our-main-banner .banner-content ul li
{
	    display: inline-block;
    margin: 0 8px;
    padding: 17px 17px;
    background:#f95f05;
}
.our-main-banner .banner-content ul li .banner-links
{
	font-size:19px;
    color: #fff;
    font-weight: 100;
}
.our-main-banner .banner-content ul .red-banner-li
{
	background:#ff0000;
}

.our-main-banner .banner-content ul .red-banner-li .banner-links
{
	color:#fff;
}

.our-main-banner .banner-content ul li .banner-links
{
	color:#ffffff;
}
.our-main-banner .banner-content ul li .banner-links:hover
{
	text-decoration:none;
}
.banner-content p
{
	color: #fff;
    font-size: 18px;
    margin: 14px 0;
    letter-spacing: 1px;
    line-height:29px;
}
body .our-btn
{
    color: #fff;
    background: #f95f05;
    font-size: 16px;
    padding: 12px 16px;
    letter-spacing: 0.4px;
    position: relative;
    font-weight: 600;
    border: 1px solid #f95f05;
    top: 24px;
}
body .our-btn:hover
{
	text-decoration:none;
}
body .our-btn::before
{
	content:"";
	position:absolute;
	left:-10px;
	top:-10px;
	right:0;
	bottom:0;
	width:12%;
	height:36%;
	border-left:4px solid red;
	border-top:4px solid red;
    display:none;
}
body .our-btn::after
{
	content:"";
	position:absolute;	
	right:-10px;
	bottom:-10px;
	width:12%;
	height:36%;
	border-right:4px solid red;
	border-bottom:4px solid red;
    display:none;
}
section{padding:80px 0;}
section .main-title
{
	margin-bottom: 70px;
    text-align: center;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
section .main-title span
{
	font-style: italic;
    font-weight: 500;
    color:#f95f05;
}
section .main-title .title-text
{
	font-size: 46px;
    font-family: 'Philosopher', sans-serif;
    font-stretch: normal;
    font-style: normal;
    position:relative;
}
section .main-title::before
{
	content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 48%;
    height: 11px;
    background:linear-gradient(45deg, #f95f05, #ffa672);
    transform: translateX(-50%);
    border-radius: 22px 0px 22px 0px;
}
.left-about-us h4
{
	font-size: 30px;
    font-family: 'Philosopher', sans-serif;
    font-stretch: normal;
    letter-spacing: 0.6px;
}
.left-about-us p
{
	text-align: justify;
}
.right-about-us img{width:100%;}
.about-us{background: #fffcfcbf;}
.our-services{background-color:#f5f5f5;}

.our-services .service-body
{
    text-align: center;
    margin-bottom: 8px;
    background: #3a3a3a;
    border-left: 7px solid #f95f05;
    border-right: 5px solid #f95f05;
}
.our-services .service-body .service-pic
{
    background: #ffffff;
    width: 68px;
    height: 68px;
    margin-bottom: 13px;
    display: inline-block;
    margin-right: 28px;
    border-radius: 50%;
}
.service-body .service-pic img
{
	width: 100%;
    padding: 3px;
}
.service-body .service-content{display: inline-block;width: 86px;}
.service-body .service-content h4
{
	    font-weight: 400;
    color: #fffcfb;
    font-size: 22px;
    letter-spacing: 1px;
}
.call-action
{
	background:linear-gradient(rgb(21 21 21 / 32%),rgb(0 0 0 / 39%)),url(../images/call-action/1.jpg);
    padding: 88px 0 88px 0;
    background-size: cover;
    background-position: center;
}
.call-action .left-call-action{     background: #171717;
    padding: 28px 34px 51px 34px;
    border: 1px dashed #fff;}
.call-action .left-call-action h4
{
	    font-size: 34px;
    color: #fff
}
.call-action .left-call-action p
{
	color: #fff;
    font-size: 17px;
    letter-spacing: 0px;
    margin: 0;
    text-align: justify;
}
.top-footer{background:#2f2f2f;padding:50px 0;}
.top-footer .footer-body h4
{
	color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size: 24px;
    margin-bottom: 26px;
    position:relative;
    display:inline-block;
}
.top-footer .footer-body h4::before
{
	content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    border: 1px dashed red
}




.top-footer .footer-body p
{
	color:#b5b3b3;
}
.top-footer .footer-body ul
{
	list-style-type:none;
}
.top-footer .footer-body ul li
{
	line-height: 36px;
    border-bottom: 1px dashed #847f7f;
    display: block;
}
.top-footer .footer-body ul li .footer-links
{
	color: #b5b3b3;
}

.footer-bottom
{
    background: #101010;
    padding: 7px 0;
}
.bottom-footer-body p
{
	margin:0;
	color:#fff;
}
.bottom-footer-body p .footer-ref-link
{
	color:red;
}

.s-withpic-body
{
	margin-bottom: 70px;
    box-shadow: 0px 0px 20px -10px;
    background: #fff;
    min-height: 543px;
    overflow: hidden;
    position: relative;
    padding: 0px 12px 42px 12px;
}

.s-withpic-body .s-content{padding:20px 13px;}
.s-withpic-body .s-content h4
{
    color: #f95f05;
    font-weight: 600;
    font-size: 22px;
}
.s-withpic-body .s-content p{}

.dropdown-menu .dropdown-item .drop-link{color:#000;border-bottom:1px dashed #000;}


.inner-page-pic
{
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(https://naturalorganicagro.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-28-at-15.21.14.jpeg);
    height:258px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-page-pic .inner-page-title{text-align:center;}
.inner-page-pic .inner-page-title h2
{
        margin-top: 8px;
    font-size: 46px;
    text-transform: uppercase;
    font-stretch: normal;
    color: #ffffff;
    background: #292929;
    display: inline-block;
    font-weight: bold;
    padding: 7px 22px;
    border: 1px solid #eaeaea;
    font-family: inherit;
}


.inner-content-box h3,h4,h5,h6
{
    margin: 0;
    font-stretch: normal;
    margin-bottom:8px;
    margin-top: 30px;
    text-transform:capitalize;
}

.inner-content-box h3,h4,h5,h6
{
    color: #444444;
}

.inner-content-box h4
{
    font-size:28px;
    color: red;
}

.inner-content-box h5,h6
{
    color: red;
}

.inner-content-box p
{
    margin: 0;
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #696767;
}

.inner-content-box ul{margin: 0 28px;}
.inner-content-box ul li
{
    line-height: 36px;
    color:696767;
    letter-spacing: 0px;
    font-size: 17px;
    list-style-type: circle;
}

.inner-content-box ol{margin: 0 28px;}
.inner-content-box ol li
{
    line-height: 36px;
    color:696767;
    letter-spacing: 0px;
    font-size: 17px;
}

.contact-form-body
{
    padding: 7px 38px 28px 38px;
    background: #fdf5f1;
    border: 1px solid #847d7d;
}

.contact-form-body input[type=text]
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 0;
    border: 1px solid #b3aeae;
    box-shadow: 0px 0px 20px -13px;
    border-radius: 2px;
}
.contact-form-body input[type=submit]
{
    width: 100%;
    background:#f95f05;
    color: #fff;
    border: 0;
    padding: 12px;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}
.contact-form-body textarea
{
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 0;
    border: 1px solid #b3aeae;
    box-shadow: 0px 0px 20px -13px;
    border-radius: 2px;
}

.contact-form-body .form-title
{
    font-weight: 500;
    margin-bottom: 17px;
    text-transform: uppercase;
}


.contact-sidebar
{
    text-align: center;
    border: 1px dashed #fff;
}
.contact-sidebar .side-icon
{
    background: #cecccc;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 41px;
    padding-top: 23px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px -17px;
    border: 1px solid #a2a0a0;
}
.contact-sidebar .side-icon .fa{}
.contact-sidebar .side-content{}
.contact-sidebar .side-content p{font-size: 17px;    color: #e8e8e8;}
.contact-sidebar h4
{
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-size: 25px;
    color: #fff;
}

.c-p-after-banner{background-color:#f9f7f7}
.blog-body {
    margin-bottom: 56px;
}
.blog-body img {
    width: 100% !important;
    height: 234px;

}
.blog-body li {
    list-style-type: none;
    margin-top: 10px;
}
.blog-body li a {
    font-weight: bold;
    font-size: 20px;
}

.dropdowns-item .nav-link{color:#000 !important;font-size: 15px;}

.our-menu-ul li{list-style-type:none;display:inline-block;position:relative;}
.our-menu-ul li .nav-link{color:#272727;font-weight: 600;}
.our-menu-ul li .dropdowns-menu
{
    position: absolute;
    width: 212px;
    background: #fff;
    padding: 8px;
    border: 1px solid #e8dddd;
    display:none;
}
.our-menu-ul li .dropdowns-menu .dropdowns-item
{
    display: block; 
    line-height: 31px;
    border-bottom: 1px dashed black;
    margin-bottom: 6px;
    padding: 0;
}
.our-menu-ul li .dropdowns-menu .dropdowns-item .drop-link
{
    color: #544e4e;
    font-size: 14px;
    font-weight: 600;
}

.menu-drop
{
    margin-left: 7px;
    background: #fff;
    color: black;
    padding: 1px 5px;
    font-weight: 800;
}

.navbar-brand img
{
    width: 250px;
    height: auto;
    position: relative;
    top: 0;
}

.size-post-thumbnail {
    width: auto !important;
    height: auto;
}

.fix-whatsapp
{
    position: fixed;
    right: 7px;
    top: 60%;
    width: 318px;
    border: 1px solid #dacdcd;
    box-shadow: 0px 0px 20px -10px;
    background: #fff;
    border-radius: 10px;
    
}    
.fix-whatsapp .fix-body
{
    padding: 21px 21px 47px 30px;
}    


.fix-whatsapp .fix-body .fix-icon
{
    float: left;
    display: inline-block;
    width: 32px;
}

.fix-whatsapp .fix-body .fix-icon .fa
{
    font-size:48px;
    color: #26940b;
}   

.fix-whatsapp .fix-body .fix-content
{
    display: inline-block;
    width: 216px;
    float: right;
}


.fix-whatsapp .fix-body .fix-content h5
{
    display: inline-block;
    font-size: 18px;
    color: #716c6c;
    margin: 0;
    text-transform: uppercase;
}   
.fix-whatsapp .fix-body .fix-content h4
{
   margin: 0;
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
    color:#f85f05;
    display: inline-block;
    text-shadow: 0.4px 0.4px 0px black;
}
    
.left-contact-bg{    background: #f95f05;
    padding:50px 20px 50px 20px;}










/*manish astrologer coding starts from here*/

.s-withpic-body .hide-services
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateY(70px);
    opacity:0;
    transition: all 0.6s;
    padding-top: 167px;
}

.s-withpic-body:hover .hide-services{transform:translateY(0);opacity:1;}

.hide-services .top-hide
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:48%;
    background:rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.hide-services .cont{           background: #fff;
    left: 0;
    position: absolute;
    padding: 21px;
    top:200px;}


.hide-services .cont h4
{
    color: #f95f05;
    font-weight: 600;
    font-size: 22px;
}

.s-withpic-body .s-pic img{width:100%;}

.s-withpic-body .s-pic{    border-bottom: 6px solid #f95f05;}

#icons{border-bottom: 1px solid #e2e2e2;}

.ser-read
{
    background: #252424;
    padding: 12px 14px;
    color: #ffffff;
    border: 1px solid #e4e4e4;
    position: relative;
    left: 9px;
}


/*form coding*/

.about-form{    box-shadow: 0px 0px 20px -10px;
    text-align: center;
    position: relative;
    margin-top: -186px;}
.about-form .about-form-title{       background: #f95f05;
    padding: 18px;}
.about-form .about-form-title h4{font-size: 28px;
    color: #fff;}
.about-form .about-form-body{    padding: 41px 28px 41px 28px;}
.about-form .about-form-body input[type=text]
{
    width: 100%;
    padding: 13px;
    margin: 4px 0;
    border: 1px solid #e0dada;
    border-radius: 4px;
}
.about-form .about-form-body input[type=submit]
{
    width: 100%;
    background: #f95f05;
    border: 1px solid #f95f05;
    padding: 16px;
    color: #fff;
}

.about-form .about-form-body textarea
{
    width: 100%;
    padding: 12px;
    height: 98px;
    border: 1px solid #e0dada;
    margin: 4px 0;
}

.get-touch-bg {
    background:#f95f05;
    padding: 30px 28px;
    color: #fff;
    position: relative;
    margin-bottom: -117px;
    bottom: -18px;
}
.build {
    margin-top: 12px;
}
.build a {
    color: #fff;
    font-weight: bold;
    background:#000;
    padding: 14px 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.5s;
}


/*side social icons*/

.fix-social {
            position: fixed;
    left: 0;
    top: 50%;
    z-index: 99;
    transform: translate(-25px,-50%);
}
.social-outer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-outer ul li {
    position: relative;
    margin:1px 0 20px 0;
}
.social-outer ul li .social-body {
        background: red;
    color: #fff;
    padding: 11px 19px 11px 38px;
    border-radius: 50px;
}
.phone-bg {
    background: #2ad200 !important;
}
.social-outer ul li .social-body .social-icon {
    display: inline-block;
}
.social-outer ul li .social-body .social-content {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #032a98;
    padding: 7px 22px;
    transform: translateX(-241px);
    min-width: 199px;
    transition: all 1s;
}
.social-outer ul li .social-body .social-content p {
    margin: 0;
}
.fix-s-links {
    color: #fff;
}

.mail-bg {
    background: #fd0000 !important;
}
.social-outer ul li .social-body:hover .social-content {
    transform: translateX(0);
}

/*.our-services .service-body.bg-1,.service-body.bg-2,.service-body.bg-5,.service-body.bg-6,.service-body.bg-9,.service-body.bg-10{background-color:#f95f05;}*/











@media screen and (max-width:576px){

.inner-page-pic {
    background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(https://naturalorganicagro.com/wp-content/uploads/2020/08/WhatsApp-Image-2020-08-28-at-15.21.14.jpeg);
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-sidebar h4 {
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-size: 25px;
    color: #f95f05;
}
.contact-sidebar .side-content p {
    font-size: 17px;
    color: #4c4a4a;
}
.left-contact-bg {
    background: #f95f05;
    padding: 50px 20px 50px 20px;
    margin-bottom: 18px;
}



.s-pic img
{
	width:100%;
}
.call-action
{
	padding-bottom:88px;
}
.right-about-us
{
	margin-top:68px;
}
.footer-body
{
	margin-bottom:48px;
}
.fotter-read-btn
{
	font-size: 12px !important;
    padding: 9px 10px !important;
    position: relative !important;
    top: 6px !important;
}

.our-main-banner .banner-content h1 
{
    font-size:30px;
}
.banner-content p
{
	display:none;
}
.our-main-banner .banner-content ul li .banner-links
{
    font-size: 13px;
}
.our-main-banner .banner-content ul li {
    display: inline-block;
    margin: 0 8px;
    width:auto;
    padding: 10px 10px;
    border-radius: 0;
}
section .main-title .title-text
{
    font-size: 28px;
}
.top-header .right-top-bar
{
	display:none;
}
.top-header .left-top-bar ul li 
{
    display: block;
    text-align: center;
}

.logo .navbar-brand {
   /* font-size: 23px;
    color: #ffffff;
    font-weight: bold;
    background: #ff0000;
    padding: 5px 19px;
    border-radius: 20px 20px 20px 20px;
    margin-left: 14px;*/
}
.navbar-brand img {
       width: 200px;
    height: auto;
    position: relative;
    top: 0;
}

.navbar-toggler{border: 1px solid #fff;}
.navbar-toggler-icon{background: #fff;}
.our-menu .navbar-nav{padding: 0;margin: 0;background: #464343;padding: 13px;}
.our-main-banner{background-position: right;}

.our-services .service-body {
    text-align: center;
    background: #ffffff78;
    margin-bottom: 62px;
    border: 1px dashed #c1bebe;
    box-shadow: none;
    padding: 13px;
}

.our-menu-ul li {
    list-style-type: none;
    display: block;
    display: block;
    text-align: center;
}

.our-menu-ul
{
    background: #333232;
}

.our-menu-ul li .dropdowns-menu {
    position: absolute;
    width: 212px;
    background: #fff;
    padding: 8px;
    border: 1px solid #e8dddd;
    display: none;
    right: 63px;
    z-index: 9;
}

.our-menu-ul li .dropdowns-menu .dropdowns-item 
{
    display: block;
    line-height: 15px;
}

.our-menu-ul li .nav-link {
    color: #fff;
    padding: 20px 0;
}

.contact-sidebar {
    border: 1px solid #c3c3c3;
    background: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 20px -16px;
    padding: 0;
    min-height: auto;
    border-radius: 16px;
    margin-bottom: 28px;
}


.dropdowns-item a{    padding: 9px 0 !important;}

.inner-page-pic .inner-page-title h2 {
       margin-top: -15px;
    font-size: 25px;
    text-transform: uppercase;
    font-stretch: normal;
    color: #f95f05;
    background: #fff;
    display: inline-block;
    font-weight: bold;
    padding: 7px 22px;
    border: 1px solid #a9a2a2;
    border-left: 8px solid #f95f05;
    border-radius: 0px 38px 0px 38px;
    font-family: 'Philosopher', sans-serif;
}

.fix-whatsapp{width:198px;display:none;}

.fix-whatsapp .fix-body {
    padding: 18px 8px 28px 18px;
}

.fix-whatsapp .fix-body .fix-content h5 {
    display: inline-block;
    font-size: 13px;
}

.fix-whatsapp .fix-body .fix-content {
    display: inline-block;
    width: 128px;
    float: right;
}

.fix-whatsapp .fix-body .fix-content h4 {
    margin: 0;
    margin: 10px 0;
    font-size: 15px;
}

.fix-whatsapp .fix-body .fix-icon .fa {
    font-size: 38px;
    color: #26940b;
}
.our-main-banner {
    background: url(../images/banner/slider1.jpg);
    background-size: cover;
    height: 338px;
    position: relative;
    background-position: bottom !important;
}

.about-form {
    box-shadow: 0px 0px 20px -10px;
    text-align: center;
    position: relative;
    margin-top: 68px;
}
.about-form .about-form-title h4 {
    font-size: 28px;
    color: #fff;
    margin: 0;
}
.service-body .service-content h4 {
    font-weight: 400;
    color: #56514f;
    font-size: 22px;
    letter-spacing: 1px;
}
.get-touch-bg h2{    font-size: 23px;line-height: 35px;}












}



@media screen and (max-width:768px){

.s-pic img{width:100%;}
.right-about-us img {
    width: 100%;
    margin-top: 48px;
}

.navbar-toggler{border: 1px solid #fff;}
.navbar-toggler-icon{background: #fff;}
.banner-content p{display:none;}
.our-main-banner .banner-content ul li {
    width: auto;
    padding: 10px 32px;
    border-radius: 42px 0px 42px 0px;
}
.our-main-banner .banner-content ul li .banner-links {
    font-size: 15px;}
.our-main-banner .banner-content ul li {
    display: inline-block;
    margin: 0 -5px;}

.top-header .right-top-bar
{
    display:none;
}
.top-header .left-top-bar ul li 
{
    display: block;
    text-align: center;
}

.our-services .service-body .service-pic {
    background: #e0dfdf;
    border-radius: 50%;
    width: 67px;
    height: 65px;}

.service-body .service-pic img {
    width: 100%;
    margin: 0px 1px;
}

.our-menu-ul li {
    list-style-type: none;
    display: block;
    display: block;
    text-align: center;
}


.our-menu-ul
{
    background: #333232;
}

.our-menu-ul li .nav-link {
    color: #fff;
    padding: 20px 0;
}




}




@media screen and (max-width:1024px){

.s-pic img{width:100%;}
.our-menu .navbar-nav{padding: 0;margin: 0;background: #464343;padding: 13px;}

.navbar-toggler{    border: 1px solid #f95f05;
    background: #f95f05;}
.navbar-toggler-icon{background: #fff;}

.our-menu-ul li {
    list-style-type: none;
    display: block;
    display: block;
    text-align: center;
}


.our-menu-ul
{
    background: #333232;
}

.our-menu-ul li .nav-link {
    color: #fff;
    padding: 20px 0;
}


}    


