
body
{
    margin:0px;
    padding:0px 15px;
    /* background-image: url('/img/bg.jpeg');*/
    /*  background-size: cover;*/
    /*background-position: center;*/
       /*background: linear-gradient(#000, #fff);*/
       /*background: linear-gradient(150deg, #000000,#A81E1E, #ffde5a);*/
       background:#cccccc;
}
*, *::before, *::after {
    box-sizing: border-box;
}
p{
    font-family: sans-serif;
    font-size: 17px;
    line-height: 33px;
    /*font-size:16px;*/
    /*line-height: 22px;*/
     color:#000;
}
/*.banner p{*/
/*    color:#fff;*/
/*}*/
h3{
    font-size:25px;
    line-height: 35px;
    margin-bottom:0px;
    margin-top: 0px;
    font-family: sans-serif;
    color:#000;
}
ul{
    margin:0px;
    padding: 0px;
    list-style: none;
    color:#000;
}
.container
{
    max-width:1100px;
    margin:0px auto;
    text-align:center;
}
.container-header{
    max-width: 1250px !important;
}
.header
{
    border-bottom: 2px solid #818181;
    padding:10px;
}
.logo-sec img
{
/*max-height:280px;*/
    max-height: 240px;
}
.menu ul{
    list-style: none;
    margin:0px;
    padding:0px
}
.menu ul li{
    display:inline-block;
}
.menu ul  li a {
    padding: 10px 14px;
    font-size: 20px;
    display: block;
    color: #000;
}
.main-section
{
    padding:40px 0px;
}
.col-md-12
{
    width:100%;
    position:relative;
    float:left;
}
.col-md-6
{
    width:50%;
    position:relative;
    float:left;  
}
.clearboth
{
    clear: both;
}
.middle-sec 
{
    text-align:left;
    margin-top:40px;
}
.middle-sec img
{
width:100%;
}
.right-txt
{
    padding-left:40px;
}
.banner img{
    width:100%;
    margin-bottom:20px;
    object-fit:cover;
}
.banner h3 a {
    color: #000;
}
.contact-details a {
    color: #000;
}
.footer
{
    border-top: 2px solid #818181;
    padding:10px; 
    margin:40px auto 0px auto;  
    text-align:center;
}
.footer a{
    margin-bottom:15px;
    display:inline-block;
    color: #fff;
    text-decoration:none;
    color: #000 !important;
}
.footer p{
margin:0px;
}
.footer > a {
    border: 1px solid #000 !important;
}
.copy-right
{
    font-size:14px;
    text-align:center;
    color:gray;
}
.banner-title
{
    font-size:40px;
    margin: 0px 0px 40px 0px;
    text-align:center;
    color:#000;
}
.photo-details ul li{
    width:33.33%;
    display:inline-block;
    float: left;
    padding: 10px;

}
.photo-details ul li img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    
}
.video-details ul li{
    width:50%;
    display:inline-block;
    float: left;
    padding: 10px;

}
.paypal
{
    margin-top: 30px;
}
.paypal-btn
{
    padding:10px 20px;
    background:red;
    color:#fff;
    font-size:20px;
    line-height:20px;
    display:inline-block;
    margin-top:0px;
    text-decoration: none;
    min-width: 200px;
    text-align: center;
}
.menu-icon
{
    display:none;
}
.menu-icon img{
    width:30px;
}
.float-right
{
    float:right !important;
}
.left-txt {
    padding-right: 40px;
}
.middle-sec .article-img {
    width: auto;
    height: 500px;
    float: right;
    margin-left: 40px;
    margin-bottom: 20px;
}
.txt-img
{
    margin-top:40px;
}
.banner p
{
text-align:left;
}
.paypal .paypal-button-img img {
    max-width: 250px;
}
.site-name a p {
    margin-top: 0px;
}



.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img-1.jpg");
  min-height: 320px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 50px;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}




/*.paypal a.paypal-pay-button {*/
/*    background-color: #FFC439;*/
/*    padding: 15px 35px;*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    font-weight: bold;*/
/*    border-radius: 25px;*/
/*}*/
@media(max-width:767px) {
    .container-header{
        display: flex;
       align-items: center;
       gap:12px;
    }
    .name-logo{
        display: none;
    }
    .header{
        padding:10px 0px;
    }
    .paypal h4{
        padding-left:0px !important;
    }
    .paypal a.paypal-pay-button {
    margin-left: 0px !important;
    }
    .banner h3 a{
        display:block;
        }
    .menu-icon
    {
        display:block;
    }
    .menu ul {
    display:none;
    position: absolute;
    background: #cccccc;
    width: 100%;
    left: 0px;
    z-index: 1;
    padding: 10px;
    top:110px;
    } 
    .menu ul li {
        width: 100%;
    }
    .col-md-6 {
        width: 100%;
        position: relative;
        float: left;
    }
    .footer {
        border-top: 2px solid #818181;
        padding: 10px;
        margin: 0px auto 0px auto;
        text-align: center;
    }
    .photo-details ul li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 10px;
    }
    .photo-details ul li img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .video-details ul li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 10px;
    }
    .right-txt {
        padding-left: 0px;
    }
	.banner-title {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.middle-sec .article-img {
    width: 100%;
    height: auto;
    float: right;
    margin-left: 0px;
    margin-bottom: 20px;
}
.txt-img {
    margin-top: 0px;
}
    .logo-sec {
    width: 20% !important;
    display: inline-block;
    text-align: left !important;
    }
    .logo-sec a img{
    max-width: 90px !important;
    }
    .site-name {
    display: inline-block;
    width: 64%;
    vertical-align: top;
    }
    .menu {
    width: 13% !important;
    display: inline-block !important;
    text-align: right !important;
    /*vertical-align: top;*/
    /*padding-top: 15px;*/
}
.menu ul li {
    text-align: left;
}
.header .site-name h3 i, .header .site-name a, .header .site-name a i, .header .site-name a i h3 {
    color: #fff;
}

}
img.headline-under-title {
    max-width: 200px;
}
/*.site-name a h3 {*/
/*    font-family: 'Tangerine', cursive;*/
/*}*/


@media(min-width:767px){
    
    .hide {
    display: none;
    }
    
}