/* ==================================================================================
  CSS : for Cakrabuana Insurance Brokers
  Author: HIZ+R1
/==================================================================================*/

*{
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
  color:#2e3436;
  background: #eef3f6;  
  background: -webkit-linear-gradient(right, #fde5e5 , #FFFFFF);
  background: linear-gradient(to left, #fde5e5 , #FFFFFF);
  overflow-x: hidden;
}
p {
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 0px;
}
h1.w6, h2.w6, h3.w6, h4.w6, h5.w6 { font-weight: 600; }
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4 { font-weight: 400; }
h1,h2,h3,h4,h5,h6{   
  line-height: 30px;
  font-weight: 500;
  color: #030303;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
a:hover, a:focus {
  color: #F97794;
}
a {
  color: #F97794;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {max-width:100%;
    /*width:100%;*/
    height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.bg-transparent {
  background: transparent !important;
}
.bg-defult {
  background: #F97794 !important;
}

/* =========== Header Section =========*/

.full-wrapper{
    width: 100%;
}
.wrapper {
    width: 1100px;
    margin: auto;
    position: relative;
}
.menu {
    float: right;
}
.logo-brand img {
    background-repeat: no-repeat;
    transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    top: 0.5px;
    bottom:auto;
    left: 9%;
    margin:0;
    height:40px;
    width:40px;
    display:block;
    position:absolute;
    border:0 none;
    z-index:2;
}
.logo a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    float: left;
    color: #FFFFFF;
}
header#top_header {
    height:50px;
    box-sizing:content-box;
}
#top_header_inner {
    float: right;
    display: flex;
    height:40px;
    position:relative;
    margin-top: 10px;
    margin-right: 1%;
}
#top_header_inner p {
    color: #ec1c27;
    margin-right: 10px;
}

/* ============== NavBar ==============*/

nav {
    width: 100%;
    margin: auto;
    display: flex;
    line-height: 60px;
    position: sticky;
    position: -webkit-sticky; 
    top: 0;
    background-color: #353692;
    z-index: 100;
    border-bottom:2px solid black;
    transition: background-color 0.5s ease;
}
nav .menu {
    float: right;
    height: 60px;
    max-width: 600px;
}
nav .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    overflow: hidden;
}
nav .menu ul li {
    list-style-type: none;
    float: left;
    line-height: 60px;
}
nav .menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
}
nav .menu ul li.active a{
    text-decoration: none;
    background-color: #db2d36;
    line-height: 60px;
    display: inline-block;
    padding: 0px 16px 0px 16px;
    color: #FFFFFF;
    font-weight: bold;
}
nav .menu ul li a:hover {
    text-decoration: none;
    background-color: #db2d36;
    line-height: 60px;
    display: inline-block;
    padding: 0px 16px 0px 16px;
    color: #FFFFFF;
    font-weight: bold;
}
nav .logo {
    float: left;
    position: relative;
    line-height: 55px;
    text-align: center;
}
nav .logo img {
    vertical-align: middle;
    width: 180px;
}
nav.red-black {
    background-color: #db2d36 ;
}
nav.red-black .tombol-menu .garis {
    background-color: black;
}
nav.red-black ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 0px 16px 0px 16px;
    text-decoration: none;
}
nav.red-black .menu ul li.active a {
    text-decoration: none;
    background-color: #353692;
    line-height: 60px;
    display: inline-block;
    padding: 0px 16px 0px 16px;
    color: #FFFFFF;
    font-weight: bold;
}
nav.red-black ul li a:hover {
    text-decoration: none;
    background-color: #353692;
    line-height: 60px;
    display: inline-block;
    padding: 0px 16px 0px 16px;
    color: #fff;
    font-weight: bold;
}
nav .logo img.red-black {
    display: none;
}

/*=========  Section -=========*/

section {
  padding: 40px 0px 60px 0px;
}
.section-header {
  color:black;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
section h1 {
  color: #333;
}
section h1::after {
    content: "";
    border-bottom: 5px solid #F97794;
    width: 52px;
    display: block;
    margin: 5px auto;
}
#aboutus,
#service,
#team,
#blog,
#contact {
    text-align: center;
}
section p.text-descript {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;
}
section .content-inner p {
    font-style: normal;
    color: black;
}
section.grey-sect {
    background-color: #d1cbcb;
}
section.blues-sect {
  background-color: #f0f5fa;
}
section.pinky-sect {
  background-color: #fae7f1;
}
.support,
.teams,
.blog,
.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.support h6,
.teams h6 {
  margin-top: 5 px;
  padding: 0px;
  font-weight: bold;
  color: #030303;
}
.support img {
  width: 50%;
  margin: 1%;
  border-radius: 50%;
}
.support p {
  text-align: justify;
  font-size: 14px;
  color: black;
}
.support div,
.teams div {
  text-align: center;
  width: 26%;
}
section#gallery {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  overflow: hidden;
  padding: 10px 0px 10px 0px;
}
section#gallery div {
  padding: 10px;
}
section#gallery div img {
  height: 100px;
  border-radius: 5px;
}
section#gallery div img:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.teams img {
  width: 100%;
  box-shadow: 0px -10px 30px #444;
  border-radius: 5px;
}

/* ================ Blog ======================= */

#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}
#blog .blog-item-wrapper:hover {
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.45);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
} 
#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
} 
#blog .blog-item-img {
  position: relative;
} 
#blog .blog-item-img img {
  width: 100%;
  border-radius: 5px;
}
#blog .blog-item-text {
  padding: 20px 30px;
}
#blog .blog-item-text .date {
  font-size: 14px;
  margin-bottom: 10px;
}
#blog .blog-item-text .date i {
  margin-right: 7px;
}
#blog .blog-item-text h6 {
  text-align: justify;
  line-height: 26px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#blog .blog-item-text h6 a {
  color: #263238;
}
#blog .blog-item-text h6 a:hover {
  color: #F97794;
}
.meta-tags {
  margin-bottom: 10px;
}
.meta-tags span {
  color: #999;
  font-size: 14px;
  margin-right: 10px;
}
.meta-tags span i {
  margin-right: 2px;
}
.meta-tags span a {
  color: #999;
}
.meta-tags span a:hover {
  color: #F97794;
}
#blog-single {
  padding: 80px 0;
  background: #ECF0F1;
}
#blog-single .blog-post {
  background: #fff;
  overflow: hidden;
  margin-bottom: 40px;
}
#blog-single .blog-post .post-thumb img {
  width: 100%;
}
#blog-single .blog-post .post-content {
  padding: 30px;
}
#blog-single .blog-post .post-content h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.blog-comment {
  background: #fff;
  padding: 50px 30px;
  margin-top: 30px;
  overflow: hidden;
}
.blog-comment h4 {
  font-size: 24px;
  margin-bottom: 30px;
}
.blog-comment .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}
.blog-comment .comment-list .the-comment {
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog-comment .comment-list .children {
  padding-left: 40px;
}
.blog-comment .avatar {
  float: left;
  margin-right: 15px;
  padding: 5px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px dashed #346AFE;
}
.blog-comment .comment-author {
  margin-bottom: 10px;
}
.blog-comment .meta {
  margin-bottom: 10px;
  color: #999;
}
.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}
.blog_meta span.date_type i {
  margin-left: 5px;
}
.blog-meta span.comments-type {
  margin-left: 5px;
}
.blog-meta span i {
  padding-right: 10px;
}
.blog-content .blog-meta {
  border-bottom: 1px dotted #333;
}
.blog-meta .comments-type i {
  padding-right: 0 !important;
}
.blog-content-right .comments-type>a, .blog-content-right .date-type, .blog-content-right .blog-meta span.comments-type, .blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}
.blog-area {
  height: auto;
  width: 100%;
}
.blog-text h6 a {
  color: #444;
  text-decoration: none;
}
.blog-text p {
  color: #444;
  text-align: justify;
}
.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}
.post-meta {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-meta ul li {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}
.post-meta ul li i {
  margin-right: 5px;
}
.post-meta ul li a {
  color: #fff;
}
.post-meta ul li a:hover {
  color: #F97794;
}
.blog .area {
  width: 47%;
  box-shadow: 0px -10px 30px #ccc;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blog div.area div {
  width: 50%;
}
.blog .area .images {
  border-radius: 5px 0px 0px 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
}
.blog .area .text article {
  padding: 40px;
}
.blog .area .text article h4 {
  margin: 0px;
}
.blog .area .text article a {
  color: #333;
  text-decoration: none;
  transition: color 0.5s ease;
}
.blog .area .text article a:hover {
  color: #ccc;
}
.page-area {
  position: relative;
}
.blog-page{
  margin-bottom: 40px;
}
.page-head-blog {
  font-size: 14px;
  margin-bottom: 20px;
}
.single-blog {
  margin-bottom: 20px;
}
.single-blog-page {
  margin-bottom: 20px;
}
.single-blog-img img {
  display: inline-block;
  padding: 0 5px;
  width:100%;
  margin-bottom: 10px;
}
.left-blog {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 20px;
}
.left-blog h6 {
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
  text-transform: uppercase;
}
.left-blog li {
  border-bottom: 1px solid #ddd;
  display: block;
}
.left-blog ul li a:hover {
  color: #F97794;
}
.left-blog ul li a {
  color: #444;
  display: block;
  font-size: 14px;
  padding: 10px;
  text-transform: capitalize;
}
.recent-single-post {
  margin-bottom: 5px;
}
.recent-single-post {
  border-bottom: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 10px 10px;
}
.post-img img {
  display: inline-block;
  float: left;
  padding: 0 5px;
  width:35%;
}
.pst-content {
  display: inline-block;
  text-align: justify;
  width: 65%;
}
.pst-content p a, 
.left-blog ul li a {
  color: black;
}
.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #F97794;
}

/**************** Carousel **************/

#customers {
  padding: 70px 0;
  background-color: #f9f9f9; 
}
#customer .testimonials-slider {
  padding: auto;;
}
#customers i {
  color: #db2d36;
  font-size: 24px;
}
#customers .star-rating {
  margin-top: 15px;
}
#customers .star-rating .gold-star {
  color:goldenrod ;
}
#customers .customer-name {
  margin-top: 56px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #26272d;
}
#customers .testimonial {
  padding-top: 175px;
}
#customers .testimonial p {
  font-size: 16px;
  font-weight: 500;
}
#customers .carousel-indicators {
  position: absolute;
  top: 0;
  bottom: auto;
  width: 100%;
  z-index: 5;
  left: 0;
  margin-left: 0;
}
#customers .carousel-indicators li {
  width: 90px;
  height: 90px;
  border-radius: 0;
  margin: 0;
  border: none;
  opacity: .2;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transition: all 0.97s cubic-bezier(0.545, 0, 0.05, 1);
}
#customers .carousel-indicators li img {
  position: relative;
  border-radius: 100%;
  z-index: 2;
  box-shadow: 0px 15px 30px 0px rgba(92, 95, 101, 0.18);
}
#customers .carousel-indicators li:first-child {
  float: left;
}
#customers .carousel-indicators li:first-child img {
  box-shadow: 10px 15px 30px 0px rgba(92, 95, 101, 0.18);
}
#customers .carousel-indicators li:last-child {
  float: right;
}
#customers .carousel-indicators li:last-child img {
  box-shadow: -10px 15px 30px 0px rgba(92, 95, 101, 0.18);
}
#customers .carousel-indicators li.active {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
#customers .carousel-control.left,
#customers .carousel-control.right {
  background: none;
  width: 40px;
  height: 40px;
  top: 45px;
  line-height: 40px;
}
#customers .carousel-control.left {
  left: -90px;
}
#customers .carousel-control.right {
  right: -90px;
}

/* ============  Contact Us  =================== */

.form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid transparent;
  background: #f0ebeb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-control:focus {
  border: 1px solid #F97794;
  outline: none;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 1;
}
textarea {
  border-radius: 4px !important;
}
.contact-info {
  text-align: left;
  margin : 0px;
}
.contact-info i {
  font-size: 20px;
  color: #db2d36;
}
.contact-info h5 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
}
.contact-info p {
  text-align: justify;
  font-size: 14px;
  color: black;
}
#contact {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
#contact .contact-block {
  overflow: hidden;
}
.text-danger {
  font-size: 14px;
  margin-top: 10px;
}
.list-unstyled li {
  color: #d9534f;
}

/*********** Contact Map *^^*******/

#conatiner-map {
  width: 100%;
  height: 480px;
}
#google-map-area {
  position: relative;
}
#google-map-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.toggle-map {
  height: 5px;
  width: 100%;
  background-color: #F97794;
  bottom: 0px;
  text-align: center;
  position: absolute;
  z-index: 106;
}
.toggle-map .map-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  border: #F97794 3px solid;
  position: relative;
  top: -46px;
}
.toggle-map .map-icon i {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
}
#google-map {
  text-align: center;
  background-color: #fff;
  height: 465px;
  position: absolute;
  bottom: -460px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
  border-top: #F97794 3px solid;
}
#google-map.panel-show {
  bottom: -20px !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* =========  Buttons  =============*/

.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}
.btn-common1 {
  background-color: #2a59dd;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}
.btn-common1:hover {
  color: #fff;
}
.btn-common2 {
  background-color: #07f52e;
  position: relative;
  z-index: 1;
  padding: 12px 32px;
  border-radius: 30px;
}
.btn-common2:hover {
  color: #fff;
}
.btn-effect {
  overflow: hidden;
}
.btn-effect:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-effect:hover:after {
  width: 100%;
}
.btn-border {
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-border:hover {
  color: #ffffff;
  background-color: #F97794;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.btn-rm {
  padding: 7px 10px;
  text-transform: capitalize;
}
button:focus {
  outline: none !important;
}
.clear {
  clear: both;
}
.tombol-menu {
  position: absolute;
  top: 1.3rem;
  right: .5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.tombol-menu .garis {
  height: 3px;
  background-color: #FFFFFF;
}

/* ===============  Team Section  ==================== */

.single-team:hover .team-details {
  opacity: 1;
}
.single-team {
  position: relative;
  background: #f9f9f9;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}
.single-team:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
.single-team img {
  width: 100%;
}
.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details {
  padding: 5px; 
  width: 100%;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-team .team-details .team-title {
  font-size: 18px;
  font-weight: 500;
  color: #030303;
}
.single-team .team-details p {
  margin-bottom: 5px;
}
.single-team .social-list li {
  display: inline-block;
}
.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  color: #F97794;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.single-team .social-list .facebook a:hover,
.footer-social li .facebook:hover {
  background-color: #3972ec;
} 
.single-team .social-list .instagram a:hover,
.footer-social li .instagram:hover {
  background-color: #742d91dc;
} 
.single-team .social-list .google-plus a:hover,
.footer-social li .google-plus:hover {
  background-color: #57f049;
}
.single-team .social-list .youtube-play a:hover,
.footer-social li .youtube-play:hover {
  background-color: red;
}
.single-team .social-list .linkedin a:hover,
.footer-social li .linkedin:hover {
  background: #7cdffd;
}

/*------- Testimonial Area -------------*/

.testi-area1 {
  background: rgba(0, 0, 0, 0) url("../img/team/teams201.png") no-repeat fixed center top / cover;
}
.testi-area2 {
  background: rgba(0, 0, 0, 0) url("../img/map.png") no-repeat fixed center top / cover;
}
.testi-area1,
.testi-area2 {
  background-size: cover;  
  height: auto;
  width: 100%;
}
.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.testi-overly {
  background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.quate:hover {
  color: #fff;
}
.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}
.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}
.testi-text h4 {
  color: #fff;
  font-style: italic;
  font-size: 20px;
}
.testimonial-content {
  margin-bottom: 15px;
}
.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.area-padding {
  padding: 70px 0px 80px;
}
.testimonial {
  background: #f9f9f9;
}
.testimonial-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.testimonial-item .author {
  display: inline-block;
}
.testimonial-item .author .img-thumb {
  float: left;
  overflow: hidden;
  position: relative;
}
.testimonial-item .author .img-thumb img {
  width:100%;
  border-radius: 10px;
}
.testimonial-item .author .author-info {
  float: left;
  padding: 3px 0;
}
.testimonial-item .author .author-info h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
}
.testimonial-item .author .author-info h2 a {
  color: #484848;
}

.testimonial-item .author .author-info h2 a:hover {
  color: #F97794;
}
.testimonial-item .content-inner {
  overflow: hidden;
}
.testimonial-item .content-inner .description {
  width: 100%;
  margin-bottom: 10px;
}
.testimonial-item .content-inner span {
  color: #F97794;
}
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #F97794;
}

/* ================   Footer Style  ======================= */
   
footer {
  background-color: #fde5e5;
  color: black;
}
.footer-content {
  color: #1d1a1a;
  line-height: 24px;
} 
.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}
.textwidget p {
  text-align: justify;
  margin-right: 10px;
}
.textwidget li {
  color: #353692;
  text-align: left;
}
.normal-header {
  font-size: 14px;
  color: #1d1a1a;
  line-height: 24px;
  text-align: left;
}
.normal-header h5::after,
.normal-header h6::after {
  content: "";
  border-bottom: 5px solid #F97794;
  width: 52px;
  display: block;
  margin: 5px 0px 10px 0px;
}
.contact-footer {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  display: inline-block;
}
.contact-footer li {
  text-align: left;
}
.contact-footer li strong {
  float: left;
}
.contact-footer li span {
  margin-left: 73px;
  display: block;
}
.contact-footer li span a {
  color: #333;
}
.contact-footer li span a:hover {
  color: #F97794;
} 
#contact-footer img {
  width:50%;
  display:inline-block;
}
.contact-footer i {
  color : #ec1c27;
  margin :0px;
}
.contact-footer p {
  content: black;
  margin :0px;
}
.footer-social li {
  display: inline-block;
  margin-right: 10px;
}
.footer-social li a {
  background-color: #F97794;
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
#copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #c96b69;  
  border-top: 1px solid #eaeaea;
  padding: 0px;
  margin: 0px;
}
#copyright p{
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}


/*=========== responsive ==============*/

@media screen and (max-width: 991.98px) {
  .wrapper, 
  .container {
      width: 90%;
  }
  body {
    font-size: 1.2rem;
  }
  nav .menu ul {
      display: none;
      margin-top: 60px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
  }
  nav .menu ul li {
      width: 100%;
      border-bottom: 1px solid #333;
      background-color: #f2f2f2;
      line-height: 60px;
  }
  nav .menu ul li a {
      height:60px ;
      color: black;
      font-weight: bold;
  }
  .tombol-menu {
      display: flex;
  }
  .blog .area {
      display: block;
  }
  .blog div.area div {
      width: 100%;
  }
  .blog .area .images {
      border-radius: 5px 5px 0px 0px;
      height: 200px;
  }
  .support h6,
  .teams h6 {
    font-size: 10px;
}
  .support {
      display: block;
  }
  .support div {
      width: 100%;
      padding-bottom: 30px;
  }
  .testi-area1,
  .testi-area2 {
     background-size: 60rem;
  }
  
}

