/*=========================================
Galata - Galata One Page Responsive Template
Version: 1.0 (Initial Release)
Designed By: Shobuj roy
===========================================
1. COMMON CSS
2. HEADER
3. NAVBAR
4.ABOUT SECTION 
5. PURCHASE SECTION
6. TEAM SECTION
7. Testimonial SECTION
8. Services SECTION 
9. Works SECTION
10. Important video slide SECTION
11. Contact Now SECTION
12. Latest Article SECTION
13. Brand Logo SECTION
14. Subscribe SECTION
15. Message SECTION
16. Google Map SECTION
17. Footer SECTION
18. Blog Page CSS
19. SIDEBAR SECTION
20. Blog Detail Page CSS 
===========================================*/
/* ##################### RESET CSS  ##################### */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  color: #242424;
  text-decoration: none;
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
a:hover {
  text-decoration: none;
  color: #363636;
}
::-webkit-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  /* Firefox 18- */

  opacity: 1;
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  /* Firefox 19+ */

  opacity: 1;
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  opacity: 1;
  filter: alpha(opacity=100);
}
img {
  /*  max-width: 100%;  */
  max-width: 200%;
}
body {
  background: #fff none repeat scroll 0 0;
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}
/*---------------------------------------
    flip               
-----------------------------------------*/
/* .container-flip { 
  width: 200px;
  height: 260px;
  position: relative;
  perspective: 800px;
}
#card {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}
#card figure {
  margin: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
#card .front {
  background: red;
}
#card .back {
  background: blue;
  transform: rotateY( 180deg );
}
#card.flipped {
  transform: rotateY( 180deg );
} */

/*---------------------------------------
    END FLIP               
-----------------------------------------*/
/*---------------------------------------
    COMMON               
-----------------------------------------*/
.hover1 {
  float: right;
  /* border-top: 1px dashed #c9c7c7;
    border-left: 1px dashed #c9c7c7; */
  padding: 8px;
  width: 100%;
  /*  background: #e3e3e3; */
}
.img1 {
  /* 	width: 100%; */
  max-width: 100%;
  height: auto;
  /*     float: left;
    width: 45px;
    height:40px;
    margin-right: 5px;
    margin-top: 1px; */
  background-image: url("../images/soar1.png");
}
.hover1:hover .img1 {
  background-color: black;
  background-image: url("../images/soar2.png");
}
.img2 {
  /* 	width: 100%; */
  width: 400px;
  height: 400px;
  /*     float: left;
    width: 45px;
    height:40px;
    margin-right: 5px;
    margin-top: 1px; */
  background-image: url("../images/soak1.png");
}
.hover1:hover .img2 {
  background-color: black;
  background-image: url("../images/soak2.png");
}
.img3 {
  /* 	width: 100%; */
  width: 400px;
  height: 400px;
  /*     float: left;
    width: 45px;
    height:40px;
    margin-right: 5px;
    margin-top: 1px; */
  background-image: url("../images/search1.png");
}
.hover1:hover .img3 {
  background-color: black;
  background-image: url("../images/search2.png");
}
.sec-padding {
  padding: 100px 0;
}
.section-heading h2 {
  color: #7d7d7d;
  display: inline-block;
  font-family: "Bebas";
  font-size: 48px;
  padding-left: 115px;
  position: relative;
}
.section-heading span {
  color: #313131;
}
.section-heading h2::before {
  background-color: #000000;
  bottom: 2px;
  content: "";
  height: 42px;
  left: 0;
  position: absolute;
  width: 105px;
}
.section-heading.white-section h2::before {
  background-color: #fff;
}
.section-heading.white-section h2 {
  color: #fff;
}
/*---------------------------------------
    HEADER               
-----------------------------------------*/

.header-main .navbar-toggle {
  border: 1px solid #313131;
  border-radius: 5px;
}
.header-main .navbar-toggle .icon-bar {
  background: #fff;
}
.header-main .navbar-collapse {
  background: rgba(60, 55, 55, 0);
}
/*---------------------------------------
    NAVBAR               
-----------------------------------------*/

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
}
.navbar.sticky {
  background: #000000;
  border-radius: 0 !important;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3px;
  z-index: 99999;
}
.navbar-brand {
  padding: 0;
  width: 100%;
  margin-top: 9px;
}
.nav li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  text-decoration: none;
}
.link-down {
  position: absolute;
  width: 34px;
  height: 48px;
  bottom: 50px;
  left: 50%;
  margin-left: -17px;
  background-image: url("../images/scrolldown.gif");
  background-size: 34px 48px;
  background-position: center center;
  z-index: 100;
}
.nav li a:before,
.portfolio-sorting li a:before {
  background-color: #ffffff;
  bottom: 24px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  width: 100%;
}
.nav li a:hover {
  color: #ed3696;
  padding-bottom: 25px;
}
.nav li a:hover::before,
.portfolio-sorting li a.active:before,
.portfolio-sorting li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.searchbar {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
}
.searchIcon {
  cursor: pointer;
  float: left;
  height: 15px;
  width: 15px;
}
.searchbar i {
  font-size: 20px;
}

.search_box > a {
  color: #fff !important;
}
.seach-form {
  padding: 290px 0;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.searchbar input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #000;
  width: 100%;
}
.searchbar input[type="submit"] {
  color: #c39f76;
  text-transform: uppercase;
  width: 100%;
}
.searchPopup {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.3s ease, z-index 0.3s ease;
  -moz-transition: opacity 0.3s ease, z-index 0.3s ease;
  -o-transition: opacity 0.3s ease, z-index 0.3s ease;
  transition: opacity 0.3s ease, z-index 0.3s ease;
  width: 100%;
  z-index: -1;
}

.searchPopup.show {
  opacity: 1;
  z-index: 999999;
}
.searchPopup .wrapper {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 1170px;
}
.searchPopup form {
  height: 140px;
  left: 0;
  margin-top: -70px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.searchPopup form input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #fff;
  font-size: 50px;
  height: 70px;
  padding: 0 15px;
  width: 100%;
}
.searchPopup form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.searchPopup form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.searchPopup form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.closeBtn {
  cursor: pointer;
  font-size: 25px;
  height: 33px;
  position: absolute;
  right: 59px;
  top: 59px;
  width: 33px;
  z-index: 2;
}
#main-slider {
  overflow: hidden;
}
#main-slider .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}
#main-slider .item1 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vh;
}
#main-slider .slider-inner h1 {
  font-family: "BEYNO";
  color: #ffffff;
  font-size: 50px;
}
#main-slider .slider-inner h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 15px 0;
  text-transform: uppercase;
}

/*institutional page*/

/*institutional page*/

.carousel-content {
  left: 0;
  position: absolute;
  text-align: right;
  top: 280px;
  width: 100%;
}
.carousel-content-left {
  left: 0;
  position: absolute;
  text-align: left;
  top: 80px;
  width: 100%;
}
/* .carousel-content-tagline {
    left: -20px;
    position: absolute;
    text-align: left;
    top: 80px;
    width: 100%;
} */
.carousel-content-center {
  left: 0;
  position: absolute;
  text-align: center;
  top: 280px;
  width: 100%;
}
.banner-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 15px 20px 10px;
  text-transform: uppercase;
}
.banner-btn:hover {
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  padding: 15px 20px 10px;
  text-transform: uppercase;
}
/*---------------------------------------
    ABOUT SECTION               
-----------------------------------------*/

.section-heading {
  padding-bottom: 50px;
}
.ab-icon {
  background: #313131 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  height: 80px;
  padding-top: 23px;
  text-align: center;
  width: 80px;
  border: 1px solid #313131;
}
.ab-icon {
  left: 15%;
  position: absolute;
  top: -12%;
}
.about-boxes {
  background: #fff;
  border: 1px solid #000;
  min-height: 305px;
  padding: 38px 38px 25px;
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.about-boxes > h2 {
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin: 35px 0;
  text-transform: uppercase;
}
.about-boxes p {
  /* text-align: justify; */
}
.about-boxes p span {
  color: #000;
}
.ab-icon-btm {
  display: inline-block;
  float: right;
  font-size: 20px;
  height: 40px;
  margin-top: 35px;
  padding-left: 5px;
  padding-top: 8px;
  text-align: center;
  width: 40px;
}
.about-boxes:hover {
  background: #000000;
  cursor: pointer;
  color: #c9c9c9;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about-boxes:hover h2 {
  color: #fff;
}
.about-boxes:hover .ab-icon {
  background: #ee3696;
  border: 1px solid #313131;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about-boxes:hover p span {
  color: #fff;
}
.about-boxes:hover .ab-icon-btm {
  background: #fff;
  color: #000;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
/*---------------------------------------
    PURCHASE SECTION               
-----------------------------------------*/
.purchase-us1 {
  background: url("../images/black.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-bottom: 165px;
  background-color: black;
}
.purchase-us {
  background: url("../images/purchase-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-bottom: 165px;
  background-color: black;
}
.sec-heading-white h2::before {
  background: #fff;
}
.sec-heading-white h2 {
  color: #fff;
}
.sec-heading-white p {
  color: #e5e5e5;
  font-size: 18px;
  letter-spacing: 1px;
  padding-left: 117px;
  padding-top: 20px;
}
.purchase-box {
  text-align: center;
}
.purchase-box a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-right: 28px;
  padding: 8px 0;
  text-transform: uppercase;
  width: 210px;
}
.purchase-box a:hover {
  background: #fff;
  color: #000;
}

/*************************************
	     Counter
**************************************/
.timer1,
.timer2,
.timer3,
.timer4 {
  width: 200px;
  margin: 0px auto;
  text-align: center;
  display: block;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
}
#help {
  width: 500px;
  margin: 20px auto;
  text-align: center;
  display: block;
  font-size: 14px;
}

/*---------------------------------------
    TEAM SECTION               
-----------------------------------------*/

.team-member {
  text-align: center;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.team-member-slider {
  text-align: center;
  border: 1px solid #eeeeee;
}
.team-member h2 {
  color: #313131;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
}
.team-member h6 {
  font-size: 14px;
  color: #000;
  /* border-bottom: 1px solid #eeeeee; */
  padding-bottom: 20px;
}
.team-member h6:hover {
  font-size: 14px;
  color: #fff;
  /*  border-bottom: 1px solid #eeeeee; */
  padding-bottom: 20px;
}
.team-social {
  display: inline-block;
}
.team-social ul {
  display: block;
  margin: 15px 0px;
}
.team-social ul li {
  float: left;
}
.team-social ul li a {
  font-size: 18px;
  margin: 0 10px;
}
.team-social .fa-facebook:hover {
  color: #4867aa;
}
.team-social .fa-twitter:hover {
  color: #00aced;
}
.team-social .fa-google-plus:hover {
  color: #ea4335;
}
.team-social .fa-linkedin:hover {
  color: #0177b5;
}
.team-social .fa-vine:hover {
  color: #00bf8f;
}
.fa-university:hover,
.fa-graduation-cap:hover,
.fa-users:hover,
.fa-suitcase:hover {
  color: #ee3696;
}
.team-img figure img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-img figure:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team-img:hover h2 {
  background: #313131;
  color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.team-img:hover h6 {
  color: #fff;
  background: #313131;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

/*extra rotate*/

.team-img1 figure img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-img1 figure:hover img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  /*-webkit-transform: rotate(30deg);*/
  /*     transform: rotate(30deg);*/
}
.team-img1:hover h2 {
  background: #313131;
  color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.team-img1:hover h6 {
  color: #fff;
  background: #313131;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.team-img2 figure img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-img2 figure:hover img {
  width: 100%;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  /*-webkit-transform: rotate(30deg);*/
  /*     transform: rotate(-30deg);*/
}
.team-img2:hover h2 {
  background: #313131;
  color: #fff;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.team-img2:hover h6 {
  color: #fff;
  background: #313131;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/*---------------------------------------
    Testimonial SECTION               
-----------------------------------------*/
/*---------------------------------------
    text animate             
-----------------------------------------*/
.animated-text {
  margin-top: 15px;
}

.animated-text .cd-headline {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-left: 2px;
  text-transform: uppercase;
}

.animated-text .cd-headline i {
  font-style: normal;
}

/*---------------------------------------
    end text animate             
-----------------------------------------*/

.teatimonial-info {
  background: url("../images/testimonial-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding-top: 135px;
}

#teatimonial-slide .client-photo {
  border-radius: 50%;
  float: left;
  height: 90px;
  margin-right: 50px;
  margin-top: 28px;
  overflow: hidden;
  width: 90px;
}
#teatimonial-slide .item .client-content {
  float: left;
  width: 1000px;
}
.client-content h2,
.client-content p {
  font-size: 14px;
  line-height: 30px;
}
.client-content h6 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 40px 0px;
}
.client-content h6 span {
  color: #d2d2d2;
}
.teatimonial-info .owl-buttons div {
  display: block;
  float: left;
  margin: 0;
}
.teatimonial-info .owl-buttons {
  cursor: pointer;
  margin-left: 235px;
  font-size: 25px;
  font-weight: normal;
}
.teatimonial-info .owl-buttons .owl-prev {
  padding-top: 10px;
}
/*---------------------------------------
    Services SECTION               
-----------------------------------------*/

.service-box img {
  width: 100%;
  height: 240px;
}
.service-box:hover img {
  content: url("../images/soar2.png");
  width: 100%;
  height: 240px;
}
.service-box {
  /* background-image: url('../images/soar1.png'); */
  /* border: 1px solid #eeeeee; */
  margin-bottom: 30px;
  height: 220px;
  padding: 30px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.service-box i {
  /* top: 100px; */
  color: #000;
  font-size: 60px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 25px;
}
.service-box h3 {
  /* top: 100px; */
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  transition: all 0.2s ease-in-out 0s;
}

.service-box:hover {
  /* padding-top: 100px;
	background-image:url('../images/soar2.png'); */
  background: black;
  cursor: pointer;
}
.service-box:hover i,
.service-box p {
  top: 100px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.service-box:hover p {
  top: 100px;
  opacity: 1;
}
.hover-content {
  /* top: 100px; */
  bottom: 5px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  padding: 0 30px;
}
.service-box:hover .hover-content {
  /* top: 100px; */
  bottom: 55px;
}

.service-box:hover h3 {
  top: 100px;
  color: #fff;
}
/*---------------------------------------
    Services SECTION               
-----------------------------------------*/

.service-box1 {
  /* background-image: url('../images/soar1.png'); */
  /* border: 1px solid #eeeeee; */
  margin-bottom: 30px;
  height: 220px;
  padding: 30px;
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.service-box1 i {
  /* top: 100px; */
  color: #000;
  font-size: 60px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 25px;
}
.service-box1 h3 {
  /* top: 100px; */
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  transition: all 0.2s ease-in-out 0s;
}

.service-box1 {
  /* padding-top: 100px;
    background-image:url('../images/soar2.png'); */
  background: black;
  cursor: pointer;
}
.service-box1 i,
.service-box1 p {
  top: 100px;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
.service-box1 p {
  top: 100px;
  opacity: 1;
}
.hover-content {
  /* top: 100px; */
  bottom: 5px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
  padding: 0 30px;
}
.service-box1 .hover-content {
  /* top: 100px; */
  bottom: 55px;
}

.service-box1 h3 {
  top: 100px;
  color: #fff;
}

/*---------------------------------------
    Works SECTION               
-----------------------------------------*/

.sec-padding.sec-padding-less {
  padding-bottom: 30px;
  padding-top: 0;
}
.portfolio-sorting {
  margin-bottom: 27px;
  overflow: hidden;
}
.portfolio-sorting li {
  float: left;
}
.portfolio-sorting li a {
  color: #7d7d7d;
  display: block;
  margin-right: 25px;
  padding: 0 5px;
  position: relative;
  text-transform: uppercase;
}
.portfolio-sorting li a:before {
  bottom: 15px;
}
.portfolio-sorting li a:hover {
  cursor: pointer;
}
#grid {
  margin-top: 25px;
}
#grid li {
  margin: 0px 0px 30px;
}
/*---------------------------------------
   Important video slide section               
-----------------------------------------*/

.info-slide {
  padding: 60px 0px;
  background: #000000;
}
.info-slide .owl-buttons div {
  display: block;
  margin: 0;
}
.info-slide .owl-buttons {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
}
.info-slide .owl-buttons .owl-prev {
  float: left;
  margin: -133px 0px 0px -50px;
}
.info-slide .owl-buttons .owl-next {
  float: right;
  margin: -133px -50px 0px 0px;
}
.info-slide .item {
  padding: 0 15px;
}
/*---------------------------------------
    Contact Now SECTION               
-----------------------------------------*/

.contact-us {
  background: url("../images/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-bottom: 160px;
}
.contact-us .sec-heading-white p {
  padding: 20px 0px 0px 117px;
  font-size: 18px;
  color: #e5e5e5;
}
.contact-box {
  text-align: center;
}
.contact-box a {
  border: 1px solid #fff;
  color: #fff;
  margin-right: 28px;
  padding: 10px 70px;
  text-transform: uppercase;
  display: inline-block;
}
.contact-box a:hover {
  background: #fff;
  color: #000;
}
/*---------------------------------------
    Latest Article Section               
-----------------------------------------*/

.article {
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}
.article-more {
  bottom: 110px;
  left: 0;
  position: absolute;
  width: 100%;
}
.article-more .team-social {
  display: block;
  float: left;
  margin: -20px 0 0 15px;
  width: 50%;
}
.article-more .team-social ul li a {
  color: #fff;
}
.article-more-btn {
  float: right;
  margin-right: 25px;
}
.article-more .team-social ul {
  margin: 0;
}
.article-more-btn ul li {
  float: left;
  margin-left: 12px;
}
.article-more-btn ul li a i {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  padding: 19px;
}
.article-content {
  color: #000;
  padding: 25px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
}
.article-content h2 {
  color: #313131;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.article-content h2 a {
  color: #313131;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.article:hover .article-content {
  color: #fff;
  background: #333;
}
.article:hover .article-content h2 a {
  color: #fff;
}
.article-more-btn ul li a i:hover {
  color: #000;
  background: #fff;
}
.view-more-btn {
  text-align: center;
  margin-top: 15px;
}
.view-more-btn a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #eee;
  font-size: 20px;
  padding: 10px 70px;
}

.view-more-btn a:hover {
  background: #313131;
  color: #ffffff !important;
}
/*---------------------------------------
    Brand Logo Section               
-----------------------------------------*/
.logo {
  left: 80px;
}
.brand-slide {
  padding: 80px 0px;
  background: #eeeeee;
}
.brand-slide .item {
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.brand-slide .item:hover {
  cursor: pointer;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.brand-slide .owl-buttons {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
}
.brand-slide .owl-buttons .owl-prev {
  float: left;
  margin: -104px 0px 0px -50px;
}
.brand-slide .owl-buttons .owl-next {
  float: right;
  margin: -104px -50px 0px 0px;
}
/*---------------------------------------
    Subscribe SECTION               
-----------------------------------------*/

.subscribe-us {
  background: url("../images/mail-us-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.subscribe-us .sec-heading-white p {
  padding: 20px 0px 0px 117px;
  font-size: 18px;
  color: #e5e5e5;
}
.subscribe-box .form-control {
  background: none;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #d2d2d2;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 15px 25px;
  -webkit-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: none;
  width: 100%;
}
.subscribe-box .input-group-addon {
  background: #6b6b6b;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  text-align: center;
  border-left: none;
  cursor: pointer;
}
/*---------------------------------------
    Message SECTION               
-----------------------------------------*/
.message-box .form-control {
  background: none;
  border: 1px solid #fff;
  border-bottom: 1px solid #bfbfbf;
  border-radius: 0px;
  color: #d2d2d2;
  display: block;
  height: auto;
  line-height: 1.42857;
  padding: 15px 25px;
  -webkit-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: none;
  width: 100%;
}
.message-box .form-control:hover {
  border: 1px solid #000;
  color: #000;
}
.message-box textarea {
  position: relative;
}
.message-box textarea:before {
  font-family: "FontAwesome";
  color: red;
  position: relative;
  left: 10px;
  content: "\f007";
}
.message-box input[type="submit"] {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.message-box input[type="submit"]:hover {
  opacity: 0.85;
}
/*---------------------------------------
    Google Map SECTION               
-----------------------------------------*/
#map {
  height: 500px;
  width: 100%;
}
.map-box {
  display: none;
}
.map-btn {
  text-align: center;
}
.map-btn a {
  text-transform: uppercase;
  padding: 35px 0px;
  background: #000;
  color: #fff;
  display: block;
}
/*---------------------------------------
    Footer SECTION               
-----------------------------------------*/

.footer-sec {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 200px 0px 43px 0px;
}
.footer-content {
  text-align: center;
}
.footer-content .team-social ul {
  margin: 35px 0;
  overflow: hidden;
}
.footer-content .team-social ul li {
  float: left;
}
.footer-content .team-social ul li a {
  font-size: 18px;
  margin: 0 10px;
  color: #fff;
}
.footer-content p {
  color: #e5e5e5;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-content p span {
  font-weight: bold;
}
.footer-content h6 a i {
  font-size: 18px;
  padding-top: 125px;
  color: #fff;
}
/*---------------------------------------------------------------------------------------------------
											Blog Page CSS               
-----------------------------------------------------------------------------------------------------*/
/*---------------------------------------
    SIDEBAR SECTION               
-----------------------------------------*/

.article-blog {
  margin-bottom: 60px;
}
.pagination-view .pagination {
  margin: 0;
}
.pagination-view .pagination > li > a,
.pagination > li > span {
  border: 1px solid #bfbfbf;
  color: #313131;
  margin: 5px;
  padding: 10px 15px;
}
.pagination-view .pagination > li > a,
.pagination > li > span {
  border-radius: 0px;
}
.pagination-view .pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #313131;
  color: #fff;
}
.widget {
  margin-bottom: 30px;
  overflow: hidden;
}
.widget .form-control {
  background: none;
  border: 1px solid #bfbfbf;
  border-right: none;
  border-radius: 0px;
  color: #bfbfbf;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1.42857;
  padding: 15px 20px;
  -webkit-transition: border-color 0.15s ease-in-out 0s,
    box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  box-shadow: none;
  width: 100%;
}
.widget .input-group-addon {
  background: none;
  border: 1px solid #bfbfbf;
  border-left: none;
  border-radius: 0px;
  color: #bfbfbf;
  text-align: center;
  cursor: pointer;
}
.widget .input-group-addon i {
  font-weight: bold;
}
.widget-title {
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  font-size: 18px;
  color: #313131;
  padding: 25px 0 15px;
  margin-bottom: 40px;
}
.categories ul li {
  float: left;
  width: 50%;
}
.categories ul li a {
  text-decoration: none;
  font-size: 12px;
  color: #313131;
}
.latest-post-area li a {
  color: #242424;
  display: block;
  font-size: 13px;
  margin-bottom: 1px;
}
.latest-post-text {
  letter-spacing: 1px;
}
.latest-post-text h2 a {
  color: #313131;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.latest-post-text p {
  color: #7d7d7d;
  font-size: 13px;
  line-height: 24px;
}
.latest-post-area li img {
  float: left;
  height: auto;
  margin-right: 30px;
  margin-top: 5px;
}
.latest-post-area li {
  margin-bottom: 16px;
  overflow: hidden;
}
.post-accordion button.accordion {
  background: none;
  color: #313131;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}
.post-accordion button.accordion:after {
  content: "\02795";
  font-size: 12px;
  color: #fff;
  float: left;
  background: #313131;
  padding: 5px 14px;
  margin-right: 26px;
}
.post-accordion button.accordion.active:after {
  content: "\2796";
}
.post-accordion div.panel {
  padding: 0 0 0 42px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.post-accordion div.panel.show {
  opacity: 1;
  max-height: 500px;
}
.post-accordion .panel {
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 20px;
  margin-left: 30px;
}
.instagram-bar ul li {
  float: left;
  margin: 0 10px 10px 0;
}
.pagination-view {
  text-align: center;
  font-size: 12px;
}
/*---------------------------------------------------------------------------------------------------
											Blog Detail Page CSS               
-----------------------------------------------------------------------------------------------------*/

.article-blog-detail {
  margin-bottom: 60px;
  background: #313131;
}
.article-blog-detail .article-content h2 {
  color: #fff;
}
.article-blog-detail .article-content p {
  color: #eeeeee;
}
.article-btn .article-more-btn {
  position: relative;
  margin-top: -25px;
}
.btn-big ul li a i {
  background: #fff none repeat scroll 0 0;
  color: #313131;
  font-size: 24px;
  padding: 14px;
}
.article-social .team-social ul li a {
  color: #fff;
}
.article-social {
  margin-top: 25px;
}
.article-social .article-update {
  float: left;
  font-size: 12px;
}
.article-social .article-update a {
  color: #eeeeee;
  margin-right: 25px;
}
.article-social .article-update a i {
  margin-right: 10px;
}
.article-social .team-social {
  float: right;
}
.article-social .team-social ul {
  display: block;
  margin: 0;
}
.article-detail {
  padding: 30px;
  background: #f8f8f8;
  color: #313131;
}
.article-detail p span {
  font-weight: bold;
}
.article-qutation {
  padding: 30px;
  background: #eeeeee;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.article-qutation i {
  font-size: 36px;
  color: #cbcbcb;
}
.fa-quote-right {
  float: right;
}
.author-detail {
  background: #313131;
  padding: 25px;
  color: #fff;
  margin: 60px 0;
}
.author-detail .latest-post-text p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.author-detail .latest-post-text p span {
  font-weight: bold;
}
.author-detail .latest-post-area li {
  margin: 0px;
}
.author-detail .latest-post-area li a {
  color: #fff;
  display: block;
}
.comment-area h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  margin-bottom: 40px;
}
.comment {
  overflow: hidden;
}
.comment:nth-child(2n) {
  background: #fff;
}
.latest-comment-area ol li {
  background: #f8f8f8;
  border: 1px solid #eeeeee;
}
.latest-comment-area ol li ul li {
  background: #f8f8f8;
  margin-left: 65px;
  border: 0px;
}
.comment {
  padding: 20px;
}
.latest-comment-area li img {
  float: left;
  height: auto;
}
.comment-icon {
  float: left;
}
.comment-icon a i {
  line-height: 60px;
  margin: 0 30px;
}
.latest-comment-text p {
  color: #000;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.latest-comment-text p span {
  font-weight: bold;
}
.reply {
  background: #313131;
  padding: 40px 30px;
}
.reply-head h2 {
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  margin: 40px 0;
}
.reply .form-control {
  background: #313131;
  border: 1px solid #7d7d7d;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: block;
  font-size: 13px;
  height: auto;
  padding: 14px 25px;
  width: 100%;
}
.reply .form-control:hover {
  border: 1px solid #fff;
}
.reply .btn-default {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #313131;
  font-size: 13px;
  padding: 16px 50px;
  text-transform: uppercase;
  float: right;
}
.reply .btn-default:hover {
  background: #eeeeee;
  color: #000;
}
/* Style for the floating box */
.event-box {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(32%) rotate(90deg);
  background-color: #ee3696;
  color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 15px;
  width: 200px;
  text-decoration: none;
  text-align: center;
  z-index: 9999; /* Ensure it's above other content */
}
.event-box p {
  margin: 0;
  line-height: 1.3;
  font-size: 15px;
}
.event-box span {
  display: block;
  font-size: 13px;
  opacity: 0.8;
}
