/* General */
html,
body {
  height: 100%;
}
body {
  font-family: 'Century Gothic', '맑은 고딕', 'Montserrat', sans-serif;
  color: #363636;
}
#wrap {
  height: 100%;
  transition: -webkit-transform, -moz-transform, transform 0.3s ease;
}
#wrap.menu-open {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #bf9f88;
}
.btn {
  border: 2px solid;
  border-radius: 0px;
  padding: 8px 24px;
  text-transform: uppercase;
  font-size: 13px;
  transition: all .3s;
  position: relative;
  background-color: transparent;
  z-index: 20;
}
.btn:hover:after {
  width: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: all .3s;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: #363636;
}
.btn-white:after {
  background-color: #fff;
}
.btn-dark {
  border-color: #363636;
  color: #363636;
}
.btn-dark:hover {
  color: #fff;
}
.btn-dark:after {
  background-color: #363636;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
p {
/*  font-family: '나눔 고딕','PT Serif', serif; */
  font-family: '맑은 고딕', 'Montserrat', sans-serif;
/*  font-style: italic; */
  color: #5b5b5b;
  font-size: 13px;
  text-align: left;
}

p.centerz
{
text-align: center;
}

p.justifyz
{
text-align: justify;
}

p.rightz
{
text-align: right;
}

p.leftz
{
text-align: right;
}

.centered { 
display: table; 
margin-left: auto; 
margin-right: auto; 
}


img {
  max-width: 100%;
}
section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}






section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}

section.grey {
  background-color: #f0f0f0;
}

.greyb {
  background-color: #f0f0f0;
}

section.greynum {
  background-color: #FFF;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*
section.blankz {
background-color: #f6f6f6;
margin-top:-40px;
margin-bottom:-90px;
}

*/

section.grey .title hr:before {
  background-color: #f6f6f6;
}
.title {
  margin-bottom: 35px;
}
.title.center {
  text-align: center;
}
.title.center hr {
  margin: 20px auto;
}
.title.center p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.title.center p:after {
  margin: 20px auto;
}
.title.right {
  text-align: right;
}
.title.right p:after {
  margin-right: 0;
  margin-left: auto;
}
.title h2 {
  text-transform: uppercase;
  font-size: 41px;
  margin-bottom: 20px;
}
.title h3 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: '맑은 고딕', sans-serif;

}
.title p {
  font-size: 13px;
}
.title p:after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #363636;
  margin-top: 20px;
}
.title hr {
  width: 100px;
  border-top: 2px solid #bbb;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.title hr:before {
  content: "♦";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 16px;
  background-color: #fff;
  margin-left: -8px;
  font-size: 17px;
  color: #bbb;
}
.section-content:before,
.section-content:after {
  content: " ";
  display: table;
}
.section-content:after {
  clear: both;
}
.vcenter {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.centrize {
  display: table-cell;
  vertical-align: middle;
}
.animated {
  opacity: 0;
}
.visible {
  opacity: 1;
}
/* Preloader */
#mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #363636;
  z-index: 10000;
  height: 100%;
}
#mask:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#rotator {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: #363636;
}
/* Menu */
#menu {
  position: fixed;
  right: -250px;
  z-index: 2000;
  width: 250px;
  background-color: #363636;
  color: #fff;
  top: 0;
  bottom: 0;
  transition: all .3s ease;
}
#menu.open {
  right: 0;
}
#menu nav {
  text-align: center;
}
#menu-toggle {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 2px solid #fff;
  padding: 9px 0;
  top: 30px;
  left: -70px;
  cursor: pointer;
  transition: all .5s ease;
}
#menu-toggle span {
  width: 18px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px auto;
  border-radius: 40px;
  transition: all .5s ease;
}
#menu-toggle.active span {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
}
#menu-toggle.active span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-toggle.active span:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-toggle.active span:nth-child(2) {
  display: none;
}
#menu-toggle.dark {
  border-color: #9b9b9b;
}
#menu-toggle.dark span {
  background-color: #9b9b9b;
}
#menu-toggle.dark:hover {
  border-color: #4e4e4e;
}
#menu-toggle.dark:hover span {
  background-color: #4e4e4e;
}
#logo {
  margin: 20px auto;
}
#main-menu {
  padding: 15px 0;
}
#main-menu > li > a {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
  transition: all .3s ease;
}
#main-menu > li > a:hover {
  background-color: #292929;
}
#socials {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #292929;
}
#socials > li {
  float: left;
  width: 20%;
}
#socials > li > a {
  text-align: center;
  font-size: 18px;
  color: #9B9B9B;
}
#socials > li > a:hover {
  color: #bf9f88;
  background-color: #222222;
}
/* Top Nav */
#topnav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
  border-radius: 0;
  transition: all .3s ease;
}
#topnav.scrolled {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}
#topnav.scrolled .navbar-nav > li > a {
  color: #7b7b7b;
  padding-top: 20px;
  padding-bottom: 20px;
}
#topnav.scrolled .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #bf9f88;
}
#topnav.scrolled .navbar-brand {
  margin-top: 0;
}
#topnav.scrolled .navbar-brand .logo-light {
  display: none;
}
#topnav.scrolled .navbar-brand .logo-dark {
  display: block;
}
#topnav .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .3s ease;
}
#topnav .navbar-nav > li > a:hover {
  background: none;
}
.navbar-brand {
  height: 123px;
  padding: 15px;
  margin-top: 30px;
  transition: all .3s ease;
}
.navbar-brand img {
  max-height: 100%;
}
.logo-dark {
  display: none;
}
.navbar-toggle {
  border-color: #ddd;
  transition: all .3s ease;
  margin-top: 13px;
}
.navbar-toggle:hover {
  background-color: #eee;
}
.navbar-toggle:hover .icon-bar {
  background-color: #aaa;
}
.navbar-toggle .icon-bar {
  background-color: #ddd;
}
/* Home Section */
#home-slider {
  margin-bottom: 0;
}
#backgrounds {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
#backgrounds .slides {
  height: 100%;
}
#backgrounds .slides li {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 6s ease 0s;
  -webkit-transition: -webkit-transform 6s ease 0s;
  -moz-transition: -moz-transform 6s ease 0s;
  -moz-transform-origin: 0 0;
}
#video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#home {
  position: relative;
  height: 100%;
  z-index: 10;
  border: 20px solid #fff;
}
.home-caption {
  display: table;
  height: 100%;
  width: 100%;
}
.home-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-content h1 {
  text-transform: uppercase;
  font-size: 53px;
  font-weight: 700;
  color: #e1e1e1;
  margin: 0;
  padding: 15px 0;
}
#home h3 {
text-align: center;
}

.home-content h5 {
  font-size: 20px;
  font-family: '맑은 고딕', 'PT Serif', serif;
/*  font-style: italic; */
  margin: 15px 0;
}
.home-content .btn {
  margin-top: 10px;
}
.home-content img {
margin-bottom: 10px;
}

.home-content h6 {
  margin-top: 10px;
  font-size: 12px;
  color: #FFCC9B;
}



/* Intro Section */
.intro-text {
  font-size: 20px;
  text-align:justify;
}
/* About Section */
.img-side {
  padding: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
}
.img-side.img-right {
  right: 0;
}
.img-side.img-left {
  left: 0;
}
.img-holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.about-box {
  margin-bottom: 25px;
}
.about-box:before,
.about-box:after {
  content: " ";
  display: table;
}
.about-box:after {
  clear: both;
}
.about-box:last-child {
  margin-bottom: 0;
}
.ab-icon {
  width: 30%;
  float: left;
  text-align: center;
}
.ab-icon i {
  font-size: 45px;
}
.ab-content {
  float: left;
  width: 70%;
  padding: 0 0 0 20px; 
}
.ab-content h4 {
  text-transform: uppercase;
  font-size: 15px;
}
/*Work Scope Section */



#wm1 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}


#wm2 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#wm3 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}


.wmember {
  margin: 20px 0 20px 0;
  text-align: right;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.wmember:before,
.wmember:after {
  content: " ";
  display: table;
}
.wmember:after {
  clear: both;
}
.wmember:hover .member-overlay {
  opacity: 1;
  top: 0;
}
.wmember h3 {
  text-transform: none;
  font-size: 18px;
  color: #101010;
  margin-top: 0;
}
.wmember h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.wmember h6 {
  text-transform: uppercase;
  font-size: 11px;
  color: #9B9B9B;
}
.wmember-avatar {
  position: relative;
  width: 35%;
  float:right;
}
.wmember-avatar img {
  border-radius: 50%;
}
.wmember-info {
  margin: 15px 0 0 0; 
  padding: 0 15px;
  position: relative;
  width: 65%;
  float: left;
}

.wmember li {
list-style: none;
}

.ceo-image {
border-radius: 5px;
}




/* Team Section */


.member {
  margin: 50px 0;
  text-align: left;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.member:before,
.member:after {
  content: " ";
  display: table;
}
.member:after {
  clear: both;
}
.member:hover .member-overlay {
  opacity: 1;
  top: 0;
}
.member h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
}
.member h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.member h6 {
  text-transform: uppercase;
  font-size: 11px;
  color: #9B9B9B;
}
.member-avatar {
  margin: 30px 0;
  position: relative;
  width: 25%;
  float: left;
}
.member-avatar img {
  border-radius: 50%;
  border-color:#222222;
  border: 3px;
}
.member-info {
  padding: 0 25px;
  position: relative;
  width: 75%;
  float: left;
}
.member-overlay {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 54, 54, 0.8);
  opacity: 0;
  transition: all .3s ease;
}
.member-overlay p {
  color: #fff;
}

.member-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.member-social > li {
  display: block;
  width: 30px;
  margin: auto;
}
.member-social > li > a {
  color: #fff;
  font-size: 18px;
}
.member-social > li > a:hover {
  text-shadow: 0px 0px 10px #FFF;
}


#team h3 {
text-align: left;
}


/* Tool Section */
.tool {
  margin: 40px 0;
  text-align: left;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.tool:before,
.tool:after {
  content: " ";
  display: table;
}
.tool:after {
  clear: both;
}
.tool:hover .tool-overlay {
  opacity: 1;
  top: 0;
}
.tool h3 {
  text-transform: none;
  font-size: 18px;
  color: #101010;
  margin: 0 0 0 0;
  text-align: left;
}
.tool h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 0;
}
.tool h6 {
  text-transform: none;
  font-size: 11px;
  color: #9B9B9B;
  margin-top:0;
  margin-bottom: 5px;
}
.tool-avatar {
  margin: 0px 0;
  position: relative;
  width: 35%;
  float: left;
}
.tool-avatar img {
  border-radius: 5%;
}
.tool-info {
  margin-top: 10px;
  padding: 0 20px;
  position: relative;
  width: 65%;
  float: right;
}

.tool li {

list-style: none;

}

#tm1 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#tm2 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#tm3 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#tm4 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

#tm5 > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}



/* Parallax Section */
.parallax-section {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.overlay {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay .title {
  color: #fff;
}
/* Services Section */
.service {
  text-align: center;
  margin: 50px 0;
  position: relative;
}
.service:hover .service-icon {
  color: #bf9f88;
  border-color: #bf9f88;
}
.service:hover .service-icon:after {
  background-color: #bf9f88;
}
.service:hover .service-content {
  display: block;
}
.service h4 {
  text-transform: uppercase;
  font-size: 15px;
}
.service-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto 40px;
  line-height: 110px;
  font-size: 40px;
  border: 2px solid #363636;
  position: relative;
  background-color: #f6f6f6;
  transition: all .3s ease;
}
.service-icon:after {
  content: "";
  position: absolute;
  height: 30px;
  width: 32px;
  left: 50%;
  margin-left: -15px;
  background-color: #363636;
  bottom: -15px;
  border-left: 15px solid #f6f6f6;
  border-right: 15px solid #f6f6f6;
  transition: all .3s ease;
}
.service-tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.service-tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.service-tooltip .tooltip-inner {
  max-width: 260px;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'PT Serif', serif;
  font-style: italic;
  color: #FFF;
  font-size: 14px;
}
.owl-wrapper {
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.owl-wrapper.grabbing {
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 26px;
  background: none;
  border: 2px solid #363636;
  color: #363636;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all .3s ease;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background-color: #bf9f88;
  border-color: #bf9f88;
  color: #fff;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before,
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  font-family: "fontello";
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\e846';
}
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\e847';
}
/* Portfolio */
#portfolio {
  overflow: hidden;
}
#filters {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#filters > li {
  display: inline-block;
  position: relative;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
#filters > li:before {
/*  content: "|♦"; 
  content: "|"; */
  position: absolute;
  left: -5px;
  font-size: 10px;
  line-height: 18px;
  color: #9B9B9B;
}

/*
#filters > li:first-child:before {
  content: none;
}

*/

#filters > li.active {
  color: #bf9f88;
}
.project {
  position: relative;
  width: 25%;
  float: left;

}

.pr {
padding-right: 5px;
}
.pb {
padding-bottom: 5px;
}

.project:hover .project-overlay {
  opacity: 1;
  border: 10px solid rgba(0, 0, 0, 0.7);
}
.project-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity .8s ease, border .4s ease;
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  padding-right: 5px;
}
.project-overlay p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.project-overlay h4 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  margin: 0;
}
.project-overlay .btn {
  margin: 20px 0;
}

.center h3 {
text-align: center;

}




/* worklist  */

.worklist {
}

.btn-w {
background-color: #fff;
margin: 8px 0 0 5px;
}

.btn-g {
background-color: #f0f0f0;
}


#worklist-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
#worklist-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#worklist-modal .modal-dialog {
  width: 60%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
#worklist-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}

.worklist h4 {
  font-size: 15px;
  color: #5b5b5b;
  margin-top: 0;
}



#history-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
#history-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#history-modal .modal-dialog {
  width: 33%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
#history-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}


.history {
  margin: 0px 0 10px 0;
  text-align: right;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.history:before,
.history:after {
  content: " ";
  display: table;
}
.history:after {
  clear: both;
}
.history:hover .member-overlay {
  opacity: 1;
  top: 0;
}
.history h4 {
  font-size: 15px;
  color: #5b5b5b;
  margin-top: 0;
}
.history h6 {
  text-transform: uppercase;
  font-size: 11px;
  color: #9B9B9B;
}
.history-avatar {
  position: relative;
  width: 25%;
  float:right;
}
.history-avatar img {
  border-radius: 3%;
}
.history-info {
  padding: 0 15px;
  position: relative;
  width: 75%;
  float: right;
}

.history h3 {
font-size: 20px;
font-weight: 550;
}

.history li {
list-style: none;
}








#cidentity-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
#cidentity-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#cidentity-modal .modal-dialog {
  width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
#cidentity-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}


.cidentity {
  margin: 20px 0 0 0;
  text-align: right;
  transition: all .3s ease;
  cursor: default;
  position: relative;
}
.cidentity:before,
.cidentity:after {
  content: " ";
  display: table;
}
.cidentity:after {
  clear: both;
}
.cidentity:hover .member-overlay {
  opacity: 1;
  top: 0;
}
.cidentity h4 {
  color: #5b5b5b;
  font-size: 15px;
  margin-top: 0;
}
.cidentity h6 {
  text-transform: uppercase;
  font-size: 11px;
  color: #9B9B9B;
}
.cidentity-avatar {
  position: relative;
  width: 25%;
  float:right;
}
.cidentity-avatar img {
  border-radius: 3%;
}
.cidentity-info {
  padding: 0 15px;
  position: relative;
  width: 75%;
  float: right;
}

.cidentity h3 {
font-size: 20px;
font-weight: 550;
}

.cidentity li {
list-style: none;
}













td.grey {
background-color: #f0f0f0;
}
th,td {
padding: 15px;
}

.w10 {
width: 100%;
}

.w10 img {
height: 40px;
}

.mtop {
margin-top: 20px;
}

.mbot {
margin-bottom: 20px;
}

.w3 {
width: 30%;
}

.w5 {
width: 50%
}

.w7 {
width: 70%;
}





#project-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
  max-height: 100%;
  overflow-y: scroll;
}
#project-modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#project-modal .modal-dialog {
  width: 60%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate3d(-25%, 0, 0);
  -o-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
#project-modal .modal-content {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 25px;
}


#project .title p {
  font-size: 15px;
}
#project p {
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.project-media {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pmedia {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pmedia img {
  margin: 10px 10px;
}

.project-media .flexslider {
  margin-bottom: 0;
}
.project-media .flexslider:hover .flex-next {
  right: 0;
}
.project-media .flexslider:hover .flex-prev {
  left: 0;
}
.project-media .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
#modal-close {
  color: #ccc;
  font-size: 30px;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
#modal-close:hover {
/*  color: #bf9f88; */
color: #666;


}
.modal-open {
  padding-right: 0!important;
}
.flex-control-nav {
  position: relative;
  bottom: 0;
  margin: 30px auto 0;
}
.flex-control-paging li a {
  width: 25px;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #ccc;
}
.flex-control-paging li a:hover {
  background-color: rgba(191, 159, 136, 0.75);
}
.flex-control-paging li a.flex-active {
  background-color: #bf9f88;
}
.flex-direction-nav a {
  background-color: #fff;
  opacity: 0;
  line-height: 40px;
  font-size: 22px;
}
.flex-direction-nav a:before {
  font-family: 'fontello';
  font-size: inherit;
}
.flex-direction-nav a.flex-prev {
  left: 0;
  text-align: center;
  border-radius: 0 5px 5px 0;
}
.flex-direction-nav a.flex-prev:before {
  content: '\e846';
}
.flex-direction-nav a.flex-next {
  right: 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
}
.flex-direction-nav a.flex-next:before {
  content: '\e847';
}
.video-container {
  width: 95%;
  position: relative;
  padding: 0;
  padding-bottom: 10px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#certificates-modal .modal-dialog {
  padding-top: 20px;
  padding-bottom: 20px;
}


/**************                                ***************/


.plist {
border: 4px solid #666;
}

.plist th {
background-color: #efefef;
text-align: center;
}

.plist td, tr, th {
border: 1px solid #bbb;
}

.sep {
border-bottom: 4px solid #666 !important;
}

#project h5 {
text-align: right !important;
}

.mb30 {

margin-bottom: 30px;

}






/* Testimonials */
#testimonials-slider {
  margin-bottom: 0;
}
#testimonials-slider li {
  text-align: center;
}
#testimonials-slider li img {
  width: 150px;
  margin: 20px auto;
  border-radius: 50%;
}
#testimonials-slider li blockquote {
  font-family: 'PT Serif', serif;
  font-style: italic;
  font-size: 21px;
  padding: 10px 0;
  border: 0;
  margin: 0;
}
/* Clients Section */
#clients {
  padding: 60px 0;
}
.client {
  margin: 50px 0;
  text-align: center;
}
.client img {
  max-width: 100%;
  max-height: 60px;
}



/* Certificates Section */
#certificates {
  padding: 60px 0 60px 0 ;
}
.certificates {
  margin: 20px 0 20px 0 ;
  text-align: center;
}
.certificates img {
  max-width: 100%;
  max-height: 100px;
}

/* Certificates2 Section */
#certificates2 {

}

.certificates2 {
  margin: -50px 0 0 0 ;
  text-align: center;
}

.certificates2 img {
  max-width: 100%;
  max-height: 160px;
}

.clie, .certifi {
width: 70%;
}




/* Blog Section */
.post-preview {
  max-width: 320px;
  margin: 25px auto;
}
.post-preview .post-date {
  display: block;
  font-size: 11px;
  color: #BBB;
}
.preview-body {
  padding: 15px;
  text-align: center;
  border: 1px solid #ececec;
  background-color: #fff;
}
.preview-body h4 {
  text-transform: uppercase;
  font-size: 15px;
}
.preview-body hr {
  width: 50px;
  border-color: #ddd;
}


.owl-theme .owl-controls .owl-page.active span {
/*  background-color: #bf9f88; */
  background-color: #666;


}
.owl-theme .owl-controls .owl-page span {
  background-color: #bbb;
}
.more-posts {
  text-align: center;
  margin: 20px 0;
}
/* Contact Section */
#map {
  min-height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#contact-form {
  text-align: right;
}
#contact-form .form-group {
  margin-bottom: 25px;
}
#contact-form .form-group.error .form-control {
  border-color: #d95c5c;
}
#contact-form .form-control {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #363636;
  border-radius: 0;
  text-align: right;
  font-size: 12px;
  color: #363636;
}
#contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #363636;
  border-style: dashed;
}
#contact-form textarea {
  resize: none;
  min-height: 150px;
}
/* Blog Page */
#posts {
  overflow: visible;
}
#blog-header {
  background-image: url("../images/bg/1.jpg");
  height: 500px;
}
#blog-posts {
  margin: -200px auto 0;
  background-color: #fff;
}
.post {
  padding-bottom: 50px;
  padding: 25px;
  border-bottom: 1px solid #ececec;
}
.post:last-child {
  border-bottom: 0;
}
.post-thumbnail {
  text-align: center;
}
.post-title {
  text-align: center;
}
.post-title h2 {
  text-transform: uppercase;
  font-size: 32px;
}
.post-info {
  font-size: 14px;
}
.post-info:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #363636;
  margin: 20px auto;
}
.post-info span {
  padding: 0 2px;
}
.post-info .dot:before {
  content: "|";
}
.post-body {
  text-align: center;
  padding: 20px 0;
}
.post-body p {
  padding-bottom: 20px;
}
#single-post .post {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 50px;
}
#single-post .post-body {
  text-align: left;
}
.single-post-title {
  text-align: center;
  color: #fff;
}
.single-post-title h2 {
  text-transform: uppercase;
  font-size: 41px;
  margin-bottom: 20px;
}
.single-post-title p {
  color: #fff;
  font-size: 15px;
}
.single-post-title p:after {
  content: none;
}
#comments {
  margin-bottom: 50px;
}
#comments h5 {
  text-transform: uppercase;
  font-size: 13px;
}
.comments-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.comments-list > li {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.comments-list > li:before,
.comments-list > li:after {
  content: " ";
  display: table;
}
.comments-list > li:after {
  clear: both;
}
.comments-list .children {
  margin: 15px -15px 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.comments-list .children > li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.comments-list .children > li:last-child {
  border-bottom: 0;
}
.comment:before,
.comment:after {
  content: " ";
  display: table;
}
.comment:after {
  clear: both;
}
.comment img {
  margin-top: 10px;
}
.comment-date {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
}
.comment-reply {
  text-transform: uppercase;
  font-size: 11px;
}
#respond h5 {
  font-size: 13px;
  text-transform: uppercase;
}
.comment-respond {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 50px;
}
.comment-respond .form-control {
  font-size: 11px;
  text-transform: uppercase;
}
.comment-respond textarea {
  min-height: 120px;
  max-width: 100%;
  resize: none;
}
.form-double:before,
.form-double:after {
  content: " ";
  display: table;
}
.form-double:after {
  clear: both;
}
.form-double .form-group {
  width: 50%;
  float: left;
  padding-right: 5px;
}
.form-double .form-group.last {
  padding-right: 0;
  padding-left: 5px;
}
.form-submit {
  text-align: right;
}
.widget {
  padding: 0 15px 15px;
  margin-bottom: 15px;
}
.widget h6 {
  text-transform: uppercase;
}
.widget ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.widget ul > li > a {
  display: block;
  color: #9b9b9b;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 13px;
}
.widget ul > li > a:hover {
  color: #bf9f88;
}
.widget p {
  margin-bottom: 0;
}
/* Footer */
footer {
  background-color: #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}
.copyright {
  text-align: center;
  color: #9B9B9B;
  line-height: 50px;
  margin: 0;
}
.copyright i {
  color: #bf9f88;
}
#footer-social {
  text-align: center;
}
#footer-social > li {
  display: inline-block;
}
#footer-social > li > a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 2px solid #ddd;
  color: #9b9b9b;
  font-size: 16px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  transition: all .3s ease;
}
#footer-social > li > a:hover {
  background-color: #bf9f88;
  border-color: #bf9f88;
  color: #fff;
}
/* 404 Page */
#error404 {
  background-image: url("../images/bg/8.jpg");
  height: 100%;
}
#error404 .overlay {
  padding: 0;
}
.error-box {
  position: relative;
  width: 450px;
  margin: auto;
  padding: 80px 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.error-box:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.error-box h1 {
  font-size: 100px;
}
.error-box h3 {
  text-transform: uppercase;
  font-size: 17px;
}
.error-box hr {
  width: 50px;
  border-top: 2px solid #fff;
}
.error-box p {
  margin: 25px 0 35px 0;
  color: #fff;
}
/* Coming Soon Page */
#coming-soon {
  background-image: url("../images/bg/4.jpg");
  height: 100%;
}
#coming-soon .overlay {
  padding: 0;
}
.coming-soon-box {
  position: relative;
  width: 850px;
  margin: auto;
  padding: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.coming-soon-box:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.coming-soon-box h1 {
  font-size: 50px;
}
.coming-soon-box hr {
  width: 50px;
  border-top: 2px solid #fff;
}
.coming-soon-box p {
  color: #fff;
}
.countdown {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  text-align: center;
}
.countdown > li {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px;
  margin: 0 10px;
}
.countdown > li > span {
  display: block;
  font-size: 50px;
}
/* Media Queries */
@media (max-width: 991px) {
  .animated {
    opacity: 1;
    -webkit-animation: none;
    animation: none;
  }
  .home-content h1 {
    font-size: 36px;
  }
  .project {
    width: 50%;
  }

  .review {
    width: 33.3333%;
  }

  #topnav .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .post-preview {
    margin-left: 10px;
    margin-right: 10px;
  }
  #worklist-modal .modal-dialog{
    width: 100%;
  }



}







@media (max-width: 767px) {
  .title,
  .title.right {
    text-align: center;
  }
  .title p,
  .title.right p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .title p:after,
  .title.right p:after {
    margin: 20px auto;
  }
  .counter {
    text-align: center;
  }
  .counter-icon {
    width: auto;
    display: block;
    float: none;
    margin: 15px auto 0;
  }
  .counter-content {
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .home-content h1 {
    font-size: 28px;
  }
  #topnav,
  #topnav.scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #topnav .navbar-collapse,
  #topnav.scrolled .navbar-collapse {
    border-top: 1px solid #ececec;
  }
  #topnav .navbar-nav > li > a,
  #topnav.scrolled .navbar-nav > li > a {
    color: #7b7b7b;
    padding: 15px;
  }
  #topnav .navbar-nav > li > a:hover,
  #topnav.scrolled .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #bf9f88;
  }
  #topnav .navbar-brand,
  #topnav.scrolled .navbar-brand {
    margin-top: 0;
  }
  #topnav .navbar-brand .logo-light,
  #topnav.scrolled .navbar-brand .logo-light {
    display: none;
  }
  #topnav .navbar-brand .logo-dark,
  #topnav.scrolled .navbar-brand .logo-dark {
    display: block;
  }
  .member {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .member-info {
    width: 100%;
  }
  .member-avatar {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }
  #contact-form .form-control {
    text-align: left;
  }

  #project-modal .modal-dialog{
    width: 100%;
  }
  #history-modal .modal-dialog{
    width: 100%;
  }
  #cidentity-modal .modal-dialog{
    width: 100%;
  }
  #worklist-modal .modal-dialog{
    width: 100%;
  }
  #certificates-modal .modal-dialog{
    width: 80%;
  }


}
@media (max-width: 640px) {
  .project {
    width: 50%;
  }

  .home-content h1 {
    font-size: 18px;
  }

  .certificates p {
    font-size: 12px;
  }


}
