/******* TABLE OF CONTENT *******/
/********

#. Imported style
#. Global style
#. Col styles
#. Sweet alert
#. Combo title
#. Bg image
#. Js animated
#. Inner content wrapper
#. Page call section
#. Social media
#. Button
#. Mouse animation
#. Preloader styles
#. Menu sections
#. Parallax menu
#. Right menu
#. Parallax background
#. My picture
#. Menu page social
#. Menu contact address
#. About page
#. My services
#. My best facts
#. Statistics
#. Resume page
#. Timelines
#. Employments
#. Skills
#. Recognitions
#. Portfolio items
#. Modal dialog
#. Testimonials
#. Contact page
#. Contact address
#. Google map
#. Footer
#. News item block
	
********/

/* ----------------------------
   Imported style
--------------------------------*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Saira:400,500,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nunito:400,400i,600,600i,700,800&display=swap');

/* --------------------------------------------
   Global styles
--------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Saira", sans-serif;
	margin-bottom: 20px;
	font-weight:600;
	line-height: 1.6;
	color: #333448;
	margin: 0px;
	margin-bottom: 20px;	
}
h1, h2, .h1, .h2 {
	font-weight: 900;
}
h3, .h3 {
	font-size: 30px;
}
p {
	font-family: "Nunito", sans-serif;
	font-size:14px;
	font-weight: 400;	
	margin-bottom:15px;
	line-height:1.6;
	color:#8c8e91;
	letter-spacing:0.2px;
}
a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:active, a:hover, a:focus {
	outline: none;
}
h2, .h2 {
	font-size: 50px;
}
html, body {
	width: 100%;
	height: 100%;
	font-family: "Saira", sans-serif;
	color: #202532;
	font-size: 14px;
	line-height:24px;
	overflow: hidden;
}

/* --------------------------------------------
   Col styles
--------------------------------------------*/

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
 @media (max-width: 500px) {
.col-xxs-12 {
	width: 100%;
}
.col-xxs-11 {
	width: 91.66666667%;
}
.col-xxs-10 {
	width: 83.33333333%;
}
.col-xxs-9 {
	width: 75%;
}
.col-xxs-8 {
	width: 66.66666667%;
}
.col-xxs-7 {
	width: 58.33333333%;
}
.col-xxs-6 {
	width: 50%;
}
.col-xxs-5 {
	width: 41.66666667%;
}
.col-xxs-4 {
	width: 33.33333333%;
}
.col-xxs-3 {
	width: 25%;
}
.col-xxs-2 {
	width: 16.66666667%;
}
.col-xxs-1 {
	width: 8.33333333%;
}
.hidden-xxs {
	display: none !important;
}
.visible-xxs {
	display: block !important;
}
}
img {
	max-width: 100%;
}

/* --------------------------------------------
   Sweet alert
--------------------------------------------*/

.sweet-alert .icon.error .line.left {
	-ms-transform: rotate(45deg)\9;
}
.sweet-alert .icon.error .line.right {
	-ms-transform: rotate(-45deg)\9;
}
.sweet-alert .icon.success {
	border-color: transparent\9;
}
.sweet-alert .icon.success .line.tip {
	-ms-transform: rotate(45deg)\9;
}
.sweet-alert .icon.success .line.long {
	-ms-transform: rotate(-45deg)\9;
}
.p-slider {
	position: relative;
}
.p-slider .p-slider-item {
	float: left;
	display: block;
}

/* --------------------------------------------
   Combo title
--------------------------------------------*/

.container {
	max-width: 100%;
}
.combo-container {
	color: #fff;
	margin-bottom: 25%;
	position: relative;
}
.combo-title {
	font-family: 'Saira', sans-serif;
	color: #FFFFFF;
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.combo-title span {
	color: #ea3509;
}
.white-red-scheme .combo-title span {
	color: #ea3509;
}
.white-black-scheme .combo-title span {
	color: #202532;
}
.combo-des {
	font-family:'Nunito', sans-serif;
	color: #e0e0e0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}
.combo-des span {
	font-size: 14px;
	color: #FF6E6E;
	vertical-align: middle;
	margin: 0px 5px;
}
.gm-style .gm-style-iw-c {
    border-radius: 6px;
    padding: 12px 25px;
}
.gm-style .gm-style-iw-d p{
	margin-bottom:0;
}
.white-red-scheme .combo-des span {
	color: #ea3509;
}
.white-black-scheme .combo-des span {
	color: #202532;
}
.more-button-area {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -20px;
}
.box-full {
	width: 100%;
	height: 100%;
}
.wrapper-full {
	overflow: hidden;
}
.pages {
	width: 100%;
	height: 100%;
}
.page-content-relative {
	position: relative;
}
.single-page {
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.go-to-sec-title {
	font-size: 30px;
	font-weight: 600;
}

/* --------------------------------------------
   Bg image
--------------------------------------------*/

.bg-image {
	position: absolute !important;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.bg-image.inScroll {
	-webkit-transition: none !important;
	transition: none !important;
}
.bg-image .bg-image-wrap {
	width: 106%;
	height: 106%;
	top: -3% !important;
	left: -3% !important;
	position: relative;
}
.bg-image .bg-image-wrap img {
	min-width: 100%;
	min-height: 100%;
}
.bg-color {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .8s cubic-bezier(0.11, 0.12, 0.34, 0.91);
	transition: all .8s cubic-bezier(0.11, 0.12, 0.34, 0.91);
}
.active .bg-color {
	opacity: 1;
	filter: alpha(opacity=100);
}
.bg-color.inScroll {
	-webkit-transition: none !important;
	transition: none !important;
}
.bg-color-red {
	background-color: rgba(14, 139, 203, 0.9);
}
.bg-color-black {
	background-color: rgba(32, 37, 50, 0.8);
}
.page-content-section {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 50;
	overflow: hidden;
	overflow-y: auto;
}
.page-content-section::before{
	right: 50%;
	border-right: 1000px solid transparent;
	border-left: 1000px solid;
}
.page-content-section::before{
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-bottom: 100px solid transparent;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}
.page-content-section::after{
	left: 50%;
	border-left: 1000px solid transparent;
	border-right: 1000px solid;
}
.page-content-section::after{
	content: "";
	position: absolute;
	bottom: -1px;
	top: 0;
	width: 50%;
	z-index: 100;
	border-bottom: 100px solid transparent;
	-webkit-transform: rotate(0.000001deg);
	transform: rotate(0.000001deg);
}
.page-content-section-area {
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.page-content-section-area .page-content-wrapper {
	padding-top: 18%;
	position: relative;
	min-height: 100%;
}
.pt_top_bottom{
	padding:100px 0;
}
.page-content-section-bottom {
	position: relative;
	background-color:rgba(251, 251, 251, 1);
	z-index: 2;
	width: 100%;
}

/* --------------------------------------------
   Js animated
--------------------------------------------*/

.js-animated {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	-webkit-transition: all .7s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all .7s cubic-bezier(0.7, 0, 0.3, 1);
}
.js-animated.animate {
	opacity: 1 !important;
	filter: alpha(opacity=100);
}

/* --------------------------------------------
   Inner content wrapper
--------------------------------------------*/

.inner-content-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
}
.page-twiker {
	padding:7% 8% 7% 6%;
}
.page-twiker .btn {
	margin-top: 10px;
}

/* --------------------------------------------
   Page call section
--------------------------------------------*/

.overflow-area {
	position: relative;
}
.overflow-area .overflow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.overflow-area .overflow-content {
	position: relative;
	z-index: 2;
}
.overflow.overflow-1 {
	background-color: #202532;
}
.page-call-section {
	background-image: url('../img/as-img-03.jpg');
	position: relative;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 10;
}
.page-call-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(32, 37, 50, 0.93);
}
.page-call-section .overlay-content {
	padding: 80px 0px;
	position: relative;
	z-index: 2;
}
.go-to-page-title-common {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 20px 15px;
	text-transform: uppercase;
}
.page-call-section .btn {
	display: inline-block;
	vertical-align: middle;
	margin: 20px 15px;
}

/* --------------------------------------------
   Social media
--------------------------------------------*/

.social {
	padding: 0;
	display: block;
	vertical-align: middle;
	margin: 0px;
}
.social li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
.social li a {
	font-size: 14px;
	color: #FFF;
	display: block;
	width: 40px;
	height: 40px;
	border-radius:50%;
	text-align: center;
	background-color: #ea3509 !important;
}
.social li a i {
	line-height: 40px;
}
.social li a:hover {
	background-color: #fff !important;
	color:#ea3509;
}

/* --------------------------------------------
   Button
--------------------------------------------*/

.btn {
	color: #fff;
	position: relative;
	padding: 14px 35px;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	outline: none !important;
	font-family: "Saira", sans-serif;
	-webkit-transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	margin-right: 5px;
	margin-bottom: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn i {
	position: absolute;
	left: 0px;
	top: 15px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.btn.btn-dark-red i {
	color: #fff;
}
.btn.btn-white-red i {
	color: #fff;
}
.btn.btn-white-red.reverse i {
	color: #fff;
}
.btn.btn-white-red, .btn.btn-dark-red {
	background-color: #ea3509;
	color: #FFFFFF;
	border-color: #ea3509;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
.btn.btn-dark-red:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
}
.btn.btn-white-red:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
}
.btn.btn-dark-red.reverse {
	background-color: #ea3509;
	border-color: #ea3509;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	margin-top:10px;
	box-shadow:0px 8px 15px rgba(24, 27, 49, 0.1);
}
.btn.btn-white-red.reverse {
	background-color: #fff;
	border-color: #fff;
	color: #ea3509;
}
.btn.btn-dark-red.reverse:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
}
.btn.btn-white-red.reverse:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
}
.btn:hover {
	padding-left: 50px;
	padding-right: 20px;
}
.btn:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 20px;
}

/* --------------------------------------------
   Mouse Animation
--------------------------------------------*/

@-webkit-keyframes scroll-ani {
 0% {
 opacity: 1;
 filter: alpha(opacity=100);
 top: 29%;
}
 15% {
 opacity: 1;
 filter: alpha(opacity=100);
 top: 50%;
}
 50% {
 opacity: 0;
 filter: alpha(opacity=0);
 top: 50%;
}
 100% {
 opacity: 0;
 filter: alpha(opacity=0);
 top: 29%;
}
}
 @keyframes scroll-ani {
 0% {
 opacity: 1;
 filter: alpha(opacity=100);
 top: 29%;
}
 15% {
 opacity: 1;
 filter: alpha(opacity=100);
 top: 50%;
}
 50% {
 opacity: 0;
 filter: alpha(opacity=0);
 top: 50%;
}
 100% {
 opacity: 0;
 filter: alpha(opacity=0);
 top: 29%;
}
}
.mouse-scroll {
	display: inline-block;
	line-height: 18px;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
}
.mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 60px;
	margin: 0 auto;
	z-index:9999;
	box-sizing: border-box;
	border: 3px solid #FFF;
	border-radius: 50px;
}
.mouse-movement {
	position: absolute;
	display: block;
	z-index:9999;
	top: 29%;
	left: 50%;
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	background: #FFF;
	border-radius: 50%;
	-webkit-animation: scroll-ani 2.5s linear infinite;
	animation: scroll-ani 2.5s linear infinite;
}
.mouse-message {
	float: left;
	z-index:9999;
	margin: -220px 0 0 7px;
	padding: 0;
	-webkit-animation: scroll-ani 2.5s linear infinite;
	animation: scroll-ani 2.5s linear infinite;
}

/* --------------------------------------------
   Preloader Styles
--------------------------------------------*/

.loader-area {
	position: fixed;
	z-index: 99999999;
	background-color: #202532;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.loader {
	background: url('../img/loading.svg');
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -22px;
}

/* --------------------------------------------
   Menu Sections
--------------------------------------------*/

.fixed-section {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.menu-page {
	z-index: 110;
	background: url('../img/as-img-01.jpg') #202532;
	overflow: hidden;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}
.menu-open .menu-page {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.menu-page .left-section {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
	background-color: rgba(32, 37, 50, 0.97);
	padding-top: 17%;
}
.main-menu-left-content {
	text-align: center;
}
.menu-page .right-section {
	position: relative;
	float: right;
	width: 60%;
	height: 100%;
	background-color: rgba(33, 37, 47, 0.9);
	padding-top: 12%;
}
.menu-area {
	position: fixed;
	z-index: 100;
	top: 70px;
	right: 80px;
	text-align: center;
}
.menu {
	margin: 0px;
	padding: 0px;
}
.menu-bar {
	display: table;
	font-size: 25px;
	color: #fff;
	margin-bottom: 250px;
	line-height: 1;
}
.menu-bar, .menu-bar:focus {
	color: #fff;
}
.parallax-page-1 .menu-bar:hover, .parallax-page-3 .menu-bar:hover {
	color: #ea3509;
}
.parallax-page-2 .menu-bar:hover, .parallax-page-4 .menu-bar:hover {
	color: #202532;
}
.bottom-section .menu-bar {
	color: #202532;
}
.bottom-section .menu-bar:hover {
	color: #ea3509;
}
.menu-page .menu-bar {
	margin: 0px !important;
}
.menu-open .menu-page .menu-bar {
	color: #fff !important;
}
.menu-open .menu-page .menu-bar:hover {
	color: #ea3509 !important;
}

/* --------------------------------------------
   Parallax Menu
--------------------------------------------*/

.parallax-menu {
	position: relative;
	z-index: 2;
	-webkit-transition: all .7s;
	transition: all .7s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	filter: alpha(opacity=0);
}
.show-menu-contents .parallax-menu {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	filter: alpha(opacity=100);
}
.parallax-menu li {
	list-style: none;
}
.parallax-menu li a {
	display: block;
	color: #FFFFFF;
	font-size: 70px;
	line-height: 1;
	padding: 25px 25px 25px 80px;
	text-decoration: none;
	font-family: "Saira", sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}
.parallax-menu li.active a, .parallax-menu li a:hover {
	color: #ea3509;
}
.lavalamp-object {
	background-color: rgba(33, 37, 47, 0.35);
}

/* --------------------------------------------
   Right Menu
--------------------------------------------*/

.bottom-section .right-menu {
	margin-top: 0px !important;
}
.right-menu {
	margin: 0px;
	padding: 0px;
	position: fixed;
}
.right-menu li {
	margin-bottom: 10px;
	list-style: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
}
.right-menu li a {
	display: block;
	padding: 9px;
	outline: none;
	border-radius: 50%;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.7);
	-webkit-transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}
.right-menu li a .fff {
	background: #fff;
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
}
.right-menu li:hover a {
	border-color: #fff;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
.right-menu li.active a {
	padding: 9px;
	border-color: rgba(255, 255, 255, 0.7);
}
.right-menu li.active a, .right-menu li.active:hover a {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.parallax-page-1 .right-menu li.active a .fff, .parallax-page-3 .right-menu li.active a .fff {
	background-color: #ea3509;
}
.parallax-page-2 .right-menu li.active a .fff, .parallax-page-4 .right-menu li.active a .fff {
	background-color: #ea3509;
}
.bottom-section .right-menu li.active a .fff {
	background-color: #ea3509 !important;
}
.bottom-section .right-menu li a .fff {
	background-color: #202532 !important;
}
.bottom-section .right-menu li:hover a, .bottom-section .right-menu li.active a {
	border-color: #202532;
}

/* --------------------------------------------
   Parallax background
--------------------------------------------*/

.sky-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
.star {
	background: #999;
}
.star1 {
	width: 2px;
	height: 2px;
}
.star2 {
	width: 1px;
	height: 1px;
}
.star3 {
	width: 1px;
	height: 1px;
}
.star4 {
	width: 2px;
	height: 2px;
}

/* --------------------------------------------
   My picture
--------------------------------------------*/

.my-pic {
	width: 200px;
	height: 200px;
	border-radius:30% 30% 80% 80% / 30% 30% 80% 80%;
	overflow: hidden;
	border: 10px solid rgba(255, 255, 255, 0.10);
	display: block;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .7s;
	transition: all .7s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.show-menu-contents .my-pic {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100)
}
.my-pic img {
	width: 100%;
	height: 100%;
}

/* --------------------------------------------
   Menu Page Social
--------------------------------------------*/

.main-menu-left-content .social {
	margin-bottom: 25px;
	-webkit-transition: all .7s;
	transition: all .7s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.show-menu-contents .main-menu-left-content .social {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main-menu-left-content .social li a {
	background-color: transparent;
}
.main-menu-left-content .social li a:hover {
	background-color: #ea3509;
}

/* --------------------------------------------
   Menu contact address
--------------------------------------------*/

.main-menu-left-content .contact-info-lists {
	margin: 0px;
	-webkit-transition: all .7s;
	transition: all .7s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.show-menu-contents .main-menu-left-content .contact-info-lists {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.main-menu-left-content .contact-info-lists li {
	font-family:"Nunito", sans-serif;
	color: #e7e7e7;
	font-size: 16px;
	line-height:1.5;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0px;
}
.main-menu-left-content .contact-info-lists li a {
	font-family:"Nunito", sans-serif;
	color: #e7e7e7;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	padding: 0px;
}
.main-menu-left-content .contact-info-lists li a:hover {
	color: #ea3509;
}
.single-page.resume {
	z-index: 3;
}

/* --------------------------------------------
   About page
--------------------------------------------*/

.my-pic-bg {
	padding: 0px;
	background-color: #F5F5F5;
	display: table-cell;
	float: none;
	vertical-align: middle;
	background-image: url("../img/avater-me.jpg");
	background-size: cover;
	background-position: center right;
	height: 400px;
}
.my-bio {
	background:rgba(251, 251, 251, 1);
	padding:7% 6% 7% 8%;
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.my-bio h2{
	font-family: "Saira", sans-serif;
    margin-bottom: 20px;    
	font-size:38px;
    line-height: 1.5;
	font-weight: 600;
	position: relative;
	display:inline-block;
	text-transform:uppercase;
    color: #333448;
    margin: 0px;
    margin-bottom: 20px;
}
.my-bio h2::after {
    background:rgba(234, 53, 9, 0.8);
    height: 4px;
    width: 0;
	border-radius:10px;
    position: absolute;
    left: 0;
    bottom: 7px;
    content: "";
    z-index: 1;
    transition: .3s;
}
.my-bio h2:hover::after {
    width: 100%;
}
.my-bio h2 span{
	color:#ea3509;
	display: inline-block;
}
.my-bio .info_list {
    width: 100%;
    height: auto;
    clear: both;
    display:inline-block;
	margin-bottom:10px;
}
.my-bio .info_list ul {
    margin: 0px;
    list-style-type: none;
}
.my-bio .info_list ul li {
    margin: 0px;
    width: 50%;
    float: left;
}
.my-bio .info_list ul li p{
	margin-bottom:10px;
}
.my-bio .info_list ul {
    list-style-type: none;
	padding:0;
}
.my-bio .info_list ul li .left {
    min-width: 70px;
    display: inline-block;
    color: #333448;
    font-weight: 500;
    font-family:"Saira", sans-serif;
}
.my-bio .info_list ul li .right a {
    text-decoration: none;
    color: #8c8e91;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.my-bio .info_list ul li .right a:hover{
	color:#ea3509
}
.my-bio .left {
    width: 32%;
    height: auto;
}

/* --------------------------------------------
   My services
--------------------------------------------*/

.service-section {
	background-color: #FFFFFF;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
	padding-bottom:70px;	
}
.single-s-area {
	margin-bottom:30px;
}
.s-area {
	border:4px solid rgba(0, 0, 0, 0.08);
	padding:40px 30px;	
	border-radius:6px;
	box-shadow:0px 10px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.35s ease-out;
	transition: all 0.55s;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.s-area:hover{
	background:#ea3509;
	cursor:pointer;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
	transform: scale(1.04);
	transition: transform 0.35s ease-out;
	transition: all 0.55s;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.s-area:hover .icon-sec{
	color: #ea3509;
	background: #fff;
	border-radius:10px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.s-area:hover .service-content h3, .s-area:hover .service-content p{
	color:#fff;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.icon-sec {
	font-size: 34px;
	color: #fff;
	background: #ea3509;
	width: 70px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
	line-height: 70px;
	border-radius:50%;
}
.service-content * {
	margin: 0px;
}
.service-content .service-title {
	font-size: 20px;
	line-height:24px;
	color:#333448;
	text-align: center;
	margin-bottom:15px;
	text-transform:none;
	font-weight:500;
}
.service-content p {
	text-align: center;
	font-weight:400;
	color:#8c8e91;
	letter-spacing:0;
}
.service-title span {
	color: #ea3509;
}
.service-content {
	color: #202532;
}

/* --------------------------------------------
   My best facts
--------------------------------------------*/

.why-best-section {
	background-image: url("../img/as-img-01.jpg");
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
}
.why-best-section .overlay {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}
.why-best-section .overlay-content {
	position: relative;
}
.why-best {
	position: relative;
	overflow: hidden;
	padding:7% 6% 7% 8%;
	background-color: rgba(255, 255, 255, 0.8);
}
.work-style-slider {
	margin-bottom: 10px;
}
.why-best-title {
	z-index: 2;
	text-transform: uppercase;	
}
.why-best-sub-title {
	color: #ea3509;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	margin-right: 0px;
}
.why-best-slider-controller span {
	margin-right: 1px;
}
.why-best-slider-controller span.next-slide {
	margin-left: 10px;
	display: inline-block;
	line-height: 34px;
}
.why-best-slider-controller span .next-slide-btn {
	color: #ea3509;
	text-decoration: none;
	font-family: "Saira", sans-serif;
	font-weight: 500;	
	font-size: 14px;
	text-transform:uppercase;
	border: 1px solid transparent;
	padding: 5px 15px;
	border-radius:30px;
	background: #ea3509;
	color: #fff;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
}
.why-best-single-item {
	width: 100%;
	font-size: 14px;
	color: #202532;
}

/* --------------------------------------------
   Statistics
--------------------------------------------*/

.statistic-section {
	color: #fff;
}
.st-area {
	text-align: center;
	padding:60px 10px;
}
.st-area:nth-child(2n+0) {
	background-color: #292E3C;
}
.st-area i {
	font-size: 50px;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 5px;
	display: inline-block;
	color: #ea3509;
}
.st-number {
	font-size: 44px;
	line-height:46px;
	vertical-align: middle;
	margin-bottom: 15px;
	display: inline-block;
	font-weight: 800;
	color: #ea3509;
}
.st-title {
	font-family:"Nunito", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #dddddd;
	margin: 0px;
	letter-spacing:0.5px;
}

/* --------------------------------------------
   Resume page
--------------------------------------------*/

.resume-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.resume-left-area {
	padding-top:6%;
	position: relative;
	z-index: 2;
}
.resume-right-area {
	padding-top: 7%;
	padding-bottom: 7%;
	position: relative;
	z-index: 15;
}

/* --------------------------------------------
   Timelines
--------------------------------------------*/

.timelines {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	position: relative;
}
.timelines:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0px;
	left: 23px;
	background: #e1e1e1;
	border-radius: 30px;
}
.single-timeline {
	list-style: none;
	position: relative;
	padding-left: 12%;
	padding-top: 0;
	padding-bottom: 50px;
}
.single-timeline:last-child {
	padding-bottom:0px;
}
.single-timeline:after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 22px;
	border:4px solid rgba(0, 0, 0, 0.08);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius:50%;
	line-height: 22px;
	background-color: #ea3509;
	padding: 10px 0px;
	display: inline-block;
	font-family: FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);	
}
.timeline-time {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom:10px;
}
.timeline-title {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 22px;
	color: #333448;
	text-transform: none;
	letter-spacing: 0.5px;
}
.timeline-sub-title {
	font-weight: 400;
	font-size: 14px;
	color: #8e8e8e;
	text-transform: none;
}
.timeline-content {
	margin-bottom: 0;
	color:#5b5b5b;
}
.resume-sec-title-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}
.resume-sec-title {
	font-size: 48px;
	line-height:1.5;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Saira', sans-serif;
	font-weight: 700;
	margin: 0px;
	letter-spacing: 1px;
}

/* --------------------------------------------
   Resume sec edu
--------------------------------------------*/

.resume-sec-edu, .resume-sec-edu .resume-sec-title-wrapper {
	background-color: #202532;
	z-index: 2;
}
.resume-sec-edu .resume-right-area {
	background-color: rgba(251, 251, 251, 1);
}
.resume-sec-edu .timeline-time {
	color: #ea3509;
}
.resume-sec-edu .single-timeline:after {
	content: "\f02d";
}

/* --------------------------------------------
   Employments
--------------------------------------------*/

.resume-sec-employ, .resume-sec-employ .resume-sec-title-wrapper {
	background-color: #ea3509;
	z-index: 3;
}
.resume-sec-employ .resume-right-area {
	background-color: #ffffff;
}
.resume-sec-employ .timeline-time {
	color: #ea3509;
}
.resume-sec-employ .single-timeline:after {
	content: "\f0b1";
}

/* --------------------------------------------
   Skills
--------------------------------------------*/

.resume-sec-skills, .resume-sec-skills .resume-sec-title-wrapper {
	background-color: #202532;
	z-index: 4;
}
.resume-sec-skills .resume-right-area {
	background-color:rgba(251, 251, 251, 1);
}
.skill-lists {
	margin: 0px;
	padding: 0px;
	padding-left: 0;
	margin-left: 50px;
	position: relative;
}
.skill-list {
	list-style: none;
	margin-bottom: 50px;
}
.skill-list:last-child {
	margin-bottom: 0px;
}
.skill-title {
	font-size: 22px;
	font-weight: 500;
	color: #333448 !important;
	text-transform: none;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.skill-des {
	margin: 0px;
	line-height: 1;
	color: #FFF;
	font-size:13px;
	font-weight:600;
	display: inline-block;
	padding: 5px 15px 0px;
}
.bar-wrapper {
	background: #f0f0f0;
	position: relative;
	margin-bottom: 15px;
	height: 24px;
	border-radius:30px;
}
.bar-inner {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 0%;
	border-radius:30px;
	background: #74D6F2;
	text-align: left;
}
.html .skill-title {
	color: #7FDFEC;
}
.html .bar-inner {
	background-color: #74D6F2;
}
.css .skill-title {
	color: #FCA0AD;
}
.css .bar-inner {
	background-color: #F98F8F;
}
.wordpress .skill-title {
	color: #A8B9FC;
}
.wordpress .bar-inner {
	background-color: #849CFA;
}
.javascript .skill-title {
	color: #FABFA5;
}
.javascript .bar-inner {
	background-color: #FFB08D;
}

/* --------------------------------------------
   Recognitions
--------------------------------------------*/

.resume-sec-recong, .resume-sec-recong .resume-sec-title-wrapper {
	background-color: #ea3509;
	z-index: 5;
}
.resume-sec-recong .resume-right-area {
	background-color: #ffffff;
}
.recognition-lists {
	margin: 0px;
	padding: 0px;
	padding-left: 0;
	margin-left:50px;
	position: relative;
}
.recognition-list {
	list-style: none;
	margin-bottom: 50px;
}
.recognition-list:last-child {
	margin-bottom: 0px;
}
.recognition-left-sec {
	float: left;
	font-size: 50px;
	margin-right: 20px;
	color: #DFDFDF;
	width: 55px;
	text-align: center;
}
.recognition-right-sec {
	float: left;
	overflow: hidden;
	width: 83%;
}
.recognition-title {
	font-size: 22px;
	line-height:1.5;
	color: #333448;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.recognition-sub-title {
	margin-bottom: 2px;
	color: #202532;
	font-weight: 500;
	font-size: 14px;
	text-transform: none;
}
.recognition-place {
	margin: 0px;
}
.recognition-1 .recognition-left-sec {
	color: #849CFA;
}
.recognition-2 .recognition-left-sec {
	color: #F98F8F;
}
.recognition-3 .recognition-left-sec {
	color: #74D6F2;
}
.recognition-4 .recognition-left-sec {
	color: #FFB08D;
}
.recognition-5 .recognition-left-sec {
	color: #DA86FC;
}

/* --------------------------------------------
   Portfolio Items
--------------------------------------------*/

.page-call-section.call-to-contact .overlay {
	background-color: #fff;
}
.page-call-section.call-to-contact .go-to-sec-title {
	color: #202532;
}
.portfolio-section {
	padding: 5% 8%;
}
.portfolio-filters-area {
	margin-bottom:40px;
}
.portfolio-filters {
	padding: 0px;
	margin: 0px;
}
.portfolio-filters li {
	list-style: none;
	display: inline-block;
	margin: 5px;
}
.portfolio-filters li a {
	display: block;
	padding: 8px 20px;
	background: #fff;
	color: #5b5b5b;
	font-family: "Saira", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	outline: none;
	border-radius:30px;
	text-transform:uppercase;
	border:2px solid #d9d9d9;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.portfolio-filters li.active a, .portfolio-filters li.active a:hover {
	background-color: #ea3509;
	border-color: #ea3509;
	color: #fff;
}
.portfolio-filters li a:hover {
	background-color: #ea3509;
	border-color: #ea3509;
	color: #fff;
}
.protfolio-items {
	margin: 0;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.single-port-item {
	display: block;
	width: 25%;
	padding: 10px;
	float: left;
	position: relative;
}
.single-port-item a {
	display: block;
	-webkit-transition: none !important;
	transition: none !important;
}
.protfolio-image {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	border:6px solid rgba(255, 255, 255, 0.1);
	border-radius:6px;
	box-shadow:0px 10px 15px rgba(0, 0, 0, 0.05)
}
.protfolio-image img {
	max-width: inherit;
	width: 100%;
	-webkit-transition: all 0.45s ease-out;
	transition: all 0.45s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.protfolio-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
	padding: 30px;
	background-color:rgba(255, 255, 255, 0.92);
}
.protfolio-content-inner {
	position: relative;
	width: 100%;
}
.p-title {
	font-size: 20px;
	line-height:1.5;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px;
	font-family: 'Saira', sans-serif;
	font-weight: 500;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.p-title:after {
	content: "";
	position: absolute;
	-webkit-transition: all .45s ease;
	transition: all .45s ease;
	left: 0px;
	top: 100%;
	width: 0px;
	height: 2px;
	background-color: #ea3509;
}
.protfolio-content-inner p {
	color: #5b5b5b;
	line-height:1.6;
}
.single-port-item:hover img {
	-webkit-transform: scale(1.2) rotate(5deg);
	transform: scale(1.2) rotate(5deg);	
}
.single-port-item:hover .p-title:after {
	width: 50px;
}
.single-port-item:hover .protfolio-content {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* --------------------------------------------
   Modal dialog
--------------------------------------------*/

.modal-dialog {
	max-width: 90%;
	margin: 5% auto;
}
.modal-content {
	border-radius:20px;
}
.modal-title {	
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0px;
	text-transform: none;
	margin: 0px;
	font-family: 'Saira', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.portfolio-image {
	width:100%;
	margin-bottom: 20px;
	border-radius:10px;
}
.modal-content .description p {
	margin: 0px;
}
.modal-footer {
	border: none;
	padding: 15px;
}
.modal-footer .btn {
	vertical-align: middle;
	margin: 6px !important;
	display: inline-block;
	padding: 10px 25px;
	font-size: 12px;
}
.modal-footer .btn i {
	top: 13px;
}
.modal-footer .btn:hover {
	padding-right: 13px;
	padding-left: 35px;
}
.modal-footer .btn:hover i {
	left: 13px;
}

/* --------------------------------------------
   Testimonials
--------------------------------------------*/

.testimonial-section {
	background-color: #F2F2F2;
	background-image: url('../img/bg-02.jpg');
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding:100px 0px;
}
.testimonial-section .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(32, 37, 50, .9);
}
.tes-overlay-content {
	position: relative;
}
.single-testimonial {
	width: 1070px;
	max-width: 90%;
	margin: 0px auto;
	margin-bottom: 40px;
}
.single-testimonial blockquote {
	padding: 0px;
	border: none;
	margin: 0px;
	font-size: 16px;
	color: #fff;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.single-testimonial blockquote p{
	color:#c6c6c6;
	font-size: 18px;
	font-style: italic;
}
.single-testimonial cite {
	color: #ea3509;
	font-size: 20px;
	font-style: normal;
	text-transform:uppercase;
}
.single-testimonial cite span {
	font-family:"Nunito", sans-serif;
	color: #9f9f9f;
	width: 100%;
	display: block;
	font-size: 14px;
	padding-top: 5px;
	text-transform: none;
}
.blockquote-text {
	margin-bottom: 30px;
	position: relative;
	font-weight: 400;
	letter-spacing:0.5px;
}
.tes-thumb-ctrl-lists {
	margin: 0px auto;
	padding: 0px;
	display: table;
}
.tes-thumb-ctrl-lists li {
	display: inline-block;
	list-style: none;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	border:5px solid rgba(255, 255, 255, 0.2);
	filter: alpha(opacity=50);
}
.tes-thumb-ctrl-lists li.active, .tes-thumb-ctrl-lists li.active:hover, .tes-thumb-ctrl-lists li:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.tes-thumb-ctrl-lists li a, .tes-thumb-ctrl-lists li a img {
	display: block;
	height:100%:
}

/* --------------------------------------------
   Contact page
--------------------------------------------*/

.contactmetitle {
	margin-bottom: 30px;
	position:relative;
}
.contactmetitle::after{
	background-color:#ea3509;
	height: 3px;
	width: 60px;
	position: absolute;
	left: 0;
	bottom: -5px;
	content: "";
	z-index: 1;
	border-radius: 20px;
}
.contact-form {
	padding: 7% 5%;
}
.custom-bs-style {
	width: 100%;
	margin: 0px;
	display: block;
	position: relative;
}
.custom-bs-style .form-group {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
.custom-bs-style .form-group:last-child {
	margin-top: 30px;
	margin-bottom: 0px;
}
.custom-bs-style .input-group {
	width: 100%;
	padding: 0px;
	display: block;
	position: relative;
	padding-left: 0;
	padding-bottom: 2px;
	height: auto;
	overflow: hidden;
}
.custom-bs-style .input-group:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: 0px;
	left: 0px;
	width: 0px;
	background-color: transparent;
	-webkit-transition: all .8s cubic-bezier(0.55, -0.07, 0.43, 1);
	transition: all .8s cubic-bezier(0.55, -0.07, 0.43, 1);
}
.custom-bs-style .input-group.error:after {
	background-color: #ea3509;
	width: 100%;
}
.custom-bs-style .input-group.success:after {
	background-color: #2ecc71;
	width: 100%;
}
.custom-bs-style .input-group-addon {
	border-color: transparent;
	width: 52px;
	height: 100%;
	padding: 0px;
	padding-top: 18px;
	background-color:transparent;
	color: #202532;
	border-radius: 0px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:9;
}
.custom-bs-style .input-group .form-control {
	box-shadow: none;
	height: 52px;
	padding:12px 20px 10px 55px;
	background-color: #ffffff;
	max-width: 100%;
	line-height: 1.6;
	border-color: transparent;
	border-left: none;
	border-radius:30px;
	display: block;
}
.custom-bs-style .input-group textarea.form-control {
	height: inherit;
	border-radius:20px;
}
.sweet-alert h2 {
	color: #202532;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
}
.sweet-alert p {
	color: #202532;
	font-size: 14px;
	font-weight: 400;
}
.sweet-alert button, .showSweetAlert button {
	padding: 10px 30px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
	letter-spacing: 1px;
	background: #ea3509 !important;
	line-height: 1.42857143;
}

/* --------------------------------------------
   Contact address
--------------------------------------------*/

.contact-info {
	width: 100%;
}
.contact-info-wrapper {
	padding: 7% 5%;
	background-size: cover;
	background-image: url("../img/contact-bg.jpg");
	background-position: center;
}
.contact-info-wrapper .overlay {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.93);
	top: 0px;
	left: 0px;
	position: absolute;
}
.contact-info-wrapper .overlay-content {
	position: relative;
	z-index: 2;
}
.contact-info-lists {
	padding: 0px;
	margin: 0px;
	margin-bottom: 60px;
}
.contact-info-lists li {
	list-style: none;
	margin-bottom: 18px;
}
.contact-info-lists li a {
	font-size: 16px;
	color: #535353;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-left: 30px;
	line-height: 1.6;
}
.contact-info-lists li a span {
	display: inline-block;
	font-size: 16px;
	color: #202532;
	position: absolute;
	top: 7px;
	left: 0px;
	line-height: 1;
	-webkit-transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
	transition: all .3s cubic-bezier(0.58, 0.01, 0.47, 0.88);
}
.contact-info-lists li.address a span {
	font-size: 20px;
	top: 5px;
}
.contact-info-lists li.email a span {
	font-size: 14px;
}
.contact-info-lists li a:hover span {
	color: #ea3509;
}
.contact-social-section {
	padding: 4%;
	text-align: center;
	background-color: #2a2a2a;
}

/* --------------------------------------------
   Google map
--------------------------------------------*/

#map {
	width: 100% !important;
	height: 400px !important;
	background-color: #202532 !important;
}
.contact-map img {
	max-width: inherit;
}

/* --------------------------------------------
   Footer
--------------------------------------------*/

.main-footer {
	overflow: hidden;
	font-family: "Saira", sans-serif;
	background-color: #202532;
	text-align: center;
	color: #b3b3b3;
	padding:30px 0px;
	font-size: 12px;
	border-top: 1px solid #2A3040;
}
.main-footer p {
	font-family: "Saira", sans-serif;
	color: #dddddd;
	margin: 0px;
	padding: 5px 0;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0.5px;
	word-spacing: 0px;
}

/* --------------------------------------------
   News item block
--------------------------------------------*/

.news_item_block .news_list {
    margin: 0px;
}
.news_item_block .news_list .inner {
    width: 100%;
    height: auto;
    clear: both;
    float: left;
	box-shadow:0px 10px 15px rgba(0, 0, 0, 0.05);
    position: relative;    
}
.news_item_block .news_list .inner .image {
    position: relative;
}
.news_item_block .news_list .inner .image span{
    position: absolute;
    background: #ea3509;
    top: 25px;
    left: 25px;
    padding: 4px 15px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing:0.5px;
    border-radius: 30px;
}
.news_item_block .news_list .inner .image img {
    min-width: 100%;
	border-radius:6px 6px 0 0;
}
.news_item_block .news_list .inner .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.news_item_block .news_list .inner .image a {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.news_item_block .news_list .inner .texts {
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
	float:left;
    background:#fff;
	border-top:4px solid transparent !important;
	border:4px solid rgba(0, 0, 0, 0.08);
	border-radius:0 0 6px 6px;
	margin-top:-4px;
    padding: 30px;
}
.news_item_block .news_list .inner .texts .date{
	font-family: "Nunito", sans-serif;
	font-size:16px;
	color:#8c8e91;
	margin-bottom:5px;
	font-style:italic;
}
.news_item_block .news_list {
    list-style-type: none;
	margin-bottom:30px;
}
.news_item_block .news_list .inner .texts .title h3{
    color: #333448;
    text-decoration: none;
    text-transform: none;
    font-size: 20px;
	line-height:1.4;
    font-weight: 500;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.news_item_block .news_list .inner .texts .title h3:hover{
	color:#ea3509;
}
.news_item_block .news_list .inner .texts .def {
    margin-bottom: 25px;
}
.news_item_block .news_list .inner .texts .def p{
	font-family: "Nunito", sans-serif;
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 1.6;
	color:#8c8e91;
}
.news_item_block .btn.btn-dark-red.reverse {
	background-color: #ea3509;
	border-color: #ea3509;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	margin:0px;
	padding-top:12px;
	padding-bottom:12px;
	box-shadow:0px 8px 15px rgba(24, 27, 49, 0.1);
}
.news_item_block .btn.btn-white-red.reverse {
	background-color: #fff;
	border-color: #fff;
	color: #ea3509;
}
.news_item_block .btn.btn-dark-red.reverse:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
}
.news_item_block .btn.btn-white-red.reverse:hover {
	color: #fff;
	background-color: #ea3509;
	border-color: #ea3509;
	box-shadow:0px 10px 15px rgba(234, 53, 9, 0.3);
}
.news_item_block .btn:hover {
	padding-left: 50px;
	padding-right: 20px;
}
.news_item_block .btn:hover i {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 20px;
}