

/*==================================== */
/* =           3. Elements           = */
/* ====================================*/

/* 3.4 Heading */
.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 15px;
}

.section-header > .heading-effect {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
}


.section-header > .sub-heading {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.section-header > .heading {
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fbca00;
}
.section-header > .heading > span {
	font-weight: 600;
	color: #012f5d;
}

.section-header > .description {
	margin-top: 30px;
	font-size: 1.142em;
	line-height: 2em;
	letter-spacing: 0.020em;
	font-family: "Poppins", sans-serif;
}

.transparent-section .section-header > .heading-effect {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

.transparent-section .section-header > .heading-effect:before {
  border-right-color: rgba(255, 255, 255, 0.35);
}

/* 3.5 Iconic Box */
.iconic-box {
  position: relative;
  margin-bottom: 30px;
}

.iconic-box > .icon {
  margin-top: 6px;
  margin-bottom: 31px;
}

.iconic-box > .content-area {
  position: relative;
}

.iconic-box > .content-area > .title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #f68920;
}

.iconic-box > .content-area > .back-icon {
  position: absolute;
  right: 15px;
  opacity: 0.05;
  top: 0;
}

.iconic-box > .content-area > .back-icon > i {
  font-size: 125px;
  transition: all 0.15s ease-in-out;
}

.iconic-box > .content-area > .content {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 2;
	font-weight: 400;
}

.iconic-box:hover > .icon > i {
	background-color: #0c85ce;
}

.iconic-box:hover > .content-area > .back-icon {
  opacity: 0.20;
}

.iconic-box:hover > .content-area > .back-icon i {
  color: #0c85ce;
}

.glass-icon > i {
  display: inline-block;
  position: relative;
  width: 78px;
  height: 78px;
  background-color: #f68920;
  color: #FFF;
  font-size: 25px;
  border-radius: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: url(../img/iconalt.html);
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.15s ease-in-out;
}

.glass-icon > i:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

/* 3.6 Box Items */
.box-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 35px;
}

.box-item > .icon {
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
}

.box-item > .icon > i {
  font-size: 40px;
}

.box-item .title {
	font-size: 19px;
	margin-top: 0;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.050em;
	color: #00afef;
	font-family: "Poppins", sans-serif;
}

.box-item .content {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #4e4e4e;
}
.service-1 {
	padding: 10px 0 0 5px;
}

/* 3.20 Feature Box */
.feature-box {
  background-color: #f2f4f6;
  border-left: 4px solid #e54242;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  padding: 20px 25px;
}

.feature-box > .icon {
  width: 240px;
  height: 190px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}

.feature-box > .icon > img {
  width: auto;
  height: 100%;
}

.feature-box > .content h3 {
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 25px;
}

.feature-box:before,
.feature-box:after {
  content: "";
  display: table;
}

.feature-box:after {
  clear: both;
}

/* 3.21 Gallery */
.kingma-gallery {
  position: relative;
}

.kingma-gallery .full-sized-image {
  margin-bottom: 10px;
}

.kingma-gallery .full-sized-image .swiper-slide > img {
  width: 100%;
  height: auto;
}

.kingma-gallery .thumbnails-sized-image .swiper-slide > img {
  width: 100%;
  height: auto;
}

.kingma-gallery .gallery-navigation[data-swiper="prev"] {
  position: absolute;
  z-index: 100;
  top: 50%;
  z-index: 222;
  -webkit-transform: translate(-80%, -175px);
          transform: translate(-80%, -175px);
}

.kingma-gallery .gallery-navigation[data-swiper="prev"]:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 50px 0;
  border-color: transparent #e54242 transparent transparent;
  transition: all 0.15s ease-in-out;
}

.kingma-gallery .gallery-navigation[data-swiper="prev"] > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  color: #FFF;
}

.kingma-gallery .gallery-navigation[data-swiper="prev"]:hover:before {
  border-color: transparent #FFF transparent transparent;
}

.kingma-gallery .gallery-navigation[data-swiper="prev"]:hover > i {
  color: #e54242;
}

.kingma-gallery .gallery-navigation[data-swiper="next"] {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  z-index: 222;
  -webkit-transform: translate(80%, -175px);
          transform: translate(80%, -175px);
}

.kingma-gallery .gallery-navigation[data-swiper="next"]:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #e54242;
  transition: all 0.15s ease-in-out;
}

.kingma-gallery .gallery-navigation[data-swiper="next"] > i {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  color: #FFF;
}

.kingma-gallery .gallery-navigation[data-swiper="next"]:hover:before {
  border-color: transparent transparent transparent #FFF;
}

.kingma-gallery .gallery-navigation[data-swiper="next"]:hover > i {
  color: #e54242;
}

/* 5.4 Why Choose Us */
.circle-iconic-box > .box-item {
  position: absolute;
  padding-left: 0;
  width: 100%;
}

.circle-iconic-box > .box-item > .icon {
  display: none;
}

.circle-iconic-box.left-side > .box-item:nth-of-type(1) {
  top: -5px;
  left: 45px;
}

.circle-iconic-box.left-side > .box-item:nth-of-type(2) {
  top: 235px;
  left: 0px;
}

.circle-iconic-box.left-side > .box-item:nth-of-type(3) {
	top: 446px;
	left: 110px;
}

.circle-iconic-box.right-side > .box-item:nth-of-type(1) {
	top: -68px;
	left: -6px;
}
.circle-iconic-box.right-side > .box-item:nth-of-type(2) {
	top: 85px;
	left: 62px;
}
.circle-iconic-box.right-side > .box-item:nth-of-type(3) {
	top: 347px;
	left: 18px;
}

.circle-iconic-box.right-side > .box-item:nth-of-type(4) {
	top: 502px;
	left: -97px;
}

.features-circle {
  position: relative;
}

.features-circle .middle-circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  border: 2px solid #000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-3 {
	padding: 10px 0 0 5px;
}

.features-circle .middle-circle > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.features-circle .middle-circle > .icon {
	position: absolute;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #f3f2f2;
}

.features-circle .middle-circle > .icon > span {
  position: absolute;
}

.features-circle .middle-circle > .icon > i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.features-circle .middle-circle > .icon.size-xxl {
  width: 100px;
  height: 100px;
}

.features-circle .middle-circle > .icon.size-xxl > i {
  font-size: 40px;
}

.features-circle .middle-circle > .icon.size-m {
	width: 80px;
	height: 80px;
}

.features-circle .middle-circle > .icon.size-m > i {
  font-size: 24px;
}
.service-5 {
	margin: 13px 0px 0 10px;
}
.features-circle .middle-circle > .icon.size-l {
	width: 105px;
	height: 105px;
}
.features-circle .middle-circle > .icon.size-l > i {
  font-size: 36px;
}

.features-circle .middle-circle > .icon.size-xl {
	width: 90px;
	height: 90px;
}

.features-circle .middle-circle > .icon.size-xl > i {
  font-size: 38px;
}

.features-circle .middle-circle > .icon:nth-of-type(1) {
  top: 0px;
  left: 27px;
}

.features-circle .middle-circle > .icon:nth-of-type(1) > span {
	width: 65px;
	height: 11px;
	background-image: url(../images/resource/d-left-1.html);
	background-repeat: no-repeat;
	top: 0px;
	left: -64px;
}
.service-2 {
	padding: 10px 0 0 11px;
}
.features-circle .middle-circle > .icon:nth-of-type(2) {
	top: 203px;
	left: -58px;
}

.features-circle .middle-circle > .icon:nth-of-type(2) > span {
  width: 35px;
  height: 11px;
  background-image: url(../images/resource/d-left-2.html);
  background-repeat: no-repeat;
  top: 35px;
  left: -50px;
}

.features-circle .middle-circle > .icon:nth-of-type(3) {
	top: 363px;
	left: 42px;
}

.features-circle .middle-circle > .icon:nth-of-type(3) > span {
	width: 56px;
	height: 28px;
	background-image: url(../images/resource/d-left-3.html);
	background-repeat: no-repeat;
	top: 68px;
	left: -65px;
}
.service-4 {
	padding: 6px;
}

.features-circle .middle-circle > .icon:nth-of-type(4) {
	top: -36px;
	right: 103px;
}

.features-circle .middle-circle > .icon:nth-of-type(4) > span {
	width: 146px;
	height: 33px;
	background-image: url(../images/resource/d-right-1.html);
	background-repeat: no-repeat;
	top: -29px;
	left: 89px;
}

.features-circle .middle-circle > .icon:nth-of-type(5) {
	top: 75px;
	right: -32px;
}

.features-circle .middle-circle > .icon:nth-of-type(5) > span {
	width: 66px;
	height: 11px;
	background-image: url(../images/resource/d-right-2.html);
	background-repeat: no-repeat;
	top: 10px;
	left: 95px;
}
.service-6 {
	padding: 10px 0px 0px 5px;
}
.features-circle .middle-circle > .icon:nth-of-type(6) {
	top: 273px;
	right: -21px;
}

.features-circle .middle-circle > .icon:nth-of-type(6) > span {
	width: 44px;
	height: 11px;
	background-image: url(../images/resource/d-right-3.html);
	background-repeat: no-repeat;
	top: 73px;
	left: 89px;
}

.features-circle .middle-circle > .icon:nth-of-type(7) {
	top: 392px;
	right: 115px;
}

.service-7 {
	margin: 5px 0 0 -6px;
}
.features-circle .middle-circle > .icon:nth-of-type(7) > span {
	width: 86px;
	height: 28px;
	background-image: url(../images/resource/d-right-4.html);
	background-repeat: no-repeat;
	top: 93px;
	left: 74px;
}



