html {
-webkit-font-smoothing: antialiased;
font-size: 16px;
} 
body {
font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #333;
font-weight: 300;
}  @-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }  #page { overflow: hidden; }  .animated { visibility: hidden; }
.visible { visibility: visible; }  .bg-scroll {
width: 100%;
background-attachment: fixed !important;
background-repeat: no-repeat;
background-position: center center;   
background-size: cover;
}
.bg-fixed {
width: 100%;
background-repeat: no-repeat;
background-position: center center;   
background-size: cover;
}  .b-top { border-top: 1px solid #ccc; }
.b-bottom { border-bottom: 1px solid #ccc; }
.b-left { border-left: 1px solid #ccc; }
.b-right { border-right: 1px solid #ccc; }   h1, h2, h3, h4, h5, h6 {
color: #222;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: -0.025rem; } h5.h5-xs { font-size: 1.125rem; } h5.h5-sm { font-size: 1.1875rem; } h5.h5-md { font-size: 1.25rem; } h5.h5-lg { font-size: 1.375rem; } h5.h5-xl { font-size: 1.5rem; }  h4.h4-xs { font-size: 1.625rem; } h4.h4-sm { font-size: 1.75rem; } h4.h4-md { font-size: 1.875rem; } h4.h4-lg { font-size: 2rem; } h4.h4-xl { font-size: 2.125rem; }  h3.h3-xs { font-size: 2.375rem; } h3.h3-sm { font-size: 2.5rem; } h3.h3-md { font-size: 2.625rem; } h3.h3-lg { font-size: 2.75rem; } h3.h3-xl { font-size: 3rem; }  h2.h2-xs { font-size: 3.25rem; } h2.h2-sm { font-size: 3.375rem; } h2.h2-md { font-size: 3.5rem; } h2.h2-lg { font-size: 3.75rem; } h2.h2-xl { font-size: 4rem; } h2.h2-huge { font-size: 4.25rem; }   p.p-sm { font-size: 0.95rem; } p { font-size: 1rem; } p.p-md { font-size: 1.125rem; } p.p-lg { font-size: 1.25rem; } p.p-xl { font-size: 1.3175rem; }   ul {
margin: 0;
padding: 0;
list-style: none;
}  a {
color: #333;
text-decoration: none;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
a:hover {
color: #666;
text-decoration: none;
}
a.black-hover:hover { color: #000; }
a.green-hover:hover { color: #56a959; }
a.lightgreen-hover:hover { color: #22bc3f; }
a.rose-hover:hover { color: #ff3366; }
a.purple-hover:hover { color: #6e45e2; }
a.blue-hover:hover { color: #3176ed; }
a.skyblue-hover:hover { color: #0b88ee; }
a:focus {
outline: none;
text-decoration: none;
}  .btn {
color: #fff;
font-size: 1rem;
line-height: 1;
font-weight: 400;
letter-spacing: 0;
padding: 1.025rem 2.5rem;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;      
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;  
}
.btn-arrow {
position: relative; 
}
.btn-arrow span {
display: inline-block;
position: relative;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
will-change: transform;
}
.btn-arrow:hover span, 
.btn-arrow:focus span {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0); 
}
.btn-arrow .svg-inline--fa {
position: absolute;
line-height: 1rem!important;
right: 0px;
opacity: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}  .btn.btn-sm {
font-size: 0.9rem;
padding: 0.85rem 1.95rem;
}
.btn.btn-md {
font-size: 1rem;
padding: 1.025rem 2.5rem;
}
.btn.btn-lg {
font-size: 1.1rem;
padding: 1.05rem 3rem;
}  .btn-tra,
.white-color .btn-tra {
color: #ff3366;
background-color: transparent;
border-color: #ff3366;
}
.btn-tra-purple {
color: #6e45e2;
background-color: transparent;
border-color: #6e45e2;
}
.btn-tra-skyblue {
color: #0b88ee;
background-color: transparent;
border-color: #0b88ee;
}
.btn-tra-black {
color: #3a3a3a;
background-color: transparent;
border-color: #3a3a3a;
}
.btn-tra-white {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn-semiwhite {
color: #fff;
background-color: rgba(255, 255, 255, .35);
border-color: transparent;
}
.btn-purple {
color: #fff;
background-color: #6e45e2;
border-color: #6e45e2;
}
.btn-blue {
color: #fff;
background-color: #3176ed;
border-color: #3176ed;
}
.btn-skyblue {
color: #fff;
background-color: #42a5f5;
border-color: #42a5f5;
}
.btn-black {
color: #fff;
background-color: #3a3a3a;
border-color: #3a3a3a;
}
.btn-white {
color: #333;
background-color: #fff;
border-color: #fff;
}
.white-color .btn-white span,
.white-color .btn-yellow span {
color: #333;
}
.btn-yellow {
color: #333;
background-color: #feca16;
border-color: #feca16;
}
.btn-green {
color: #fff;
background-color: #56a959;
border-color: #56a959;
}
.btn-lightgreen {
color: #fff;
background-color: #22bc3f;
border-color: #22bc3f;
}
.btn-red {
color: #fff;
background-color: #e35029;
border-color: #e35029;
}
.btn-teal {
color: #fff;
background-color: #5fa9a8;
border-color: #5fa9a8;
}  .btn:hover {
color: #fff;
background-color: #e62354;
border-color: #e62354;
}
.btn-arrow:hover .svg-inline--fa, 
.btn-arrow:focus .svg-inline--fa {
opacity: 1;
right: -20px; 
}
.btn-tra:hover {
background-color: #ff3366;
border-color: #ff3366;
}
.btn-purple:hover,
.btn-tra-purple:hover {
background-color: #5830c7;
border-color: #5830c7;
}
.btn-blue:hover {
background-color: #2b68d1;
border-color: #2b68d1;
}
.btn-skyblue:hover,
.btn-tra-skyblue:hover {
background-color: #0b88ee;
border-color: #0b88ee;
}
.btn-black:hover,
.btn-tra-black:hover {
background-color: #151515;
border-color: #151515;
}
.btn-white:hover {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.white-color .btn-white:hover span {
color: #fff;
}
.white-color .btn-tra-white.white-hover:hover, 
.btn-tra-white.white-hover:hover {
color: #333;
background-color: #fff;
border-color: #fff;
}
.btn-tra-white.purple-hover:hover {
color: #fff;
background-color: #5830c7;
border-color: #5830c7;
}
.btn-tra-white.green-hover:hover {
color: #fff;
background-color: #1da036;
border-color: #1da036;
}
.btn-tra-white.blue-hover:hover {
color: #fff;
background-color: #2b68d1;
border-color: #2b68d1;
}
.btn.tra-hover:hover,
.btn-yellow.tra-hover:hover,
.btn-purple.tra-hover:hover,
.btn-lightgreen.tra-hover:hover,
.btn-semiwhite:hover {
color: #fff;
background-color: transparent;
border-color: #fff;
}
.btn-yellow.tra-hover:hover span {
color: #fff;
}
.btn-tra-white.tra-hover:hover {
color: #fff;
background-color: rgba(255, 255, 255, .35);
border-color: transparent;
}
.btn-yellow:hover {
color: #333;
background-color: #f6c007;
border-color: #f6c007;
}
.btn-green:hover {
background-color: #4b924e;
border-color: #4b924e;
}
.btn-lightgreen:hover {
background-color: #1da036;
border-color: #1da036;
}
.btn-red:hover {
background-color: #c84624;
border-color: #c84624;
}
.btn-teal:hover {
background-color: #4d8d8c;
border-color: #4d8d8c;
}  .btn:focus {
color: #fff; 
-webkit-box-shadow: none;
box-shadow: none; 
}  .modal-video {
display: inline-block;
vertical-align: middle;
line-height: 2.15rem;
}
.modal-video a span {
font-size: 2.15rem;
line-height: 2.15rem;
margin-right: 4px;
vertical-align: middle;
}
.modal-video a {
font-size: 1.05rem;
line-height: 2.15rem;
font-weight: 400;
}  .video-preview {
position: relative; 
}
.video-btn { 
display: inline-block;
}
.video-block {
position: relative;
width: 100%;
height: 100%;
display: inline-block;
}  .video-btn-xs,
.video-btn-sm,
.video-btn-md,
.video-btn-lg {
position: relative;
display: inline-block;
background: rgba(255, 255, 255, 0.3);
padding: 15px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.video-btn-xs:before,
.video-btn-sm:before,
.video-btn-md:before,
.video-btn-lg:before {
content: '';
position: absolute;
left: -5px;
right: -5px;
top: -5px;
bottom: -5px;
background: rgba(255, 255, 255, 0.2);
opacity: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.video-preview .video-btn-xs,
.video-preview .video-btn-sm,
.video-preview .video-btn-md,
.video-preview .video-btn-lg {
position: absolute!important;
top: 50%;
left: 50%;
}
.video-preview .video-btn-xs {
margin-top: -40px;
margin-left: -40px; 
}
.video-preview .video-btn-sm {
margin-top: -45px;
margin-left: -45px; 
}
.video-preview .video-btn-md {
margin-top: -50px;
margin-left: -50px; 
}
.video-preview .video-btn-lg {
margin-top: -65px;
margin-left: -65px; 
}
.video-btn-xs,
.video-btn .video-btn-xs {
width: 110px;
height: 110px;
}
.video-btn-sm,
.video-btn .video-btn-sm {
width: 120px;
height: 120px;
}
.video-btn-md,
.video-btn .video-btn-md {
width: 130px;
height: 130px;
}
.video-btn-lg,
.video-btn .video-btn-lg {
width: 150px;
height: 150px;
}
.video-btn-xs .svg-inline--fa,
.video-btn-sm .svg-inline--fa,
.video-btn-md .svg-inline--fa,
.video-btn-lg .svg-inline--fa {
position: relative;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.video-btn-xs .svg-inline--fa {
width: 80px;
height: 80px;
}
.video-btn-sm .svg-inline--fa {
width: 90px;
height: 90px;
}
.video-btn-md .svg-inline--fa {
width: 100px;
height: 100px;
}
.video-btn-lg .svg-inline--fa {
width: 120px;
height: 120px;
}  .play-icon-white { color: #fff; }
.play-icon-grey { color: #999; }
.play-icon-purple { color: #5830c7; }
.play-icon-green { color: #56a959; }
.play-icon-lightgreen { color: #22bc3f; }
.play-icon-rose { color: #ff3366; }
.play-icon-blue { color: #3176ed; }
.play-icon-skyblue { color: #0b88ee; }
.play-icon-yellow { color: #feca16; }  .ico-bkg {
background-color: #fff;
position: absolute;
top: 40px;
left: 40px;
}
.play-icon-white .ico-bkg {
background-color: #444;
}
.video-btn-xs .ico-bkg {
top: 30px;
width: 38px;
height: 50px;
}
.video-btn-sm .ico-bkg {
top: 30px;
width: 44px;
height: 55px;
}
.video-btn-md .ico-bkg {
width: 50px;
height: 50px;
}
.video-btn-lg .ico-bkg {
width: 65px;
height: 70px;
}  .video-btn-xs:hover .svg-inline--fa,
.video-btn-sm:hover .svg-inline--fa,
.video-btn-md:hover .svg-inline--fa,
.video-btn-lg:hover .svg-inline--fa {
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);
}
.video-btn-xs:hover:before,
.video-btn-sm:hover:before,
.video-btn-md:hover:before,
.video-btn-lg:hover:before {
opacity: 1;
left: -15px;
right: -15px;
top: -15px;
bottom: -15px;
}  .play-btn-txt {
display: block;
font-size: 0.95rem;
line-height: 1;
font-weight: 400;
margin-top: 20px;
}  .app-devices {
padding: 15px 0 0 5px;
}  .app-devices .svg-inline--fa {
color: rgba(50, 50, 50, 0.3);
font-size: 2.6rem;
line-height: 1!important; 
float: left;
margin-right: 0.65rem;  
}
.bg-green .app-devices .svg-inline--fa,
.bg-lightpurple .app-devices .svg-inline--fa,
.bg-lightblue .app-devices .svg-inline--fa {
color: rgba(240, 240, 240, 0.5);
}
.app-devices .svg-inline--fa.f-tablet {
-moz-transform: rotate(90deg); 
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg); 
-o-transform: rotate(90deg);
transform: rotate(90deg); 
}
.app-devices .svg-inline--fa.f-phone {
margin-right: 1.25rem;
}
.app-devices-desc p {
font-style: italic;
line-height: 1.25;
padding-right: 20%;
margin-bottom: 0;
}  .barWrapper {
position: relative;
margin-bottom: 25px;
}
.progress {  
height: 8px;
}
.bg-dark .progress {  
background-color: #777;
}
.bg-deepdark .progress {  
background-color: #777;
}
.bg-lightgrey .progress {  
background-color: #ccc;
}
.progress-bar {
width: 0;
}  .black-progress .progress-bar {  
background-color: #333;
}
.green-progress .progress-bar {  
background-color: #56a959;
}
.rose-progress .progress-bar {  
background-color: #ff3366;
}
.blue-progress .progress-bar {  
background-color: #0b88ee;
}
.purple-progress .progress-bar {  
background-color: #5830c7;
}
.barWrapper p {
font-size: 1rem;
font-weight: 600;
margin-bottom: 7px;
}
.skill-percent {
display: inline-block;
position: absolute;
font-size: 1rem;
line-height: 1;
font-weight: 600;
top: 7px;
right: 2px;
}  .box-icon [class^="flaticon-"]:before, 
.box-icon [class*=" flaticon-"]:before,
.box-icon [class^="flaticon-"]:after, 
.box-icon [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 4rem;
line-height: 4rem!important;
font-style: normal;
margin-left: 0; 
}
.box-icon-sm [class^="flaticon-"]:before, 
.box-icon-sm [class*=" flaticon-"]:before,
.box-icon-sm [class^="flaticon-"]:after, 
.box-icon-sm [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 3.5rem;
line-height: 3.5rem!important;
font-style: normal;
margin-left: 0;
}
.box-icon-md [class^="flaticon-"]:before, 
.box-icon-md [class*=" flaticon-"]:before,
.box-icon-md [class^="flaticon-"]:after, 
.box-icon-md [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 4.5rem;
line-height: 4.5rem!important;
font-style: normal;
margin-left: 0;
}
.box-icon-lg [class^="flaticon-"]:before, 
.box-icon-lg [class*=" flaticon-"]:before,
.box-icon-lg [class^="flaticon-"]:after, 
.box-icon-lg [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 5rem;
line-height: 5rem!important;
font-style: normal;
margin-left: 0;
}  .white-color .grey-icon span,
.grey-icon span {   
color: #757575;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;  
}
.white-color .red-icon span,
.red-icon span {   
background: -webkit-gradient(linear, left top, left bottom, from(#ee041a), to(#ff8212));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.white-color .rose-icon > span, 
.rose-icon > span {   
color: #ff3366;
}
.white-color .green-icon span,
.green-icon span {   
background: -webkit-gradient(linear, left top, left bottom, from(#029c09), to(#02ce0b));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.white-color .blue-icon span,
.blue-icon span {   
background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#37a7fc));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.white-color .skyblue-icon span,
.skyblue-icon span {   
color: #42a5f5;
}
.white-color .purple-icon span,
.purple-icon span {   
background: -webkit-gradient(linear, left top, left bottom, from(#1d07f4), to(#f402b8));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.sbox .flaticon{
display: inline-block;
}  .rose-hover:hover .grey-icon span { 
color: #ff3366; 
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1); 
}
.skyblue-hover:hover .grey-icon span { 
color: #42a5f5; 
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1); 
}
.lightgreen-hover:hover .grey-icon span { 
color: #22bc3f; 
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1); 
}
.red-hover:hover .grey-icon span { 
color: #e35029; 
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1); 
}  .technologies {
margin-top: 35px;
}
.technologies p {
color: #999;
font-size: 0.9rem;
font-weight: 700;
text-transform: uppercase;
}
.technologies .svg-inline--fa {
color: #888;
font-size: 2.65rem;
line-height: 1;
margin-right: 10px;
}  a.store {
margin-right: 15px;
}
.btn:last-child, 
a.store:last-child {
margin-right: 0;
}  .box-list-icon {
font-size: 0.9rem;
line-height: 1.5rem;
float: left;
margin-right: 8px;
}
.box-list p {
overflow: hidden;
margin-bottom: 8px;
}  #clock {
display: inline-block;
}  #clock .cbox {
float: left;
text-align: center;
padding: 0 30px;
display: inline-block;
}
#clock .cbox:last-child {
border-right: none;
}  #clock span.cbox-digit {
font-size: 4.5rem;
line-height: 1;
font-weight: 500;
letter-spacing: -2px;
}
#clock span.cbox-txt {
background-color: transparent;
border: none;
font-size: 0.975rem;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 0; 
display: block;
padding-top: 10px;
}  span.section-id {
color: #aaa;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
position: relative; 
margin-bottom: 30px;  
}  .section-title {
position: relative;
text-align: center;
margin-bottom: 60px;     
}
.section-title h3 {
letter-spacing: -0.5px;
margin-bottom: 15px;
}
.section-title p {
font-size: 1.3125rem; padding: 0 10%;
margin-bottom: 0;
}
.bg-deepdark .section-title p {
color: #ccc;
}  .txt-300 { font-weight: 300; }
.txt-400 { font-weight: 400; }
.txt-500 { font-weight: 500; }
.txt-600 { font-weight: 600; }
.txt-700 { font-weight: 700; }
.txt-800 { font-weight: 800; }
.txt-900 { font-weight: 900; }
.txt-upper { text-transform: uppercase; }  .black-color,
.black-color h2, 
.black-color h3, 
.black-color h4, 
.black-color h5, 
.black-color h6, 
.black-color p, 
.black-color a, 
.black-color li,
.black-color i, 
.black-color span { color: #000; } #loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
background-color: #f5f5f5;
}
.cssload-spin-box {
position: absolute;
margin: auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 25px;
height: 25px;
border-radius: 100%;
box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
-o-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
-ms-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
-webkit-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
-moz-box-shadow: 25px 25px rgb(49,118,237), -25px 25px rgb(255,51,102), -25px -25px rgb(49,118,237), 25px -25px rgb(255,51,102);
animation: cssload-spin ease infinite 4.6s;
-o-animation: cssload-spin ease infinite 4.6s;
-ms-animation: cssload-spin ease infinite 4.6s;
-webkit-animation: cssload-spin ease infinite 4.6s;
-moz-animation: cssload-spin ease infinite 4.6s;
}
@keyframes cssload-spin {
0%,
100% {
box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
}
25% {
box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
}
50% {
box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
}
75% {
box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
}
}
@-o-keyframes cssload-spin {
0%,
100% {
box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
}
25% {
box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
}
50% {
box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
}
75% {
box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
}
}
@-ms-keyframes cssload-spin {
0%,
100% {
box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
}
25% {
box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
}
50% {
box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
}
75% {
box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
}
}
@-webkit-keyframes cssload-spin {
0%,
100% {
box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
}
25% {
box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
}
50% {
box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
}
75% {
box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
}
}
@-moz-keyframes cssload-spin {
0%,
100% {
box-shadow: 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102);
}
25% {
box-shadow: -28px 28px rgb(255,51,102), -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226);
}
50% {
box-shadow: -28px -28px rgb(110,69,226), 28px -28px rgb(255,51,102), 28px 28px rgb(110,69,226), -28px 28px rgb(255,51,102);
}
75% {
box-shadow: 28px -28px #dfdfdf, 28px 28px #4f4d49, -28px 28px #dfdfdf, -28px -28px #4f4d49;
}
}   .navbar-brand {
padding-top: 0;
padding-bottom: 0;
margin-right: 5rem;
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
}
.navbar-light .navbar-nav .nav-link {
color: #555;
}
.bg-light { 
background-color: #fff!important; 
box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}
.header .nb-line {
border-bottom: 1px solid rgba(255, 255, 255, .18);
}  .navbar {
padding: 0.75rem 1rem;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.navbar.bg-tra  {
padding: 2.25rem 1rem;
background-color: transparent;  
}  .navbar-expand-lg .navbar-nav .nav-link {
font-size: 1.05rem;
font-weight: 500;
padding: 0.65rem 1.5rem;
margin-left: 1px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
}  .navbar-text {
padding-top: 0;
padding-bottom: 0;
}
.navbar-text.phone-number {
font-size: 1.1rem;
font-weight: 500;
margin-left: 10px;
}
.navbar-text.phone-number .svg-inline--fa {
margin-right: 4px;
}
.navbar-nav .navbar-text.lightgreen-color,
.navbar-dark .navbar-text.lightgreen-color {
color: #22bc3f;
}
.navbar-nav .navbar-text.yellow-color,
.navbar-dark .navbar-text.yellow-color {
color: #fcb80b;
}
.navbar-nav .navbar-text.blue-color,
.navbar-dark .navbar-text.blue-color {
color: #01b7de;
}
.navbar-nav .navbar-text.rose-color,
.navbar-dark .navbar-text.rose-color {
color: #ff3366;
}  .dropdown-menu {
min-width: 10rem;
padding: 0.85rem 0.45rem;
margin: 0.85rem 0 0;
font-size: 1.05rem;
color: #555;
border: 1px solid rgba(0,0,0,.15);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; 
}
.dropdown-menu::before {
content: "";
background-color: #fff;
position: absolute;
top: -5px;
left: 20px;
height: .9375rem;
width: .9375rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index: -2;
}
.dropdown-item { 
font-weight: 500;
padding: 0.6rem 4.5rem 0.6rem 1rem;
}
.dropdown-toggle::after {
vertical-align: .175em;
}  .header-socials {
margin-top: 4px;
margin-left: 3px;
display: inline-block; 
text-align: center;
}
.header-socials span {
float: left;
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
margin-left: 5px;
}
.header-socials a {
width: 38px;
height: 38px;
background-color: transparent;
display: block;
color: #fff;
font-size: 1rem;
line-height: 34px !important;   
border: 2px solid #fff;  
margin-left: 3px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}
.navbar-light .header-socials a {
color: #333;  
border: 2px solid #333;  
}
.header-socials a.ico-facebook:hover,
.navbar.scroll .header-socials a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; }
.header-socials a.ico-twitter:hover,
.navbar.scroll .header-socials a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; }
.header-socials a.ico-behance:hover, 
.navbar.scroll .header-socials a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; }
.header-socials a.ico-google-plus:hover, 
.navbar.scroll .header-socials a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; }
.header-socials a.ico-linkedin:hover, 
.navbar.scroll .header-socials a.ico-linkedin:hover { background-color: #015886; border-color: #015886; }
.header-socials a.ico-dribbble:hover, 
.navbar.scroll .header-socials a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; }
.header-socials a.ico-instagram:hover, 
.navbar.scroll .header-socials a.ico-instagram:hover { background-color: #beb3a8; border-color: #beb3a8; }
.header-socials a.ico-pinterest:hover, 
.navbar.scroll .header-socials a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; }
.header-socials a.ico-youtube:hover, 
.navbar.scroll .header-socials a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; }
.header-socials a.ico-tumblr:hover, 
.navbar.scroll .header-socials a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; }
.header-socials a.ico-vk:hover, 
.navbar.scroll .header-socials a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998;}  .navbar .btn {  
font-size: 1.05rem;
font-weight: 500;
padding: 0.785rem 2.15rem;
margin-top: 0;
margin-left: 12px;
}  .navbar-light .nav-link:focus, 
.navbar-light .nav-link:hover {
color: #fff;
background-color: rgba(140, 140, 140, 0.2);
}
.navbar-dark .nav-link:focus, 
.navbar-dark .nav-link:hover {
color: #fff;
background-color: rgba(240, 240, 240, 0.2);
}
.active .dropdown-item,
.dropdown-item:focus, 
.dropdown-item:hover {
color: #333;
text-decoration: none;
background-color: #eee;
}  .navbar.scroll.bg-tra {
padding: 12px 0;
background-color: #fcfcfc;
box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);  
}
.navbar.scroll.navbar-dark.bg-tra .nav-link,
.navbar.scroll .navbar-text span.phone-text.white-color {
color: #555;
}
.navbar.scroll.navbar-dark.bg-tra .nav-link:hover {
background-color: rgba(200, 200, 200, 0.35);
}
.navbar.scroll .header-socials a,
.navbar.scroll .btn.btn-tra-white {
color: #555;    
border-color: #555;  
}
.navbar.scroll .header-socials a:hover {
color: #fff;
}
.navbar.scroll .btn.btn-tra-white:hover {
background-color: #ff3366;
color: #fff;
border-color: #ff3366;
}
.navbar.scroll .btn.btn-semiwhite,
.navbar.scroll .btn.tra-hover:hover,
.navbar.scroll .btn.btn-purple.tra-hover:hover,
.navbar.scroll .btn.btn-lightgreen.tra-hover:hover,
.navbar.scroll .btn.btn-semiwhite.tra-hover:hover {
color: #555;   
background-color: transparent; 
border-color: #555;  
}  .navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
color: #888;
border-color: #888;
padding: 0.25rem 0.5rem;
font-size: 1.05rem;
}
.navbar-dark.bg-tra .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
outline: 0;
}  .logo-white, 
.logo-black {
display: block;
}
.navbar-light.bg-light .logo-white,
.navbar-dark.bg-tra .logo-black,
.navbar-light.bg-tra .logo-white,
.scroll.navbar-dark.bg-tra .logo-white,
.navbar-dark.bg-dark .logo-black,
.navbar-light.bg-light .logo-white {
display: none;
}
.navbar-dark.bg-tra .logo-white,
.navbar-light.bg-tra .logo-black,
.scroll.navbar-dark.bg-tra .logo-black,
.navbar-dark.bg-dark .logo-white,
.navbar-light.bg-light .logo-black {
display: block;
} .hero-section .container {
position: relative;
overflow: hidden;
z-index: 3;
}
#hero-6.hero-section .container,
#hero-11.hero-section .container,
#hero-13.hero-section .container,
#hero-15.hero-section .container,
#hero-19.hero-section .container,
#hero-24.hero-section .container,
#hero-25.hero-section .container {
overflow: visible;
}  #hero-1 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-1.jpg); 
background-position: center bottom; 
padding-top: 220px;
padding-bottom: 190px;
margin-bottom: 30px;
}
#hero-2 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-2.jpg); 
}
#hero-3 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-3.jpg); 
padding-top: 220px;
padding-bottom: 180px;
}
#hero-4 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-4.jpg);
margin-top: 70px;
padding-top: 160px;
padding-bottom: 120px; 
}
#hero-5 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-5.jpg);
background-position: center bottom;
padding-top: 180px;
padding-bottom: 120px;  
}
.hero-6-text {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-6.jpg);
background-position: center bottom;
}
#hero-6-content {
padding-top: 180px;
padding-bottom: 380px;
}
#hero-8 { 
padding-top: 160px;
padding-bottom: 20px;
}
#hero-10 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-10.jpg); 
padding-top: 240px;
padding-bottom: 200px;
}
#hero-11-txt {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-11.jpg);
padding-top: 180px;
padding-bottom: 450px;
}
#hero-12 { 
padding-top: 220px;
}
#hero-13-txt {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-13.jpg);
padding-top: 230px;
padding-bottom: 100px;
}
#hero-14 {  
position: relative;
padding-top: 250px;
padding-bottom: 100px;
}
#hero-15-txt {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-15.jpg);
padding-top: 220px;
padding-bottom: 200px;
}
#hero-16 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-16.jpg);
padding-top: 160px;
}
#hero-17 {  
padding-top: 160px;
padding-bottom: 20px;
}
#hero-18 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-18.jpg);
padding-top: 190px;
}
#hero-19-txt {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-19.jpg);
padding-top: 200px;
padding-bottom: 200px; 
}
#hero-20 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-20.jpg); 
padding-top: 220px;
padding-bottom: 140px;
}
#hero-21 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-21.jpg);
background-position: center bottom;
padding-top: 180px;
padding-bottom: 120px;
}
#hero-22 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-22.jpg); 
padding-top: 220px;
padding-bottom: 140px;
}
#hero-23 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-23.jpg); 
padding-top: 250px;
padding-bottom: 160px;
}
#hero-24-content {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-24.jpg); 
padding-top: 180px;
padding-bottom: 200px;
}
#hero-25 {
padding-top: 200px;
padding-bottom: 120px;
border-bottom: 1px solid #ddd;
}
#hero-26 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-26.jpg); 
padding-top: 220px;
padding-bottom: 180px;
}
#hero-27 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-27.jpg);
padding-top: 180px;
padding-bottom: 120px;  
}
#hero-28 {
position: relative;
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-28.jpg);
padding-top: 220px;
padding-bottom: 60px;  
}
#hero-29 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/hero-29.jpg);
padding-top: 280px;
padding-bottom: 180px;
}
#hero-30 {
padding-top: 180px;
padding-bottom: 80px;
}  #hero-9 .hero-overlay {
height: 100%;
background-color: rgba(0, 0, 0, 0.7); 
}  .hero-section .hero-slider {
height: 760px;
position: relative;
}
.hero-section .slides {
position: absolute;
top: 53%;
transform: translateY(-50%);
}  #hero-7 {
width: 100%;
height: 100%;
position: relative;
top: 0px;
z-index: 1;
display: block;
overflow: hidden;
padding: 0 !important;
}
#slides {
position: relative;
}
#slides .scrollable {
height: 100%;
position: relative;
top: 0;
left: 0;
*zoom: 1;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#slides .scrollable:after {
content: "";
display: table;
clear: both;
}  .hero-content {
width: 80%; 
position: absolute;
left: 50%;
top: 52%;
color: #fff;
text-align: center;
display: inline-block;
padding: 50px 0;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}  .hero-section h4,
.hero-section h3,
.hero-section h2 { 
margin-bottom: 25px;
}
#hero-1 .hero-section h2,
#hero-1.hero-section h2 { 
font-size: 4.25rem;
letter-spacing: -0.5px;
margin-bottom: 40px;
}
.slides h2 { 
font-size: 5.25rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.5px;
margin-bottom: 15px;
}
#hero-9 .slides h2 { 
font-size: 6rem;
letter-spacing: -1px;
}
#hero-4 .hero-section h2,
#hero-4.hero-section h2 { 
font-size: 4.5rem;
font-weight: 800;
letter-spacing: -1px;
}
#hero-7 .hero-section h2,
#hero-7.hero-section h2 { 
font-size: 5.5rem;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -2px;
margin-bottom: 20px;
}
#hero-8 h2.h2-xl { 
line-height: 1.2;
letter-spacing: -1.5px;
}
#hero-10 h2 { 
font-size: 6.25rem;
letter-spacing: -1.5px;
font-weight: 800;
margin-bottom: 10px;
}
#hero-16 h2 { 
font-size: 6.25rem;
line-height: 1;
letter-spacing: -1.5px;
font-weight: 800;
margin-bottom: 30px;
}
#hero-18 h3.h3-xl  { 
margin-bottom: 45px;
}
#hero-19 .hero-txt h2 { 
font-size: 5rem;
font-weight: 800;
line-height: 1.15;
letter-spacing: -1px;
margin-bottom: 25px;
}
#hero-20 h4 {
background-color: #ff3366;
font-weight: 400;
line-height: 1.3;
display: inline-block;
padding: 5px 20px;
}
#hero-20 h2 { 
font-size: 5.75rem;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-top: 25px;
margin-bottom: 60px;
}
#hero-21 .hero-txt h2 { 
font-size: 4rem;
font-weight: 500;
letter-spacing: -1px;
margin-bottom: 25px;
}
#hero-22 .hero-txt h2 { 
font-size: 4rem;
font-weight: 600;
letter-spacing: 0;
}
#hero-23 .hero-txt h2 { 
font-size: 4.5rem;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.5px;
margin-bottom: 25px;
}
#hero-24 .hero-txt h2 { 
font-size: 13rem;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -5px;
margin-top: 12px;
margin-bottom: 12px;
}
#hero-24 .hero-txt h3 { 
font-size: 3rem;
font-weight: 700;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0;
margin-bottom: 0;
}
#hero-26 .hero-txt h2 { 
font-size: 5.5rem;
line-height: 1.1;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -0.5px;
margin-bottom: 15px;
}
#hero-26 .hero-txt h3 { 
font-size: 2rem;
margin-bottom: 10px;
}
#hero-26 .hero-price h2 { 
font-size: 5.5em;
line-height: 1;
font-weight: 800;
margin-bottom: 5px;
}
#hero-26 .hero-price h4 { 
font-size: 1.5em;
line-height: 1;
font-weight: 400;
margin-bottom: 15px;
}
#hero-28 .hero-txt h3 { 
font-size: 4.5em;
line-height: 1.15;
font-weight: 400;
letter-spacing: -1px;
margin-bottom: 0;
}
#hero-29 .hero-txt h2 { 
font-size: 5.5em;
font-weight: 700;
letter-spacing: -1px;
margin-bottom: 25px;
}
#hero-30 .hero-txt h2 { 
font-size: 4em;
line-height: 1;
font-weight: 800;
text-transform: uppercase;
letter-spacing: -1px;
margin-top: 50px;
margin-bottom: 20px;
}
#hero-30 .hero-txt h5 { 
font-weight: 300;
line-height: 1.3;
padding: 0 10%;
margin-bottom: 35px;
}
.hero-inner-txt h3  { 
margin-bottom: 35px;
}
.hero-section h4 span,
.hero-section h3 span,
.hero-section h2 span { 
font-weight: 700;
letter-spacing: -1px;
padding-bottom: 11px;
}
.underline-image,
.underline {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/underline.png);
background-repeat: no-repeat;
background-size: 100% 0.25em;
background-position: center bottom;
}
.underline-yellow,
.underline-rose,
.underline-green,
.underline-blue {
background-image: linear-gradient(120deg, #fed841 0%, #fed841 90%);
background-repeat: no-repeat;
background-size: 100% 0.22em;
background-position: 0 105%;
}
.underline-rose {
background-image: linear-gradient(120deg, #f23472 0%, #f23472 90%);
}
.underline-green {
background-image: linear-gradient(120deg, #22bc3f 0%, #22bc3f 90%);
}
.underline-blue {
background-image: linear-gradient(120deg, #00c1f0 0%, #00c1f0 90%);
}  .hero-txt p.p-hero {
font-size: 1.35rem;
margin-bottom: 40px;
}
#hero-1 .hero-txt p { 
padding: 0 8%;
}
#hero-2 .hero-txt p,
#hero-3 .hero-txt p,
#hero-6 .hero-txt p,
#hero-9 .hero-txt p,
#hero-15 .hero-txt p,
#hero-18 .hero-txt p { 
padding: 0 12%;
}
#hero-4 .hero-txt p { 
padding-right: 10%;
}
#hero-5 .hero-txt p { 
padding-right: 15%;
}
#hero-11 .hero-txt p { 
padding: 0 10%;
}
#hero-16 .hero-txt p { 
padding-left: 10%;
}
.hero-inner-txt p { 
margin-bottom: 40px;
}  .hero-btns {
margin-top: 35px;
}  .hero-links {
margin-top: 10px;
}
.hero-links span {
font-size: 1rem;
line-height: 1;
margin-right: 25px;
}
.hero-links span:last-child {
margin-right: 0
}
.hero-links span a {
text-decoration: underline;
}
.hero-links span a:hover {
opacity: .8;
}  .hero-stores-badge span {
display: block;
font-size: 0.9rem;
font-style: italic;
line-height: 1; 
margin-top: 20px; 
}  .hero-inner-block { 
background-image: -webkit-linear-gradient(top, rgba(83, 45, 95, 0.8), rgba(92, 67, 155, 0.9));
background-image: linear-gradient(top, rgba(83, 45, 95, 0.8), rgba(92, 67, 155, 0.9));
position: relative;
z-index: 999;
margin-top: -410px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.hero-inner-txt {
padding: 0 80px 0 40px;
}
.hero-inner-img img {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}  .discount-banner {
position: relative;
z-index: 999;
padding: 60px 50px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin-top: -320px ;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);  
}
.discount-banner p.p-xl {
line-height: 1.35;
margin-bottom: 25px;
}
.discount-banner h2.h2-xl {
font-size: 6rem;
line-height: 1;
margin-bottom: 25px;
}   .nav-tabs {
margin-bottom: 60px;
}
.bg-dark .nav-tabs {
border-color: #666;
}
.nav {
width: 100%;
}
.nav-tabs .nav-link {
color: #999;
font-size: 1.15rem;
font-weight: 500;
letter-spacing: 0;
border: none;
padding: 0.85rem 0;
}
.nav-tabs.rose-nav .nav-link.active,
.nav-tabs.rose-nav .nav-item.show .nav-link {
color: #fff;
background-color: #ff3366;
}
.nav-tabs.yellow-nav .nav-link.active,
.nav-tabs.yelloe-nav .nav-item.show .nav-link {
color: #333;
background-color:  #feca16;
}
.nav-tabs.grey-nav .nav-link.active,
.nav-tabs.grey-nav .nav-item.show .nav-link {
color: #333;
background-color: #ccc;
}  .schedule-event {
margin-bottom: 15px;
}  .event-time span {
font-size: 1rem;
line-height: 1.3;
font-weight: 700;
display: block;
padding-left: 10px;
}  .event-description {
padding-left: 0;
}
.event-description h5 {
margin-bottom: 7px;
}
.event-description p.event-speaker {
color: #757575;
margin-bottom: 0;
}
.bg-dark .event-description p.event-speaker {
color: #ddd;
}
.event-description p.p-small {
color: #777;
line-height: 1.3;
margin-top: 8px;
}
.bg-dark .event-description p.p-small {
color: #aaa;
}
.event-description hr {
border-color: #ccc;
margin-top: 25px;
margin-right: 25px;
}
.bg-dark .event-description hr {
border-color: #666;
}  .agenda-tittle {
margin-top: 45px;
margin-bottom: 90px;
padding: 25px 30px;
background-color: #f5f5f5;
background-color: #444;
}
.agenda-tittle h3 {
line-height: 1;
margin-bottom: 3px;
}
.agenda-tittle span {
font-size: 1.1rem;
line-height: 1
margin-bottom: 0;
}  .hero-statistic { 
background-color: #fff;
position: relative;
z-index: 999;
padding: 50px 30px 20px 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin: -100px 80px 0;
padding-bottom: 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}
.hero-number {
font-size: 2.25rem;
line-height: 1;
font-weight: 700;
letter-spacing: -0.5px;
margin-bottom: 5px;
}
.hero-statistic p {
color: #757575;
margin-bottom: 0;
}  .hero-img {
text-align: center;
}
.hero-6-image img {
margin-top: -330px;
}
.hero-14-img {
position: absolute;
top: 5%;
right: -35%;
width: 70%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}  .hero-19-boxes {
margin-top: -120px;
margin-bottom: 10px;
}
#hero-28-boxes {
margin-top: 100px;
}
.hbox-1 {
background-color: #fff;
position: relative;
z-index: 999;
padding: 55px 35px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
border-top: 3px solid #7ace4c;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);  
}
.hbox-2 {
padding-right: 10px;
margin-bottom: 40px;
}
.hbox-1 h5 {
line-height: 1.25;
margin-bottom: 18px;
}
.hbox-2 h5 {
line-height: 1.25;
margin-bottom: 20px;
}
.hbox-1 p,
.hbox-2 p {
margin-bottom: 0;
}  #hero-24 h4.h4-xs {
font-weight: 800;
letter-spacing: 0;
margin-bottom: 15px;
}
#hero-24 .font-weight-bold{
font-size:13rem;
display:block;
}
.hero-form .form { 
border: 1px solid #fafafa;
padding: 55px 40px 55px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.hero-form .white-color.form{
border-color: transparent;
}
.hero-form .white-color .form-control {
background-color: #fff;
padding: 4px 15px;
}
.hero-form .white-color .p-sm{
margin-bottom: 40px;
}  .hero-form .form p{
margin-bottom: 0;
}
.hero-form div.wpcf7 .ajax-loader{
position: absolute;
right: 0;
}  .register-form .col-md-12 { 
padding: 0; 
}
.hero-form .form-control {
background-color: transparent;
color: #333;
height: 46px;
font-size: 15px;
font-weight: 300;
padding: 4px 6px;
margin-bottom: 15px;
border: none;
border-bottom: 1px solid #eee;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;  
box-shadow: none; 
}
.hero-form .form-control:focus {
border-color: #ff3366;
outline: 0px none;
box-shadow: none;
}  .hero-form .loading {
color: #666;
font-size: 16px;
font-weight: 700;
margin-top: 20px;
}
.error {
color: #e74c3c;
font-size: 14px;
font-weight: 300;
margin-bottom: 20px;
}  #hero-1 .es_subscription_form_submit,
#hero-1 .es-field-wrap { display: inline; }  .hero-section .newsletter-form .form-control {
height: 57px;
background-color: #fff;
border: 1px solid #eee;
border-right: none;
color: #222;
font-size: 1.15rem;
font-weight: 400;
padding: 0 1.4rem;
box-shadow: none;
-webkit-border-radius: 15px 0 0 15px;
-moz-border-radius: 15px 0 0 15px;
-o-border-radius: 15px 0 0 15px;
border-radius: 15px 0 0 15px;   
}
.hero-section .newsletter-form .form-control:focus {
border: 1px solid #eee;
border-right: none;
outline: 0;
box-shadow: none;
}  .hero-section .newsletter-form .form-control::-moz-placeholder { color: #999; } 
.hero-section .newsletter-form .form-control:-ms-input-placeholder { color: #999; }
.hero-section .newsletter-form .form-control::-webkit-input-placeholder { color: #999; }  .hero-section .newsletter-form .btn {
height: 57px;
background-color: #fff;
border: 1px solid #eee;
border-left: none;
color: #555;
font-size: 1.25rem;
padding: 0 1.4rem;
-webkit-border-radius: 0 15px 15px 0;
-moz-border-radius: 0 15px 15px 0;
-o-border-radius: 0 15px 15px 0;
border-radius: 0 15px 15px 0;
margin-bottom: 4px;
margin-left: -20px;
}
.hero-section .newsletter-form .btn:hover {
color: #444;
}  .hero-slider .flex-control-nav {
bottom: 5%;
}
.hero-slider .flex-control-paging li a {
background: rgba(240, 240, 240, 0.15);
width: 9px;
height: 9px;  
border: 2px solid transparent;
}
.hero-slider .flex-control-paging li a.flex-active { 
background: rgba(255, 255, 255, 0.95);
border: 2px solid  rgba(255, 255, 255, 0.95);
}  .slides-pagination {
width: 100%;
position: absolute;
bottom: 5%;
z-index: 20;
text-align: center;
}
.slides-pagination a {
width: 30px;
height: 4px;
background-color: #ddd;
color: #1a1a1a;
opacity: 0.2; 
-moz-opacity: 0.2; 
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
zoom: 1;
*display: inline;
margin: 2px;
overflow: hidden;
text-indent: -100%;
}
.slides-pagination a:hover,
.slides-pagination a.current {
background-color: #fff;
opacity: 1; 
-moz-opacity: 1; 
} #about-2.bg-dark {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-map.png);
}  .about-txt {
margin-bottom: 40px;
}
.abox-4 {
padding: 0 15px;
}
.abox-4 {
padding: 0 35px;
}
.abox-4 h5 {
margin-bottom: 10px;
}
.abox-4 h5 {
margin-bottom: 25px;
}
.abox-4 .btn {
margin-top: 20px;
}
#about-4 .a4-img {
padding: 0;
}  .about-txt h3.h3-sm {
margin-bottom: 30px;
}  .about-btn {
margin-top: 45px;
}  .about-img {
text-align: center;
margin-bottom: 40px;
}   #services-1 .section-title {
margin-bottom: 60px;
}  .sbox-1 {
margin-bottom: 60px;
} 
.sbox-2 {
margin-bottom: 40px;
padding: 0 20px;
} 
.sbox-3 {
margin-bottom: 50px;
} 
.sbox-4 {
margin-bottom: 40px;
} 
.sbox-6 {
padding: 70px 40px;
border: 1px solid #ddd;
margin-bottom: 30px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: center;
}  .sbox-1-txt, 
.sbox-3-txt {
overflow: hidden;
padding-left: 18px;
} 
.sbox-4-txt {
overflow: hidden;
padding-left: 30px;
}
.sbox-5-txt1 {
margin-top: 12px;
}  .sbox-1 h5, 
.sbox-3 h5,
.sbox-4 h5 {
margin-bottom: 10px;  
}
.sbox-2 h5 {
margin-top: 25px;  
margin-bottom: 10px;  
}
.sbox-6 h4 {
margin-top: 30px;  
margin-bottom: 0;  
}
.sbox-1 p, 
.sbox-2 p, 
.sbox-3 p,
.sbox-4 p,
.sbox-5 p,
.sbox-6 p {
line-height: 1.5;
margin-bottom: 0;
}  .sbox-1 span, 
.sbox-3 span,
.sbox-4 span {  
text-align: center;
float: left;
}
.sbox-2 span {   
display: block;
position: relative;
z-index: 999;
}  .services-img {
text-align: center;
margin-bottom: 40px;
} .content-3, .content-4,
#content-3, #content-4 {
position: relative;
}
.content-5, .content-6,
#content-5, #content-6 {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
}
.inner-block {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.content-7-title,
#content-7-title { 
position: relative;
z-index: 3;
padding-top: 100px;
padding-bottom: 280px;
}
.content-7-boxes,
#content-7-boxes {
position: relative;
padding-bottom: 60px;
z-index: 999;
margin-top: -263px;
}
.content-7-boxes .cbox-txt,
#content-7-boxes .cbox-txt{
border-top: none;
}  .content-txt { 
margin-bottom: 40px; 
}
#content-3 .content-txt { 
padding-left: 60px;
}
#content-5 .content-txt, 
#content-6 .content-txt,
#content-9 .content-txt,
#content-10 .content-txt {
margin-bottom: 0; 
}
#content-4 .content-txt { 
padding-right: 60px;
}
#content-9 .content-txt {
padding: 0 40px 0 80px;
}
#content-10 .content-txt {
padding: 0 80px 0 40px;
}  .content-txt h3.h3-sm,
.content-txt h3.h3-xs,
.content-txt h3.h3-xl {
margin-bottom: 30px;
}
.content-txt h5.h5-sm {
margin-top: 20px;
margin-bottom: 18px;
}
.content-txt .small-statistic h5.h5-sm {
margin-top: 0;
margin-bottom: 0;
}  ul.content-list {
list-style: disc;
margin-top: 20px;
margin-left: 15px;
}
ul.content-list li {
margin-bottom: 8px;
}
ul.content-list li:last-child {
margin-bottom: 0;
}  .content-btn {
margin-top: 35px;
}  .cbox-1 {
margin-bottom: 40px;
}
.cbox-txt {
background-color: #fff;
padding: 30px 30px 25px;
border: 1px solid #ccc;
-webkit-border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px;
}
.cbox-txt h5 {
margin-bottom: 15px;
}  .content-img {
text-align: center;
margin-bottom: 40px;
}
.content-3-img { 
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/content-3.jpg);
background-repeat: no-repeat;
background-position: center center;   
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 0;
}
.content-4-img { 
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/content-4.jpg);
background-repeat: no-repeat;
background-position: center center;   
background-size: cover;
position: absolute;
top: 0;
bottom: 0;
width: 50%;
left: 50%;
}
.content-right-img {
position: absolute;
top: 0;
right: -30%;
width: 70%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.content-left-img {
position: absolute;
top: 0;
left: -30%;
width: 70%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
#content-9 .content-img,
#content-10 .content-img {
margin-bottom: 0;
}
.inner-block img {
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
}
#content-10 .inner-block img {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
} #banner-1 {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/banner-1.jpg);
background-position: top center; 
}  #banner-2 .banner-txt h2 {
margin-bottom: 30px; 
}
#banner-1 .banner-txt h2,
#banner-3 .banner-txt h3 {
margin-bottom: 25px; 
}
#banner-2 .banner-txt h2 span {
font-weight: 800;
letter-spacing: -1px;
}
#banner-1 .banner-txt p {
padding-right: 10%;
}
#banner-3 .banner-txt p {
padding: 0 10%;
}  .banner-btn {
margin-top: 35px;
} #video-1 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/video-1.jpg);
padding-top: 140px;
padding-bottom: 140px;
}
#video-2 {  
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/video-2.jpg);
padding-top: 180px;
padding-bottom: 180px;
}  #video-3 p {  
margin-top: 15px;
margin-bottom: 50px;
padding: 0 10%;
} #single-project {
margin-top: 65px;
}
#portfolio-1 .section-title {
margin-bottom: 40px;
}  .btn-toolbar { 
display: inline-block;
margin: 0 auto 60px;
}
.portfolio-filter .btn-group > .btn {
background-color: #eee;
color: #666;
font-size: 0.8rem;
font-weight: 600;
text-transform: uppercase;
margin-left: 8px;
padding: 0.75rem 1.65rem;
margin-top: 0;
border: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;      
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
outline: 0px none;
}
.bg-lightgrey .portfolio-filter .btn-group > .btn {
background-color: #e0e0e0;
}
.bg-dark .portfolio-filter .btn-group > .btn {
color: #fff;
background-color: rgba(30, 30, 30, .3);
}
.btn-group > .btn-group:not(:last-child) > .btn, 
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 100px;
border-bottom-right-radius: 100px;
}  .portfolio-filter .btn-group > .btn:hover {
background-color: #2c353f;
color: #fff;
}  .portfolio-filter .btn-group > .btn.active,
.portfolio-filter .btn-group > .btn.focus {
color: #fff;
box-shadow: 0 0 0 0;
cursor: default;
}
.portfolio-filter.green-btngroup .btn-group > .btn.active,
.portfolio-filter.green-btngroup .btn-group > .btn.focus {
background-color: #42a045;
border-color: #42a045;
}
.portfolio-filter.rose-btngroup .btn-group > .btn.active,
.portfolio-filter.rose-btngroup .btn-group > .btn.focus {
background-color: #ff3366;
border-color: #ff3366;
}
.portfolio-filter.purple-btngroup .btn-group > .btn.active,
.portfolio-filter.purple-btngroup .btn-group > .btn.focus {
background-color: #6e45e2;
border-color: #6e45e2;
}
.portfolio-filter.blue-btngroup .btn-group > .btn.active,
.portfolio-filter.blue-btngroup .btn-group > .btn.focus {
background-color: #2154cf;
border-color: #2154cf;
}  .portfolio-items-list {
padding: 0 15px;
}
#portfolio-1 .portfolio-item  {
margin-bottom: 20px;
padding: 0 10px;
display: none;
opacity: 0;
-moz-opacity: 0; 
} 
.grid .grid-item {          
padding: 0 8px 16px;
}
.grid-item { width: 25%; }
.grid-item--width1 { width: 33.333%; }
.grid-item--width2 { width: 50%; }
#related-projects .portfolio-item  {
margin-bottom: 30px;
}  .project-description {
position: absolute;
bottom: 10%;
left: 0;
z-index: 20;
width: 100%;
opacity: 0;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.project-description h5.h5-sm {
margin-top: 3px;
}
.project-description span { 
font-size: 1rem;
line-height: 1.1;
font-weight: 500;
}  .hover-overlay {
width: 100%;
height: 100%;
overflow: hidden;
position: relative; 
}
.hover-overlay img {
transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-moz-transform: scale(1.1);
overflow: hidden;
-webkit-transition: transform 400ms;
-moz-transition: transform 400ms;
-o-transition: transform 400ms;
transition: transform 400ms;
}  .item-overlay {
opacity: 0;
-moz-opacity: 0; 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(10, 10, 10, 0.7);
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}  .hover-overlay:hover img {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
}
.hover-overlay:hover .item-overlay {
opacity: 1; 
-moz-opacity: 1; 
}
.portfolio-item:hover .project-description {
left: 8%; 
opacity: 1; 
-moz-opacity: 1; 
}  .project-txt h3.h3-xs {
margin-top: 25px;
margin-bottom: 20px;
}
.project-data {
margin-top: 20px;
}  
.project-data h5 {
margin-bottom: 4px;
}
.project-data p {
margin-bottom: 0;
}
.project-data p span {
font-weight: 700;
}  .share-project {
margin-top: 5px;
display: inline-block; 
padding-left: 0;
}
.share-project li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
padding: 0;
}
.share-project a {
color: #666;
}
.share-project .svg-inline--fa {
font-size: 1.05rem;
margin-right: 8px;
-webkit-transition: transform 450ms;
-moz-transition: transform 450ms;
-o-transition: transform 450ms;
transition: transform 450ms;
}
.share-project a:hover {
color: #000;
}   .team-member {
position: relative;
z-index: 1;
margin-bottom: 30px;
overflow: hidden;
}
.team-2 .team-member,
#team-2 .team-member {
margin-bottom: 60px;
}
.team-1 .team-member > img, 
#team-1 .team-member > img {
transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-moz-transform: scale(1);
overflow: hidden;
-webkit-transition: transform 450ms;
-moz-transition: transform 450ms;
-o-transition: transform 450ms;
transition: transform 450ms;
}  .tm-meta {
width: 100%;
position: absolute;
bottom: 0;
left: 10%;
z-index: 20;
zoom: 1;
opacity: 0;
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}
.tm-hiring {
width: 100%;
position: absolute;
bottom: 10%;
left: 40px;
z-index: 20;
zoom: 1;
opacity: 1;
}
.team-member:hover .tm-meta {
bottom: 8%;
opacity: 1; 
-moz-opacity: 1; 
}  .tm2-meta {
padding-top: 25px;
padding-bottom: 0;
}
.tm-meta h5.h5-sm {
margin-bottom: 0px;
}
.tm2-meta h5.h5-sm {
margin-bottom: 5px;
}
.tm-hiring h5.h5-sm {
margin-bottom: 0;
}
.tm-meta span,
.tm2-meta span {
font-size: 1rem;
line-height: 1.1;
font-weight: 500;
} 
.tm2-meta span {
font-weight: 300;
display: block;
} 
.tm-hiring a {
font-size: 1rem;
line-height: 1.1;
font-weight: 500;
text-decoration: underline;
}
.tm2-meta p {
margin-top: 10px;
margin-bottom: 0;
}  .tm-social ul {
display: inline-block; 
padding-left: 0;
margin-top: 14px;
position: absolute;
right: 15%;
bottom: 0;
}
.tm-social ul li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
padding: 0;
}
.tm-social a {
width: 32px;
height: 32px;
color: #fff;
font-size: 1rem;
line-height: 32px !important;
margin-right: 1px;
display: block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.tm-social a.ico-facebook { background-color: #3b5998; }
.tm-social a.ico-twitter { background-color: #00a9ed; }
.tm-social a.ico-instagram { background-color: #e44772 }
.tm-social a.ico-dribbble { background-color: #d92d84; }
.tm-social a.ico-behance { background-color: #2473f6; }
.tm-social a.ico-pinterest { background-color: #ac281a; }
.tm-social a.ico-linkedin { background-color: #015886; }
.tm-social a.ico-google-plus { background-color: #cd1111; }
.tm-social a.ico-youtube { background-color: #cd1b20; }
.tm-social a.ico-tumblr { background-color: #3a5976; }
.tm-social a.ico-vk { background-color: #3b5998; }  .tm-overlay {
opacity: 0;
-moz-opacity: 0; 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(10, 10, 10, .55);
-webkit-transition: opacity 400ms ease-in-out;
-moz-transition: opacity 400ms ease-in-out;
-o-transition: opacity 400ms ease-in-out;
-ms-transition: opacity 400ms ease-in-out;
transition: opacity 400ms ease-in-out;
}  .team-1 .team-member:hover > img,
#team-1 .team-member:hover > img {
transform: scale(1.2);
-ms-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-moz-transform: scale(1.2);
}
.team-1 .team-member:hover .tm-overlay,
#team-1 .team-member:hover .tm-overlay {
opacity: 1; 
-moz-opacity: 1; 
}   #search-1 h3 {
margin-bottom: 10px;
}
.domain-names { 
background-color: #fff;
margin-top: 30px;
}  .dn-box {
padding: 25px 20px;
}
.dn-box p {
margin-bottom: 0;
}
.dn-box span {
display: block;
}
.dn-box .price{color: #333;}
#search-1 #wdc-style .large #Search{
height: 60px;
}
#search-1 #wdc-style .input-group{
border: none;
}
#search-1 #wdc-style .input-group .input-group-btn{
border: none;
}
#search-1 #wdc-style button#Submit{  
margin-right: 0;
height: 60px;
font-size: 1rem;
padding: 0.375rem 1.45rem;
text-transform: initial;
} #statistic-1 {
padding-top: 80px;
padding-bottom: 50px;
}
.statistic-section.bg-image {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/statistic.jpg);
}  .statistic-title {
text-align: center;
margin-bottom: 50px;
}
.statistic-title h3 {
margin-bottom: 15px;
}
.statistic-title p {
padding: 0 10%;
}  .statistic-block {
text-align: center;
margin-bottom: 30px;
}
.small-statistic .statistic-block {
text-align: left;
}
.text-center .statistic-block{ text-align: center; }  .counter-prefix,
.counter-postfix,
.statistic-number {
font-size: 4.15rem;
line-height: 1; 
font-family: 'Montserrat', sans-serif;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 14px;
}
.small-statistic .statistic-number {
font-size: 4.5rem;
font-weight: 500;
letter-spacing: -1px;
}
.statistic-block h5 {
margin-bottom: 5px;
}
.small-statistic .statistic-block h5 {
margin-left: 6px;
}
.statistic-block p {
font-style: italic;
margin-bottom: 0;
} #pricing-2-title { 
position: relative;
z-index: 3;
padding-top: 80px;
padding-bottom: 240px;
}
#pricing-2-title.bg-purple {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-bg.png);
} 
#pricing-2-content {
margin-top: -330px;
padding-bottom: 80px;
position: relative;
z-index: 999; 
}  #pills-tab {
margin: 30px auto 40px;
}
.nav-pills {
background-color: rgba(240, 240, 240 0.3);
border: 1px solid #ccc;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px; 
}
.nav-pills .nav-link.active, 
.nav-pills .show > .nav-link {
background-color: #e35029;
border-color: #e35029;
color: #fff;
}
.nav-pills.rose-navi .nav-link.active {
background-color: #ff3366;
border-color: #ff3366;
color: #fff;
}
.nav-pills.green-navi .nav-link.active {
background-color: #22bc3f;
border-color: #22bc3f;
}
.nav-pills.blue-navi .nav-link.active {
background-color: #3176ed;
border-color: #3176ed;
}
.nav-pills .nav-link {
background-color: transparent;
border: 1px solid transparent;
color: #555;
font-size: 1rem;
font-weight: 400;
padding: 10px 30px;
margin-right: 0px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px; 
border: 1px solid transparent;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.nav-pills .nav-link span {
color: #ff3366;
font-size: 0.95rem;
font-weight: 700; 
margin-left: 10px;
}
.nav-pills .nav-link.active span,
.nav-pills .nav-link.active span:hover,
.nav-pills .nav-link.active span:focus {
color: #fff;
}  .pricing-table {
text-align: center;
background-color: #fff;
border: 1px solid #d0d0d0;
padding: 60px 50px;
margin-bottom: 40px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; 
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
#pricing-2 .pricing-table {
background-color: #fdfdfd;
border: 1px solid #e7e7e7;
-webkit-box-shadow: 0 0 6px rgba(40, 40, 40, .1);
-moz-box-shadow: 0 0 6px rgba(40, 40, 40, .1);
box-shadow: 0 0 6px rgba(40, 40, 40, .1);
}
#pricing-3 .pricing-table {
text-align: center;
border: 1px solid #ddd;
background-color: #fff;
padding: 60px 35px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}  .pricing-plan {
padding-bottom: 20px;
border-bottom: 1px solid #d0d0d0;
}
.pricing-plan.rose-border { border-color: #ff3366; }
.pricing-plan.skyblue-border { border-color: #42a5f5; }
.pricing-plan.blue-border { border-color: #3176ed; }
.pricing-plan.green-border { border-color: #56a959; }
.pricing-plan.lightgreen-border { border-color: #22bc3f; }
.pricing-plan.red-border { border-color: #e35029; }
.pricing-plan.purple-border { border-color: #6e45e2; }
.pricing-plan h5 {
font-weight: 700;
letter-spacing: -0.5px;
margin-bottom: 20px;
}
.pricing-table span.price {
font-size: 75px;
line-height: 75px;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
letter-spacing: 0.5px;
}
.pricing-table sup {
font-size: 55px;
font-weight: 600;
top: -7px;
right: 2px;
}
p.validity {
color: #888;
font-style: italic;
font-size: 1.2rem;
margin-top: 5px;
}  #pricing-3 .price h5 {
margin-bottom: 25px;
}
#pricing-3 .price span {
font-size: 65px;
line-height: 1;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
letter-spacing: 0.5px;
}
#pricing-3 .pricing-table .price sup {
font-size: 40px;
font-weight: 400;
top: -10px;
margin-right: 5px;
}
#pricing-3 .price span.price-vat {
display: block;
color: #999;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
line-height: 1.2;
font-weight: 300;
margin-top: 14px;
padding: 0 7%;
}  .pricing-text {
margin-top: 30px;
margin-bottom: 30px;
padding-bottom: 25px;
border-bottom: 1px solid #ddd;
}
.pricing-text p {
font-size: 15px;
line-height: 23px;
margin-bottom: 0;
}
.pricing-table p span {
color: #000;
font-weight: 800;
}  .pricing-table ul.features {
padding: 30px 0 35px;
}
.pricing-table ul.features li {
font-size: 1.05rem;
line-height: 1;
font-weight: 400;
padding: 11px 0;
}
.pricing-table ul.features li:last-child {
border-bottom: none;
}  .pricing-txt {
margin-top: 30px;
margin-bottom: 40px;
}
.pricing-txt p span {
font-weight: 700;
} #reviews-2.ipage {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-map.png);
}
.reviews-section.bg-image {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/reviews.jpg);
}  #reviews-2 .quote-icon { 
width: 125px;
height: 110px;
background: url(//ishigoto.jp/wp-content/themes/pergo/images/quote-big.png);
opacity: .2;
margin: 0 auto -50px;
}  .review-1 {
text-align: center;
margin-bottom: 40px;
padding: 0 30px;
padding: 0;
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.review-2 {
text-align: center;
margin-bottom: 80px;
} 
.review-1 .review-txt {
background-color: #fff;
border: 1px solid #eee;
background-color: transparent;
border: 1px solid transparent;
padding: 50px 40px 55px;
margin: 0 2px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}
.slick-current .review-1,
.review-1.slick-current {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.slick-current .review-1 .review-txt,
.review-1.slick-current .review-txt {
background-color: #fff;
border: 1px solid #eee;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}  .review-1 .testimonial-avatar img {
width: 90px;
height: 90px;
display: inline-block;
margin: -45px auto 15px;  
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}
#reviews-2 img {
width: 80px;
height: 80px;
display: inline-block;
margin: 0 auto 15px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
}  .review-1 p {
color: #666;
font-size: 1.05rem;
font-style: italic;
} 
#reviews-2 .review-txt p {
font-size: 1.85rem;
line-height: 1.3;
font-weight: 500;
padding: 20px 8% 35px;
}
p.testimonial-autor {
color: #000;
font-size: 1.1rem;
line-height: 1.2;
font-weight: 600;
font-style: normal;
margin-bottom: 0;
}
.testimonial-avatar span {
font-size: 0.95rem;
line-height: 1;
}
.review-author p {
color: #333;
font-size: 1.25rem;
line-height: 1.2;
font-style: normal;
margin-bottom: 0;
}
.white-color #reviews-2 .review-author p,
#reviews-2.white-color .review-author p {
color: #fff;
font-size: 1.1rem;
margin-bottom: 2px;
}
#reviews-2 .review-author span {
font-size: 0.9rem;
line-height: 1;
font-weight: 600;
text-transform: uppercase;
}  .reviews-section .slick-dots {
position: absolute;
z-index: 4;
bottom: -30px;
}
.reviews-section .slick-dots li {
margin: 0 2px;
width: 15px;
height: 15px;
}
.reviews-section .slick-dots li button:before {
content: "";
background: #ccc;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity: 1;
width: 8px;
height: 8px;
left: auto;
-webkit-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
.reviews-section .slick-dots li button:hover:before {
background: #999;
}
.reviews-section .slick-dots li.slick-active button:before {
background: #666;
}  .flex-control-paging li a {
background: rgba(90, 90, 90, .25);
width: 10px;
height: 10px;  
border: 2px solid rgba(90, 90, 90, .02);
}
.flex-control-paging li a.flex-active { 
background: rgba(255, 255, 255, .65); 
border: 2px solid rgba(255, 255, 255, .02); 
}
.rose-nav .flex-control-paging li a.flex-active { 
background: #ff3366; 
border: 2px solid #ff3366;
}
.purple-nav .flex-control-paging li a.flex-active { 
background: #6e45e2; 
border: 2px solid #6e45e2;
}
.skyblue-nav .flex-control-paging li a.flex-active { 
background: #0b88ee; 
border: 2px solid #0b88ee;
}
.green-nav .flex-control-paging li a.flex-active { 
background: #1da036; 
border: 2px solid #1da036;
} #brands-1 { 
}
.brands-section.bg-dark {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-map.png);
}
.brands-section.bg-image {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/brands.jpg);
}  #brands-1 .brand-logo,
#pricing-2 .brand-logo {
width: 20%;
float: left;
padding: 0 10px;
margin-bottom: 20px;
} 
#brands-2 .brand-logo {
padding: 0 30px;
margin-bottom: 30px;
}
.brand-logo img {
padding: 0 10px;
}  .brands-title {
text-align: center;
}
#brands-2 .brands-title {
margin-bottom: 50px;
}
.brands-title h5 {
font-weight: 500;
margin-bottom: 35px;
}
.brands-title h3 {
margin-bottom: 15px;
}
.brands-title h5 span {
font-weight: 700;
}
.brands-title p {
padding: 0 10%;
}   .question {
margin-bottom: 30px;
}
.question h5 {
line-height: 1.4;
letter-spacing: 0;
margin-bottom: 10px;
}
.question p {
color: #666;
font-size: 1.05rem;
line-height: 1.6;
}
.more-questions-btn {
margin-top: 40px;
}
.faqs-btn {
margin-top: 30px;
} #cta-1 {
padding-top: 130px;
padding-bottom: 140px;
}
.cta-section.bg-image {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/call-to-action.jpg);
}
.cta-section.bg-purple {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-bg.png);
}  .cta-txt h2.h2-lg {
letter-spacing: -1px;
margin-bottom: 25px;
}
.cta-txt h2.h2-md,
.cta-txt h2.h2-xs {
margin-bottom: 20px;
}
.cta-txt h2.h2-xs span {
font-weight: 700;
}
#cta-1 .cta-txt p {
padding: 0 8%;
}
#cta-2 .cta-txt p {
padding: 0 14%;
}
#cta-1 .cta-btn {
margin-top: 40px;
}
#cta-2 .cta-btn {
margin-top: 30px;
}
#cta-3 .cta-btn {
display: inline-block;
}
#cta-3 .cta-btn p span {
font-weight: 700;
} #single-blog-page {
margin-top: 65px;
}  .blog-post {
margin-bottom: 40px;
}
.posts-holder .blog-post {
margin-bottom: 60px;
}  .blog-post h5 {
line-height: 1.4;
margin-bottom: 15px;
}
#blog-page .blog-post h5 {
line-height: 1.3;
margin-bottom: 10px;
}
#single-post-page.blog-post h5 {
line-height: 1.3;
margin-top: 30px;
margin-bottom: 35px;
}
.related-post .blog-post-txt h5 {
margin-bottom: 10px;
} 
.blog-post-txt p.post-meta {
color: #666;
margin-bottom: 15px;
}
.related-post .blog-post-txt p.post-meta {
margin-bottom: 6px;
} 
.bg-deepdark .blog-post-txt p {
color: #ddd;
}
.post-inner-img p.p-sm {
color: #999;
font-style: italic;
margin-top: 15px;
margin-bottom: 0;
}
.blog-post-txt p.post-meta span,
.sblog-post-txt p.post-meta span {
font-weight: 700;
}
.blog-post-txt a:hover {
text-decoration: underline;
}  #sidebar-right h5.h5-sm {
margin-bottom: 25px;
}  #search-field .form-control {
background-color: #f0f0f0;
padding-left: 20px;
border: none;
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
}
#search-field .btn {
background-color: #f0f0f0;
color: #777;
border: none;
padding: 22px 18px;
margin-top: 0;
-webkit-box-shadow: 0 0 0;
-moz-box-shadow: 0 0 0;
box-shadow: 0 0 0;
-webkit-border-radius: 0px 6px 6px 0;
-moz-border-radius: 0px 6px 6px 0;
border-radius: 0px 6px 6px 0;
}
#search-field .form-control:focus {
border-color: #999;
outline: 0px none;
box-shadow: none;
}  .widget_categories ul > li,
ul.blog-category-list > li {
padding: 10px 0;
border-bottom: 1px dashed #c0c0c0;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;  
}
.widget_categories ul > li:first-child, 
ul.blog-category-list > li:first-child {
padding: 0 0 10px;
}
.widget_categories ul > li:last-child,
ul.blog-category-list > li:last-child {
padding: 10px 0 0;
border-bottom: none;
}
.widget_categories ul > li a,
ul.blog-category-list > li a,
ul.blog-category-list > li span {
color: #555;
}
.widget_categories ul > li a:before{
}
ul.blog-category-list li .svg-inline--fa {
margin-right: 10px;
}
ul.blog-category-list li a:hover {
color: #000;
text-decoration: none;
}  .popular-posts li { 
padding: 14px 0;
border-bottom: 1px dashed #c0c0c0;
}
.popular-posts li:first-child {
padding: 0 0 14px;
}
.popular-posts li:last-child {
padding: 14px 0 0;
border-bottom: 0; 
}
.popular-posts img {
text-align: center;
float: left;
}
.post-summary {
overflow: hidden;
padding-left: 20px;
}  .post-summary a { 
color: #555;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.popular-posts .post-summary a:hover { 
text-decoration: underline;
}
.popular-posts p { 
color: #888;  
font-size: 0.875rem;
margin-top: 6px;
margin-bottom: 0;
}  .badge {
font-size: 0.75rem;
font-weight: 600;
color: #222;
border: none;
background-color: #f0f0f0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
margin-bottom: 8px;
padding: 5px 10px;
margin-right: 2px;
-webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;  
}
.badge a {
color: #666!important;
font-size: 0.75rem;
font-weight: 300;
text-transform: uppercase;
line-height: 1.42857;
}
.badge:hover {
background-color: #2c353f;
border-color: #2c353f;
color: #fff;
}
.badge:hover a {
color: #fff!important;
}  .page-link {
color: #666;
padding: .65rem .95rem;
}
.page-link:hover,
.page-link:focus {
color: #444;
background-color: #eee;
border-color: #dee2e6;
}
.page-item.active .page-link {
z-index: 1;
color: #fff;
background-color: #2c353f;
border-color: #2c353f;
}  .share-social-icons {
display: inline-block; 
padding-left: 0;
}
.share-social-icons li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
padding: 0;
}
a.share-ico {
width: 90px;
height: 35px;
font-size: 18px;
line-height: 35px !important;
text-align: center;
margin-right: 3px;
display: block;
opacity: 0.75;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px;
}
a.share-ico.ico-facebook {background-color: #3b5998; border-color: #3b5998; color: #fff;}
a.share-ico.ico-twitter {background-color: #00a9ed; border-color: #00a9ed; color: #fff;}
a.share-ico.ico-behance {background-color: #00a8e7; border-color: #00a8e7; color: #fff;}
a.share-ico.ico-google-plus {background-color: #cd1111; border-color: #cd1111; color: #fff;}
a.share-ico.ico-linkedin {background-color: #015886; border-color: #015886; color: #fff;}
a.share-ico.ico-dribbble{background-color: #d92d84; border-color: #d92d84; color: #fff;}
a.share-ico.ico-instagram {background-color: #beb3a8; border-color: #beb3a8; color: #fff;}
a.share-ico.ico-pinterest {background-color: #ac281a; border-color: #ac281a; color: #fff;}
a.share-ico.ico-dropbox {background-color: #008ad2; border-color: #008ad2; color: #fff;}
a.share-ico.ico-skype {background-color: #00a9ed; border-color: #00a9ed;color: #fff;}
a.share-ico.ico-youtube {background-color: #cd1b20; border-color: #cd1b20;color: #fff;}
a.share-ico.ico-tumblr {background-color: #3a5976; border-color: #3a5976;color: #fff;}
a.share-ico.ico-vimeo {background-color: #00adee; border-color: #00adee; color: #fff;}
a.share-ico.ico-flickr {background-color: #d2d2d2; border-color: #d2d2d2; color: #fff;}
a.share-ico.ico-github {background-color: #222; border-color: #222; color: #fff;}
a.share-ico.ico-renren {background-color: #364a83; border-color: #364a83; color: #fff;}
a.share-ico.ico-vk {background-color: #3b5998; border-color: #3b5998; color: #fff;}
a.share-ico.ico-xing {background-color: #015f5e; border-color: #015f5e; color: #fff;}
a.share-ico.ico-weibo {background-color: #be4443; border-color: #be4443; color: #fff;}
a.share-ico.ico-rss {background-color: #ff6600; border-color: #ff6600; color: #fff;}
a.share-ico.ico-digg {background-color: #222; border-color: #222; color: #fff;}
a.share-ico.ico-deviantart {background-color: #57675d; border-color: #57675d; color: #fff;}
a.share-ico.ico-envelope {background-color: #999; border-color: #999; color: #fff;}
a.share-ico.ico-delicious {background-color: #0A0A0A; border-color: #0A0A0A; color: #fff;}
a.share-ico:hover {
opacity: 1;
}  .related-post {
margin-top: 70px;
margin-bottom: 60px;
}  .comment-meta {
margin-bottom: 10px;
}
.comment-meta h5 {
line-height: 1.1;
margin-bottom: 0;
}
.comment-date {
color: #888;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 5px;
}
.btn-reply a {
background-color: #888;
color:  #fff;
font-size: 12px;  
font-weight: 400;
padding: 3px 8px; 
text-transform: uppercase;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.btn-reply a:hover {
color:  #fff;
background-color: #2c353f;
}
.comment-reply {
margin-left: 40px;
}
.single-post-comments hr { 
margin-top: 20px; 
margin-bottom: 20px; 
}  #leave-comment h4.h4-lg {
margin-bottom: 5px;
}
.comment-form {
position: relative;
}
.comment-form p {
color: #333;
font-size: 15px;
line-height: 15px;
font-weight: 700;
margin-bottom: 10px;
padding-left: 5px;
display: block;
}
.comment-form .form-control {
background-color: #fff;
border-color: #ccc;
color: #333;
height: 46px;
font-size: 15px;
font-weight: 300;
padding: 15px;
margin-bottom: 20px;
box-shadow: none; 
}
.comment-form .form-control:focus {
border-color: #48af4b;
outline: 0px none;
box-shadow: none;
}
.comment-form textarea { 
min-height: 200px; 
}  .comment-form label.error {
color: #f6412d;
font-size: 0.95rem;
line-height: 1;
margin-bottom: 20px;
}
.comment-form-msg {
position: absolute;
bottom: 10px;
left: 350px;
}
.comment-form-msg .error,
.comment-form-msg .loading {
color: #45afff;
font-size: 1.1rem;
line-height: 1;
font-weight: 600;
}
.comment-form-msg .error {
color: #f6412d;
} .newsletter-section.bg-image {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/newsletter.jpg);
}
.newsletter-section.bg-purple,
.newsletter-section.bg-deeppurple {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-bg.png);
}  #newsletter-1 .es_subscription_form_submit,
#newsletter-1 .es-field-wrap { display: inline; }
#newsletter-1 .form-control {
height: 60px;
font-weight: 300;
background-color: transparent;
border: none;
border-bottom: 2px solid #ccc;
color: #fff;
font-size: 1.35rem;
padding: 0 0.5rem;
margin-right: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;   
-webkit-box-shadow: 0 0;
-moz-box-shadow: 0 0;
box-shadow: 0 0;  
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;  
}  #newsletter-1 .form-control:focus {
border-color: #fff;
outline: 0;
box-shadow: none;
}  .newsletter-section .newsletter-form .form-control::-moz-placeholder { color: #f1f1f1; } 
.white-color .newsletter-form .form-control::-moz-placeholder { color: #f1f1f1; } 
.hero-section .newsletter-form .form-control::-moz-placeholder { color: #ccc; } 
.newsletter-section .newsletter-form .form-control:-ms-input-placeholder { color: #f1f1f1; }
.white-color .newsletter-form .form-control:-ms-input-placeholder { color: #f1f1f1; }
.newsletter-section .newsletter-form .form-control::-webkit-input-placeholder { color: #f1f1f1; }
.white-color .newsletter-form .form-control::-webkit-input-placeholder { color: #f1f1f1; }  #newsletter-1 .newsletter-form .btn {
height: 60px;
background-color: transparent;
border: none;
border-bottom: 2px solid #ccc;
font-size: 1.25rem;
padding: 0 1rem;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-o-border-radius: 0;
border-radius: 0; 
-webkit-box-shadow: 0 0;
-moz-box-shadow: 0 0;
box-shadow: 0 0;
margin-bottom: 5px;
margin-left: -5px;
}  .newsletter-section .form-notification {
font-size: 1rem;
font-weight: 500;
line-height: 1;
margin: 20px auto 0;
} #booking {
background: url(//ishigoto.jp/wp-content/themes/pergo/images/tra-bg1.png);
}
#booking-form {
margin: 0 25px;
}  #booking-form .form-control {
height: 54px;
background-color: #fff;
margin-bottom: 10px;
border: 1px solid #ccc;
color: #333;
font-size: 1rem;
padding: 5px 15px;
margin-bottom: 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}  #booking-form .form-control::-moz-placeholder { color: #aaa; } 
#booking-form .form-control:-ms-input-placeholder { color: #aaa; }
#booking-form .form-control::-webkit-input-placeholder { color: #aaa; }  #booking-form .form-control:focus {
border-color: #64b671;
outline: 0;
box-shadow: none;
}  #booking-form .btn {
width: 100%;
height: 54px;
font-size: 1.1rem;
font-weight: 600;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; 
}  .booking-form-msg {
margin-top: 20px;
}
.booking-form-msg .loading {
font-size: 1.1875rem;
line-height: 1;
font-weight: 400;
}
.error {
color: #fe4918;
font-size: 0.875rem;
line-height: 1.3;
font-weight: 300;
} .bg-clouds {
width: 100%;
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/clouds.jpg);
background-position: bottom center; 
background-repeat: no-repeat;  
background-size: cover; 
padding-top: 80px;
}  
#contacts-1.bg-clouds { padding-bottom: 240px; }
#contacts-2.bg-clouds { padding-bottom: 170px; }
#contacts-3.bg-clouds { padding-bottom: 120px; }
.contacts-section .form-holder {
position: relative;
}
#contacts-map {
margin-top: 70px;
}  #contacts-1 .contact-box {
text-align: center;
margin-bottom: 30px;
}
#contacts-2 .contact-box {
margin-bottom: 10px;
}
#contacts-3 .contact-box {
margin-bottom: 40px;
}  .contact-box .svg-inline--fa {
font-size: 3.5rem;
}
.contacts-section h4.h4-xs {
margin-bottom: 15px;
}
.contacts-section h3.h3-lg {
margin-bottom: 25px;
}
.contact-box h5 {
margin-top: 20px;
margin-bottom: 12px;
}
.contacts-2 .contact-box h5,
.contacts-3 .contact-box h5 {
margin-top: 0;
margin-bottom: 10px;
}
p.support-number-txt {
margin-top: 45px;
margin-bottom: 5px;
}
span.support-number {
font-size: 2rem;
font-family: 'Montserrat', sans-serif;
line-height: 1;
font-weight: 700;
letter-spacing: 1px;
display: block;
}
.contact-box p {
font-size: 1.05rem;
font-weight: 400;
margin-bottom: 0;
}
.bg-dark.contacts-section p,
.bg-deepdark.contacts-section p,
.bg-dark .contact-box a:hover,
.bg-deepdark .contact-box a:hover {
color: #ccc;
}
.contact-box a {
text-decoration: underline;
}
.bg-dark .contact-box a,
.bg-deepdark .contact-box a {
color: #fff;
}
.contact-box a:hover {
color: #000;
}  .contact-form .form-control {
height: 52px;
background-color: #fff;
border: 1px solid #ccc;
color: #333;
font-size: 1rem;
font-weight: 300;
padding: 0 20px;
margin-bottom: 22px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.bg-dark .contact-form .form-control {
background-color: rgba(220, 220, 220, .2);
color: #fff;
border-color: rgba(220, 220, 220, .2);
}
.bg-deepdark .contact-form .form-control {
background-color: rgba(50, 50, 50, .7);
color: #fff;
border-color: rgba(50, 50, 50, .7);
}
.bg-clouds .contact-form .form-control,
.bg-lightgrey .contact-form .form-control {
background-color: #fcfcfc;
border-color: #ccc;
}  .contact-form textarea { min-height: 200px; }
.contact-form textarea.form-control { 
padding: 20px;
}  .contact-form .form-control::-moz-placeholder { color: #555; } 
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }
.bg-dark .contact-form .form-control::-moz-placeholder { color: #ccc; } 
.bg-dark .contact-form .form-control:-ms-input-placeholder { color: #ccc; }
.bg-dark .contact-form .form-control::-webkit-input-placeholder { color: #ccc; }
.bg-deepdark .contact-form .form-control::-moz-placeholder { color: #999; } 
.bg-deepdark .contact-form .form-control:-ms-input-placeholder { color: #999; }
.bg-deepdark .contact-form .form-control::-webkit-input-placeholder { color: #999; }  .contact-form .form-control:focus,
.bg-lightgrey .contact-form .form-control:focus {
outline: 0px none;
box-shadow: none;
border-color: #ff3366;
}
.bg-dark .contact-form .form-control:focus {
background-color: rgba(255, 255, 255, .05);
border-color: #fff;
}
.bg-deepdark .contact-form .form-control:focus {
background-color: #1d1d1d;
border-color: #ccc;
}  .contact-form label.error {
color: #f6412d;
font-size: 0.95rem;
line-height: 1;
margin-bottom: 27px;
}
#contacts-2 .contact-form label.error {
margin-left: 5px;
margin-bottom: 30px;
}
.contact-form-msg {
margin-top: 30px;
margin-left: 12px;
}
.hero-form .contact-form-msg {
display: inline-block;
margin: 20px auto 0;
}
.contact-form-msg .error,
.contact-form-msg .loading {
color: #45afff;
font-size: 1.1rem;
line-height: 1;
font-weight: 600;
}
.contact-form-msg .error {
color: #f6412d;
}  #gmap {
width: 100%;
height: 400px;
}
#contacts-2 #gmap {
height: 375px;
}
#contacts-map #gmap {
width: 100%;
height: 480px;
} .footer {
padding-top: 80px;
}
.footer.bg-dark {
padding-top: 100px;
}  .footer h4, .footer h5 {
margin-bottom: 25px;
}
.footer p.p-lg {
font-weight: 600;
margin-bottom: 3px;
}
.footer p.p-lg a {
text-decoration: underline;
}
.footer-copyright p {
margin-bottom: 0;
}
.footer-copyright p span {
font-weight: 700;
}
.bg-dark .footer-form p,
.bg-deepdark .footer-form p,
.bg-dark .footer-info p,
.bg-deepdark .footer-info p,
.bg-dark .footer-copyright p,
.bg-deepdark .footer-copyright p,
.bg-dark .footer-copyright p,
.bg-deepdark .footer-links li a {
color: #ccc;
}
.bg-dark .footer-copyright p span,
.bg-deepdark .footer-copyright p span {
color: #fff;
}  .footer-links li {
width: auto !important;
display: block !important;
vertical-align: top;
clear: none !important;
margin: 0 0 10px 0;
padding: 0;
}
.footer-links li a {
font-size: 1rem;
}
.footer-links li a:hover {
color: #000;
text-decoration: underline;
}
.bg-dark .footer-links li a:hover,
.bg-deepdark .footer-links li a:hover {
color: #fff;
}  .foo-links {
display: inline-block; 
padding-left: 0;
margin: 20px auto 0;
}
.foo-links li {
width: auto !important;
display: inline-block !important;
vertical-align: top;
clear: none !important;
margin: 0 0 8px 0;
padding: 0;
}
.foo-links a {
width: 40px;
height: 40px;
color: #888;
border: 2px solid rgba(240, 240, 240, .05);
background-color: rgba(200, 200, 200, .45);
font-size: 1.1rem;
line-height: 36px !important;
margin-right: 4px;
display: block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.bg-dark .foo-links a {
color: #ccc;
background-color: rgba(220, 220, 220, .2);
border: 1px solid transparent;
}
.bg-deepdark .foo-links a {
color: #999;
background-color: rgba(50, 50, 50, .7);
border: 1px solid rgba(50, 50, 50, .7);
}
.foo-links a:hover {
color: #fff;
}
.foo-links a.ico-facebook:hover { background-color: #3b5998; border-color: #3b5998; }
.foo-links a.ico-twitter:hover { background-color: #00a9ed; border-color: #00a9ed; }
.foo-links a.ico-instagram:hover { background-color: #e44772; border-color: #e44772; }
.foo-links a.ico-dribbble:hover { background-color: #d92d84; border-color: #d92d84; }
.foo-links a.ico-behance:hover { background-color: #2473f6; border-color: #2473f6; }
.foo-links a.ico-pinterest:hover { background-color: #ac281a; border-color: #ac281a; }
.foo-links a.ico-linkedin:hover { background-color: #015886; border-color: #015886; }
.foo-links a.ico-google-plus:hover { background-color: #cd1111; border-color: #cd1111; }
.foo-links a.ico-youtube:hover { background-color: #cd1b20; border-color: #cd1b20; }
.foo-links a.ico-tumblr:hover { background-color: #3a5976; border-color: #3a5976; }
.foo-links a.ico-vk:hover { background-color: #3b5998; border-color: #3b5998; }  .footer-form .form-control {
-webkit-border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
border-radius: 6px 0 0 6px;
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}
.bg-lightgrey .footer-form .form-control {
background-color: #f7f7f7;
border: 2px solid #bbb;
border-right: none;
}
.bg-dark .footer-form .form-control {
background-color: rgba(220, 220, 220, .2);
color: #fff;
border: 2px solid rgba(220, 220, 220, .2);
border-right: none;
}
.bg-deepdark .footer-form .form-control {
background-color: rgba(50, 50, 50, .7);
color: #fff;
border: 2px solid rgba(50, 50, 50, .7);
border-right: none;
}  .footer-form .form-control:focus {
border: 1px solid #888;
border-right: none;
outline: 0;
box-shadow: none;
}
.bg-lightgrey .footer-form .form-control:focus {
background-color: #fff;
border: 2px solid #999;
border-right: none;
}
.bg-dark .footer-form .form-control:focus {
background-color: transparent;
border: 2px solid #ccc;
border-right: none;
}
.bg-deepdark .footer-form .form-control:focus {
background-color: #1d1d1d;
border: 2px solid #ccc;
border-right: none;
}  .bg-dark .footer-form .form-control::-moz-placeholder { color: #ccc; } 
.bg-dark .footer-form .form-control:-ms-input-placeholder { color: #ccc; }
.bg-dark .footer-form .form-control::-webkit-input-placeholder { color: #ccc; }
.bg-deepdark .footer-form .form-control::-moz-placeholder { color: #999; } 
.bg-deepdark .footer-form .form-control:-ms-input-placeholder { color: #999; }
.bg-deepdark .footer-form .form-control::-webkit-input-placeholder { color: #999; }  .footer-form .btn {
padding: 0.7rem 1.45rem;
-webkit-border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
border-radius: 0 6px 6px 0;
}
.footer-form .svg-inline--fa {
font-size: 1.35rem;
line-height: 1!important; 
}  .footer-form .form-notification {
font-size: 1rem;
font-weight: 400;
line-height: 1;
margin-top: 15px;
margin-left: 5px;
}  .bottom-footer {
padding-top: 30px;
padding-bottom: 50px;
}
.bg-dark .bottom-footer {
padding-bottom: 70px;
} .bottom-form {
background-color: #fff;
min-width: 260px;
max-width: 260px;
-webkit-border-radius: 8px 8px 0 0;
-moz-border-radius: 8px 8px 0 0;
border-radius: 8px 8px 0 0;
box-shadow: 0 1px 15px 0 rgba(0,0,0,.33);
position: fixed;
right: 6em;
bottom: 0;
z-index: 99999;
border: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 0px none;
}  .bottom-form-header {
padding: 14px 20px;
min-height: 45px;
-webkit-border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
cursor: pointer;
border: none;
text-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 0px none;
}
.bottom-form-header .svg-inline--fa {
text-align: center;
color: #fff;
font-size: 23px;
line-height: 1;
display: inline-block;
float: left;
margin-top: 1px;
margin-right: 8px;
}
.bottom-form-header p {
color: #fff;
font-size: 0.95rem;
line-height: 23px!important;
display: inline-block;
margin-bottom: 0;
}  .bottom-form-holder {
padding-bottom: 30px;
border: 1px solid #eee;
border-top: none;
}
.bottom-form-control {
width: 100%;
border: none;
border-bottom: 1px solid #eee;
font-size: 0.9rem;
line-height: 1;
padding: 18px;
}
.quick-contact-form textarea { 
min-height: 60px; 
border-bottom: none; 
}
.quick-contact-form .btn {
font-size: 0.9rem;
padding: 0.6rem 1.75rem;
margin-right: 30px;
}  .quick-contact-form label.error {
color: #f6412d;
font-size: 0.95rem;
line-height: 1;
margin-bottom: 20px;
margin-left: 35px;
}
.quick-contact-form .contact-form-msg {
position: absolute;
bottom: 80px;
left: 20px;
}
.quick-contact-form .contact-form-msg .error,
.quick-contact-form .contact-form-msg .loading {
color: #45afff;
font-size: 0.9rem;
line-height: 1;
font-weight: 300;
}
.quick-contact-form .contact-form-msg .error {
color: #f6412d;
} .page-hero-section {
padding-top: 200px;
padding-bottom: 140px;
}
#about-hero {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/about-hero.jpg);
}
#services-hero {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/services-hero.jpg);
}
#team-hero {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/team-hero.jpg);
}
#pricing-hero {
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/pricing-hero.jpg);
}  .page-hero-section h2 {
font-size: 4.5rem;
letter-spacing: -0.5px;
}
.page-hero-section p {
font-weight: 400;
padding: 0 12%;
margin-top: 15px;
margin-bottom: 0;
} #scrollUp {
display: none;
width: 50px;
height: 50px;
position: fixed;
bottom: 20px;
right: 20px;
background-image: url(//ishigoto.jp/wp-content/themes/pergo/images/back-to-top.png);
background-repeat: no-repeat;
background-position: 50% 48%;
background-color: rgba(35, 35, 35, 0.5);
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
-webkit-transition: all 250ms linear;
-moz-transition: all 250ms linear;
transition: all 250ms linear; 
}
#scrollUp:hover {
background-color: #666;
}
nav a#pull {  
display: none;  
} 
.navbar-expand-lg .navbar-collapse{
flex-basis: 100%;
} 
.btn-arrow:hover span, .btn-arrow:focus span{ color: inherit; }
.wpcf7-form-control.wpcf7-not-valid {
border-color: red !important;
}
.wpcf7 .wpcf7-not-valid-tip {
display: none !important;
}