@import "font/stylesheet.css";
@font-face {
    font-family: "Shapes";
    src: url(../fonts/Shapes.woff) format("woff"),url(../fonts/Shapes.ttf) format("truetype");
    }
@font-face {
    font-family: "Quotes";
    src: url(../fonts/Quotes.woff) format("woff"),url(../fonts/Quotes.ttf) format("truetype");
    }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	 -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}
.html{; font-weight: normal;}
body{font-family: "Roboto", serif; overflow-x: hidden;}
body.mainmenuopened {
    overflow-y: hidden;
	color: #1b1d21;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

  opacity: 0.7; /* Firefox */
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }
.clearfix{ clear:both; float:none;}
a{ transition: all 0.2s ease-in-out;}

.headT{position: relative; left: 0; top: 0; width: 100%; z-index: 100; height: 40px; background: #fff;}
.header{position: relative; left: 0; top: 0; width: 100%; z-index: 100; height: 60px; margin: 0 0 0 0; padding:0; transition: all 0.2s ease-in-out; }

.headerStuck{ position:fixed; z-index:9999999; background:#fff; box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);}

.nopad{ padding-left:0 !important; padding-right:0 !important;}
.pad5{ padding-left:5px !important; padding-right:5px !important;}

.padNw{ padding-left:2px !important; padding-right:2px !important;}


.header ul{ list-style:none;}

#menu{width:auto; float:right; height:40px; display:inline-block; margin:8px 0 0 0;}
#menu ul{ list-style:none; margin:0; padding:0; display:inline-block; float:right; margin-top:10px; transition:all .5s;}

#menu ul li{ display:inline-block; float:left; padding:0 0 0 35px; line-height:40px; position:relative;}
#menu ul li a{ display:inline-block; width:auto; height:40px; line-height:40px; text-decoration:none; font-size:16px; font-weight:600;  color:#1e2849; position:relative; transition:all .5s;}

#menu ul li a:hover{color:#f71c52;}
#menu ul li a:hover:before{ width:100%;}
#menu ul li a > i{ padding-left:3px;}
#menu ul li:hover > a.hover{ padding-bottom:57px;}
#menu ul li ul{ width:220px; position:absolute; margin:0; top:57px; left:-150px; background:#fff; box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1); padding:20px; height:auto; opacity:0; visibility:hidden; z-index:500; transition:all .8s; border-radius:0; 	}
#menu ul li ul li{ padding:2px 0; width:100%; line-height:40px;}
#menu ul li ul li a{ width:100%; font-weight:500; height:40px; padding-left:15px; ext-align:center; line-height:40px; color:#1e2849; font-size:13px; text-align:left; transition:all .5s; position:relative;}

#menu ul li ul li a > i{ width:0; overflow:hidden; transition:all .3s; float:left; padding:14px 0 0 10px; color:#1e2849;}
#menu ul li ul li a:hover{ color:#fff; background: #f71c52;}



#menu ul li a.hover{color:#f71c52;}



#menu ul li ul li ul{ width:200px !important; position:absolute; margin:0; top:0 !important; left:260px; background:#54a02a; padding:0; height:auto; opacity:0; visibility:hidden; z-index:500; transition:all .5s;	}
#menu ul li ul li ul li{ padding:0; width:100%; line-height:40px;}
#menu ul li ul li ul li a{ width:100%; font-weight:300; height:40px; ext-align:center; line-height:40px; color:#fff; font-size:12px; text-align:left; transition:all .5s;}
#menu ul li ul li ul li a > i{ width:0; overflow:hidden; transition:all .3s; float:left; padding:14px 0 0 10px; color:#54a02a;}
#menu ul li ul li ul li a:hover{ color:#0D1E67; background: #fff;}


.logo{width: auto; display:inline-block; float: left; position:relative; margin:0 30px 0 0; transition:all .5s;}
.logo img{width:200px;}

.headerStuck{ height:100px;}
.headerStuck .logo{width: auto; display:inline-block; float: left; position:relative; margin:7px 30px 0 0; top:3px; transition:all .5s;}
.headerStuck .logo img{width:200px;}
.headerTxt{width: 100%; display:inline-block; margin:7px 0 0 0; padding:0 0 15px 0; text-align:right; font-size:13.5px;}

.headerStuck .headerTxt{ margin:13px 30px 0 0;}

.headerStuck #menu{margin:20px 0 0 0; transition:all .5s;}


.homeSubTitle{width:auto; height: auto;  color: #fff; font-size: 14px; font-weight: 500; padding: 10px 15px; display:inline-block; background:rgba(250, 163, 53,0.5); border-radius:15px;}
.homeMainTitle{ font-size: 56px; font-weight: 500; text-align: center; width: 100%; height: auto; color: #333; padding-top: 25px;}


.indexBoxCon{width: 100%; min-height: 470px; position: relative; padding:50px 50px 45px; border: 1px solid #efefef; z-index: 1; margin-bottom: 50px; border-radius: 10px; transition: all 0.3s linear;
}
.indexBoxIcon{width: 95px; height: 95px; font-size:50px; text-align: center; color: #f71c52; transition: all 0.3s linear; border-radius: 95px; line-height: 95px; float: left;  background: rgba(0, 176, 189, 0.1); border:1px solid #fff; display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;}
.indexBoxSTitle{width: auto; min-height: 80px; padding: 10px 0 0 0; font-size: 16px; line-height: 18px; text-align: right; font-weight: 600; transition: all 0.3s linear; display: inline-block; float: right; color: #666;}
.indexBoxTitle{width: 100%; min-height: 80px; padding: 60px 0 0 0; font-size: 27px; line-height: 32px; text-align: left; font-weight: 400; transition: all 0.3s linear;}
.indexBoxText{width: 100%; height: auto; padding: 30px 0; font-size: 15px; text-align: left; color: #7A7A7A; line-height: 22px; transition: all 0.3s linear;}

/*
.indexBoxCon:before{
	content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all 0.3s linear;
}
.indexBoxCon:before{
	background-repeat: no-repeat;
	background-size: cover;	
	background: url("../img/bg-icon-box1.jpg");
	
}


.indexBoxCon:hover:before{
	width: 100%;
	opacity: 1;
}
*/
.indexBoxCon:hover{ border: 1px solid #f71c52;}

.indexBoxCon:hover .indexBoxIcon{ border:1px solid #f71c52; color: #fff;}

.inxBox{width: 100%; padding: 30px 0;}
.inxBoxIcn{width: 100%; height: auto; font-size: 50px; color: #f71c52; padding-bottom:10px;}
.inxBoxTitle{width: 100%; height: auto; font-size: 20px; font-weight: 500; position: relative; border-bottom: 3px solid #efefef; padding-bottom: 20px;}
.inxBoxTxt{width: 100%; height: auto; font-size: 16px; line-height: 22px; color: #6d6d6d; padding-top: 10px;}

.inxBoxTitle:before{
	content: "";
	position: absolute;
	height: 3px;
	width: 0;
	background: #f71c52;
	bottom: -3px;
	transition: all 0.2s linear;
}
.inxBox:hover .inxBoxTitle:before{
	width: 100%
}



a.facebookhh{ display:block; width:26px; height:26px; font-size:13px; line-height:25px; text-align:center; background: #1e2849; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out;}
a.facebookhh:hover{ background:#016bb6; border-color:#016bb6; color:#fff;}

a.twitterhh{ display:block; width:26px; height:26px; font-size:13px; line-height:25px; text-align:center; background: #1e2849; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out;}
a.twitterhh:hover{  background:#08c1e2; border-color:#08c1e2; color:#fff;}

a.linkedinhh{ display:block; width:26px; height:auto; padding: 6px 0; font-size:15px; text-align:center; background: #1e2849; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out;}
a.linkedinhh:hover{  background:#0077b5; border-color:#0077b5; color:#fff;}

a.instagramhh{ display:block; width:26px; height:26px; font-size:13px; line-height:25px; text-align:center; background: #1e2849; color:#fff; float:left; margin-right:7px; transition: all 0.3s ease-in-out;}
a.instagramhh:hover{  background:#e84867; border-color:#e84867; color:#fff;}

.headSep {
    float: left;
    width: 1px;
    height: 17px;
    border-right: 1px solid #fff;
    margin: 11px 25px 0 25px;
}





.indexlogo{width: 100%; height: auto; padding: 60px 30px; border: 1px solid #fff; transition: all 0.2s linear;}
.indexlogo:hover{ border: 1px solid #f71c52; background:  #f71c52;}


a.nBox{width: 100%; min-height: 270px; position: relative; display: block; transition: all 0.2s linear; margin-bottom: 30px; overflow: hidden;}

.nBoxImg {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nBoxMask{width: 100%; height: 100%; position: absolute; left: 0; top:0; background: rgba(16,120,165,.2); transition: all 0.2s linear;}

a.nBox:hover .nBoxMask{ background: none;}

.nBoxTitle{width: 100%; height: 50px; line-height: 50px; font-size: 25px; color: #fff; font-weight: 600; text-align: center; position: absolute; top: 50%; margin-top: -25px;}

a.nBox:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
    z-index: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #43baff;
}


.footerNewsL{width: 100%; height: auto; position: relative;}




.footerInput{background: #fff; width: 100%; height: 64px; padding: 0 120px 0 20px; border:none; border-radius: 35px;}

.footerSubmit{position: absolute;
    top: 4px;
    right: 23px;
    width: 56px;
    height:56px;
    border-radius:0 56px 56px 56px;
	background: #f71c52;
	color: #fff;
	cursor: pointer;
	font-size: 0;
	transition: all 0.2s linear; font-weight: 500;
}
.footerSubmit:hover{ background:  #1e2849;}

.footerSubmit:before{
	content: "\f3fe";
	font-family: 'Line Awesome Brands';
	font-size: 30px;
	z-index: 1;
	position: absolute;
	left: 0;
    width: 58px;
    height:58px;
	text-align: center;
	top: 15px;
	color: #fff;
}


ul.footerMenu{margin: 0; padding: 0; list-style: none; display: block; width: 100%;}
ul.footerMenu li{width: auto; height: auto; padding: 8px 0; display:block;  position: relative; border-bottom: 1px solid rgba(255,255,255,0.1);}
ul.footerMenu li a{font-size: 13px; color: #111111; transition: all 0.2s linear; font-weight: 400; opacity: 1; padding-left: 0;  position: relative; padding-bottom: 5px;letter-spacing: 1px;}
ul.footerMenu li a:hover{ opacity: 0.7; color: #9C1F58;}
ul.footerMenu li a:hover:after{ width: 100%;}

ul.footerMenu li a:after {
    content: "";
    transition: .2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #9C1F58;
}
/*
ul.footerMenu li:before{
	content: "\f105";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 14px;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 12px;
	color: #f71c52;
}
*/

ul.footerMenuu{margin: 0; padding: 0; list-style: none; display: block; width: 100%;}
ul.footerMenuu li{width: auto; height: auto; display:inline-block; float: left;  position: relative; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 5px 25px 	0 0}
ul.footerMenuu li a{font-size: 14px; color: #111111; transition: all 0.2s linear; font-weight: 400; opacity: 1; padding-left: 0; text-transform: uppercase; position: relative; padding-bottom: 10px;letter-spacing: 1px;}
ul.footerMenuu li a:hover{ opacity: 0.7; color: #9C1F58;}
ul.footerMenuu li a:hover:after{ width: 100%;}

ul.footerMenuu li a:after {
    content: "";
    transition: .2s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 50%;
    height: 2px;
    width: 0;
    bottom: 0;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #9C1F58;
}

a.footerSocial{display: inline-block; height: auto; padding: 5px 5px; color: #9C1F58; transition: all 0.2s linear; font-size: 25px;}
a.footerSocial:hover{color:#f71c52;}

a.footerSocialB{display: inline-block; height: auto; padding: 5px 5px; color: #9C1F58; transition: all 0.2s linear; font-size: 35px;}
a.footerSocialB:hover{color:#f71c52;}

.successS .swiper-slide{ width: 300px;}

.footerLogo{width: 100%; margin: 0 auto; text-align: center;}
.footerLogo img{ opacity: .7; max-height: 80px; transition: all 0.2s linear; }
.footerLogo:hover img{filter: none; opacity: 1;}



.panel {
	margin: 0 auto;
	min-height: 440px;
	height:auto;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.panel .front,
.panel .back {
	text-align: left;
}
	
.panel .front {
	height: inherit;
	position: absolute;
	width:100%;
	top: 0;
	z-index: 900;
	text-align: left;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	   -moz-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.panel .back {
	height: inherit;
	position: absolute;
	top: 0;
	width:100%;
	
	z-index: 1000;
	-webkit-transform: rotateY(-180deg);
	   -moz-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.panel.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
.panel.flip .back {
	z-index: 1000;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
.box1{
	background-color:#fcfcfc;
	width: 100%;
	height: auto;
	min-height:400px;
	margin: 0 auto;
	padding:50px 30px;
}
.box2{
	background-color: #fff;
	width: 100%;
	height: auto;
	min-height:400px;
	margin: 0 auto;
	padding:0 0;
	position: relative;
	display: flex;
}

.boxFIcon{width: 100%; text-align: center; font-size: 120px; color: #f71c52;}
.boxFTitle{width: 100%; height: auto; padding: 15px 0; color: #333; font-size: 18px; font-weight: 600; text-align: center;}
.boxFText{width: 100%; height: auto; padding: 15px 0; color: #767676; font-size: 15px; line-height: 22px; font-weight: 400; text-align: center;}

.boxBCon{width: 100%; height: auto; position: absolute; display: flex !important; align-content: center; flex-wrap: wrap; justify-content: center; min-height:355px; padding: 0 30px;}
.boxBTitle{width: 100%; height: auto; padding: 15px 0; color: #fff; font-size: 18px; font-weight: 600; text-align: center;}
.boxBText{width: 100%; height: auto; padding: 15px 0; color: #fff; opacity: 0.7; font-size: 15px; line-height: 22px; font-weight: 400; text-align: center;}

.newsL{width: 100%; height: auto; position: relative; margin: 23px 0 0 0;}

/*
.newsL:before{
	content: "\f0e0";
	font-family: 'Line Awesome Free';
    font-weight: 900;
	font-size: 46px;
	z-index: 1;
	position: absolute;
	left: 14px;
	top: 6px;
	color: #333;
}*/


.newsInput{background: #fff; width: 100%; height: 60px; padding: 0 220px 0 20px; border: 1px solid #dedede; border-radius: 35px;}

.newsSubmit{position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    border-radius: 35px;
	background: #1e2849;
	color: #fff;
	cursor: pointer;
	transition: all 0.2s linear; font-weight: 500;
}
.newsSubmit:hover{ background:  #f71c52;}


.homeListC{width:100%; height:auto; border-bottom:1px solid rgba(0, 0, 0, 0.15); display:flex; padding: 35px 0;}
.homeListNum{width:auto; display:inline-block; font-size:30px; font-weight:600; color:#f71c52; padding-right:25px;}

.homeListTitle{width:100%; height:auto; font-size:30px; font-weight:600; color:#1e2849;}
.homeListTxt{width:100%; height:auto; font-size:17px; color:#1e2849; opacity:0.7; padding:15px 0 0 0; line-height: 24px;}


.prevWhy {
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  right: 60px;

    width: 50px;
    height: 50px;
    color: #fff;
    background: #9C1F58;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: block;
    cursor: pointer;
transition: all 0.3s linear;
}

.prevWhy:hover{opacity: 0.4;}

.nextWhy {
  position: absolute;
  bottom: 0;
  right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #9C1F58;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: block;
    cursor: pointer;
	transition: all 0.3s linear;
}


.nextWhy:hover{opacity: 0.4;}


a.newBox{width: 100%; height: auto; display: block;}

.newBoxICon{width: 100%; height: auto; position: relative; transition: all 0.3s linear; overflow: hidden;}
.newBoxICon img{width: 100%; position: relative; display: block;  transition: all 0.3s linear;}
.newBoxDateC{width: 76px; height: 76px; background: #f71c52; position: absolute; left: 0; bottom: 0;}
.newBoxDateD{width: 100%; height: auto; padding: 10px 0 0 0; text-align: center; font-weight: 600; font-size: 30px; color: #1e2849;}
.newBoxDateM{width: 100%; height: auto; padding:5px 0 0 0; font-weight: 500; text-align: center; font-size: 16px; color: #1e2849;}

.newBoxCat{width: 100%; height: auto; color: #666; font-weight: 600; font-size: 14px; padding:10px 0;}


.newBoxTitle{width: 100%; height: auto; color: #1e2849; font-size: 24px; line-height: 30px; padding: 10px 0; font-weight: 600; transition: all 0.3s linear;}
.newBoxText{width: 100%; height: auto; color: #1e2849; opacity: 0.7; font-size: 16px; line-height: 24px; padding: 10px 0;}



a.newBox:hover .newBoxTitle{ text-decoration:underline; text-decoration-color:#f71c52;}
a.newBox:hover .newBoxICon img{transform: scale(1.2);}

a.newSBox{width: 100%; height: 48%; display: block; background: #efefef; margin-bottom: 2%; padding: 20px;}

a.newSBox:hover .newBoxTitle{ text-decoration:underline; text-decoration-color:#f71c52;}


ul.listC{ margin:0 0 0 0; padding:0 0 0 0; list-style:none; display: block;}
ul.listC li{ padding:4px 0 5px 40px; width:100%; position:relative; display: inline-block;font-size: 16px; font-weight: 600; line-height: 24px; color: #333;}
ul.listC li:before {
	content: "\f00c";
	font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 0px;
    top: 7px;
	font-size: 20px;
	color:#f71c52;
	position: absolute;
}





.sboxIconD{width: 81px; height: 75px; position: absolute; left: 0; top: 0;padding:0; margin-top: 20px;}

.sboxIconD i{ font-size: 50px; margin: 0 auto; position: absolute; z-index: 3; left: 50%; margin-left: -25px; top: 50%; margin-top: -25px; color: #333;}

.sboxIconD:after {
    content: "\e901";
    font-family: Shapes;

    line-height: 1;
    position: absolute;
    z-index: 1;
    color: #f71c52;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	font-size: 4.7em;
}



.bnBox1{width: 100%; min-height: 150px; background: #f71c52; padding: 50px;}
.bnBox2{width: 100%; min-height: 150px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); z-index: 1; background-color: rgba(180, 13, 74,1) ; padding: 50px; margin-top: -18px;}

a.bxBoxL{font-size: 13px; font-weight: 700; color: #000; background: #fff; padding: 10px 15px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s;}


.bnBoxtitle{font-size: 28px; font-weight: 200; color: #fff;}
.bnBoxText{font-size: 14px; font-weight: 400; color: #fff; padding:30px 0; line-height: 18px;}
.bnBoxLCon{padding: 10px 0 0 0;}

a.blgBox{background: #ededed; display: block; transition:all .3s;}

.blgBox1{width: 100; position: relative;}
.blgBox1 img{width: 100%; display: block;}

.blgBox2{width: 100%; padding: 15px 20px;}
.blgBox3{font-size: 13px; color: #000; position: relative;}
.blgBox3:before{
	content: "";
	position: absolute;
	left: 90px;
	top: 5px;
	width: 90px;
	height: 1px;
	background: rgba(0, 0, 0,0.3);

}
.blgBox4{font-size: 28px; font-weight: 300; color: #f71c52; padding: 15px 0;}
.blgBox5{font-size: 14px; color: #000; line-height: 20px; padding: 10px 0; font-weight: 300;}
.blgBox6{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(247, 28, 82,0.5); padding: 30px; opacity: 0; transition:all .4s;}
.blgBox7{font-size: 14px; color: #fff; font-weight: 400;}

a.blgBox:hover .blgBox6{ opacity: 1;}

.midBGCover{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}



a.bxBoxL1{font-size: 14px; font-weight: 700; color: #000; border: 2px solid #fff; background: #fff; padding: 14px 20px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL1:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s;}

a.bxBoxL2{font-size: 14px; font-weight: 700; color: #fff; border: 2px solid #fff; padding: 14px 20px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL2:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s; background: #fff; color: #000;}

/*
blockquote {
    display: block;
    margin: 0;
font-size: 1.142857em; line-height: 1.5;
    font-weight: 400;

    position: relative;
    padding: 1.5em 0 .5em 3.4666667em;
}


blockquote:before {
    content: '“';
    color: inherit;
    opacity: .1;
    letter-spacing: -.1em;
    display: block;
    font-size: 10em;
    line-height: 1;
    position: absolute;
    top: -.1em;
    left: 0;
}

blockquote:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}*/


.nmbrBox1{width: 100%; height: auto; font-size: 60px; font-weight: 100; color: #f71c52; text-align: center;}
.nmbrBox2{width: 100%; height: auto; font-size: 18px; font-weight: 600; color: #000; text-align: center; padding: 10px 0; line-height: 22px;}
.nmbrBox3{width: 40px; height: 2px; background: #f71c52; margin: 0 auto;}
.nmbrBox4{width: 100%; height: auto; font-size: 14px; line-height: 16px; font-weight: 300; color: #000; text-align: center; padding: 10px 0;}


a.bxBoxL3{font-size: 14px; font-weight: 700; color: #fff; border: 2px solid #f71c52; background: #f71c52; padding: 14px 20px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL3:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s;}



a.blgBoxa{background: #ededed; display: block; transition:all .3s;}

.blgBoxa1{width: 100; position: relative;}
.blgBoxa1:before {
    content: "+";
    font-size: 2.285714rem;
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    text-align: center;
    position: absolute;
    left: .9375em;
    top: .9375em;
    color: #fff;
    background: #f71c52;
    font-weight: 100;
    font-family: Roboto;
    z-index: 3;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.blgBoxa1 img{width: 100%; display: block;}

.blgBoxa2{width: 100%; padding: 15px 20px 5px 20px; position: relative;}
.blgBoxa2:before {
    left: 0;
    right: 0;
    height: 20px;
    position: absolute;
    top: -10px;
    opacity: .25;
    background: -webkit-radial-gradient(ellipse center, #000 0%, transparent 80%);
    background: -moz-radial-gradient(ellipse center, #000 0%, transparent 80%);
    background: radial-gradient(ellipse at center, #000 0%, transparent 80%);
    content: "";
    display: block;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.blgBoxa3{font-size: 13px; color: #000; position: relative;}
.blgBoxa3:before{
	content: "";
	position: absolute;
	left: 90px;
	top: 5px;
	width: 90px;
	height: 1px;
	background: rgba(0, 0, 0,0.3);

}
.blgBoxa4{font-size: 28px; font-weight: 300; color: #f71c52; padding: 15px 0;}
.blgBoxa5{font-size: 14px; color: #000; line-height: 20px; padding: 10px 0; font-weight: 300;}
.blgBoxa6{width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(247, 28, 82,0.5); padding: 30px; opacity: 0; transition:all .4s;}
.blgBoxa7{font-size: 14px; color: #fff; font-weight: 400;}

a.blgBoxa:hover .blgBoxa6{ opacity: 1;}
a.blgBoxa:hover{  box-shadow: 0 3px 20px rgba(0, 0, 0, .35); background: #fff;}
a.blgBoxa:hover .blgBoxa1:before{      color: #f71c52;
    background: #fff;
}


.blgBoxb2{width: 100%; padding: 15px 0;}
.blgBoxb3{font-size: 13px; color: #fff; position: relative;}
.blgBoxb3:before{
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
	width: 90px;
	height: 1px;
	background: rgba(255,255,255,0.30);

}
.blgBoxb4{font-size: 28px; font-weight: 300; color: #fff; padding: 15px 0;}
.blgBoxb5{font-size: 14px; color: #fff; line-height: 20px; padding: 10px 0; font-weight: 300;}


a.bxBoxL4{font-size: 14px; font-weight: 700; color: #000; border: 2px solid #fff; background: #fff; padding: 10px 15px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL4:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s;}


a.bxBoxL5{font-size: 14px; font-weight: 700; display: inline-block; width: auto; height: 49px; line-height: 49px; color: #fff; background: #f71c52; padding: 0 0 0 25px;  transition:all .3s; position: relative; top: 0;}
a.bxBoxL5:hover{top: -5px; box-shadow: 0 3px 20px rgba(0, 0, 0, .25); transition:all .3s;}

.ftr{width: 100%; padding: 10px 0; border-bottom:1px solid ; border-color: rgba(255, 255, 255, .1); color: #828282; font-size: 14px; font-weight: 300; line-height: 18px;}
.ftrr{width: 100%; padding: 10px 0; color: #828282; font-size: 14px; line-height: 18px; font-weight: 300;}

.ftr i{color: #9C1F58; font-size: 18px; float: left;}
.ftrTitle{width: 100%;  font-size: 32px; color: #9C1F58;     font-family: "Cormorant", serif;
    font-weight: 500;
    font-style: italic;}


ul.tabMenu{display: inline-block; margin: 0; padding: 0; list-style: none; width: 100%;}

ul.tabMenu li{
	width: 33%;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 54px;
    color: #9C1F58;
    font-weight: 600;
    padding: 19px 5px 19px 5px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; margin: 0; letter-spacing: 2.7px; border-bottom:2px solid #fff; text-align: center;
	
    
}

ul.tabMenu li i {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
    color: #9C1F58;
    transition: all 0.3s ease-in;
}

ul.tabMenu li:hover{
color: #9C1F58;
border-bottom:2px solid #9C1F58;
}

ul.tabMenu li:hover i{
color: #9C1F58;	
}



ul.tabMenu li.active{
color: #9C1F58;
border-bottom:2px solid #9C1F58;
}
ul.tabMenu li.active i{
color: #9C1F58;	
}


.tabContent { width:100%; height:auto; float:left; position:relative; padding:30px 0; margin:0 0 0 0; color:#666;}
.tabContent h3{    display: block; font-family: "Cormorant", serif;
    font-size: 52px;
    line-height: 56px;
    color: #9C1F58;
    font-weight: 600;
    margin-bottom: 30px; letter-spacing: -1px;
	padding-top: 20px
}
.tabContent p{ display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 300; padding-bottom: 20px;  font-family: "Roboto", serif;}
.tabContent1 { width:100%; height:auto; float:left; position:relative; padding:25px 0 0 0; margin:0 0 0 0;}
#tabContent { width:100%; position:relative; padding:0;}

.tabImg{width:100%;     border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%; transition: .25s;}
.tabImg:hover {
    border-radius: 70% 40% 40% 70%/70% 70% 40% 40%
}

.tabImg2{width:100%; border-radius: 30% 70% 70% 30%/30% 30% 70% 70%; transition: .25s;}
.tabImg2:hover{border-radius: 40% 70% 70% 40%/40% 40% 70% 70%}

.tabContent ul{ margin:0; padding:0; list-style:none;}
.tabContent ul li{ padding:4px 0 7px 0; float:left; width:100%; position:relative; padding-left:25px;  font-size:16px; color:#000; line-height:25px; font-weight:300; font-family: "Roboto", serif;}
.tabContent ul li:before {
    position: absolute;
    content: '\f00c';
    left: 3px;
    top: 5px;
    font-weight: 900;
    font-family: 'Line Awesome Free';
	color:#9C1F58;
	font-size: 16px;
}


ul.listthree{ margin:0; padding:0; list-style:none;}
ul.listthree li{ padding:4px 0 7px 0; float:left; width:100%; position:relative; padding-left:25px;  font-size:16px; color:#000; line-height:25px; font-weight:300; font-family: "Roboto", serif;}
ul.listthree li:before {
    position: absolute;
    content: '\f00c';
    left: 3px;
    top: 5px;
    font-weight: 900;
    font-family: 'Line Awesome Free';
	color:#9C1F58;
	font-size: 16px;
}

/*ul.listthree li:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border:1px solid #9C1F58;
	left: 0;
	top: 6px;
}*/

a.tabBtn{
	position: relative;
	background: #9C1F58;
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
	transition: .2s !important;
    text-align: center;
	color: #fff;
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
	border-width: 1px !important;
	border: 2px solid #9C1F58;
}


a.tabBtn:hover{
	color: #fff !important;
    border-color: #cb2470 !important;
	background-color: #cb2470 !important;
	

}

a.tabBtn:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: transform .25s cubic-bezier(.38,.32,.36,.98) 0s, -webkit-transform .25s cubic-bezier(.38,.32,.36,.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
	background-color: #cb2470 !important;
}
a.tabBtn:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

a.tabBtnb{
	position: relative;
	background: #9C1F58;
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
	transition: .2s !important;
    text-align: center;
	color: #fff;
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
	border-width: 1px !important;
	border: 2px solid #9C1F58;
}


a.tabBtnb:hover{
	color: #fff !important;
    border-color: #cb2470 !important;
	background-color: #cb2470 !important;
	

}

a.tabBtnb:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: transform .25s cubic-bezier(.38,.32,.36,.98) 0s, -webkit-transform .25s cubic-bezier(.38,.32,.36,.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
	background-color: #cb2470 !important;
}
a.tabBtnb:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

a.tabBtnbC{
	position: relative;
	background: #9C1F58;
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
	transition: .2s !important;
    text-align: center;
	color: #fff;
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
	border-width: 1px !important;
	border: 2px solid #9C1F58; border-radius: 10px;
}


a.tabBtnbC:hover{
	color: #fff !important;
    border-color: #cb2470 !important;
	background-color: #cb2470 !important;
	

}

a.tabBtnbC:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: -webkit-transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    -o-transition: transform .2s cubic-bezier(.38, .32, .36, .98) 0s;
    transition: transform .2s cubic-bezier(.38,.32,.36,.98) 0s;
    transition: transform .25s cubic-bezier(.38,.32,.36,.98) 0s, -webkit-transform .25s cubic-bezier(.38,.32,.36,.98) 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
	background-color: #cb2470 !important; border-radius: 10px;
}
a.tabBtnbC:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

a.c2Box{width: 100%; height: auto; position: relative; display: block; overflow: hidden;}
a.c2Box img{ transform: scale(1.2) translateX(0);  transition: transform .6s cubic-bezier(.61,1,.88,1);}
a.c2Box:hover img{ /*animation: wobble 1s ease;*/ transform: scale(1.2) translateX(-29px);}
.c2BoxSTitle{width: 100%; height: auto; padding: 0 0; font-size: 14px; position: absolute; left: 30px; bottom: 70px; text-align: left; font-weight: 400; letter-spacing: 3.25px; color: #fff;}
a.c2BoxTitleSb{width: 100%; height: auto; padding: 20px 20px; font-size: 30px; text-align: left; color: #B2A69B; font-family: "Cormorant", serif; font-weight: bold; font-style: italic; transition: all 300ms ease; background: #fff; display: block;}



a.c2Box:hover .c2BoxTitle{ color: #B2A69B;}


@keyframes wobble {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-8px) rotate(-0deg);
        transform: translateX(-8px) rotate(-0deg);
    }

    30% {
        -webkit-transform: translateX(calc(8px / 2)) rotate(0deg);
        transform: translateX(calc(8px / 2)) rotate(0deg);
    }

    45% {
        -webkit-transform: translateX(calc(-8px / 2)) rotate(calc(-0deg / 1.8));
        transform: translateX(calc(-8px / 2)) rotate(calc(-0deg / 1.8));
    }

    60% {
        -webkit-transform: translateX(calc(8px / 3.3)) rotate(calc(0deg / 3));
        transform: translateX(calc(8px / 3.3)) rotate(calc(0deg / 3));
    }

    75% {
        -webkit-transform: translateX(calc(-8px / 5.5)) rotate(calc(-0deg / 5));
        transform: translateX(calc(-8px / 5.5)) rotate(calc(-0deg / 5));
    }
}


.rowHeight{height: 100%;}
.colHeight{height:50%;}
a.c2BoxSb{position: relative; height: 100%;}
a.c2BoxSb img{position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}

.hieght150px{height: 150px;}


a.dm3Box{display: block; width: 100%; height: auto; position: relative; margin-bottom: 20px;}

.dm3ImgC{width: 100%; height: auto; position: relative; overflow: hidden;}
.dm3ImgC img{width: 100%;     aspect-ratio: 4 / 3;
    object-fit: cover; box-shadow: 0 30px 30px 0 rgba(75,64,54, 0);
    transition: opacity 0.75s, transform 0.75s;
    -webkit-transform: translate(-20px, 0) scale(1.15);
    transform: translate(-20px, 0) scale(1.15);
}


.dm3ImgC:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: inherit;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s linear;
    opacity: 0;
    display: inline-block;
    z-index: -1;
}

.dm3ImgC:before {
    position: absolute;
    content: "";
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine-2 0.75s linear 1;
}


a.dm3Box:hover .dm3ImgC:before {
    display: block;
}

a.dm3Box:hover .dm3ImgC img {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate3d(0, 0) scale(1);
}

@keyframes shine-2 {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: 0.5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.dm3BoxDate{font-size: 13px; color: #b2a69b; letter-spacing: 3.25px; padding: 10px 0; font-weight: 400;}
.dm3BoxTitle{font-size:30px ; font-family: "Cormorant", serif; font-weight: 600; font-style: italic; padding: 15px 0; color: #4b4036; transition: all 300ms ease;}
.dm3BoxStext{font-size: 18px; font-weight: 400; color: #4b4036; line-height: 22px; padding: 10px 0 30px 0;}

a.dm3Box:hover .dm3BoxTitle {
     color: #b2a69b;
}


.wdt-button {
    color: #4b4036;
}
.wdt-button {
    display: inline-block;
    float: none;
    font-size: 16px;
    letter-spacing: 3.25px;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #b2a69b, #b2a69b 50%, #4b4036 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

.wdt-button:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: -2px;
    left: 0px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to left, #4b4036 50%, rgba(178,166,155, 1) 50%);
    background-size: 200% 100%;
    background-position: 100% 50%;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}


a.dm3Box:hover .wdt-button:after {
    background-position: 0% 50%;
}

a.dm3Box:hover .wdt-button {
    transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
    background-position: 0%;
}


.titleICon{width: 100%; height: auto; position: relative;}
.iTitle{width: 100%; padding: 10px 0; text-align: center; font-size:55px; font-family: "Cormorant", serif; font-weight: 400; font-style: italic; color: #4b4036;}
.isTitle{width: 100%; padding: 10px 0; text-align: center; letter-spacing: 3.25px; line-height: 1.7; color: #b2a69b; font-weight: 500; font-size: 16px;}


.wdt-left-part {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -10%);
    margin-bottom: 0;
    margin-right: 0; z-index: 0;
}
.wdt-left-part img{width: 250px; opacity: 0.3;}

.sMidBg{width: 100%; height: auto; position: relative; transition: opacity .5s ease;
    overflow: hidden; padding-bottom: 130px !important;
    background: #faf4ef url("../img/Demo3-gorsel---.jpg");}


.sMidBg h3{    display: block; font-family: "Cormorant", serif;
    font-size: 52px;
    line-height: 56px;
    color: #9C1F58;
    font-weight: 400;
    margin-bottom: 30px; letter-spacing: -1px;
	padding-top: 20px
}
.sMidBg p{ display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400; padding-bottom: 30px;}


.sMidITicon{width: 100%; height: auto; font-size: 42px; color: #9C1F58; padding: 40px 0 20px 0;}
.sMidITiltt{width: 100%; height: auto; letter-spacing: 2.7px; text-transform: uppercase; font-size: 15px; color:#9C1F58; font-weight: 600;}

.sMidITct{display: block;
    font-size: 16px;
    line-height: 26px;
    color: #828282;
    font-weight: 400; padding-top: 20px;}





ul.topSocial{margin: 0; padding:0; list-style: none; height: 46px;     border-left: 1px solid rgba(132, 132, 132, .15);
    border-right: 1px solid rgba(132, 132, 132, .15);}


ul.topSocial li{ display: inline-block; width: auto; height: 46px; padding: 4px 0;}
ul.topSocial li a{font-size: 20px; line-height: 43px; border-right: 1px solid rgba(132, 132, 132, .15); width: 100%; text-align: center; padding: 0 13px; color: #9C1F58; transition: all 300ms ease;}

ul.topSocial li a:hover i{ margin-top: -5px;}
ul.topSocial li a:hover{color: #111;}




ul.topContact{margin: 0; padding:0; list-style: none; height: 46px;     border-left: 1px solid rgba(132, 132, 132, .15);
    border-right: 1px solid rgba(132, 132, 132, .15);}


ul.topContact li{ display: inline-block; width: auto; height: 46px; padding: 4px 0; border-right: 1px solid rgba(132, 132, 132, .15);}
ul.topContact li a{ line-height: 43px; width: 100%; text-align: center; padding: 0 13px; color: #000; font-size: 13px; transition: all 300ms ease;font-weight: 400;}

ul.topContact li a i{ margin-top: -5px; font-size: 18px; display: inline-block; float: left; padding-top: 17px; padding-left: 8px; color: #9C1F58;}
ul.topContact li a:hover{color: #111;}


.formTextTitle{width: 100%; height: auto; font-size: 18px; font-weight: 600; padding: 10px 0; color: #767676;}
.formTextTitleB{width: 100%; height: auto; font-size: 16px; font-weight: 400; padding: 10px 10px; color: #767676;}

.formTextBox {
    width: 100%;
    height: 55px;
    color: #1f1f1f;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 55px;
    transition: all 0.4s ease-in-out;
    border-radius: 8px 8px 8px 8px;
	background: #E8EFEF;
}

option:disabled {
    color: rgb(170, 170, 170, 0.5);
}

.formSubmit{ padding:15px 25px; height: auto;  font-size:16px; font-weight: 600; color:#fff; background:#9C1F58; transition: all 0.3s ease-in-out; cursor:pointer; border: 1px solid rgb(0 0 0 / 30%); width:auto; border-radius: 30px;}
.formSubmit:hover{ background:transparent; color:#9C1F58; border-color:#9C1F58;}


select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
}
.formTextSBox {
    position: relative;

}
.formTextSBox:after {
	content: "\f107";
	font-family: 'Line Awesome Free';
    font-weight: 900;
    right: 28px;
    top: 56px;
	font-size: 20px;
	color:#333;
	position: absolute; z-index: 5;
}


.formTextBoxB {
    width: 100%;
    height: 55px;
    color: #1f1f1f;
    float: left;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 55px;
    transition: all 0.4s ease-in-out;
    border-radius: 25px;
	background: #fff; border:1px solid #DAD8D7;
}

a.tabBtnbCB{width: 100%; height: auto; background: #9C1F58; padding: 20px 35px;border-radius: 30px; text-transform: uppercase; display: block;
    letter-spacing: 2.7px; text-align: center; color: #fff;}
a.tabBtnbCB:hover{background: #cb2470;}

a.eBox{display: block; position: relative; width: 100%; height: auto; transition: all 300ms ease;}
.eBoxImg{width: 100%; height: auto;}
.eBoxImg img{width: 100%; border-radius: 10px 10px 0 0; display: block;}
.eBoxCn{width: 100%; height: auto; padding: 25px 20px; background: #fbf4ee; border-radius: 0 0 10px 10px;}
.eBoxTitle{font-family: "Cormorant", serif; font-size: 35px; color: #9C1F58; font-weight: 500; font-style: italic;}
.eBoxTxt{font-size: 14px; line-height: 24px; color: #111; padding: 15px 0; min-height: 120px;}
.dateC{width: 100%; height: auto; padding: 10px 0; border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); display: flex;  align-items: center;
  justify-content: space-between;}
.dateCnc{ font-size: 14px; color: #9D9D9D; display: inline-block; font-weight: 500;}
.dateCnc i{ color: #9C1F58;}



.userBv{width: 100%; height: auto; padding: 20px 0 0 0; display: flex;  align-items: center;
  justify-content: space-between;}
.userBvc{ font-size: 14px; color: #9D9D9D; display: inline-block; font-weight: 500;}
.userBvcc{width: 66px; height: 66px; display: inline-block; float: left;}

.userBvcc img{width: 66px; border-radius: 66px;}

.userBvccA{display: inline-block;float: left; padding-left: 15px; padding-top: 10px;}
.userBvccB{ font-size: 22px; color: #9C1F58; font-weight: 500;}
.userBvccC{ font-size: 16px; padding-top: 6px;}

.joinBtn{width: auto; display: inline-block; padding: 20px 20px; background: #9C1F58; color: #fff; border-radius: 8px; font-size: 16px; transition: all 300ms ease;}

a.eBox:hover .joinBtn{background: #cb2470 ;}

.plyWrap{position: absolute; left:50%; top: 50%; margin-top: -24px; margin-left: -24px; width: 48px; height: 48px;}
.playCon{background-color: #FFFFFF; font-size: 30px; padding: 10px; border-radius: 50%; position: relative; color: #9C1F58;}

.playCon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 0;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.playCon:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 0;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}


.plyWrapBC{position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -44px;
    margin-left: -44px;
    width: 88px;
    height: 88px;}
.playConBC{    background-color: #FFFFFF;
    font-size: 30px;
    /* padding: 10px; */
    width: 88px;
    border-radius: 50%;
    position: relative;
    color: #9C1F58;
    height: 88px;
    text-align: center;
    line-height: 88px;}

.playConBC:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 0;
    opacity: 0;
    -webkit-animation: pulse-border-2 1.5s linear infinite;
    -moz-animation: pulse-border-2 1.5s linear infinite;
    -o-animation: pulse-border-2 1.5s linear infinite;
    animation: pulse-border-2 1.5s linear infinite;
}

.playConBC:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 0;
    opacity: 0;
    -webkit-animation: pulse-border 1s linear infinite;
    -moz-animation: pulse-border 1s linear infinite;
    -o-animation: pulse-border 1s linear infinite;
    animation: pulse-border 1s linear infinite;
}


@keyframes pulse-border {
	0% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	opacity: 1;
}
	100% {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	opacity: 0; }
}
@keyframes pulse-border-2 {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	opacity: 1;
}
	100% {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	opacity: 0; }
}




.d4Box{    position: relative;}
.d4BoxBg{   background: #fbf4ee; margin-bottom: 20px;}

.d4Box:before {
font-family: "pbminfotech-base-icons";
    content: "\e88e";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    background-color: #9C1F58;
    padding: 17px 16px;
    z-index: 2;
}

.d4BoxWrap{padding: 45px;
    background-color: rgba(255,255,255, .5);
    position: relative;
    }



.d4boxStitle{font-size: 12px; line-height: 32px; font-weight: 500; color: #181a17; position: relative; padding-left: 15px;}
.d4boxStitle:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 6px;
	height: 6px;
	background: #9C1F58;
	border-radius: 6px;
}
.d4boxTitle{font-size: 26px; line-height: 32px; color: #181a17;}
.d4boxIcon{padding: 60px 0 0 0; font-size: 98px; color: #181a17;}

.pbmit-service-btnB4 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    color: #181a17;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex
;
    align-items: center;
    justify-content: center; transition:all .3s;
}

.d4Box:hover .pbmit-service-btnB4{ background-color: #9C1F58; color: #fff;}

.pbmit-featured-wrapper img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.d-flex {
    display: flex !important;
   align-items: center !important;
}

.pbmit-featured-wrapper img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.pbmit-auther-content {
    margin-left: 12px;
}

.pbminfotech-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
}
 .pbminfotech-testimonial-detail {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: .6px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
}




.headBannerCon{
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.headBannerConBg {
    width: 100%;
    height: 350px;
    text-align: center;
    background-color: rgba(10, 10, 10, 0.5);
    padding: 150px 0 210px;
    vertical-align: middle;
}

.page-title-heading h2 {font-family: "Cormorant", serif;
    font-weight: 700;
    /* text-transform: capitalize; */
    font-size: 48px;
    line-height: 58px;
	color: #9C1F58;
}


.breadcrumb-wrapper {

    display: inline-block;
    padding: 6px 20px;
}
.breadcrumb-wrapper span {

    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 24px; font-family: "Roboto", serif;
    color: #000;
    position: relative; padding-right: 37px;
}

.breadcrumb-wrapper span i {
    padding-right: 10px;
}
.breadcrumb-wrapper span a {
    font-size: 15px;
}

.breadcrumb-wrapper span:after {
	content: "\e83a";
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    font-weight: normal;
	font-size: 18px;
    width: 1px;
    height: 14px;
    right: 26px;
    top: -3px;
    display: inline-block;
    font-style: normal;
}


.breadcrumb-wrapper span:last-child {
    padding-right: 0;
}
.breadcrumb-wrapper span:last-child:before {
  content: unset;
}
.breadcrumb-wrapper span:last-child:after {
  content: unset;
}


.contentSub{
	font-size: 16px; color: #4f4e4e;  font-family: "Roboto", serif;   line-height: 1.875; font-weight: 300; -webkit-font-smoothing: antialiased; padding-left: 30px;
}
.contentSub h3{ font-size:18px; font-weight: 600; padding-bottom: 20px; color: #161616;}
.contentSub h2{ font-size:48px; font-weight: 600; padding-bottom: 20px; color: #9C1F58; font-family: "Cormorant", serif; line-height: 54px;}
.contentSub p{
	padding:0 0 25px 0;
}

.contentSub p img{
	width: 100% !important; height: auto !important;
}


.contentSub a{
	 color:#9C1F58;
}
.contentSub a:hover{
	 color:#9C1F58; text-decoration:underline;
}

.contentSub ol{padding-left: 20px; padding-bottom: 10px;}
.contentSub ul{padding-left: 20px; padding-bottom: 10px;}


.contentSub .subImg{width: 100%;}
.contentSub .subImg img{width: 70%;}

.contentSub blockquote {
    margin: 30px 0;
    background-color: #fff;
    transition: .25s;
    border: none;
    padding: 40px;
    padding-bottom: 10px;
    border-radius: 0;
    font-size: 16px;
    box-shadow: 0 25px 98px rgb(0 0 0 / .1);
    display: flex;
    flex-wrap: wrap;
}
.contentSub blockquote p {
    margin-bottom: 20px;
    width: calc(100% - 60px);
    margin-right: 0;
    margin-left: auto; padding: 0 !important;
}
.contentSub blockquote:before{
    content: "''";
    display: block;
    float: left;
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 30px;
    margin-right: 25px; color: #9C1F58;
}

/*
.contentSub blockquote:before{
	content: "\e83a";
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    font-weight: normal;
	font-size: 22px;
	right: 0;
	top: 50%;
	margin-top: -11px; color: #4E4E53; transition: all 0.2s ease-in-out; opacity: 0.5;
}*/

.leftMenu{width: 100%; height: auto; background: #fbf4ee; padding: 30px 35px; border-radius: 30px;}
.leftMenu ul{width: 100%; height: auto; list-style: none; padding: 0; margin: 0;}
.leftMenu ul li{width: 100%; height: auto; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.7);}
.leftMenu ul li:last-child {
    border-bottom: none;
}
.leftMenu ul li a{position: relative; width: 100%; height: auto; display: block; color: #4E4E53;padding-right: 44px;
    line-height: 1.2;
    font-size: 16px; transition: all 0.2s ease-in-out;}

.leftMenu ul li a:after{
	content: "\e83a";
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    font-weight: normal;
	font-size: 22px;
	right: 0;
	top: 50%;
	margin-top: -11px; color: #4E4E53; transition: all 0.2s ease-in-out; opacity: 0.5;
}


.leftMenu ul li a:hover{color: #9C1F58;}
.leftMenu ul li a:hover:after{color: #9C1F58;}



a.acc_triggerr{
	margin:0 0 2px 0;
	height: 68px; line-height:68px;
	width: 100%;
	font-size:22px;
	font-weight:300;
	overflow:hidden;
	color: #2a2d36;
	display: block;
	padding: 0 0 0 15px;
	text-align:left;
	outline:none; clear:both; 
	
	transition: all 0.3s ease-in-out;   font-family: "Roboto", serif;
	border-bottom: 1px solid rgb(173 173 173 / 40%) !important;
}

a.acc_triggerr .aLbxt{width:38px; height:38px; float:right; margin:11px 10px; transition: all 0.3s ease-in-out; display:block; position:relative; background: #9C1F58; border-radius: 100%;}
a.acc_triggerr .aLbxt:before{content:""; background:#fff; width:2px; height:16px; position:absolute; right:18px; font-size:20px; top:50%; margin-top:-8px; transition: all 0.3s ease-in-out;}
a.acc_triggerr .aLbxt:after{content:""; background:#fff; width:16px; height:2px; position:absolute; right:11px; font-size:20px; top:50%; margin-top:-1px; transition: all 0.3s ease-in-out;}
a.acc_triggerr:hover{color:#9C1F58; padding: 0 0 0 5px;}

a.acc_triggerr:hover .aLbxt:before{ width:0; background:#fff; }
a.acc_triggerr:hover .aLbxt:after{content:""; background:#fff;}

.iconnnn{font-size:25px; float:left; padding-top:15px; color:#004181; padding-right:20px;}

a.aaaactivee {color:#9C1F58; }
a.aaaactivee .aLbxt:before{ width:0;  background:#fff; }
a.aaaactivee .aLbxt:after{content:"";  background:#fff; }

.acc_containerr {
	margin:0 0 15px 0; padding:15px 15px;
	overflow: hidden;
	clear: both;
	text-align:justify;
	font-size:14px; color:#2a2d36; line-height:24px; font-weight:300;
	
}

.acc_containerr p{font-size:16px; color:#777; line-height:24px; font-weight:300; padding-bottom:15px; text-align:justify;}
.acc_containerr h3{font-size:17px; color:#333; line-height:1.6; font-weight:600; padding-bottom:15px; text-align:justify;}
.acc_containerr {font-size:15px; color:#161616; line-height:1.6; font-weight:400; padding-bottom:25px; text-align:justify;}
.acc_containerr ul{font-size:14px; color:#777; line-height:24px; font-weight:300; list-style:circle;}
.acc_containerr ul{ font-size:14px; color:#777; line-height:24px; font-weight:300; padding-bottom:5px !important; text-align:justify; list-style: circle; padding-left:20px;}
.acc_containerr ul li{ text-align:left !important; padding-bottom:15px;}




a.tabB{display: inline-block; width: auto; padding:14px 20px; color: #000; background: #fbf4ee; border-radius: 30px; margin-bottom: 5px; font-family: "Roboto", serif; font-size: 14px;}
a.tabB:hover{ background: #9C1F58; color: #fff;}

ul.categoriesMenu{display: block; width: 100%; height: auto; padding: 0; margin: 0; list-style: none;}
ul.categoriesMenu li{width: 100%; height: auto; padding: 6px 5px;}
ul.categoriesMenu li a{font-size: 15px; font-weight: 600; color: #9C1F58;  font-family: "Roboto", serif;}
ul.categoriesMenu li a:hover{color: #f71c52;}



.bottom-bar-links {
            margin-top: -13px;
        }
 .bottom-bar-links li {
            position: relative;
            display: inline-block;
            margin: 0 12px;
            line-height: 30px;
        }
.bottom-bar-links li:last-child {
            margin-right: 0;
        }
.bottom-bar-links li a {
            font-size: 14px;
            line-height: 30px;
            color: var(--cs-ca-color-05, #808080);
        }
.bottom-bar-links li a {
            color: var(--cs-ca-color-03, #4d4d4d);
        }
.bottom-bar-links li::after {
            position: absolute;
            content: "";
            top: 7px;
            left: -12px;
            width: 1px;
            height: 18px;
            background-color: var(--cs-ca-color-04, #666666);
        }
.bottom-bar-links li:first-child::after {
            display: none;
        }







a.galleryBox{display: block; width: 100%; height: auto; padding: 25px 25px 50px 25px; box-shadow: 0 4px 20px hsla(160,8%,70%,.15); background: #fff; margin-bottom: 30px; transition: all 0.3s ease-in-out;}
.galleryTitle{width: 100%; height: 130px; padding: 35px 0 15px 0; font-size: 23px; font-weight: 600; line-height: 30px; color: #000; transition: all 0.3s ease-in-out;}
.galleryText{width: 100%; padding: 15px 0; font-size: 14px; font-weight: 400; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;
    overflow: hidden; min-height: 48px; -webkit-line-clamp: 4; line-height: 140%; height: 93px; color: rgb(91, 91, 91);}
.galleryAboutL{width: 100%; padding: 25px 0 0 0; font-size: 16px; font-weight: 600; color: #000; transition: all 0.3s ease-in-out;}
.galleryImg{width: 100%; height: 350px; position: relative;}
.galleryImg img{position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}

a.galleryBox:hover .galleryTitle{color: #86d7ec;}
a.galleryBox:hover .galleryAboutL{color: #5b5b5b;}
a.galleryBox:hover .galleryImg img{opacity: 0.7;}


.artcLCon{width: 100%; height: auto; display: flex; flex-grow: 0;  margin-bottom: 15px;  transition: all 0.3s ease-in-out; cursor: pointer;}
.artcLConI{    width: 100px;
    height: 100px;
    font-size: 60px;
    display: flex;
    align-items: center; min-width: 100px; max-width: 100px;  transition: all 0.3s ease-in-out;
}
.artcLConD{ width: 150px;
    height: 100px;
    font-size: 25px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-left: 1px solid #efefef; border-right: 1px solid #efefef; min-width: 100px; max-width: 100px;  transition: all 0.3s ease-in-out;
}
.artcLConT{
	width: auto;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px; line-height: 22px; font-size: 16px; font-weight: 300;  transition: all 0.3s ease-in-out;
}

.artcLCon:hover .artcLConI{ color: #9C1F58;}
.artcLCon:hover .artcLConD{ color: #9C1F58;}
.artcLCon:hover .artcLConT{ color: #9C1F58;}


.rev_slider_wrapper{height: calc(100vh - 136px) !important;}
.forcefullwidth_wrapper_tp_banner{height: calc(100vh - 136px) !important;}

a.randevuAl{display: flex; width: 100%; height: auto; padding: 3px 12px;}

.rand1{width: 60px;  float: left; font-size: 57px; display: inline-block; color: #9C1F58;  transition: all 0.3s ease-in-out;}
.rand2{display: inline-block; float: left; width: auto;}
.rand3{width: 100%; height: auto; font-weight: 600; font-size: 14px; color: #9C1F58; padding-top: 5px;  transition: all 0.3s ease-in-out;}
.rand4{width: 100%; height: auto; font-size: 13px; padding: 3px 0; color: #9C1F58;  transition: all 0.3s ease-in-out;}
.rand5{width: 100%; height: auto; font-weight: 600; font-size: 15px; color: #9C1F58;  transition: all 0.3s ease-in-out;}

a.randevuAl:hover{background: #9C1F58;}


a.randevuAl:hover .rand1{color:#fff;}
a.randevuAl:hover .rand3{color:#fff;}
a.randevuAl:hover .rand4{color:#fff;}
a.randevuAl:hover .rand5{color:#fff;}




a.randevuAlC{display: flex; width: 100%; height: auto; padding: 10px 15px; background: #9C1F58; border-radius: 15px; border: 1px solid #9C1F58;}

.rand1c{width: 160px;  float: left; font-size: 97px; display: inline-block; color: #fff;  transition: all 0.3s ease-in-out; padding-top: 4px;}
.rand2c{display: inline-block; float: left; width: auto;}
.rand3c{width: 100%; height: auto; font-weight: 600; font-size: 17px; color: #fff; padding-top: 10px;  transition: all 0.3s ease-in-out;}
.rand4c{width: 100%; height: auto; font-size: 15px; padding: 6px 0; color: #fff;  transition: all 0.3s ease-in-out; line-height: 18px;}
.rand5c{width: 100%; height: auto; font-weight: 600; font-size: 18px; color: #fff;  transition: all 0.3s ease-in-out;}

a.randevuAlC:hover{background: #fff;}


a.randevuAlC:hover .rand1c{color:#9C1F58;}
a.randevuAlC:hover .rand3c{color:#9C1F58;}
a.randevuAlC:hover .rand4c{color:#9C1F58;}
a.randevuAlC:hover .rand5c{color:#9C1F58;}


.fFormc{ width: 100%; height: auto; background: #F3F3F3; padding: 50px; border-radius: 30px;}
.mapCInfo{width:400px; height: auto;  padding:40px 60px; position: absolute; right: 100px; top: 30px; box-shadow: 0 44px 98px rgba(0, 0, 0, .1); background: #fff;}

hr{margin-bottom: 20px; border-top:1px solid #efefef;}



.subBtnb{
	position: relative;
	background: #9C1F58;
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.7px;
	transition: .2s !important;
    text-align: center;
	color: #fff;
	padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 35px;
    padding-right: 35px;
	border-width: 1px !important;
	border: 2px solid #9C1F58; cursor: pointer;
}

.subBtnb:hover{
	color: #fff !important;
    border-color: #cb2470 !important;
	background-color: #cb2470 !important;
	

}

.suBtnbCB{width: 100%; height: auto; background: #9C1F58; padding: 20px 35px;border-radius: 30px; text-transform: uppercase; display: block;
    letter-spacing: 2.7px; text-align: center; color: #fff;}
.suBtnbCB:hover{background: #cb2470;}





a.galleryBoxx{display: block; width: 100%; height: auto; padding: 25px 25px 50px 25px; box-shadow: 0 4px 20px hsla(160,8%,70%,.15); background: #fff; margin-bottom: 30px; transition: all 0.3s ease-in-out;}
.galleryImgx{width: 100%; height: 220px; position: relative;}
.galleryImgx img{position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}

a.galleryBoxx:hover .galleryImgx img{opacity: 0.7;}
