*{margin:0; padding:0;}

@font-face{font-family:"Goudy-Old-Style-Italic";src:url('../fonts/Goudy-Old-Style-Italic.ttf')}
@font-face{font-family:"NotoSansJP-Regular";src:url('../fonts/NotoSansJP-Regular.otf')}
@font-face{font-family:"NotoSerifCJKjp-Medium";src:url('../fonts/NotoSerifCJKjp-Medium.otf')}

body
{margin:0; padding:0; font-family:"NotoSerifCJKjp-Medium";
 color:#000; font-size:15px; overflow-x:hidden; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale;}

input
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family:"NotoSansJP-Regular";}

button
{outline:none !important; cursor:pointer; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family:"NotoSansJP-Regular";
background:none; transition: .8s cubic-bezier(.4,.47,.17,.98);}

select
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family:"NotoSansJP-Regular";}

textarea
{outline:none; border:none; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family:"NotoSansJP-Regular";}

div
{-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

img
{max-width:100%; outline:none !important; border:none !important;}

a
{color:#b2a747; outline:none !important; text-decoration:none !important; transition: .8s cubic-bezier(.4,.47,.17,.98);}

ul
{padding:0; margin:0; list-style:none;}

label
{font-size:15px; font-weight:normal;}

h1
{padding:0; margin:0; font-size:31px; font-weight:300;}

h2
{padding:0; margin:0;}

h3
{padding:0; margin:0;}

h4
{padding:0; margin:0;}

h5
{padding:0; margin:0;}

h6
{padding:0; margin:0;}

p
{line-height:28px; margin:0; color:#333333; font-size:16px; font-family:"NotoSansJP-Regular";}

.SP
{display: none;}

.close
{outline:none !important; border:none !important;}

.no_pad
{padding:0 !important;}

.no_marg
{margin:0 !important;}

.input
{width:100%; height:45px; border:1px solid #bbb; ont-size:15px; padding:2px 15px 0 15px;
transition: .8s cubic-bezier(.4,.47,.17,.98);
}

.input:focus
{border:1px solid #b2a747;}

.textarea
{width:100%; padding:15px; border:1px solid #bbb; font-size:15px; height:200px; transition: .8s cubic-bezier(.4,.47,.17,.98);}


.textarea:focus
{border:1px solid #b2a747;}

.select
{width:100%; height:50px; padding:11px; border:1px solid #bbb; background:#fff; 
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
background: url(../images/select_arrow.png) no-repeat #fff;
background-position: right 15px center;
transition: .8s cubic-bezier(.4,.47,.17,.98);
}

.select:focus
{border:1px solid #b2a747;}

.modal.fade .modal-dialog {
-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.modal.fade.show .modal-dialog {
   -webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.modal-open .modal
{padding:0 !important; z-index:99999999; background: rgba(0,0,0,0.7);}

.modal-dialog
{width:100% !important; max-width:100% !important; height:100vh; display:flex; position:relative; padding:50px 0 50px 0; overflow:auto; margin:0;}

.modal-content
{border:none; border-radius:0; width:600px; max-width:initial; box-shadow:0 19px 50px rgba(0, 0, 0, 0.10); border-radius:0; margin:auto;}

.modal-backdrop
{display:none;}

.input_field
{width:100%; position:relative;}

.input_field span
{display:inline-block; position:absolute; padding:0 8px 0 8px; top:18px; left:12px; color:#929aab; font-size:15px; font-family: 'Mukta', sans-serif; pointer-events:none; border-radius:30px; transition-duration:300ms; -webkit-transition-duration:300ms; -webkit-transition-timing-function:ease-out; transition-timing-function:ease-out;}

.input_field span sup
{color:red;}

.input_field .input:focus ~ span
{top:-8px; color:#fff; font-size:12px;
background:#1a1a22;
}

.input_field span.input_has_value
{top:-8px; color:#fff; font-size:12px;
background:#1a1a22;
}

.input_field .textarea:focus ~ span
{top:-8px; color:#fff; font-size:12px;
background:#1a1a22;
}

.Loader
{width:100%; height:100vh; position:fixed; top:0; left:0; background:#fff; z-index:9999;}

.picEffect
{overflow: hidden;}

.picEffect img
{max-width: initial; 
transform: scale(1.2, 1.2) rotate(2deg);
    -moz-transform: scale(1.2, 1.2) rotate(2deg);
    -webkit-transform: scale(1.2, 1.2) rotate(2deg);
    -o-transform: scale(1.2, 1.2) rotate(2deg);
    -ms-transform: scale(1.2, 1.2) rotate(2deg);
    transition: .8s cubic-bezier(.4,.47,.17,.98);
    transition-delay: 0.5s;
}

.animated .picEffect img
{transform: scale(1);}

.primaryBtn
{display: inline-block; height: 60px; line-height: 60px; padding: 0 40px 0 40px; color: #fff !important; font-size: 18px; font-weight: 500; background: url(../images/yellowShade.jpg) repeat; overflow: hidden; position: relative;}

.primaryBtn img
{margin-right: 5px; position: relative; top: -2.5px;}

.primaryBtn span
{display: block; position: relative; z-index: 1; animation: initial !important;}

.primaryBtn:after
{content:""; width:0; height:100%; position:absolute; top:0; left:auto; right:0; background:#000;
 transition: .8s cubic-bezier(.4,.47,.17,.98);}

.primaryBtn:hover:after
{left:0; right: auto; width:100%;}

.secondaryBtn
{display: inline-block; text-align: center; font-size: 22px; font-weight: 500; background: #fff; color: #043855; height: 75px; line-height: 75px; padding: 0 30px 0 30px; position: relative;}

.secondaryBtn i
{margin-right: 3px; position: relative; top: -2px;}

.secondaryBtn span
{display: block; position: relative; z-index: 1; animation: initial !important;} 

.secondaryBtn:after
{content:""; width:0; height:100%; position:absolute; top:0; left:auto; right:0; background:#043855;
 transition: .8s cubic-bezier(.4,.47,.17,.98);}

.secondaryBtn:hover
{color: #fff;}

.secondaryBtn:hover:after
{left:0; right: auto; width:100%;}

.thirdBtn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  min-width: 160px;
  height: auto;
}

.thirdBtn .circle {
  transition: .8s cubic-bezier(.4,.47,.17,.98);
  position: relative;
  margin: 0;
  width: 35px;
  height: 35px;
  background: #282936;
  border-radius: 50%;
}
.thirdBtn .circle .icon {
  transition: .8s cubic-bezier(.4,.47,.17,.98);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.thirdBtn .circle .icon.arrow {
  transition: .8s cubic-bezier(.4,.47,.17,.98);
  left: 4px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.thirdBtn .circle .icon.arrow::before {
  position: absolute;
  content: '';
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.thirdBtn .button-text {
  transition: .8s cubic-bezier(.4,.47,.17,.98);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding:5px 0 0 50px;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  font-family: "Calibri";
}
.thirdBtn:hover .circle {
  width: 100%;
  border-radius: 30px;
}
.thirdBtn:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
          transform: translate(1rem, 0);
}
.thirdBtn:hover .button-text {
  color: #fff;
}

.primaryHead
{width: 100%; text-align: center;}

.primaryHead h2
{display: inline-block; font-size: 34px; color: #333333; font-weight: 500; position: relative; padding: 14px 25px 13px 25px; min-width: 400px;}

.primaryHead h2:after
{content: ""; width: 100%; height: 2px; background: #333; position: absolute; top: 0; left: 0;}

.primaryHead h2:before
{content: ""; width: 100%; height: 2px; background: #333; position: absolute; bottom: 0; left: 0;}

.secondaryHead
{position: absolute; top: -55px; right: 0; padding: 55px 0 0 0;}

.secondaryHead:after
{content: ""; width: 6px; height: 40px; position: absolute; top: 0; left: 0; right: 0; margin: auto; background: #043855;}

.secondaryHead h3
{font-size: 36px; color: #333333; font-weight: 500; letter-spacing: 2px;
-webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.thirdHead
{width: 100%; position: relative; padding: 0 0 0 85px;}

.thirdHead h2
{font-size: 80px; color: #043855; display: inline-block; opacity: 0.7; letter-spacing: -2px; font-family:"Goudy-Old-Style-Italic"; position: absolute; bottom: -18px; left: 0;}

.thirdHead h3
{font-size: 28px; color: #043855; font-weight: 500;}



.header
{width:100%; position:absolute; top:0; left:0; z-index:999;}

.header .container
{width: 100%; max-width: 1300px;}

.header .navbar 
{padding:0;}

.header .navbar-brand
{margin: 5px 0 0 0;}

.header .navbar-brand img
{border-radius: 50%;}

.header .navbar-brand span
{display: inline-block; color: #333333 !important; font-size: 28px; margin: 0 0 0 10px; position: relative; top: 3px;
text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;}

.header .navbar-nav
{width:100%;}

.header .navbar-nav .nav-item+.nav-item
{margin:0 0 0 30px;}

.header .navbar-nav .nav-link
{color:#000; font-size:18px; text-transform:uppercase; font-weight: 500; padding:10px 5px 10px 5px;  position:relative;
text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}

.header .navbar-nav .nav-link:after
{content: ""; width: 56px; height: 52px; background: url(../images/activeMenu.png); position: absolute; top: -3px; left: 0; display: none;}

.header .navbar-nav .nav-link:hover
{color:#b2a747;}

.header .navbar-nav .active .nav-link
{color:#b2a747; padding:10px 5px 10px 45px;}

.header .navbar-nav .active .nav-link:after
{display: block;}

.headerColR
{padding-left: 40px;}

.headerColRBx
{float: left;}

.headerColR .primaryBtn
{height: 50px; line-height: 50px; padding: 0 20px 0 20px; font-size: 16px;}

.headerColR .primaryBtn img
{width: 20px; top: -1.5px;}

.headerColRBx2 .primaryBtn
{background: #c33c4a !important;}

.headerColRBx2Txt
{position: absolute; top: -3px; left: -2px; font-size: 10px !important; color: #fff; font-weight: normal;}

.headerColRBx2 .primaryBtn img
{top: 5px !important;}

.headerColRBx3 .primaryBtn
{background: url(../images/blueBg.jpg) repeat;}

.headerColRBx3Txt
{position: absolute; top: -3px; left: 1px; font-size: 10px !important; color: #fff; font-weight: normal;}

.headerColRBx3 .primaryBtn img
{top: 5px !important;}

.masterHead
{width:100%; position: relative;}

.masterHeadSlider
{width: 100%;}

.masterHeadSlider img
{width: 100%;}

.masterHeadSlider .carousel-indicators
{width:auto; height:70px; margin:0; position:absolute; display:block; top:0; bottom:0; left:auto; right:30px; margin:auto; z-index:99;}

.masterHeadSlider .carousel-indicators li
{width:10px; height:10px; background:rgba(0, 0, 0, 0.58); border-radius:50%; margin:0; cursor:pointer; position:relative; -webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -o-transition:.2s; transition:.2s;}

.masterHeadSlider .carousel-indicators li:after
{content:""; width:18px; height:18px; border:1px solid #b2a747; border-radius:50%; position:absolute; top:-4px; left:-4px; opacity:0; transform:scale(0.5); -webkit-transform:scale(0.5); -webkit-transition:.2s; -moz-transition:.2s; -khtml-transition:.2s; -o-transition:.2s; transition:.2s;}

.masterHeadSlider .carousel-indicators li+li
{margin:15px 0 0 0;}

.masterHeadSlider .carousel-indicators li.active
{background:#b2a747;}

.masterHeadSlider .carousel-indicators li.active:after
{opacity:1; transform:scale(1); -webkit-transform:scale(1);}

.masterHeadOvr
{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; z-index: 9;}

.masterHeadOvrInr
{width:100%; display:flex; flex-direction:row; justify-content:center; align-items: center;}

.masterHeadOvrCntnt
{width: 100%; text-align: right;}

.masterHeadOvrCntntCol
{text-align: left; display: inline-block;}

.masterHeadOvrCntntColRow
{width: 100%;}

.masterHeadOvrCntntColRow h1
{font-size: 42px; font-weight: 500; line-height: 60px;
text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}

.masterHeadOvr2
{width: 100%; position: absolute; bottom: 60px; right: 0; text-align: right; z-index: 10;}

.masterHeadOvr2Bx
{display: inline-block; background: url(../images/blueBg.jpg) repeat;
    text-align: left; padding: 10px;}

.masterHeadOvr2BxInr
{width: 100%; border: 1px solid #fff; padding: 1.5em;}

.masterHeadOvr2Bx p
{color: #fff;}

.masterHeadOvr2Bx p+p
{border-top: 1px solid rgba(255, 255, 255, 0.2); margin: 0.5em 0 0 0; padding-top: 0.3em;}

.hmBlock1
{width: 100%; padding: 95px 0 95px 0; position: relative;}

.hmBlock1D1
{position: absolute; top: 60px; right: 0;}

.hmBlock1D2
{position: absolute; bottom: 65px; left: 0;}

.hmBlock1Intro
{width: 100%; padding: 120px 0 0 0;}

.hmBlock1IntroSec1
{width: 100%; position: relative;}

.hmBlock1IntroSec1 .secondaryHead
{right: 60px;}

.hmBlock1IntroSec2
{width: 100%;}

.hmBlock1IntroRow
{width: 100%;}

.hmBlock1IntroRow .row
{margin: 0;}

.hmBlock1IntroRowCol
{padding: 0; visibility: visible !important;}

.hmBlock1IntroRowColLPic
{width: 100%;}

.hmBlock1IntroRow .picEffect
{margin-left: -110px;}

.hmBlock1IntroRowColR
{display: flex;}

.hmBlock1IntroRowColRInr
{width:100%; display:flex; flex-direction:row; justify-content:center; align-items: center;}

.hmBlock1IntroRowColRCntnt
{width: 100%; padding: 20px 145px 20px 50px;}

.hmBlock1IntroRowColRCntnt p+p
{margin: 25px 0 0 0;}

.hmBlock1IntroRow:nth-child(even) .hmBlock1IntroRowColL
{order: 2;}

.hmBlock1IntroRow:nth-child(even) .picEffect
{margin-left: auto; margin-right: -110px;}

.hmBlock1IntroRow:nth-child(even) .hmBlock1IntroRowColRCntnt
{padding: 20px 50px 20px 15px;}

.hmBlock2
{width: 100%; padding: 0 0 95px 0;}

.hmBlock2Row
{width: 100%; position: relative; padding: 80px 0 80px 0; color: #fff;}

.hmBlock2Row+.hmBlock2Row
{margin: 100px 0 0 0;}

.hmBlock2Row:after
{content: ""; width: 90%; height: 100%; background: url(../images/blueBg.jpg) repeat; position: absolute; top: 0; left: 0;}

.hmBlock2Row .container
{position: relative; z-index: 1;}

.hmBlock2RowInr
{width: 100%; position: relative;}

.hmBlock2Row .secondaryHead
{right: auto; left: 60px; top: -100px;}

.hmBlock2Row .secondaryHead:after
{background: #3c5866;}

.hmBlock2Row .secondaryHead h3
{color: #fff;}

.hmBlock2Row .row
{margin: 0;}

.hmBlock2RowCol
{padding: 0; visibility: visible !important;}

.hmBlock2RowColColR 
{float: right; margin: 0 0 40px 50px;}

.hmBlock2RowColColRpic
{width: 100%;}

.hmBlock2Row .picEffect
{margin-right: -110px;}

.hmBlock2RowColColLCntnt
{padding: 0 50px 0 145px; position: relative;}

.hmBlock2RowColColLCntntLogo
{position: absolute; bottom: 0; left: -40px;}

.hmBlock2RowColColLCntntLogo img
{width: 150px; border-radius: 50%; padding: 2px; background: #fff;}

.hmBlock2Row p
{color: #fff; padding: 0 60px 0 150px;}

.hmBlock2RowColColLCntnt p+p
{margin: 25px 0 0 0;}

.hmBlock2Row:nth-child(even):after
{left: auto; right: 0;}

.hmBlock2Row:nth-child(even) .hmBlock2RowColColL
{order: 2;}

.hmBlock2Row:nth-child(even) .secondaryHead
{left: auto; right: 60px;}

.hmBlock2Row:nth-child(even) .hmBlock2RowColColLCntnt
{padding: 0 145px 0 50px;}

.hmBlock2Row:nth-child(even) .picEffect
{margin-left: -110px; margin-right: auto;}

.hmBlock2Row:nth-child(even) p
{padding: 0 150px 0 60px;}

.hmBlock2Row:nth-child(even) .hmBlock2RowColColR 
{float: initial; float: left; margin: 0 50px 40px 0;}

.hmBlock3
{width: 100%; padding: 95px 0 95px 0; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; margin-bottom: 95px;} 

.hmBlock3 .primaryHead h2
{color: #fff;}

.hmBlock3 .primaryHead h2:before
{background: #fff;}

.hmBlock3 .primaryHead h2:after
{background: #fff;}

.hmBlock3Intro
{width: 100%; padding: 95px 0 0 0;}

.hmBlock3IntroRow
{width: 100%; padding: 80px; background: #fff;}

.hmBlock3IntroRow+.hmBlock3IntroRow
{margin: 95px 0 0 0;}

.hmBlock3IntroRow .row
{margin: 0 -20px 0 -20px;}

.hmBlock3IntroRowCol
{padding: 0 20px 0 20px;}

.hmBlock3IntroRowColL
{
	-ms-flex: 0 0 40.4%;
    flex: 0 0 40.4%;
    max-width: 40.4%;
}

.hmBlock3IntroRowColR
{
	-ms-flex: 0 0 59.6%;
    flex: 0 0 59.6%;
    max-width: 59.6%;
}

.hmBlock3IntroRowColLCntnt
{width: 100%;}

.hmBlock3IntroRowColLIntro
{width: 100%; padding: 30px 0 0 0;}

.hmBlock3IntroRowColLIntro p+p
{margin: 25px 0 0 0;}

.hmBlock3IntroRowColRPic
{width: 100%; visibility: visible !important;}

.hmBlock3IntroRowColRPic img
{width: 100%;}

.hmBlock4
{width: 100%; padding: 0 0 140px 0; position: relative;}

.hmBlock4D1
{position: absolute; bottom: 30px; left: -130px;}

.hmBlock4Inr
{display: block; width: 855px; height: 480px; margin: 0 auto; background: #cccccc; position: relative;} 

.hmBlock4VdoBtn
{display: block; width: 88px; height: 88px; line-height: 88px; text-align: center; background: #cc0606; color: #fff !important; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; border-radius: 50%; font-size: 30px; transition: .8s cubic-bezier(.4,.47,.17,.98);} 
 
.hmBlock4VdoBtn i
{position: relative; left: 2px;}

.hmBlock4VdoBtn:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.6);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hmBlock4VdoBtn:hover {
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
}

.hmBlock4VdoBtn:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cc0606, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

.hmBlock5
{width: 100%; padding: 95px 0 95px 0; background: #f2f5f6;}

.hmBlock5Intro
{width: 100%; padding: 80px 0 0 0;}

.hmBlock5IntroInr
{max-width: 900px; margin: 0 auto; position: relative;  padding: 0 0 90px 0;}

.hmBlock5Intro .row
{margin: 0 -20px 0 -20px;}

.hmBlock5IntroCol
{padding: 0 20px 0 20px;}

.hmBlock5IntroColL
{float: left; margin-right: 15px;}

.hmBlock5IntroColLpic
{width: 100%; visibility: visible !important;}

.hmBlock5IntroColLpic img
{width: 100%;}

.hmBlock5IntroColRInr
{width: 100%; height: 100%; position: relative;}

.hmBlock5IntroColRHead
{width: 100%;}

.hmBlock5IntroColRHead h3
{font-size: 28px; font-weight: 500; color: #043855;}

.hmBlock5IntroColRIntro
{width: 100%; padding: 0 0 0 0;}

.hmBlock5IntroColRIntro p+p
{margin: 25px 0 0 0;}

.hmBlock5IntroColRBtm
{width: 100%; position: absolute; bottom: 30px; left: 0; text-align: right;}

.hmBlock5IntroColRBtm h3
{font-size: 24px; font-weight: 500; color: #333333;}

.hmBlock6
{width: 100%; padding: 95px 0 95px 0; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important; color: #fff; text-align: center;}

.hmBlock6 .primaryHead h2
{color: #fff;}

.hmBlock6 .primaryHead h2:before
{background: #fff;}

.hmBlock6 .primaryHead h2:after
{background: #fff;}

.hmBlock6Intro
{width: 100%; padding: 55px 0 0 0;}

.hmBlock6IntroInr
{max-width: 860px; margin: 0 auto;}

.hmBlock6IntroRow1
{width: 100%;}

.hmBlock6IntroRow1 h3
{font-size: 24px; letter-spacing: 2px;}

.hmBlock6IntroRow2
{width: 100%; padding: 30px 0 0 0;}

.hmBlock6IntroRow2 .primaryBtn
{height: 90px; line-height: 90px; width: 100%; font-size: 28px; letter-spacing: 2px;}

.hmBlock6IntroRow2 .primaryBtn img
{top: -4px; margin-right: 12px;}

.hmBlock6IntroRow3
{width: 100%; padding: 30px 0 0 0;}

.hmBlock6IntroRow3 h4
{font-size: 20px;}

.hmBlock6IntroRow3 h4+h4
{margin: 11px 0 6px 0;}

.hmBlock6IntroRow3 h4 span
{display: inline-block; position: relative; font-size: 30px; font-weight: 600; color: #043855; margin: 0 10px 0 10px; animation: initial !important;
text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;
}

.hmBlock6IntroRow3 h4 span img
{margin: -8px -20px 0 0; position: relative; z-index: 1;}

.hmBlock6IntroRow3 p
{font-size: 14px; color: #fff;}

.hmBlock6IntroRow3 h4+h4 span img
{margin: -8px -9px 0 0;}

.hmBlock7
{width: 100%; padding: 60px 0 60px 0; background: #000000;}

.hmBlock7Inr
{max-width: 730px; margin: 0 auto;}

.hmBlock7 .secondaryBtn
{width: 100%;}

.hmBlock8
{width: 100%; padding: 95px 0 95px 0;}

.hmBlock8Intro
{width: 100%; padding: 80px 0 0 0;}

.hmBlock8IntroInr
{width: 100%;}

.hmBlock8IntroRow
{width: 100%;}

.hmBlock8IntroRow+.hmBlock8IntroRow
{margin: 80px 0 0 0;}

.hmBlock8IntroRowCol1Pic
{width: 100%;}

.hmBlock8IntroRowCol1Pic img
{width: 100%;}

.hmBlock8IntroRowColLMap
{width: 100%;}

.hmBlock8IntroRowColLMap img
{width: 100%;}

.hmBlock8IntroRowColRInr
{width: 100%; padding: 10px 0 0 0;}

.hmBlock8IntroRowColRHead
{width: 100%;}

.hmBlock8IntroRowColRHead h3
{font-size: 26px; color: #043855; font-weight: 500;}

.hmBlock8IntroRowColRHead h3 span
{display: inline-block; margin-left: 8px; height: 26px; line-height: 26px; padding: 0 15px 0 15px; background: #043855; color: #fff; font-size: 16px; position: relative; top: -4px; animation: initial !important;}

.hmBlock8IntroRowColRIntro
{width: 100%; padding: 20px 0 0 0;}

.hmBlock8IntroRowColRIntroRow
{width: 100%; position: relative; padding: 0 0 0 20px;}

.hmBlock8IntroRowColRIntroRow i
{position: absolute; top: 5px; left: 0; color: #043855; font-size: 18px;}

.hmBlock8IntroRowColRIntroRow2
{width: 100%; margin: 15px 0 0 0; padding: 10px 15px 10px 15px; background: #f2f5f6;}

.hmBlock8IntroRowColRIntroRow3
{margin: 15px 0 0 0; padding: 0 0 0 27px;}

.hmBlock8IntroRowColRIntroRow3 p
{font-size: 18px; font-weight: 600;}

.hmBlock8IntroRowColRIntroRow4
{margin: 15px 0 0 0; padding: 0 0 0 27px;}

.hmBlock9
{width: 100%; padding: 95px 0 95px 0; background: #f2f5f6;}

.hmBlock9Intro
{width: 100%; padding: 80px 0 0 0;}

.hmBlock9IntroInr
{max-width: 1000px; margin: 0 auto;}

.hmBlock9IntroColInr
{width: 100%;}

.hmBlock9IntroColInr img
{width: 100%;}

.hmBlock10
{width: 100%; padding: 95px 0 95px 0; text-align: center;}

.lineBtn
{font-family:"NotoSansJP-Regular"; display: inline-block; width: 730px; height: 100px; line-height: 100px; background: #2cbf13; color: #fff !important; font-size: 24px; font-weight: 500; letter-spacing: 2px; position: relative;}

.lineBtn span
{position: relative; display: block; z-index: 1; animation: initial !important;} 

.lineBtn img
{margin: -8px 10px 0 0;}

.lineBtn i
{display: block; position: absolute; top: 40px; right: 35px; font-size: 20px;}

.lineBtn:after
{content:""; width:0; height:100%; position:absolute; top:0; left:auto; right:0; background:#239610;
 transition: .8s cubic-bezier(.4,.47,.17,.98);}

.lineBtn:hover:after
{left:0; right: auto; width:100%;}

.footer
{width: 100%; color: #fff;}

.footerSec1
{width: 100%; padding: 45px 0 45px 0; background: url(../images/blueBg.jpg) repeat;}

.footerSec1Col1
{float: left;}

.footerSec1Col1 a
{display: inline-block;}

.footerSec1Col1 a img
{border-radius: 50%;}

.footerSec1Col1 a span
{display: inline-block; color: #333333 !important; font-size: 28px; margin: 0 0 0 10px; position: relative; top: 7px;
text-shadow: 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #FFF, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff, 0 0 12px #fff;}

.footerSec1Col2
{float: left; padding: 25px 0 0 50px;}

.footerSec1Col2 li
{display: inline-block; font-size: 24px;}

.footerSec1Col2 li+li
{margin-left: 35px;}

.footerSec1Col2 li a
{display: block; color: #fff;}

.footerSec1Col2 li a:hover
{transform: scale(1.1);}

.footerSec1Col3
{float: right; padding: 34px 0 0 0;}

.footerSec1Col3 ul
{margin: 0 -25px 0 -25px;}

.footerSec1Col3 li
{display: inline-block; padding: 0 25px 0 25px; border-right: 1px solid #fff; line-height: 15px;}

.footerSec1Col3 li:last-child
{border: none;}

.footerSec1Col3 li a
{font-size: 14px; color: #fff; position: relative;}

.footerSec1Col3 li a:after
{content:""; width:0; height:1px; position:absolute; bottom: -5px; left:auto; right:0; background:#fff;
 transition: .8s cubic-bezier(.4,.47,.17,.98);}

.footerSec1Col3 li a:hover:after
{left:0; right: auto; width:100%;}

.footerSec2
{width: 100%; text-align: center; padding: 25px 0 25px 0; background: #000000;}

.footerSec2 p
{font-size: 16px; color: #fff; font-family: "Calibri"; letter-spacing: 1px;}

.back-to-top {
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	background:#fff;
	color:#0a0a0a !important;
	text-align:center;
    cursor: pointer;
    position: fixed;
	bottom:17px;
    right: 20px;
    display:block;
	font-size:15px;
	z-index:999;
}

.back-to-top:hover
{height:65px; line-height:65px; border-radius:30px;}



/*access page start*/
.pageBnr
{width: 100%; height: 390px; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important;}

.pageHead
{width: 100%; padding: 95px 0 0 0; display: none;}

.inrPg
{width: 100%; padding: 95px 0 95px 0;}

.accessPg .hmBlock8Intro
{padding: 0;}



/*about page start*/
.aboutPg .hmBlock3Intro
{padding: 0;}

.aboutPg .hmBlock3IntroRow
{padding: 0;}



/*greeting page start*/
.greetingPg .hmBlock5Intro
{padding: 0;}

.greetingPg .hmBlock5IntroInr
{max-width: 100%;}

.greetingPgColLPic
{width: 100%; visibility: visible !important;}

.greetingPgColLPic img
{width: 100%;}

.greetingPgColR
{display: flex;}

.greetingPgColRInr
{width:100%; display:flex; flex-direction:row; justify-content:center; align-items: center;}

.greetingPgColRCntnt
{width: 100%; text-align: right;}

.greetingPgColRCntnt .thirdHead
{padding: 0;}

.greetingPgColRIntro
{width: 100%; padding: 30px 0 0 0;}

.greetingPgColRIntro p
{font-size: 18px;}

.greetingPgColRIntro p+p
{margin: 25px 0 0 0;}



/*history page start*/
.historyPgSec1
{width: 100%;}

.historyPgSec1Row
{width: 100%;}

.historyPgSec1Row+.historyPgSec1Row
{margin: 95px 0 0 0;}

.historyPgSec1Row .row
{margin: 0 -30px 0 -30px;}

.historyPgSec1RowCol
{padding: 0 30px 0 30px;}

.historyPgSec1RowColL
{display: flex;}

.historyPgSec1RowColLInr
{width:100%; display:flex; flex-direction:row; justify-content:center; align-items: center;}

.historyPgSec1RowColLCntnt
{width: 100%;}

.historyPgSec1RowColLCntnt .thirdHead
{padding: 0;}

.historyPgSec1RowColLIntro
{width: 100%; padding: 30px 0 0 0;}

.historyPgSec1RowColLIntro p
{font-size: 18px;}

.historyPgSec1RowColLIntro p a
{color: #b2a747;}

.historyPgSec1RowColLIntro p a:hover
{text-decoration: underline !important;}

.historyPgSec1RowColLIntro p+p
{margin: 25px 0 0 0;}

.historyPgSec1RowColRPic
{width: 100%; visibility: visible !important;}

.historyPgSec1RowColRPic .picEffect
{border-radius: 50%;}

.historyPgSec1RowColRPic img
{width: 100%; height: 540px; object-fit: cover;}

.historyPgSec1Row:nth-child(even) .historyPgSec1RowColL
{order: 2;}

.historyPgSec2
{width: 100%; padding: 95px 0 0 0; position: relative;}



/*request-form-download page start*/
.rqstfrmdwnldPgSec1
{width: 100%;}

.rqstfrmdwnldPgSec1Row
{width: 100%;}

.rqstfrmdwnldPgSec1Row+.rqstfrmdwnldPgSec1Row
{margin: 30px 0 0 0;}

.rqstfrmdwnldPgSec1Row h5
{font-size: 24px;}

.rqstfrmdwnldPgSec1Row a
{display: inline-block; color:#000; text-align: center; margin-left: 10px; vertical-align: middle;}

.rqstfrmdwnldPgSec1Row a i
{color: #b2a747; margin-left: 5px;}

.rqstfrmdwnldPgSec1Row a:hover
{text-decoration: underline !important;}

.rqstfrmdwnldPgSec1Row a span
{display: block; font-size: 14px; margin: 2px 0 0 0;}

.rqstfrmdwnldPgSec2
{width: 100%; padding: 95px 0 0 0;}

				
.rqstfrmdwnldPgSec2Intro
{width: 100%; padding: 50px 0 0 0;}

.rqstfrmdwnldPgSec2Intro .secondaryBtn
{width: 100%; background: url(../images/yellowShade.jpg) repeat; color: #fff !important;}

.rqstfrmdwnldPgSec2Intro .secondaryBtn i
{margin: 0 0 0 15px; top: 0;}




/*blog page start*/
.bloglistPg .row
{margin: 0 -30px 0 -30px;}

.bloglistPgCol
{padding: 0 30px 0 30px;}

.bloglistPgColLInr
{width: 100%;}

.bloglistPgColLRow
{width: 100%; display: flex; }

.bloglistPgColLRow+.bloglistPgColLRow
{margin: 50px 0 0 0;}

.bloglistPgColLRowPic
{width: 260px; visibility: visible !important;}

.bloglistPgColLRowPic img
{width: 100%;}

.bloglistPgColLRowIntro
{flex: 1; padding: 10px 0 0 30px;}

.bloglistPgColLRowIntroRow1
{width: 100%;  position: relative; padding: 0 105px 0 0;}

.bloglistPgColLRowIntroRow1 .thirdHead
{padding: 0;}

.bloglistPgColLRowIntroRow1 .thirdHead a
{color: #043855;}

.bloglistPgColLRowIntroRow1Lbl
{position: absolute; top: 0; right: 0; background: url(../images/yellowShade.jpg) repeat; padding: 10px; color: #fff; padding: 5px 15px 5px 15px; border-radius: 3px;}

.bloglistPgColLRowIntroRow1Lbl a
{color: #fff;}

.bloglistPgColLRowIntroRow2
{width: 100%; padding: 20px 0 0 0;}

.bloglistPgColLRowIntroRow3
{width: 100%; padding: 15px 0 0 0;}

.paginationSec
{width: 100%; padding: 80px 0 0 0; text-align: center;}

.paginationSec li
{display: inline-block;}

.paginationSec li+li
{margin-left: 5px;}

.paginationSec li a
{display: block; width: 40px; height: 40px; line-height: 38px; background: #fff !important; border: 1px solid #ddd !important; color: #000 !important; font-weight: 500; padding: 0 !important; border-radius: 0 !important;}

.paginationSec li a:hover
{background: #282936 !important; border: 1px solid #282936 !important; color: #fff !important;}

.paginationSec li.active a
{background: url(../images/yellowShade.jpg) repeat !important; border: 1px solid #b2a747 !important; color: #fff !important;}

.bloglistPgColRInr
{width: 100%;}

.bloglistPgColRSec
{width: 100%;}

.bloglistPgColRSec+.bloglistPgColRSec
{margin: 50px 0 0 0;}

.bloglistPgColRSec1
{width: 100%; position: relative;}

.bloglistPgColRSec1 .input
{border: 1px solid #282936; padding: 2px 55px 0 15px;}

.bloglistPgColRSec1 .input:focus
{border: 1px solid #b2a747;}

.bloglistPgColRSec1Btn
{width: 45px; height: 45px; position: absolute; top: 0; right: 0; background: #282936; color: #fff;}

.bloglistPgColRSec1Btn:hover
{background: #b2a747;}

.bloglistPgColRSecHead
{width: 100%; padding: 0 0 15px 0; border-bottom: 2px solid #333;}

.bloglistPgColRSecHead h3
{font-size: 20px; font-weight: 500;}

.bloglistPgColRSecHead p
{font-size: 14px; line-height: 1.4em !important; padding: 0.5em 0 0 0;}

.formHead
{font-size: 14px; line-height: 1.4em !important; padding: 0 0 0.5em 0;
    margin: -6px 0 0 0;}

.bloglistPgColRSec2Intro
{width: 100%; padding: 20px 0 0 0;}

.bloglistPgColRSec2IntroRow
{width: 100%;}

.bloglistPgColRSec2IntroRow+.bloglistPgColRSec2IntroRow
{margin: 12px 0 0 0;}

.bloglistPgColRSec2IntroRow a
{display: block; width: 100%; height: 45px; line-height: 45px; text-align: center; background: #282936; color: #fff;}

.bloglistPgColRSec2IntroRow a:hover
{background: #b2a747;}

.bloglistPgColRSec3Intro
{width: 100%; padding: 20px 0 0 0;}

.bloglistPgColRSec3Intro li
{font-size: 16px;}

.bloglistPgColRSec3Intro li+li
{margin: 10px 0 0 0;}

.bloglistPgColRSec3Intro li a
{color: #333333; position: relative; display: block; padding: 0 0 0 0;}

.bloglistPgColRSec3Intro li a i
{font-size: 13px; position: absolute; top: 7px; left: 0; opacity: 0; transition: .8s cubic-bezier(.4,.47,.17,.98); color: #b2a747;}

.bloglistPgColRSec3Intro li a:hover
{color: #b2a747; padding: 0 0 0 15px;}

.bloglistPgColRSec3Intro li a:hover i
{opacity: 1;}

.bloglistPgColRSec3IntroRow
{width: 100%; border-bottom: 1px solid #ddd;}

.bloglistPgColRSec3IntroRow:last-child
{border-bottom: 0;}

.bloglistPgColRSec3IntroRow a
{display: flex; padding: 10px 0 10px 0;}

.bloglistPgColRSec3IntroRow a:hover
{opacity: 0.9;}

.bloglistPgColRSec3IntroRowPic
{width: 80px; height: 60px; background: #ddd;}

.bloglistPgColRSec3IntroRowPic img
{width: 100%; height: 60px; object-fit: cover;}

.bloglistPgColRSec3IntroRowIntro
{flex: 1; padding: 5px 0 0 15px;}

.bloglistPgColRSec3IntroRowIntro h4
{font-size: 14px; color: #000; font-weight: 500;}

.bloglistPgColRSec3IntroRowIntro p
{font-size: 13px; padding: 2px 0 0 0;}

.bloglistPgColRSec3 .wysija-paragraph
{display: flex; flex-direction: column;}

.bloglistPgColRSec3 .wysija-paragraph .form-validation-field-0formError
{position: static !important; width: 100% !important; padding: 10px 0 0 0; order: 2;}

.bloglistPgColRSec3 .wysija-paragraph .form-validation-field-0formError .formErrorContent
{width: 100% !important;}

.bloglistPgColRSec3 .wysija-input
{border: 1px solid #282936; width:100%; height:45px; font-size:15px; padding:2px 15px 0 15px; transition: .8s cubic-bezier(.4,.47,.17,.98);}

.bloglistPgColRSec3 .wysija-input:focus
{border: 1px solid #b2a747;}

.bloglistPgColRSec3 .wysija-submit
{display: inline-block; height: 45px; line-height: 45px; padding: 0 25px 0 25px; color: #fff !important; font-size: 18px; font-weight: 500; background: url(../images/yellowShade.jpg) repeat; overflow: hidden; position: relative; margin-top: 12px !important; cursor: pointer; transition: .8s cubic-bezier(.4,.47,.17,.98);}

.bloglistPgColRSec3 .wysija-submit:hover
{opacity: 0.8;}

.bloglistPgColRSec3 #blfpst_subscribe_error_message
{color: red; padding: 0.5em 0 0 0;}



/*blog-detail page start*/
.blogDtlPgColLInr
{width: 100%;}

.blogDtlPgSec1
{width: 100%; position: relative;}

.blogDtlPgSec1 img
{width: 100%;}

.blogDtlPgSec1 .bloglistPgColLRowIntroRow1Lbl
{top: auto; bottom: 10px; right: 10px;}

.blogDtlPgSec2
{width: 100%; padding: 40px 0 0 0;}

.blogDtlPgSec2 h2
{font-size: 26px; color: #333; font-weight: bold; line-height: 38px;}

.blogDtlPgSec2 p
{margin: 20px 0 0 0;}

.blogDtlPgSec3
{width: 100%; padding: 40px 0 0 0;}

.blogDtlPgSec3Head
{width: 100%;}

.blogDtlPgSec3Head h3
{font-size: 22px; font-weight: 500;}

.blogDtlPgSec3Intro
{width: 100%; padding: 20px 0 0 0;}

.blogDtlPgSec3Intro ul li
{display: inline-block;}

.blogDtlPgSec3Intro ul li+li
{margin-left: 5px;}

.blogDtlPgSec3Intro ul li a
{display: block; width: 45px; height: 45px; line-height: 45px;  background: #eee; text-align: center;color: #777; border-radius: 50%; font-size: 18px;}

.blogDtlPgSec3Intro ul li a:hover
{background: #b2a747; color: #fff;}

.blogDtlPgSec4
{width: 100%; padding: 60px 0 0 0;}

.blogDtlPgSec4ColL
{float: left;}

.blogDtlPgSec4ColR
{float: right;}

.blogDtlPgSec4Btn
{display: inline-block; position: relative; color: #333 !important; font-size: 18px; font-weight: 500; padding: 0 0 0 55px;}

.blogDtlPgSec4Btn i
{display: block; width: 45px; height: 45px; line-height: 45px; text-align: center; border: 1px solid #ddd; position: absolute; top: -9px; left: 0; transition: .8s cubic-bezier(.4,.47,.17,.98);}

.blogDtlPgSec4Btn:hover i
{border: 1px solid #b2a747; background: #b2a747; color: #fff !important;}

.blogDtlPgSec4ColR .blogDtlPgSec4Btn
{padding: 0 55px 0 0;}

.blogDtlPgSec4ColR .blogDtlPgSec4Btn i
{left: auto; right: 0;}



/*contact page start*/
.contactPgInr
{max-width: 900px; margin: 0 auto;}

.contactPgSec1
{width: 100%; text-align: center;}

.contactPgSec1 p
{font-size: 18px;}

.contactPgSec2
{width: 100%; padding: 50px 0 0 0;}

.contactPgSec2Row
{width: 1005;}

.contactPgSec2Row+.contactPgSec2Row
{margin: 30px 0 0 0;}

.contactPgSec2Row .row
{margin: 0 -60px 0 -60px;}

.contactPgSec2RowCol
{padding: 0 60px 0 60px;}

.contactPgSec2RowColLTxt
{width: 100%; text-align: right; position: relative; font-size: 20px; color: #333; margin: 5px 0 0 0;}

.contactPgSec2RowColLTxt span
{display: inline-block; height: 35px; line-height: 34px; padding: 0 20px 0 20px; background: #333; color: #fff; position: absolute; top: 0; right: -90px; font-size: 15px; animation: initial !important;}

.contactPgSec2RowColRInr
{width: 100%;}

/*.contactPgSec2RowColRBtn
{height: 45px; background: #ddd; padding: 0 20px 0 20px;}

.contactPgSec2RowColRBtn:hover
{background: #ccc;}*/

.contactPgSec2Row .primaryBtn
{transition: .8s cubic-bezier(.4,.47,.17,.98);}

.contactPgSec2Row .primaryBtn:hover
{background: #000; cursor: pointer;}




.uploadsec
{width:100%;}

.uploadsec .show-for-sr{
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}
.uploadsec .button {
    display: inline-block;
    -webkit-appearance: none;
    cursor: pointer;
   text-align:center;
  position: relative;
}


.uploadsec .button h3
{display:block; font-size:14px;
    position: absolute;
    top: 14px;
    left: 0;
    width: 150px;
    letter-spacing: 2px;
    pointer-events:none;
}

.uploadsec .button p
{
  display: inline-block;
  height: 45px;
  background: #ddd;
  padding: 0 20px 0 20px;
  width: 150px;
  transition: .8s cubic-bezier(.4,.47,.17,.98);
}

.uploadsec .button p:hover
{background: #ccc;}

.uploadsec .button p:first-child
{display: none !important;}



/*message page start*/
.msgPgHeaderBg
{width: 100%; height: 98px; background: #e7e7e7;}

.msgPg
{width: 100%; padding: 95px 0 95px 0; min-height: 100vh; text-align: center;}

.msgPgBx
{max-width: 600px; padding: 3em; margin: 0 auto; background: #f2f5f6;}

.msgPgRow1
{width: 100%;}

.msgPgRow1 span
{width: 100px; height: 100px; line-height: 91px; border: 3px solid #a19937; border-radius: 50%; display: inline-block;}

.msgPgRow1 span img
{width: 53px; height: 53px;}

.msgPgRow2
{width: 100%; padding: 1.8em 0 0 0;}

.msgPgRow2 p
{padding: 0.5em 0 0 0;}

.msgPgRow3
{width: 100%; padding: 1.8em 0 0 0;}

.msgPgRow3 strong
{display: inline-block; font-size: 0;}

.msgPgRow3 strong a
{display: inline-block; height: 60px; line-height: 60px; padding: 0 40px 0 40px; color: #fff !important; font-size: 18px; font-weight: 500; background: url(../images/yellowShade.jpg) repeat; overflow: hidden; position: relative;}

.msgPgRow3 strong a:hover
{opacity: 0.8;}

.unsubscribePg .msgPgBx
{max-width: 650px;}

.undounsubscribeTnk .msgPgRow2 h3
{font-size: 1.3rem; line-height: 1.5em;}

.unsubscribePg strong
{display: none;}