/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html, body {
	width: 100%;
 	overflow-x: hidden;
	font: 400 16px/26px 'Roboto', sans-serif;
}
body {
	background: #1B1B1B;
	margin: 0px;
	padding: 0px;
	color: #ccc;
}
body.showNav {
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	color: #fff;
	margin: 0;
}
.text-reverse {
	color: #fff;
}
h1 {
	font: 900 66px/82px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}
h2 {
	font: 900 44px/52px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}
h3 {
	font: 800 36px/50px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}
h4 {
	font: 600 26px/38px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}
h5 {
	font: 600 20px/28px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}
h6 {
	font: 400 16px/28px 'Roboto', 'Open Sans', sans-serif;
	display: block;
}

.comman_title{position: relative; display: inline-block;}
.comman_title:after{content: ""; width:50px; height: 2px; position: absolute; background: #6C2F74; right:-65px; top:25px;}
.comman_title:before{content: ""; width:50px; height: 2px; position: absolute; background: #6C2F74; left:-65px; top:25px;}

.bb{border-bottom: 1px solid #2b2b2b;}
.pb15{padding-bottom: 15px;}

.secondaryTxt {
	padding: 0 15%;
}
a, .btn-link {
	text-decoration: none;
	color: #6C2F74;
}
a:hover, a:focus, .btn-link:hover, .btn-link:focus {
	color: #7A3A83;
	text-decoration: none;
}
.noEff, .noEff:hover, .noEff:focus {
	text-decoration: none;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.weight-900 {
	font-weight: 900;
}
.weight-800 {
	font-weight: 800;
}
.weight-700 {
	font-weight: 700;
}
.weight-600 {
	font-weight: 600;
}
.weight-500 {
	font-weight: 500;
}
.weight-400 {
	font-weight: 400;
}
.weight-300 {
	font-weight: 300;
}
.weight-200 {
	font-weight: 200;
}
.weight-100 {
	font-weight: 100;
}
.bg-white {
	background: #ffffff;
}
.bg-primary {
	background: #000000;
}
.bg-secondary {
	background: #EDF67D;
}
.bg-treasury {
	background: #F85B59;
}
.color-bodyText {
	color: rgba(19, 23, 71, .8);
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size: 50%;
}
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml10{margin-left: 10px;}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb5 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}
.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}

.red{color:#FE4A49;}

 
.demographic{font-size: 13px; line-height: 18px; color:#ccc; margin: 0;}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 15px;
	z-index: 3;
	display: block;
}
#back-top .btn-default {
	display: inline-block;
	background: #000000;
	overflow: hidden;
	padding: 7px 0;
	border-radius: 100%;
	line-height: inherit !important;
	color: #eee;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 20px 0 rgba(112, 130, 148, 0.2);
	border: 0;
	font-size: 30px;
	transition: all linear .3s;
	cursor: pointer;
}
#back-top .btn-default:hover {
	background: #32B0EB;
}


hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #2b2b2b;
}
.btn1{height: 50px; padding:0 50px; font: 600 16px/50px 'Roboto', sans-serif; border-radius:8px; border: 0 !important;
	box-shadow: none; outline: none !important; text-decoration: none; display: inline-block;}
.btn2{height: 40px; padding:0 30px; font: 600 16px/40px 'Roboto', sans-serif; border-radius:8px; border: 0 !important;
	box-shadow: none; outline: none !important; text-decoration: none; display: inline-block;}



.btn-danger {
 	color: #fff;
 	background: #6C2F74 !important;
	 
}
 
.btn-danger:hover, .btn-danger:focus {
	background: #7A3A83 !important;
	 
}
.btn-light {
 	color: #7A3A83;
 	background: #fff !important;
 }
.btn-light:hover, .btn-light:focus {
	color: #7A3A83;
	background: #f9f9f9 !important;
	 
}
.form-control {
	height: 48px;
	padding: 15px 15px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	border: 2px solid #fff !important;
	font-family: 'Roboto', sans-serif;
	box-shadow: none; background: none;
}
.form-control:focus {
	border: 1px solid #ddd;
	box-shadow: 0 1px 2px rgba(0,0,0,.16);
}



label{color:#000; font-size: 15px; margin-left: 2px; line-height: 20px;}

::-webkit-input-placeholder {
 color: #fff !important;
}
::-moz-placeholder {
 color: #fff !important;
}
:-ms-input-placeholder {
 color: #fff !important;
}
:-moz-placeholder {
 color: #fff !important;
}
 input::placeholder {
 color: #fff !important;
}
.pRelative {
	position: relative;
}



::-webkit-scrollbar {
 width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
 background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background:#6C2F74;
border-radius: 30px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background:#6C2F74;
border-radius: 30px;
}
/*AAAAA HOME PAGE CLASSES AAAAA*/

 
.container-fluid{padding: 0 40px;}
 
@media only screen and (max-width: 1279px) {
.container-fluid{padding: 0 15px;}
}

@media only screen and (max-width: 479px) {
h2 {
	font-size: 30px;
	line-height: 34px;
}

.comman_title:after{ width:40px; right:-55px; top:16px;}
.comman_title:before{  width:40px; left:-55px; top:16px;}



}
/*comman clasess ends*/


/*header clasess*/
header {
	width: 100%;
	z-index: 888;
	background: #1b1b1b;
	transition: all linear .5s;
	-webkit-transition: all linear .5s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .5s;
	height: 80px; position: fixed;
}
.navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}
header .navbar {
	margin-bottom: 0;
	min-height: 0px;
}
header .navbar-collapse {
	padding: 0;
}
header .navbar-brand {
	padding: 0 !important;
	width: 150px;
	height: auto;
	display: block;
	margin: -8px 0 0 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 18px 0 18px 10px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}
header .navbar-nav > li > a .loc, header .navbar-nav > li > a .arrow {
	vertical-align: middle;
	padding-bottom: 4px;
}
header .navbar-nav > li > a {
	font: 500 15px/40px 'Roboto', 'Open Sans', sans-serif;
	color: #fff;
	margin: 0 2px;
	padding: 0 20px;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	background: none;
	border-radius:8px;
	 
}
 
header .navbar-nav > li:hover a, header .navbar-nav > li:active a, header .navbar-nav > li:focus a{
	background: #6C2F74 !important;
}

.nav>li>a:focus, .nav>li>a:hover{background: #6C2F74 !important;}


#home .home, #about-us .about-us, #events .events, #evalution-kit .evalution-kit, #contact-us .contact-us, #workshops .workshops, .contact-us, #videos .videos{
	background: #6C2F74 !important;
}


.navRight{float: right; margin: 18px 0;}
.navRight a{font: 500 15px/40px 'Roboto', 'Open Sans', sans-serif; background: #6C2F74; color:#fff; display: inline-block; border-radius:8px; line-height: 40px; padding: 0 20px; text-decoration: none; margin: 0 2px;}
.navRight a:nth-child(1){ width: 44px; padding: 0; text-align: center;}
.clickSearchMobile {font: 500 15px/44px 'Roboto', 'Open Sans', sans-serif;
    background: #6C2F74;
    color: #fff;
     border-radius: 8px;
    line-height: 44px;
    padding: 0 17px;
    float: right;
    text-decoration: none;
    margin: 7px 5px 0 0; display:none;}





header .navbar-nav > li > .orderNow {
	background: #80a4ed !important;
	color: #000;
	padding: 0 25px !important;
	margin: 14px 10px 0 15px;
	line-height: 50px;
	border-radius: 30px;
}
header .navbar-nav > li > .signUp {
	background: #ffa33c !important;
	color: #000;
	padding: 0 25px !important;
	margin: 14px 0 0 0;
	line-height: 50px;
	border-radius: 30px;
}
header .navbar-nav > li > .signUp img {
	width: 16px;
	vertical-align: middle;
}
header .navbar-nav > li > .orderNow img {
	width: 16px;
	vertical-align: sub;
}
header .navbar-nav > li:hover > .orderNow:after, header .navbar-nav > li > .orderNow:after, header .navbar-nav > li:hover > .signUp:after, header .navbar-nav > li > .signUp:after, header .navbar-nav > li:hover > .search:after, header .navbar-nav > li > .search:after {
	display: none !important;
}
.header_fixer {
	position: fixed;
	box-shadow: 0px 10px 40px -4px rgb(0 0 0 / 16%)
}
.header_spacer {
	height: 80px; display: none;
	 
}
header .navbar-nav > li > .search {
	width: 50px;
	height: 49px;
	margin: 20px 0 0 0;
	padding: 10px;
	text-align: center;
}
header .navbar-nav > li > .search img {
	display: block;
}
header .navbar-nav .mob_no a {
	padding-right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	font-weight: 600;
	color: #32B0EB;
}
header .navbar-nav .mob_no .phone {
	padding-bottom: 4px;
	vertical-align: middle;
}
.header_fixer .navbar-nav .mob_no a {
	border-color: #ddd;
}
header .navbar-header {
	float: left;
}
header .navbar-collapse {
	border: 0 !important;
	box-shadow: none;
}

 

.onlySM {
	display: none;
}
.onlySM h2 {
	margin: 0;
	padding: 15px;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}
.onlySM .bar {
	width: 60px;
	height: 60px;
	float: right;
	padding: 10px;
	position: relative;
}
.onlySM .bar b {
	display: block;
	width: 2px;
	height: 32px;
	background: #ccc;
	transform: rotate(45deg);
	position: absolute;
	left: 28px;
	top: 14px;
}
.onlySM .bar b.one {
	transform: rotate(45deg);
}
.onlySM .bar b.two {
	transform: rotate(-45deg);
}

@media only screen and (max-width: 1151px) {
 header .navbar-nav > li > a{padding:0 13px;}
  
}

 
 
@media only screen and (max-width: 991px) {
.triBar {
    cursor: pointer;
    height: 44px;
    width: 54px;
    float: right;
    margin-top: 7px;
    padding: 7px 12px;
    border-radius: 8px;
    background: #6C2F74;
}


.navRight{width:100%; margin:0; padding:0 8px;}
.navRight .search{display:none;}
.navRight a{width:49%; margin:0; text-align:center;}
 
 header{height:60px;}
.clickSearchMobile{display:inline-block;}

.triBar b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	margin-top: 6px
}
.header_fixer .triBar b {
	background: #fff;
}
.navOverlay {
	display: block;
	position: fixed;
	background: rgba(108,47,116,.8);
	top: 0;
	bottom: 0;
	width: 100%;
	left: -100%;
	z-index: 9990;
}
.showNav .navOverlay {
	left: 0;
}
header .navbar-nav > li > a {
	padding: 0 15px;
	margin: 0;
}
.header_fixer .navbar-nav > li.active > a, .header_fixer .navbar-nav > li.active > a:hover, .header_fixer .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	border-bottom: 0;
}
.navbar-custom {
	position: fixed;
	background: #000;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 9999;
	display: block;
	left: -300px;
}
.showNav .navbar-custom {
	left: 0;
}
header .navbar-nav {
	float: none;
	width: 100%
}
header .navbar-nav > li {
	display: block;
	float: none;
	width: 100%; margin:2px 0;
 }
header .navbar-nav > li a {
	line-height: 50px; background:#1B1B1B;
}
header .navbar-nav > li.noSM {
	display: none;
}
.onlySM {
	display: block;
}
.noSM {
	display: none;
}
.mobLoc {
	display: block;
}
header .navbar-nav > li > a:after {
	display: none;
}
header .navbar-nav > li > .orderNow {
	text-align: center;
	padding: 0 10px!important;
	border-radius: 0;
	margin: 0;
	border: 0;
}
header .navbar-nav > li > .signUp {
	padding: 0 10px!important;
	text-align: center;
	border-radius: 0;
	margin: 0;
}
header .navbar-nav > li > .search {
	display: none;
}


.navbar-nav{margin:0; padding:10px;}
header .navbar-brand{width:100px;}

}

 
 


/*header clasess ends*/

/* banner */
.mybanner {
	min-height: 500px;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 110px 0 110px; margin-top: 80px;
}


.mybannerinside {
	min-height: auto;
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	align-items: center;
	padding: 100px 0 100px;
}


 
.bannerContent {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.bannerContent .leftBar, .bannerContent .rightBar {
	width: 55%;
}

.bannerContent .rightBar{width: 45%;}


.bannerContent .leftBar {
	padding-right: 50px;
}
.bannerContent .leftBar h1 {
	color: #fff;
	 
}

.mybannerinside .leftBar{text-align: center; width: 100% !important; padding: 0;}
 
.bannerContent .leftBar h1 span{font-weight: 300;}

.bannerContent p {
	color: #ccc;
	font-size: 20px; font-weight: 300;
	line-height: 32px;
	margin-top: 20px;
}


.bannerContent .btn-danger{margin-top: 25px;}

.bannerContent .leftBar .btn-link img {
	margin: 3px 0 0 15px;
	width: 32px;
}
.bannerContent .leftBar .btn-link:hover {
	text-decoration: none;
}
.bannerContent .rightBar {
	padding-left: 20px;
}
.bannerContent .rightBar .formCon {
	width: 100%;
	border-radius: 40px;
	background: #6C2F74;
	padding:40px 50px 50px 50px;
	position: relative;
	z-index: 9;
}
.bannerContent .rightBar .formCon .row {
	margin: 15px -7px 0 !important;
}
.bannerContent .rightBar .formCon .row > .cols {
	padding: 0 7px;
	margin: 7px 0;
}

.formCon2 .row > .cols{margin: 10px 0;}
.formCon2{padding: 80px 0 60px;}

.bannerContent .rightBar .date {
	background: #fff;
	overflow: hidden;
	margin: 0 10px;
	border-radius: 10px;
}
.bannerContent .rightBar .date .cols {
	padding: 0;
}
.bannerContent .rightBar .ui-sliderCon {
	background: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #ddd;
}
.bannerContent .rightBar .ui-sliderCon p {
	font-size: 13px;
	color: #000000;
	margin: 0;
}
.bannerContent .rightBar .ui-sliderCon .hintText {
	padding: 0 1px;
	margin-top: 2px;
}
.bannerContent .rightBar .ui-sliderCon .hintText small {
	font-size: 12px;
	color: rgba(19, 23, 71, .8);
	line-height: 18px;
}
.bannerContent .rightBar .formCon .offerBg {
	position: absolute;
	width: 160px;
	height: 130px;
	background: url(../images/offerBg.svg) no-repeat;
	right: 32px;
	top: -55px;
	background-size: contain;
	padding: 20px;
}
.bannerContent .rightBar .formCon .offerBg p {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	margin-left: 10px;
}
.bannerContent .rightBar .formCon .offerBg p strong {
	font-weight: 700;
	font-size: 20px;
}


.bannerContent .rightBar .formCon .selectServices, .formCon2 .selectServices{margin:0; background: #fff;  border: 1px solid #ddd; padding: 10px 12px; overflow: hidden; border-radius: 10px;}
.bannerContent .rightBar .formCon .selectServices li, .formCon2 .selectServices li{list-style: none; width: 48%; float: left; font-size:13px; line-height: 16px; color:#000; margin: 5px 1%;}

.bannerContent .rightBar .formCon .selectServices li label{font-size: 13px;}

 @media only screen and (max-width: 1279px) {
     
   .container{width:97%;}
 }
 
 

@media only screen and (max-width: 1151px) {
    
    .bannerContent .leftBar, .bannerContent .rightBar{width:50%;}
.bannerContent .leftBar h1 {
	font-size: 40px;
	line-height: 54px;
}

.bannerContent p{font-size:18px; line-height:30px;}

}

@media only screen and (max-width: 991px) {
.mybanner {
	padding: 50px 0 100px;
	margin-top:60px;
}
	
.mybannerinside {
	padding: 50px 0 30px; height: auto;
}	
	
	
.bannerContent {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
.bannerContent .leftBar {
	padding: 0;
	margin-bottom: 60px;
}
.bannerContent .leftBar, .bannerContent .rightBar {
	width: 100%;
	padding: 0;
}
.bannerContent .rightBar .formCon {
	text-align: left;
	padding: 40px;
}
}

@media only screen and (max-width: 767px) {
	
	.bannerContent .rightBar .formCon .selectServices li{width: 100%; margin: 5px 0;}
	
	
}


@media only screen and (max-width: 599px) {
.bannerContent .rightBar .formCon .offerBg {
	right: 0;
	transform: scale(.9)
}
}
/* banner ends */


/*about css*/

.aboutCon {
 	padding: 60px 0;
}
.aboutCon .container {
	display: flex;
	flex-wrap: nowrap;
	 
}
.aboutCon .container .cols {
	width: 70%;
}
.aboutCon .container .left {
	width: 29%;
	flex-wrap: nowrap; text-align: right; border-right:3px solid #313030; padding:0 50px 0 0;
}
 
 
.aboutCon .container figcaption {
	padding: 0 0 0 50px;
}

.aboutCon .container h3 span{font-size: 24px; line-height: 20px; color:#7A3A83; font-weight: 400; display: block; position: relative; margin-bottom: 10px; }

.aboutCon .container h3 span:before{content:''; width: 50px; height: 2px; background: #7A3A83; position: absolute; top:8px; right: 75px;}

.aboutCon .container h3 {
	font-size: 44px;
	line-height: 52px;
	font-weight: 900;
	margin: 0;  
}
.aboutCon .container figcaption p {
	font-size: 16px;
	line-height: 26px; padding-bottom: 10px; padding-top: 0; padding-right: 0;
	 
}

.aboutCon .container figcaption p span{font-size:22px; line-height: 32px;}

.aboutCon .container .btn-danger {
	margin-top: 20px; padding: 0 40px;
}

@media only screen and (max-width: 1151px) {
    
    .aboutCon .container .left{padding-right:40px;}
}


@media only screen and (max-width: 991px) {
	
	.aboutCon{padding:70px 0;}
	
	.aboutCon .container {
    display: inherit;
    
}
 .aboutCon .container .left{border:0; padding:0;}
 .aboutCon .container .left br{display:none;}
	.aboutCon .container .left, .aboutCon .container .right{width: 100%; text-align:center;}
	.aboutCon .container figcaption {
    padding:30px 0 0 0; text-align: center;
}
.aboutCon .container h3 span:before{display:none;}
.aboutCon .container h3{font-size:32px; line-height:40px;}

}

/*about css end*/




/*EVENTS*/ 


.eventsCon{ padding: 60px 0 70px; background:#000 url(../images/bg2.jpg) no-repeat top center; background-attachment: fixed; background-size: cover;}

.pList {
	margin: 25px -5px 0 -5px; padding: 0; position: relative;
}
.pList li {
	list-style: none;
	float: left;
	width: 25%;
	padding: 15px; 
}
.pList li .box {
	width: 100%;
	height: 360px;
	margin: auto; background:#000;
	position: relative;
	overflow: hidden; border:2px solid #fff; transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s; border-radius: 16px;
}

.pList li .box:hover{border:2px solid #6C2F74;}
 
.pList li .box figure{text-align:center;}
.pList li .box figure img {
	display: inline-block; 
}


ul.pList li .box .title_box {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	height: auto;
	padding:30px;
	background: #000;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.pList li .box .title_box h3, .pList li .box .info_box figcaption h3 {
	font-size: 18px;
	line-height: 28px;
	color: #fff; font-weight: 600; 
	 
}

.pList li .box .title_box .date, .pList li .box .info_box .date{color:#fff; margin: 0; line-height: 21px; font-size: 14px; font-weight: 400;  }



.pList li .box:hover .title_box {
	bottom: -100%;
}
.pList li .box .info_box {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
 	left: -100%;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.pList li .box:hover .info_box {
	left: 0;
}
.pList li .box .info_box figcaption {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(108,47,116,0.97);
}
.pList li .box .info_box figcaption .centerBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 30px;
}
 


.pList li .box .info_box figcaption .decription {
	line-height: 20px; font-size: 13px; height:80px; overflow: hidden;
	color: #fff; margin-top: 15px;
}


.pList li .box .info_box figcaption .priceTitle{color:#fff; margin: 0; font-size: 14px; font-weight: 400; } 
.pList li .box .info_box figcaption .price{font-size: 16px; line-height: 22px; font-weight: 700; color:#fff;}
.pList li .box .info_box figcaption .price span{text-decoration: line-through;}
.pList li .box .info_box figcaption .price small{font-size: 13px; font-weight: 300;}
.pList li .box .info_box figcaption .btn-light{margin-top: 10px;}

@media only screen and (max-width: 1279px) {
.pList li{width:33.33333333%;}

}


@media only screen and (max-width: 1151px) {
.pList li .box .title_box h3, .pList li .box .info_box figcaption h3{font-size:16px; line-height:22px;}
}

@media only screen and (max-width: 991px) {
.pList li{width:50%;}

}

@media only screen and (max-width: 767px) {
.pList li{width:100%;}

}


/*EVENTS END*/

/*WORKSHOP*/
.workshopCon{padding: 60px 0 70px;}
/*WORKSHOP END*/

/*EVALUATION*/
.evaluationCon{padding: 60px 0 70px; background:#000 url(../images/bg3.jpg) no-repeat top center; background-attachment: fixed; background-size: cover;}
.evaluationDetails .flexBox{display: flex; flex-wrap: nowrap; margin-top: 50px; padding: 0 10px;}
.evaluationDetails .flexBox .cols{width: 63%;}
.evaluationDetails .flexBox .left{width: 37%;}
.evaluationDetails .flexBox .left figure{overflow: hidden; border-radius: 40px; border:3px solid #6C2F74;}
.evaluationDetails .flexBox .right{padding-left:50px;}
.evaluationDetails .flexBox .right h5{font-size: 36px; line-height: 50px; font-weight: 500;}
.evaluationDetails .flexBox .right h5 small{font-size:18px; display: block; margin-top: 30px; line-height: 30px; color:#fff; border-left: 6px solid #6C2F74; padding-left: 20px; padding-right:5%;}
.evaluationDetails .flexBox .right p, .evaluationDetails .flexBox .right ul{margin-top: 30px;}
.evaluationDetails .flexBox .right .noteTxt{border:2px solid #2b2b2b; border-radius: 16px; padding:30px; background: #000;}
.evaluationDetails .flexBox .right .noteTxt p{margin: 0; color:#fff;}
.certificate{padding:0 0 70px 0; margin: 0 0;}
.certificate figure{overflow: hidden; border-radius: 40px; border:3px solid #6C2F74; max-height: 620px;}
.certificate div{margin: 20px 0;}



@media only screen and (max-width: 991px) {
    .evaluationDetails .flexBox{flex-wrap: wrap;}
.evaluationDetails .flexBox .cols{width: 100%;}
 .evaluationDetails .flexBox .right{text-align:center; padding:30px 0 0 0;}
 .evaluationDetails .flexBox .right h5 {
    font-size: 24px;
    line-height: 34px;
     
}
.evaluationDetails .flexBox .left{text-align:center;}
.evaluationDetails .flexBox .left figure{display:inline-block; width:auto; margin:auto;}

}

/*EVALUATION END*/

/*CLIENT*/

.clientCon{background: #000; padding: 60px 0 70px; }
.clientCon .clientBox{background:#6C2F74; border-radius: 16px; padding:20px; margin: 45px 10px 0 10px;}
 .clientCon .clientBox .inner{background: #1B1B1B; padding: 15px; border-radius: 14px;}
.clientCon .clientBox .inner figure{display: flex; align-items: center; height: 140px; vertical-align: middle; padding: 10px; border-radius: 12px; border:2px solid #2D2D2D; text-align:center;}
.clientCon .clientBox .inner figure img{width: 100%; vertical-align: middle; display: inline-block; height: auto;}

.clientCon .clientBox .owl-nav{display:none !important;}

/*CLIENT END*/
 
/*section 005*/

.section5 {
	padding: 70px 0 100px; background:#000 url(../images/bg4.jpg) no-repeat top center; background-attachment: fixed; background-size: cover; text-align: center;
}

.section5 .secondaryTxt{font-size: 28px; line-height: 36px; color:#fff; padding: 0 23%;}
  
 
.section5 .card .cardIcon {
	width: 76px;
	height: 76px;
  	margin: auto; text-align: center;
	margin-top: 65px;
}

.section5 .card .cardIcon img{height: 80px;}
 
 
.section5 h5 {
	font-weight: 600; font-size: 18px;
}




@media only screen and (max-width:991px) {
.section5 .secondaryTxt{font-size: 28px; line-height: 36px; color:#fff; padding: 0 5%;}
  
}
 
/*footer*/

.footer {
  	margin-top: 0;
	position: relative;
}
 
.sitemap {
	float: left;
	width: 72%;
	border-right: 1px solid #eee;
	padding-right: 30px;
}
.sitemap .col-sm-3 {
	width: 33.3333333%;
}
.footer h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
	position: relative;
	z-index: 2;
}
.footer h4:before {
	content: "";
	background: #ffa33c;
	width: 30px;
	left: 0;
	z-index: 1;
	top: 32px;
	height: 4px;
	position: absolute;
}
.sitemap .links2 {
	margin-top: 66px;
}
.sitemap .links a {
	display: block;
	color: #666;
	margin-top: 2px;
	font-size: 14px;
	text-decoration: none;
}
.sitemap .links a:hover {
	text-decoration: underline;
}
.fRight {
	color: #666;
	width: 28%;
	padding-left: 30px;
	font-size: 1rem;
	float: right;
}
.fRight a {
	color: #666;
}
.social {
	float: left;
}
.social a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 8px;
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-right: 3px;
	background: #6C2F74; margin-top: 15px;
}
.social a:hover, .social a:focus {
	background: #7A3A83;
}
.social a .fa {
	font-size: 20px;
}
.trustedBy {
	float: left;
}
.trustedBy span {
	background: #F85B59;
	border-radius: 10px;
	padding: 12px 20px;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	margin-right: 10px;
}
.trustedBy span:after {
	width: 0;
	height: 0;
	content: "";
	right: -7px;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #F85B59;
}
.trustedBy img {
	margin-right: 20px;
}
.countries a {
	font-size: 16px !important;
	margin-bottom: 16px;
}
.countries a img {
	margin-right: 10px;
}
.fText {
	font-size: .9em;
	margin-top: 20px;
	padding: 20px 0px;
	border-top: 1px solid #d9f3fb;
	color: #005e80;
	line-height: 1.35rem;
	text-align: justify;
	opacity: .8;
}
.copyrightText {
	padding: 30px 0 40px;
	text-align: center;
	color: #fff;
  }
.copyrightText2 {
	font-size: 15px;
	float: right;
	text-align: right;
	color: #ccc;
	margin: 0;
	margin-top: 5px;
}

.copyrightText2 a{color:#ccc; text-decoration: none;}

@media only screen and (max-width: 767px) {
.sitemap {
	width: 100%;
	padding-left: 0px;
	float: none;
	margin-top: -20px;
}
.fRight {
	width: 100%;
	padding: 0;
}
.sitemap .links a {
	display: inline-block;
	margin: 2px 5px !important;
}
.sitemap .links2 {
	margin-top: 0;
}
.sitemap .col-sm-3 {
	width: 100%;
}
.social {
	width: 100%;
	text-align: center;
}
.copyrightText2 {
	width: 100%;
	text-align: center;
}
.social a {
	margin-right: 0;
	margin: 3px;
}
.copyrightText .right {
	float: none;
	text-align: center;
}
.footer:before, .footer:after {
	display: none;
}
}
.stateCon.overlay {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.stateConInner {
	background: #fff;
	padding: 1rem;
	top: 0;
	width: 100%;
	z-index: 99999;
	box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.stateCon h3 {
	color: #121212;
	margin-bottom: 30px;
	font-weight: 600;
}
.stateCon .cityList {
	margin: 0 !important;
	padding: 0;
}
.stateCon .cityList li {
	width: 20%;
	float: left;
	list-style: none;
	color: #121212;
	padding: 5px 20px;
}
.stateCon .cityList li .inner {
	cursor: pointer;
	padding: 20px;
	display: block;
	color: #121212;
	font-size: 15px;
	border-radius: 10px;
}
.stateCon .cityList li:hover .inner {
	background: #f7f7f7;
	text-decoration: none;
}
.stateCon .cityList li a:focus {
	background: #d9f3fb;
}
.stateCon .cityList li .inner i {
	display: block;
}
.stateCon .cityList li .inner i img {
	width: 80px;
}
.stateCon .close {
	position: absolute;
	right: 15px;
	top: 15px;
	opacity: 1;
	width: 44px;
	padding: 10px;
	color: #FF0004;
}
.stateCon .close img {
	width: 100%;
}

@media only screen and (max-width: 991px) {
.stateCon .cityList li {
	padding: 5px 10px;
}
}

@media only screen and (max-width: 767px) {
.stateCon .cityList li {
	padding: 5px;
}
.stateCon .cityList li .inner i img {
	width: 60px;
}
.stateCon .cityList li .inner {
	padding: 10px;
	font-size: 13px;
}
}

@media only screen and (max-width: 599px) {
.stateConInner {
	width: 100%;
	height: 100%;
}
.stateCon .cityList {
	text-align: center;
}
.stateCon .cityList li {
	width: 32.333333%;
	display: inline-block;
	float: none;
}
.stateCon h3 {
	margin-bottom: 15px;
	font-size: 16px;
}
.stateCon .close {
	width: 38px;
	padding: 10px;
}
}

@media only screen and (max-width: 479px) {
.stateCon .cityList li {
	width: 49%;
	display: inline-block;
	float: none;
}
}
/*serviceList clases*/

.serviceCon {
	box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
	background: #fff;
	padding: 30px;
	margin-top: -50px;
	border-radius: 10px;
	text-align: center;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.serviceCon a {
	width: 16.66666666666667%;
	text-align: center;
	border-radius: 10px;
	padding: 25px 15px;
}
.serviceCon a img {
	display: inline-block;
	width: 40px;
}
.serviceCon a span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
}
.serviceCon a:hover {
	background: #f7f7f7;
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
.serviceCon a {
	width: 25%;
}
}

@media only screen and (max-width: 767px) {
.serviceCon a {
	width: 33.3333333%;
}
}

@media only screen and (max-width: 599px) {
.serviceCon a {
	width: 50%;
}
}

/*dropdown*/

.dropdownCon {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.98);
	padding: 15px;
 	display: none; z-index: 99999;
}


.dropdownCon .close {
    color: #000 !important;
    opacity: 1;
    font-size: 30px;
    text-shadow: none !important;
    font-weight: 300;
}


.dropdownCon .dropdownItems{margin: 0; padding: 0; padding: 50px 8%;}
.dropdownCon .dropdownItems li{list-style: none; width: 23%; float: left; margin-right: 2%; border-right:1px solid #ddd; min-height: 240px;}
.dropdownCon .dropdownItems li:nth-child(4){border-right:0;}
.dropdownCon .dropdownItems h4, .dropdownCon .dropdownItems h4 a {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000; text-decoration: none;
	position: relative;
	z-index: 2;
}
.dropdownCon .dropdownItems h4:before {
	content: "";
	background: #ffa33c;
	width: 30px;
	left: 0;
	z-index: 1;
	top: 32px;
	height: 4px;
	position: absolute;
}


.dropdownCon .dropdownItems .links a {
    display: block;
    color: #666;
    margin-top: 2px;
    font-size: 14px;
    text-decoration: none;
}

.dropdownCon .dropdownItems .links a:hover{text-decoration: underline;}

@media only screen and (max-width: 991px) {
	
	
	.dropdownCon .dropdownItems li{  width: 48%; float: left; margin-right: 2%; border-right:1px solid #ddd; min-height: 240px;}
.dropdownCon .dropdownItems li:nth-child(4), .dropdownCon .dropdownItems li:nth-child(2){border-right:0;}
	
}


@media only screen and (max-width: 767px) {
	
	.dropdownCon .dropdownItems{overflow-y: scroll; height: 500px;}
	.dropdownCon .dropdownItems li{  width: 100%; float: left; margin-right: 0; border-right:0; min-height: auto; margin-top: 30px;}
.dropdownCon .dropdownItems li:nth-child(4), .dropdownCon .dropdownItems li:nth-child(2){border-right:0;}
	
}

/*search*/


.searchCon {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(108,47,116,0.99);
	padding: 15px;
	text-align: center;
	display: none; z-index: 99999;
}





.searchCon .searchBox {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	width: 100%;
	padding: 0 15%
}
.searchCon .searchBox .form-control {
	background: none;
	height: 100px;
	width: 100%;
	border: 0 !important;
	border-bottom: 2px solid #fff !important;
	box-shadow: none !important;
	outline: 0 !important;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	padding-right: 60px
}
.searchCon .searchBox .cursor {
	position: relative
}
.searchCon .searchBox .cursor i {
	position: absolute;
	width: 1px;
	height: 45%;
	background-color: #fff;
	left: 12px;
	top: 26%;
	animation-name: blink;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	opacity: 1
}
.searchCon .searchBox input:focus+i {
	display: none
}
.searchCon .searchBox .searchBtn {
	font-size: 30px;
	position: absolute;
	color: #fff;
	right: 0;
	background: none;
	outline: none;
	border: 0;
	margin-top: -80px;
	padding: 15px;
	cursor: pointer
}
.searchCon .close {
	color: #fff !important;
	opacity: 1;
	font-size: 30px;
	text-shadow: none !important;
	font-weight: 300
}
@keyframes blink {
from {
opacity:1
}
to {
opacity:0
}
}

@media screen and (max-width: 767px) {
.searchCon .searchBox {
	padding: 0 5%
}
}
.bodyOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,255,255,0.8);
	z-index: 98;
	z-index: 99999;
}


/*Accept cookies*/

.acceptCookies{position: fixed; bottom: 20px; left:15%; background: #fff; border-radius:10px; min-height: 40px; display: flex; z-index: 888; width: 70%; right: 15%; box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%); padding: 10px 30px; align-items: center; justify-content: center;
}
.acceptCookies .txt {padding-right: 20px;}
.acceptCookies .txt p{font-size: 13px; line-height: 18px; color:#000; margin-top: 10px;}
.acceptCookies .acceptbtn .btn-danger{height: 36px; line-height: 36px; font-size: 14px; font-weight: 600; padding: 0 20px;}


@media screen and (max-width: 767px) {.acceptCookies{position: fixed; bottom: 20px; left:15px; background: #fff; border-radius:10px; min-height: 40px; display: flex; z-index: 9999; width: auto; right: 15px; box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%); padding: 10px 30px; align-items: center; justify-content: center;
}}




/*progressbar*/

.progressbar {
  position: fixed;
  top: 0;
  z-index:999;
  width: 100%;
   
}
 
.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
}

.progress-bar {
  height: 4px;
  background: #6C2F74;
  width: 0%;
}

.content {
  padding: 100px 0;
  margin: 50px auto 0 auto;
  width: 80%;
}


/*breadcrumb*/


.breadcrumb {
	text-align: center;
	display: block;
	width: auto;
	background: none;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;
	padding: 0;
	color: #fff;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb > li + li:before {
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
	content: "\f105";
	font-family: 'Fontawesome';
}


/*cms area*/

.cmsBox{padding:60px 0 40px;}
.middleCon{padding:60px 0 60px;}

/*portfolio*/

.prtfolioCard{ text-align: left;
	
	border-radius: 30px;
    padding: 30px; 
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    min-height: 200px;
    background-size: auto;
    display: block;
    text-decoration: none;
    transition: all 500ms ease;
    transform: scale(1.0);
	margin: 30px 0; overflow: hidden;
	
}

.prtfolioCard:hover{background:#80a4ed;}

.prtfolioCard figcaption .tools{margin-top:10px;}
.prtfolioCard figcaption .tools span{ display: inline-block; border-radius: 30px; background:rgba(128, 164, 237, .2); border:1px solid rgba(128, 164, 237, .9);
	padding: 0 15px; height: 29px; color:#000; line-height:28px; margin: 2px 0 2px 2px; font-size: 14px; 
	
}

.prtfolioCard h3{font-size:28px; line-height: 32px;}
.prtfolioCard figcaption .from{color:#666;}

.prtfolioCard figcaption .dscpn{margin-top: 20px; color:#666;}

.prtfolioCard .portfolio_thum{width:100%; height:400px; overflow: hidden; margin: auto; border-radius: 15px; margin-top: 30px;}
.prtfolioCard .portfolio_thum img{width: 100%; height: auto; display: block;}

.prtfolioCard:hover figcaption .dscpn, .prtfolioCard:hover figcaption .from{color:#000;}
.prtfolioCard:hover figcaption .tools span{border:1px solid #fff; color:#000; background:#fff;}
@media screen and (max-width: 767px) {
	.prtfolioCard figcaption .tools span{padding:0 10px;}
}




/*modal style*/

.modalStyle001 .modal-header{ text-align: center;}
.modalStyle001 .modal-header .close {color:#FE4A49; opacity: 1; font-size: 28px; margin-top: 0;}


.modalStyle001 .modal-body{background: #f7f7f7; padding: 0;}
.modalStyle001 .modal-footer{text-align: center; padding: 20px;}

@media screen and (max-width: 767px) {
	.modalStyle001 .modal-footer{padding:10px 20px;}
.modalStyle001 .modal-footer .btn{width:100%; display: block; margin: 0; margin:10px 0;}
}

.modal-body-padding01{padding:20px 30px 30px !important;}

.portfolioPupImg{height: 500px;
  overflow: hidden;}

.portfolioPupImg img{ width: 100%;
  transform: translateY(0px);
  transition-duration: 7s;}


.portfolioPupImg img:hover {
animation: scroll 10s
}



@keyframes scroll { 
    
    0% {
    transform: translateY(0px);
  }
    20% {
    transform: translateY(calc(-15%));
  }
    40% {
    transform: translateY(calc(-35%));
  }
    60% {
    transform: translateY(calc(-55%));
  }
    80% {
    transform: translateY(calc(400px - 100%));
  }
    100% {
    transform: translateY(0px);
  }
}

/*services clasess*/

.section4Inside{background: none; padding: 0;}
.section4Inside:after, .section4Inside:before{display: none;}
 
.featuredCon{ border-top:1px solid #eee; padding-top: 60px;}
.featuredCon .owl-carousel .owl-item{padding:0 10px !important;}
.featuredCon .owl-prev, .featuredCon .owl-next{top:50%; box-shadow: 0 1px 10px rgb(0 0 0 / 20%);  background:#fff; border-radius: 100%; width: 60px; height: 60px; padding: 5px; color:#000;}
.featuredCon .owl-prev{left: -70px;}
.featuredCon .owl-next{right: -70px;}

@media screen and (max-width: 991px) {.featuredCon .owl-prev{left: 0;}
.featuredCon .owl-next{right: 0;}}

.featuresCon{background:#f7f7f7; border-top:1px solid #eee; padding: 30px 0 60px; }
.featuresCon .flexBox{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-top: 20px;}
.featuresCon .flexBox .cols{width:48%; text-align: left; border:1px solid #ffa33c; background:#fff; border-radius: 5px; margin: 1%; padding: 10px; }
.featuresCon .flexBox .cols p{margin: 0; padding: 0; font-weight:500; color:#000;}
.featuresCon .flexBox .cols p .fa{color:#ffa33c;}
.featuresCon .flexBox .cols:hover{background: #ffa33c;}
.featuresCon .flexBox .cols:hover p .fa{color:#000;}

@media screen and (max-width: 767px) {
	
	.featuresCon .flexBox .cols{width:100%; text-align: left; border:1px solid #ffa33c; background:#fff; border-radius: 5px; margin:5px 0; padding: 10px; }

}

/*testimonial*/

.tsCon{padding: 40px 0;}
.tsCon .tscard{
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	min-height: 100px;
 	background-size: auto;
	display: block;  margin: 40px 0 0 0;
	text-decoration: none; transition: all 500ms ease;
	transform: scale(1.0); position: relative;}

.tsCon .tscard:before{content:"\f10d"; font-family:"Fontawesome"; color:#ccc; position: absolute; top:-10px; font-size: 32px;}


.tsCon .tscard p{font-size: 16px;
    line-height: 28px;
    font-weight: 400; margin: 0;}

.tsCon .tscard .tsInfo h6{color:#000; margin-top: 0;}
.tsCon .tscard .tsInfo .starts{margin-left: 15px;}
.tsCon .tscard .tsInfo .fa{color:#ffa33c; }


/*contact us*/
.contactCon{padding: 60px 0;}
.contactCon p{font-size:24px; font-weight:400; line-height: 36px;}
.contactCon p small{font-size:15px; font-weight:600; display: block;} 
.contactCon .formCon .cols{margin-top: 15px;}


/*faq*/


.faq-content {
	padding: 30px 30px 15px 30px;
	margin: 0;
}

.faq-content .card{background: #fff; min-height: auto; padding: 0; border-radius: 5px;}
.faq-content .card:hover{transform: translate(0)}

.faq-content .card > .card-header {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
}
.faq-content .more-less {
	float: right;
    margin-top: 2px;
    color: #ccc;
    font-size: 20px;
}
.faq-content .card {
	border-color: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 10px;
	margin-bottom: 20px; text-decoration: none;
} 
.faq-content .card-body {
	padding: 20px 20px 20px 20px !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding:20px;
	color: #1a1a1a;
	font-weight: 500;
}
a.card-link i {
	font-size: 14px;
}
.faq-content .card:hover {
	border-bottom: 1px solid #dbd6d2;
}
 
.faq-content .card-body ul {
	margin: 0px;
	margin-left: 0;
}
.faq-content .card-body ul li {
	font-size: 14px;
	list-style: disc;
	line-height: 24px;
	padding: 0;
}

@media screen and (max-width: 767px) {
.faq-content {
	padding: 20px;
}
a.card-link {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 10px 10px 15px;
}
.faq-content .card-body ul {
	margin-left: 30px;
}
}



/*payment*/

.paymentBox{
	
	
	border-radius: 30px;
    padding: 30px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    min-height: 200px;
     display: block;
    text-decoration: none;
    transition: all 500ms ease;
    transform: scale(1.0);
}


.paymentBox .formCon2{padding: 0;}
.paymentBox .fPadding{margin-left: -5px; margin-right: -5px;}
.paymentBox .fPadding .col{padding-left: 5px; padding-right: 5px;}
.paymentBox h5{background:#80a4ed; padding:5px 15px; border-radius: 5px; font-size: 18px; margin-top:15px; }

.paymood li label{background:#f7f7f7; border:1px solid #ddd; border-radius: 5px; padding: 10px 37px; }
.paymood li label .myRadio{top: 11px;
    left: 15px;}

.paymood li label:hover{background: rgba(128, 164, 237, .2);
    border: 1px solid rgba(128, 164, 237, .9);}

.tabs_cont1, .tabs_cont2, .tabs_cont3, .tabs_cont4, .tabs_cont5, .tabs_cont6{display: none; background: #fff;
    border: 1px solid #ddd;
    padding:20px 25px 10px;
    overflow: hidden;
    border-radius: 10px; margin-top: 15px;}

.item-div h6{ font-weight: 600; color:#000; margin: 0;}
.tabs_cont1 .form-group, .tabs_cont4 .form-group{ margin-top: 15px;}
.tabs_cont6 .myRadio{top:5px;}

.scrollItem{ overflow-y: scroll; height:200px; width: 100%;}
.scrollItem .inner{height: auto; width: 100%; }
.tabs_cont3 .table{border-radius: 10px; overflow: hidden; }
.tabs_cont3 .table tr td{ color:#000; font-size: 14px; border:0;  padding-left:0 !important; padding-right: 0 !important;}
.tabs_cont3 .table tr{border-bottom: 1px solid #eee;}


.termsOfUse{
	
	background: #fff;
    border: 1px solid #ddd;
    padding:20px; border-radius: 30px; margin-top: 30px;
}

/*video*/
.termsOfUse .cmsArea{height: auto; width: 100%;}
.termsOfUse .cmsArea h6{ margin: 0; font-weight: 600;
    color: #000;
    margin: 0; margin-bottom: 10px;}

.videosList{margin: 50px 0 60px 0;}
.videosList .inner{border-radius: 16px; overflow: hidden; border:2px solid #fff; margin: 15px 0;}
.videosList .inner:hover{border:2px solid #6C2F74; }


/*login register*/


.loginBg{background:#000 url(../images/bg2.jpg) no-repeat center top; background-attachment: fixed; background-size: cover; height: 100%; margin-top: 80px; padding: 70px 0 100px;}
.loginCon .bottomTxt {
	font-size: 15px;
 	margin-top: 25px; color:#fff;
	 
}
.loginCon .bottomTxt a {
	color:#6C2F74;
	text-decoration: underline;
}

.loginCon a{font-size: 15px;}

.loginCon a.white{color:#fff;}


.loginCon .bottomTxt a:hover {
	text-decoration: none;
}
 
.loginCon .loginBox {
	background:#6C2F74;
	width: 500px;
	border-radius: 1px; overflow: hidden;
	min-height: 100px; border-radius: 40px;
	margin: auto; margin-top: 30px; padding: 40px 50px 50px;
}
 
.loginCon .loginBox .tab a {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: rgba(255,255,255,.5);
	font-weight: 500;
 	display: block;
	padding: 0 15px;
 	text-decoration: none;  
	border-bottom: 2px solid rgba(255,255,255,.2);
}
.loginCon .loginBox .tab h3 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #000;
 	display: block;
	padding: 0 15px; margin: 0;
	border-bottom: 2px solid #fff ;
 }
.loginCon .loginBox .tab a.active {
 	color: #fff;
	border-bottom: 2px solid #fff ;
}
.loginCon .loginBox .form_con {margin-top: 40px;
	 
}
.loginCon .loginBox .form_con .row {
	margin-top: 5px;
	margin-left: -5px;
	margin-right: -5px
}
.loginCon .loginBox .form_con .row .cols, .loginCon .loginBox .form_con .row .col-md-12 {
	padding: 0 5px;
}
.loginCon .loginBox .form_con .row .form-group {
	margin: 5px 0;
}
.loginCon .loginBox .form_con h5 {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}
.loginCon .loginBox .price1 label {
	font-size: 75px;
	font-weight: 600;
	margin: 30px 0 0;
	line-height: 70px;
}
.loginCon .loginBox .price1 label span {
	font-size: 50px;
	font-weight: 300;
	color: #999999;
}
.loginCon .forgot-password {
 
	display: inline-block;
	text-decoration: underline;
	color: #000;
	font-family: "Open Sans", sans-serif;
}
.loginCon .form-group {
	margin: 10px 0;
}
.loginCon .form-check-label {
	  font-weight:400; color:#fff;
}
.loginCon .form-check-label .form-check-input {
	margin-top: 5px; width: 16px; height: 16px; vertical-align: sub;
}

input[type=checkbox], input[type=radio]{margin-top: -4px; margin-right: 5px;}

.loginCon .or {
	display: block;
	border-top: 2px dotted #eee;
	margin: 40px 0;
	position: relative;
}
.loginCon .or:after {
	position: absolute;
	content: 'or';
	width: 35px;
	height: 35px;
	background: #ffffff;
	left: 50%;
	top: -18px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border: 2px dotted #eee;
	border-radius: 100%;
	text-align: center;
	padding: 7px 0;
	font-weight: 500;
	color: #aaa;
	font-size: 14px;
}
.loginCon .radioBtns {
	margin: 15px 0 10px;
}
.loginCon .radioBtns label {
	width: 50%;
	float: left;
}
.loginCon .radioBtns label .btnInfo {
	text-transform: uppercase;
	text-align: center;
	border: 2px solid #38C2D9;
	color: #38C2D9;
	height: 50px;
	padding: 15px 15px;
	display: block;
	cursor: pointer;
}
.loginCon .radioBtns label .btnInfo h4 {
	font-size: 14px;
}
.loginCon .radioBtns label .selectStyleRadio {
	display: none;
}
.loginCon .cCheckPoint label {
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.loginCon .cCheckPoint label .form-check-input {
	margin-top: 5px;
}
.loginCon .cCheckPoint .form-check {
	margin: 20px 0 25px;
}
.loginCon .radioBtns label:nth-child(1) .btnInfo {
	border-radius: 5px 0 0 5px;
	border-right: 1px solid #38C2D9;
}
.loginCon .radioBtns label:nth-child(2) .btnInfo {
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #38C2D9;
}
.loginCon .radioBtns label .selectStyleRadio:checked + .btnInfo {
	background: #38C2D9;
	color: #ffffff;
}

/*DETAIL*/

.detailsCon{padding:50px 0 80px;}
.detailsCon .date{color:#fff;}
.detailsCon .priceTitle{color:#fff; margin: 0; font-size: 14px; font-weight: 400; margin-top: 20px; } 
.detailsCon .price{font-size: 28px; line-height: 36px; font-weight: 700; color:#fff; }
.detailsCon .price span{text-decoration: line-through;}
.detailsCon .price small{font-size: 13px; font-weight: 300;}
.detailsCon .btn-light{margin-top: 10px;}

.detailsCon .righInfo{border: 2px solid #2D2D2D; padding: 30px; border-radius: 30px;}
.detailsCon .formCon .cols {margin-top: 15px;}
.detailsCon .righInfo hr{margin: 20px 0;}
.detailsCon .righInfo .total{color:#fff; font-weight: 500;}

/*payments*/
.paymentCon ul{margin-left: -10px; margin-right: -10px; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center; padding: 0; margin-top: 20px;}
.paymentCon ul li{width:33.3333333%; padding: 10px; list-style: none;}


.paymentCon .cols .box {
    background: #2d2d2d;
    padding:40px 15px;
    min-height:auto;
    position: relative;
    border-radius: 16px;
	border: 2px solid transparent;
     
}

.paymentCon label {
	margin: 0;
	display: block; position: relative;
}


.paymentCon label .selectStyleCheckBox {
	display:none ;
}
.paymentCon label .selectStyleCheckBox:checked + .box {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	border: 2px solid #6C2F74;
	background: #1b1b1b;
	-webkit-box-shadow: 0 5px 60px -10px rgba(108, 47, 116, 0.3);
	box-shadow: 0 5px 60px -10px rgba(108, 47, 116, 0.3);
}

.paymentCon .cols .box{text-align: center;}
.paymentCon .cols .box h5{font-weight: 600; margin-bottom: 5px;}
.paymentCon .cols .box img{width: 60px;}

@media only screen and (max-width: 1151px) {
.paymentCon ul li{width:25%;}

}


@media only screen and (max-width: 991px) {
.paymentCon ul li{width:33.33333333%;}

}


@media only screen and (max-width: 767px) {
.paymentCon ul li{width:50%;}

}



/*invoice*/

.invoice {
	 
    padding: 50px 40px 60px;
}
.invoice .invoiceBox {
	text-align: left !important; background: url(../images/bg5.jpg) no-repeat center center; background-size: cover;
}
.invoice .invoiceBox p {
	font-size: 13px;
}

.thanksCon {
	padding: 0 0 70px 0;
}
.thanksCon .row {
	margin-top: -70px;
}
.thanksCon .thanksBox {
	background: #ffffff;
	min-height: 200px;
	-webkit-box-shadow: 0 5px 60px -10px rgba(0, 93, 90, 0.1);
	box-shadow: 0 5px 60px -10px rgba(0, 93, 90, 0.1);
	text-align: center;
	padding: 70px;
}
.thanksCon .thanksBox h1 {
	font-weight: 600;
	font-size: 45px;
	color: #E01021;
	line-height: 55px;
}
.thanksCon .thanksBox h5 {
	margin-top: 10px;
	color: #fff;
}
.thanksCon .thanksBox p {
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
	color: #ccc;
	margin-top: 15px;
}
.thanksCon .thanksBox hr {
	border-top: 2px dotted #eee;
	margin-top: 30px;
}

.thanksBox h3{color: #6C2F74;}
.thanksBox p{font-size: 15px; color:#ccc; line-height: 22px;}

 
@media screen and (max-width: 767px) { 
	
	.invoice{ padding:25px 15px;}
	.mobHidden{display: none !important;}
}




/*my account*/
.myAccountCon{padding: 40px 0 70px ;}
.myAccountCon h6{color:#fff; font-size: 18px; line-height: 22px; margin: 0;}
.myAccountCon h6 span{font-size: 13px; color:#ccc;}

.myAccountCon .rightBox{border-radius: 40px; padding: 40px; border:2px solid #2d2d2d;}


.my_acount_nav {
	padding: 10px 0;
}
.my_acount_nav a {
 	line-height: 18px;
	padding: 15px 15px;
	border:0; 
	display: block; background: #000;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	color: #ccc;
	margin:7px 0; border-radius: 12px;
}
.my_acount_nav a:hover, .my_acount_nav a.active {
	background: #6C2F74;
	color: #fff;
}
.acc_box {
	text-align: center;
 	padding:35px 25px; background: #000;
	margin: 15px 0; border-radius: 24px; 
}
.address_box {
	border: 1px solid #eee;
	padding: 20px;
	margin: 15px 0;
}
.cont_4_oh {
}
.cont_4_oh strong {
	display: none;
	font-weight: normal
}
.cont_4_oh .sec1 {
	width: 10%;
	float: left;
	text-align: left
}
.cont_4_oh .sec2 {
	width: 45%;
	float: left;
	text-align: left
}
.cont_4_oh .sec3 {
	width: 35%;
	float: left;
	text-align: center
}
.cont_4_oh .sec4 {
	width: 10%;
	float: left;
	text-align: center
}
.cont_4_address_new {
}
.cont_4_address_new strong {
	display: none;
	font-weight: normal
}
.cont_4_address_new .sec1 {
	width: 10%;
	float: left;
	text-align: left
}
.cont_4_address_new .sec2 {
	width: 75%;
	float: left;
	text-align: left
}
.cont_4_address_new .sec3 {
	width: 15%;
	float: left;
	text-align: center
}

/*my account*/


/*pagging*/
.paging_container {
	padding: 8px 10px;
	 
	border-radius: 3px; text-align: center;
}
.paging_container_x {
 	background: none
}
.paging_container .one {
	float: left;
}
.paging_container .two {
	float: none;
	margin: 2px 0 0 0
}
.paging a, .paging a:visited {
	display: inline-block;
	padding: 7px 12px;
	text-align: center;
	font: bold 12px/16px 'Roboto', sans-serif;
	background: #000;
	margin: 0px 2px;
	color: #ccc;
	border-radius: 8px;
 	text-decoration: none;
}
.paging a:hover, .paging a.act {
	color: #fff;
	background: #6C2F74;
 }
.paging .sort_by {
	float: right;
	margin: 0 0 0 5px;
}
/*pagging*/


.profileImg{overflow: hidden; border-radius:16px; border:3px solid #6C2F74; float: right; max-width: 20%; margin-left:20px;}
.profileImg img{width: 100%;}
.profileTxt{float: left; padding-right: 50px; width: 80%; font-size: 36px; line-height: 46px; font-weight: 500;}
.profileTxt small{font-size: 16px; display: block; font-weight: 500; line-height:24px; margin-top: 20px; border-left:5px solid #6C2F74; padding: 5px; padding-left: 10px; color:#ccc;}


@media screen and (max-width: 991px) { 
    
    .certificate figure{width:80%; margin:auto; height:auto;}
    .certificate figure img{width:100%;}
}


@media screen and (max-width: 767px) { 
    .profileImg{overflow: hidden; border-radius:16px; border:3px solid #6C2F74; float: none; width: 200px; margin-bottom:0; height:auto; margin-left:0;}
.profileTxt{width:100%;}
    .certificate figure{width:100%; margin:auto; height:auto;}



}




