@import url('css/bootstrap.css');
@import url('css/font-awesome/css/font-awesome.min.css');
@import url('css/owl.carousel.css');
@import url('css/owl.theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/menuzord-rounded-boxed.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url(css/aos.css);
@import url(css/jquery.fancybox.min.css);



@font-face {
  font-family: 'Century-Gothic';
  src: url('fonts/Century Gothic.ttf');  
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url(fonts/Montserrat-Regular.ttf);  
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(fonts/Montserrat-ExtraBold.otf);  
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(fonts/Montserrat-Light.otf);  
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url(fonts/Montserrat-Bold.otf);  
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(fonts/Montserrat-SemiBold.otf);  
}

@font-face {
  font-family: 'GOTHIC';
  src: url(fonts/GOTHIC.ttf);  
}

@font-face
{
  font-family:'Poppins-Light';
  src:url(fonts/Poppins-Light.otf);
}
@font-face
{
  font-family:'Poppins-Regular';
  src:url(fonts/Poppins-Regular.otf);
}
@font-face
{
  font-family:'Poppins-Medium';
  src:url(fonts/Poppins-Medium.otf);
}
@font-face
{
  font-family:'Poppins-SemiBold';
  src:url(fonts/Poppins-SemiBold.otf);
}

@font-face
{
  font-family:'Poppins-Bold';
  src:url(fonts/Poppins-Bold.otf);
}

a, a:hover, a:focus
{
  text-decoration: none;
  outline: none;
}

ul
{
  padding: 0px;
  margin: 0px;
}

h1,h2,h3,h4,h5,h6
{
  margin: 0px;
}
  
body
{
margin:0;
padding: 0;
font-family: 'Century-Gothic';
color:rgb(128, 123, 123);
}


/*=============Navbar===========*/
.logo
{

  padding: 5px;
}
.logo img
{
  max-height: 60px;
  margin: 14px auto;
  margin-top: 6px;
}
.main-header  .container-fluid
{
  padding:0px 50px
}
.header-bg
{
  background: #fff;
}
.header-upper
{
  /*position: fixed !important;*/
  width: 100%;
  z-index: 999;
  top: 0px;
}
.menuzord-menu.menuzord-right 
{
  float: right;
  padding-right: 20px;    
}
.menuzord
{
  background: transparent;
  
}
.menuzord-block
{
/*background: rgba(255,255,255,0.8);*/
text-align: center;
float: left;
width: 100%;
border-radius: 45px;/*
padding-right: 25px;*/
}
.menuzord-menu
{
  float: none;
  display: inline-block;
}
.menuzord-menu > li
{
  float: none;
  position: relative;
}
.header-upper .menuzord-menu > li > a , .sticky-header  .menuzord-menu > li > a 
{
  padding: 0px 12px;
  font-family: 'Century-Gothic';
  text-transform: uppercase;
  color: #222;
  font-size: 16px;
  line-height: 90px;
  letter-spacing: 1.5px;
}
.header-upper .menuzord-menu > li:last-child > a
{
  padding-right: 0px;
}
/*
.header-upper .menuzord-menu > li > a::before  ,   .menuzord-menu > li > a::before 
{
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  width: 0%;
  height: 3px;
  background-color: #ef7f1a;
  transition: all 0.5s ease-in-out 0s;
}
.header-upper .menuzord-menu > li.active > a::before , .sticky-header .menuzord-menu > li.active > a::before 
{
  content: "";
  position: absolute;
  left: 20%;
  bottom: 25px;
  width: 60%;
  height:3px;
  background-color: #ef7f1a;
  transition: all 0.5s ease-in-out 0s;
}
.header-upper .menuzord-menu > li:hover > a:before , .sticky-header .menuzord-menu >li:hover > a:before
{
  width: 60%;
  left: 20%;
  right: auto;
}*/
.header-upper .menuzord-menu > li:hover > a, .header-upper .menuzord-menu > li.active > a
{
  color: #111;
}
.header-upper .menuzord-menu ul.dropdown
{
  top: 90px;
}
.sticky-header .menuzord-menu ul.dropdown
{
  top: 80px;
}
.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#f5f5f5;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #222!important;
    color: #fff!important;
}
.menuzord-menu ul.dropdown li a
{
  font-size: 14px;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: left;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.menuzord-menu ul.dropdown li
{
  padding: 0px;
  border-bottom: 1px dotted #fff;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#fff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  box-shadow: 0px 0px 4px 0px #000;
}
.fixed-header .sticky-header
{
  z-index:999;
  opacity:1;
  viasibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;   
}
.sticky-header .menuzord-menu >li > a
{
  color: #222 !important;
}

.sticky-header .menuzord-brand img
{
    height: 70px;
}
.sticky-header .menuzord-brand
{
  padding: 5px 0px;
  display: inherit
}
.sticky-header .menuzord-menu >li > a
 {
  line-height: 80px;
 }

.scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #333;
  color: #eeeeee;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover 
{
  background-color: #000;
  color: #fff;
}
.scroll-top-wrapper.show 
{
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i
{
  line-height: inherit;
   font-size: 24px;
}
.header-upper
{
  position: absolute;
  width: 100%;
  z-index: 999;
  /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/
  background-color: rgba(255,255,255,0.5);
}
/*==========slider===========*/

.slotholder:before {
    content: "";
    width: 100%;  
    height: 100%;  
    position: absolute;
    top: 0;
    left: 0;
    z-index:999;
    /*background: rgba(0, 0, 0, 0.2);*/
}
.rev_slider_wrapper #slider1 .banner-caption-h1  {
    font-size: 25px !important;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 30px !important;;
    letter-spacing: 1px !important;
    color:#fff;     
    padding: 5px 15px  !important;
     font-family: 'Century-Gothic' !important;
    text-transform: uppercase;
    /*background: rgba(0,0,0,0.4);*/

  }
.rev_slider_wrapper #slider1 .banner-caption-h1 br
{
    display:none;
}

.tp-parallax-wrap
{
  left: 5% !important;
  top:  85vh !important;
}



.footer-section
{
  background: #242424;
  padding: 40px 0px;
}
.footer-block
{
  text-align: center;
}
.footer-block i
{
  width: 60px;
  height: 60px;
  font-size: 25px;
  background: #fff;
  color: #242424;
  line-height: 60px;
}
.footer-block  p
{
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0px;
  margin-top: 10px;
}
.copy-right-section
{
  background: #131313;
}
.copy-right-section p , .copy-right-section p a
{
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 60px;
  color: #fff;
  margin: 0px auto;
  text-align: center;
}
/*---------------------------*/
.copy-right-1
{
  /*background: rgba(0, 0, 0, 0.8);*/
  border-top: 1px solid #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0px;
}
.copy-right-1 p
{
  margin: 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Century-Gothic';
  /*float:left;*/
}
.copy-right-1 p:last-child
{
    float:right;
}
.copy-right-1 p a
{
    color:#fff;
}
.copy-right-1 p span
{
  text-transform: uppercase;
}

/*---------------------------*/
.copy-right
{
  background: #222;
  width: 100%;
  z-index: 999;
  padding: 15px 0px;
  padding-top: 50px;
}
.copy-right .row
{
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.copy-right p
{
  margin: 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Century-Gothic';
  /*float:left;*/
  
}
/*
.copy-right p:last-child
{
    float:right;
}*/
.copy-right p a
{
    color:#fff;
}
.copy-right p span
{
  text-transform: uppercase;
}
/*** 
====================================================================
          Page Title
====================================================================
***/

.page-title
{
  position:relative;
  padding:130px 0px 30px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size: cover !important;
  text-align:left;
  overflow: hidden;
  background: url(images/page-title-bg.jpg);
  background-position: 0 60%;
}
.page-title:before
{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #222222;
  opacity: .50;
  content: "";
}
.page-title h1
{
  position:relative;
  font-size:40px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'Century-Gothic';
  color:#ffffff;
  margin-bottom:20px;
  text-transform: uppercase;
}
.page-title h1 span
{
  font-family: 'Century-Gothic';
  line-height: 40px;
}

.page-title .bread-crumb
{
  position: relative;
  float: left;
  padding: 15px 65px 15px 0; 
  border-radius: 0 30px 30px 0;
  background-color: rgba(0,0,0,.50);
}

.page-title .bread-crumb:before{
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 9000%;
  background-color: #000000;
  opacity: .50;
  content: "";
}

.page-title .bread-crumb li:first-child
{
  position: relative;
  color: #ffffff;
  margin-right:10px;
  padding-right:20px;
}

.page-title .bread-crumb li a , .page-title .bread-crumb li
{
  color:#ffffff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 30px;
  float: left;
  letter-spacing: 2px;
  list-style: none;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.page-title .bread-crumb li a:hover
{
  color: #fff;
}
.page-title .bread-crumb li:after
{
  position:absolute;
  right:-5px;
  font-weight: 400;
  top:0px;
  font-size: 15px;
  color:#ffffff;
  line-height: 30px;
  content: "\f054";
  font-family: "FontAwesome";
}

.page-title .bread-crumb li:last-child::after{
  display:none;
}

/*** 
=============================================
              About Us
=============================================
***/
.about-header 
{
  position: fixed;
  top: 85px;
  padding: 0px 30px;
  padding-bottom: 10px;
  z-index: 1;
  width: 100%;
  background: rgba(255,255,255);
}
.about-header ul li
{
  float: left;
  position: relative;
}


.about-header li a
{
  padding: 0px 15px;
  letter-spacing: 1px;
  font-size: 15px;
  color: #888;
  line-height: 25px;
  text-transform: capitalize;
  font-family: 'Century-Gothic';
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  text-decoration: none;
}
.about-header ul li a:hover
{
  color:  #111;
}
.about-header ul li a.active
{
  color: #111;
}

.about-header ul
{
  list-style: none;
  float: right;
  padding-right: 25px;
}

.about-section-page
{
  padding-top: 120px ;
}

.about-bottom-padding
{
  padding-bottom: 60px;
}

.about-text
{
  padding-top: 30px;
}
.about-text p, .about-kg-text p
{
  line-height: 25px;
  font-size: 14px;
  font-family: 'Century-Gothic';
  letter-spacing: 1px;
  text-align: justify;
  color: rgb(128, 123, 123);
}
.about-text-1 p
{
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Century-Gothic';
    color: rgb(99, 94, 94);
    text-align: left;
    font-style: italic;
}
.about-kg-text h2, .kg-img-text h2
{
    font-family: 'Century-Gothic';
    line-height: 35px;
    letter-spacing:2px;
    color: #222;
    font-size: 25px;
    text-transform: uppercase;
}
.about-kg-text  h4, .kg-img-text h4
{
    color: rgb(128, 123, 123);
    margin-top: 0;
    letter-spacing: 1px;
    line-height: 25px;
}
.kg-img-text h3
{
    font-family: 'Century-Gothic';
    line-height: 30px;
    letter-spacing: 2px;
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.kg-img-text h5
{
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px;
}

.kg-img-text h2, .kg-img-text h4
{
    display :none;
    
}
.about-kg-img, .about-kg-text
{
 padding-top: 40px;
}
.people-header
{
  color: #fff;
}
.people-header
{
 padding: 10% 0px;
  text-align: center;
  background: url(images/people-header.jpg);
  position: relative;
  background-size: cover; 
}
.people-header:before
{
  content: " ";
  position:absolute;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.team-block
{
    width:20%;
    float:left;
    padding:0px 10px;
}
.team-box
{
    margin-bottom:15px;
}

.team-img img
{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.team-box:hover .team-img img
{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.margin-10
{
  margin-left:10%;
}

.margin-20
{
    margin-left:20%;
}
.margin-30
{
    margin-left:30%;
}
.team-text p
{
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin:0px;
}
.team-text p span
{
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    color:#000;
}

.kga-design-row
{
    margin-top:40px;
    color:#222;
}
.kga-design-row h2
{
  text-align: center;
  font-family: 'Montserrat-Bold';
  line-height: 70px;
  letter-spacing: 2px;
  color: #000;
  font-size: 35px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.kga-design-block:first-child
{
    
}
.kga-design-block:last-child
{
    
}
.kga-design-block
{
    margin:15px 0px;text-align:center;
}
.kga-design-block h3
{
    font-size: 20px;
    font-family: 'Montserrat-Bold';
    line-height: 25px;
    letter-spacing: 1px;
    color:#074c2e;
    
}
.kga-design-block p
{
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 5px 0px;    
    line-height: 20px;
}
.t-left
{
    text-align:left;
}
.t-right
{
    text-align:right;
}
.t-center
{
    text-align:center;
}

.awards-header
{
  padding: 10% 0px;
  text-align: center;
  background: url(images/awards-header.jpg);
  position: relative;
  background-size: cover;
}
.people-header .item
{
    visibility: visible;
    font-family: 'Montserrat-Bold';
    line-height: 20px;
    letter-spacing: 2px;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: -25px;
}
.people-header .item p
{
    margin-top:10px
}
.awards-header
{
  padding: 10% 0px;
  text-align: center;
  background: url(images/awards-header.jpg);
  position: relative;
  background-size: cover;
}
.awards-header:before
{
  content: " ";
  position:absolute;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.awards-header h2
{
  text-align: center;
  font-family: 'Montserrat-Bold';
  line-height: 70px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 35px;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.awards-text
{
  padding-top: 40px;
  float: left;
}
.awards-text ul
{

  /*list-style: none;*/

}
.awards-text ul li
{
  position: relative;
  line-height: 30px;
  font-size: 15px;
  font-family: 'Poppins-Light';
  letter-spacing: 0.5px;
  text-align: justify;
  color: rgb(128, 123, 123);
  padding-left: 0px;
  padding-bottom: 20px;
}
.awards-text ul li b
{
  
  font-family: 'Poppins-Medium';
}
.awards-text  p
{
  line-height: 25px;
  font-size: 14px;
  font-family: 'Poppins-Light';
  letter-spacing: 0.5px;
  text-align: justify;
  color: rgb(128, 123, 123);
}
/*
.awards-header h2
{

  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: 'Montserrat-Bold';
  line-height: 35px;
  letter-spacing: 2px;
  color: #222;
  font-size: 25px;
  text-transform: uppercase;
}*/

.ideas-page-section
{
    padding-top:200px;
    padding-bottom:150px;
    
}
.ideas-title
{
    text-align: center;
    padding-bottom: 30px;
    font-size: 50px;
    line-height: 50px;
    color: #000;
}
.ideas-box
{
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
    display: inline-block;
        margin:15px auto;
}
.ideas-text
{
    padding:15px;
}
.ideas-text h3
{
    font-size: 18px;
    color: #222;
    line-height: 25px;
    font-weight: 800;
}
.ideas-text p
{
    line-height: 25px;
    font-size: 14px;
    font-family: 'Poppins-Light';
    letter-spacing: 1px;
    text-align: justify;
    color: rgb(128, 123, 123);
    margin-bottom:0px;
}
/*** 
=============================================
              Projects
=============================================
***/
/* filter buttons css */
.masonry-filter 
{ 
    display:inline-block; 
    margin-bottom:0;
    width: 100%;
    text-align: right;
}
.related-ul {
    list-style-type: none;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
}
.related-link li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    /*padding: 6px 20px;*/
    line-height: 20px;
    border: 1px solid #cccccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    cursor: pointer;
    background: none;
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    margin: 0px 5px 10px 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.related-link li a {
    display: block;
position: relative;
border: none;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
padding: 0.3em 0.9em;
border-width: 1px 0 0 !important;
color: #888;
}

@media screen and (max-width: 1000px){
  .related-link li{
    line-height: 17px;
    margin: 0px 2px 7px 0px;
  }
}


@media screen and (max-width: 600px){
.related-link li {
    line-height: 15px;
    margin: 0px 0px 5px 0px;
    font-size: 13px;
}
}
.masonry-filter > li a 
{   position: relative;
    display: inline-block;
    font-size: 14px;
    color: #888;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 0px 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.masonry-filter > li.active a,
.masonry-filter > li a:hover,
.masonry-filter > li a:active,
.masonry-filter > li a:focus {color: #222;}

@media only screen and (max-width:768px){
    .masonry-item
    {
        width:50%;
        float:left;
    } 
}

.masonry-item img
{
    width:100%;
}

.projects-section-page
{
  /*padding: 60px 0px;*/
  /*padding-top: 120px;*/
}
.projects-section-page .titel-line
{
    text-align:center;
}
.projects-section-page .titel-line p
{
    font-family: "GOTHIC";
    font-size: 15px;
    display: inline-block;
    background: #000;
    padding: 5px 20px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 30px;
    margin: 0px;
    
}
.projects-section-page .owl-carousel .owl-item img
{
  width:auto;
  margin:0 auto;
  max-width: 100%;
}
.margin-top
{
  margin-top: 10px;
}
.projects-header 
{
    /*position: fixed;*/
    /*top: 85px;*/
    padding: 0px 25px;
    padding-bottom: 10px;
    z-index: 999;
    width: 100%;
    left: 0px;
    background: rgba(255,255,255);
}
.masonry-item
{
  position: relative;
  padding:0px;padding:10px;
}


.masonry-item .inner-box
{
  position:relative;
  width:100%;
  overflow:hidden;
}
.masonry-item .inner-box
{
  position:relative;
  display:inline-grid;  
}
.masonry-item .inner-box img
{
  position:relative;
  display:block;
  width:100%;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.masonry-item:hover .inner-box img
{
  -webkit-transform:scale(1.2);
  -ms-transform:scale(1.2);
  -o-transform:scale(1.2);
  -moz-transform:scale(1.2);
  transform:scale(1.2);
}
.masonry-item .overlay-inner
{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  display:table;
  vertical-align:middle;
  padding:10px 15px;
  background:rgba(0,0,0,0.85);
  opacity:0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform:scaleX(0);
  -ms-transform:scaleX(0);
  -o-transform:scaleX(0);
  -moz-transform:scaleX(0);
  transform:scaleX(0);
}
.masonry-item .inner-box:hover .overlay-inner
{
  top:0px;
  opacity:1;
  -webkit-transform:scaleX(1);
  -ms-transform:scaleX(1);
  -o-transform:scaleX(1);
  -moz-transform:scaleX(1);
  transform:scaleX(1);
}

.masonry-item .overlay-inner .content
{
  position:relative;
  display:table-cell;
  /*vertical-align:middle;*/
  text-align: left;
}
.masonry-item a
{
  text-decoration: none;
}
.masonry-item .overlay-inner h3
{
  margin-top: 0%;
  font-size:18px;
  letter-spacing: 0.5px;
  color:#fff;
  font-family: 'Poppins-Medium';
  text-transform:capitalize;
  line-height: 25px;
}

.masonry-item .overlay-inner h4{
  position:absolute;
  left:0;
  bottom:-100px;
  width:100%;
  color:#ffffff;
  line-height: 25px;
  display:block;
  font-size:14px;  
  z-index:1;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align:left;
}
.masonry-item .overlay-inner h4 span
{
  font-size: 16px;
  font-family: 'Poppins-Medium';
  line-height: 20px;
  display: inherit;
}
.masonry-item:hover .overlay-inner h4{
  bottom:0px;
  transition: all 500ms ease 500ms;
  -webkit-transition: all 500ms ease 500ms;
  -ms-transition: all 500ms ease 500ms;
  -o-transition: all 500ms ease 500ms;
  -moz-transition: all 500ms ease 500ms;  
}
/*** 
=============================================
        Projects-
=============================================
***/

#full-screen-slider .owl-nav
{
  margin: 0px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
#full-screen-slider .owl-nav div
{
  color: #fff;
  font-size: 45px;
  height: 45px;
  left: 0px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;text-shadow: 0px 1px 2px #000;
  /*background:rgba(0,0,0,0.85);
  transition: 0.4s;
  z-index: 1;*/
}
#full-screen-slider .owl-nav div.owl-next 
{
  left: auto;
  right: 0px;
}
.project-text
{
 padding-top: 20px;
}
.project-text h2
{
 font-size: 23px;
line-height: 30px;
text-transform: capitalize;
letter-spacing: 2px;
font-family: 'Poppins-SemiBold';
font-family: 'Poppins-Bold';
color: #000;
}
.project-text h3
{
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 10px 0px;
}
.project-text ul
{
  list-style: none;
  margin: 10px 0px;
}
.project-text ul li
{
  line-height: 25px;
  padding: 10px 0px;
  box-shadow: 0px 1px;
  color: rgb(128, 123, 123);
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'Poppins-Regular';
  float: left;
  width: 100%;
}
.project-text ul li:last-child
{
  box-shadow:none;
}
.project-text ul li span
{
  color: #000;
  position: relative;
  line-height: 25px;
  width: 250px;
  float: left;
}
.project-text ul li p
{
  line-height: 25px;
  color: rgb(128, 123, 123);
  letter-spacing: 1px;
  font-size: 15px;
  float: left;
  margin: 0px;
  font-family: 'Poppins-Regular';
}
.project-text ul li span:before
{
  position: absolute;
  content: ":";
  right:10px;
  top: 0;
  width: 5px
  height:100%;
}
.project-text ul li:last-child span
{

  width: auto;
}
.project-text ul li:last-child span:before
{
  display: none;
}
.project-text h4
{
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 25px;
  margin-top: 10px; 
}
.project-text p 
{
  line-height: 25px;
  font-size: 14px;
  font-family: 'Poppins-Light';
  letter-spacing: 1px;
  text-align: justify;
  color: rgb(128, 123, 123);
}
.project-text p span
{
  font-family: 'Poppins-Regular';
  color: rgb(128, 123, 123);
}
.project-text h5
{
  line-height: 25px;
  letter-spacing: 1px;
}
.project-slider
{
    position: relative;
}



/*** 
=============================================
          contact-us page
=============================================
***/
.contact-us-page
{
    padding-top:150px;
}
.contact-us-section
{
  padding: 60px 0px;
  display: inline-block;
  width: 100%;
}

 .contact-form-section
  {
    position: relative;
    background-image: url(images/bg1.png);
    padding-top: 60px;
  }

  .contact-form-section:before
  {
    position: absolute;
    content: " ";
    background: #074c2e;
    height: 60%;
    bottom: 0;
    width: 100%;
  }

  .contact-form 
  {
    padding: 30px;
    border: 1px solid #f3f3f3;
    margin-bottom: 60px;
    margin-top: 0px;
    background: #fff;
  }
  .contact-form form input, .contact-form form textarea
  { 
    color: #5A5A5A;
    display: block;
    font-size: 14px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 0;
    transition: all 500ms ease;
    border: none;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #5A5A5A; 
  }
  .contact-form   form textarea
  {
    margin-bottom: 20px;
    padding: 10px 0px;
    height: 120px;
    padding-top: 20px;
    resize: none;
  }
  .contact-form form input:focus, .contact-form form textarea:focus
  {
    border-bottom: 1px solid #ffcc29;
    outline:none;
  }


  .contact-form  form input::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }

  .contact-form  form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder { /* Firefox 19+ */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }
  .contact-form form input:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder { /* IE 10+ */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }
  .contact-form  form input:-moz-placeholder, .contact-form form textarea:-moz-placeholder { /* Firefox 18- */
   color: #5A5A5A;
   letter-spacing: 1px;
   opacity:1;
   text-transform: capitalize;
  }

  .btn-1
  {
    /*width: 100%;*/
    height: 50px;
    text-transform: uppercase;
    color: #fff;
    background: #201e1e;
    box-shadow: none;
    border: none;
    font-size: 15px;
    border-radius: 5px;

    letter-spacing: 2px;
    position: relative;
    margin-top: 10px;
    padding: 0px 30px;
  }

  .btn-1:after {
      background-color: #fff;
      content: "";
      height: 100%;
      left: 0;
      opacity: .1;
      position: absolute;
      top: 0;
      transform: skewX(25deg);
      transition: all .5s ease 0s;
      width: 0;
      z-index: -1;
  }

  .btn-1:hover:after {
      left: 5%;
      width: 90%;
      z-index: 999;
  }

.captcha input[type="text"]
{
  width: 65%;float:left;
}
.captcha label
{
  width: 25%;
  float:left;
}

.captcha2 input[type="text"]
{
  width: 74%;
}
.captcha2 label
{
  width: 25%;
}
.content-box
{
  position: relative;
  padding: 15px 0px;
  position: relative;
  border-top: 2px solid #eaeaea;
  display: inline-block;
  width: 100%;
}
.content-box:first-child
{
  border:none;
}
.conten-img {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  float: left;
  padding-right: 18px;
  padding-top: 6px;
  padding-bottom: 5px; 
  border-right: 2px solid #eaeaea;
}
 .conten-img img {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
  width: 60px;
  margin: 0px auto;
}
 .conten-img .content-img-hover {
  position: absolute;
  top: 0;
  left: 0%;
  -webkit-transform: translate( 0%, -105%);
  -moz-transform: translate( 0%, -105%);
  -o-transform: translate( 0%, -105%);
  -ms-transform: translate( 0%, -105%);
  transform: translate(0%, -105%);
}
 .content-box:hover .conten-img img:not(.content-img-hover) {
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -o-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
}
.content-box:hover .conten-img .content-img-hover {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}  
.contact-text
{
  padding-left: 100px;
}
.contact-text h4
{
  font-size:15px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 2px;  
  margin-top: 0px;
  margin-bottom: 5px;
  position: relative;
  line-height: 20px;
}

.contact-text p,  .contact-text a
{
  font-size: 14px;
  color: #949494;
  line-height: 25px;
  margin: 0px;
  letter-spacing: 0.5px;
  position: relative;
}
.contact-text-1
{
  padding-left: 0px;
}
.contact-text-1 h4
{
  font-size:15px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 2px;  
  margin-top: 0px;
  margin-bottom: px;
  position: relative;
  line-height: 25px;  
  float: left;
}
.social-icon-one{
  position:relative;
  float: left;
  
}

.social-icon-one li{
  position:relative;
  margin-left:18px;
  display:inline-block;line-height: 27px;
}

.social-icon-one a{
  position:relative;
  font-size:15px;
  color:#222;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.social-icon-one a:hover{
  color:#ffcc00;
}
.google-map
{
  width: 100%;
  height: 380px;
}

.careers h2
{
    font-family: 'Montserrat-Bold';
line-height: 35px;
letter-spacing: 2px;
color: #222;
font-size: 25px;
text-transform: uppercase;
}
.careers p
{
    line-height: 25px;
font-size: 14px;
font-family: 'Poppins-Light';
letter-spacing: 1px;
text-align: justify;
color: rgb(128, 123, 123);
}
.careers
{
    padding:60px 0px;
    margin-top:130px;
    padding-bottom:0px;
}
.careers p span
{
    color: #2999ec;
}
/*============media screen============*/
/*@media screen and (min-width: 1300px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-30px !important;
   }
}
@media screen and (min-width: 1400px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-50px !important;
   }
}
@media screen and (min-width: 1500px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-70px !important;
   }
}
.rev_slider_wrapper #slider1 .banner-caption-h1{
  text-transform: uppercase;
}
@media screen and (min-width: 1600px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-90px !important;
   }
}
@media screen and (min-width: 1700px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-110px !important;
   }
}
@media screen and (min-width: 1800px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-130px !important;
   }
}
@media screen and (min-width: 1900px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-140px !important;
   }
}
@media screen and (min-width: 2000px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-150px !important;
   }
}
@media screen and (min-width: 2100px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-160px !important;
   }
}
@media screen and (min-width: 2200px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-170px !important;
   }
}
@media screen and (min-width: 2300px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-180px !important;
   }
}
@media screen and (min-width: 2400px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-190px !important;
   }
}
@media screen and (min-width: 2500px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-210px !important;
   }
}
@media screen and (min-width: 2600px)
{
   .rev_slider_wrapper #slider1 .banner-caption-h1
   {
       margin-bottom:-220px !important;
   }
}*/
@media screen and (max-width: 1200px) {
  .header-upper .menuzord-menu > li > a, .sticky-header .menuzord-menu > li > a
  {
    padding: 0px 15px;
    letter-spacing: 0.5px;
  }
  .projects-section-page .small-column
  {
    width: 33.33%;
  }
}
@media screen and (max-width: 993px) 
{
  .header-upper .menuzord-menu > li > a, .sticky-header .menuzord-menu > li > a
  {   
    letter-spacing: 0.5px;
  }
  .logo img
  {
    /*max-height: 65px;*/
    margin-top: 10px !important;
    margin: 0px auto;
  }
  .menuzord-block
  {
    text-align: right;
  }
  .menuzord-menu
  {
    float: right;
  }
  .menuzord-menu.menuzord-right 
  {
    display: none;
  }
  .menuzord-menu > li
  {
    float: left;
  }
  .menuzord-responsive .menuzord-menu > li > a
  {
    padding: 0px 12px !important;
    font-size: 13px;
    line-height: 80px;
  }
  .sticky-header  .menuzord .showhide em
  {
    background: #222;
  }
  .header-upper .menuzord-menu ul.dropdown
  {
      top:80px;
  }
  .display-none
  {
    display: initial !important; 
  }
  .page-title h1
  {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .page-title
  {
    padding: 130px 0px 25px;
  }
  .page-title .bread-crumb
  {
    padding: 5px 30px 5px 0;
  }
  .page-title .bread-crumb li::after
  {
    font-size: 12px;
    font-family: 100;
  }
  .inquiry-now 
  {
    display: none;
  }
  .projects-section-page .small-column
  {
    width: 50%;
  }
  .projects-section-page .items-container , .projects-section-page .container-fluid
  {
    position: relative;
    /*padding: 0px 10px; */   
    padding-top: 50px;
  }
  .gallery-item .overlay-inner
  {
    padding: 10px;
  }
  .gallery-item .overlay-inner h3
  {
    margin-top: 5px;
    font-size: 18px;
  }
  .kg-img-text h2, .kg-img-text h4
  {
         display: inherit;
         padding-left: 20px;
         
  }
  .kg-img-text 
  {
      float:left;
      padding-top:20px;
  }
  .about-kg-img
  {
    width: 100%;
    float: left;
  }
  .about-kg-img img
  {
    width: 100%;
    float: left;
  }
  .about-kg-text
  {
      padding-top:15px;
  }
  .about-kg-text h2, .about-kg-text  h4
  {
      display:none;
  }
  .about-kg-text
  {
      width:-100%;
      float:left;
  }
  .projects-header, .about-header
  {
    top: 75px;
    padding-bottom: 5px;
  }
  .team-block
    {
        width:33.33%;
        float:left;
        padding:0px 10px;
    }
    .team-text
    {
        min-height: 70px;
    }
  .margin-10,.margin-20, .margin-30
  {
      margin:0px;
  }
  .margin-16
  {
    margin-left: 16.66%
  }
  .kga-design-block h3 
  {
    font-size: 18px;
    font-family: 'Poppins-Medium';
    line-height: 25px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1050px) 
{  .header-upper
    {
            background: transparent;
    }
    .logo img
{
  /*max-height: 80px;*/
  margin: 0px auto;
}
  .menuzord-block
  {
    background: transparent;
  }
  .sticky-header .menuzord-brand
  {
    margin-bottom: 0px;
  }
  .main-header .container-fluid
  {
    padding: 0px 10px;
  }
  
  .menuzord-block
  {
    padding-right: 0px;
  }
  .menuzord .showhide
  {
    height: 40px;
    padding-top: 15px;
    width: 30px;
  }
  .menuzord .showhide em
  {
    background: #333;
  }
  .menuzord-menu
  {
    background: #fff;
  }
  .menuzord-responsive .menuzord-brand
  {
    width: 90%;
    padding: 0px ;
    margin:0px;
    max-height: 70px;
  }
  .logo img
  {
    /*max-height: 70px;*/

    padding: 5px 0px;
    float: left;
  }
  
   .menuzord-block
  {
    text-align: left;
    border-radius: 0px;
  }
  .menuzord-responsive .menuzord-menu > li > a
  {
    padding: 10px 20px !important;position: relative;
  }
  .sticky-header .menuzord-brand img
  {
    padding-left: 10px;
  }
  .header-upper .menuzord-menu > li > a, .sticky-header .menuzord-menu > li > a
  {
    line-height: 25px;
    color: #111 !important;
  }
  .header-upper .menuzord-menu > li:before, .sticky-header .menuzord-menu> li:before
  {
    display: none;
  }
  .header-upper .menuzord-menu > li > a::before, .menuzord-menu > li > a::before
  {
    bottom: 0;
  }
  .header-upper .menuzord-menu > li:hover > a::before, .sticky-header .menuzord-menu > li:hover > a::before
  {
    left: 15px;
  }
  .header-upper .menuzord-menu > li.active > a::before, .sticky-header .menuzord-menu > li.active > a::before
  {
    left: 15px;
    bottom: 0px;
  }
  .contact-text
  {
    padding-left: 85px
  }
  .conten-img
  {
    padding-right: 10px;
  }
  /*
  .projects-section-page .items-container
  {
    padding-top: 15px;
  }
  */
  .projects-section-page .small-column
  {
    width: 50%;
  }
  .gallery-item .overlay-inner
  {
    padding: 15px;
  }
  .projects-header, .about-header 
  {
    top: 70px;
    padding-bottom: 5px;
  }
  .awards-text ul
  {
    padding-left: 20px;
  }
  .project-text ul li span
  {
      display:inline-block;
  }
 
  .margin-10, .margin-20, .margin-30
  {
      margin:0px;
  }
  .margin-16
  {
    margin-left: 0%
  }
   .team-block
    {
        width:60%;
        float:left;
        padding:0px 10px;
        margin:10px 20%;
    }
  .team-img img 
  {
      width:100%;
  }
  .people-header .item
  {
      width:33.33%;
      float:left;
  }
  .t-left,.t-right
  {
      text-align: center;
  }
  .kga-design-box 
  {
      border-bottom:1px solid #ccc;    
      padding-bottom: 10px;

  }
  .kga-design-block:last-child .kga-design-box 
  {
      border-bottom:0px;
  }
}
.tp-bullets
  {
      top:95% !important;
  }
 @media screen and (max-width: 550px) 
{  

  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a
  {
    padding-left: 20px !important;
  }
  .menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a span
  {
    display: inherit;
  }
  /*
  .logo img
  {
    height: 50px;
  }*/
  .menuzord .showhide em
  {
    margin: 3.5px 0px 0;
  }
  .rev_slider_wrapper #slider1 .banner-caption-h1
  {
      text-align:center;
      font-size: 16px !important;
      line-height: 25px !important;
      padding: 5px 10px !important;
  }
  .rev_slider_wrapper #slider1 .banner-caption-h1 br
  {
      display:inherit;
  }
  .tp-bullets
  {
      top:95% !important;
  }
  .about-section-page
  {
    padding-top: 70px;
  }

  .about-header
  {
    padding: 0px 15px;
    top: 50px;
  }
  .about-header ul
  {
    padding: 0px;
  }
  .about-header li a
  {
    padding: 0px 5px;
    font-size: 14px;    
  }
  .about-header ul li:first-child a
  {
    padding-left: 0px;
  }
  .kg-img-text h3, .kg-img-text h5
  {
    padding-left: 0px;
  }

  .projects-section-page .filters li
  {
    line-height: 15px;padding: 5px;
  }
      .masonry-item
    {
        width:80%;
        margin:0px 10%;
        float:left;
    }
  .projects-section-page .small-column
  {
    margin: 10px 5%;
    width: 90%;
  }
  .projects-header
  {
    display: none;
  }
  .about-kg-img img
  {
    width: 100%;
    padding:10%;
  }
  .kg-img-text
  {
      float:left;
  }
  .people-header .item
  {
      width:100%;
      float:left;
      padding:20px 0px;
  }
  .people-header {
    padding: 10% 0px;
    text-align: center;
    background: url(images/people-header.jpg);
    position: relative;
    background-size: cover;
    float: left;
    width:100%;
}
}


 @media screen and (max-width: 450px) 
 {
  .team-block
  {
    width: 80%;
    margin: 10px 10%;
  }
 }










@media screen and (max-width: 1300px){
  .header-upper .menuzord-menu > li > a , .sticky-header  .menuzord-menu > li > a 
{
  padding: 0px 8px;
  font-size: 15px;
}
}
@media screen and (max-width: 1200px){
  .header-upper .menuzord-menu > li > a , .sticky-header  .menuzord-menu > li > a 
{
  padding: 0px 4px;
  font-size: 14px;

}
}


@media screen and (max-width: 700px){
  .logo img{
    max-height: 50px;
  }
}





/* About Us Page */
.pad{
  padding-top:50px;
  padding-bottom:50px;
}
.pad3{
   padding-top:70px;
  padding-bottom:50px;
}

.pad2{
  padding-top:50px;
  padding-bottom:35px;
}
.pad-2{
  padding-top: 40px;
}
.abt-h2{

  color: #8a8002;
margin-bottom: 10px;
}
.panel-body{
  font-size: 16px;
letter-spacing: 0px;
line-height: 30px;
color: #7a7a7a;
/*margin-bottom: 10px;*/
margin-top: 0 !important;
text-align: justify;
}
.home-abt-p{
  font-size: 16px;
letter-spacing: 0px;
line-height: 30px;
color: #7a7a7a;
margin-bottom: 15px;
margin-top: 0 !important;
text-align: justify;
}
.heading{
  background: #403e3f;
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.heading h2 {
    color: #fff;
    text-align: right;
    margin-bottom: 0px;
    font-weight: 800;
}

.heading a{
  color: #fff;
  text-transform: uppercase;
}
.heading p
{
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0px !important;
  display:none;

}
@media screen and (max-width: 320px){
  .menuzord-responsive .menuzord-brand {
    width: 80% !important;
  }
  .logo img
  {
    /*max-height: 65px;*/
    margin-top: 10 !important;
    /*margin: 0px auto;*/
  }
}
@media screen and (max-width: 600px){
  hr {
 
    border-top: none !important;
}
  .logo img
  {
    /*max-height: 65px;*/
    margin-top: 0 !important;
    /*margin: 0px auto;*/
  }
  .pad2 {
    padding-top: 3px;
    padding-bottom: 50px;
}
.heading h2 {
    text-align: center !important;
    font-size: 22px;
}
.pad3 {
    padding-top: 40px;
    padding-bottom: 30px;
}
.pad {
    padding-top: 30px;
    padding-bottom: 30px;
}
}

/* Team */
.teamimg{
  border: 1px solid #8a8002;
  margin-bottom: 20px;

}
.abt-h2 span{
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.home-abt-p span{
  /*font-size: 20px;*/

  font-weight: 900;
}
.google-map
{
    /*margin-top:60px;*/
    /*margin-bottom:60px;*/
}
.google-map222
{
    margin-top:60px;
}
.google-map iframe
{
  height: 380px !important;
  width: 100%;
  display: inherit;
  border: 5px solid #fff !important;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
## Contact-info
--------------------------------------------------------------*/
.contact-info {
  font-size: 16px;
  overflow: hidden;
  color: #1a1a1a;
}
.contact-info h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info i {
  font-size: 26px;
  margin-top: 2px;
  line-height: 1;
  float: left;
  color: #1a1a1a;
}
.contact-info i:before {
  font-size: 26px;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
  float: left;
}
.contact-info p {
  margin-bottom: 0;
  color: #A3A3A3 !important;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 300;
}
/* contact */
.contact-left h2 {
    line-height: 1;
}
.contact-left p {
    margin-bottom: 24px;
}
.wpcf7 .main-form input, .wpcf7 .main-form textarea {
    width: 100%;
    background: #fff;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #555555;
  border: none;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #555555;
}

select {
  border: none;
  background: #fff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}
.wpcf7 .main-form button:hover {
    background: #fff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}
.wpcf7 .main-form button {
    margin-top: 15px;
}.wpcf7 .main-form button:hover {
    background: #fff;
    color: #1a1a1a;
    border-color: #1a1a1a;
}.octf-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 13px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 18px 41px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    text-align: center;
    background: #1a1a1a;
    cursor: pointer;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    color: #fff;
    outline: none;
    position: relative;
}
.contact-right {
    padding-left: 75px;
    padding-right: 40px;
    background-image: url('img/bg1-contact.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #A3A3A3;
}
.contact-right .ot-heading {
    padding-top: 81px;
    padding-bottom: 25px;
}
.contact-right .contact-info, .contact-right .contact-info a {
    color: #fff;
}
.contact-right .contact-info {
    padding-bottom: 27px;
}
.contact-info {
    font-size: 16px;
    overflow: hidden;
    color: #1a1a1a;
}.footer-social a:hover, .list-social a:hover {
    background-color: #444;
}
.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}.contact-right .list-social a {
  font-size: 16px;
border: 1px solid #444;
border-radius: 50%;
padding: 7px;
color: #fff;
text-align: center;
margin-right: 11px;
    border-color: rgba(255,255,255,.4);
}.footer-social li, .list-social li {
    display: inline-block;
}.contact-right .list-social a {
    border-color: rgba(255,255,255,.4);
}
.footer-social a, .list-social a {
    font-size: 12px;
    border: 1px solid #444;
        border-top-color: rgb(68, 68, 68);
        border-right-color: rgb(68, 68, 68);
        border-bottom-color: rgb(68, 68, 68);
        border-left-color: rgb(68, 68, 68);
    border-radius: 50%;
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
}
.contact-right h2 {
    color: #fff;
}
.contact-right > p {
    margin-bottom: 25px;
    color: #A3A3A3;
    font-size: 16px;
}
.contact-right .contact-info {
    padding-bottom: 27px;
}
.contact-right .contact-info h6 {
    color: #fff;
}
.contact-right .contact-info i:before {
    color: #fff;
    font-size: 23px;
}
.contact-right .contact-info, .contact-right .contact-info a {
    color: #d3d3d3;
}
.contact-right .list-social a {
    border-color: rgba(255,255,255,.4);
}
.contact-right .list-social {
    margin-top: 11px;
    padding-bottom: 90px;
}
.contact-map {
    margin-top: -40px;
    z-index: -1;
    position: relative;
}
.map {
  height: 522px;
}
.map iframe {
    width: 100%;
    height: 522px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

.list-social a {
    font-size: 12px;
    border: 1px solid #444;
        border-top-color: rgb(68, 68, 68);
        border-right-color: rgb(68, 68, 68);
        border-bottom-color: rgb(68, 68, 68);
        border-left-color: rgb(68, 68, 68);
    border-top-color: rgb(68, 68, 68);
    border-right-color: rgb(68, 68, 68);
    border-bottom-color: rgb(68, 68, 68);
    border-left-color: rgb(68, 68, 68);
    border-radius: 50%;
    padding: 7px;
    color: #fff;
    text-align: center;
    margin-right: 11px;
}.contact-map {
    margin-top: -40px;
    z-index: -1;
    position: relative;
}

.list-social ul li a {
  padding: 12px;
}
.list-social ul li a i {
  width: 18px;
height: 20px;
}




/*partner page
===================*/
#partner .btn {
    background-color: #0074bf;
    color: #fff;
    border-radius: 0;
}
#partner .card, #faq .card, #pprod .card{
  border-radius: 0;
  border-bottom:1px solid #0074bf;
  margin-bottom: 5px;
}
#partner .card-header, #faq .card-header, #pprod .card-header{
  border-bottom: 1px solid #0074bf;
}
#partner .card-header a, #faq .card-header a, #pprod .card-header a{
  color: #0074bf;
  font-weight: 500;
  letter-spacing: 1px;
  /*text-align: left;*/
  display: block;
}
#faq .card-header a::first-letter{
  font-size: 20px;
}
.faq-span{
    text-transform:lowercase;
}
#partner .card-header i, #faq .card-header i, #pprod .card-header i{
  float: right;
  margin-top: 3px;
  margin-left: 10px;
    font-size: 25px;
    transition: all 0.5s ease;
}




/* */

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #a49909;
    color: #fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


@media screen and (max-width: 1150px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 88% !important;
       
}
}
@media screen and (max-width: 1050px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 90.5% !important;
       
}
}
@media screen and (max-width: 990px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 86.5% !important;
       
}
}
@media screen and (max-width: 900px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 72.5% !important;
       
}
}
@media screen and (max-width: 850px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 65% !important;
       
}
}
@media screen and (max-width: 770px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 54% !important;
       
}
}
@media screen and (max-width: 700px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    margin-bottom: 10% !important;
    /*padding-bottom: 10% !important;*/
    margin-top: -35% !important;
    margin-left: 48% !important;
       
}
}

@media screen and (max-width: 650px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -65% !important;
    margin-left: 42% !important; 
    text-align: center;
}
}
@media screen and (max-width: 668px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -30% !important;
    margin-left: 42% !important; 
    text-align: center;
}
}
@media screen and (max-width: 665px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -65% !important;
    margin-left: 38% !important; 
    text-align: center;
}
}
@media screen and (max-width: 590px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    /*margin-bottom: 10% !important;*/
    /*padding-bottom: 10% !important;*/
    margin-top: -65% !important;
    margin-left: 33% !important; 
    text-align: center;
}
}
@media screen and (max-width: 450px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    
    margin-left: 34% !important; 
    text-align: center;
}
}
@media screen and (max-width: 380px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    
    margin-left: 28% !important; 
    text-align: center;
}
}
@media screen and (max-width: 361px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    margin-left: 24% !important; 
    text-align: center;
}
} 
@media screen and (max-width: 321px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    margin-left: 15% !important; 
    text-align: center;
}
} 
@media screen and (max-width: 251px) 
{
   .rev_slider_wrapper #slider1 .banner-caption-h1 {
    margin-left: 1% !important; 
    text-align: center;
}
} 

