body {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

a{
	color: #000;
}

a:hover{
	color: #CFB67A;
	text-decoration: none;
}



/*Margins */
.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 0.7143rem !important; }

.mt-15 {
  margin-top: 1.100rem !important; }

.mt-20 {
  margin-top: 1.429rem !important; }

.mt-30 {
  margin-top: 2.143rem !important; }

.mt-40 {
  margin-top: 2.857rem !important; }

.mt-50 {
  margin-top: 3.571rem !important; }

.mt-60 {
  margin-top: 4.286rem !important; }

.mt-70 {
  margin-top: 5rem !important; }

.mt-80 {
  margin-top: 5.714rem !important; }

.mt-90 {
  margin-top: 6.429rem !important; }

.mt-100 {
  margin-top: 7.143rem !important; }

/*Margin bottom*/
.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 0.7143rem !important; }

.mb-15 {
  margin-bottom: 1.100rem !important; }

.mb-20 {
  margin-bottom: 1.429rem !important; }

.mb-30 {
  margin-bottom: 2.143rem !important; }

.mb-40 {
  margin-bottom: 2.857rem !important; }

.mb-50 {
  margin-bottom: 3.571rem !important; }

.mb-60 {
  margin-bottom: 4.286rem !important; }

.mb-70 {
  margin-bottom: 5rem !important; }

.mb-80 {
  margin-bottom: 5.714rem !important; }

.mb-90 {
  margin-bottom: 6.429rem !important; }

.mb-100 {
  margin-bottom: 7.143rem !important; }

/*Margin left*/
.ml-0 {
  margin-left: 0 !important; }

.ml-15 {
  margin-left: 1.100rem !important; }

.ml-10 {
  margin-left: 0.7143rem !important; }

.ml-20 {
  margin-left: 1.429rem !important; }

.ml-30 {
  margin-left: 2.143rem !important; }

.ml-40 {
  margin-left: 2.857rem !important; }

.ml-50 {
  margin-left: 3.571rem !important; }

.ml-60 {
  margin-left: 4.286rem !important; }

.ml-70 {
  margin-left: 5rem !important; }

.ml-80 {
  margin-left: 5.714rem !important; }

.ml-90 {
  margin-left: 6.429rem !important; }

.ml-100 {
  margin-left: 7.143rem !important; }

/*Margin right*/
.mr-0 {
  margin-right: 0 !important; }

.mr-10 {
  margin-right: 0.7143rem !important; }

.mr-15 {
  margin-right: 1.100rem !important; }

.mr-20 {
  margin-right: 1.429rem !important; }

.mr-30 {
  margin-right: 2.143rem !important; }

.mr-40 {
  margin-right: 2.857rem !important; }

.mr-50 {
  margin-right: 3.571rem !important; }

.mr-60 {
  margin-right: 4.286rem !important; }

.mr-70 {
  margin-right: 5rem !important; }

.mr-80 {
  margin-right: 5.714rem !important; }

.mr-90 {
  margin-right: 6.429rem !important; }

.mr-100 {
  margin-right: 7.143rem !important; }

/*padding*/
.p-0 {
  padding: 0 !important; }

.p-05 {
  padding: 0.3543rem !important; }

.p-10 {
  padding: 0.7143rem !important; }

.p-15 {
  padding: 1.0443rem !important; }

.p-20 {
  padding: 1.429rem !important; }

.p-30 {
  padding: 2.143rem !important; }

.p-40 {
  padding: 2.857rem !important; }

.p-50 {
  padding: 3.571rem !important; }

/*Padding left*/
.pl-0 {
  padding-left: 0 !important; }

.pl-10 {
  padding-left: 0.7143rem !important; }

.pl-15 {
  padding-left: 1.100rem !important; }

.pl-20 {
  padding-left: 1.429rem !important; }

.pl-30 {
  padding-left: 2.143rem !important; }

.pl-40 {
  padding-left: 2.857rem !important; }

.pl-50 {
  padding-left: 3.571rem !important; }

/*Padding right*/
.pr-0 {
  padding-right: 0 !important; }

.pr-10 {
  padding-right: 0.7143rem !important; }

.pr-15 {
  padding-right: 1.100rem !important; }

.pr-20 {
  padding-right: 1.429rem !important; }

.pr-30 {
  padding-right: 2.143rem !important; }

.pr-40 {
  padding-right: 2.857rem !important; }

.pr-50 {
  padding-right: 3.571rem !important; }

/*Padding top*/
.pt-0 {
  padding-top: 0 !important; }

.pt-10 {
  padding-top: 0.7143rem !important; }

.pt-15 {
  padding-top: 1.100rem !important; }

.pt-20 {
  padding-top: 1.429rem !important; }

.pt-30 {
  padding-top: 2.143rem !important; }

.pt-40 {
  padding-top: 2.857rem !important; }

.pt-50 {
  padding-top: 3.571rem !important; }

/*Padding bottom*/
.pb-0 {
  padding-bottom: 0 !important; }

.pb-10 {
  padding-bottom: 0.7143rem !important; }

.pb-15 {
  padding-bottom: 1.100rem !important; }

.pb-20 {
  padding-bottom: 1.429rem !important; }

.pb-30 {
  padding-bottom: 2.143rem !important; }

.pb-40 {
  padding-bottom: 2.857rem !important; }

.pb-50 {
  padding-bottom: 3.571rem !important; }

/*Min heights*/
.min-h-200 {
  min-height: 200px; }

.min-h-230 {
  min-height: 230px; }

.min-h-260 {
  min-height: 260px; }

.min-h-320 {
  min-height: 320px; }

.min-h-350 {
  min-height: 350px; }

.min-h-380 {
  min-height: 380px; }

.min-h-410 {
  min-height: 410px; }

.min-h-440 {
  min-height: 440px; }

.min-h-470 {
  min-height: 470px; }

.min-h-500 {
  min-height: 500px; }

.min-h-550 {
  min-height: 550px; }

.min-h-600 {
  min-height: 600px; }

/*Max heights*/
.max-h-200 {
  max-height: 200px; }

.max-h-230 {
  max-height: 230px; }

.max-h-260 {
  max-height: 260px; }

.max-h-320 {
  max-height: 320px; }

.max-h-350 {
  max-height: 350px; }

.max-h-380 {
  max-height: 380px; }

.max-h-410 {
  max-height: 410px; }

.max-h-440 {
  max-height: 440px; }

.max-h-470 {
  max-height: 470px; }

.max-h-500 {
  max-height: 500px; }

.max-h-550 {
  max-height: 550px; }

.max-h-600 {
  max-height: 600px; }


@media (max-width: 767px){
	.tp-caption.tp-resizeme.tp-title h2{
	        font-size: 24px !important;
          letter-spacing: 4px !important;
          line-height: 32px !important;
	    
	}

	.tp-caption.tp-resizeme.tp-title p{
	    font-size: 18px !important;
	    line-height: 1.7em;
	    letter-spacing: 1.68px;
	    white-space: normal !important;
	}

	.tp-caption.tp-resizeme.tp-title h3{
	    text-align: center;
	    color: #F8F7F0;
	    font-size: 24px !important;
	    font-weight: 400;
	    letter-spacing : 0px !important;
	}

  .bio-text{
     margin-left: 0px !important;
  }
  
  .family-box{
    float: none !important;
    margin: 20px auto !important;
    width: 250px !important;
  }
}

.tp-caption.tp-resizeme.tp-title h2{
    text-align: center;
    color: #F8F7F0;
    font-size: 85px;
    font-weight: 400;
    letter-spacing: 11.9px;
}

.tp-caption.tp-resizeme.tp-title h3{
    text-align: center;
    color: #F8F7F0;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 11.9px;
}

.tp-caption.tp-resizeme.tp-title p{
    text-align: center;
    color: #F8F7F0;
    font-family: "Lato",Sans-serif;
    font-size: 24px;
    line-height: 1.7em;
    letter-spacing: 1.68px;
}

.rev_slider .slotholder:after, .rev_slider .slotholder .kenburnimg img:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 99;
    background: rgba(0,0,0,.4);
}

.about-title{
	text-align: center;
    color: #CFB67A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1.26px;
}

.about-info{
	text-align: center;
    letter-spacing: 8.4px;
    color: #CFB67A;
}

.about-desc{
    text-align: center;
    color: rgba(0,0,0,.8);
    font-size: 21px;
    line-height: 1.8em;
    letter-spacing: 1.68px;
}

.bio-title{
	text-align: left;
    color: #CFB67A;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1.26px;
}

.bio-image img{
   width: 100%;
}

.bio-table tr td{
  padding: 10px;
  font-size: 18px;
}

.find-us-title{
   	text-align: left;
    color: #CFB67A;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 21px;
    font-style: italic;
    letter-spacing: 1.26px;
}

.find-us-info{
	text-align: left;
    letter-spacing: 8.4px;
     color: #CFB67A;
}


.find-us-desc{
    text-align: left;
    color: rgba(0,0,0,.8);
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: 1.68px;
}

.find-us{

}

.bio-text{
	font-size: 17px;
	text-align: left;
}

.birth-on{
	text-align: center;
}

.find-us-detail{
	list-style: none;
	padding: 0px;
	margin:0px;

}


.find-us-detail .fa{
  font-size: 18px;
}

.find-us-detail a{
	font-size: 17px;
}

.find-us-table tr td{
	padding: 5px;
	font-size: 17px;
}

.find-us-table tr td .fa{
  font-size: 20px;
}

.our-location-map img{
	width: 100%;
}

.bg-color{
	background: #f8f7f0;
}
.clear{
	clear: both;
}

.contents__img-wrap{
    position: absolute;
    right: 0;
    bottom: 50px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    z-index: 0;
}

.family-box{
	border: 1px solid #CFB67A;
	padding: 10px;
	float: left;
    text-align: center;
    width: 200px;
    height:135px;
        margin-right: 13px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.family-box h3{
  color: #CFB67A;
  margin-top: 5px;
  font-size: 18px;
  min-height: 40px;
}

.owl-item{
	margin-right: 20px;
}

.youtube{
}

.contact-us{
	background: #f8f7f0;
}

.contact-us h2{
    text-align: left;
    color: #CFB67A;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1.26px;
}

.background-image{
    background-image: url('../image/Vector_Smart_Object-min-3.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: initial;
    opacity: 1;
}

.contact-input{
	height: 60px;
	margin-top: 20px;
    border-radius: 0px;
    border-color: #000;
}

.contact-textarea{
	border-radius: 0px;
  margin-top: 20px;
    border-color: #000;
}

.btn-submit{
	margin-top: 25px;
    padding: 18px 55px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1.82px;
    background: rgba(255,255,255,0);
    color: #000;
    border-color: #000;
    border:1px solid;
}

.btn-submit:hover{
	background: #000;
	color:#fff;
}

.youtube-img{
  margin-bottom: 20px;
}

.youtube-img img{
  margin:0px auto !important;
}

.gellary-img  img{
  margin:0px auto !important;
}

.gellary-img {
  margin-bottom: 20px;
}


.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0,0,0.2,1);
    transition: opacity .25s cubic-bezier(0,0,0.2,1);
    z-index: 63;
}

.ytp-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: inherit;
    text-align: inherit;
    font-size: 100%;
    font-family: inherit;
    cursor: default;
    line-height: inherit;
}

.ytp-large-play-button svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}