/* --------------------------------------------------------
   Author :  RGB Creative Agency
----------------------------------------------------------- */

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Bold.woff2') format('woff2'), url('/fonts/Quicksand-Bold.woff') format('woff'), url('/fonts/Quicksand-Bold.svg#Quicksand-Bold') format('svg');  font-weight: bold;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Medium.woff2') format('woff2'), url('/fonts/Quicksand-Medium.woff') format('woff'), url('/fonts/Quicksand-Medium.svg#Quicksand-Medium') format('svg');  font-weight: 500;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Light.woff2') format('woff2'), url('/fonts/Quicksand-Light.woff') format('woff'), url('/fonts/Quicksand-Light.svg#Quicksand-Light') format('svg');  font-weight: 300;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-SemiBold.woff2') format('woff2'), url('/fonts/Quicksand-SemiBold.woff') format('woff'), url('/fonts/Quicksand-SemiBold.svg#Quicksand-SemiBold') format('svg');  font-weight: 600;  font-style: normal;  font-display: swap;  }
@font-face {  font-family: 'Quicksand';  src: url('/fonts/Quicksand-Regular.woff2') format('woff2'), url('/fonts/Quicksand-Regular.woff') format('woff'), url('/fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');  font-weight: normal;  font-style: normal;  font-display: swap;  }

body {font-family: 'Quicksand', sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;box-sizing: border-box;font-weight: 400;font-size: 14px;color: #434343;background: #ffffff;}
*:focus {outline: 0;}
a {text-decoration: none !important;}


/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.header {position: relative;left: 0;top: 0;width: 100%;background: #fff;margin-bottom: 1px;}

@media only screen and (max-width: 767px) {
  .logo {width: 120px;}
  .head-social {display: inline-block;vertical-align: middle;padding: 0 2px;color: #a2a0a9;transition: 0.5s;}
}

@media only screen and (min-width: 767px) {
  .logo {position:absolute;top:-32px;width: 200px;}
  .head-social {display: inline-block;margin-right: 22px;vertical-align: middle;padding: 0 2px;color: #a2a0a9;transition: 0.5s;}
  .nav-p {font-size:12px;font-weight:500;margin-right:50px;color:#434343;transition:0.5s;}
  .nav-m {font-size:12px;font-weight:500;margin-right:50px;color:#434343;transition:0.5s;}
}

.nav-p:hover {color:#8e1838;transition:0.5s;}
.nav-m:hover {color:#8e1838;transition:0.5s;}

.head-social:hover {color: #000;transition: 0.5s;}
.head-social:last-child {margin-right: 0;}

/*--------------------------------------------------------------
# TOP HEADER
--------------------------------------------------------------*/

.search-container {display: inline-flex;border-right: solid 1px #e7edf2;margin-right: 15px;}

/*--------------------------------------------------------------
# HOME SLIDER
--------------------------------------------------------------*/
.carousel-item:after {left: 0;top: 0;width: 100%;height: 100%;}
.fill {width: 100%;background-position: inherit;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;overflow: hidden;}
.slider-detail {position: absolute;color: rgba(255, 255, 255, 0.7);top: 57%;left: 12%;;width: 55%;font-size: 15px;font-weight: 400;text-align: left;}

@media only screen and (max-width: 767px) {
  .fill {width:98%;height: 210px;border-radius: 10px;}
  .slider-detail {display: none;}
  .carousel-caption {position: absolute;text-align: left;line-height: 23px;font-size: 20px;font-weight: 500;color: #fff;top: 35%;left: 7%;}
  .carousel-indicators {bottom: -18px;}
  .carousel-indicators li {width: 10px;height: 10px;}
  .carousel-control-next {position: absolute;bottom: 41%;right: 12%;text-decoration: none;left: 80%;}
  .carousel-control-prev {position: absolute;bottom: 41%;right: 12%;text-decoration: none;left: 80%;}
  .hz-rw {margin-top:50px;}
  .hz-rw2 {width:90%;margin-left:5%;}
  .hz-rw3 {background:#fff;padding:30px 5px;border-radius:15px;}
  .home-hiz {background:#f5f5f5;border-radius:15px;margin-bottom:10px;text-align: -webkit-center;padding: 20px 5px;transition:0.5s;}
  .home-hiz .home-saglik {display:block;background-image: url(/assets/img/saglik2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz .home-konut {display:block;background-image: url(/assets/img/konut2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz .home-trafik {display:block;background-image: url(/assets/img/trafik2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz .home-kasko {display:block;background-image: url(/assets/img/kasko2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz .home-dask {display:block;background-image: url(/assets/img/dask2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz .home-yangin {display:block;background-image: url(/assets/img/yangin2.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
  .home-hiz p {margin-top:15px;font-size:14px;font-weight:600;color:#2c3e50}
}

@media only screen and (min-width: 767px) {
  .fill {height: 560px;}
  .carousel-caption {font-size: 45px;font-weight: 600;color: #fff;top: 32%;text-align: left;width: 45%;left:12%;line-height:55px;}
  .carousel-control-next {position: absolute;bottom: 41%;right: 10%;text-decoration: none;z-index: 1;}
  .carousel-control-prev {position: absolute;bottom: 41%;text-decoration: none;left: 10%;z-index: 1;}
  .hz-rw {margin-top:150px;}
  .hz-rw3 {background:#fff;padding:30px;border-radius:15px;}
  .home-hiz {background:#f5f5f5;border-radius:15px;margin-bottom:10px;text-align: -webkit-center;padding: 35px 50px;transition:0.5s;}
  .home-hiz .home-saglik {display:block;background-image: url(/assets/img/saglik2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz .home-konut {display:block;background-image: url(/assets/img/konut2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz .home-trafik {display:block;background-image: url(/assets/img/trafik2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz .home-kasko {display:block;background-image: url(/assets/img/kasko2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz .home-dask {display:block;background-image: url(/assets/img/dask2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz .home-yangin {display:block;background-image: url(/assets/img/yangin2.png);background-repeat: no-repeat;width: 65px;height: 65px;background-size: contain;}
  .home-hiz p {margin-top:15px;font-size:22px;font-weight:600;color:#2c3e50}

}

.lang-btn {background: #f7f7f7;color: #636e72;font-size: 12px;font-weight: 500;border:1px solid #ededed;padding: 3px 12px;border-radius: 5px;}
.lang-img {width: 23px;margin-right: 5px;border-radius: 2px;}
.dropdown-lang {z-index:2;display: none;position: absolute;text-align:left;font-size:12px;background-color: #f7f7f7;min-width: 170px;padding: 10px 20px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0 0 40px rgba(29, 58, 83, 0.1);box-shadow: 0 0 40px rgba(29, 58, 83, 0.1);}

@keyframes slideup {
  from {
    transform:translateY(20%);}
}
to {
  transform:translateY(50%);
}

.home-hiz:hover {background: linear-gradient(0deg, rgba(133,69,238,1) 0%, rgba(0,148,255,1) 100%);transition:0.5s;}


.home-hiz:hover p {color:#fff;}



.home-hiz:hover .home-saglik {display:block;background-image: url(/assets/img/saglik.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
.home-hiz:hover .home-konut {display:block;background-image: url(/assets/img/konut.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
.home-hiz:hover .home-trafik {display:block;background-image: url(/assets/img/trafik.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
.home-hiz:hover .home-kasko {display:block;background-image: url(/assets/img/kasko.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
.home-hiz:hover .home-dask {display:block;background-image: url(/assets/img/dask.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}
.home-hiz:hover .home-yangin {display:block;background-image: url(/assets/img/yangin.png);background-repeat: no-repeat;width: 45px;height: 45px;background-size: contain;}


.call-phone-icon {color:#8545ee;border-radius:50%;margin-right:5px;background: rgba(133, 69, 238, 0.1);font-size: 16px;padding: 5px 8px;}
.call-mail-icon {color:#8545ee;border-radius:50%;margin-right:5px;background: rgba(133, 69, 238, 0.1);font-size: 16px;padding: 5px 6px;}
.call-map-icon {color:#8545ee;border-radius:50%;margin-right:5px;background: rgba(133, 69, 238, 0.1);font-size: 16px;padding: 5px 6px;}

.dropdown-lang a {color: #636e72;font-size:12px;padding: 5px 10px;text-decoration: none;display: block;}
.dropdown-lang a:hover {background-color: #8e1838;color:#fff;border-radius:5px;}
.dropdown:hover .dropdown-lang {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}


.inp1 {font-size:13px;width:100%;border: 1px solid #e2e2e2;padding: 7px;border-radius: 5px;color: #434343;margin-top:10px;}
::placeholder  {color:#434343}
/*-------------------------------------------------------------
# SERVICES
--------------------------------------------------------------*/
.services-rw {background: #fff;margin: 8px;border: solid 1px #f5f5f5;border-radius: 7px;transition: 0.7s;}
.services-rw:hover {box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;transition: 0.7s;}
.services-icon {position: absolute;top: 5px;right: 20px;}
.services-t1 {display: inline-block;color: #636e72;background: #f5f5f5;padding: 3px 12px;border-radius: 12px;margin-bottom: 6px;font-size: 12px;}
.services-t2 {font-size: 15px;font-weight: 600;color: #58585a;margin-bottom: 6px;}
.services-title {font-size: 14px;color: #58585a;padding-bottom: 5px;padding-top: 5px;margin-bottom: 20px;}




.owl-stage {margin-top:20px;margin-bottom:20px;}

.btn1:hover {background-color: #8545ee;text-decoration: none;color: #fff;transition:0.5s;}
.btn2:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn3 {text-decoration: none;text-align: center;font-size: 12px;background-color: red;color: #fff;padding: 6px;border-radius: 5px;border: hidden}
.btn3:hover {background-color: #55acee;text-decoration: none;color: #fff;}
.btn4 {text-decoration: none;width: 45%;text-align: center;font-size: 12px;font-weight: 500;background-color: #fff;color: #55acee;padding: 5px 13px;border-radius: 3px;}
.btn4:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn5 {text-decoration: none;text-align: center;font-size: 14px;font-weight: 500;background-color: #e84393;color: #fff;padding: 5px 13px;border-radius: 5px;transition:0.5s;}
.btn5:hover {background-color: #8545ee;text-decoration: none;color: #fff;transition:0.5s;}
.btn6 {text-decoration: none;width: 45%;text-align: center;font-size: 11px;font-weight: 500;background-color: #fff;color: #55acee;padding: 3px 10px;border-radius: 3px;}
.btn6:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn7 {text-decoration: none;text-align: center;font-size: 11px;font-weight: 500;background-color: #55acee;color: #fff;padding: 3px 10px;border-radius: 3px;margin-right: 3px;}
.btn7:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btnfull {text-align: center;text-decoration: none;background-color: #ac2d64;color: #fff;border: solid 1px #fff;padding: 7px 20px;border-radius: 5px;}
.btnfull:hover {background-color: #fff;text-decoration: none;color: #ac2d64;border: solid 1px #ac2d64;}
.btnfooter {font-size: 12px;background-color: #fe5b5f;color: #fff !important;padding: 7px 15px;border-radius: 15px;}
.btnfooter:hover {color: #636e72 !important;background-color: #fff;text-decoration: none;}
.blog-sidebar {background: #fff;border-radius: 8px;padding: 15px 5px;margin-left: 0;margin-right: 0;margin-bottom: 15px;}
.blog-sidebar:hover {background: #e8f2ff}

@media only screen and (max-width: 767px) {

  .mobgiz {display: none !important;}
  .btn1 {position: absolute;top: 72%;left: 6%;text-decoration: none;background-color: #e84393;color: #fff;padding: 2px 25px;border-radius: 20px;font-weight:600;font-size: 13px;transition:0.5s;}
  .page-rw {padding: 30px 10px 65px 10px;}
  .hometitle {font-size: 22px;color: #3f5972;font-weight: 600;margin-bottom: 0;text-transform: uppercase;}
  .bread {border-radius: 5px;width: 100%;margin-bottom: 25px;}
  .bread-icon {padding-right: 10px;margin-left: 10px;}
  .bread-title {display:none;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-img2 {width: 71px;height: 61px;border-radius: 5px;border: solid 2px #fff;position: absolute;top: 75px;left: 35px;}
  .blog-rw2 {border-radius: 7px;margin-bottom: 45px;}
  .blog-rw3 {margin-bottom: 35px;}
  .hometitle-blog {font-size: 18px;color: #58585a;font-weight: 400;margin-bottom: 0;}
  .hk-rw {width:94%;margin-left:3%;margin-right:3%;text-align:center}
  .sig-title {margin-top:15px;font-size:16px;font-weight:600;text-align:center;}
  .sig-num {color:#3f5972;font-size: 30px;font-weight: 700;margin-bottom: 0;}
  .sig-num2 {color:#e84393;font-size: 12px;font-weight: 500;}
  .call-rw {width:90%;box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;margin-top: -275px;background: #fff;padding: 30px 40px;border-radius: 15px;}
  .lb1 {display:none;}
  .in1 {width: 95%;opacity: 0.6;padding: 5px;font-size: 13px;border-radius: 5px;border: 1px solid #636e72;}
  .mus-rw {box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;border-radius: 25px;width: 94%;margin-left: 3%;}
  #owl-carousel2 .owl-nav button {display:none;}
  .mus-im {width: 100%;border-radius: 25px;padding-top:10px;}
  .sub-rw {background: linear-gradient(0deg, rgba(133,69,238,1) 0%, rgba(61,87,247,1) 100%);width:88%;padding:50px 30px;border-radius:25px;margin-bottom: -111px;position: sticky;}
  .sub-title {text-align:center;color:#fff;font-size:25px;font-weight:600;}
  .sub-in1 {background: #fff;border: 1px solid #f5f5f5;border-radius: 50px;padding: 7px 15px;width: 75%;font-size: 12px;}
  .sub-in2 {background: transparent;border: 1px solid #fff;padding: 7px 30px;border-radius: 50px;color: #fff;font-size: 12px;margin-top:15px;width:55%;}
  .breadcrumb {display:none !important;}
}


@media only screen and (min-width: 767px) {
  .deskgiz {display: none !important;}
  .mobile-container {display: none;}
  .page-rw {padding: 50px 15px 65px 15px;}
  .btn1 {font-size:15px;position: absolute;top: 68%;left: 12%;text-decoration: none;background-color: #e84393;color: #fff;padding: 6px 30px;font-weight:700;border-radius:20px;transition:0.5s;}
  .hometitle {font-size: 30px;color: #3f5972;font-weight: 600;letter-spacing: 1px;}
  .bread {width: 100%;margin-bottom: 25px;}
  .bread-icon {padding-right: 15px;}
  .bread-title {    margin-top: -119px;font-size: 30px;margin-left: 58px;font-weight: 800;margin-bottom: 98px;color: #fff;}
  .topbar-slogan {margin: auto;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-img2 {width: 100px;height: 100px;border-radius: 5px;border: solid 2px #fff;position: absolute;top: 165px;left: 50px;}
  .blog-rw2 {padding: 0 20px;border-radius: 15px;margin-bottom: 70px;}
  .blog-rw3 {padding-top: 10px;border-radius: 15px;margin-bottom: 35px;}
  .hometitle-blog {font-size: 25px;color: #58585a;font-weight: 400;margin-bottom: 0;}
  .hk-rw {width:75%;text-align:center}
  .sig-title {margin-top:15px;font-size:16px;font-weight:600;text-align:center;}
  .sig-num {color:#3f5972;font-size: 50px;font-weight: 700;margin-bottom: 0;}
  .sig-num2 {color:#e84393;font-size: 17px;font-weight: 500;}
  .call-rw {box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;margin-top: -200px;background: #fff;padding: 50px 100px;border-radius: 15px;}
  .lb1 {opacity: 0.6;margin-bottom: 2px;}
  .in1 {width: 60%;opacity: 0.6;padding: 5px;font-size: 13px;border-radius: 5px;border: 1px solid #636e72;margin-bottom: 8px;}
  .mus-rw {box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;border-radius: 25px;width: 80%;margin-left: 10%;}
  .mus-im {width: 100%;border-radius: 25px;margin-left: -12px;}
  .sub-rw {background: linear-gradient(0deg, rgba(133,69,238,1) 0%, rgba(61,87,247,1) 100%);width:68%;padding:50px;border-radius:25px;margin-bottom: -111px;position: sticky;}
  .sub-title {text-align:center;color:#fff;font-size:30px;font-weight:600;}
  .sub-in1 {background: #fff;border: 1px solid #f5f5f5;border-radius: 50px;padding: 7px 15px;width: 25%;font-size: 12px;}
  .sub-in2 {background: transparent;border: 1px solid #fff;padding: 7px 30px;border-radius: 50px;color: #fff;font-size: 12px;margin-left: 10px;}

}

/*--------------------------------------------------------------
# Owl Carousel Navigation
--------------------------------------------------------------*/
.owl-nav button {position: absolute;top: 31%;width: 38px;height: 38px;}
.owl-nav button>i {font-size: 20px;font-weight: 800;}
.owl-nav button:hover {opacity: .9;}
.owl-prev {left: 0;}
.owl-next {right: 0;}
#owl-carousel2 .owl-nav button {position: absolute;top: 65%;width: 38px;height: 38px;border-radius: 50% !important;background: rgba(133, 69, 238, 0.3) !important;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);}
#owl-carousel2 .owl-nav button>i {font-size: 20px;font-weight: 800;}
#owl-carousel2 .owl-nav button:hover {opacity: .9;background: rgba(133, 69, 238, 0.8) !important;}
#owl-carousel2 .owl-prev {left: 76%;}
#owl-carousel2 .owl-next {right: 16%;}
.customNextBtn {width: 40px;height: 40px;}
.customPrevBtn {width: 40px;height: 40px;}

.owl-dots {display:flex;justify-content:center;margin-top:10px;margin-bottom:100px;width:20%;margin-left:40%;}
.owl-dots .owl-dot { width: 8px; height: 8px; border-radius: 50%; margin: 2px; background-color: #ccc !important;}
.owl-dots .owl-dot.active { background-color: #8545ee !important;width:25px;border-radius:4px;}
/*--------------------------------------------------------------
# Home Blog
--------------------------------------------------------------*/
.blog-rw {border: solid 1px #f5f5f5;border-radius: 7px;width: 95%;box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);margin-bottom: 30px;padding: 0 0 25px 0;}
.blog-title {color: #868684;font-size: 16px;font-weight: 600;padding-top: 20px;text-decoration: none;}
.blog-title:hover {color: #868684;text-decoration: none;}
.blog-desc {font-size: 14px;font-weight: 400;width: 90%;}
.blog-btn {padding: 4px 20px;text-align: center;font-size: 12px;font-weight: 400;color: #fff;border-radius: 7px 0 7px 0;background-color: #868684;position: absolute;right: 0;}
.blog-btn:hover {background-color: #fff;border: solid 1px #868684;text-decoration: none;color: #868684;}
.blog-image {width: 100%;border-radius: 7px 7px 0 0;height: 125px;}
.blog-image:hover {opacity: 0.7;}
.blog-cat-image {width: 45px;border-radius: 5px;margin-top: -26px;margin-left: 12px;border: solid 2px #fff;}
.blog-cat-image2 {width: 45px;border-radius: 5px;position: absolute;top: 0;left: 20px;border: solid 2px #fff;}
.blog-icon {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: #b2bec3;transition: 0.5s;}
.blog-icon:hover {border: solid 1px #b2bec3;border-radius: 7px;padding: 7px;color: red;background: #f5f5f5;transition: 0.5s;}


/*--------------------------------------------------------------
# Hashtag
--------------------------------------------------------------*/
.ht-rw {background: #f5f5f5;padding: 10px;border-radius: 5px;}
.ht-rw a {font-size: 12px;color: #58585a;padding: 5px 10px;border-radius: 5px;margin-right: 5px;background: #fff;transition: 0.5s;}
.ht-rw a:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;transition: 0.5s;}

@media only screen and (max-width: 767px) {
  #owl-carousel1 .owl-prev {top: 41%;left: -17px;}
  #owl-carousel1 .owl-next {top: 41%;right: -17px;}
  .topbar {display:none;}
  .carousel {margin-left: 1%;margin-right: 1%;}
  .rw-top {margin-top: 30px;}
  .home-form {display:none;}
}

@media only screen and (min-width: 767px) {
  #owl-carousel1 .owl-prev {left: -2%;top: 40%;}
  #owl-carousel1 .owl-next {right: -2%;top: 40%;}
  .topbar {padding:10px 0 0 0;text-align:right;}
  .rw-top {margin-top: 50px;}
  .hak-img {width: 80%;}
  .home-form {width:76%;position:absolute;margin-top:-90px;z-index:1;left:12%;right:12%;background:#fff;box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;padding:50px;border-radius:20px;}

}

.frm-btn {background: #f7489b;color: #fff !important;border-radius: 7px;padding: 5px 20px !important;transition: 0.5s;margin-right: 27px;margin-top: 3px;}
.frm-btn:hover {background:#8545ee;color:#f7489b;transition:0.5s;}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.user-left-rw {background: #f1f5fb;border-radius: 8px;padding: 30px 20px;}
.user-center-rw {box-shadow: rgb(99 99 99 / 20%) 0 2px 8px 0;border-radius: 8px;padding: 30px;margin-left: 15px;border: 1px solid #f5f5f5;}
.user-avatar {position: inherit;left: 25%;width: 100px;height: 100px;border: 2px solid #fff;background: #f5f5f5;border-radius: 15px;padding: 10px;box-shadow: rgba(0, 0, 0, 0.07) 0 4px 12px;z-index: 5;}
.user-name {font-size: 18px;font-weight: 700;text-align: center;margin-top: 10px;margin-bottom: 1px;}
.user-job {font-size: 16px;font-weight: 400;text-align: center;opacity: 0.7;}
.user-bck {width: 100%;position: absolute;left: 0;top: 0;border-radius: 8px 8px 0 0;border-bottom: 2px solid #fff;}
.user-tab {text-decoration: none;background: rgba(255, 255, 255, 0.8);font-size: 14px;font-weight: 500;padding: 7px 15px;border-radius: 5px;color: #636e72 !important;transition: 0.5s;margin-bottom: 8px;}
.user-tab a {color: #636e72;}
.user-tab:hover {background: rgba(255, 255, 255, 1);padding: 7px 15px 7px 25px;border-radius: 5px;text-decoration: none;transition: 0.5s;}
.profile-link {color: #59ACFE;font-weight: 600;margin-bottom: 3px;transition: 0.5s;}
.profile-link a:hover {color: #fe5b5f;transition: 0.5s;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footertitle {font-size: 15px;color: #f5f5f5;font-weight: 500;border-left: solid 2px #f5f5f5;padding-left: 15px;letter-spacing: 1px;}
.footer {background: #1b1b1b;color: #fff;padding: 170px 0 20px 0;}
.footer-title {font-size: 14px;font-weight: 600;color: #f5f5f5;border-bottom: groove 1px #f5f5f5;width: 80%;padding-bottom: 5px;}
.footer-desc  {color:rgba(255, 255, 255, 0.7);padding:5px 20px;font-size:13px;transition: 0.5s;}
.footer-desc:hover {color: #8545ee;transition: 0.5s;}
.footer-icon {color: rgba(255, 255, 255, 0.5);padding: 5px 15px;transition:0.5s;}
.footer-icon:hover {color:#8545ee;transition:0.5s;}
.footer-copyright {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;}
.footer-copyright a {text-align: center;font-size: 12px;color: #b2bec3;text-decoration: none;transition: 0.5s;}
.footer-copyright a:hover {color: #fff;transition: 0.5s;}


/*--------------------------------------------------------------
# Menu Dropdown Hover
--------------------------------------------------------------*/
.dropbtn {background-color: #04AA6D;color: white;font-size: 16px;border: none;}
.dropdown {position: relative;display: inline-block;}
.dropdown-content {z-index:2;display: none;position: absolute;background-color: #fff;min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0 0 40px rgba(29, 58, 83, 0.1);box-shadow: 0 0 40px rgba(29, 58, 83, 0.1);}

@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}

.dropdown-content a {color: #636e72;padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;}
.dropdown-content a:hover {background-color: #f7489b;color:#fff;border-radius:5px;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/*--------------------------------------------------------------
# Gallery Page CSS
--------------------------------------------------------------*/
.column { padding: 8px; }
.column { float: left; width: 33.33%; display: none; }
.row:after { content: ""; display: table; clear: both; }
.content { background-color: white; padding: 10px; }
.show { display: block;}
.btn { border: none; outline: none; padding: 5px 30px; font-size:14px;background-color: white; cursor: pointer; }
.btn:hover { background-color: #000; color: #fff;font-size:14px; padding:5px 30px; }
.btn.active { background-color: #000; color: white;font-size:14px; padding:5px 30px; }


/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.not-404 {font-size: 100px;font-weight: 600;}
.not-found {font-size: 45px;font-weight: 500;}

/*--------------------------------------------------------------
# Whatsapp Button
--------------------------------------------------------------*/
.float-button {
  text-decoration: none;
  position: fixed;
  padding: 10px;
  padding-right: 15px;
  bottom: 30px;
  right: 30px;
  color: #fff;
  background-color:#25D366;
  border-radius: 25px 30px 5px 25px;
  z-index: 100;
  font-size: 17px;
  animation: whatsapp-animation 0.5s ease-in-out;
  box-shadow: 1px 2px 5px 2px rgba(30,30,30,0.3);
  transition:all 0.3s ease-out;
}

.float-button:hover {
  background-color: #128C7E;
  color: #fff;
}

.fa-whatsapp {
  font-size: 20px !important;
  padding-right: 5px;
  padding-left: 5px;
}

@keyframes whatsapp-animation {
  from {
    opacity: 0 %;
  }

  to {
    opacity: 100%
  }
}

@media screen and (max-width: 545px) {
  span {
    display: none;
  }

  .float-button {
    bottom: 15px;
    right: 15px;
    width: 50px;
    border-radius: 20px 20px 5px 20px;
  }

  .fa-whatsapp {
    font-size: 22px !important;
    padding: 4px;
  }
}