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

/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {font-family: 'Work Sans', 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: rgba(255, 255, 255, 0.7);background: #000;}
*: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: 85px;}
  .head-social {display: inline-block;vertical-align: middle;padding: 0 2px;color: #a2a0a9;transition: 0.5s;}
}
@media only screen and (min-width: 767px) {
  .logo {width: 200px;}
  .head-social {display: inline-block;margin-right: 22px;vertical-align: middle;padding: 0 2px;color: #a2a0a9;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;}
@media only screen and (max-width: 767px) {
  .topbar {padding: 8px 2px;}
}
@media only screen and (min-width: 767px) {
  .topbar {border-bottom: solid 1px #f5f5f5;padding: 10px 0;}
  .topbar-slogan {margin: auto;}
}

/*--------------------------------------------------------------
# HEAD İMAGE
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .head-image {margin-left: 1% !important;margin-right: 1% !important;border-radius: 5px;width: 98%;margin-bottom: 25px;}
  .head-title {font-size: 16px;font-weight: 800;}
  .bread-icon {padding-right: 10px;margin-left: 10px;}
}
@media only screen and (min-width: 767px) {
  .head-image {width: 100%;margin-bottom: 25px;}
  .head-title {margin-top: -10%;font-size: 40px;font-weight: 300;opacity: 0.6;margin-bottom: 5px;}
  .bread-icon {padding-right: 10px;font-size: 13px;color: rgba(255, 255, 255, 0.6);padding-right: 10px;}
}

/*--------------------------------------------------------------
# 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: #fff;top: 65%;left: 20%;right: 20%;width: 60%;font-size: 17px;font-weight: 400;text-align: center;}

@media only screen and (max-width: 767px) {
  .fill {height: 140px;border-radius: 10px;}
  .slider-detail {display: none;}
  .carousel-caption {position: absolute;text-align: left;line-height: 17px;font-size: 15px;font-weight: 500;color: #636e72;top: 18%;width: 55%;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%;}
}

@media only screen and (min-width: 767px) {
  .fill {height: 700px;}
  .slider-fill {padding-left:0;padding-right:0;}
  .carousel-caption {font-size: 30px;font-weight: 600;color: #636e72;top: 41%;text-align: left;width: 45%;}
  .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;}
}

.lang-btn {border: hidden;background: transparent;color: #636e72;font-size: 12px;font-weight: 500;}
.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: #fff;min-width: 170px;padding: 10px 20px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}

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

.dropdown-lang a {color: #636e72;font-size:12px;padding: 5px 12px;text-decoration: none;display: block;}
.dropdown-lang a:hover {background-color: rgba(116, 185, 255, 0.5);color:#fff;}
.dropdown:hover .dropdown-lang {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.cssrw {padding-left: 0;padding-right: 0;}
/*-------------------------------------------------------------
# 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;}

.btn2 {text-decoration: none;text-align: center;font-size: 14px;background-color: #be1622;border-radius:7px;color: #fff;padding: 7px 30px;border:1px solid #fff;transition:0.5s;}
.btn1:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn2:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.btn3 {text-decoration: none;text-align: center;font-size: 13px;background-color: #93191b;color: #fff;padding: 6px;border-radius: 5px;border: hidden}
.btn3:hover {background-color: #be1622;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: 12px;font-weight: 500;background-color: #55acee;color: #fff;padding: 5px 13px;border-radius: 3px;}
.btn5:hover {background-color: #fe5b5f;text-decoration: none;color: #fff;}
.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: rgba(255, 255, 255, 0.1);border-radius: 8px;padding: 15px 5px;margin-left: 0;margin-right: 0;margin-bottom: 15px;padding-right: 0;}
.blog-sidebar:hover {background: rgba(255, 255, 255, 0.5)}
.blog-sidebar-img {width:90%;border-radius:5px;margin-bottom:5px;}

::placeholder {font-size:13px;}

@media only screen and (max-width: 767px) {
  .mobgiz {display: none !important;}
  .btn1 {position: absolute;top: 72%;left: 6%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 2px 10px;border-radius: 3px;font-size: 13px;}
  .hometitle {font-size: 20px;color: #58585a;font-weight: 400;margin-bottom: 0;text-transform: uppercase;}
  .blog-img {width: 100%;height: 105px;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 18px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}

@media only screen and (min-width: 767px) {
  .deskgiz {display: none !important;}
  .mobile-container {display: none;}
  .btn1 {position: absolute;top: 70%;left: 15%;text-decoration: none;background-color: #59ACFE;color: #fff;padding: 5px 20px;border-radius: 5px;}
  .hometitle {font-size: 45px;color: #fff;font-weight: 500;}
  .hometitle2 {font-size: 25px;color: #f5f5f5;font-weight: 300;margin-top:-20px;margin-bottom: 10px;opacity: 0.6;}
  .hometitle3 {font-size: 45px;color: #fff;font-weight: 600;}
  .blog-img {width: 100%;border-radius: 7px;margin-bottom:30px;}
  .blog-title {font-size: 25px;color: #58585a;font-weight: 400;margin-bottom: 0;}
}

/*--------------------------------------------------------------
# Owl Carousel Navigation
--------------------------------------------------------------*/
.owl-nav button {position: absolute;top: 39%;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: 40%;width: 38px;height: 38px;border-radius: 50% !important;}
#owl-carousel2 .owl-nav button>i {font-size: 20px;font-weight: 800;}
#owl-carousel2 .owl-nav button:hover {opacity: .9;}
#owl-carousel2 .owl-prev {left: 1px;}
#owl-carousel2 .owl-next {right: 1px;}
.customNextBtn {width: 40px;height: 40px;}
.customPrevBtn {width: 40px;height: 40px;}

.owl-dots {display:flex;justify-content:center;margin-top:10px;margin-bottom:10px; }
.owl-dots .owl-dot { width: 8px; height: 8px; border-radius: 50%; margin: 2px; background-color: #ccc !important;}
.owl-dots .owl-dot.active { width:35px;border-radius:5px;background-color: #9d9c9c !important;}

/*--------------------------------------------------------------
# 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-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;}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {background: #00101e;color: #fff;padding: 50px 0 20px 0;}
.footer-title {font-size: 14px;font-weight: 600;color: #f5f5f5;border-left: solid 1px #f5f5f5;padding-left: 10px;}
.footer-desc a {color: #fff;opacity:0.6;font-size: 13px;transition: 0.5s;}
.footer-desc a:hover {opacity:1;font-weight: 500;transition: 0.5s;}
.footer-icon {color: #fff;opacity:0.6;font-size: 13px;margin-right: 5px;}
.footer-icon a{color: #fff;opacity:0.6;font-size: 13px;margin-right: 5px;}
.footer-social {color: #fff;margin-right: 10px;opacity: 0.6;transition:0.5s;}
.footer-social:hover {opacity:1;transition:0.5s;}
.footer-left {margin-left:47px;}

/*--------------------------------------------------------------
# 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: rgba(33, 20, 82, 0.6);min-width: 290px;padding: 15px;border-radius:5px;animation:0.9s slideup;list-style: none;-webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);}
@keyframes slideup {
  from {
    transform:translateY(30%);}
}
to {
  transform:translateY(70%);
}
.dropdown-content a {color: rgba(255, 255, 255, 1);padding: 5px 10px;text-decoration: none;display: block;margin-bottom:4px;}
.dropdown-content a:hover {background-color: #93191b;color:#fff;border-radius:3px;}
.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;}