h1, h2, h3, h4, h5, h6 {
    color: inherit;
    margin: 0 auto;
}

.line-title {
    background-color: #45b6fe;
    height: 2.5px;
    width: 12.5%;
    margin: 0 auto;
}

.banner-title {
    font-family: 'Bitter', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif, monospace;
    font-size: 1.65vw;
    text-transform: uppercase;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.effect {
    filter: brightness(75%);
    transition: linear 0.25s;
}

.effect:hover {
    filter: brightness(100%);
}

.line {
    background-color: #45b6fe;
    height: 2.5px;
    width: 15%;
}

.line-2 {
    background-color: #45b6fe;
    height: 2.5px;
    width: 7.5%;
    margin: 0 auto;
}

.line-middle {
    background-color: #45b6fe;
    height: 2.5px;
    width: 25%;
    margin: 0 auto;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
}

.font-middle {
    font-size: 15px;
    color: #777777;
    margin: 0 auto;
    line-height: normal;
    text-align: justify;
}

.font-small {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    line-height: normal;
    text-align: justify;
}

.btn-square.black {
    border: none;
    background-color: #45b6fe;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 25px;
}

.btn-square.black:hover {
    background-color: #333333;
}

.font-title {
    color: #ffffff;
    font-size: 25px;
    margin: 0 auto;
    font-weight: bold;
    line-height: normal;
}

.font-title-2 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    line-height: normal;
}

.frame {
    background-color: #f2f2f2;
    padding: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.font-last {
    font-size: 15px;
    color: #777777;
    line-height: normal;
}

.btn-square.white {
    border: none;
    background-color: #45b6fe;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.btn-square.white:hover {
    background-color: #333333;
}

.animated.delay4 {
    animation-delay: .6s;
}

.animated.delay5 {
    animation-delay: .8s;
}

.list {
    font-size: 15px;
    padding-left: 25px !important;
}

.list-2 {
    display: block;
    line-height: 25px;
}

.icon {
    float: left;
    margin-left: -25px;
    padding-top: 5.5px;
}

/*new hover effect*/
.section-title {
	position: relative
}
.section-title p {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}
.section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block
}
.section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}
.section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #FF7200;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.services {
	background-color: #FBFBFB;
}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 0px!important;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
        background-color: #fff;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FF7200;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #FF7200;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
    font-size: 30px;
    width: 80px;
    height: 80px;
	border: 1px solid #ddd;
	line-height: 80px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s;
    color: #094289;
}
.single-service:hover i.fa {
	background-color: #FF7200;
	color: #fff;
	border-color: #FF7200;
	border-radius: 0;
}
.single-service h4 {
    font-size: 20px;
    font-weight: bold;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 18px;
	line-height: 1.8;
}

.fa-th-large{
    font-size: 0px!important;
    background-image: url("icon1.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th-large {
    font-size: 0px!important;
    background-image: url("icon1.jpg")!important;
    background-repeat: no-repeat;
}

.fa-th{
    font-size: 0px!important;
    background-image: url("icon2.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-th {
    font-size: 0px!important;
    background-image: url("icon2.jpg")!important;
    background-repeat: no-repeat;
}

.fa-cog{
    font-size: 0px!important;
    background-image: url("icon3.jpg");
    background-repeat: no-repeat;
}

.single-service:hover i.fa-cog {
    font-size: 0px!important;
    background-image: url("icon3.jpg")!important;
    background-repeat: no-repeat;
}

/*new hover effect*/

.title-big {
    font-size: 10.5px !important;
    font-family: 'Exo';
    font-weight: bold;
}

.effect {
    filter: brightness(95%);
    transition: linear 0.25s;
}

.effect:hover {
    filter: brightness(100%);
}

.line {
    background-color: #45b6fe;
    height: 2.5px;
    width: 15%;
}

.line-2 {
    background-color: #eb0815;
    height: 2.5px;
    width: 7.5%;
    margin: 0 auto;
}

.line-middle {
    background-color: #45b6fe;
    height: 2.5px;
    width: 25%;
    margin: 0 auto;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
}

.font-middle {
    font-size: 15px;
    color: #777777;
    margin: 0 auto;
    line-height: normal;
    text-align: justify;
}

.font-small {
    font-size: 15px;
    color: #777777;
    line-height: 25px;
    line-height: normal;
    text-align: justify;
}

.btn-square.black {
    border: none;
    background-color: #45b6fe;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
    padding: 15px 50px;
}

.btn-square.black:hover {
    background-color: #333333;
}

.font-title {
    color: #ffffff;
    font-size: 25px;
    margin: 0 auto;
    font-weight: bold;
    line-height: normal;
}

.font-title-2 {
    color: #ffffff;
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    line-height: normal;
}

.frame {
    background-color: #f2f2f2;
    padding: 5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
}

.font-last {
    font-size: 15px;
    color: #777777;
    line-height: normal;
}

.btn-square.white {
    border: none;
    background-color: #eb0815;
    font-size: 15px;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 0px;
    margin-bottom: 35px;
}

.btn-square.white:hover {
    background-color: #35404e;
}

.animated.delay4 {
    animation-delay: .6s;
}

.animated.delay5 {
    animation-delay: .8s;
}

.list {
    font-size: 15px;
    padding-left: 25px !important;
}

.list-2 {
    display: block;
    line-height: 25px;
}

.icon {
    float: left;
    margin-left: -25px;
    padding-top: 5.5px;
}