/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/
body {
	background-color: #fafafa;
}

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

a {
	text-decoration: none;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
.entry-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 5%;
    padding-top: 3% !important;
    text-align: center;
}

h1, h2, .entry-header p {
	font-weight: 300;
}



/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/
.row.tabs {
    margin: auto;
    max-width: 1100px;
    text-align: center;
}

.row.tabs .col {
    background-color: #fff;
    border-top: 1px solid #eee;
	margin: 0;
	padding: 25px 5%;
    cursor: pointer;
}

.row.tabs p {
    font-size: 1.5em;
}

.row.tabs .col.active {
    background-color: #019ddb;
	color: #fff;
    -webkit-transition: background-color .5s ease-in-out 0s;
    -o-transition: background-color .5s ease-in-out 0s;
    transition: background-color .5s ease-in-out 0s;
}

.row.tabs .col.active img {
    background-color: #fff;
    border-radius: 50%;
}

.tab-content {
    background-color: #fff;
    border-top: 1px solid #eee;
    padding: 5%;
}

.tab-item:not(.active) {
    display: none;
}

.tab-item .col p {
    margin: 0;
}

.col.col-right {
    text-align: center;
}

.tab-item .col.col-right img {
    display: block;
    margin: auto;
    max-width: initial;
}

/*Section-1*/
#section-1 .container {
	padding-left: 10%;
	padding-right: 10%;
}

#section-1 .service-item:not(:nth-child(7)) img {
    background-color: #12aee2;
    border-radius: 100%;
}

#section-1 .service-item.secondary-icons {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    max-width: 800px;
    min-height: 210px;
    text-align: center;
    width: 100%;
}

#section-1 .secondary-icon {
    display: inline-block;
    padding-top: 5%;
    padding-bottom: 5%;
}

#section-1 .service-item span.process-title {
	color: #12aee2;
	padding-top: 15px;
	text-transform: uppercase;
}


#section-1 .secondary-icon:nth-child(1),
#section-1 .secondary-icon:nth-child(2),
#section-1 .secondary-icon:nth-child(6),
#section-1 .secondary-icon:nth-child(7) {
	width: 50%;
}

#section-1 .secondary-icon:nth-child(3),
#section-1 .secondary-icon:nth-child(4),
#section-1 .secondary-icon:nth-child(5) {
	width: calc(100%/3);
}



/* Section 2 */
@-webkit-keyframes slideUp {
  from {
    bottom: -100px;
  }

  to {
    bottom: -15px;
  }
}
@keyframes slideUp {
  from {
    bottom: -100px;
  }

  to {
    bottom: -15px;
  }
}


#section-2 {
	padding-bottom: 5%;
	padding-top: 2.5%;
    text-align: center;
}


#section-2 .row {
	background-color: transparent;
    position: relative;
    -webkit-transition: background .5s ease-in-out 0s;
    -o-transition: background .5s ease-in-out 0s;
    transition: background .5s ease-in-out 0s;
}

#section-2 .col {
    background-color: #fff;
    border-top: 15px solid #00a2df;
    -webkit-box-shadow: 1px 1px 10px -5px rgba(0,0,0,.25);
            box-shadow: 1px 1px 10px -5px rgba(0,0,0,.25);
    display: inline-block;
    margin: 15px 5px;
    padding: 25px;
    -webkit-transition: border .25s ease-in-out 0s, border-radius .25s ease-in-out 0s, max-height .25s ease-in-out 0s, width .25s ease-in-out 0s;
    -o-transition: border .25s ease-in-out 0s, border-radius .25s ease-in-out 0s, max-height .25s ease-in-out 0s, width .25s ease-in-out 0s;
    transition: border .25s ease-in-out 0s, border-radius .25s ease-in-out 0s, max-height .25s ease-in-out 0s, width .25s ease-in-out 0s;
    vertical-align: top;
}

#section-2 .row > .col > h3 {
    -webkit-transition: font-size .5s ease-in-out 0s;
    -o-transition: font-size .5s ease-in-out 0s;
    transition: font-size .5s ease-in-out 0s;
}


#section-2 ul > li > a {
	display: block;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 15px;
}

#section-2 ul > li > a:not(:hover) {
	color: inherit;
}

#section-2 ul > li:not(.no-link) > a:hover {
    color: #00a2df;
}

#section-2 ul > li:not(:last-child) > a {
	border-bottom: 1px solid #eee;
}

#section-2 ul > .no-link > a {
    font-weight: 400;
}

#section-2.sticky .row {
	-webkit-animation: .5s slideUp;
	        animation: .5s slideUp;
    bottom: -15px;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
}

#section-2.sticky .row::before {
    background-color: rgba(27, 89, 114, .75);
    border-top: 1px solid #eee;
    bottom: 0;
    -webkit-box-shadow: -5px 0 10px -5px rgba(0,0,0,.35);
            box-shadow: -5px 0 10px -5px rgba(0,0,0,.35);
    content: '';
    height: 63px;
    left: 0;
    position: fixed;
    width: inherit;
}

#section-2.sticky .row > .col {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-width: 35px;
    cursor: pointer;
    max-height: 1000px;
    max-width: calc(100% / 3 - 35px);
    padding-top: 5px;
    position: relative;
    vertical-align: bottom;
    width: calc(1400px / 3 - 35px);
}

#section-2.sticky .row > .col:not(.show) {
    max-height: 83px;
}

#section-2.sticky .row > .col > h3 {
	font-size: 24px;
}

#section-2:not(.sticky) svg {
	display: none;
}

#section-2.sticky .col svg {
    color: #fff;
    left: 50%;
    position: absolute;
    top: -28px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

#section-2.sticky .row > .col:hover,
#section-2.sticky .row > .col.show {
	border-color: #1B5972;
}

#section-2.sticky .row > .col.show > svg {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
	

/*Section 3
*/#section-3 {
    background-color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

#section-3 img {
    width: 100%;
}

/*--------------------------------------------------------------
# @Media Styles
--------------------------------------------------------------*/
@media screen and ( min-width: 768px ) {
	.entry-header {
	    height: 550px;
	    padding-top: 180px;
	}

	h1 {
		font-size: 3em;
		line-height: 1;
	}

	h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 2em;
		margin: 0;
	}

	.entry-header p {
		font-size: 1.5em;
	}

	#section-1 {
	    margin-top: -200px;
	}

	#section-2 ul > li > a {
		font-size: 1.2em;
	}

	.header h2 {
        font-size: 2em;
    }

    .row.tabs {
	    position: relative;
	}

	.row.tabs .col {
	    display: inline-block;
	    vertical-align: middle;
	    max-width: calc(100%/3 - 30px);
	}

	.tab-content {
		-webkit-box-shadow: 1px 1px 10px -5px rgba(0,0,0,.25);
		        box-shadow: 1px 1px 10px -5px rgba(0,0,0,.25);
	}

	.tab-item .row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
    
    .tab-item .col {
	    display: inline-block;
	    vertical-align: middle;
	}

	.col.col-left {
	    max-width: 75%;
	}

	.col.col-right {
	    width: 25%;
	}

	.tab-item .col p {
		font-size: 1.25em;
	}
	
	/* Section 2 */
	#section-2 .col {
	    max-width: calc(1400px/3 - 30px);
	}


	/* Section 3 */
	#section-1 {
	    background-color: #fff;
	    margin-left: auto;
	    margin-right: auto;
	    max-width: 1700px;
	    padding-top: 8%;
	}

	#section-1 .row {
		max-height: 1700px
	}


	#section-1 .service-item:not(.secondary-icons):nth-child(2n+2),
	#section-1 .service-item:not(.secondary-icons):nth-child(5) {
		text-align: center;
	}

	#section-1 .service-item:not(.secondary-icons):nth-child(3),
	#section-1 .service-item:not(.secondary-icons):nth-child(9) {
		text-align: right;
	}

	#section-1 .service-item:not(.secondary-icons):nth-child(7) span,
	#section-1 .service-item:not(.secondary-icons):nth-child(7) img,
	#section-1 .service-item:not(.secondary-icons):first-child img {
		margin-left: 0;
	}

	#section-1 .service-item:not(.secondary-icons):nth-child(3) span,
	#section-1 .service-item:not(.secondary-icons):nth-child(3) img,
	#section-1 .service-item.profit:not(.secondary-icons) img {
		margin-right: 0;
	}

	#section-1 .service-item:not(.secondary-icons):nth-child(3) span,
	#section-1 .service-item:not(.secondary-icons):nth-child(3) img,
	#section-1 .service-item:not(.secondary-icons):last-child img {
		-webkit-transform: translateY(-50px) translateX(50px);
		    -ms-transform: translateY(-50px) translateX(50px);
		        transform: translateY(-50px) translateX(50px);
	}

	#section-1 .service-item:not(.secondary-icons):nth-child(7) span,
	#section-1 .service-item:not(.secondary-icons):nth-child(7) img {
		-webkit-transform: translateY(-50px) translateX(-50px);
		    -ms-transform: translateY(-50px) translateX(-50px);
		        transform: translateY(-50px) translateX(-50px);
	}


	#section-1 .service-item:not(.secondary-icons) {
	    border-top: 1px dotted #ccc;
	    display: inline-block;
	    padding-bottom: 4%;
	    vertical-align: top;
	    width: calc(100%/3);
	}


	#section-1 .service-item:nth-child(3){
	    border-right: 1px dotted #ccc;
	}

	#section-1 .service-item:nth-child(7),
	#section-1 .service-item:nth-child(4) {
	    border-left: 1px dotted #ccc;
	}

	#section-1 .service-item:nth-child(7) {
	    border-left: 4px dotted #12aee2;
	    border-bottom: 4px dotted #12aee2;
	    padding-bottom: 40% !important;
	}

	#section-1 .service-item:nth-child(7) img {
		background-color: #fff;
	}

	#section-1 .service-item:not(.secondary-icons) span,
	#section-1 .service-item:not(.secondary-icons) img {
	    margin-left: 25px;
	    margin-right: 25px;
	    -webkit-transform: translateY(-50px);
	        -ms-transform: translateY(-50px);
	            transform: translateY(-50px);
	}

	#section-1 .service-item:not(:nth-child(7)) img {
	    background-color: #12aee2;
	    border-radius: 100%;
	}


	#section-1 .service-item span {
	    display: block;
	    text-align: center;
	}

	#section-1 .service-item span.process-title + span {
		padding-bottom: 15px;
	}

	#section-1 .service-item:nth-child(3) span,
	#section-1 .service-item:nth-child(9) span {
	    -webkit-transform: translateY(-50px) translateX(50%) !important;
	        -ms-transform: translateY(-50px) translateX(50%) !important;
	            transform: translateY(-50px) translateX(50%) !important;
	    background-color: #fff;
	}

	#section-1 .service-item:nth-child(1) span,
	#section-1 .service-item:nth-child(7) span {
	    -webkit-transform: translateY(-50px) translateX(-50%) !important;
	        -ms-transform: translateY(-50px) translateX(-50%) !important;
	            transform: translateY(-50px) translateX(-50%) !important;
	    background-color: #fff;
	}

	#section-1 .service-item:nth-child(1) img {
		margin-left: -25px !important;
	}

	#section-1 .service-item:nth-child(9) img {
		margin-right: -25px !important;
	}

	#section-1 .service-item.secondary-icons {
	    background: unset !important;
	    background-color: #fefefe !important;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    border: 5px solid #fafafa;
	    border-radius: 50%;
	    padding: 80px 50px;
	}

	.service-item.secondary-icons::after {
	    content: "........";
	    color: #12aee2;
	    font-size: 30px;
	    left: 47%;
	    position: absolute;
	    top: -70px;
	    -webkit-transform: rotate(90deg);
	        -ms-transform: rotate(90deg);
	            transform: rotate(90deg);
	}

}

@media screen and (max-width: 767px) {
	#section-1 .row {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: column nowrap;
	            flex-flow: column nowrap;
	}

	#section-1 .service-item {
		text-align: center;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#section-1 .service-item img, #section-1 .service-item span {
		display: block;
		margin: 15px auto;
	}

	.secondary-icons > div {
		display: none !important;
	}

	#section-1 .secondary-icon img {
		height: auto;
		width: 50px;
	}

	#section-1 .secondary-icon span {
		font-size: 12px;
	}

	.service-item.profit {
	    -webkit-box-ordinal-group: 2;
	        -ms-flex-order: 1;
	            order: 1;
	}

	#section-1 {
		display: none;
	}

}

