/* -------------------.section------------------------- */
.section .htitle{
    font: bold 17px/30px font1;
    color: #4d5e77;
    margin: 0;
    margin-bottom: 5px;
}
.section p{
    font: normal 13px/20px font1;
    color: #718199;
    text-align: justify;
}
/* -------------------header------------------------- */


/* -------------------#search_box------------------------- */
#search_box{
	width: 780px;
	padding-top: 200px;
	margin:0 auto;
}
#search_box .right_search{
	float:right;
	width: 140px;
}
#search_box .search_label{
	background-color: #5cc62b;
	width:123px;
	position:relative;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	font:500 27px/65px font1;
	color: #fff;
	height: 70px;
	margin-bottom: 5px;
	text-align: center;
}
#search_box .search_label .submit_search{
	background: none;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#search_box ul li{
	font: 500 13px/25px font1;
	color: #fff;
    height: 25px;
}
#search_box ul li label{
    display: block;
    cursor: pointer;
}
#search_box ul li i{
    float: right;
	width: 25px;
	height: 25px;
}
#search_box ul li.l1 i{
	background: url(../images/icons.png) no-repeat -175px -80px;	
}
#search_box ul li.l2 i{
	background: url(../images/icons.png) no-repeat -175px -105px;	
}
#search_box .search_label span{
	background: url(../images/icons.png) no-repeat right 0;
	display:block;
	position: absolute;
	left: -17px;
	top: 27px;
	width:17px;
	height: 18px;
}
#search_box .left_search{
	background-color: #5cc62b;
	float:left;
	width: 620px;
	padding: 10px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
#search_box .textbox{
	background-color:#fff;
    box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 	0px 3px 8px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
	padding: 10px 20px;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
	height: 38px;
	font: 27px/38px font1;
	color: #2f2f2f;
	border: none;
	width: 580px;
}
#search_box .ext_box{
    padding-top: 20px;
    width: 500px;
    overflow: hidden;
    float: left;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;

  max-height: 25px;

}
#search_box .ext_box_open{
    max-height: 200px;
}
#search_box .ext_box ul li{
    float: left;
    width: 120px;
    direction: ltr;
    text-align: left;
}
#search_box .ext_box ul li label{
    color: #fff;
    font: 16px/20px "font1";
}
#search_box .ext_box_btn{
    position: absolute;
    right: 0;
    left: 0;
    top: -7px;
    bottom: 0;
    margin: 0 auto;
    background:#1b324c;
    width:60px;
    height:30px;
    cursor: pointer;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
    border-radius:         0 0 60px 60px;
    -moz-border-radius:    0 0 60px 60px;
    -webkit-border-radius: 0 0 60px 60px;
}
#search_box .ext_box_btn i{
    color: #6985a4;
    -webkit-transition: all 0.25s ease;
       -moz-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
         -o-transition: all 0.25s ease;
            transition: all 0.25s ease;
}
#search_box .ext_box_btn i:hover{
    color: #fff;
}
#search_box .filled-in[type="checkbox"]:checked + label::after {
    background-color: #8493a8;
    border: 2px solid #8493a8;
}
#search_box .ext_box .filled-in[type="checkbox"]:checked + label::before {
    border-color: transparent #1f3854 #1f3854 transparent;
}
#search_box .ext_box .filled-in[type="checkbox"]:checked + label::after {
    background-color: #fff;
}
#search_box .ext_box .filled-in[type="checkbox"]:not(:checked) + label::after{
    background: #fff;
    border: none
}
#search_box .ext_box .filled-in[type="checkbox"]:checked + label::after{
    border: none;
}
#search_box .filled-in[type="checkbox"]:not(:checked) + label::after {
    border: 2px solid #d2d2d2;
}
#search_box .ext_box  [type="checkbox"] + label{
    padding-left: 25px;
}

#search_box .more_btn{
    float: right;
    color: #377a18;
    padding-top: 16px;
    font: bold 15px/30px font1;
    cursor: pointer;
}
#search_box .more_btn i{
	background: url(../images/icons.png) no-repeat -205px -80px;
    float: right;
	width: 20px;
	height: 20px;
	margin: 4px 0 0 4px;
}

/* -------------------#price_section------------------------- */
#price_section{
    padding: 38px 0;
    min-height: 190px;
    background-color: #fff;
}
#price_section .container{
    position: relative;
}
#price_section .info_box{
    position: absolute;
    right: 0;
    width: 270px;
    padding-top: 13px;
}
#price_section .info_box p{
	font-size: 13px;
}
#price_section .info_box .t_btn{
    float: right;
    color: #fff;
    background-color: #0082d5;
    margin-top: 12px;
	font: normal 13px/38px font1;
	border-radius: 			16px;
	-moz-border-radius: 	16px;
	-webkit-border-radius: 	16px;
	padding: 0 15px;
}
#price_section .table_price{
    padding-right: 330px;
}
#price_section .table_price .box{
    float: left;
    width: 20%;
    text-align: center;
}
#price_section .table_price .box6{
    display: none;
}
#price_section .table_price .box .box_inn{
    border: 1px solid #dce5ed;
    border-left: none;
}
#price_section .table_price div.box:first-child .box_inn{
    border-left: 1px solid #dce5ed;
}
#price_section .table_price .tbl_titr{
    border-bottom: 1px solid #dce5ed;
    background-color: #f4f6f9;
    font: normal 20px/50px font1;
    color: #566986;
    direction: ltr;
    overflow: hidden;
    position: relative;
}
#price_section .table_price .tbl_titr .label{
    font: normal 14px/25px font1;
    background-color: #b738a5;
    position: absolute;
    text-align: center;
    right: -23px;
    bottom: 20px;
    height: 25px;
    width: 80px;
    color: #fff;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#price_section .table_price .cnt{
    padding: 8px 8px 22px;
}
#price_section .table_price .ratting{
    margin-bottom: 8px;
}
#price_section .table_price .time{
    font-family: normal 15px/30px font1;
    color: #718199;
    white-space: nowrap;
	font: normal 13px/35px font1;
}
#price_section .table_price .t_btn{
    color: #0082d5;
    border: 1px solid #0082d5;
    font:500 15px/34px font1;
    height: 34px;
	padding: 0 13px;
	display: inline-block;
    text-align: center;
    margin:  0 auto;
	border-radius: 			16px;
	-moz-border-radius: 	16px;
	-webkit-border-radius: 	16px;
}
#price_section .table_price .t_btn:hover{
    background-color: #0082d5;
    color: #fff;
}
/* ---------------------#services_section-------------------- */
#services_section{
    background: #eaedf0 url(../images/section_bg1.png) no-repeat center center;
    padding: 50px 0 40px 0;
    text-align: center;
}
#services_section .box{
    float: right;
    width: 21%;
    margin: 0 2%;
    -webkit-transition: all 0.5s ease;
       -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
         -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
}
#services_section .box:hover{
    background-color: #fff;
    box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 	0px 3px 8px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.07);
}
#services_section .box .icon{
    width: 110px;
    height: 110px;
	position: relative;
    margin: 0 auto 30px auto;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
}
#services_section .box .icon i{
    text-align: center;
    color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}
#services_section .box .icon i.icon-website{background: url(../images/icons.png) no-repeat -45px -80px;}
#services_section .box .icon i.icon-settings{background: url(../images/icons.png) no-repeat -45px -140px;}
#services_section .box .icon i.icon-button{background: url(../images/icons.png) no-repeat -45px -200px;}
#services_section .box .icon i.icon-support{background: url(../images/icons.png) no-repeat -45px -260px;}
#services_section .box .icon i::before{
    font-size: 50px;
}
#services_section .box1 .icon{
    background: rgba(245,132,75,1);
    background: -moz-linear-gradient(top, rgba(245,132,75,1) 0%, rgba(213,70,84,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,132,75,1)), color-stop(100%, rgba(213,70,84,1)));
    background: -webkit-linear-gradient(top, rgba(245,132,75,1) 0%, rgba(213,70,84,1) 100%);
    background: -o-linear-gradient(top, rgba(245,132,75,1) 0%, rgba(213,70,84,1) 100%);
    background: -ms-linear-gradient(top, rgba(245,132,75,1) 0%, rgba(213,70,84,1) 100%);
    background: linear-gradient(to bottom, rgba(245,132,75,1) 0%, rgba(213,70,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5844b', endColorstr='#d54654', GradientType=0 );
}
#services_section .box2 .icon{
    background: rgba(204,61,116,1);
	background: -moz-linear-gradient(top, rgba(204,61,116,1) 0%, rgba(174,55,187,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,61,116,1)), color-stop(100%, rgba(174,55,187,1)));
	background: -webkit-linear-gradient(top, rgba(204,61,116,1) 0%, rgba(174,55,187,1) 100%);
	background: -o-linear-gradient(top, rgba(204,61,116,1) 0%, rgba(174,55,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(204,61,116,1) 0%, rgba(174,55,187,1) 100%);
	background: linear-gradient(to bottom, rgba(204,61,116,1) 0%, rgba(174,55,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3d74', endColorstr='#ae37bb', GradientType=0 );
}
#services_section .box3 .icon{
    background: rgba(134,77,214,1);
	background: -moz-linear-gradient(top, rgba(134,77,214,1) 0%, rgba(36,113,213,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(134,77,214,1)), color-stop(100%, rgba(36,113,213,1)));
	background: -webkit-linear-gradient(top, rgba(134,77,214,1) 0%, rgba(36,113,213,1) 100%);
	background: -o-linear-gradient(top, rgba(134,77,214,1) 0%, rgba(36,113,213,1) 100%);
	background: -ms-linear-gradient(top, rgba(134,77,214,1) 0%, rgba(36,113,213,1) 100%);
	background: linear-gradient(to bottom, rgba(134,77,214,1) 0%, rgba(36,113,213,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#864dd6', endColorstr='#2471d5', GradientType=0 );
}
#services_section .box4 .icon{
    background: rgba(9,147,189,1);
	background: -moz-linear-gradient(top, rgba(9,147,189,1) 0%, rgba(34,196,126,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,147,189,1)), color-stop(100%, rgba(34,196,126,1)));
	background: -webkit-linear-gradient(top, rgba(9,147,189,1) 0%, rgba(34,196,126,1) 100%);
	background: -o-linear-gradient(top, rgba(9,147,189,1) 0%, rgba(34,196,126,1) 100%);
	background: -ms-linear-gradient(top, rgba(9,147,189,1) 0%, rgba(34,196,126,1) 100%);
	background: linear-gradient(to bottom, rgba(9,147,189,1) 0%, rgba(34,196,126,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0993bd', endColorstr='#22c47e', GradientType=0 );
}
#services_section .box .htitle{
    margin-bottom: 15px;
	font-size: 18px;
}
#services_section .box_inn{
    padding: 25px ;
    display: block;
}
#services_section p{
    text-align: justify;
    text-align-last: center;
}
/* ---------------------#admin_section-------------------- */
#admin_section{
    padding-bottom: 0;
}
#admin_section .container2{
    overflow: hidden;
    padding-top: 40px;
}
#admin_section .info_box{
    float: left;
    width: 45%;
    padding-top: 50px;
}
#admin_section .pic{
    float: right;
    width: 49%;
}
#admin_section .pic img{
    display: block;
    width: 100%;
/*
    box-shadow: 		0 0 5px rgba(165, 182, 196, 0.36);
    -moz-box-shadow: 	0 0 5px rgba(165, 182, 196, 0.36);
    -webkit-box-shadow: 0 0 5px rgba(165, 182, 196, 0.36);
*/
}
#admin_section .htitle{
    font-size: 22px;
    margin-bottom: 20px;
}
#admin_section p{
    color: #718199;
    font: 14px/24px font1;
}
/* ---------------------#user_section-------------------- */
#user_section{
    background:#f7f7f8 url(../images/section_bg2.png) repeat-x bottom;
    padding: 40px 0;
    overflow: hidden;
}
.counter_box{
    width: 600px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.counter_box .box{
    float: right;
    width: 30.3%;
    margin: 0 1.5%;
    text-align: center;
}
.counter_box .box .icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
}
.counter_box .box .icon i{
    width: 70px;
	height: 70px;
	display: block;
}
.counter_box .box1 .icon i{ background: url(../images/icons.png) no-repeat -105px -80px; }
.counter_box .box2 .icon i{ background: url(../images/icons.png) no-repeat -105px -150px; }
.counter_box .box3 .icon i{ background: url(../images/icons.png) no-repeat -105px -220px; }
.counter_box .box .counter{
    color: #77859b;
    font: bold 31px/50px font1;
}
.counter_box .box div.text{
    color: #77859b;
    font: normal 18px/30px font1
}
#customer{
    direction: ltr;
    width: 650px;
    padding: 10px 60px 15px 60px;
    min-height: 150px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
	border-radius: 			5px;
	-moz-border-radius: 	5px;
	-webkit-border-radius: 	5px;
		box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 	0px 3px 8px 0px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
#customer .qut{
    background:url(../images/icons.png) no-repeat right 0;
    position: absolute;
    width: 16px;
    height: 16px;
}
#customer .qut1{
    background-position: right -50px;
    right: 30px;
    bottom: 26px;
}
#customer .qut2{
    background-position: right -30px;
    left: 30px;
    top: 26px;
}
#customer .owl-carousel .owl-item{
    text-align: center;
    direction: rtl;
}
#customer .pic{
    width: 70px;
    height: 70px;
    margin: 0 auto 10px auto;
}
#customer .pic img{
    display: block;
    border: 2px solid #4dba59;
	border-radius: 			50%;
	-moz-border-radius: 	50%;
	-webkit-border-radius: 	50%;
    width: 100%;
}
#customer .titr{
    font:17px/21px font1;
    color: #3d4d65;
    margin-bottom: 8px;

}
#customer p{
    text-align: center;
	color: #77859b;
}
#customer .owl-demo{
    position: relative;
}
#customer .owl-buttons{
    width: 90px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
}
#customer .owl-buttons div{
    background-color: #e8edf4;
    float: right;
    width: 45px;
    height: 45px;
    text-indent: 9999px;
    -webkit-transition: all 0.15s ease;
       -moz-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
         -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
}
#customer .owl-buttons div:hover{
    background-color: #a3b0c1;
}
#customer .owl-wrapper-outer{

}
#customer .owl-buttons .owl-prev{
    background:#e8edf4 url(../images/icons.png) no-repeat -310px -80px;
    float: left;
	border-radius: 			22px 0 0 22px;
	-moz-border-radius: 	22px 0 0 22px;
	-webkit-border-radius: 	22px 0 0 22px;
}
#customer .owl-buttons .owl-next{
    background:#e8edf4 url(../images/icons.png) no-repeat -355px -80px;
    float: left;
	border-radius: 			 0 22px 22px 0;
	-moz-border-radius: 	 0 22px 22px 0;
	-webkit-border-radius: 	 0 22px 22px 0;
}
#customer .owl-buttons .owl-prev:hover{
    background:#a3b0c1 url(../images/icons.png) no-repeat -310px -125px;
}
#customer .owl-buttons .owl-next:hover{
    background:#a3b0c1 url(../images/icons.png) no-repeat -355px -125px;
}
/* ---------------------#news_section-------------------- */
#news_section{
    padding: 35px 0 70px 0;
}
#news_section .htitle{
    float: right;
	fo
    width: 180px;
    border-bottom: 2px solid #3fa4dd;
    margin-bottom: 0;
    padding-bottom: 8px;
}
#news_section .box_cnt{
    width: 48%;
}
#news_section .box{
    background-color: #f0f3f7;
    padding-bottom: 28px;
    box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 	0px 3px 8px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
#news_section .box_inn{
    padding: 16px;
    padding-bottom: 0;
}
#news_section .news .htitle{
    border-color: #04be5b;
}
#news_section .post{
    padding: 17px 92px 17px 0;
    position: relative;
    border-bottom: 1px solid #d3deec;
}
#news_section .post:last-child{
    border-bottom: none;
    margin-bottom: 15px;
}
#news_section .post .date{
    background-color: #7d899e;
    position: absolute;
    right: 0;
    top: 17px;
    width: 82px;
    text-align: center;
    line-height: 25px;
    font: 500 13px/25px font1;
    color: #fff;
    -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;
}
#news_section .post .ptitle{
    font: 500 14px/21px font1;
}
#news_section .post .ptitle a{
	color: #5a6779;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_section .post p{
    font: 15px/22px font1;
    color: #5a6779;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#news_section .post:hover p,
#news_section .post:hover .ptitle a{
    color: #7d899e;
}
#news_section .post:hover .date{
    background-color: #04be5b;
}
#news_section .btn{
    background-color: #04be5b;
    width: 160px;
    height: 42px;
    font:bold 17px/42px font1;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    float: none;
    display: block;
	border-radius: 			20px;
	-moz-border-radius: 	20px;
	-webkit-border-radius: 	20px;
}
#news_section .text_namad{
    font:500 15px/24px font1;
    color: #8493a8;
    text-align: center;
    height: 130px;
    padding: 20px 30px;
}
#news_section .logos_box{
    text-align: center;
    height: 121px;
}
#news_section .logo{
    float: right;
    margin: 0 2%;
}
#news_section .logo img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#news_section .logo1{ width: 22%;}
#news_section .logo2{ width: 20%;}
#news_section .logo3{ width: 25%;}
#news_section .logo4{ width: 17%;}
.sng_box {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0);
    box-shadow: 1px 2px 6px 0 rgba(136, 156, 176, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}
.sng_box form {
	width: 100%;
	max-width: 550px;
	margin: 20px auto;
}
.sng_box .text_box {
	margin-bottom: 15px;
}
.sng_box .text_box_captcha {
	width: calc( 100% - 100px);
	margin-left: 5px;
	float: right;
}
.sng_box .text_box::-webkit-input-placeholder { color: #8493a8; }
.sng_box .text_box:-moz-placeholder { color: #8493a8; }
.sng_box .text_box::-moz-placeholder { color: #8493a8; }
.sng_box .text_box:-ms-input-placeholder { color: #8493a8; }
.sng_box form .btn {
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font: 13px/38px font1;
    height: 38px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
	background-color: #20b11d;
}
.sng_box .faq_list {}
.sng_box .faq_list ul li {
	font: 300 16px/30px 'font1';
	margin-bottom: 20px;
	position: relative;
	padding-right: 15px;
	color: #2e4a6b;
}
.sng_box .faq_list ul li span {
	font: 14px/25px 'font1';
	color: #7b8da0;
}
.sng_box .faq_list ul li:before {
	content: " ";
	width: 10px;
	height: 10px;
	background: rgba(123, 141, 160, 0.31);
	position: absolute;
	top:10px;
	right: 0px;
	border-radius: 50%;
}
.sng_box p {
    font: normal 14px/34px 'font1';
    color: #7b8da0;
}