#topbar::before {
    background: #134f5c;
}
#topbar {
    background: #134F5C !important;
}
#topbar:after {
    border-top: 22px solid #134f5c;
    border-left: 2px solid #134f5c;

}
header, #headeraffix.affix {
    background-color: #f4f4f4 !important;
}
.topbar li, .topbar li a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-family: metal;
    letter-spacing: 1.5px;
    font-weight: 800;
}
.header .nav>li>a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: metal;
    font-size: 16px;
    letter-spacing: 1.5px;
    color: #134f5c !important;
}
.navbar-nav li.active > a{
    color: #fa0906 !important;
}
.header .nav > li > a:hover {
    color: #fa0904;
}
.header {
    padding: 5px 0;
}
#copyright:after {
    border-top: 60px solid #134f5c;
    border-left: 40px solid #134f5c;
}
#copyright {
    background: #134f5c;
}
#copyright::before {
    background: #134f5c;
}
#copyright{
    padding:0px 0px;
}
.footer {
    padding: 25px 0;
        background: url(../../images/images/images/new/4.png);
    background-size: cover !important;
    background-repeat: no-repeat;
}
.widget-title h4 {
    color: #f20800;
    font-size: 21px;
    font-family: damion;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.extrapare {
    text-align: justify;
    line-height: 2.1;
    font-size: 16px;
    font-family: metal;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: bold;
}
.footer a{
    text-align: justify;
    font-size: 16px;
    font-family: metal;
    color: #fff !important;
    letter-spacing: 1px;
    font-weight: bold;
}
.contact-widget strong {
    color: #fff !important;
    line-height: 2.5;
    font-weight: bold;
    font-family: metal;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
}
.contact-details li {
    color: #ffffff;
    font-family: damion;
    font-size: 22px;
    letter-spacing: 1.5px;
    font-weight: bold;
}
#welcome_section {
    padding: unset;
}
.welhead {
        font-size: 38px;
    font-family: 'metal';
    letter-spacing: 2.5px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
}
.welpare {
    text-align: center;
    font-size: 20px;
    font-family: 'metal';
    color: #fff;
    line-height: 2.1;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}
#welcomeid {
    background: #134f5c;
    height: 330px;
}
.welcont {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
/*------------------------------btn-wel----------------------------------------*/
.custom-btn {
      width: 300px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 19px 25px;
    font-family: 'metal';
    font-weight: bold;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    font-size: 18px;
    letter-spacing: 2.5px;
}
.custom-btn {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.custom-btn:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.custom-btn:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.custom-btn:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}
/*--------------------------------------------welimg------------------------------------------*/
.weddingimga {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding-top:15px;
}
.weddingimga .box {
  position: relative;
  height: 530px;
  background: #fff;
  transition: 0.5s;
  overflow: hidden;
}
.weddingimga .box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  object-fit: cover;
}
.weddingimga .box:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 50%;
  height: 100%;
  background: #f0f2f0a1;
  z-index: 1;
  transition: 0.5s;
}
.weddingimga .box:after {
  content: "";
  opacity: 0.9;
  position: absolute;
  bottom: -100%;
  right: 0;
  width: 50%;
  height: 100%;
  background: #ffffffa6;
  z-index: 1;
  transition: 0.5s;
}
.weddingimga:hover .box:before {
  top: 0;
}
.weddingimga:hover .box:after {
  bottom: 0;
  transition-delay: 0.5s;
}
.weddingimga .box:hover:before {
  top: -100%;
}
.weddingimga .box:hover:after {
  bottom: -100%;
}
/*-----------------------------------------------------------------------------*/
#Weddingid {
    padding-top: 40px;
    padding-bottom: 40px;
}
.weddincont {
    text-align: center;
}
.weddhead {
    font-family: 'metal';
    letter-spacing: 1.5px;
    color: #fa0b08;
}
span.sephead {
    font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
}
.boxhead {
    font-size: 20px;
    text-align: center;
    font-family: metal;
    color: #134f5c;
}
.aboutus {
    font-family: 'metal';
    letter-spacing: 1.5px;
    color: #40dbe0;
    font-size: 25px;
}
.abhead {
    font-size: 32px;
    color: #f4f4f4;
    font-family: metal;
    letter-spacing: 1px;
}
.apopare {
    text-align: justify;
    font-size: 20px;
    font-family: 'metal';
    color: #f4f4f4;
    line-height: 2.1;
    font-weight: 600;
}
.sechead {
    font-size: 25px;
    color: #f4f4f4;
    font-family: metal;
    letter-spacing: 1px;
}
#aboutid {
    padding-top: 40px;
    background: linear-gradient(135deg, #134f5c 68%, #40dbe0 68%);
    padding-bottom: 40px;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.hepadj {
    font-size: 20px;
    font-family: 'metal';
    color: #f4f4f4;
    line-height: 2.1;
    font-weight: 600;
}
.sechd {
    padding: 15px;
}
.sediv {
    text-align: center;
}
img.slimg {
    padding-top: 40px;
    filter: drop-shadow(2px 4px 6px black);
}
#galeryid {
    padding-top: 40px;
    padding-bottom: 30px;
}
.galimg {
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
        padding: 10px;
}
.galyhead {
    font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
    text-align: center;
        text-transform: uppercase;

}
/*------------------------------------------------card---------------------------------------------*/
.wrapper {
    display: flex;
    gap: 40px;
}

.card {
    position: relative;
    width: 300px;
    height: 300px;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
	backface-visibility: hidden;
	border-radius: 10px;
	overflow: hidden;
	transition: .5s;
}

.card .front {
	transform: perspective(600px) rotateY(0deg);
	box-shadow: 0 5px 10px #fff;
}

.card .front img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.text-h1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: rgba(0, 0, 0, .4);
	text-align: center;
        font-family: metal;
    letter-spacing: 1px;
    font-size: 30px;
}

.card .back {
	display: flex;
	flex-direction: column;
	justify-content: unset;
	transform: perspective(600px) rotateY(180deg);
	background: rgb(19 79 92);
	padding: 15px;
	color: #fff;
	text-align: center;
	box-shadow: 0 5px 10px #fff;
}

.text-p {}

.links {
	border-top: 1px solid crimson;
	height: 50px;
	line-height: 50px;
}

.link-a {
	color: crimson;
}
.card .back .text-h2 {
	font-size: 30px;
	letter-spacing: 2px;
        font-family: metal;
    color: #fff;
}

.card .back .text-p {
	letter-spacing: 1px;
        font-size: 18px;
    font-family: 'metal';
    font-weight: 700;
}

.card:hover .front {
	transform: perspective(600px) rotateY(180deg);
}

.card:hover .back {
	transform: perspective(600px) rotateY(360deg);
}
/*---------------------------------------------------------------------------------------------*/
#processid {
    padding-top: 40px;
    padding-bottom: 30px;
}
.poresscont {
    text-align: center;
}
.prochead {
       font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
#whatweid {
        padding-top: 40px;
    padding-bottom: 30px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: url(../../images/images/images/home/iconbakkk.png);
}
.whathead {
    font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;

}
.whtrow {
    text-align: center;
    padding-top: 30px;
}
.heawepare {
    font-size: 22px;
    font-family: metal;
    color: #134f5c;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top:10px;
}
.whtsecdrow {
    text-align: center;
    padding-top: 30px;
}
.whatcolm {
    box-shadow: 0px 0px 8px;
    padding: 20px;
    height: 200px;
    border-radius: 30px;
}
.welcome_page_title {
    font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
}
#home_contact_section .col-md-12.text-center {
    box-shadow: 0px 0px 5px;
    margin-top: 20px;
    padding: 20px;
}
#contact_form {
    box-shadow: 0px 0px 8px;
    margin: 20px;
    padding: 20px;
}
.creationhead {
    font-size: 38px;
    color: #134f5c;
    font-family: metal;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.crehded {
    font-size: 33px;
    font-family: 'metal';
    color: #f93937;
    letter-spacing: 1px;
}
ul.creationlist li {
    list-style: none;
}
li.cretcondet {
    font-size: 25px;
    font-family: 'metal';
    font-weight: bold;
    color: #134f5c;
    letter-spacing: 1px;
}
li.cretcondet strong {
    font-size: 18px;
    font-family: 'metal';
    line-height: 2.1;
    letter-spacing: 1px;
    color: #000;
}
li.cretcondet .fa {
    background: #134f5c;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.portfolio-style-1 img {
    height: 205px;
    filter: drop-shadow(2px 4px 6px black);
}
.magnifier{
        background: #134f5c9e;
}
.visible-title1 a {
    background-color: #134f5c;
}
.about_page_title {
    color: #fff;
    font-size: 30px;
    font-family: metal;
    letter-spacing: 1px;
}
.breadcrumb.text-right {
    display: none;
}
.pageheader {
    display: block;
    padding: 58px 0;
    background: url(../../images/images/images/home/brdgram.png);
    background-size: cover !important;
    background-repeat: no-repeat;
}
.section {
     padding-top:30px;
     padding-bottom:30px;
}
.section-title {
    margin-bottom: unset;
}
.portfolio-filter a.active {
    color: #1c5f6f;
    font-size: 33px;
    font-family: 'metal';
}
.section.white {
    padding-bottom: 30px;
}
button#submit {
    background: #134f5c;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: metal;
}
button#submit:hover {
    background: #fff;
    border: 3px solid #134f5c;
    color: #134f5c;
}
button.submit_button{
       background: #134f5c ;
    border-radius: 10px;
    color: #fff ;
    font-size: 16px;
    font-family: metal;
    font-weight: bold;
}
.submit_button:hover{
    background: #fff;
    border: 3px solid #134f5c;
    color: #134f5c;
}
#clientid {
    padding-top: 40px;
    padding-bottom: 30px;
    background: #134f5c;
}
.Clihead {
    letter-spacing: 1px;
    text-align: center;
    font-size: 38px;
    font-family: metal;
    text-transform: uppercase;
    color: #fff;
}
.clname {
    font-size: 25px;
    font-family: metal;
    color: #fff;
}
.repare {
    text-align: justify;
    color: #fff;
    font-size: 18px;
    font-family: metal;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 30px;
}
img.simijr {
    border-radius: 50%;
}
.abpare {
    font-size: 18px;
    font-family: metal;
    color: #000;
    text-align: justify;
    line-height: 2.1;
    font-weight: 700;
    letter-spacing: 1.5px;
}
.abhkad {
    color: #40dbe0;
    font-weight: bold;
    font-family: metal;
    font-size: 28px;
    letter-spacing: 1.5px;
}
.heavko {
    font-size: 40px;
    font-family: metal;
    font-weight: bold;
    color: #134f5c;
    letter-spacing: 1px;
}
.pragarp {
    font-size: 18px;
    font-family: metal;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 2.1;
    color: #000;
    text-align: justify;
}
/*---------------------------------produ----------------------------------------------------------*/

[type="radio"]{
  display: none;
}
label{
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 0.25s;
}
[type="radio"]:checked + label{
	background: gold;
}
[type="radio"]:nth-of-type(2):checked ~ .gallery .card:not(.corporate),
[type="radio"]:nth-of-type(3):checked ~ .gallery .card:not(.designer),
[type="radio"]:nth-of-type(4):checked ~ .gallery .card:not(.wedding)

{
  display: none;
}
.gallery{
  display: grid;
	justify-content: center;
  grid-template-columns: repeat(auto-fit, 250px);
  
  grid-gap: 1rem;
  padding: 0.5rem;
  margin-top: 1rem;
}
.card{
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  box-shadow: 0 0 10px silver;
  transition: box-shadow 0.35s;
}
.card:hover{
  box-shadow: 0 0 25px #0009;
}
.card__image{
  width: 100%;
  object-fit: cover;
}
.card__caption{
	font-weight: bold;
  font-variant: small-caps;
  padding: 0.5rem;
  text-align: center;
  color: gold;
}
.gallery .card {
    width: 250px;
}
.services {
    text-align: center;
}
label {
    font-size: 30px;
    margin-bottom: 30px;
    font-family: metal;
    color: #134f5c;
    font-weight: bold;
    margin-top: 30px;
}
ul.listcount {
    display: flex;
    justify-content: center;
    list-style: none;
}
.counter {
    text-align: center;
        padding-top: 40px;
}
.icocuont .fa {
    font-size: 36px;
    color: #1f6270;
    padding: 20px;
}
.contdet span {
    font-size: 55px;
    color: #000;
}
.echfehad {
    font-size: 25px;
    font-family: metal;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #1f6270;
    padding-top:20px;
}
li.combht {
    padding: 70px;
}
img.imhachju {
    width: 100%;
}
img.imgal {
    width: 100%;
}
iframe.videoplay {
    width: 500px;
    height: 300px;
}
.video {
    text-align: center;
}


















@media(max-width:767px){
button.navbar-toggle {
    background: #134f5c;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}
.creationhead {
    font-size: 30px;
}
.pageheader {
    padding: 30px 0;
}
.section {
    padding-top: unset;
    padding-bottom: unset;
}
ul.listcount {
    display: block;
}
li.combht {
    padding: unset;
}
#welcomeid {
    height: 425px;
}
.weddhead {
    font-size: 25px;
}
span.sephead {
    font-size: 25px;
}
.galeryimage {
    text-align: center;
}
.whatcolm {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.welcome_page_title {
    font-size: 33px;
}
button.submit_button {
    width: 100%;
}
.gallery .card {
    width: 300px;
    height: auto;
}
.gallery {
    grid-template-columns: repeat(auto-fit, 300px);
}
.tp-banner.revslider-initialised.tp-simpleresponsive{
    height: 120px !important;
}
.wrapper {
    display: block;
}
#processid .card {
    width: 100%;
    height: 300px;
}
.colmfswhsjwio {
    padding-bottom: 30px;
}
iframe.videoplay {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}















}
