@font-face {
    font-family: 'athelasregular';
    src: url('../fonts/athelas-regular-webfont.woff2') format('woff2'),
         url('../fonts/athelas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    color: #818181;
  }
  h2 {
    font-size: 30px;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
	font-family: 'Poppins', sans-serif;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    color: #fff;
    padding: 100px 25px;
    font-family: 'Poppins', sans-serif;
	background-image: url(../images/banner-bg.jpg);
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }
  .navbar {
    margin-bottom: 0;
    background-color: transparent;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
  }

  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #fff;
    background-color: #0e080a !important;
  }
  .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffc587;
    background-color: transparent;
	box-shadow:none;
}
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  
  .bannersection {padding-left: 0;padding-right: 0;padding-bottom: 0px;padding-top: 0px;position: relative;min-height: 870px;margin: 0;background-size: cover;background: #261315;}
.bannersection .bnr-img {position: absolute;left: 0;}

.navbar .container {display: flex;align-items: center;justify-content: space-between;width: 1300px;}


.navbar .container::before,.navbar .container::after {display: none;}

a.navbar-brand {height:auto}
	
.navbar-default .navbar-nav>li {
        margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #ffc587;
    color: #ffc587;
    letter-spacing: 0;
}

.navbar-nav>li>.dropdown-menu li:last-child a {
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #ffc587;
    border: 2px double #b3882f;
    padding: 0;
    letter-spacing: 0;
    font-family: athelasregular;
    font-size: 14px;
    transition: .3s ease;
    background: linear-gradient(85deg, #100606,#291315,#442323,#140b0b);
    border-radius: 20px;
	box-shadow: inset 0 0 6px 0px #fff;
	text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a span {
    display: flex;
    width: 100%;
    /*padding: 5px 30px;*/
    padding: 5px 15px;
    position: relative;
    align-items: center;
}

.navbar-default .navbar-nav>li>a span:before {
    height: 2px;
    width: 60%;
    margin: auto;
    background: #fff;
    content: "";
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 1px;
    opacity: 0.5;
    transition: 1.5s ease;
    border-radius: 100px;
}
.navbar-default .navbar-nav>li>a span:after {
    height: 2px;
    width: 60%;
    margin: auto;
    background: #fff;
    content: "";
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 1px;
    opacity: 0.5;
    transition: 1.5s ease;
    border-radius: 100px;
}
.navbar-default .navbar-nav>li>a:hover span:before {
    opacity: 1;
	
}

nav.navbar.navbar-default.navbar-fixed-topn {
    position: absolute;
    top: 10px;
    width: 100%;
}


.carousel-wrap {
  margin: 90px auto;
  padding: 0%;
  width: 50%;
  position: relative;
} 

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
   transform:scale(.9);
   opacity:.7
}

.owl-carousel .active .item {transform:scale(1);opacity:1;}
.carouselwrap .active .item {
    box-shadow: 0 0 32px 20px #00000036;
}
/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.itemcontent {text-align: center;border: 0px solid #ffff;padding: 0px;background:#2b1919;}
.itemcontent .imgth {
    background: #362022;
    padding: 40px;
}
.carouselwrap .carousel-wrap .content.text-center {
    padding-right: 20px;
}
.carousel-wrap .item {background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);padding: 5px;margin: 30px 0;}
.itemcontent h2{margin:25px 0 15px 0;}
.itemcontent p{margin-bottom:25px;}
.itemcontent h2,.itemcontent p {color: #fff;}

.containerfluld {height: 100%;width: 100%;position: relative;}

.containerfluld .container .banner-content {display: flex;
height: 100%;
    flex-direction: column;
    top: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    font-size: 24px;
    font-weight: normal;
    max-width: 420px;
    color: #000;
    line-height: 42px;
	font-family:athelasregular;
	text-transform:uppercase;
	}

a.navbar-brand img {max-width: 250px;
    margin-top: 0;}

.bannersection .container {height: 100%;position: relative;margin: 0 auto;}

.bannersection .container::before {display: none;}

.bannersection .container::after {display: none;}

.brwn {color: #ca9257;}

.carouselwrap {background: #000;padding:50px 0}

.carouselwrap .carousel-wrap {margin: 0 auto;width: 60%;}

.containerfounder {}

.containerfounder h2 {color: #a87c01;}

.containerfounder h4, .containerfounder p {color: #ffffff;}

.containerfounder h4 {margin: 0 0 7px 0;font-weight: bold;font-style: normal;color: #ca9257;}

.row.align-items-center {display: flex;align-items: center;}

.containerfounder .border {border-top: 1px solid #a87c01;}

.containerfounder div#myCarousel {padding: 45px 130px 130px 130px;border-top: 1px solid #a87c01;border-top-left-radius: 0px;border-top-right-radius: 0px;margin-top: 40px;}

.carouselwrap .owl-dots {display: flex;justify-content: center;align-items: center;}

.carouselwrap .owl-dots .owl-dot {background: #fff;padding: 5px;margin: 0 4px;border-radius: 10px;}

.carouselwrap .owl-dots .owl-dot.active {background: #a87c01;}


.containerfounder .container {
    max-width: 900px;
    padding-bottom: 60px;
}

.containerfounder .container div#myCarousel {
    padding: 0;
}

.containerfounder .container div#myCarousel .imgth {
    background: #362022;
    padding: 70px;
}

/*.containerfluid.waveimg {
        padding: 0 0 30px 0;
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    height: 150px;
    display: block;
    float: left;
    width: 100%;
}*/
.containerfluid.waveimg.footer-section {
    padding-bottom: 30px;
}
.containerfluid.waveimg {
    padding: 15px 0;
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    height: auto;
    display: flex;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
}
.containerfluid.waveimg p {
    margin: 0;
    font-size: 14px;
}

.itemcontent h2 {
    font-size: 24px;
}


.aboutpart {
    position: relative;
}

.aboutpart .container {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
}

h2.ttlh {
    color: #ca9257;
    text-transform: uppercase;
    font-weight: normal;
    background: -webkit-linear-gradient(#ffc15f, #dbb389 , #ca9257,#d79d34b5 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
    font-family: athelasregular;
    font-weight:bold;
}
#autoplay1,#autoplay2 {
    float: left;
}
.mdsection {
    background: #2b1919 url(../images/escalabg.jpg) repeat top center;
    background-size:100%;
    padding-top: 51px;
    text-align: center;
    float: left;
    width: 100%;
}

.mdsection .carouselwrap {
    background: transparent;
    padding-top: 0;
}

.mdsection .ylbgcontent {
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    padding: 20px 30px;
    margin-top: -90px;
    position: relative;
	margin-bottom:50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;	
}

.mdsection .ylbgcontent p {
    margin: 0;
    color: #d9b288;
    font-family: 'athelasregular';
    font-size: 18px;
}
.containerfounder .container div#myCarousel {
    padding: 0;
    border: 0;
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    padding: 5px;
}
.containerfounder .container div#myCarousel .carousel-inner {
    background: #2b1919;
}


.containerfounder .container div#myCarousel .content {
    text-align: center;
    padding-right: 20px;
}
.linebtm {
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #c7902cb5 , #5f3211);
    height: 4px;
    margin-bottom: 10px;
}
.containerfounder .content p {
    font-size: 20px;
    font-family: 'athelasregular';
    line-height: normal;
    margin-top: 0;
    color:#ca9257;
}
.containerfounder .container div#myCarousel h4 {
    color: #fff;
    font-family: 'athelasregular';
    font-weight: normal;
    font-size: 26px;
}
  .ylbgcontentn {
    margin-top: 0px;
}

.ylbgcontentn p {
    font-family: athelasregular;
    font-size: 18px;
    text-align: left;
}

.mdsection .carouselwrap .carousel-wrap {
    position: relative;
}
.imgicon {
    position: absolute;
    right: -20px;
    bottom: -40px;
}

.imgicon img {width: auto;max-width: 190px;}

.carouselwrap .active .item .imgicon {
    display: block;
}

.carouselwrap  .item .imgicon {
    display: none;
}

.teamsection {
    float: left;
    width: 100%;
    background: #371f1d;
    padding: 40px 0 70px;
}

.teamsection h2.ttlh {
    color: #c18443;
}

.teamsection .maps {
    padding: 0 70px;
}
.teamsection .mapdiv {
    text-align: center;
}

.teamsection .mapdiv .mapimg{
    border-right: 1px solid #c18443;
}

.teamsection .mapdiv.last .mapimg{
    border:0;
}

.teamsection .mapdiv .mapimg img {
    max-width: 270px;
    margin: auto;
}
.teamsection .mapdiv h5 {
    font-family: 'athelasregular';
    color: #e4a869;
    text-transform: uppercase;
    position: relative;
    left: -30px;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 30px;
}

.teamsection .mapdiv  a.rmr {
    display: inline-block;
    background: linear-gradient(to right, #c7902cb5 , #d99822b3, #ddb772b3, #c7902cb3);
    color: #371f1d;
    text-decoration: none;
    padding: 0 20px;
    margin-top: 30px;
    position: relative;
    left: -20px;
    font-family: 'athelasregular';
}
.projectsection {
    float: left;
    width: 100%;
    background: #371f1d;
    border-top: 20px solid #2a1617;
    border-bottom: 10px solid #2a1617;
    padding-top: 20px;
}

.projectsection .maps {
    padding: 0px 160px 70px;
    margin: auto;
}

.projectsection .maps .mapdiv a {
    text-align: center;
    display: inline-block;
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    padding: 5px;
    height: 100%;
    width: 100%;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration:none;
}
.projectsection .maps .row {
    display: flex;
}

.projectsection .maps .mapdiv {
    height: 100%;
    padding: 0 30px;    
}

.projectsection .maps .mapdiv span {
    background: #371f1d;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bb8042;
    font-size: 26px;
    text-transform: uppercase;
}

.projectsection .maps .mapdiv a img.img-responsive {
    width: 100%;
}
nav.navbar.navbar-default.navbar-fixed-topn.inside-header {
    top: 0;
    position: relative;
    background: #2b1919;
}
.inside-content .mdsection {
    padding-top: 20px;
    padding-top: 120px;
}

.inside-content .mdsection .projectlist h2.ttlh {
    margin-bottom: 50px;
}

.projectlist .rowbrd {
    border-bottom: 1px solid #ca9257;
    margin-bottom: 50px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
}

.projectlist .rowbrd.last {
    border-bottom: 0;
}

.teamdiv .titlh {}

.projectlist .titlh,
.projectlist .titlh a{
    color: #c18443;
    font-size: 20px;
    text-decoration: none;
}

.projectlist .teamdesc {
    padding-left: 69px;
    color: #fff;
    font-size: 16px;
}

.projectlist .teamdescn {
    padding-left: 0px;
    color: #fff;
    font-size: 16px;
}

.projectlist .teamdescn p {
    color: #c18443;
}
nav.navbar.navbar-default.navbar-fixed-topn.newClass {
    position: fixed;
    top: 0;
    background: #261315;
}
.projectlist .teamdesc p.disp-contn {
    color: #cd925a;
}
.projectlist .teamdesc p {
    color: #c18443;
}

.projectlist .teamdesc  a.more, a.more {color: #c18443;text-decoration: none;border-bottom: 1px solid #c18443;}

.projectlist .titlh small {
    font-size: 16px;
    margin-top: -2px;
    display: block;
}

.social-icons {
    display: flex;
    margin-top: -10px;
    margin-bottom: 11px;
}

.social-icons a {
    margin-right: 10px;
}

.social-icons a img {
    max-width: 28px;
}

.inside-content.globalpage {}

.inside-content.globalpage .rowbrd {
    padding-left: 0;
    padding-right: 0;
}

.inside-content.globalpage .projectlist .rowbrd  .titlh {
    text-align: left;
}

.inside-content.globalpage .projectlist .rowbrd {
    border: 0;
}

.carouselwrap .active .item img {
    max-width: 200px;
    margin: auto;
}

.carouselwrap .active .item {
    box-shadow: none;
}
.inside-content.globalpage .container-relesedpro h2.ttlh {
    margin-bottom: 50px;
}

.btmtitle {
    line-height: 25px;
    margin-top: 30px;
    color: #c18443;
}

.inside-content.projectpage .teamdiv {display: flex;justify-content: center;}

.inside-content.projectpage .teamdiv h4 a img.img-responsive {
    max-width: 250px;
}

.inside-content.projectpage .teamdesc {
    text-align: center;
    padding: 0;
}
.inside-content.globalpage .container-relesedpro ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
    margin-bottom: 50px;
}

.inside-content.globalpage .container-relesedpro ul.nav.nav-tabs li.nav-item {}

.inside-content.globalpage .container-relesedpro ul.nav.nav-tabs li.nav-item.active a.nav-link{
    color: #ca9257;
    border-bottom: 2px solid #ca9257;
}

.inside-content.globalpage .container-relesedpro ul.nav.nav-tabs a.nav-link {
    font-size: 21px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

a.nav-link {}

.inside-content.globalpage .container-relesedpro ul.nav.nav-tabs a.nav-link {
    padding: 15px 0px;
    margin: 0 15px;
    border:0;
    color: #a7a7a7;
}

.itemcontent .active .imgth {
    padding: 10px;
}

.itemcontent .active .imgth img {}

.containerfounder .active .itemcontent .imgth {
    padding: 40px;
}

.containerfounder .active .itemcontent .imgth img {
    max-width: 240px;
}

.containerfounder .itemcontent .imgth img {
    max-width: 230px;
    background: #9c9c9c;
}

.inside-content.inside-content-synergy .teamdiv h4 {
    margin-bottom: 10px;
}
.navbar-nav>li.dropdown:hover  ul.dropdown-menu {
    opacity: 1;
    display: block;
}

.navbar-nav>li>.dropdown-menu {
    transition: .3s ease;
    opacity: .9;   
    left: 0;
    position: absolute;
    right: auto;
    padding: 0;
    min-width: 200px;
    background: linear-gradient(85deg, #100606,#291315,#442323,#140b0b);
    border:0;
}

.aboutpart .aboutcontentwrap .container {
    position: relative;
    margin: auto;
    width: 1170px;
}

.aboutcontentwrap {
    position: absolute;
    top: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}
ul.more-cont {
    padding: 0;
}

ul.more-cont li {
    color: #d9b288;
    font-family: 'athelasregular';
    font-size: 18px;
    list-style: disc;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}


ul.more-cont li:before {
    padding: 3px;
    display: block;
    content: "";
    background: #d9b288;
    position: absolute;
    left: -15px;
    border-radius: 10px;
    top: 14px;
}

section.contact-form {
    padding: 110px 0 40px;
}

section.contact-form input.form-control,section.contact-form textarea.form-control {
    outline: none;
    border: 1px solid #fff;
    background: linear-gradient(to right, #c7902cb5 , #5f3211, #5f3211, #c7902cb3);
    font-family: 'athelasregular';
    text-transform: uppercase;
    font-size: 15px;
    height: auto;
    padding: 10px 15px;
    color: #fff;
    border-radius:10px;
    box-shadow:none;
}

section.contact-form input::placeholder,section.contact-form textarea::placeholder {
    color: #fff;
}

section.contact-form button.btn.btn-lg.btn-danger {
    background: transparent;
    border: 1px solid #fff;
    font-family: 'athelasregular';
    padding: 4px 30px;
    margin-top: 20px;
}
.getint-section {
    padding: 10px 0 100px 0;
    color: #fff;
    font-family: auto;
}

.getint-section .inft.uppercase,
.getint-section .inft.uppercase a{
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 13px;
    color: #fff;
    text-decoration: none;
}



.getint-section .info p,
.getint-section .info p a{
    font-size: 18px;
    color:#fff;
    text-decoration:none;
}
.inside-content .mdsection .projectlist .getint-section h2.ttlh.small,
.footer-section .getint-section h2.ttlh.small{
    color: #fff;
    background: transparent;
    -webkit-text-fill-color: #fff;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 8px;
    margin-bottom: 70px;
}
.getint-section .iconimg img {
    max-width: 62px;
}

.footer-section .getint-section {
    width: 100%;
    max-width: 1170px;
    padding-bottom: 10px;
}

.copyright {
    text-align: center;
    background: #2b1919;
    float: left;
    width: 100%;
    color: #fff;
    padding: 15px 0;
}

.copyright p {
    margin: 0;
}

.titlh.social-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 13px;
    margin-bottom: 0;
    font-size:19px;
}

.titlh.social-icons a {
    float: none;
    margin: 0;
}


  @media screen and (min-width: 1250px)  and (max-width: 1400px) {	#autoplayidn {	  object-fit: fill;	}  }  
  @media screen and (max-width: 768px) {
    
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 1400px) {
      .navbar .container {
        width: 1200px;
    }
      
	  div.bannersection {min-height: auto;background-color: transparent;}
	  .containerfluld .container .banner-content {padding: 130px 0 0;}
	  
	  .carouselwrap .active .item img {
            max-width: 170px;
        }
	  
  }
  @media screen and (max-width: 800px) {
	  .bannersection {
    padding-top: 120px;
    padding-bottom: 30px;
    min-height: auto;
}
	  .bannersection .bnr-img img {
    width: 100%;
}
.containerfluld .container .banner-content {
    padding-top: 90px;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0;
    color: #000;
}
.carouselwrap .carousel-wrap {
    margin: 0 auto;
    width: 90%;
}

.navbar .container .navbar-header::before,.navbar .container .navbar-header::after {display: none;}

.navbar .container .navbar-header {width: 100%;display: flex;flex-direction: row-reverse;justify-content: space-between;}

a.navbar-brand img {max-width: 120px;margin: 0;}

.containerfluld .container .banner-content br {display: none;}

.bannersection.jumbotron.text-left {}
.containerfounder div#myCarousel {
    padding: 45px 60px 130px 40px;
}

  }
  @media screen and (max-width: 600px) {
      .navbar .container {
    display: block;
    width: 100%;
}
      .teamsection, .projectsection, div#whatsnew, .containerfluid.waveimg.footer-section {
    overflow-x: hidden;
}

      .inside-content .mdsection {
    padding-top: 60px;
}
      section.contact-form {
    padding: 50px 0 20px;
}

.inside-content .mdsection .projectlist .getint-section h2.ttlh.small {
    margin-bottom: 0;
}

.getint-section {
    padding-top: 30px;
    padding-bottom: 20px;
}

.getint-section .iconimg img {
    max-width: 52px;
}


	  .carouselwrap .carousel-wrap {
    margin: 0 auto;
    width: 80%;
}
.bannersection {
    padding-top: 0px;
	padding-bottom: 0px;
	min-height: auto;
}
	  .navbar .container .navbar-header {display: flex;flex-direction: row-reverse;width: 100%;justify-content: space-between;margin: 0;}

.navbar .container .navbar-header::before,.navbar .container .navbar-header:after {display: none;}

.navbar .container .navbar-header button.navbar-toggle {margin: 0;}

.navbar .container .navbar-header a.navbar-brand {padding: 5px 15px;padding-left: 0;}

	  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    color: #fff;
}
.navbar-nav>li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    display: block;
    position: relative;
    width: 100%;
}
.navbar-nav>li>.dropdown-menu li a {
    padding: 10px 20px;
    border-bottom: 1px solid #ffc58742;
    color: #ffc587;
    letter-spacing: 0;
}
	  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffc587;
    height: 3px;
    border-radius: 0;
    width: 25px;
    margin-bottom: 5px;
    border-radius: 20px;
}
.carouselwrap {
    background: #000;
    padding: 10px 0 40px;
}

.containerfounder div#myCarousel {padding: 25px 10px 30px 10px;}

.containerfounder div#myCarousel .row {display: flex;flex-direction: column;}

.containerfounder div#myCarousel  .imgth img {max-width: 180px;margin-bottom: 20px;}


	.bannersection .bnr-img img {width: 100%;}

	.navbar .container {display: block;}

	.navbar-default .navbar-brand img {max-width: 130px;}

	.navbar-default .navbar-nav>li>a {
	        margin: 0;
    border: 0;
    width: 100%;
    /* color: #000; */
    padding: 7px 15px;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
    border-bottom: 1px solid #ffc58742;
	}

element.style {
}
.navbar-default .navbar-nav>li>a span {
    padding: 5px 0px;
}
	ul.nav.navbar-nav.navbar-right {background: linear-gradient(85deg, #100606,#291315,#442323,#140b0b);margin: 0;}
	
	.navbar-default .navbar-nav>li {
    margin-left: 0;
}

	div#myNavbar {padding: 0;border:0}
	
	.containerfluld .container .banner-content {padding-top: 140px;font-size: 15px;line-height: 25px;padding-bottom: 0;color: #fff;}

.bannersection .bnr-img img {}
a.navbar-brand img {
    max-width: 160px;
    margin-top: 0;
}
.containerfluld .container .banner-content br {display: none;}
	
  }
  
  
  
div#whatsnew {
    padding-bottom: 90px !important;
}
.bannerimg img {
    max-width: 450px;
    border: 1px solid #ccc;
}

div#whatsnew .bannerimg {
    text-align: center;
}

div#whatsnew .sec-title2.sec-sucess.text-center {
    top: 0;
    margin-bottom: 50px;
}


.bannerimg img {
    max-width: 450px;
    border: 1px solid #ccc;
}
div#whatsnew {
    padding-bottom: 90px;
}

div#whatsnew.containerfounder h2.headtitle {
    margin-bottom: 40px;
    font-size: 26px;
    padding: 10px 30px;
}
img.poster-image {
    border: 1px solid #fff;
    max-width: 450px;
}

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.9;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
height: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 999;
top:0px;
background: #000000a1;
}
.cnt223 {
    min-width: 450px;
    width: 450px;
    min-height: auto;
    margin: 100px auto;
    background: transparent;
    position: relative;
    z-index: 103;
    padding: 15px 35px;
    border-radius: 5px;
    box-shadow: none;
    text-align: center;
}
.cnt223 video#vid1 {border: 1px solid #202020;background:#000;}

.cnt223 a.close {position: absolute;opacity: 1;color: #ffff;font-weight: normal;right: -79px; top: 0px;}
.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


@media screen and (max-width: 600px){
    .projectsection .maps .row {
    flex-direction: column;
}

.projectsection .maps .row .mapdiv {
    display: inline-block;
    width: 100%;
}

.projectsection .maps .row .mapdiv a.mapimg {
    display: inline-block;
}

.projectsection .maps {
    padding: 0;
}


.carouselwrap .active .item img {
    max-width: 100px;
}

.carouselwrap .active .item .itemcontent {
    flex-direction: column;
    display: flex;
}

.carouselwrap .active .item .row.align-items-center {
    flex-direction: column;
}


.carouselwrap .carousel-wrap {
    margin: 0 auto;
    width: 70%;
}

    
img.poster-image {
    max-width: 100%;
}
.cnt223 {
    min-width: auto;
    width: 100%;
}
.cnt223 a.close {
    right: 10px;
}
.bannerimg img {
    max-width: 90%;
}
}
  
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }