body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
	color:#000;
    background: #f1f3f8;
}
a {
    text-decoration: none;
    color: #cd1c00;
}

a:focus {
    outline: 0;
    outline-offset: 0px;
    text-decoration: none
}
h1, h2, h3, h4 {
    font-size: 1.6rem;
    color:#c80015;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
   font-family: inherit;
 
}
p {
    margin: 7px;
    font-family: inherit;
    font-size: 16px;
    line-height: 30px;
}
.footer  h5{
	margin-top:10px;
	margin-bottom:10px;
}

.bg-ft-color{
	background:#000000;
	color:#fff;
}

.p-5 {
    clear: both;
    padding: 20px;
}
.padd-space{
	padding:10px 0px;
}
.disclamer-box{
	background:#fff;
    padding: 20px;
    border-radius: 10px;
}
.space-sections{
    background: #fffdeb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.bgwhite{
	 background: #fff;
    padding: 20px;
    border-radius: 10px;
    float: left;
}
.bt10{
	margin-bottom:10px;
}
.bmbt5{
	margin:5px 0px;
}
.topbanner{
	width:500px; 
	float:right; 
	border-radius:10px; 
	margin-left: 15px;
}
.container {
    width: 98%;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.col-md-4 {
       width: 15%;
    position: relative;
    min-height: 1px;
    float: left;
}
.col-md-8 {
      width: 83%;
    position: relative;
    min-height: 1px;
    float: left;
    padding-left: 20px;
}
.listbox{
	background: #fff;
    padding: 20px;
    float: left;
    border-radius: 10px;
    border: 1px ridge #d1cece;
	
}
.mbtm15l{
	margin-bottom:10px;
}
.mbtm15{
	margin-bottom:15px;
}
.pimgbox{
	    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 1px 10px #0000006e;
}

/*.line {
    border-bottom: 1px solid #fff;
}

   
}
.bg-color{
	 background: #f0de1d;
}*/
.contact-btn{
	    float: left;
    text-align: right;
    margin: 0 auto;
    width: 45%;
	padding-top: 13px;
}
.tagslist ul{
	margin:0px;
	padding:0px;
}
.tagslist ul li{
list-style: none;
    width: 14%;
    display: inline-block;
    
    border-radius: 4px;
	margin-bottom: 10px;
}
.tagslist ul li a{
	color:#000;
}
header {
    display: block;
    background:#007e3f;
}
.main-menu {
    width: 100%;
    z-index: 3;
    height: auto;
    overflow: hidden;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.main-menu li a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    padding: 15px 25px !important;
    color: #fff;
    transition: all .3s ease-in-out;
    text-shadow: 2px 2px 4px #000
}

.main-menu li a:hover {
    background: #a62b8d;
}

.main-menu li:last-child a {
    margin: 0
}

.main-menu .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    margin-top: 22px
}

.main-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.main-menu .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.main-menu .menu-icon .navicon:after,
.main-menu .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.main-menu .menu-icon .navicon:before {
    top: 5px
}

.main-menu .menu-icon .navicon:after {
    top: -5px
}

.main-menu .menu-btn {
    display: none
}

.main-menu .menu-btn:checked~.menu {
    max-height: 600px
}

.main-menu .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.main-menu .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.main-menu .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.main-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.main-menu .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

.main-menu .menu {
    float: none;
    display: table;
    margin: 0 auto
}

.gallery-section {
      float: left;
    background: #fff;
    padding: 14px;
    margin: 12px 0px;
    border-radius: 10px;
}
.gallery-card {
  float: left;
   width: 24.99999%;
}

div.gallery-inner-sec {
  border: 2px ridge #d1cece;
  padding:10px;
  margin:5px;
}
div.gallery-inner-sec img {
  width:100%;
}

.gallery-desc {
    padding: 15px;
    text-align: center;
    color: #000;
}
.profile-name{
	font-size: 22px;

}
.p-rate{
	background: #007e3f;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    margin: 5px 0px;
    font-size: 20px;
}
.hidemobile{
		display:block;
	}
	.showmobile{
		display:none;
	}
@media(min-width:768px) {
    .main-menu li {
        float: left;

    }

    .main-menu li a {
        padding: 0
    }

    .main-menu .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .main-menu .menu-icon {
        display: none
    }
	
}

@media (max-width:1199px) {
    .container {
        width: 970px;
    }

    .main-menu li a {
        font-size: 16px;
        padding: 15px 20px;
    }
}

@media (max-width:991px) {
    .container {
        width: 750px;
    }

    .main-menu li a {
        padding: 10px 8px;
    }
}

@media (max-width:767px) {
	.bt10 {
    margin-bottom: 10px;
    margin-top: 20px;
}
.p-5 {
    clear: both;
    padding: 10px;
}
.topbanner{
	margin-left:0px;
	margin-bottom:10px;
	width:100%;
}
.col-md-4 {
    width: 100%;
}
.col-md-8 {
    width: 100%;
	padding-left: 0px;
}
.tagslist ul li {
    width: 49%;
}
	.space-sections{
		padding:15px 20px;
	}
    .container {
        width: 100%;
    }

    .main-menu li {
        border: none
    }

    .main-menu li a {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 20px
    }

    .main-menu .menu {
        display: block
    }
	
	 .row {
        margin-right: 5px;
        margin-left: 5px
    }
	
	.hidemobile{
		display:none;
	}
	.showmobile{
		display:block;
	}
	.contact-btn {
    float: left;
    text-align: center;
    margin: 0 auto;
   width: 100%;

}
	}
	
	@media only screen and (max-width: 700px) {
  .gallery-card {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .gallery-card {
    width: 100%;
  }
}