.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "Raleway", sans-serif;
}



/*Btn Style Two*/
.btn-style-two{
	position:relative;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	padding: 15px 35px;
	font-weight: 700;
	background-color: #2c4056;
	border-radius: 50px;
	overflow: hidden;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#2c4056;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #999999;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec-title h2{
	position: relative;
    display: block;
    font-size: 36px;
    line-height: 48px;
    color: #002121;
    font-weight: 600;
    padding-bottom: 23px;
}

.sec-title .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 27px;
	color: #dddddd;
	font-weight: 400;
	margin-top: 40px;
}

.sec-title h2:before{
	position: absolute;
	bottom: 0;
	left: 60px;
	height: 4px;
	width: 10px;
	background-color: #cccccc;
	content: "";
	z-index: 1;
}

.sec-title h2:after{
	position: absolute;
	left:0px;
	bottom: 0;
	width: 50px;
	height: 4px;
	background-color: #2c4056;
	content: "";
}

.sec-title .text-column .text{
	margin-top: 48px;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.sec-title.text-center h2:before{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	width: 10px;
	background-color: #cccccc;
	content: "";
	z-index: 1;
	margin: 0 auto;
	-webkit-transform: translateX(35px);
	-moz-transform: translateX(35px);
	-ms-transform: translateX(35px);
	-o-transform: translateX(35px);
	transform: translateX(35px);
}

.sec-title.text-center h2:after{
	position: absolute;
	left:0px;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 50px;
	height: 4px;
	background-color: #2c4056;
	content: "";
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-o-transform: translateX(-5px);
	transform: translateX(-5px);
}

.sec-title.light h2{
	color: #ffffff;
}




/*** 

====================================================================
			About Us								
====================================================================

***/

.about-us{
	position: relative;
	padding: 100px 0 50px;
}

.about-us .image-layer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 40%;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about-us .image-layer .float-text{
    position: absolute;
    right: 38.5%;
    top: 260px;
    font-size: 110px;
    line-height: 1em;
    color: #000000;
    font-weight: 700;
    opacity: .10;
    white-space: nowrap;
    transform: rotate(-90deg);
    transform-origin: bottom;
    margin-right: 35px;
    font-family: "Archivo", sans-serif;
}

.about-us .image-layer .image-box{
	display: none;
	margin-bottom: 0;
}

.about-us .image-layer .image-box img{
	display: block;
	width: 100%;
	height: auto;
}

.about-us .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-us .content-column .inner-column{
	margin-right: -10px;
}

.about-us .sec-title{
	margin-bottom: 50px;
}

.about-us .sec-title h2{
	font-weight: 700;
	padding-bottom: 40px;
}

.about-us .content-column .message{
	position: relative;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 30px;
}

.about-us .content-column .text{
	position: relative;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 50px;
}

.about-us .content-column .link-box{
	position: relative;
}

.about-us .content-column .link-box a{
	float: left;
	margin-right: 30px;
	padding: 15px 45px;
}

.call-btn{
	position: relative;
	font-size: 20px;
	color: #002121;
	font-weight: 400;
	padding: 15px 25px 15px 80px !important;
	border: 1px solid #dddddd;
	border-radius: 50px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.call-btn .icon{
	position: absolute;
	left: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	background-color: #002121;
	color: #ffffff;
	font-size: 18px;
	line-height: 58px;
	border: 1px solid #222222;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.call-btn:hover{
	color: #2c4056;
}

.call-btn:hover .icon{
	background-color: #2c4056;
	border: 1px solid #2c4056;
}


/*** 

====================================================================
			Feature Section Two								
====================================================================

***/

.features-section-two{
	position: relative;
	padding: 100px 0 50px;
}

.features-section-two .content-column{
	position: relative;
	margin-bottom: 28px;
}

.features-section-two .content-column .inner-column{
	position: relative;
	padding-right: 120px;
}

.features-section-two .content-column .sec-title h2{
	padding-bottom: 40px;
}

.features-section-two .content-column .sec-title .text{
	color: #666666;
}

.features-section-two .features-list{
	position: relative;
}

.features-section-two .features-list li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 22px;
}

.features-section-two .features-list li .count{
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 18px;
	line-height: 18px;
	color: #002121;
	font-weight: 600;
	font-family: "Archivo", sans-serif;
	width: 33px;
	border-right: 1px solid #2c4056;
}

.features-section-two .features-list strong{
	font-size: 18px;
	line-height: 28px;
	color: #002121;
	font-weight: 600;
	margin-bottom: 5px;
}

.features-section-two .features-list p{
	position: relative;
}

.features-section-two .image-column{
	position: relative;
}

.features-section-two .image-column .image-box{
	position: relative;
	padding-top: 30px;
	padding-right: 70px;
}

.features-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.features-section-two .image-column .image:before{
	position: absolute;
	left: 70px;
	top: 70px;
	height: 570px;
	width: 100%;
	border: 10px solid #d7d7d7;
	content: "";
	z-index: -1;
}

.features-section-two .image-column .image img{
	display: block;
	width: 100%;
}