@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

body
{
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out 
{
    opacity: 0;
    -o-transition: all 10s ease-in-out 0s;
    -webkit-transition: all 10s ease-in-out 0s;
    -moz-transition: all 10s ease-in-out 0s;
    -ms-transition: all 10s ease-in-out 0s;
    transition: all 10s ease-in-out 0s;
}
/************/
.fancybox-caption h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.fancybox-stage .fancybox-image {
    object-fit: cover;
    object-position: center;
}
.fancybox-content {
    width: 100% !important;
    height: 100% !important;
    transform: translate(0,0) !important;
}
.fancybox-caption:after
{
  display: none;
}
.fancybox-stage {
    height: 80%;
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    opacity: 1 !important;
    transition: opacity .25s,visibility 0s !important;
    visibility: visible !important;
}
.fancybox-caption span 
{
    font-size: 16px;
}
.fancybox-caption {
    text-align: center;
    padding: 40px 40px;
}
.displaynone
{
  display: none;
}
.heightcstm figure {
    padding: 0;
}
.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img 
{
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.pswp__zoom-wrap {
    width: 100%;
    height: 80%;
    overflow: hidden;
    transform: translate(0,0) !important;
}
.pswp__zoom-wrap .pswp__img {
    width: 100% !important;
    height: auto !important;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 0 0;
  width: auto;
}
.my-gallery figcaption {
  display: none;
}
.pswp__caption {
    height: 20%;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: #4c4c56 !important;
}
.pswp__caption__center h2 
{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.pswp__caption__center span 
{
    text-align: center;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    padding: 0 100px;
    margin-top: 10px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
}
.pswp__caption__center 
{
    max-width: inherit !important;
}
.pswp__container 
{
    transition: all 800ms ease-in-out;
}
.pswp__top-bar, .pswp__caption {
    background-color: #4c4c56 !important;
}
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right 
{
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 999 !important;
}
.pswp__bg 
{
    background: #4c4c56 !important;
}

/************/
.projectssection .fp-scroller
{
  transition: 600ms !important;
}
#section3
{
  background: #4c4c56;
}
.popupbtn:focus
{
  outline: inherit;
}
.portfoliolightbox .close
{
  outline: inherit;
}
.contentquote > p
{
    padding: 0 100px;
}
.testimoniallist p
{
  font-size: 14px;
  color:#fff;
  font-family: 'Oswald', sans-serif;
  position: relative;
}
.testimoniallist:focus
{
  outline: inherit;
}
.titlemobileshow
{
  display: none;
}
.pdbtm
{
  padding-bottom: 80px;
}
.carousel-fade .carousel-item 
{
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity .75s ease-in-out;
}
.userimg 
{
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 50%;
}
.usercontent h2
{
  margin: 0 !important;
  font-size: 18px !important;
  text-align: left !important;
}
.usercontent 
{
    padding-left: 15px;
}
.usercontent .designation 
{
    font-size: 14px;
    text-align: left !important;
}
.userdetail 
{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright p
{
  font-size: 14px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  margin: 0 !important;
}
.order1detail
{
  order: 1;
}
.order2form
{
  order: 2;
}
.footermenu li 
{
    list-style: none;
    width: auto;
    display: inline-block;
}
.fp-viewing-home .scroll
{
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.scroll
{
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.footer
{
  padding:60px 0 60px 0;
}
.footermenu li a
{
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  padding: 0 25px;
}
.footermenu li a:hover
{
  text-decoration: none;
}
.topscroll a
{
  margin: 0 auto;
}
.ta-l
{
  text-align: left;
}
.header 
{
    position: fixed;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    padding: 20px 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
#navbarSupportedContent li 
{
    margin-left: 40px;
}
.navigationtop #menu li 
{
  margin:0;
}
.fp-viewing-firstPage
{

    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.fp-viewing-firstPage .header
{
  background: none;
  padding: 20px 0;
}
.navigationtop #menu li:last-child a
{
  padding-right: 0;
}
.fp-viewing-firstPage .header .contactdetail
{
  opacity: 1;
  transition: all 300ms ease-in-out 0s;
}
.navigationtop #menu
{
  position: initial;
  text-align: right;
  direction: rtl;
}
.navigationtop #menu li.active 
{
    background: none;
    color: #fff;
}
.navigationtop #menu li
{
   background: none;
}
.navigationtop #menu li a
{
  color: #fff ;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.navigationtop #menu li:hover 
{
    background: none;
}
.navigationtop #menu li.active a:hover 
{
    color: #0fd873;
}
.navigationtop #menu li.active a 
{
    color: #0fd873;
}
.navigationtop #menu li:hover a
{
    color: #0fd873;
}
.header
{
  background: rgba(0,0,0,0.6);
  padding: 0 0 10px;
}
.ourprojecttitle 
{
    margin-top: 100px;
}
.header .contactdetail
{
  opacity: 0;
  transition: all 300ms ease-in-out 0s;
}
h1,h2,h3,h4,h5,h6
{
  font-family: 'Oswald', sans-serif;
}

.carousel-fade .carousel-item.active 
{
  opacity: 1;
}
.portfoliolightbox .modal 
{
  background: rgba(0,0,0,0.8);
}
.portfoliolightbox .modal-body
{
  padding: 0;
}
.popupcontent
{
  padding: 0 15px;
}
.projectimgpopup 
{
    height: 400px;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    vertical-align: top;
}
.projecttitle 
{
    margin-top: 20px;
    text-align: center;
}
.projecttitle h2 
{
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.projectdescription p 
{
    text-align: center;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    padding: 0 100px;
    margin-top: 10px;
    line-height: 22px;
    color: #fff;
    letter-spacing: 1px;
}
.carousel,
.carousel-inner,
.carousel-item 
{
  width: 100%;
}
.wrapper
{
  width: 100%;
  float: left;
}
.carousel
{
  position: absolute;
  top: 0;
  left: 0;
}
.slider
{
  height: 508px;
}
.slider .carousel-inner
{
  overflow: visible;
}
.slider .carousel-item
{
  width: 100%;
  height: 508px;
}
.contactdetail
{
  text-align: right;
  color: #11c86c;
  font-family: 'Oswald', sans-serif;
}
.navigationtop .navbar-nav li a
{
  color:#fff !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 400; 
  font-size: 14px; 
}
.navigationtop .navbar 
{
  padding:0;
}
.contactdetail img
{
  display: inline-block;
  margin-top: -4px;
  margin-right: 10px;
}
.logo
{
    margin-top: 15px;
}
.persondetail ul li a:hover
{
  text-decoration: none;
}
#navbarSupportedContent ul li .active
{
  color: #0fd873 !important;
}
.bannercontent
{
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
}
.bannercontent h2
{
    font-weight: 400;
    margin-top: 185px;
    color: #0fd873;
    font-size: 30px;
    direction: rtl;
}
.bannercontent h2 .green
{
    color: #0fd873;
}
.bannercontent h2 .white
{
    color: #fff;
}
.lookmore 
{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0fd873;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 12px 45px 12px 35px;
    border-radius: 50px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 85% 50%;
    margin-top: 28px;
}
.lookmore:hover
{
  text-decoration: none;
}
.smoothscroll 
{
    width: 28px;
    height: 46px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    margin-top: 45px;
}
.smoothscroll span 
{
    width: 2px;
    height: 8px;
    background: #fff;
    display: inline-block;
}
.aboutus
{
  background: url("../images/aboutusbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -200px;
}
.pt-100
{
  padding-top: 200px;
}
.contactinner 
{
    width: 100%;
    padding: 0 170px;
    display: flex;
}
.footerphone 
{
    color: #11c86c;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
    font-weight: 300;
}
.sendmessage 
{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #0fd873;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    padding: 12px 50px 12px 18px;
    border-radius: 50px;
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 85% 50%;
    margin-top: 0;
    border:0;
    float: right;
    cursor: pointer;
}
.footerphone img {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}
.footeremail 
{
    color: #11c86c;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}
.footeremail img {
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}
.contactsection h2 
{
    text-align: center;
    font-size: 30px;
    color: #0fd873;
    margin-top: 80px;
}
.contactsection h2 .green
{
    text-align: center;
    font-size: 30px;
    color: #0fd873;
    margin-top: 80px;
}
.contactinner p 
{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contactsection h2 .white
{
    color: #fff;
}
.contactsection 
{
    background: url("../images/contactbg.jpg");
    min-height: 494px;
    width: 100%;
    display: inline-block;
    background-blend-mode: multiply;
    background-color: #4c4c56;
}

.aboutuscontent
{
  background: #4c4c56;
  padding: 10px 120px 70px 120px;
  width: 100%;
  position: relative;
}
.ourprojecttitle h2
{
  margin-bottom: 0 !important;
}
.topbg 
{
    width: 100%;
    height: 70px;
    background: #4c4c56;
    position: absolute;
    top: -70px;
    left: 0;
}
.aboutus h2 
{
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}
.aboutus h2 .white
{
    color: #fff;
}
.aboutus h2 .green
{
  color: #0fd873;
}
.persondetail h2
{
  text-align: left;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 35px;
}
.persondetail {
    padding-right: 100px;
}
.persondetail p 
{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
}
.portfoliolist 
{
    position: relative;
    cursor: pointer;
}
.portfoliotitle 
{
    position: absolute;
    top: 40px;
    left: 35px;
}
.plusvertical 
{
    width: 2px;
    height: 26px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);    
    transform: translate(-50%,-50%);
}
.portfolioimg img
{
  width: 100%;
  filter: brightness(40%);
  mix-blend-mode: normal;
  opacity: 1;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.portfoliolist:hover .portfolioimg img 
{
  /*mix-blend-mode: normal;*/
  filter: brightness(100%);
}
.plushorizontal 
{
    width: 26px;
    height: 2px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.portfoliolist:hover .popupbtn
{
  opacity: 1;
}
.portfoliolist:hover .portfoliotitle h2
{
  opacity: 0;
}
.portfolioimg 
{
    background: #696977;
}
.overlayportfolio
{
  background: url("../images/overportfolio.png");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
}
.portfoliolightbox .modal-dialog
{
  max-width: none;
  width: 80%;
  height: 80%;
  position: relative;
  background: #4c4c56;
  align-items: start;
}
.projectimg
{
  text-align: center;
}
.portfoliolightbox .modal-content
{
  border:0;
  background: #4c4c56;
}
.popupbtn
{
    width: 70px;
    height: 70px;
    background: #0fd873;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    z-index: 999;
    cursor: pointer;
    border:0;
}
.contactsection input 
{
    background: #5f5f6f;
    border: 0;
    height: 43px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.mtbftr
{
  margin-bottom: 12px;
}
.topscroll  
{
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.contactsection textarea 
{
    background: #5f5f6f;
    border: 0;
    height: 148px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 0;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    padding: .375rem .75rem;
    width: 100%;
}
.contactsection textarea::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.5);
    opacity: 1; /* Firefox */
}
.contactsection input:focus
{
    background: #5f5f6f;
    border: 0;
    height: 43px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    box-shadow:none;
}
.contactsection input::placeholder 
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255,255,255,0.5);
    opacity: 1; /* Firefox */
}
.portfoliolightbox .close
{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
  transform: rotate(45deg);
  width: 26px;
  height: 26px;
  opacity: .8;
}
.portfoliolightbox .close:hover
{
  opacity: 1;
}
.portfoliotitle h2
{
    text-align: left;
    font-size: 23px;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    text-transform: uppercase;
}
.fr
{
  float: right;
}
.persondetail 
{
    padding-right: 70px;
    text-align: left;
}
.persondetail h3
{
  text-align: left;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 29px;
  display: inline-block;
}
.persondetail ul
{
  margin: 0;
  padding: 0;
}
.persondetail ul li
{
  width: auto;
  list-style: none;
  display: inline-block;
  line-height: 52px;
  border-right: 1px solid #fff;
}
.persondetail ul li:last-child
{
  border-right: 0;
}
.persondetail ul li a
{
  color: #0fd873;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 0 25px;
}
.persondetail ul li:first-child a
{
  padding-left: 0
}
.persondetail ul li:last-child a
{
  padding-right: 0
}
.scroll{
    width: 30px;
    height: 50px;
    position: absolute;
    bottom: -30%;
    left: 50%;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -15px;
}
.scroll .mouse{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border: 2px solid #fff;
    border-radius: 20px;
}
.scroll .wheel
{
    width: 2px;
    height: 8px;
    top: 10px;
    left: 50%;
    position: absolute;
    background: #fff;
    display: block;
    border-radius: 50%;
    margin-left: -2px;
    animation-name: scroll-wheel;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.clientssection h2
{
    text-align: center;
    font-size: 30px;
    color: #0fd873;
    margin-top: 80px;
    text-transform: uppercase;
}
.clientssection h2 .green
{
    color: #0fd873;
}
.clientssection h2 .white
{
    color: #fff;
}
#fp-nav ul 
{
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 15px 0 !important;
    opacity: 1;
    transition: all 300ms ease-in-out;
} 
#fp-nav ul li:first-child
{
  opacity: 0;
}
.clientssection
{
  background: #4c4c56;
}
.fp-viewing-home #fp-nav ul 
{
    opacity: 0;
}
.desktopnone
{
  display: none;
}
.topscroll #menu
{
  position: initial;
}
.topscroll #menu li , .topscroll #menu li:hover
{
  background: none;
}
#myNavbar1 #menu
{
  position: initial;
}

#myNavbar1 #menu li , #myNavbar1 #menu li:hover
{
  background: none;
}


















@keyframes scroll-wheel
{
    from
    {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }
}































@media only screen and (max-width: 1200px)
{
.persondetail ul li a 
{
    padding: 0 12px;
    font-size: 14px;
} 
.persondetail ul li 
{
    line-height: 30px;
}
.contactinner 
{
    padding: 0 120px;
}
.footer 
{
    padding: 30px 0 30px 0;
}
}

@media only screen and (max-width: 991px)
{
.pswp__caption 
{
    height: auto;
}
.pswp__bg 
{
    background: rgba(0,0,0,0.9) !important;
}
.pswp__scroll-wrap 
{
    height: 62% !important;
    width: 95% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%,-50%) !important;
}
.pswp__caption__center span 
{
    padding: 0 ;
}
.pswp__zoom-wrap 
{
    background-color: #4c4c56 !important;
}
.navBar 
{
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index: 999;
    position: absolute;
    right: 0;
    top: -4px;
}
.navBar span:nth-child(2) {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.navBar span:nth-child(3) {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.slideNav .navBar span:nth-child(1) {
    opacity: 0;
}
.slideNav .navBar span:nth-child(2) {
    transform: rotate(-135deg);
    top: 10px;
}
.slideNav .navBar span:nth-child(3) {
    transform: rotate(135deg);
    bottom: 10px;
    top: 10px;
}
#navbarSupportedContent {
    position: fixed;
    background: grey;
    transform: translate(-100%,0);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideNav #navbarSupportedContent {
    transform: translate(0,0);
}
.navigationtop #menu li a {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 !important;
    margin: 15px 0;
}
.navigationtop #menu 
{
    position: initial;
    text-align: center;
    height: auto;
    padding-left: 30px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: center;
    padding: 0;
}
.navBar span:nth-child(1) 
{
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.navbar-toggler:focus 
{
    outline: inherit;
} 
.contentquote > p 
{
    padding: 0;
}
.navigationtop #menu li
{
  display: block;
}
.popupbtn 
{
    width: 50px;
    height: 50px;
}
.plusvertical 
{
    height: 20px;
}
.plushorizontal 
{
    width: 20px;
}
.portfoliotitle 
{
    top: 20px;
    left: 15px;
}
.portfoliotitle h2 
{
    font-size: 18px;
}
.navbar-light .navbar-toggler-icon 
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.contactinner 
{
    padding: 0;
} 
.aboutuscontent 
{
    padding: 10px 20px 70px 20px;
}
.persondetail h2 
{
    margin-bottom: 25px;
}
.persondetail 
{
    padding-right: 40px;
}
.persondetail h3 
{
    margin-top: 30px;
}
}



@media only screen and (max-width: 575px)
{
.topbg 
{
    display: none;
}
.scroll 
{
    bottom: -20%;
}
.bannercontent h2 span 
{
    width: 100%;
    display: inline-block;
}
.slider 
{
    height: 568px;
}
.slider .carousel-item 
{
    height: 568px;
}
.bannercontent h2 
{
    margin-top: 290px;
}
.mobile-ta-c
{
  text-align: center;
}
.logo 
{
    width: 200px;
}
.stylebg .desktopnone
{
  display: none;
  transition: all 300ms ease-in-out 0s;
  margin-top: 100px;
}
.desktopnone
{
  display: inline-block;
  transition: all 300ms ease-in-out 0s;
  margin-top: 100px;
}
.fp-viewing-firstPage .mobilenone
{
  display: none;
  transition: all 300ms ease-in-out 0s;
}
.mobilenone
{
  display: block;
  transition: all 300ms ease-in-out 0s;
  margin-top: 0;
}
.aboutuscontent 
{
    padding: 0 15px;
}
.mobileorder1 
{
    order: 1;
}
.mobileorder2
{
    order: 2;
}
.fp-viewing-firstPage .header .contactdetail
{
    text-align: center;
}
.navbar-light .navbar-toggler-icon 
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-toggler
{
  border:0;
}
.navbar button
{
  position: absolute;
  right: -10px;
  top: -30px;
}


@media only screen and (max-width: 575px)
{
.footer-logo
{
  display: none;
}
.navigationtop #menu 
{
    top: 53px;
}
.copyright 
{
    margin-top: 15px;
}
.portfoliolightbox .modal-dialog 
{
  width: 92%;
  height: 70%;
  min-height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) !important;
  margin: 0;
}
.projectdescription p 
{
    padding: 0;
}
.projectimgpopup 
{
    height: 200px;
}
.contactsection
{
    background-size: cover;
    background-repeat: no-repeat;
}
.header 
{
  background: none;
}
.header.styleBg 
{
    background: rgba(0,0,0,0.6);
    padding: 0 0 10px;
}
.contactinner p br
{
  display: none;
}
.contactinner 
{
  display: block;
}
.footercontact 
{
    width: 35%;
    margin: 0 auto;
}
#ourproject h2 
{
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
    padding: 20px 0 50px;
}
#ourproject h2 span
{
  color: #0fd873;
}
.pt-100 
{
    padding-top: 0;
}
.aboutus
{
  margin: 0;
}
.ourprojecttitle 
{
    margin-top: 0;
}
.titlemobilenone
{
  display: none;
}
.titlemobileshow
{
  display: block;
  background: #4c4c56;
}
.fp-viewing-firstPage .navbar button 
{
    position: absolute;
    right: -30px;
    top: -30px;
}
.navbar button 
{
    right: 0;
    top: -10px;
}
.header 
{
    padding: 10px 0 10px;
}
.fp-viewing-firstPage .positionabsolute
{
  position: static;
}
.positionabsolute
{
  position: absolute;
  right: 0;
  top: 0;
}
.fp-viewing-firstPage .displayb
{
  display: flex;
}
.displayb
{
  display: inline-block;
  width: 100%;
}
.fr 
{
    float: none;
    margin: 0;
}
.persondetail 
{
    padding-right: 40px;
    padding-left: 15px;
    margin-top: 30px;
}
.slider 
{
    height: 736px;
}
.slider .carousel-item 
{
    height: 736px;
}
.logo 
{
    width: 300px;
}
.bannercontent h2 
{
    margin-top: 100px;
}
.aboutuscontent 
{
    padding: 100px 15px 40px;
}
}



@media only screen and (max-width: 360px)
{
.footercontact 
{
    width: 45%;
}
.footermenu li a
{
    font-size: 12px;
    padding: 0 15px;
}
.logo 
{
    width: 150px;
}
.bannercontent h2 
{
    margin-top: 80px;
}
}