@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Britannic';
    src: url('../fonts/BritannicBold.eot');
    src: url('../fonts/BritannicBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BritannicBold.woff2') format('woff2'),
        url('../fonts/BritannicBold.woff') format('woff'),
        url('../fonts/BritannicBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
.opensans-regular{
	font-family: 'Open Sans';
    font-weight: normal;
}
.opensans-light{
	font-family: 'Open Sans';
    font-weight: 300;
}
.opensans-extrabold{
    font-family: 'Open Sans';
    font-weight: 800;
}
.opensans-semibold {
    font-family: 'Open Sans';
    font-weight: 600;
}
.opensans-bold {
    font-family: 'Britannic';
    font-weight: bold;
}
body{
	margin: 0 auto;
	-webkit-font-smoothing: antialiased;
}
.padzero{
	padding:0px !important;
}
a:hover{
	text-decoration:none;
}
.no-header-menu .navbar-nav li a{
	color:#000;
	font-size:14pt;
}
.no-header-menu{
	padding:1px 0
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
	margin-bottom:0px;
}
.no-header-menu .navbar-nav li a:focus, .no-header-menu .navbar-nav li a:hover, .no-header-menu .navbar-nav li.highlight-border a{
	color:#e0a815;
}
.no-header-menu .navbar-nav li a{
	padding: 10px 36px;
}
.navbar-brand {
    height: auto;
    padding: 0px 25px;
}
.navbar-nav{
	padding-top: 14px;
}
.footer-bottom-bg{
	background:#e0a815;
	padding:10px 0 0;
	color: #fff;
}
.footer-bottom-bg ul{
	list-style:none;
	text-align:right;
}
.footer-bottom-bg ul li{
	list-style:none;
	display:inline-block;
	padding:0px 20px;
}
#bootstrap-touch-slider{
	border-top: 2px solid #e0a815;
}
#aboutus, #projects, #contactus{
	padding: 2% 0;
}
.title{
	text-align: center;
	font-size: 35px;
	color: #000;
  margin: 0 0 2%;
  position: relative;
}
.title::before {
  content: '';
  width: 39px;
  height: 5px;
  position: absolute;
  background-color: #e0a815;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -10px;
}
.title span {
    font-size: 18px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -38px;font-family: 'Open Sans';
font-weight: bold;
}
#aboutus p {
    color: #6f6f6f;
    line-height: 24px;
    text-align: justify;
}
.div_aboutus2, .div_aboutus3, .div_aboutus4 p {
  color: #6f6f6f;
  line-height: 24px;
  text-align: center;
}
#aboutus p b{
	color:#e0a815;
}
#aboutus ul{
	padding:25px 0 0; list-style-position:inside;
}
/* .whatwedo ul li{
	margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 500px;
}
.ourstrength ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 440px;
} */

#aboutus ul li.our-strength {
  padding-left: 440px !important;
}
#aboutus img{
	width: 500px;
	float: left;
	padding-right: 40px;
}
.form-feild input, .form-feild textarea{
  width: 100%;
  border: 1px solid #6f6f6f;
  background-color: transparent;
  border-radius: 3px;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #6f6f6f;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.form-feild textarea{
  resize: none;
  height: 100px;
}
.form-feild button {
  background: #e0a815;
  border-radius: 28px;
  padding: 5px 35px;
  font-family: 'Open Sans';
  font-weight: 600;
  border: 1px solid #e0a815;
  color: #fff;
}
input:focus, button:focus, textarea:focus{
  outline: none;
}

.contat-ads h2{
  font-size: 25px;
	color: #000;
  margin: 0 0 20px;
}
.contat-ads ul li{
  list-style: none;
  margin-bottom: 20px;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #6f6f6f;
}
.contat-ads ul li a{
  color: #6f6f6f;
}
.contat-ads ul{
  padding: 0;
}
.contat-ads ul li i {
  color: #e0a815;
  font-size: 20px;
  width: 24px;
}
.portfolio-top{
  position: relative;
  margin-bottom: 30px;
}
.port-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  top: 0;
  transition: all .4s ease-in;
  opacity: 0;
  padding: 41% 20px 20px;
  cursor: pointer;
}
.portfolio-top:hover .port-bg {
  opacity: 1;
}
.port-bg h2{
  margin: 0 0 5px;
  color: #fff;
  font-size: 16px;
}
a.gactive{
  color: #e0a815 !important;
}
.port-bg p{
  margin: 0 ;
  color: #fff;
  font-size: 14px;
  cursor: text;
}

#project-sec{
  background: #fbf7f7;
  /* margin-top: 440px; */
  padding: 2% 0;
}
/*Loader Css*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}
.spinner, .spinner-small {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 2px solid #e0a815;
  border-top: 2px solid #6f6f6f;
  border-radius: 100%;
  -webkit-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  z-index: 9999;
}
.slogan-div{
  padding-top: 35px;
}
span.slogan {
  font-size: 16px;
  font-weight: 600;
  font-family: cursive;
}
.navbar-brand>img {
  height: 68px;
}
.aboutusmob {
  display: none;
}
.aboutusdesk {
  display: block;
  margin-bottom: 10px;
}
.col-md-6#aboutus ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 240px;
}
.profile ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 622px !important;
}
.design ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 532px !important;
}
.service ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 622px !important;
}
b.sitetitle {
  padding-left: 65px;
}
p.profile-text, p.service-text{
  text-align: center !important;
  padding: 2px;
}
/* #aboutus ul li.design {
  padding-left: 420px !important;
}
#aboutus ul li.profile {
  padding-left: 522px !important;
}
#aboutus ul li.service {
  padding-left: 420px !important;
} */
/* @media (min-width: 1200px){
.container {
    width: 1000px;
} */
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.loader-section.section-left {
  left: 0;
}

.loader-section.section-right {
  right: 0;
}

.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scrollToTop {
  background-image: url(../images/scroll_img.png);
  background-repeat: no-repeat;
  bottom: 40px;
  cursor: pointer;
  display: none;
  height: 64px;
  position: fixed;
  right: 44px;
  width: 47px;
  z-index: 99;
}

.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  background-color: #fff;
  border-bottom: 2px solid #e0a815;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.animation-element.slide-left {
  opacity: 0;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-top {
  opacity: 0;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.animation-element.slide-top.in-view, .animation-element.slide-left.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-top.twos {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.animation-element.slide-top.threes {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.animation-element.slide-left.ones {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#aboutus1{
	padding:7% 0 0;
  padding-bottom: 10px;
}
#aboutus1 p{
	text-align:center;
}
#bootstrap-touch-slider{
	margin-bottom:4%;
}
.portfolio-top img{
height: 304px;object-fit:cover; 
}
@media(max-width:767px){
  .navbar-inverse .navbar-toggle .icon-bar{
    background-color: #000;
  }
  .portfolio-top img{
    height: auto; 
  }
  .navbar-brand {
    height: auto;
    padding: 0px 15px;
  }
  .navbar-inverse .navbar-toggle{
    margin-top: 20px;
  }
  .navbar-nav {
    margin: 7.5px 0;
    width: 100%;
  }
  .no-header-menu .navbar-nav li a{
    padding: 10px;
  }
  .title{font-size: 25px;}
  .contat-ads{
    margin-top: 20px;
  }
  .container-fluid.footer-bottom-bg .col-md-6{
    float: left;width: 50%;
  }
  #aboutus img {
    width: 100%;
     padding-right: 0;
}
#aboutus ul li.our-strength {
  padding-left: 40px !important;
}
#aboutus ul li {
  margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 40px !important;
}

.aboutusmob {
  display: block;
}
.aboutusdesk {
  display: none;
}
#aboutus ul li{
	margin-bottom: 15px;
  color: #6f6f6f;
  text-align: left;
  padding-left: 440px;
}
}
