
body{
        font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
        background-color: #ffffff!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
-moz-appearance: textfield;
}

/*rahul css start*/

.mobile-wrapper{
	width: 100%;
    margin: 0 auto;
    text-align: center;
    
}
.mobile-wrapper{
    display:none;
}
/* ALL MOBILES */



a{
	text-decoration: none;
}

.top_social-fill{
   content: " ";
    position: absolute;
    display: block;
    width: 100px;
    height: 100%;
    top: 0;
    left: 860px;
    z-index: -1;
    background: #101010;
    /* transform-origin: top right; */
    -ms-transform: skew(206deg, 0deg);
    -webkit-transform: skew(206deg, 0deg);
    transform: skew(42deg, 360deg);
    display:none;
}

.mobile{
	/*max-width: 300px;*/
	width: 100%;
	height: 500px;
	/*background-color: #eee;*/
	overflow: hidden;
	position: relative;
	display: inline-block;
}

.mobile .header{
	/*background-color: #3C3842;*/
	color: #fff;
	padding: 10px;
}

.line {
    width: 35px;
    height: 4px;
    margin: 10px 0;
    background-color: #fff;
    /* font-weight: 800; */
    background: #000;
}

.menu-toggle:hover{
	cursor: pointer;
}

.mobile-nav ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.nav-item a:hover{
    color: #ffffff;
    text-shadow: rgba(0,0,0,0) 0px 0px 0px;
    background: #808080;
}

/* MOBILE ONE */

/*.mobile-one{*/
/*	background: #44cba0;*/
/*    background: -webkit-linear-gradient(#44cba0, #44bfc6); */
/*    background: -o-linear-gradient(#44cba0, #44bfc6); */
/*    background: -moz-linear-gradient(#44cba0, #44bfc6); */
/*    background: linear-gradient(#44cba0, #44bfc6);*/
/*}*/

.mobile-one .mobile-nav{
	background-color: #3C3842;
	width: 100%;
	height: 100%;
	transform: translate(-100%, 0);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mobile-nav h2{
	padding: 25px 20px;
}

.mobile-one .mobile-nav li a{
	color: #989AA4;
	display: block;
	padding: 15px 20px;
}

.mobile-one .mobile-nav li a:hover{
	background-color: #23252B;
	color: #fff;
	padding:15px 0;
	/*border-left: 3px solid #44bfc6;*/
}

/* MOBILE TWO */

.mobile-two{
	background: #8a43a3;
    background: -webkit-linear-gradient(#8a43a3, #5c6bac); 
    background: -o-linear-gradient(#8a43a3, #5c6bac); 
    background: -moz-linear-gradient(#8a43a3, #5c6bac); 
    background: linear-gradient(#8a43a3, #5c6bac);
}

.mobile-two .mobile-nav{
	background-color: #3C3842;
	width: 100%;
	height: 100%;
	display: none;
	text-align: center;
}

.mobile-two .mobile-nav li a{
	color: #989AA4;
	display: block;
	padding: 15px 20px;
}

.mobile-two .mobile-nav li a:hover{
	background-color: #8a43a3;
	color: #fff;
}

/* MOBILE THREE */

.mobile-three{
	background: #e743c3;
    background: -webkit-linear-gradient(#e743c3, #b59ccf); 
    background: -o-linear-gradient(#e743c3, #b59ccf); 
    background: -moz-linear-gradient(#e743c3, #b59ccf); 
    background: linear-gradient(#e743c3, #b59ccf);
}

.mobile-three .mobile-nav{
	background-color: #3C3842;
	width: 100px;
	height: 100%;
	text-align: center;
	transform: translate(-100%);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.mobile-three .mobile-nav{
    text-align: center;
}

.mobile-three .mobile-nav li a{
	display: block;
	padding: 25px 0;
	color: #fff;
}

.mobile-three .mobile-nav li a:hover{
	background-color: #e743c3;
}


.fa-circle{
    font-size: 15px;
    margin-right: 10px;
}

/* MOBILE FOUR */

.mobile-four{
	background: #1d1c29;
    background: -webkit-linear-gradient(#1d1c29, #2f254b); 
    background: -o-linear-gradient(#1d1c29, #2f254b); 
    background: -moz-linear-gradient(#1d1c29, #2f254b); 
    background: linear-gradient(#1d1c29, #2f254b);
}

.mobile-four .mobile-nav{
	background-color: #3C3842;
	width: 100%;
	height: 100%;
	text-align: center;
	transform: translate(0, -999%);
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.mobile-four .mobile-nav li a{
	color: #989AA4;
	display: block;
	padding: 15px 20px;
}

.mobile-four .mobile-nav li a:hover{
	color: #fff;
}


.fb_dispPhn a{
    display: none !important;
}


/*#bgVideo {*/
/*  width: 100vw;*/
/*  height: 100vh;*/
/*  background: #000;*/
/*  position:relative;*/
/*}*/


#MuteButton::before {
    content:  '🔇';
}

#MuteButton.muted::before {
    content:  '🔈';
}

#MuteButton {
    position: absolute;
    top: inherit!important;
    bottom: 20px!important;
    right: 10px!important;
    background: rgba(0,0,0,.5);
    border: none;
    color: #fff;
    z-index: 5;
    font-size: 2rem;
    border-radius: 2rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    display:none;
}

.review{
    margin-top:120px;
    margin-bottom:200px;
}

.home-t .owl-prev span{
    font-size: 100px;
    right: 145px;
    position: relative;
    color: #fff;
}

.home-t .owl-next span{
    font-size: 100px;
    position: relative;
    left: 145px;
    color:#fff;
}


.home-t h3{
    color:#808080;
    font-size:25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.h_250{
    height:250px;
}


.owl-nav.disabled{
    display:block !important;
}
.owl-prev span{
    font-size: 60px;
    /* left: 210px; */
    right: 100px;
    position: relative;
}
.owl-next span{
    font-size: 60px;
    position: relative;
    left: 100px;
}
button.owl-next{
    background:none !important;
    color:#000 !important;
}

button.owl-prev{
    background:none !important;
    color:#000 !important;
}
.button.owl-prev{
    height:0px;
}

.recent_work_padding .owl-prev span {
    font-size: 80px;
    margin: 0px 0px 0px -50px;
}

.recent_work_padding .owl-next span {
    font-size: 80px;
    margin: 0px -50px 0px 0px;
}
.back-grey {
    margin-top: 50px;
}
.contact_foot a{
    text-decoration:none;
    color:#212529;
}
.contact_foot{
    padding: 50px 20px;
}
.contact_foot .fa-star{
    color:#f1c40f;
}




.contact_foot .fa-at{
    color:#30336b;
}


/*****contactus*****/

.contact-social .logo_css {
    width: 5%;
    position: absolute;
    left: 38%;
    /* color: #000; */
    background: #000;
    top: 9.8%;
    border-radius: 30px;
}

section.contact-main {
    margin: 50px 0px;
    /*background:rgba(253,250,245,1);*/
}

.c-form{
   /*padding: 100px 120px 0px 200px;*/
   padding: 100px 0px 0px 0px;
}

.footer-mob{
    display:none;
}

.contact-right-main .form-control:focus{
    outline:none;
    box-shadow:none;
    border:1px solid #000;
}
.contact-btn button{
    background: #000;
    color:#fff;
    font-size:18px;
    border:none;
    padding: 12px 40px 12px;
    border-radius: 8px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}

.btn:hover{
    color: #fff;
    text-decoration: none;
}

.contact-right-main .f-textarea:focus{
    outline:none;
    box-shadow:none;
    border:1px solid #000;
}
.contact-btn .btn:focus{
    outline:none;
    box-shadow:none;
    border:none;
}
.contact-email a{
    color:#000;
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size: 22px;
}
.contact-right-main{
    /*background:#fff;*/
    /*margin:0px 0px 100px;*/
}
.contact-right-main form{
    padding:17px 15px;
}
.contact-phone a{
    color:#000;
    color: #808080;
    font-size:22px;
}
.contact-para{
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
     font-size:22px;
}
.contact-heading{
    color: #808080;
}
.contact-heading h1{
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
}
.contact-email,
.contact-phone {
    padding: 0px 0px 5px 0px;
}
.contact-social ul{
    display:flex;
    padding:0;
    margin-top: 30px;
}

.contact-social ul li{
    list-style:none;
    padding: 0px 18px 0px 0px;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}

.contact-timing h2{
  margin:50px 0px 15px 0px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}

.contact-social .fa-facebook{
    font-size: 25px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    color:#fff;
}

.contact-social .fa-linkedin-square{
    font-size: 28px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    color:#fff;
}

.contact-social .fa-youtube-play{
    font-size: 25px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    color:#fff;
}

.contact-social .fa-twitter{
    font-size: 25px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    color:#fff;
}

.contact-social .fa-instagram{
    font-size: 25px;
    background: #000;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 7px;
    color:#fff;
}
.contact-right-main select{
    width: 100%;
    height: 30px;
    margin: 0px 0px 15px 0px;
}

.con_gmb a{
    display:block;
}
.con_gmb img{
    width:100%;
}
.con_gmb {
    background: black;
    width: 40px;
    margin-left: 20px;
    height: 40px;
    border-radius: 50%;
    padding: 7px !important;
}






/*.contact-btn{*/
/*    text-align:center;*/
/*    padding:0px 0px 40px;*/
/*}*/
.contact-timing ul{
    padding:0;
}
.contact-timing ul li{
    list-style:none;
    padding:8px 0px;
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size:22px;
}





/*****gallery**********/
/*@import url('https://fonts.googleapis.com/css?family=Abel');*/
/*h1{*/
/*  font-family: 'Abel', sans-serif;*/
/*  font-weight:100;*/
/*  font-size: 40px;*/
/*  text-align:center;*/
/*}*/


a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
/*.mfp-bottom-bar,*{*/
/*   font-family: 'Abel', sans-serif;*/
/*}*/
.magnific-img {
    display: inline-block;
    margin: 7px -7px;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
    
}






/*******Second gallery********/




/* The Image Box */
div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

/* The Image */
div.img img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.blog-in a{
    color: #513030 !important;
    text-shadow: 0px 0px 2px #a9a6a6 !important;
}

.p-heading-inner a{
    color:#212529;
}


/* Description of Image */
div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

/* Add Responsiveness */
.responsive {
    padding: 6px 6px;
    float: left;
    margin-top:25px;
    
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    /*z-index: 1;     */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width:100%;
    height:auto;
     /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0); /* Black w/ opacity */
    /*height:100vh;*/
    height:100vh;
}



/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 100% !important;
   
}


/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}



/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0.1)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}


.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}




/*******Second gallery********/

/************gallery*************/


.border_bottom {
    border: 1px solid #000;
    width: 50%;
    transform: translate(0px, -15px);
}

.mission_main {
    transform: translate(0px, -400px);
}

.border_back{
    background:#E6E6E6;
}

.compi1 {
    width: 8%;
    position: absolute;
    top: 105px;
    left: 280px;
}
.compi2{
    width: 8%;
    position: absolute;
    top: 105px;
    left: 280px;
}
.compilation_main img{
    width:100%;
    padding:25px 0px;
}
.border_back form{
    padding:25px 0px;
}


.brand_heading{
    padding:25px 0px;
}
.brand_heading h1{
    font-size:40px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.home-t .owl-item img {
    padding:0 !important;
    border-top-left-radius: 80px;
    /*border-bottom-right-radius: 90px;*/
}



.home-t .owl-item .card{
    /*border: 10px solid #000;*/
    border-top-left-radius: 90px;
    border-bottom-right-radius: 90px;
}


a:hover {
    
    text-decoration: none !important;
}
.mission_card p{
    line-height:25px;
    font-weight:600;
    text-align:justify;
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    margin-bottom:0;
}

.btn-primary{
    background:#808080!important;
    border:0!important;
}


.top_header ul li a{
    color:#fff;
}

.p_footer_a  li a{
    color:#fff;
}

  .m_body{
    line-height:25px;
}

.brand_border {
    border-bottom: 2px solid #000;
    width: 25%;
    padding: 10px 0px;
    position: relative;
    left: 420px;
    top: -50px;
}
.recent-boder{
    border-bottom: 2px solid #000;
    width: 20%;
    padding: 10px 0px;
    position: relative;
    left: 440px;
    top: -71px;
}
.service-border{
        border-bottom: 2px solid #000;
    width: 10%;
    padding: 10px 0px;
    position: relative;
    left: 865px;
    top: -52px;
}
.about-image img {
    border-radius: 0 50px 0px 50px;
    height: 600px;
    width: 480px;
    object-fit: cover;
}

.about_border {
    border-bottom: 2px solid black;
    width: 35%;
}
.about_right_para{
    padding:50px 0px;
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}

.about_right_para a{
    font-size:16px;
    color: #513030 !important;
    font-size: 16px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    /* font-weight: 600; */
    transition: 0.3s;
    text-shadow:none !important;
}

.about_us{
    margin:100px 0px;
}

.main_back {
    background-image: url(https://pr-media.co.uk/assets/img/xPre_wed_prRecent.jpg.pagespeed.ic.WjQSZqghvy.jpg);
    background-position: center;
    background-repeat: none;
    background-size: cover;
    background-attachment: fixed;
}

.p_card_main{
    padding:145px 0px;
}

.quality_back h1{
    color: #fff;
    padding: 50px 0px;
    font-size: 40px;
    font-weight: 600;
}


.img_con {
    border: 1px solid #000;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    transform: translate(75px, -85px);
    /* color: #fff; */
    background: #fff;
}

.quality_card_body{
    text-align:center;
}
.quality_card {
    transform: translate(0px, -185px);
}

.mission_card .card{
background:#fff;
border:none;
}

.mission_card h5{
    color: #808080;
    font-size:30px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}



.item.nhs-logo {
    transform: translate(0px, 25px);
}

   .brand-main .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    padding: 0px 70px;
}
.m_left{
    line-height:29px !important;
}

.gallery_main img{
     width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom:20px;
}


.image_gallery img{
	background-color: #ffffff;
	
	
	/*box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}

.gallery_heading h2{
    font-size: 40px;
    padding: 20px 0px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
    margin-top: 35px;
}

section.img-gallery-magnific {
    margin-top: 50px;
}

.video_main img{
    width:100%;
    padding:25px 0px;
}

.play1 img{
    width: 8%;
    /* transform: translate(10px, -246px); */
    position: absolute;
    /* background: #000; */
    top: 138px;
    left: 260px;
}
.play2 img{
    width: 8%;
    position: absolute;
    /* background: #000; */
    top: 135px;
    left: 265px;
}
.play3 img{
    width: 8%;
    position: absolute;
    top: 138px;
    left: 250px;
}
.play4 img{
    width: 8%;
    position: absolute;
    top: 132px;
    left: 263px;
}
.video_main h1 {
    text-align: center;
    font-size: 35px;
    padding: 75px 0px 35px 0px;
}
.v_bordre_top {
    border-top: 1px solid #000;
    width: 75%;
    transform: translate(220px, 30px);
}

.v_bordre_bottom{
    border-bottom: 1px solid #000;
    width: 75%;
    transform: translate(220px, 0px);
}

.tailers_main{
    margin:50px 0px 0px 0px;
}
.tailers_main h2{
    text-align: center;
    font-size: 35px;
    padding: 75px 0px 35px 0px;
    color: #808080;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}
.t_border_top{
    border-top: 1px solid #000;
    width: 75%;
    transform: translate(220px, 30px);
}
.t_border_bottom{
    border-bottom: 1px solid #000;
    width: 75%;
    transform: translate(220px, 0px);
}
.tailers_main img{
    width: 100%;
    padding: 25px 0px;
}
.tail1{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*position: relative;*/
}
.tail1 img{
    width: 8%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tail2 img{
    width: 8%;
    position: absolute;
    top: 140px;
    left: 275px;
}
.tail3 img{
    width: 8%;
    position: absolute;
    top: 125px;
    left: 260px; 
}
.tail4 img{
    width: 8%;
    position: absolute;
    top: 140px;
    left: 268px;
}
.tail5 img{
    width: 8%;
    position: absolute;
    top: 140px;
    left: 240px;
}
.tail6 img{
    width: 8%;
    position: absolute;
    top: 120px;
    left: 270px;
}
.tail7 img{
    width: 8%;
    position: absolute;
    top: 130px;
    left: 280px;
}
.tail8 img{
    width: 8%;
    position: absolute;
    left: 273px;
    top: 135px;
}
.tail9 img{
    width: 8%;
    position: absolute;
    top: 125px;
    left: 260px;
}
.tail10 img{
    width: 8%;
    position: absolute;
    left: 250px;
    top: 130px;
}
.compilation_main h2{
    text-align: center;
    font-size: 35px;
    padding: 75px 0px 35px 0px;
    list-style-type:none;
    text-decoration:none;
}
.c_border_top {
    border-top: 1px solid #000;
    width: 75%;
    transform: translate(230px, 30px);
}
.c_border_bottom {
    width: 75%;
    border-bottom: 1px solid #000;
    transform: translate(220px, 10px);
}
/*rahul css end*/







html,body {
    overflow-x: hidden;
}


.top_social_media ul {
    color: white;
    margin: 0px;
    position: relative;
    right: 30px;
} 


.home-demo .item {
}

.header_p1 {
    display: inline;
}
.home-demo img {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.padding_top_menu_left {
    padding: 10px 0px;
}

.padding_top_menu_left a{
    text-decoration:none;
}

.padding_top_menu_left a {
    color: white;
    font-size: 22px;
}


.top_social_left {
    content: " ";
    position: absolute;
    display: block;
    width: 105%;
    height: 80%;
    top: 0;
    left: -13px;
    z-index: -1;
    background: #808080;
    /* transform-origin: top right; */
    -ms-transform: skew(206deg, 0deg);
    -webkit-transform: skew(206deg, 0deg);
    transform: skew(320deg, 360deg);
}

.top_social {
    content: " ";
    position: absolute;
    display: block;
    width: 105%;
    height: 80%;
    top: 0;
    left: 0px;
    z-index: -1;
    background: #808080;
    /* transform-origin: top right; */
    -ms-transform: skew(206deg, 0deg);
    -webkit-transform: skew(206deg, 0deg);
    transform: skew(42deg, 360deg);
}

.top_social_media ul li {
    display: inline-block;
    font-size: 25px;
    margin: 16px 15px;

}

.top_paragraph {
    padding: 40px 140px 20px;
    background: #808080;
    
}

.heading_style_1 {
    text-align: center;
    color:#fff;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size:40px;
}

.about_right_heading h2{
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size:40px;
    color: #808080;
}
.heading_section-p {
    color: #fff;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size:18px;
}

.logo_css {
    width: 12%;
    position: absolute;
    margin: 20px 0px;
    left: 45%;
}

.menu_margin-logo {
    margin: 75px 0px 0px;
    border-top: 1px solid #707070;
    padding: 10px 0px;
}

.nav-item a {
    color: #808080;
    font-weight: 400;
    font-size: 18px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    transition:0.3s;
}

.footer_menu_padding {
    
    margin: 15px auto 15px;
}


.footer-top_style {
    padding: 10px 0px 0px;
    border-top: 1px solid;
    padding-bottom:0;
}


.footer_logo_a {
    width: 12%;
}

.recent_work_h2 {
    text-align: center;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size: 35px;
    padding:50px 0px;
    color: #808080;
}

.header_box_style {

}


.footer_nav {
    color:black;
}

.navfooter ul li {
    display: inline-block;
    padding: 0px 15px;
    border-right: 1px solid;
}

.navfooter ul li a {
    text-decoration:none;
    position:relative;
    color: #808080;
    padding:10px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-size:18px;
    transition:0.3s;
}

.navfooter ul li a:hover{
    color: #ffffff;
    text-shadow: rgba(0,0,0,0) 0px 0px 0px;
    background: #808080;
}

.padding_top_menu_left ul li a{
    text-decoration:none;
}

.padding_top_menu_left ul li{
    list-style:none;
    display: inline-block;
    font-size: 25px;
    margin: 6px 15px;
}
.fa-tiktok{
    color:#fff;
}

/*.navfooter a::before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    border-radius: 4px;*/
/*    background: rgb(168,30,175);*/
/*    background: -moz-linear-gradient(233deg, rgba(168,30,175,0.9556197478991597) 14%, rgba(85,133,194,1) 56%, rgba(255,255,255,1) 89%);*/
/*    background: -webkit-linear-gradient(233deg, rgba(168,30,175,0.9556197478991597) 14%, rgba(85,133,194,1) 56%, rgba(255,255,255,1) 89%);*/
/*    background: linear-gradient(233deg, rgba(168,30,175,0.9556197478991597) 14%, rgba(85,133,194,1) 56%, rgba(255,255,255,1) 89%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a81eaf",endColorstr="#ffffff",GradientType=1);*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    top:20px;*/
/*    transform-origin: right;*/
/*    transform: scaleX(0);*/
/*    transition: transform .3s ease-in-out;*/
/*}*/


/*.navfooter a:hover::before{*/
/*  transform-origin: left;*/
/*  transform: scaleX(1); */
/*}*/



.footer_ul {
    margin: 20px 0px;
    padding: 0px;
}


.background_5 {
    height: 240px;
    width: 1300px;
    background-color: #f1f3f3;
    position: absolute;
    z-index: -1;
    left: -80px;
    top: -85px;
}



.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
  
  /* owl nav */
  /* .owl-prev span, .owl-next span {
    color: #FFF;
  }
  .owl-prev span:hover, 
  .owl-next span:hover {
    color: #8199A3;
  } */
  .owl-prev, .owl-next {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .owl-prev {
    left: 7px;
  }
  .owl-next {
    right: 7px;
  }
  /* owl dot */
  .owl-dots{
    text-align: center;
  }
  .owl-dots button.owl-dot {
    height: 15px;
    width: 15px;
    background: #d3d3d3;
    margin: 0 3px;
    border-radius: 15px;
  }
  /* .owl-dots button.owl-dot.active {
    background: #ff5722;
  } */
  /* removing blue outline from buttons */
  button:focus, button:active {
    outline: none;
  }

  .our_service_h2 {
    text-align: center;
    margin: 35px 0px;
    font-size: 35px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    letter-spacing: 2px;
    color: #808080;
  }

  .our_service1 {
    padding: 0px 200px;
    margin: 50px 0px 50px;
  }

  .our_service2 {
    padding: 0px 200px;
    margin: 100px 0px 50px;
  }

  .our_service3 {
    padding: 0px 200px;
    margin: 100px 0px 50px;
  }

  .img_1_align {
    text-align: right;
  }

  .image_width {
    width: 100% ! important;
    margin-top:100px;
  }

  .wedding_p_h2 {
    text-align: right;
  }

  .wedding_p_p {
    text-align: left;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
  }

  .wedd_cinema_h2 {
    margin: 40px 0px 30px;
    font-size: 45px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
  }

  .wedding_p_h2 {
    margin: 40px 0px 40px;
    font-size: 45px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
  }

  .pre_p_h2 {
    margin: 40px 0px 40px;
    font-size: 45px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
  }

  .p_width {
    font-size: 18px;
    padding: 45px 30px 0px 0px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
  }

  .p_width2 {
    font-size: 18px;
    padding: 45px 0px 0px 30px;
  }

  .event_h2 {
    text-align: center;
    margin: 35px 0px 0px;
    font-size: 40px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
  }

  .all_right {
    text-align: right;
  }

  .p_footer_a {
    margin: 0px;
    color: white;
    font-size: 16px;
    padding: 5px 0px;
    margin-top: 5px;
  }

  .footer_b {
    background-color: #808080;
    padding: 0px 15px;
  }

  .footer_social ul li {
    display: inline-block;
    font-size: 20px;
    margin: 0px 5px;
}

.footer_social ul {
    color: white;
    margin: 0px;
}


.background_1 {
    height: 270px;
    width: 1040px;
    background-color: #f1f3f3;
    position: absolute;
    z-index: -1;
    left: -285px;
    
}

.background_3 {
    height: 340px;
    width: 1040px;
    background-color: #f1f3f3;
    position: absolute;
    z-index: -1;
    left: -285px;
}

.background_4 {
    height: 340px;
    width: 1040px;
    background-color: #f1f3f3;
    position: absolute;
    z-index: -1;
    left: 0px;
}


.video_style {
    object-fit: cover;
    background-position: center;
    right: 0;
    bottom: 0;
    min-width: 100%;
    height:800px;
}

video {
    width: 100%;
    height: 550px;
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
  }

 .contactfoot_p {
    font-size: 30px;
    padding: 10px 5px;
}
  
  .contact_foot ul {
    padding: 0px 10px;
  }

  .contact_foot ul li {
    display: flex;
    margin: 0px 0px 20px;
  }

  .contact_foot ul li i {
    font-size: 28px;
    width: 25px;
    height: 25px;
    padding:14px 0px;
  }

 .contact_foot ul li p {
     font-size: 23px;
    margin: 10px 0px 0px 15px;
}


  .testimonial {
    margin: 260px 0px 0px;
  }




  .contact_us-home {
    margin: 150px 0px 0px;
  }


.cust_home_input {
  font-size: 20px;
    height: 65px! important;
    font-weight: 500;
}

.cust_home_input_text_area {
  font-size: 20px;
    height: 170px! important;
    font-weight: 500;
}







  <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap" rel="stylesheet">
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}
    

.testim .arrow.left {
    left: -110px;
    font-size: 30px;
    top: 220px;
}
.testim .arrow.right {
    right: -110px;
    font-size: 30px;
    top: 220px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid green;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: green;
    border-color: green;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.event-p{
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}




/******Blog Page*****/

.b-title {
    font-size: 25px;
    padding: 15px 10px;
    font-weight: 600;
    padding: 15px 15px 0 0;
}

.first p {
    font-size: 20px;
    padding: 0px 10px 0px 10px;
}

.cinematography,.photography{
    background: #fff;
    color: #000;
    box-shadow: 1px 1px 2px #0000008c;
    margin: 0px 0 15px 10px;
    padding:10px 0;
}

.b-img img{
    clip-path: circle(50% at 50% 50%);
}

.b-btn button {
    margin-left: 16px;
    border: none;
    padding: 8px 20px;
    background: #283631;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.first {
    margin: 0 0 30px 0;
    background: #0000001f;
    border: none;
    border-radius: 10px;
}

.p-heading{
    font-size:16px;
    font-weight:600;
    padding-top:10px;
}

.p-date{
    font-size:14px;
}

.recent {
    background: #0000000d;
    border: none;
    height: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 4px #000;
}

.recent .last{
    margin-bottom:25px;
}

.p-tag p{
    background: #000;
    text-align: center;
    padding: 3px 0px;
    color:#fff;
}

.blog-main .card{
    border:none;
    margin-top:50px;
}
.r-heading h5 {
    color: #24160f;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0px 0px 10px;
}

.s-icon {
    background: #000;
    text-align: center;
    padding: 15px 0px;
    border-radius: 35px;
    height: 57px;
    margin-left:12px;
}

.fa-facebook{
    font-size:30px;
    color:#fff;
}
.fa-instagram{
    font-size:28px;
    color:#fff;
}
.fa-youtube-play{
    font-size:28px;
    color:#fff;
}
.fa-linkedin-square{
    font-size:28px;
    color:#fff;
}

.fa-twitter{
    font-size:28px;
    color:#fff;
}

.b-image img{
    border-radius:10px;
}

.author p{
    text-align:right;
}

.tag{
    font-size:16px;
    margin-left:15px;
}

/*.tag:hover{*/
/*    color:#fff;*/
/*    background:#000;*/
/*    height:30px;*/
/*}*/

.p-link, .c-link{
    color: #4d1bc7;
    font-weight: 600;
}
.author{
    font-weight:600;
}

.author .a-name{
    color:#0b42dd;
}

.first img{
    border-radius:10px;
}

.back {
    /*background: #fff;*/
    margin: 0 15px;
    border-radius: 10px;
}

.b-image img{
    height: 65px;
    margin-top: 10px;
    border-radius: 5px;
}

.b-last{
    margin-bottom:10px;
}

.c-tag{
    background:transparent;
}

.tag-main {
    background: #0000000d;
    border-radius: 10px;
}

.b-btn a{
    color:#fff;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif !important;
}
.p_width{
    padding: 30px 30px 0 0;
}

.p_width a {
    color: #513030 !important;
    font-size: 20px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    font-weight: 600;
    transition:0.3s;
    text-shadow: 1px 1px 5px #c1bcbc96;
}
.p_width a:hover {
    background-color: #51434394!important;
    color: #fff !important;
}

.front_video{
    position:relative;
    /*display:none;*/
}

.border-main{
    position:relative;
    top:50px;
    margin-bottom:50px;
    padding-top:10px;
    padding-bottom:10px;
}

.b_border_top {
    position:absolute;
    border-top: 1px solid #000;
    width: 60%;
    left: 20%;
    top:0;
}
.b_border_bottom {
    border-bottom: 1px solid #000;
    width: 60%;
    left: 20%;
    position: absolute;
    bottom:0;
}

.b-image-inner img {
    margin-top: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.b-inner img {
    border-radius: 30px;
}
.card.b-inner{
    border:0;
}
.back-inner:hover {
    background: #fff;
    border-radius: 10px;
}

.back:hover {
    background: #fff;
    border-radius: 10px;
}
.p-heading a{
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    color:#000;
}
.side_a a{
    color:#fff;
}

.recent hr{
    width: 100%;
    margin: 12px 42px;
}

.modal-content {
    width: 50% !important;
}

.li_tik{
    background:#000;
    height:40px;
    width:40px;
    border-radius:50%;
    cursor:pointer;
}

.li_tik a{
    background: #fff;
    padding: 0px 5px;
    border-radius: 5px;
}

.p_footer_a{
    position:relative;
}
.bt_tik{
    position:absolute;
}
.bt_tik a{
    background:#fff;
    padding: 1px 3px;
    border-radius: 5px;
}

.tik_tok{
    width:28px;
    margin-top: -10px;
}


.mission_card .card ul li {
    list-style: none;
    display: flex;
    padding-top: 5px;
    line-height: 20px;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    color: #808080;
    font-weight: 700;
}

.gallery .row:last-child{
    magrin-top:50px
}

.fa-arrow-right{
    font-size: 13px;
}

.b-inner-para{
    padding: 15px 0px 0px 0px !important;
    text-align:left !important;
    font-size:20px;
    color: #808080;
}

.b-inner-para a{
    font-size: 20px !important;
    font-family: Garamond,'Hoefler Text',Times New Roman,Times,serif;
    /* font-weight: 600; */
    transition: 0.3s;
    text-shadow: 0px 0px 2px #a9a6a6 !important;
    font-weight:500 !important;
}

.b-inner .p_width {
    padding: 15px 0px 0px 0px !important;
    text-align:left;
}


.home-blog{
    margin-bottom:0 !important;
}
.footer-top_style{
    border-top:none;
}
.home-blog button{
    margin-left:50px;
    margin-bottom:25px;
    border: none;
    background: #283631;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.home-t .item img{
    object-fit: cover;
    height:300px;
}


.home-blog a{
   font-size: 18px;
   color:#808080;
   font-weight:700;
   position: absolute;
    bottom: 15px;
}

.home-blog h2 {
    font-size: 45px;
    position: relative;
    z-index: 1;
    font-weight:600;
    /*text-decoration: underline;*/
    color:black;
}

.glowing{
   animation: glowing 1s ease-in-out infinite alternate;
}




@keyframes glowing{
    0%{
        box-shadow: 0 0 30px 3px #808080;
    }
}

.logoFull_img{
    width:10%;
    margin:auto;
    display:block;
}
.logoFull_img img{
    width:100%;
}






.p_footer_a a{
    /*text-decoration:none;*/
    color:white !important;
}

#fullName-error,#exampleInputNumber-error,#exampleInputEmail-error,#exampleInputDate-error,#exampleInputPassword1-error{
    color:red !important;
}











