body {
  width: 100%;
	height: 100%;
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

html {
	width: 100%;
	height: 100%;
}

label,
input,
button,
select,
textarea {
	font-family: 'Poppins', sans-serif;
	font-size: inherit;
	line-height: inherit;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}
  /* 
    section Header
    section slider
    section about
  */

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
          
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  
}

.heading_container h2::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffae00;
  top: 50%;
  right: -40px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*header section*/
.header_section{
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0 1px 6px rgba(231, 229, 191, 0.2);
	-webkit-box-shadow: 0 1px 6px rgb(189 176 176 / 55%);
	-moz-box-shadow: 0 1px 6px  rgb(189 176 176 / 55%);
	-o-box-shadow: 0 1px 6px  rgb(189 176 176 / 55%);
	width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  position: fixed;
  z-index: 1000;
}

.header_section.container-fluid {
  -webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
  background-color: #041858 !important;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.header_section .nav_container {
  margin: 0 auto;
}
/*end header section*/

/* navigation */

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  background-color: #ffae00;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}
.custom_nav-container .nav_sign-btn {
  background-image: url(../images/sign-in.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}
.navbar {
	margin-bottom: 0;
}

.navbar-brand {
  margin-left: 25px;
  }

.navbar-brand:focus {
    outline: 0;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-brand.reduce {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.custom_nav-container .navbar-brand .brand-image{
  margin-top: -0.5rem;
  margin-right: 0.2rem;
  height: 33px;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
}

.quote_btn-container a img {
  width: 15px;
  margin: 0 25px;
}
/* navigation */

/* utility page blank*/
.hero_area {
  height: 98vh;
  position: relative;
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-position: bottom;
}

.header_section.sub_page {
  background-color: #041858;
}

.header_section.sub_page .footer_bg {
  background: none;
  background-color: #041858;
  padding-top: 45px;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* end */

/* slider section */
.slider_section {
  height: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #3b3a3a;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section div#carouselExampleIndicators {
  width: 100%;
  position: unset;
}

.slider_section .detail_box {
  color: #ffffff;  
}

.slider_section .detail_box h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.slider_section .detail_box p{
  text-align: justify; 
}
.slider_section .detail_box .btn-box {
  margin: 30px -5px 0 -5px;
}

.slider_section .detail_box .btn-box a {
  width: 145px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail_box .btn-box a.btn-1 {
  display: inline-block;
  padding: 8px 0;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
}

.slider_section .detail_box .btn-box a.btn-1:hover {
  background-color: #e8bd12;
}

.slider_section .detail_box .btn-box a.btn-2 {
  display: inline-block;
  padding: 8px 0;
  background-color: #0026ff;
  color: #f7f1f1;
  border-radius: 30px;
}

.slider_section .detail_box .btn-box a.btn-2:hover {
  background-color: #e8bd12;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .slider_number-container {
  position: absolute;
  top: 8%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel_btn-container {
  width: 95px;
  position: absolute;
  bottom: 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 50%;
  z-index: 999;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.slider_section .carousel_btn-container .carousel-control-prev,
.slider_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #ffae00;
}

.slider_section .carousel_btn-container .carousel-control-prev:hover,
.slider_section .carousel_btn-container .carousel-control-next:hover {
  background-color: #041858;
  border: 0.1rem solid rgb(255, 255, 255);
}

.slider_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/left-angle.png);
}

.slider_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/right-angle.png);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
/*end slider section*/

/* about section */
.about_section {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}
.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          
}

.about_section .heading_container h2::before{
  text-align: left;
}

.about_section .img-box {
  background-image: url(../images/about-dots.png);
  background-repeat: no-repeat;
  background-position: center;

}
.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  margin-top: 25px;
  text-align: justify;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
  margin: 25px 0 45px 0;
}

.about_section .detail-box a:hover {
  background-color: #041858;
}
/*end about section*/

/* service section */
.service_section {
  background-color: #041858;
  color: #ffffff;
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 10px;
  min-width: 200px;
  width: 250px;
  cursor: pointer;
}
.service_section .service_container .box a{
  color:  #ffae00;
}
.service_section .service_container .box a:hover{
  color:  #ffffff;
}

.service_section .service_container .box .box__animate:hover {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-webkit-box-shadow: 0 2px 20px 0 rgb(255, 166, 0);
	box-shadow: 0 2px 9px 0 rgb(255, 213, 0);
	border-radius: 10px;
	padding-top: 1rem;
}

.service_section .service_container .box .box__animate {
  animation: moveInBottom 5s ease-out;
  animation-fill-mode: backwards;
}

.service_section .service_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  background-color: #ffffff;
  border-radius: 15pxpx;
}

.service_section .service_container .box .img-box img {
  width: 75px;
}

.service_section .service_container .box .detail-box {
  margin-top: 15px;
}

.service_section .service_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}
.service_section .service_container .box .detail-box h5:hover {
  color: #ffae00;
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
}

.service_section .btn-box a:hover {
  background-color: #e8bd12;
}
/*end service section*/

/*work section*/
.work_section{
  background-color: #ffffff;
  position: relative;
}

.work_section .heading_container {
  margin-bottom: 45px;
}

.work_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work_section .detail_container .box {
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          position: relative;
}

.work_section .detail_container .box .top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work_section .detail_container .box .top-box .icon-box {
  width: 50px;
  margin-right: 15px;
}

.work_section .detail_container .box .top-box .icon-box img {
  width: 100%;
}

.work_section .detail_container .box .top-box h5 {
  font-weight: 600;
  margin: 0;
}

.work_section .detail_container .box .bottom-box {
  margin-top: 10px;
}
.work_section .detail_container .box .bottom-box p{
  text-align: justify;
}
.work_section .img-box img {
  max-width: 100%;
}

.work_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work_section .btn-box a {
  display: inline-block;
  padding: 10px 25px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
}

.work_section .btn-box a:hover {
  background-color: #041858;
}
.work_section .btn-box button{
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffae00;
  color: #ffffff;
  border: none;
  border-radius: 30px;
  margin: 25px 0 45px 0;
}

.work_section .btn-box button:hover {
  background-color: #041858;
}
/*------------------------------------*\
	Blog Post
\*------------------------------------*/
.section_blog {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          position: relative;
          top: 50px;
}

.artikel {
	position: relative;
	margin-bottom: 30px;
}

.artikel .artikel-img>a {
	display: block;
}

.artikel .artikel-img>a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #222;
	opacity: 0;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.artikel:hover .artikel-img>a:after {
	opacity: 0.3;
}

.artikel .artikel-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.artikel .artikel-img img {
	width: 100%;
	-webkit-transition: 0.5s -webkit-transform;
	transition: 0.5s -webkit-transform;
	transition: 0.5s transform;
	transition: 0.5s transform, 0.5s -webkit-transform;
}

.artikel:hover .artikel-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.artikel .artikel-img .artikel-info {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 22;
}

.artikel .artikel-body .artikel-info {
	margin-bottom: 15px;
}

.artikel .artikel-info li {
	display: inline-block;
	/* padding-top: 9px; */
}


.artikel .artikel-info .artikel-type {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #222;
	color: #FFF;
	font-size: 12.5px;
}

.artikel .artikel-info .artikel-category>a {
	display: block;
	padding: 0px 15px;
	height: 30px;
	line-height: 30px;
	background: #EF233C;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12.5px;
}

.artikel .artikel-info .artikel-category>a:hover {
	opacity: 0.8;
}

.artikel .artikel-title>a {
	font-weight: 700;
}

.artikel .artikel-meta {
	margin-bottom: 10px;
	margin-top: 10px;
}

.artikel .artikel-meta li {
	display: inline-block;
	color: #8a8a8a;
	font-weight: 400;
	font-size: 12.5px;
	text-transform: uppercase;
}

.artikel .artikel-meta li+li {
	margin-left: 10px;
}

/*------------------------------------*\
	Artikel Post
\*------------------------------------*/
.artikel-post .artikel-main-img {
	margin-bottom: 5px;
}

.artikel-post .artikel-main-img img {
	width: 100%;
}

.artikel-post .artikel-main-img .artikel__item__pic {
	height: 440px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.artikel-post .artikel-body p {
	color: black;
}

.artikel-post .artikel-body p img {
	width: 100%;
}

/*------------------------------------*\
	Breadcrumb
\*------------------------------------*/
.artikel-breadcrumb {
	margin-bottom: 15px;
}

.artikel-breadcrumb>li a {
	font-weight: bold;
}

.artikel-breadcrumb>li {
	display: inline-block;
	font-size: 12.5px;
	text-transform: uppercase;
	color: #DDD;
}

.artikel-breadcrumb>li+li:before {
	content: "/\00a0";
	padding: 0px 3px;
	color: black;
}


/*------------------------------------*\
	artikel Share
\*------------------------------------*/
.artikel-share {
	position: absolute;
	left: -45px;
	top: 0;
}

.artikel-share>a {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 12.5px;
	text-align: center;
	background-color: #222;
	color: #FFF;
	padding: 18px;
}

.artikel-share i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	text-align: center;
	padding: 0;
	position: absolute;
	margin-top: -18px;
	left: 2px;
	background: none;
}

.artikel-share>a.facebook {
	color: #FFF;
	background-color: #3b5999;

}

.artikel-share>a.twitter {
	color: #FFF;
	background-color: #00aced;
}

.artikel-share>a.google {
	color: #FFF;
	background-color: #d44332;
}

.artikel-share>a:hover {
	opacity: 0.9;
	left: 25px;
	width: 70px;
	border-radius: 10px;
}

/*------------------------------------*\
	artikel Comments
\*------------------------------------*/
.artikel-comments {
	margin-top: 30px;
	margin-bottom: 30px;
}


.artikel-comments .media {
	position: relative;
}

.artikel-comments .media:after {
	content: "";
	position: absolute;
	left: 22.5px;
	top: 60px;
	bottom: 15px;
	width: 1px;
	background-color: #DDD;
}

.artikel-comments>.media {
	margin-top: 30px;
	margin-bottom: 30px;
}

.artikel-comments>.media.scrollups {
	overflow: scroll;
	max-height: 450px;
}

.artikel-comments>.media .media {
	margin-top: 30px;
	margin-left: 45px;
}

.artikel-comments .media .media-left {
	padding-right: 30px;
}

.artikel-comments .media .media-left img {
	border-radius: 50%;
	width: 45px;
}

.artikel-comments .media .media-body .media-heading h5 {
	margin-top: 0px;
}


.artikel-comments .media .media-body .reply-time {
	color: #DDD;
	font-size: 12.5px;
	font-weight: 400;
	margin-left: 10px;
}

.artikel-comments .media .media-body .reply-btn {
	font-size: 12.5px;
	text-transform: uppercase;
}

/*------------------------------------*\
	Reply Form
\*------------------------------------*/
.artikel-reply-form {
	margin-top: 30px;
	margin-bottom: 30px;
}

.artikel-reply-form form input.input {
	width: calc(33.33% - 10px);
}

.artikel-reply-form form input.input+input.input {
	margin-left: 12px;
}

.artikel-reply-form form textarea.input {
	height: 90px;
	margin-top: 15px;
}

.artikel-reply-form form button.input-btn {
	margin-top: 15px;
}

.artikel-reply-form .artikel-title {
	text-transform: uppercase;
	margin-top: 0px; 
  position: relative; 
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 1px 0.5px rgb(231 229 191 / 20%);
    -webkit-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
    -moz-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
    -o-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
  padding-bottom: 5px;
}

.artikel-reply-form .artikel-title h5{
	color: #000000; 
  font-weight: bold;
  margin-left: 25px;
}

.artikel-reply-form .artikel-title h5::before{
	  content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffae00;
    top: 30%;
    left: 0px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
/* -----------------------------------
  Panel Comment
*/
.panel-heading {
	padding: 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel.panel-skin {
	border-color: #ddd;
}

.panel-skin>.panel-heading {
	color: #fff;
	background-color: #444;
	border-color: #444;
	box-shadow: none;
}

.panel-body {
	padding: 20px;
}

.form-wrapper h3.panel-title {
	font-size: 20px;
	font-weight: 700;
}

.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}

form.lead label,
form.lead input {
	font-size: 16px;
}

.panel-body {
	background: #fff;
}

.panel-skin>.panel-heading .badge {
	background-color: #fff;
}
/*------------------------------------*\
	Thumb artikel
\*------------------------------------*/
.artikel.thumb-artikel {
	margin-bottom: 0px;
}

.artikel.thumb-artikel .artikel-img {
	margin-bottom: 0px;
}

.artikel.thumb-artikel .artikel-img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
	background: linear-gradient(to top, #222 0%, transparent 100%);
	opacity: 0.5;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.artikel.thumb-artikel:hover .artikel-img:after {
	opacity: 1;
}

.artikel.thumb-artikel .artikel-body {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 5%;
	z-index: 20;
}

.artikel.thumb-artikel .artikel-body .artikel-title>a {
	color: #FFF;
}

.artikel.thumb-artikel .artikel-body .artikel-title>a:hover {
	color: #DDD;
}

/*------------------------------------*\
	Widget artikel
\*------------------------------------*/
.artikel.widget-artikel:after {
	content: "";
	display: block;
	clear: both;
}

.artikel.widget-artikel .artikel-img {
	float: left;
	width: 80px;
	margin-right: 15px;
	margin-bottom: 0px;
}

.artikel.widget-artikel .artikel-title {
	font-size: 15px;
}

/*------------------------------------*\
	Row artikel
\*------------------------------------*/
.artikel.row-artikel:after {
	content: "";
	display: block;
	clear: both;
}

.artikel.row-artikel .artikel-img {
	width: 50%;
	float: left;
	margin-right: 30px;
	margin-bottom: 0px;
}
/*------------------------------------*\
	Tweets Widget
\*------------------------------------*/
.tweets-widget .tweet+.tweet {
	margin-top: 30px;
}

.tweets-widget .tweet {
	min-height: 45px;
}

.tweets-widget .tweet i {
	float: left;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #DDD;
	color: #FFF;
	border-radius: 50%;
}

.tweets-widget .tweet .tweet-body a {
	text-decoration: underline;
}

/*------------------------------------*\
	tags Widget
\*------------------------------------*/
.widget-tags ul li {
	display: inline-block;
	margin-top: 3px;
}

.widget-tags ul li a {
	display: block;
	padding: 6px 15px;
	color: #222222;
	border: 1px solid #222;
	font-size: 12.5px;
}

.widget-tags ul li a:hover {
	color: #b2a668;
	border-color: #665e35;
}

/*=========================================================
	ASIDE
===========================================================*/

.aside-widget {
	margin-bottom: 30px;
}

.load-more-button {
	background-color: #ee4266;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #ee4266 inset;
	box-shadow: 0px 0px 0px 2px #ee4266 inset;
}

.aside-widget .title-widget {
	text-transform: uppercase;
	margin-top: 0px; 
  position: relative; 
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    box-shadow: 0 1px 0.5px rgb(231 229 191 / 20%);
    -webkit-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
    -moz-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
    -o-box-shadow: 0 1px 0.5px rgb(189 176 176 / 55%);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.aside-widget .title-widget h5{
	color: #000000; 
  font-weight: bold;
  margin-left: 25px;
}

.aside-widget .title-widget h5::before{
	  content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #ffae00;
    top: 30%;
    left: 0px;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
/*----------------------------*\
	social widget
\*----------------------------*/

.social-widget ul {
	overflow: auto;
}

.social-widget ul li {
	float: left;
	width: 33.33%;
}

.social-widget ul li a {
	display: block;
	text-align: center;
	padding: 30px 15px;
	color: #fff;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.social-widget ul li a:hover {
	opacity: 0.9;
}

.social-widget ul li a span {
	font-weight: 700;
	font-size: 14px;
}

.social-widget ul li a i {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

/*----------------------------*\
	social colors
\*----------------------------*/

.social-facebook {
	background: #225b99 !important;
}

.social-twitter {
	background: #00adf2 !important;
}

.social-google-plus {
	background: #dc4d2d !important;
}

.social-pinterest {
	background: #cc2127 !important;
}

.social-instagram {
	background: #d341b2 !important;
}

/*----------------------------*\
	  newsletter widget
  \*----------------------------*/

.newsletter-widget {
	position: relative;
	padding: 0px 30px 30px;
	border-left: 2px dashed #e8eaed;
	border-right: 2px dashed #e8eaed;
}

.aside-widget:last-child .newsletter-widget {
	border-bottom: 2px dashed #e8eaed;
}

.newsletter-widget form {
	position: relative;
	z-index: 20;
}

.newsletter-widget .input {
	margin-bottom: 15px;
}

.newsletter-widget:after {
	content: "\f003";
	font-family: FontAwesome;
	position: absolute;
	bottom: -25px;
	right: 27px;
	font-size: 160px;
	color: #e8eaed;
	-webkit-transform: rotate(13deg);
	-ms-transform: rotate(13deg);
	transform: rotate(13deg);
}

.footer-widget .newsletter-widget {
	padding: 0px;
	border: none;
}

.footer-widget .newsletter-widget:after {
	color: #323335;
}

/*----------------------------*\
	  category widget
  \*----------------------------*/

.category-widget ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #e8eaed;
}

.category-widget ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.category-widget ul li a {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.category-widget ul li a span {
	float: right;
	font-size: 14px;
	color: #97989b;
	margin-left: 15px;
}

.category-widget ul li label {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
}

.category-widget ul li label:hover {
	color: #b2a668 !important;
	cursor: pointer;
}

.category-widget ul li label span {
	float: right;
	font-size: 14px;
	color: #97989b;
	margin-left: 15px;
}

.footer-widget .category-widget ul li {
	border-color: #323335;
}

/*=========================================================
	POST
===========================================================*/


.aside-widget .post-body {
	position: relative;
	margin: -50px 0px 0px 3%;
	padding: 5%;
	background: #fff;
	z-index: 10;
}

.aside-widget .post-img {
	display: block;
	overflow: hidden;
  border-radius: 11pt;
    -webkit-font-smoothing: antialiased;
    background-color: #ffae0021;
}

.post-img>img {
	width: 100%;
	-webkit-transition: 1.6s -webkit-transform;
	transition: 1.6s -webkit-transform;
	transition: 1.6s transform;
	transition: 1.6s transform, 1.6s -webkit-transform;
}

.post-img:hover>img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/*----------------------------*\
	post thumb
\*----------------------------*/

.aside-widget.post-thumb .post-img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 28, 30, 0)), color-stop(90%, rgba(27, 28, 30, 0.8)));
	background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgba(27, 28, 30, 0.8) 90%);
}

.aside-widget.post-thumb .post-body {
	position: absolute;
	margin: 0px;
	padding: 0px 5%;
	z-index: 20;
	bottom: 5%;
	background-color: transparent;
}

.aside-widget.post-thumb .post-title a {
	color: #fff;
}

.aside-widget.post-thumb .post-title a:hover,
.aside-widget.post-thumb .post-title a:focus {
	color: #ee4266;
}

.aside-widget.post-thumb .post-meta li {
	color: #fff;
}

.aside-widget.post-thumb .post-meta li a {
	color: #fff;
}

.aside-widget.post-thumb .post-meta li a:hover,
.aside-widget.post-thumb .post-meta li a:focus {
	color: #ee4266;
}

.aside-widget .post-title {
	font-size: 18px;
}

.aside-widget .post-title.title-sm {
	font-size: 16px;
}

.aside-widget .post-title.title-lg {
	font-size: 25.629px;
}

.aside-widget .post-category {
	margin-bottom: 10px;
}

.post-category a {
	color: #ee4266;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
  display: inherit;
}
.post-category span{
  font-size: 11px;
}

.post-category a:after {
	content: ',';
	display: inline-block;
}

.post-category a:last-child:after {
	display: none;
}

.aside-widget .post-meta {
	margin-bottom: 10px;
}

.post-meta li {
	display: inline-block;
	color: #97989b;
	font-size: 12px;
	text-transform: uppercase;
}

.post-meta li a {
	color: #97989b;
	font-weight: 700;
}

.post-meta li a:hover,
.post-meta li a:focus {
	color: #ee4266;
}

.post-meta li:after {
	content: '•';
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.post-meta li:last-child:after {
	display: none;
}

/*----------------------------*\
	post widget
\*----------------------------*/

.aside-widget.post-widget:after {
	content: "";
	display: table;
	clear: both;
}

.aside-widget.post-widget .post-img {
	float: left;
	width: 130px;
}

.aside-widget.post-widget .post-body {
	position: relative;
	background: transparent;
	margin: 0px 0px 0px 150px;
	padding: 0;
}

.aside-widget.post-widget .post-title {
	font-size: 16px;
	margin-bottom: 0px;
}
/* Section Team */

.team_section {
  text-align: center;
}

.team_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_section .team_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team_section .team_container .box {
  margin: 35px 45px;
  min-width: 200px;
  width: 250px;
}

.team_section .team_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  position: relative;
}

.team_section .team_container .box .img-box img {
  max-width: 100%;
  border-radius: 0.85rem !important;
  max-height: 295px;
}

.team_section .team_container .box .img-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 120%;
  height: 75%;
  border-radius: 25px;
  -webkit-transform: translateX(-52.5%) rotate(-15deg);
          transform: translateX(-52.5%) rotate(-15deg);
  background-color: #041858;
}

.team_section .team_container .box .detail-box {
  margin-top: 15px;
}

.team_section .team_container .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.team_section .team_container .box.b-2 {
  margin-top: 130px;
}

.team_section .team_container .box.b-3 {
  margin-top: 230px;
}

.team_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
}

.team_section .btn-box a:hover {
  background-color: #e8bd12;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 45px;
}

.client_section .box .img-box{
  margin-top: 20px;
}
.client_section .box .img-box img {
  max-width: 100%;
}
.client_section .box .detail-box {
  margin-top: 20px;
}

.client_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
}

.client_section .carousel_btn-container {
  width: 100px;
  position: absolute;
  bottom: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 15%;
  z-index: 999;
}

.client_section .carousel_btn-container .carousel-control-prev,
.client_section .carousel_btn-container .carousel-control-next {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #ffae00;
}

.client_section .carousel_btn-container .carousel-control-prev:hover,
.client_section .carousel_btn-container .carousel-control-next:hover {
  background-color: #041858;
}

.client_section .carousel_btn-container .carousel-control-prev {
  background-image: url(../images/prev-white.png);
}

.client_section .carousel_btn-container .carousel-control-next {
  background-image: url(../images/next-white.png);
}

.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: right top;
  padding-top: 250px;
}

.contact_section {
  color: #ffffff;
}

.contact_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
}

.contact_section form .form-control {
  border: none;
  background-color: #ffffff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 30px;
  padding-left: 20px;
  height: 45px;
  margin: 5px 0;
}

.contact_section button {
  display: inline-block;
  padding: 8px 35px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  margin-top: 15px;
  font-size: 15px;
}

.contact_section button:hover {
  background-color: #e8bd12;
}

/* ratting Start */

.list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.contact_section .rating_list {
  margin-bottom: 30px;
}

.contact_section .rating_list h3 {
  font-size: 18px;
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact_section .rating_list .list li a {
  font-size: 18px;
  color: #FFD119;
}

.contact_section .rating_list .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.contact_section .rating_list p {
  margin-bottom: 0px;
  display: inline-block;
}

.starrr {
  display: inline-block; 
  }

.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color:#eeeeee;
    text-decoration: none;
  }

/* ratting end */
.info_section {
  color: #ffffff;
}

.info_section p {
  color: #9c9c9c;
}

.info_section .info_logo h3 {
  text-transform: uppercase;
  font-weight: bold;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_contact .img-box {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact p {
  margin: 0;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}

.info_section .info_contact a p {
  color: #9c9c9c;
}

.info_section .info_contact a:hover p {
  color: #ffffff;
}

.info_section .info_contact a img {
  height: auto;
  margin-right: 12px;
}

.info_section .info_links ul {
  padding-left: 15px;
}

.info_section .info_links ul li {
  list-style-type: none;
  margin: 5px 0;
}

.info_section .info_links ul li a {
  color: #9c9c9c;
  position: relative;
}

.info_section .info_links ul li a::before {
  display: none;
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffae00;
}

.info_section .info_links ul li a:hover {
  color: #ffffff;
}

.info_section .info_links ul li.active a {
  color: #ffffff;
}

.info_section .info_links ul li.active a::before {
  display: block;
}

.info_section .info_form form {
  margin-top: 20px;
}

.info_section .info_form form input {
  border: 1px solid #a6adc4;
  background-color: transparent;
  outline: none;
  width: 100%;
  padding: 7px 10px;
  color: #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::placeholder {
  color: #9c9c9c;
}

.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffae00;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
  width: 100%;
}

.info_section .info_form form button:hover {
  background-color: #e8bd12;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* scroll to top */
.scrollup {
	position: fixed;
	width: 32px;
	height: 32px;
	bottom: 0px;
	right: 20px;
	background: #ffae00;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

a.scrollup {
	outline: 0;
	text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
	opacity: 1;
	text-decoration: none;
}

a.scrollup i {
	margin-top: 10px;
	color: #fff;
}

a.scrollup i:hover {
	text-decoration: none;
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.footer_section a {
  color: #ffffff;
}
@media (max-width: 1120px) {
  .team_section .team_container .box.b-3 {
    margin-top: 100px;
  }
}

@media (max-width: 992px) {

  .hero_area {
    height: auto;
  }

  .navbar-brand {
    margin-left: 0;
  }

  .slider_section {
    padding: 45px 0 175px 0;
  }

  .footer_bg {
    padding-top: 125px;
  }

  /* 
  .quote_btn-container {
    display: none;
  } */
  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }

  .quote_btn-container a {
    display: none;
  }

  .custom_nav-container .nav_search-btn {
    background-position: center;
  }
}

@media (max-width: 768px) {
  .header_section.container-fluid{
    box-shadow: 0 1px 6px rgba(231, 229, 191, 0.2);
    -webkit-box-shadow: 0 1px 6px rgb(189 176 176 / 55%);
    -moz-box-shadow: 0 1px 6px  rgb(189 176 176 / 55%);
    -o-box-shadow: 0 1px 6px  rgb(189 176 176 / 55%);
    background: #041858;
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider_section .detail_box {
    text-align: center;
  }

  .slider_section {
    padding: 100px 0 200px 0;
    min-height: 800px;
    max-height: 800px;
  }

  .slider_section .img-box {
    margin-top: 45px;
    width: 50%;
    margin-left: 25%;
  }

  .slider_section .carousel_btn-container {
    bottom: 11%;
  }  
  
  .about_section .row {
    flex-direction: column-reverse;
    position: relative;
    padding-top: 0;
  }
  .about_section .heading_container h2::before {
    right: -35px;
  }
  .about_section .detail-box {
    margin-top: 45px;
  }

  .about_section .img-box {
    margin-top: 10px;
  }

  .work_section .img-box {
    margin-top: 25px;
  }

  .work_section .btn-box {
    justify-content: center;
    margin-top: 35px;
  }

  .team_section .team_container .box.b-2 {
    margin-top: 100px;
  }

  .client_section {
    text-align: center;
    margin-bottom: 45px;
  }

  .client_section .heading_container {
    align-items: center;

  }

  .client_section .box {
    align-items: center;    
  }

  .client_section .carousel_btn-container {
    bottom: -100px;
    right: 50%;
    transform: translateX(50%);
  }

  .footer_bg {
    padding-top: 75px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
    text-align: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }
   /* secction Blog */
  .section_blog {
    top: 30pt;
    position: relative;
    padding-bottom: 50px;
  } 
	.artikel__item__pic {
		max-height: 300px;
		background-size: cover;
	}

	.artikel-post .artikel-body img {
		width: 100%;
	}

	.artikel-post .artikel-share {
		left: 0;
	}
  .form-wrapper h3.panel-title {
		font-size: 14px;
	}
}

@media (max-width: 576px) {
  .slider_section .detail_box h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
  .slider_section .detail_box h1 {
    font-size: 3rem;
  }
}

@media (max-width: 360px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/* 
 Boot----Chat
*/
.fabs {
  bottom: 0;
  position: fixed;
  right: 0;
  margin-bottom: 50px;
  margin-right: 25px;
  z-index: 1035;
}

.fak {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgb(255 255 255 / 40%), 0 4px 8px rgb(0 0 0 / 28%);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 1035;
  overflow: hidden;
  background: #041858;
}

.fak>i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fak:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fak:not(:last-child)>i {
  font-size: 1.4em;
  line-height: 40px;
}

.fak:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fak:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fak:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fak:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fak:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fak:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fak:not(:last-child):active,
.fak:not(:last-child):focus,
.fak:not(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.chat {
  position: fixed;
  right: 85px;
  bottom: 20px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, .22);
  border-radius: 10px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.chat_fullscreen {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
}

.chat_header {
  font-size: 13px;
  font-family: 'Roboto';
  font-weight: 500;
  color: #f3f3f3;
  height: 55px;
  background: #041858;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 8px;
}

.chat_header2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: 75px;
}

.chat_header .span {
  float: right;
}

.chat_fullscreen_loader {
  display: none;
  float: right;
  cursor: pointer;
  font-size: 20px;
  opacity: .5;
  margin: -10px 10px;
}

.chat.is-visible {
  opacity: 1;
  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);
  box-shadow:  0 4px rgb(255 255 255 / 40%), 0 4px 8px rgb(0 0 0 / 28%);
}

.is-hide {
  opacity: 0;
}

.chat_option {
  float: left;
  font-size: 15px;
  list-style: none;
  position: relative;
  height: 100%;
  width: 100%;
  text-align: relative;
  letter-spacing: .5px;
  font-weight: 400;
}

.chat_option img {
  border-radius: 50%;
  width: 55px;
  float: left;
  margin: -30px 20px 10px 20px;
  border: 4px solid rgba(0, 0, 0, .21);
}

.change_img img {
  margin: 0 20px 0 20px;
}

.chat_option .agent {
  font-size: 12px;
  font-weight: 300;
}

.chat_option .online {
  opacity: .4;
  font-size: 11px;
  font-weight: 300;
}

.chat_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 10px;
  float: left;
}

.chat_body {
  background: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow-y: auto;
  padding-bottom: 15px;
}

#chat_body {
  max-height: 800px;
  height: 100%;
}

.chat_login p,
.chat_body li,
p,
a {
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
}

.chat_body p {
  padding: 20px;
  color: #888;
}

.chat_body a {
  width: 10%;
  text-align: center;
  border: none;
  box-shadow: none;
  line-height: 40px;
  font-size: 15px;
}

.chat_field {
  width: 67%;
  position: relative;
  margin: 10px 0 5px 0;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  border: none;
  outline: none;
  display: inline-block;
}

.chat_field.chat_message {
  height: 40px;
  resize: none;
  font-size: 13px;
  font-weight: 400;
  width: 80%;
  padding: 5px;
}

.chat_category {
  text-align: left;
}

.chat_category {
  margin: 20px;
  background: rgba(0, 0, 0, .03);
  padding: 10px
}

.chat_category ul li {
  width: 80%;
  height: 30px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  margin-bottom: 10px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  cursor: pointer;
  line-height: 30px;
  color: #888;
  text-align: center;
}

.chat_category li:hover {
  background: #83c76d;
  color: #fff;
}

.chat_category li.active {
  background: #83c76d;
  color: #fff;
}

.tags {
  margin: 20px;
  bottom: 0;
  display: block;
  width: 120%;
}

.tags li {
  padding: 5px 10px;
  border-radius: 40px;
  border: 1px solid rgb(3, 117, 208);
  margin: 5px;
  display: inline-block;
  color: rgb(3, 117, 208);
  cursor: pointer;
}

.fab_field {
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #041858;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;

}

.fab_field2 {
  bottom: 0;
  position: absolute;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  z-index: 1036;
}

.fab_field a {
  display: inline-block;
  text-align: center;
}

#fab_camera {
  float: left;
  background: rgb(66 165 245);
  margin-top: 10px;
  margin-left: 5px;
}

#fab_send {
  float: right;
  background: rgb(66 165 245);
  margin-top: 10px;
  margin-right: 5px;
}

.fab_field .fab {
  width: 35px;
  height: 35px;
  box-shadow: none;
  margin: 5px;
}

.fab_field .fab>i {
  font-size: 1.6em;
  line-height: 35px;
  color: #bbb;
}

.fab_field .fab>i:hover {
  color: #f8f8f8;
}

.chat_conversion {
  height: 400px;
}

.chat_converse {
  position: relative;
  background: #fff;
  margin: 0 0 0 0;
  max-height: 400px;
  font-size: 12px;
  line-height: 18px;
  overflow-y: auto;
  width: 100%;
  float: right;
  padding: 5px 10px;
}

.chat_converse2 {
  min-height: 100%;
  max-height: 100%;
  padding: 5px;
}

.chat_list {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.chat_list .chat_list_item {
  opacity: 0;
  visibility: hidden;
}

.chat .chat_converse .chat_msg_item {
  position: relative;
  margin: 8px 0 15px 0;
  padding: 8px 10px;
  max-width: 60%;
  display: block;
  word-wrap: break-word;
  border-radius: 3px;
  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);
  clear: both;
  z-index: 1036;
}

.status__right {
  width: 100%;
  margin: 0 auto;
  float: right;
  font-size: 11px;
  opacity: .3;
}

.status__left {
  width: 100%;
  margin: 0 auto;
  float: left;
  font-size: 11px;
  opacity: .3;
}

.chat .chat_converse .chat_msg_item .chat_avatar {
  position: absolute;
  top: 0;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {
  left: -52px;
  background: rgba(0, 0, 0, .03);
}

.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {
  right: -52px;
  background: rgba(0, 0, 0, .6);
}

.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar img {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
.chat .chat_converse .chat_msg_item .chat_avatar,
.chat_avatar i {
  padding: 5px;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin {
  margin-left: 60px;
  float: left;
  background: rgba(0, 0, 0, .03);
  color: #666;

}

.chat .chat_converse .chat_msg_item.chat_msg_item_user {
  margin-left: 20%;
  background: #42a5f5;
  color: #eceff1;
}

.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -12px;
  z-index: 1035;
  border: 6px solid transparent;
  border-right-color: rgba(255, 255, 255, .4);
}

.chat_form .get-notified label {
  color: #077ad6;
  font-weight: 600;
  font-size: 11px;
}

.chat_form input {
  position: relative;
  width: 90%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .get-notified input {
  margin: 2px 0 0 0;
  border: 1px solid #83c76d;
}

.chat_form .get-notified i {
  background: #83c76d;
  width: 30px;
  height: 32px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  margin: 2px 0 0 -30px;
  position: absolute;
  border-radius: 3px;
}

.chat_form .message_form {
  margin: 10px 0 0 0;
}

.chat_form .message_form input {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
}

.chat_form .message_form textarea {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 90%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}

.chat_form .message_form button {
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 95%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
  background: #83c76d;
  cursor: pointer;
}

strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .2);
}

.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 4px rgb(255 255 255 / 40%), 0 4px 8px rgb(0 0 0 / 28%);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, .6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, .6) infinite;
}

@-webkit-keyframes zoomIn {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: .0;
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: .0;
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: .0;
  }

  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}

@keyframes load {
  0% {
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: .0;
  }

  50% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
  }
}

@media only screen and (min-width:375px) {
  .chat {
      width: 75%
  }

  .chat_field {
      width: 62%;
  }
}

@media only screen and (min-width:480px) {
  .chat {
      width: 70%
  }


}

@media only screen and (min-width:767px) {
  .chat {
      width: 40%
  }
}

@media only screen and (min-width:1024px) {
  .chat {
      width: 300px;
  }
}

.blue .fak {
  background: #42a5f5;
  color: #fff;
}

.blue .chat {
  background: #42a5f5;
  color: #999;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, .4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.ink.animate {
  -webkit-animation: ripple .5s ease-in-out;
  animation: ripple .5s ease-in-out;
}

@-webkit-keyframes ripple {
  100% {
      opacity: 0;
      -moz-transform: scale(5);
      -ms-transform: scale(5);
      webkit-transform: scale(5);
      -webkit-transform: scale(5);
      transform: scale(5);
  }
}

@keyframes ripple {
  100% {
      opacity: 0;
      -moz-transform: scale(5);
      -ms-transform: scale(5);
      webkit-transform: scale(5);
      -webkit-transform: scale(5);
      transform: scale(5);
  }
}

::-webkit-input-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-moz-placeholder {
  color: #bbb;
}
/*# sourceMappingURL=style.css.map */