/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("/skin/default/css/arolacn/fonts/BalooChettan-Regular.ttf");
    src: url("/skin/default/css/arolacn/fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(/skin/default/css/arolacn/animate.min.css);
@import url(/skin/default/css/arolacn/normalize.css);
@import url(/skin/default/css/arolacn/icomoon.css);
@import url(/skin/default/css/arolacn/css/font-awesome.min.css);
@import url(/skin/default/css/arolacn/meanmenu.css);
@import url(/skin/default/css/arolacn/owl.carousel.min.css);
@import url(/skin/default/css/arolacn/swiper.min.css);
@import url(/skin/default/css/arolacn/slick.css);
@import url(/skin/default/css/arolacn/jquery.fancybox.min.css);
@import url(/skin/default/css/arolacn/jquery-ui.css);
@import url(/skin/default/css/arolacn/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
    height: auto;
    padding: 10px 0px;
}

.header_top_main {
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 13px;
	color:#231f20;
}

.call_text .iconfont{
    float: left;
	margin-top:-2px;
	margin-right:10px;
}

.padding_left_15 {
    padding-left: 10px;
}


/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header_logo{
	height: auto;
    padding:20px 0;
}
.header_nav {
    width: 100%;
    height: auto;
	background:#ec1b24;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}
.logo img{
    width:71%;
}
.company-info{
	border-left:1px solid #f4f4f4;
	float:right;
	margin-top:0px;
	padding-left:35px;
	color:#231f20;
	font-size:16px;
	padding-top:10px;
}
.company-info .iconfont{
	color:#ec1b24;
	padding-right:10px;
	float:left;
}
.company-info-mobile{
	clear:both;
}
.company-info-mobile .iconfont{
	font-size:18px;
	float:left;
	margin-top:-1px;
}
.company-info-email{
	clear:both;
	margin-top:5px;
	margin-left:-2px;
}
.company-info-email .iconfont{
	font-size:22px;
	float:left;
	margin-top:-3px;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
	
    font-size: 16px;
    color: #fcfefe;
    text-transform: uppercase;
}
.tabtab{
	border-bottom:1px solid #f4f4f4;
}
.tabs .tabbar-nav{
	
	width:100%;
	margin-top:20px;
	margin-bottom:0px;
	display:inline;
	height:40px;
	line-height:40px;
}
.tabbar-nav .tab-link {
    padding-right: 55px;
    padding-left: 55px;
	padding-top:10px;
	padding-bottom:10px;
    font-size: 16px;
    color:#231f20;
    text-transform: uppercase;
}
.tabbar-nav .tab-item {
    display:inline;
}

.tabbar-nav .tab-link:focus,
.tabbar-nav .tab-link:hover {
    background: #ec1b24;
	color:#ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    background: #a90f0e;
	color:#ffffff;
}

.tabbar-nav .tab-link:focus,
.tabbar-nav .tab-link:hover {
    background: #ec1b24;
	color:#ffffff;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    background: #a90f0e;
	color:#ffffff;
}

.tabbar-nav .active>.tab-link,
.tabbar-nav .tab-link.active,
.tabbar-nav .tab-link.show,
.tabbar-nav .show>.tab-link {
    background: #ec1b24;
	color:#ffffff;
}
.navbar-light .navbar-nav .nav-link .iconfont{
	padding-left:5px;
	padding-top:5px;
}
.tabbar-nav .tab-link .iconfont{
	padding-left:5px;
	padding-top:5px;
}

.navbar {
    padding:0px;
	font-size:16px;
}

.tabbar {
    padding:0px;
	font-size:16px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}


/* header section end */




/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding:0px;
	background:rgba(0,0,0);
}

.banner_taital_main {
    /*width: 43%;
    float: left;*/
}
.banner_taital_main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    /*box-shadow:0 0 50px 35px #000000 inset;*/
}
.banner_taital_main img{
    width: 100%!important;
}
.banner_taital {
    width: 100%;
    float: left;
    font-size: 60px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 70px;
    font-family: 'Poppins', sans-serif;
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000000;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 180px;
    right: 0px;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 120px;
    left: 30px;
    color: #ffffff;
    background-color: #f8c30b;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #070606;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #f8c30b;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 0px 0px 50px 0px;
	background-image: url(/skin/default/images/arolacn/about-bg.png);
	background-size:100% 100%;
	margin-top:20px;
}
.about_section .layui-elem-field{
	margin-top:40px;
	margin-bottom:50px;
}
.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3a3a;
    font-weight: bold;
    padding-top: 40px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color:#231f20;
    margin-left: 0px;
	margin-top:0;
	margin-bottom:15px;
	text-indent: 4ch;
}

.about_texts {
    width: 100%;
    float: left;
    font-size: 14px;
    color:#231f20;
    margin-left:0;
	margin-top:0;
	margin-bottom:30px;
	text-indent: 4ch;
}
.remarks{
	margin-top:15px;
}
.remarks .col-md-10{
	margin-bottom:15px;
}
.remarks .col-md-10 p{
	width: 100%;
    float: left;
    font-size: 14px;
    color:#231f20;
    margin-left:0;
	margin-top:15px;
	margin-bottom:0px;
	text-indent: 4ch;
}
.remarks .ones{
	margin-top:15px;
}
.remarks .ones,.remarks .twos,.remarks .threes{
	background:#f4f4f4;
	border-radius:3px;
}
.remarks .ones p,.remarks .twos p,.remarks .threes p{
	font-size: 14px;
}
.about_img {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
}

.about_img img{
    width:80%;
}
.about_imgs img{
	width:100%;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(253, 164, 23, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #282828;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #fda417;
    color: #ffffff;
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}

.services_text_1 {
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    color: #1f1f1f;
    padding-top: 20px;
    text-align: center;
}

.services_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #1b1b1b;
    padding-top: 20px;
}

.services_section_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.service_img {
    width: 30%;
    min-height: 71px;
}

.development_text {
    width: 100%;
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    min-height: 80px;
}

.service_img img {
    min-height: 80px;
}

.readmore_bt {
    width: 140px;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fda51a;
    padding: 15px 20px;
    margin-top: 10px;
    font-weight: bold;
}

.readmore_bt a:hover {
    color: #252525;
}


/* services section end */


/* projects section start */

.projects_section {
    width: 100%;
	padding-left:5px;
	padding-right:5px;
    float: left;
    padding-bottom:0px;
	zoom:1;
}
@keyframes .projects_section {

from { transform: translateY(-50px); }

to { transform: translateY(0); }

}
.projects_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #192955;
    font-weight: 600;
    padding-bottom: 30px;
}

.projects_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
}

.projects_section_2 {
    padding:0px;
    width: 100%;
	visibility: visible;
	animation-duration: 1.5s;
	animation-delay: 0.2s;
	animation-name: fadeInDown;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
	margin-bottom:60px;
}

.image {
	margin:0 auto;
	min-height:99px;
	height:80%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(45, 45, 45, 0.5);
    margin: 0 auto;
	border-bottom:.1rem solid #FFFFFF;
}

.container_main {
    position: relative;
	background:#f4f4f4;
	height:275px;
	line-height:275px;
	text-align:center;
}

.apply .container_main img{
	width:100%;
}
.apply .col-md-3{
	padding-left:1px!important;
	padding-right:0!important;
}
.apply .overlay{
	opacity:1;
}
.apply .col-md-3:hover .overlay{
	opacity:0;
}
.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 16px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: #ec1b24;
    padding: 20px 20px 18px 20px;
    border-radius: 100%;
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size:14px;
    color:#231f20;
}

.dummy_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #ffffff;
}

.project_main {
    width: 100%;
    padding: 10px 0;
	font-size:15px;
	color:#231f20;
    top: -2px;
    position: relative;
}

/*.project_main:hover {
    background-color: #252525;
	color:#FFFFFF;
}*/

.upcomeing_section {
    width: 100%;
    float: left;
    background-color: #ff6262;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.video_menu {
    width: 100%;
    float: left;
}

.video_menu ul {
    margin: 0px;
    padding: 0px;
}

.video_menu li a {
    float: left;
    font-size: 18px;
    color: #464646;
    background-color: #ffffff;
    padding: 10px;
}

.video_menu li a:hover {
    color: #ffffff;
    background-color: #ff6262;
}

.video_menu li.active a {
    color: #ffffff;
    background-color: #ff6262;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.projects_section .tab-content {
    background-color: #ff6262;
}

.projects_section ul {
    margin-bottom: 0;
    float: left;
}

.projects_section ul .nav-link {
    color: #000;
    background-color: #fff;
    padding: 12px 10px;
    width: 145px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
}

.projects_section ul .nav-link.active {
    background-color: #fda417;
    color: #fff;
}


/* projects section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 90px 0px 150px 0px;
    background-size: 100%;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 30px;
}

.client_name_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.textimonial_text {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    color: #0d0d0d;
    margin: 0px;
    text-align: left;
    border-radius: 4px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    left: 0px;
    top: 500px;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 500px;
    color: #fff;
    background-color: #fda417;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #252525;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #fda417;
}


/* testimonial section end  */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333333;
    padding-left: 100px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 90px;
}

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 85px;
    padding-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #c5c8c7;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

input.mail_text::placeholder {
    color: #c5c8c7;
}

.massage-bt {
    color: #c5c8c7;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
    color: #c5c8c7;
}

.send_bt {
    width: 170px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #fda417;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.contact_img {
    width: 100%;
    float: left;
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 50px;
	padding-top:50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.useful_texts {
    width: 100%;
    font-size: 14px;
    color:#231f20;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.useful_text_bold {
    font-size: 18px;
	font-weight:bold;
}

.useful_text_center {
    padding-left:5px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 120px 30px 120px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 14px;
    color:#231f20;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}
.footer_section_2 .logo{
	width:50%;	
	margin-bottom:30px;
}
.footer_menu li a {
    color:#231f20;
}

.footer_menu li a:hover {
    color:#ec1b24;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
	border-top:1px solid #f4f4f4;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-bottom:5px;
	margin-top:10px;
    color: #231f20;
    text-align: center;
}

.copyright_text a {
    color: #231f20;
}

.copyright_text a:hover {
    color:#ec1b24;
}

.icp_text {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top:0px;
	margin-bottom:10px;
    color:#231f20;
    text-align: center;
}

.icp_text a {
    color: #252525;
}

.icp_text a:hover {
    color:#ec1b24;
}




/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}
.layui-elem-field {
    margin: 30px 0 10px 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    position: relative;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color:#231f20;
    border: 0;
    border-bottom:2px solid #e5e5e5;
	border-radius:15px;
}
.layui-elem-field legend {
    padding: 0 20px;
    width: auto;
    border-bottom: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.subtitle{
	width: 80%;
	margin-left: 10%;
	transition: 0.5s;
	transform: translateY(0);
	animation: fadeInUp 1s ease 0s;
}
.news{
	background:#000000;
}
.advantage .news{
	background:none;
}
.news .subtitle{
	width: 80%;
	padding-left: 10%;
	transition: 0.5s;
	height:60px;
}
.layui-elem-field a {
    display: block;
    width: 250px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 15px;
    bottom: -5px;
	background:#FFFFFF;
    position: relative;
    text-align: center;
    color: #ec1b24;
    font-size: 16px;
    text-transform: uppercase;
}

.about_section .layui-elem-field a{
	background:rgba(231,236,241,0.1);
}
.aboutinfo .layui-elem-field a{
	background:#FFFFFF;
}
.news .image{
	/*width:23%;
	float:left;*/
}
.news-text{
	width:83%;
	float:left;
	padding-right:1%;
	background:#f4f4f4;
}
.news-text .image{
	width:30%;
	float:left;
	height:99px;
	margin-right:2%;
}
.col-md-6 .images{
	float:left;
	height:99px;
	width:23%;
}
.news-text .news-title{
	font-size:16px;
	font-weight:bold;
	color:#231f20;
	margin-top:13px;
	margin-left:15px;
	text-align:left;
}
.news-text .news-content{
	margin-top:10px;
	margin-left:15px;
	padding-bottom:10px;
	text-align:left;
	color:#666666;
}
.news-pics{
	width:60%;
}
.news-date{
	width:16%;
	float:left;
	color:#FFFFFF;
	text-align:center;
	background:#ec1b24;
	padding-top:24px;
	padding-bottom:24px;
}
.news-date .news-date-day{
	font-size:22px;
}
.news-date .news-date-data{
	font-size:12px;
}
.news .col-md-6{
	margin-bottom:10px;
}
.abouts .banner_taital_main{
	background-image: url(/skin/default/images/arolacn/company-overview.png);
	background-size:100% 100%;
	height:395px;
	color:#FFFFFF;
	text-align:center;
}
.abouts .banner_taital_main:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    box-shadow:0 0 50px 15px #000000 inset;*/
}
.products .banner_taital_main{
	background-image: url(/skin/default/images/arolacn/product-center.png);
	background-size:100% 100%;
	height:395px;
	color:#FFFFFF;
	text-align:center;
}
.products .banner_taital_main:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    box-shadow:0 0 50px 20px #000000 inset;*/
}
.applys .banner_taital_main{
	background-image: url(/skin/default/images/arolacn/application-area.png);
	background-size:100% 100%;
	height:395px;
	color:#FFFFFF;
	text-align:center;
}
.applys .banner_taital_main:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    box-shadow:0 0 50px 20px #000000 inset;*/
}
.news .banner_taital_main{
	background-image: url(/skin/default/images/arolacn/news.png);
	background-size:100% 100%;
	height:395px;
	color:#FFFFFF;
	text-align:center;
}
.news .banner_taital_main:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    box-shadow:0 0 50px 10px #000000 inset;*/
}
.contacts .banner_taital_main{
	background-image: url(/skin/default/images/arolacn/company-information.png);
	background-size:100% 100%;
	height:395px;
	color:#FFFFFF;
	text-align:center;
}
.contacts .banner_taital_main:after {
    /*position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
	left:0;
    box-shadow:0 0 50px 15px #000000 inset;*/
}
.banner_taital_main_title{
	font-size:26px;
	padding-top:165px;
}
.aboutinfo{
	background:none;
}
.advantage{
	background:none;
	padding-bottom:0;
}
.advantage .layui-elem-field{
	margin-top:0;
}
.advantage-content{
	background-image: url(/skin/default/images/arolacn/advantage.png);
	background-size:cover;
	height:420px;
	color:#FFFFFF;
	text-align:center;
}
.news{
	background-size:100% 100%;
	color:#FFFFFF;
	text-align:center;
}
.advantage .layui-elem-field a{
	background:#FFFFFF;
}
.pentagon {
  width: 100px;
  height: 100px;
  line-height: 110px;
  position: relative;
  text-align:center;
  background-color: #FFFFFF;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.pentagon .iconfont{
  color:#ec1b24;
  font-size:55px;
}
.one .iconfont{
  font-size:40px;
}
.three .iconfont{
  font-size:50px;
}
.four .iconfont{
  font-size:40px;
}
.five .iconfont{
  font-size:50px;
}
.six .iconfont{
  font-size:45px;
}
.seven .iconfont{
  font-size:35px;
}
.advantage-content{
	position:relative;
}
.advantage-content .one{
	position:absolute;
	left:50px;
	top:75px;
}
.advantage-content .two{
	position:absolute;
	left:360px;
	top:75px;
}
.advantage-content .three{
	position:absolute;
	left:670px;
	top:75px;
}
.advantage-content .four{
	position:absolute;
	left:980px;
	top:75px;
}

.advantage-content .five{
	position:absolute;
	left:200px;
	top:225px;
}
.advantage-content .six{
	position:absolute;
	left:500px;
	top:225px;
}
.advantage-content .seven{
	position:absolute;
	left:800px;
	top:225px;
}
.advantage-content .advantage-title{
	font-size:16px;
}

.contact-info .col-md-4{
	text-align:center;
}
.contact-icon{
	width:50px;
	height:50px;
	line-height:50px;
	margin:0 auto;
	background:#ec1b24;
	border-radius:50%;
}
.contact-icon .iconfont{
	color:#FFFFFF;
	font-size:22px;
}
.contact-txt{
	margin-top:15px;
}
.map-info{
	margin-top:30px;
	height:350px;
	background:#f4f4f4;
}
 #allmap {
	overflow: hidden;
	width: 100%;
	height: 350px;
	margin: 0;
	font-family: "微软雅黑";
}
.message-title{
	margin-left:50px;
	margin-top:50px;
	font-size:16px;
	font-weight:bold;
	color:#231f20;
}
.message-name{
	margin-left:50px;
	margin-top:20px;
	display:flex;
}
.message-name input{
	border:1px solid #999999;
	margin-right:15%;
	color:#231f20;
	background:#f4f4f4;
	padding-left:7px;
}
.message-content{
	margin-left:50px;
	margin-top:20px;
}
.message-content textarea{
	width:98%;
	border:1px solid #999999;
	margin-right:15%;
	color:#231f20;
	background:#f4f4f4;
	padding-left:7px;
	height:100px;
}
.message-btn{
	margin-left:50px;
	margin-top:20px;
}

.message-btn input{
	background:#ec1b24;
	color:#FFFFFF;
	border:none;
	padding:3px 10px;
}
.infos{
	margin:30px auto;
}
.infos .info-title{
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:19px;
	font-weight:bold;
}
.infos .info-author{
	height:40px;
	line-height:40px;
	margin-top:10px;
	text-align:center;
	background:#f4f4f4;
	color:#231f20;
}
.infos .info-content{
	margin-top:30px;
	margin-bottom:50px;
}
.infos .info-footer{
	display:flex;
	height:40px;
	line-height:40px;
	margin-top:10px;
	text-align:center;
	background:#f4f4f4;
	color:#231f20;
}
.prev{
	float:left;
	text-align:left;
}
.next{
	float:right;
	text-align:right;
}

.index_news{
	border-bottom:2px solid #e6e6e6
}
.qrcode img{
	width:110px;
}
.containers{
	visibility:hidden;
} 
@media (min-width: 320px) and (max-width: 640px) {
	.header_top_section{
		display:block!important;
		padding:5px 0;
	}
	.company-info{
		margin-top:-5px;
		font-size:12px;
		padding-left:8px;
		margin-left:15px;
		border-left:none;
		line-height:20px;
	}
	.company-info-email .iconfont{
		margin-top:3px;
	}
	.logo img{
		width:100%;
	}
	.layui-elem-field{
		margin-top:25px;
		margin-bottom:15px;
	}
	.layui-elem-field legend{
		font-size:18px;
		line-height:22px;
	}	
	.layui-elem-field a{
		font-size:12px;
		width:150px;
	}
    .container_main .image{
		margin-top:0;
	}
	.subtitle{
		width:100%;
		margin-left:0;
	}
	.work_text{
		text-align:center;
	}
	.news .container{
		padding-left:0;
		padding-right:0;
	}
	.pets_section_2{
		padding-top:10px;
	}
	.news-text{
		width:80%;
	}
	.col-md-6 .images{
		height:96px;
	}
	.news-pics{
		width:57%;
	}
	.news-date{
		width:20%;
	}
	.news-text .news-title{
		white-space: nowrap;
        max-width:100%;
        overflow: hidden;
        text-overflow: ellipsis;
		margin-left:10px;
		font-size:14px;
		margin-top:13px;
	}
	.news-text .news-content{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-left:10px;
		padding-bottom:0;
		margin-bottom:10px;
	}
	.news .col-md-6{
		margin-bottom:5px;
	}
	.news .image{
		min-height:95px;
		margin-top:0;
	}
	.news-text .image{
		height:95px;
		margin-top:0;
	}
	.about_text{
		margin-right:0;
		margin-bottom:5px;
	}
	.about_section{
		padding-bottom:25px;
		padding-top:25px;
	}
	.about_section .layui-elem-field{
		margin-top:25px;
		margin-bottom:25px;
	}
	.about_img img{
		width:100%;
	}
	.footer_section{
		padding-top:25px;
		padding-bottom:25px;
	}
	.footer_section_2 .logo{
		width:60%;
		margin-bottom:10px;
	}
	.footer_menu{
		width:100%;
	}
	.useful_texts{
		margin-top:25px;
		font-size:16px;
	}
	.footer_menus ul{
		width:100%;
	}
	.footer_menus li{
		width:33%;
		float:left;
	}
	.qrcode{
		text-align:center;
		margin-top:35px;
	}
	
	.qrcode .useful_texts{
		margin-top:5px;
		font-size:13px;
	}
	.navbar-toggler{
		position:absolute;
		left:10px;
		top:10px;
		z-index:999;
		padding:.05rem .25rem;
		border-radius:0;
	}
	.header_nav .container{
		padding-left:0;
		padding-right:0;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		font-size:13px;
	}
	.abouts .banner_taital_main,.products .banner_taital_main,.applys .banner_taital_main,.news .banner_taital_main,.contacts .banner_taital_main{
		height:150px;
	}
	.abouts .container,.products .container,.applys .container,.news .container,.contacts .container,.banner_section .container{
		padding-left:0;
		padding-right:0;
	}
	.banner_taital_main_title{
		font-size:20px;
		padding-top:40px;
	}
	.abouts .banner_taital_main:after,.products .banner_taital_main:after,.applys .banner_taital_main:after,.news .banner_taital_main:after,.contacts .banner_taital_main:after,.banner_taital_main:after{
		box-shadow:none;
	}
	.aboutinfo .about_img{
		margin-top:0;
		margin-bottom:20px;
	}
	.infos .info-title{
		height:auto;
		line-height:inherit;
	}
	.infos .info-footer{
		height:auto;
		line-height:15px;
		padding-bottom:25px;
	}
	.prev{
		margin-top:25px;
	}
	.next{
		float:left;
		text-align:left;
		margin-top:15px;
	}
	.contact-icon{
		width:35px;
		height:35px;
		line-height:35px;
	}
	.contact-txt{
		margin-top:0;
		margin-bottom:20px;
	}
	.aboutinfo .layui-elem-field a{
		width:200px;
	}
	.map-info{
		height:auto;
	}
	.message-title{
		margin-left:0;
		margin-top:20px;
	}
	.message-name{
		margin-left:0;
	}
	.message-content{
		margin-left:0;
	}
	.message-btn{
		margin-left:0;
		margin-bottom:30px;
	}
	.advantage-content{
		height:465px;
	}
	.advantage-content .one{
		left:20px;
		top:25px;
	}
	.advantage-content .two{
		left:150px;
		top:25px;
	}
	.advantage-content .three{
		left:280px;
		top:25px;
	}
	.advantage-content .four{
		left:20px;
		top:170px;
	}
	.advantage-content .five{
		left:150px;
		top:170px;
	}
	.advantage-content .six{
		left:280px;
		top:170px;
	}
	.advantage-content .seven{
		left:150px;
		top:315px;
	}
}