.wrapper {
	box-sizing: border-box;
	padding-top: 5%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	margin: 0 auto;
}
.box {
	display: flex;
	flex-wrap: wrap;
}
.content{
  background-size: contain;
	background-repeat: no-repeat;
}
.box label {
	background: #333433;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
    order: 1;
    display: block;
    padding: 16px 70px;
    margin-right: 4px;
    cursor: pointer;
    font-size: 11pt;
    color: #fff;
}
.box .content {
	display: none;
	padding: 30px;
	background: #fff;
	box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
	order: 99;
	flex-grow: 1;
	width: 100%;
  height: auto;
  background-image:url('https://dogmaindia.com/public/wp-content/junction/img/images/Dogma%20Junction%20Background%20Image.jpg');background-repeat: no-repeat;
 background-size: contain;
}
.box input[type="radio"] {
	display: none;
}
.box input[type="radio"]:checked+label {
	background: #fff;
	color: #000;
}
.box input[type="radio"]:checked+label+.content {
	display: block;
}
@media (min-width:992px){
    .standard {
        display: none;
    }
    .fourth_image{
        display: none;
    }
   .dogma1_image{
    display: none;
   }
   .dogma2_image{
    display: none;
   }
}
@media (max-width: 768px) {
    .dogma_image{
        display: none;
    }
    .box .content {
        /* display: none; */
        padding: 30px;
        background: #fff;
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
        order: 99;
        flex-grow: 1;
        width: 100%;
        height: auto;
        background-image: none;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .hero-area .single-slide {
        height: 550px;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero-area .welcome-text-inner {
       display: none;
    }
    .hero-area .welcome-text-inner1{
        position: relative;
        padding: 15px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(118, 123, 123, 0.10);
    }
    .hero-area .welcome-text-content {
      display: none;
    }
    .standard{
        padding: 34px;
        position: relative;
        background-color: #000;
        z-index: 50;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.7;
        height: auto;
        margin-left: -2px;
        top: 35%;
        bottom: 50%;
        margin-top: -1%; 
    }

    .standard .para_text{
        color: #fff;
        text-align: center;
    }
    .shape {
      height: 5px;
      margin: 2px auto 14px;
      position: relative;
      width: 167px;
      background-color: #fff;
      margin-left: 1%;
      margin-top: 2%;
    }
    
    .hero-area .welcome-text-content h1{
        color: #7fefad;
    }
    .btn1 {
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        font-size: 17pt;
        position:relative;
        color: #fff;
        padding: 13px 30px;
        text-transform: uppercase;
        border: none;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: #2A2D2F;
        border-radius: 3px;
        border: 2px solid #2A2D2F;
    }
    .btn1
.btn1.radius{
	border-radius:50px;
}
.btn1.theme-3 {
	background: #fff;
    font-size: 8pt;
    font-weight: bold;
	color: #EA3D4B;
	border-radius: 7px;
	border: 2px solid #EA3D4B;
	-webkit-box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
	-moz-box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
	box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
}
.btn1.theme-3:hover{
	background:#fff;
	box-shadow:none;
	color:#EA3D4B;
}
.btn1.theme-3.no-style {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	color: #EA3D4B;
}
.btn1.theme-3.no-style:hover{
	opacity:0.7;
}

@-webkit-keyframes shine {
    100% {left: 125%;}
}
@keyframes shine {
    100% {left: 125%;}
}
/* Button Effect */
.btn1.effect1{
	overflow:hidden;
}
.btn1.effect1:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 30%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.btn1.effect1:hover:before{
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
.btn1.theme-1.effect:before{
	background: -webkit-linear-gradient(left, rgba(55, 156, 176, 0.2) 0%, rgba(55, 156, 176, 0.2) 100%);
	background: linear-gradient(to right, rgba(55, 156, 176, 0.2) 0%, rgba(55, 156, 176, 0.2) 100%);
}
.btn1.theme-3.effect1:before{
	background: -webkit-linear-gradient(left, rgba(252, 103, 97, 0.2) 0%, rgba(252, 103, 97, 0.2) 100%);
	background: linear-gradient(to right, rgba(252, 103, 97, 0.2) 0%, rgba(252, 103, 97, 0.2) 100%);
}
}
.hero-area .single-slide {
	height: 550px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero-area .welcome-text-inner {
	position: relative;
	padding: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(118, 123, 123, 0.10);
}
.hero-area .welcome-text-content {
    padding: 34px;
    position: relative;
    background-color: #000;
    z-index: 50;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    height: 426px;
    margin-left: -80px;
    top: 35%;
    bottom: 50%;
    margin-top: 5%;
}
.line {
  height: 5px;
  margin: 2px auto 14px;
  position: relative;
  width: 167px;
  background-color: #fff;
  margin-left: 1%;
  margin-top: 2%;
}
.hero-area .welcome-text-content h1{
    color: #7fefad;
    font-weight: 900;
}
.hero-area .welcome-text-content p{
  color: #fff;
  text-align: justify;
} 
/*button
*/
.btn {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 17pt;
	position:relative;
	color: #fff;
	padding: 13px 30px;
	text-transform: uppercase;
	border: none;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #2A2D2F;
	border-radius: 3px;
	border: 2px solid #2A2D2F;
}
.btn
.btn.radius{
	border-radius:50px;
}
.btn.theme-2 {
	background: #fff;
    font-size: 16pt;
    font-weight: bold;
	color: #EA3D4B;
	border-radius: 7px;
	border: 2px solid #EA3D4B;
	-webkit-box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
	-moz-box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
	box-shadow: 0px 10px 25px rgba(252, 103, 97, 0.2);
}
.btn.theme-2:hover{
	background:#fff;
	box-shadow:none;
	color:#EA3D4B;
}
.btn.theme-2.no-style {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	color: #EA3D4B;
}
.btn.theme-2.no-style:hover{
	opacity:0.7;
}

@-webkit-keyframes shine {
    100% {left: 125%;}
}
@keyframes shine {
    100% {left: 125%;}
}
/* Button Effect */
.btn.effect{
	overflow:hidden;
}
.btn.effect:before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 30%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.btn.effect:hover:before{
	-webkit-animation: shine 1.75s;
	animation: shine 1.75s;
}
.btn.theme-1.effect:before{
	background: -webkit-linear-gradient(left, rgba(55, 156, 176, 0.2) 0%, rgba(55, 156, 176, 0.2) 100%);
	background: linear-gradient(to right, rgba(55, 156, 176, 0.2) 0%, rgba(55, 156, 176, 0.2) 100%);
}
.btn.theme-2.effect:before{
	background: -webkit-linear-gradient(left, rgba(252, 103, 97, 0.2) 0%, rgba(252, 103, 97, 0.2) 100%);
	background: linear-gradient(to right, rgba(252, 103, 97, 0.2) 0%, rgba(252, 103, 97, 0.2) 100%);
}
/*button
*/
@media (max-width: 768px) {

.box label {
    	width:100%;
    }

}