
body,
html {
    margin: 0;
	padding: 0;
	
	width: 100%;
	overflow-x: hidden;

}

body {
    line-height: 32px;
    color: #818181;
    letter-spacing: 0.64px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}


/*------------------------------------------------------------------------------
/ 2. Typography Settings
------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5 h6 {
    color: #000000;
    font-weight: 400;
    margin: 0 0 15px;
}

a {
    color: #000;
    text-decoration: none;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

a:focus {
    color: #fff;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/*------------------------------------------------------------------------------
/ 3. Section Title Settings
------------------------------------------------------------------------------*/

.noPadding {
    padding: 0;
}

.noPaddingRight {
    padding-right: 0;
}

.noPaddingLeft {
    padding-right: 0;
}


/*------------------------------------------------------------------------------
/ 4. Button Settings
------------------------------------------------------------------------------*/

.common_btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #f5a406;
    color: #fff;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 45.5px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.common_btn span {
    position: relative;
    z-index: 2;
}

.common_btn:after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}

.common_btn:hover:after {
    width: 100%;
}

.common_btn:hover {
    color: #000;
}

.common_btn.red_bg {
    padding: 28px 40.5px;
}

.common_btn.red_bg:after {
    background: #e2740f;
}

.common_btn.red_bg:hover:after {
    width: 100%;
}

.common_btn.red_bg:hover {
    color: #fff;
}


/*------------------------------------------------------------------------------
/ 5. Section Settings
------------------------------------------------------------------------------*/

.commonSection {
    padding: 50px 0;
    position: relative;
    /* padding-top: 50px; */
    /* margin-top: 50px; */
    overflow: hidden;
}

.commonSection .container {
    position: relative;
    z-index: 2;
    /* margin-top: 80px; */
}

.grays {
    background: #f5f6fa;
}

.sub_title {
    font-size: 12px;
    line-height: .8;
    font-weight: 400;
    color: #818181;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.sec_title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.red_color {
    color: #e2740f;
}

.white {
    color: #ffffff;
}

.sec_desc {
    margin: 0 0 54px;
}

.color_aaa {
    color: #aaaaaa;
}

section.commonSection.testimonial .container {
    margin-top: 80px;
}

section.commonSection.ready {
    margin-top: 100px;
}
#bBG{
		width: 100%;
		height: 150px;
		padding: 2.6%;
		margin-top: 96px;
		background-color: #FB8621;
	}
.img-6{
	text-align: center;
}
.img-6 h1{
	text-align: center;
	font-size: 34px;
	margin: 60px 0;
}
.img-6 div{
	width: 80%;
	margin: auto;
}
.img-6 div img{
	margin:15px;
}
.hm{
	/* height: 1000px; */
	width: auto !important;
	margin-top: 3%;
	padding: 5% 0;
}
.hm img{
	width: 100%;
}
#wid{
	width: 100%;
}
.cla{
	width: 100%;
	height: 620px;
	background-color: #DDDDDD;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 100px;
}
.cla h1{
	font-size: 34px;
	margin:0 0 80px 0;
	color: #1A1A1A;
	font-weight: 600;
}
.cla_di{
	display: flex;
	justify-content: center;
	align-items: center;
}

.cla_di div{
	width: 300px;
	background-color: #FFFFFF;
	border-radius: 25px;
	margin: 0 2%;
}
.cla_di div img{
	width: 134px;
	height: 134px;
}
.cla_di div p:nth-child(1){
	font-size: 25px;
	font-weight: 700;
	color: #1A1A1A;
	margin:40px 0 26px 0;
}
.cla_di div p:nth-child(3){
	font-weight: 700;
	color: #1A1A1A;
	font-size: 18px;
	margin:22px 0 0 0;
}
.cla_di div p:nth-child(4){
	font-size: 14px;
	color: #1A1A1A;
	margin:10px 0 10px 0;
}
.bg_img{
	height: 500px;
	position: relative;
	overflow: hidden;
}
.bg_img div{
	width: 100%;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	margin-top: 60px;
}
.bg_img div h1{
	color: #FFFFFF;
	font-size: 34px;
	margin-bottom: 55px;
}
.bg_img div p{
	margin: 0;
	font-size: 17px;
}
.da_img{
	text-align: center;
}

#img_i{
	position: relative;
	/* width: 52%; */
	margin: auto;
	margin-bottom: 50px;
}
.xue{
	position: relative;
	height: 420px;
	display: flex;
	justify-content: center;
}
.xue div{
	position: absolute;
	    width: 930px;
}
.xue div p{
	    position: absolute;
	    top: 252px;
	    left: 695px;
}
#img_i img{
	position: relative;
}
#img_i p{
	background-color: #FB8621;
	width: 140px;
	border-radius: 10px;
	font-size: 19px;
	padding: 3px 0 8px 0;
	/* position: absolute; */
	color: #000000;
	z-index: 99;
	/* border: 2px solid #FB8621; */
}
#img_i p a {
	color: #ffffff;
	font-size: 19px;
}
.ul_tab{
	text-align: center;
	padding-top: 60px;
}
.ul_tab h1{
	font-size: 34px;
	font-weight: 600;
	color: #1A1A1A;
}
.ul_tab ul{
	width: 100%;
	margin: 66px 0 5px 0;
}
.ul_tab ul li{
	display: inline-table;
	color: #FFFFFF;
	background-color: #F5A406;
	margin: 1%;
	font-size: 23px;
	width: 270px;
	padding: 2%;
	transform: skewX(-7.5deg);
}
.ul_tab ul li a{
	color: #FFFFFF;
}
.BGli{
	background-color:#f8831f !important;
}
.bg_img-4{
	background: url(./public/img/pic-1.png);
}
@media (max-width: 767px){
	.img-6 div img{
	margin: 15px 0;
	width: 100%;
	}
	.fack{
		display: block!important;
		padding: 0 !important;
	}
	.fack div{
		margin: 0;
		text-align: center;
	}
	.fack div img{
		margin: 0 0 5% 0;
	}
	.cla{
		height: auto;
		margin-top: 40%;
	}
	.cla_di{
		display: inline-block;
		justify-content: center;
		align-items: center;
	}
	.cla_di div{
		margin: 10% 0;
		padding: 1px;
	}
	#img_i p{
		width: 70px;
		height: 30px;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#img_i p a{
		font-size: 1px;
	}
	.xue{
		height: auto;
	}
	.xue div{
		width: 450px;
	}
	.xue div img:nth-child(1){
		width: 100%;
	}
	.xue div p{
		top: 60%;
		left: 73%;
	}
	.content_item_more:before{
		height: 0!important;
	}
}
