h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	/* letter-spacing: .02em; */
	line-height: 1;
	text-transform: capitalize;
}

a:active,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

.mobile-view {
    display: none !important;
}

.mobile-hidden {
    display: block !important;
}

h2 {
	font-size: 40px;
}

p {
	font-size: 16px;
	letter-spacing: .01em;
	margin: 0;
}

ul,li,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ssp-container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* section 1 */

.ssp-section1 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.ssp-section1 .ssp-container {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ssp-section1 h2 {
    /* letter-spacing: .22em; */
    line-height: 1.15;
    margin-bottom: 50px;
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.03);
}

.ssp-section1 h2 span {
    display: block;
}

.ssp-section1 p {
    font-size: 18px;
    letter-spacing: .22em;
}

.ssp-section1 picture {
    text-align: center;
}

/* section 1 end */

/* SECTION 2 */

.ssp-section2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff5c41), color-stop(52.5%, #ff5c41), color-stop(52.5%, #ffffff), to(#ffffff));
	background: linear-gradient(#ff5c41, #ff5c41 52.5%, #ffffff 52.5%, #ffffff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

.ssp-section2 .ssp-container {
    width: 94%;
    max-width: 1450px;
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.29);
}

.ssp-section2-fig {
    width: 37.24%;
    text-align: center;
    padding: 15px 35px 0;
}

.ssp-section2-fig img {
    display: block;
    margin: 0 auto;
}

.ssp-section2-content-block {
	width: 62.76%;
    padding-left: 50px;
}

.ssp-section2 h2 {
	font-size: 32px;
	line-height: 1.15;
	color: #fff;
	/* letter-spacing: .2em; */
	margin: 20px 0 50px;
}

.ssp-section2 h2 span {
	display: block;
}

.ssp-section2 h4 {
	font-size: 16px !important;
	font-family: 'sofia_prolight';
	color: #fff;
    letter-spacing: .05em;
}

.ssp-section2-content-article {
	margin-top: 130px;
}

.ssp-section2-content-article p {
    max-width: 460px;
    line-height: 1.6;
	color: #000;
	margin-bottom: 40px;
}

.ssp-section2-anchor-block span {
	font-size: 13px;
	line-height: 20px;
	color: #ff5c41;
	text-transform: uppercase;
	padding-right: 12px;
	display: inline-block;
    letter-spacing: .018em;
}

.ssp-section2-anchor-block span + span {
	padding-left: 12px;
	border-left: 1px solid rgba(0,0,0,.2);
}

/* SECTION 2 END */

/* SECTION 3 */

.ssp-section3 {
	text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ssp-section3 .ssp-container {
	width: 94%;
	max-width: 1350px;
}

.ssp-section3 h2 {
	color: #000;
	/* letter-spacing: .22em; */
}

.ssp-section3-content-block {
	margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ssp-section3-content {
    position: relative;
	background: #fff;
    width: 30%;
    max-width: 410px;
    padding: 100px 25px 120px;
    -webkit-box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.03);
}

.ssp-section3-content:after {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    background: #000;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.ssp-section3-content figure {
	margin: 0 auto 50px;
}

.ssp-section3-content-text {
	text-align: center;
	width: 100%;
}

.ssp-section3-content-text h4 {
	font-size: 24px;
	/* text-transform: uppercase; */
	margin: 0 0 40px;
}

.ssp-section3-content-text p {
	font-size: 16px;
}

/* SECTION 3 END */

/* SECTION 4 */

.ssp-section4 {
	text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.ssp-section4 h2 {
	font-size: 33px;
	color: #000;
	/* letter-spacing: .22em; */
	margin: 0 0 80px;
}

.ssp-section4 h2 span {
    display: block;
	font-family: 'sofia_prolight';
	font-size: 17px;
    letter-spacing: .05em;
	margin-top: 30px;
}

.ssp-section4-outer-cirle {
    /*width: 772px;*/
    width: 600px;
	margin: 0 auto;
	position: relative;
}

.ssp-section4-fig-block {
    margin: 0 auto;
	-webkit-transition: all 1s ease-in-out .5s;
	transition: all 1s ease-in-out .5s;
	border-radius: 50%;
}

.ssp-section4-outer-cirle-list {
	position: absolute;
	text-align: center;
	-webkit-transition: all 1s ease-in-out 2s;
	transition: all 1s ease-in-out 2s;
}

.ssp-section4-outer-cirle-list figure img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
}

/*.ssp-section4-outer-cirle-list1 {
	left: -145px;
    top: 60px;
}*/

/*.ssp-section4-outer-cirle-list2 {
	right: -60px;
    top: 96px;
}*/

/*.ssp-section4-outer-cirle-list3 {
	left: -150px;
    top: 50%;
    margin-top: -50px;
}*/

/*.ssp-section4-outer-cirle-list4 {
	right: -150px;
    top: 50%;
    margin-top: -50px;
}*/

/*.ssp-section4-outer-cirle-list5 {
	left: -100px;
    bottom: 110px;
}*/

/*.ssp-section4-outer-cirle-list6 {
	right: -100px;
    bottom: 120px;
}*/

.ssp-section4-outer-cirle-list1 {
	left: -155px;
	top: 25px;
}

.ssp-section4-outer-cirle-list2 {
	right: -72px;
	top: 62px;
}

.ssp-section4-outer-cirle-list3 {
	left: -130px;
	top: 50%;
	margin-top: -50px;
}

.ssp-section4-outer-cirle-list4 {
	right: -135px;
	top: 50%;
	margin-top: -50px;
}

.ssp-section4-outer-cirle-list5 {
	left: -70px;
	bottom: 70px;
}

.ssp-section4-outer-cirle-list6 {
	right: -90px;
	bottom: 90px;
}

.ssp-section4-outer-cirle-list figcaption {
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

.ssp-section4-outer-cirle-list figcaption span {
	display: block;
}

/* SECTION 4 END */

/* SECTION 5 */

.ssp-section5 {
    padding-top: 100px;
    padding-bottom: 40px;
}

.ssp-section5 .ssp-container {
    width: 94%;
    max-width: 1400px;
}

.ssp-section5-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssp-section5-fig {
    width: 56.5%;
    position: relative;
}

.ssp-section5-fig:before {
    content: '';
    display: block;
    width: 15px;
    height: 70px;
    background: #000;
    position: absolute;
    left: 0;
    top: -40px;
    left: -8px;
}

.ssp-section5-block1 .ssp-section5-fig:before { background:#fe7048; }
.ssp-section5-block2 .ssp-section5-fig:before { background:#04b210; right: -7px; left: auto;}
.ssp-section5-block3 .ssp-section5-fig:before { background:#043259; }

.ssp-section5-content {
    width: 43.5%;
}

.ssp-section5-content h3 {
    font-size: 26px;
    /* letter-spacing: .22em; */
    line-height: 1.15;
    margin-bottom: 40px;
}

/*.ssp-section5-content h3 span {
    display: block;
}*/

.ssp-section5-slider-item + .ssp-section5-slider-item {
    margin-top: 80px;
}

.ssp-section5-block1 .ssp-section5-content,
.ssp-section5-block3 .ssp-section5-content {
    padding-left: 50px;
    padding-right: 30px;
}

.ssp-section5-block2 .ssp-section5-content {
    padding-right: 30px;
}

/* SECTION 5 END */

/* SECTION 8 */

.ssp-section8 {
	position: relative;
    overflow: hidden;
}

.ssp-section8:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 42px;
    z-index: 1;
}

.ssp-section8 h2 {
	color: #000;
	margin: 15px 0;
	/* letter-spacing: .22em; */
	line-height: 1.15;
}

.ssp-section8 h2 span {
	display: block;
}

.ssp-section8-content-main {
	margin: 160px -15px 40px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
}

.ssp-section8-content-left {
	width: 100%;
	max-width: 535px;
	margin-left: 20px;
}

.ssp-section8-content-right figure {
	width: 290px;
	height: 587px;
	background: url(../images/ssp/ssp-section8-mobile.png) no-repeat center top;
	background-size: cover;
}

.ssp-section8-content-main li {
	padding-left: 30px;
	font-size: 15px;
	color: #000;
	margin: 18px 0;
	background: url(../images/ssp/ssp-section8-top-list-icon.png) no-repeat left 8px;
}

.ssp-section8-bottom {
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.ssp-section8-bottom-right {
	position: relative;
	overflow: hidden;
    padding-top: 18px;
}

.ssp-section8-bottom h4 {
    float: right;
	font-size: 23px;
	letter-spacing: .02em;
	color: #000;
    padding-left: 15px;
    padding-right: 15px;
	margin: 0;
    background: #fff;
    position: relative;
    z-index: 5;
}

.ssp-section8-bottom ul {
	float: left;
    background: #fff;
    position: relative;
    z-index: 5;
}

.ssp-section8-bottom li {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin: 0 15px;
	text-align: center;
}

.ssp-section8-bottom figcaption {
	margin-top: 12px;
}

.ssp-section8-bottom figcaption span {
	display: block;
}

/* SECTION 8 END */

/* SECTION 9 */

.intro-head-common {
	height: 30%;
	padding-top: 25px;
	padding-bottom: 35px;
	background: #fff;
	text-align: center;
}

.intro-head-common h3 {
	font-size: 30px;
	line-height: 1.1;
	color: #000;
	margin: 0 auto;
	padding: 25px 15px;
	/* letter-spacing: .22em; */
}

.intro-head-common h3 span {
	display: block;
}

.intro-head-common p {
    width: 100%;
    max-width: 1070px;
    font-size: 16px;
	color: #000;
    text-transform: uppercase;
    letter-spacing: .05em;
	margin: 15px auto 0;
	text-align: center;
	padding-right: 5px;
}

.ssp-section9-content-block {
    position: relative;
    width: 94%;
    max-width: 1350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ssp-section9-content-block:before {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background: rgba(0,0,0,.1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ssp-section9-content {
    position: relative;
    width: 50%;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 140px;
    padding-top: 50px;
    overflow: hidden;
}

.ssp-section9-content:nth-child(3):before,
.ssp-section9-content:nth-child(4):before {
    content: '';
    display: block;
    height: 1px;
    width: 80%;
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0;
}

.ssp-section9-content:nth-child(3):before {
    right: 0;
}

.ssp-section9-content:nth-child(4):before {
    left: 0;
}


.ssp-section9-content h2 {
    font-size: 24px !important;
    margin: 35px 0;
}

.ssp-section9-content p {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.view-graph {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    background: #000;
    color: #fff;
    padding: 6px 22px 8px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* border-radius: 30px; */
}

.view-graph:focus,
.view-graph:hover,
.view-graph:active {
    color: #fff;
}

/* SECTION 9 END */

/* SECTIION 12 */

.ssp-section12 {
    padding-top: 100px;
    padding-bottom: 130px;
}

.ssp-section12-header {
    text-align: center;
    margin-bottom: 100px;
}

.ssp-section12-header h2 {
    font-size: 36px;
    /* letter-spacing: .22em; */
    margin-bottom: 60px;
}

.ssp-section12-header p {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: .05em;
}

.ssp-section12-slider-block {
    padding-left: 60px;
    padding-right: 60px;
}

.ssp-section12-slider-block h3 {
    font-size: 22px;
    text-transform: capitalize;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.ssp-section12-slider-block h3:before {
    content: '';
    display: block;
    height: 60%;
    width: 2px;
    background: rgba(0,0,0,.3);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ssp-section12-slider-block p {
    padding-left: 20px;
}

.ssp-section12-slider-block h3 span {
    display: block;
}

.ssp-section12-slider-header {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssp-section12-slider-block > .slick-arrow {
	width: 27px;
	height: 51px;
	border: none;
	padding: 0;
	margin: 0;
	background-size: cover;
	position: absolute;
	top: 120px;
	text-indent: -99999em;
	outline: none;
    z-index: 10;
}

.ssp-section12-slider-block > .slick-prev {
	left: 0px;
	background: url(../images/ssp/ssp-slider-icon1-left.png) no-repeat center;
    background-size: 18px auto;
}

.ssp-section12-slider-block > .slick-next {
	background: url(../images/ssp/ssp-slider-icon1-right.png) no-repeat center;
	right: 0px;
    background-size: 18px auto;
}

/* SECTION 12 END */

/* SECTION 13 */

.ssp-section13 {

}

.ssp-section13 h2 {
    /* letter-spacing: .22em; */
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 40px;
}

.ssp-section13 .ssp-container {
    width: 94%;
    max-width: 1450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ssp-section13-fig {
    width: 43.1%;
    max-width: 625px;
    position: relative;
}

.ssp-section13-fig:before {
	content: '';
	display: block;
	width: 15px;
	height: 70px;
	background: #fe7048;
	position: absolute;
	left: 0;
	top: -40px;
	left: -8px;
}

.ssp-section13-content {
    max-width: 750px;
    width: 51.72%;
}

.ssp-section13-content li {
    font-size: 15px;
    line-height: 1.3;
    position: relative;
    padding-left: 25px;
    letter-spacing: .05em;
}

.ssp-section13-content li + li {
    margin-top: 28px;
}

.ssp-section13-content li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

/* SECTION 13 END */

/* SECTION 14 */

.ssp-section14 {
    padding-left: 0;
    padding-right: 0;
}

.ssp-section14 h2 {
    font-size: 38px;
    /* letter-spacing: .22em; */
}

.ssp-section14 h2 span {
    display: block;
}

.ssp-section14 h3 {
    font-size: 16px !important;
    font-family: 'sofia_prolight';
    text-transform: uppercase;
    color: #000;
    margin: 0 0 30px;
    letter-spacing: .15em;
}

.ssp-section14 p {
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: .05em;
    margin-bottom: 15px;
    text-align: justify;
}

.ssp-section14-header {
    position: relative;
    margin-bottom: 60px;
}

.ssp-section14-top {
    padding: 100px 0;
}

.ssp-section14-top .ssp-section14-header figure {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section14-content-item + .section14-content-item {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.ssp-section14-bottom {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 100px;
    padding-bottom: 50px;
}

.ssp-section14-bottom figure {
    margin-bottom: 30px;
}


/* SECTION 14 END */

.ssp-section10,
.ssp-section11 {
	padding-left: 0;
	padding-right: 0;
}
.slider-single {
	-webkit-transition: all .18s ease;
	transition: all .18s ease;
	position: relative;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	outline: none;
}

.slider-single figcaption {
	position: absolute;
	left: 0;
	width: 100%; /* scaling size is 1.25) */
	opacity: 0;
	z-index: 1;
}
.slider-single figcaption p {
    font-family: 'sofia_problack';
	font-size: 22px;
	line-height: 1;
	color: #fff;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 130%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.slider-single .slider-single-button {
	border: none;
	padding: 0;
	margin: 0;
	background: #111;
	display: block;
	height: 50px;
	width: 100%;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}
.ssp-more-btn {
	/*padding: 25px;*/
	background: #000;
}
.slider-single:hover figure img{
	opacity: .8
}
.slider-single figure {
	position: relative;
	background: #232323;
}
.slider-single figure img {
	opacity: .3;
	-webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.slider-single:hover {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding-top: 0;
	padding-bottom:100px;
	z-index: 10;
}
.slider-single:hover figcaption {
	opacity: 1;
}
.slider-single:hover figcaption p {
	/*bottom: 160%;*/
	bottom: 95%;
}

.slider-single-caption {
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 0 10px;
	margin-top: 18px;
	position: relative;
	-webkit-transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
	transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
	transition: transform .3s ease-in, opacity .2s ease-in;
	transition: transform .3s ease-in, opacity .2s ease-in, -webkit-transform .3s ease-in;
}
.slider-single:hover .slider-single-caption {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}
.ssp-section10-slider-content .slick-arrow,
.ssp-section11-slider-content .slick-arrow {
	height: 415px; /* Height of slider single */;
	width: 34px;
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	/*background-color: rgba(206,12,52,.75);*/
    background-color: rgba(0,0,0,.5);
	text-indent: -99999em;
	position: absolute;
	top: 50px;
	z-index: 10;
}
.ssp-section10-slider-content .slick-prev,
.ssp-section11-slider-content .slick-prev {
	background-image: url(../images/ssp/ssp-slider-icon2-left.png);
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}
.ssp-section10-slider-content .slick-next,
.ssp-section11-slider-content .slick-next {
	background-image: url(../images/ssp/ssp-slider-icon2-right.png);
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
}

.boltt-graph-popup{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.animate {
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideInTop {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInTop {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInTop {
	-webkit-animation-name: slideInTop;
	animation-name: slideInTop;
}


@-webkit-keyframes slideOutBottom {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}


@keyframes slideOutBottom {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutBottom {
	-webkit-animation-name: slideOutBottom;
	animation-name: slideOutBottom;
}



.boltt-graph-popup.animate{
	opacity: 1;
	visibility: visible;
}

.boltt-graph-popup figure {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: white;
	/*border: solid 2px black;*/
}
.boltt-graph-popup img{
	max-width: none;
	max-height: 100%;
	width: auto;
	max-width: 100%;
}
.graph-popup-close{
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 2px 15px 0;
	line-height: 24px;
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.graph-popup-close:hover {
	color: #fff;
}

/* General styles for the modal */

/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
/*
.md-perspective,
.md-perspective body {
height: 100%;
overflow: hidden;
}

.md-perspective body  {
background: #222;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective: 600px;
}
*/
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 800px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	display:none;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display:none;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,.95);
}
/* Content styles */
.md-content {
	color: #fff;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
}

.md-effect-13 figure button {
	border: none;
	font-size: 14px;
	color: #fff;
	background: #000;
	line-height: 24px;
	letter-spacing: .02em;
	padding: 0 15px;
	position: absolute;
	right: 20px;
	top: 20px;
}

/*SUpport form css*/

.contact-btn {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

/*********************
    MEDIA QUERIES
****************************/

@media only screen and (max-width:1400px) {

	.section {
		min-height: 650px;
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.ssp-section8-bottom:before {
		width: 8%;
	}

	.ssp-section8-bottom:after {
		width: 8%;
	}

	.ssp-section8-content-main {
		margin-left: 0;
		margin-right: 0;
	}

}
/* 1400 End */

@media only screen and (max-width:1280px) {

	.ssp-section8-bottom-right:before,
	.ssp-section8-bottom:before,
	.ssp-section8-bottom:after {
		display: none;
	}

}
/* 1280 End */

@media only screen and (max-width:1200px) {
    
    h2 {
        font-size: 36px;
    }

	.ssp-container {
		width: 94%;
	}
    
    .ssp-section3 h2,
    .ssp-section4 h2,
    .ssp-section8 h2,
    .ssp-section1 h2,
    .intro-head-common h3,
    .ssp-section12-header h2,
    .ssp-section13 h2,
    .ssp-section14 h2 {
        /* letter-spacing: .18em; */
    }
    
    .ssp-section1 .ssp-container {
        width: 94%;
    }
    
    .ssp-section1 h2 {
        margin-bottom: 40px;
    }
    
    .ssp-section2 h2 {
        /* letter-spacing: .15em; */
    }

	.ssp-section3-content-text p br {
		display: none;
	}
    
    .ssp-section4 h2 {
        font-size: 32px;
    }

	.ssp-section8 .container {
		width: 94%;
	}

	.ssp-section8-bottom {
		width: 100%;
		margin: 0 auto;
	}

	.ssp-section8-content-main {
		margin: 30px 0;
	}

	.ssp-section8-content-right {
		margin-right: 20px;
	}

	.ssp-section8-bottom-right {
		padding-right: 0;
	}

	.ssp-section8-content-right figure {
		width: 250px;
		height: 506px;
	}

	.ssp-section8-bottom h4 {
		width: 250px; /* width of the figure */
		margin-right: 20px; /* margin applied to the figure */
		text-align: center;
		float: right;
	}

}
/* 1200 End */

@media only screen and (max-width:1024px) {
    
    h2 {
        font-size: 32px;
    }
    
    .ssp-section3 h2, 
    .ssp-section4 h2, 
    .ssp-section8 h2, 
    .ssp-section1 h2, 
    .intro-head-common h3, 
    .ssp-section12-header h2, 
    .ssp-section13 h2, 
    .ssp-section14 h2 {
        /* letter-spacing: .15em; */
    }
    
    .ssp-section1 h2 {
        margin-bottom: 30px;
    }
    
    .ssp-section1 p {
        letter-spacing: .18em;
        font-size: 17px;
    }
    
    .ssp-section2 h2 {
        font-size: 30px;
        /* letter-spacing: .1em; */
    }
    
    .ssp-section2 h4 {
        font-size: 16px;
        letter-spacing: .15em;
    }
    
    .ssp-section2-content-block {
        padding-left: 30px;
    }
    
    .ssp-section3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .ssp-section3-content-block {
        margin-top: 50px;
    }
    
    .ssp-section3-content {
        width: 32%;
        padding: 70px 15px 90px;
    }
    
    .ssp-section3-content:after {
        bottom: 55px;
    }
    
    .ssp-section3-content-text h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .ssp-section3-content-text p {
        font-size: 15px;
    }
    
    .ssp-section4 h2 {
        font-size: 28px;
    }
    
    .ssp-section4 h2 span {
        font-size: 17px;
        letter-spacing: .18em;
    }
    
    .ssp-section4-outer-cirle {
        width: 460px;
    }
    
    .ssp-section4-outer-cirle-list1 {
        left: -175px;
        top: 0px;
    }
    
    .ssp-section4-outer-cirle-list2 {
        right: -85px;
        top: 32px;
    }
    
    .ssp-section4-outer-cirle-list5 {
        left: -75px;
        bottom: 50px;
    }
    
    .ssp-section4-outer-cirle-list6 {
        right: -100px;
        bottom: 70px;
    }
    
    .ssp-section5-content h3 {
        font-size: 24px;
        /* letter-spacing: .15em; */
        line-height: 1.2;
        margin-bottom: 30px;
    }
    
    .ssp-section8-bottom h4 {
        font-size: 21px;
    }
    
    .intro-head-common h3 {
        font-size: 28px;
    }
    
    .intro-head-common p {
        letter-spacing: .15em;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ssp-section9-content h2 {
        font-size: 22px;
        margin: 28px 0;
    }
    
    .ssp-section12-header h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .ssp-section12-header p br {
        display: none;
    }
    
    .ssp-section13 h2 {
        font-size: 32px;
        margin-bottom: 35px;
    }
    
    .ssp-section13-content li + li {
        margin-top: 25px;
    }
    
    .ssp-section14-top {
        padding: 70px 0 50px;
    }
    
    .ssp-section14-header {
        margin-bottom: 40px;
    }
    
    .ssp-section14 h2 {
        font-size: 32px;
    }
    
    .section14-content-item + .section14-content-item {
        margin-top: 40px;
        padding-top: 40px;
    }
    
    .ssp-section14-bottom {
        padding-top: 50px;
    }
    
    .slider-single:hover {
        padding-top: 50px;
    }
    
    .slider-single figcaption {
        opacity: 1;
        text-align: center;
    }
    
    .slider-single-caption {
        display: none;
    }
}
/* 1024 End */

@media only screen and (min-width:768px) and (max-width:1000px) {
    
    .ssp-section12 {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
}
/* between 768 and 1000px */

@media only screen and (max-width:767px) {
	.ssp-section11, .ssp-section10 {
    padding:  0;
}
	.ssp-section12 {
		padding: 30px 0;
	}
    .ssp-container {
        width: 100%;
    }

	h2 {
		font-size: 28px;
	}

	p {
		font-size: 16px;
	}

    .mobile-view {
        display: block !important;
    }

    .mobile-hidden {
        display: none !important;
    }

    .ssp-section1 {
        padding: 90px 15px 0;
    }

    .ssp-section1 .ssp-container {
        position: static;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .ssp-section1 h2 {
        margin-bottom: 30px;
    }

    .ssp-section1 p {
        font-size: 15px;
        /* letter-spacing: .15em; */
        text-transform: capitalize;
    }

    .ssp-section2 {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff5c41), color-stop(35%, #ff5c41), color-stop(35%, #ffffff), to(#ffffff));
        background: linear-gradient(#ff5c41, #ff5c41 35%, #ffffff 35%, #ffffff 100%);
        padding-bottom: 20px;
    }

    .ssp-section2 .ssp-container {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .ssp-section2-fig {
        padding: 0;
        width: 80%;
        margin: 0 auto;
    }

    .ssp-section2-content-block {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .ssp-section2 h2 {
        color: #000;
        font-size: 22px;
        /* letter-spacing: .15em; */
        line-height: 1.3;
        margin-bottom: 30px;
    }

    .ssp-section2 h2 span {
        display: inline;
    }

    .ssp-section2 h4 {
        font-size: 12px;
        color: #000;
        letter-spacing: .15em;
    }

    .ssp-section2-content-article {
        margin-top: 40px;
    }

    .ssp-section2-anchor-block span {
        font-size: 14px;
        line-height: 20px;
    }

    .ssp-section3 {
        /* background: #f4f4f4; */
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ssp-section3 .ssp-container {
        width: 100%;
    }

    .ssp-section3 h2 {
        font-size: 26px;
        /* letter-spacing: .15em; */
        margin-bottom: 45px;
    }

    .ssp-section3-content-block {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .ssp-section3-content {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        padding-top: 0;
        padding-bottom: 115px;
        margin: 0 auto;
    }

    .ssp-section3-content:after {
        display: block;
        width: 1px;
        height: 100px; /* padding value of the container - 15px */
        left: 50%;
        bottom: 15px;
        border-left: 1px dashed rgba(0,0,0,.23);
        background: transparent;
        -webkit-transform: none;
        transform: none;
    }

    .ssp-section3-content:last-child {
        padding-bottom: 0px;
    }

    .ssp-section3-content:last-child:after {
        display: none;
    }

    .ssp-section3-content figure {
        width: 85px;
        height: 85px;
        border: 1px solid #000;
        border-radius: 50%;
        padding: 12px;
        margin-bottom: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ssp-section3-content-text h4 {
        font-size: 22px;
        letter-spacing: .02em;
        max-width: 145px;
        text-align: center;
        margin: 0 auto 15px;
    }

    .ssp-section3-content-text p {
        display: none;
    }

    .ssp-section4 h2 {
        font-size: 24px;
        /* letter-spacing: .15em; */
        line-height: 1.2;
        margin-bottom: 50px;
    }

    .ssp-section4 h2 span {
        font-size: 15px;
        letter-spacing: .15em;
        line-height: 1.4;
    }

    .ssp-section4-outer-cirle {
        width: 100%;
    }

    .ssp-section4-outer-cirle-list {
        display: none;
    }

    .ssp-section5 {
        padding: 0 0 20px;
    }

    .ssp-section5 .ssp-container {
        width: 100%;
    }

    .ssp-section5-block1 .ssp-section5-content,
    .ssp-section5-block2 .ssp-section5-content,
    .ssp-section5-block3 .ssp-section5-content {
        padding-left: 25px;
        padding-right: 25px;
        padding: 25px;
    }

    .ssp-section5-block2 .ssp-section5-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        z-index: 2;
    }

    .ssp-section5-fig {
        width: 100%;
    }

    .ssp-section5-fig:before {
        display: none;
    }

    .ssp-section5-content {
        min-height: 180px;
        width: 94%;
        max-width: 480px;
        background: #fff;
        margin: 0 auto;
        text-align: center;
        -webkit-box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.1);
        position: relative;
        top: -50px;
    }

    .ssp-section5-slider-item + .ssp-section5-slider-item {
        margin-top: 0;
    }

    #ssp-section5-slider .slick-dots {
        position: absolute;
        left: 50%;
        bottom: 70px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #ssp-section5-slider .slick-dots button {
        padding: 0;
        border: none;
        width: 10px;
        height: 10px;
        background: #7f7f7f;
        border-radius: 50%;
        text-indent: -99999em;
    }

    #ssp-section5-slider .slick-dots li {
        float: left;
        margin-left: 3px;
        margin-right: 3px;
    }

    #ssp-section5-slider .slick-dots .slick-active button {
        background: #000;
    }

    .ssp-section8 {
        text-align: center;
        padding-bottom: 50px;
        border-bottom: 1px solid rgba(0,0,0,.23);
    }

    .ssp-section8:after {
        display: none;
    }

    .ssp-section8 h2,
    .ssp-section8 h2 span {
        /* letter-spacing: .15em; */
    }

    .ssp-section8 p {
        font-size: 15px;
        text-align: center;
        padding: 0 15px;
    }

    .ssp-section8 .mobile-view span {
        display: inline-block;
        border: 1px solid #000;
        font-size: 14px;
        margin: 20px 0;
        padding: 4px 10px;
    }

    .ssp-section8-content-main {
        margin: 0 0 30px;
    }

    .ssp-section8-content-left {
        max-width: 100%;
        margin-left: 0;
    }

    .ssp-section8-content-right {
        margin: 30px auto 40px;
    }

    .ssp-section8-bottom ul {
        text-align: center;
        float: none;
        padding-top: 10px;
    }

    .ssp-section8-bottom li {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .intro-head-common h3 {
        font-size: 24px;
        /* letter-spacing: .15em; */
        line-height: 1.2;
    }

    .intro-head-common p {
        padding: 0;
        margin-top: 0;
        font-size: 15px;
        letter-spacing: 0;
        text-transform: none;
    }

    .ssp-section9-content-block {
        width: 100%;
        margin-top: 40px;
        display: block;
    }

    .ssp-section9-content-block:before,
    .ssp-section9-content:nth-child(3):before,
    .ssp-section9-content:nth-child(4):before {
        display: none;
    }

    .ssp-section9-content {
        width: 100%;
        -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        margin: auto;
        margin-bottom: 25px;
    }
    
    .ssp-section9-content-block .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 25px;
    }
    
    .ssp-section9-content-block .slick-dots button {
        display: block;
        background: #7f7f7f;
        border: none;
        padding: 0;
        text-indent: -99999em;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin: 0 4px;
    }
    
    .ssp-section9-content-block .slick-active button {
        background: #000;
    }

    .ssp-section9-header img {
        margin: 0 auto;
    }

    .ssp-section12-header {
        margin-bottom: 50px;
    }

    .ssp-section12-header h2 {
        font-size: 27px;
        /* letter-spacing: .15em; */
        max-width: 310px;
        margin: 0 auto 30px;
        text-align: center;
        line-height: 1.2;
    }
	.ssp-section12-header p {
		width: calc( 100% - 3em);
		margin: auto;
	}

    .ssp-section12-header p br {
        display: none;
    }

    .ssp-section12 h3 {
        font-size: 21px;
        line-height: 1.15;
        text-align: center;
        margin-bottom: 27px;
    }

    .ssp-section12-mobile-content + .ssp-section12-mobile-content {
        margin-top: 40px;
    }

    .ssp-section12-mobile-content figure {
        width: 60px;
        height: 64px;
        margin:  0 auto;
    }

    .ssp-section12-mobile-content:nth-child(1) figure {
        background: url(../images/ssp/mobile/section12-icon1.png) no-repeat center;
        background-size: cover;
    }

    .ssp-section12-mobile-content:nth-child(2) figure {
        background: url(../images/ssp/mobile/section12-icon2.png) no-repeat center;
        background-size: cover;
    }

    .ssp-section12-mobile-content:nth-child(3) figure {
        background: url(../images/ssp/mobile/section12-icon3.png) no-repeat center;
        background-size: cover;
    }

    /*.ssp-section12-mobile-content:nth-child(4) figure {
        background: url(../images/ssp/mobile/section12-icon4.png) no-repeat center;
        background-size: cover;
    }*/

    .ssp-section13 {
        padding-left: 0;
        padding-right: 0;
    }

    .ssp-section13 h2 {
        font-size: 22px;
        /* letter-spacing: .15em; */
    }

    .ssp-section13 .ssp-container {
        width: 100%;
    }

    .ssp-section13-fig::before {
        display: none;
    }

    .ssp-section13-fig {
        width: 100%;
        max-width: 100%;
    }

    .ssp-section13-content {
        width: 94%;
        -webkit-box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.29);
        box-shadow: 2px 6px 18px 0px rgba(0, 0, 0, 0.29);
        margin:  0 auto;
        padding: 50px 20px;
        text-align: center;
        background: #fff;
        position: relative;
        top: -70px;
    }

    .ssp-section13-content li::before {
        display: none;
    }

    .ssp-section13-content li {
        font-size: 15px;
        padding-left: 0px;
    }

    .ssp-section13-content li + li {
        margin-top: 25px;
    }
    
    .md-effect-13 figure button {
        width: 30px;
        height: 30px;
        text-indent: -99999em;
        background: url(../images/ssp/mobile/close-icon.jpg) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
    }

    .ssp-section14 {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ssp-section14 h2 {
        font-size: 28px;
        /* letter-spacing: .15em; */
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .ssp-section14 p {
        width: 94%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.7;
    }

    .ssp-section14-top {
        padding: 20px 0 50px;
    }

    .ssp-section14-header {
        margin-bottom: 40px;
    }

    .ssp-section14-top .ssp-section14-header figure {
        -webkit-transform: none;
        transform: none;
        position: static;
    }

    .section14-content-item + .section14-content-item {
        margin-top: 30px;
        padding-top: 30px;
    }

    .ssp-section14-bottom {
        padding-top: 40px;
    }

    .ssp-section14-bottom figure img {
        margin: 0 auto;
    }
    
    .slider-single,
    .slider-single:hover {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .slider-single figure img,
    .slider-single:hover figure img {
        opacity: .8;
    }
    
    .slider-single figcaption {
        opacity: 1;
		bottom: 0;
    }
    
    .slider-single figcaption p {
        bottom: 50px;
        -webkit-transition: none;
        transition: none;
        text-align: center;
    }
    
    .slider-single:hover figcaption p {
        bottom: 50px;
    }


}
/* 767 End */

@media only screen and (max-width:500px) {

    h2 {
        /* letter-spacing: .1em !important; */
        font-size: 24px;
    }

    p {
        font-size: 15px;
    }

    .ssp-section2 {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff5c41), color-stop(39%, #ff5c41), color-stop(39%, #ffffff), to(#ffffff));
        background: linear-gradient(#ff5c41, #ff5c41 39%, #ffffff 39%, #ffffff 100%);
    }

    .ssp-section2 h2 {
        font-size: 20px;
    }

    .ssp-section2-content-article {
        margin-top: 30px;
    }

    .ssp-section2-content-article p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .ssp-section2-anchor-block span {
        font-size: 13px;
    }

    .ssp-section3 h2 {
        font-size: 24px;
    }

    .ssp-section3-content-text h4 {
        font-size: 20px;
    }

    .ssp-section4 h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .ssp-section4 h2 span {
        font-size: 14px;
        letter-spacing: .1em;
        max-width: 300px;
        margin: 25px auto 0;
    }

    .ssp-section5-content h3 {
        /* letter-spacing: .1em; */
        font-size: 22px;
        margin-bottom: 30px;
    }

    .ssp-section9-content {
        min-height: auto;
    }

    .ssp-section12-header h2 {
        font-size: 25px;
    }

    .ssp-section12 h3 {
        font-size: 18px;
    }

    .intro-head-common h3 {
        font-size: 22px;
        /* letter-spacing: .1em; */
        padding-left: 0;
        padding-right: 0;
    }

    .ssp-section9-content h2 {
        font-size: 20px;
    }

    .ssp-section10 .intro-head-common,
    .ssp-section11 .intro-head-common {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ssp-section13-content li {
        font-size: 14px;
    }

    .ssp-section14 h2 {
        font-size: 24px;
    }

}
/* 500 End */

@media only screen and (max-width:375px) {

    .ssp-section2 h4 {
        letter-spacing: .1em;
        line-height: 1.6;
    }

    .ssp-section9-content {
        /* min-height: 610px; */
        min-height: auto;
    }

}
/* 375 End */

@media only screen and (max-width:360px) {

    h2 {
        font-size: 22px;
    }

    .ssp-section1 h2 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .ssp-section1 p {
        font-size: 13px;
    }

    .ssp-section5-content h3 {
        font-size: 21px;
    }

    .ssp-section8-bottom ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .ssp-section12-header h2 {
        font-size: 23px;
    }

    .ssp-section12 h3 {
        font-size: 17px;
    }

    .ssp-section13 h2 {
        font-size: 21px;
        margin-bottom: 30px;
    }

}
/* 360 End */

@media only screen and (max-width:320px) {

    .ssp-section1 p {
        font-size: 12px;
        letter-spacing: .15em;
    }

    .ssp-section5-content h3 {
        font-size: 18px;
    }

    .ssp-section8-bottom li {
        margin:  0 8px;
    }

    .ssp-section13 h2 {
        font-size: 20px;
    }

}
/* 320 End */
