    * {
    margin: 0;
    padding: 0;
}

.body_wrapper {
    height: 100%;
    margin: 0 auto;
}

img {
    max-width: 100%;
    max-height: 100%
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    float: none;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    color: #000000;
    margin: 5px;
}

p {
    font-family: 'Nunito', sans-serif;
}

a {
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}
button:focus {
    outline: none;
}

.clear {
    clear: both;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes blink {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    50% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
/*new-css*/
.head-top {
  background: #000 none repeat scroll 0 0;
  padding: 50px 0;
  text-align: center;
}
.head-top img {
  width: 250px;
}

.head-content-area {
    overflow: hidden;
    position: relative;
}
.left-cont {
    float: left;
    padding: 40px 50px;
    width: 50%;
}
.right-cont {
    float: left;
    width: 50%;
}
.right-cont iframe {
    height: 478px;
width: 100%;
}
.left-cont h3 {
    margin: 20px 0;
}
.banner-area iframe {
  height: 500px;
  width: 100%;
}

.button-cont {
    text-align: center;
}
.button-cont > a {
    background: #c0a378 none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    margin-top: 23px;
    padding: 10px 30px;
    text-transform: uppercase
}

/*end-new*/

.banner-content {
    margin-top: 100px;
    text-align: center;
}
.banner-content img {
    width: 565px;
}


.area-for-heading h1 {
    font-size: 70px;
font-weight: 200;
padding-bottom: 40px;
position: relative;
}
.area-for-heading h1:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 200px;
    background: #ab9975;
    right: 50%;
    margin-right: -100px;
    bottom: 0;
}
.area-for-heading {
    text-align: center;
}
.area-for-heading h5 {
    font-family: "Nunito",sans-serif;
font-size: 24px;
font-weight: 600;
line-height: 35px;
margin: 40px;
}
.fro-item img {
  height: 285px;
}

.for-item-content {
  margin-top: 35px;
}

.map-butt {
    background: #000 none repeat scroll 0 0;
    padding: 100px 0;
}
.map-sec {
    background: #000 none repeat scroll 0 0;
}
.map-but-left {
  color: #fff;
}
.map-but-left img {
  margin-top: 30px;
}
.choclat-area-4 {
  padding-bottom: 50px;
}

.teta-area {
    padding: 100px 0;
}
.teta-top-content p {
    margin: 0;
}
.teta-top-content h3 {
    margin-bottom: 20px;
    margin-left: 0;
}

.patt-img {
    padding: 50px 0;
}
.sin-pat img {
    height: 255px;
    width: 100%;
}

.park-top {
    margin-bottom: 15px;
}
.park-item {
    margin-top: 15px;
}
.pak-text {
    margin-top: 20px;
}
.pak-text h4 {
    margin-left: 0;
}

.footer-section {
    background: #ab9975 none repeat scroll 0 0;
}
.foot-content img {
    width: 300px;
}
.foot-content {
    margin-top: 250px;
    text-align: center;
}

.foot-buttom p {
    color: #fff;
    margin: 5px;
}
.foot-buttom {
    margin-top: 150px;
}
.foot-buttom h6 {
    color: #fff;
    font-size: 24px;
}
.foot-buttom > p a {
    color: #fff;
}


.tik-content ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tik-content ul li {
    position: relative;
    padding-left: 25px
}
.tik-content ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background: url("assets/img/tik.png")no-repeat;
    background-size: cover;
        
}


/*responsive-css-----------------*/

    
@media only screen and (min-width: 1680px) and (max-width: 1919px) {
        
        
}   
@media only screen and (min-width: 1600px) and (max-width: 1679px) {
        
        
}   
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
        
        
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
        
        
}    
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .right-cont iframe {
  height: 502px;
  width: 100%;
}    
        
}    
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left-cont {
  float: left;
  padding: 46px 50px;
  width: 50%;
}    
  .left-cont h3 {
  font-size: 21px;
  margin: 20px 0;
}   
    .right-cont iframe {
  height: 555px;
  width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .left-cont {
  float: left;
  font-size: 12px;
  padding: 28px 50px;
  width: 50%;
}   
  .left-cont h3 {
  font-size: 16px;
  margin: 20px 0;
} 
 .right-cont iframe {
  height: 430px;
  width: 100%;
}

}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* #menu is the original menu */
  .banner-content img {
  width: 275px;
}
    .area-for-heading h1 {
  font-size: 33px;
}
    .area-for-heading h5 {
  line-height: 29px;
  margin: 40px;
}
    .fro-item {
  text-align: center;
}
    .map-but-right {
  margin-top: 75px;
}
    .sin-pat {
  margin-top: 20px;
}
    .foot-content {
  margin-top: 170px;
  text-align: center;
}
      .banner-content {
  margin-top: 42px;
}
    .left-cont,.right-cont {
  float: none;
 
  width: 100%;
}
 .right-cont iframe {
  width: 100%;
}
}
@media only screen and (min-width: 414px) and (max-width: 479px) {
    
    /* #menu is the original menu */
    .banner-content img {
  width: 275px;
}
    .area-for-heading h1 {
  font-size: 33px;
}
.area-for-heading h5 {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
}
    .fro-item {
  text-align: center;
}
    .map-but-right {
  margin-top: 75px;
}
    .sin-pat {
  margin-top: 20px;
}
    .foot-content {
  margin-top: 170px;
  text-align: center;
}
    .banner-content {
  margin-top: 42px;
}
       .left-cont,.right-cont {
  float: none;
 
  width: 100%;
}
     .right-cont iframe {
  width: 100%;
}
}
@media only screen and (min-width: 375px) and (max-width: 413px) {
    /* #menu is the original menu */
        .banner-content img {
  width: 275px;
}
    .area-for-heading h1 {
  font-size: 33px;
}
 .area-for-heading h5 {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
}
    .fro-item {
  text-align: center;
}
    .map-but-right {
  margin-top: 75px;
}
    .sin-pat {
  margin-top: 20px;
}
    .foot-content {
  margin-top: 170px;
  text-align: center;
}
    .banner-content {
  margin-top: 42px;
}   
       .left-cont,.right-cont {
  float: none;
 
  width: 100%;
}
  .right-cont iframe {
  width: 100%;
}
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
    /* #menu is the original menu */
            .banner-content img {
  width: 275px;
}
    .area-for-heading h1 {
  font-size: 33px;
}
 .area-for-heading h5 {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
}
    .fro-item {
  text-align: center;
}
    .map-but-right {
  margin-top: 75px;
}
    .sin-pat {
  margin-top: 20px;
}
    .foot-content {
  margin-top: 170px;
  text-align: center;
}
    .banner-content {
  margin-top: 42px;
} 
       .left-cont,.right-cont {
  float: none;
 
  width: 100%;
}
     .right-cont iframe {
  width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
    /* #menu is the original menu */
            .banner-content img {
  width: 275px;
}
    .area-for-heading h1 {
  font-size: 33px;
}
 .area-for-heading h5 {
  font-size: 15px;
  line-height: 29px;
  margin: 0;
}
    .fro-item {
  text-align: center;
}
    .map-but-right {
  margin-top: 75px;
}
    .sin-pat {
  margin-top: 20px;
}
    .foot-content {
  margin-top: 170px;
  text-align: center;
}
    .banner-content {
  margin-top: 42px;
}       
       .left-cont,.right-cont {
  float: none;
 
  width: 100%;
}
     .right-cont iframe {
  width: 100%;
}
}