

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




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

}

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

}

body {
    font-family: 'exoregular', Helvetica Neue, Sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    overflow-x: hidden;
    margin: auto;
    background-color: #fff;
}
h2{
    font-size:47px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;
	background:url(../images/head-line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
}
a {
    color: 
    #fff;
    text-decoration: none;
}

.ee{
    font-size:47px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;
	background:url(../images/head-line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	margin-top: 170px;
}


.h21{
    font-size:47px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;
	background:url(../images/head-line1.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	margin-top:300px;
	line-height:50px;
}




h3{
    font-size: 25px;
    color: #000;
    font-weight: normal;
    font-family:'exoregular', Helvetica Neue, Sans-serif;
	font-weight: 800;
}
li{
    list-style: none;
    display: inline-block;
}
a{
    text-decoration: none;
}
p {
    font-family: 'exoregular', Helvetica Neue, Sans-serif;
    font-size: 20px;
    color: #000;
    text-align: justify;
}
/*---------------------------------------
           HEADER           
-----------------------------------------*/
#section-1 {
    background: url(../images/singapore.jpg) center;
    background-repeat: no-repeat;
    background-size: cover; 
    overflow: hidden;
}
.overly{
    background: rgba(39,39,39,.9);
    overflow: hidden;
}

/*----------------------------
        SIDE MENU 
-----------------------------*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: rgba(0,0,0,.7);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    display: inherit;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
	font-size:22px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand img {
    line-height: 75px;
    margin-top: 20px;
    margin-left: 50px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(30,30,30,.8);
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 15px 15px 0 0;
    color: #fff;
}
/*---------------------------------------
           HEADER TITLE          
-----------------------------------------*/
.header-title h1{
    
    color: #fff;
    font-size: 60px;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px #000;
}
.header-title p{
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    text-shadow: 2px 2px 5px #000;
    line-height: 50px;
}
.icon-1 a img {
    width: 250px;
    margin-top: 105px;
    margin-right: 140px;
}
.icon-2 a i{
    font-size: 32px;
    color: #c3c3c3;
    text-shadow: 2px 3px 5px #000;
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(255,97,96,.5);
    padding: 10px;
    border-radius: 50%;
}
/*---------------------------------------
                CLIENT           
-----------------------------------------*/
#section-2{
    margin-bottom: 50px;
	background:url(../images/ab-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	float: left;
	background-size: 112% 85%;

	
}
.clients h2{
margin-top: 4em;
    margin-bottom: 30px;
}
.clients h3{
    margin-top: 40px;
}
.client-logo{
    margin-top: 60px;
    margin-bottom: 75px;
}
.client-logo li{
    padding: 5px 20px 5px 20px;
}
.client-logo li:hover{
    -webkit-transition: all 1s;
    -webkit-transform: scale(1.2);
}

/*---------------------------------------
                WORKING PROCESS           
-----------------------------------------*/
#section-3{
    background: #fef2e9;
    overflow: hidden;
	clip-path: polygon(0 19%, 100% 0, 125% 66%, 0 100%);
	height:auto;
	padding:10em;
	
	padding-bottom:20em;
	background-size:100% 60%;
}
.work-title h2{
    margin-top: 80px;
}
.work-title h3{
    margin-top: 30px;
    margin-bottom: 80px;
}
.layout-icon{
    font-size: 85px;
    color: #5292d2;
}
.layout{
    padding: 40px 35px 40px 35px;
	margin: 0 0 100px 0;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
	border-radius: 3px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
    border-bottom: 4px solid #c3c3c3;
  
}
.layout:hover{
    
   
background:url(../images/hover.png);
	background-repeat:no-repeat;
	background-position:left;
	left:30px;
	border-radius:0 0 50px 10px;   
	transition:all 500ms ease-out;
	-webkit-transition: width 2s; /* Safari prior 6.1 */
	

  
}
.layout-datiels p{
    font-size: 20px;
    
}
/*---------------------------------------
              CLIENT FEEDBACK           
-----------------------------------------*/
#section-4{
    overflow: hidden;
	margin-top:-180px;
	background-image:url(../images/bg-1.png);
	background-position: right top;
	background-repeat:no-repeat;
}

.feedback-title h2{
    margin-top:73px;
}
.feedback-title h3{
    margin-top: 50px;
    margin-bottom: 80px;
}
.team-details{ background:#fff;
   border: 2px solid #c3c3c3;
   box-shadow:3px 3px 3px #000;
   width:80%}


.team-details img{
    border: 2px solid #c3c3c3;
    border-radius: 50%;
    width: 160px;
    height: 160px;
}
.team-details li{
    padding: 0px 40px 0px 40px;
	
}
.team-details h3{
    text-align: right;
}
.team-details p{
    text-align: left;
}
.slide{
    margin-bottom:20px;
}
/*---------------------------------------
              HIGHLIGHT           
-----------------------------------------*/
#section-5{
    background: #f4f4f4;
    overflow: hidden;
	clip-path: polygon(0 25%, 100% 0, 237% 66%, 0 100%);
	height:auto;
	padding:13em 13em 2em 13em;

	background-image: url(../images/bg-2.png);
	background-position: right top;
	background-repeat:no-repeat;
	margin-bottom:0px !important;
	
}



.highlight-title ul{ 
    padding: 50px 0px 50px 0px;
}
.highlight-title li{
    padding: 0px 20px 0px 20px;
}
.highlight-title input{
    text-align: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: #51535f;
    color: #fff;
    border: none;
    border-radius: 30px;
}
.highlight-image{
    background: url(../images/bridge.jpg) no-repeat center fixed;
    background-size: cover;
    
}
.high-title h2{
    padding-top: 150px;
    color: #fff;
}
.high-title p{
    color: #fff;
    margin-bottom: 32px;
}
.high-title input{
    text-align: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 30px;
    margin-bottom: 150px;
}
.overly-leayr{
    background: rgba(27,14,32,.6);
}
/*---------------------------------------
             PROJECT          
-----------------------------------------*/
/*#section-6{
    overflow: hidden;
    margin-bottom: -20px;
	background-image:url(../images/bg-3.png);
	background-position: right top;
	background-repeat:no-repeat;
}


*/
#section-6{
    overflow: hidden;
	margin-top:-180px;
	background-image:url(../images/bg-3.png);
	background-position: right top;
	background-repeat:no-repeat;
}








/*#section-6{
    background: #fff;
    overflow: hidden;
	clip-path: polygon(0 11%, 101% 0, 677% 108%, 0 100%);
	height:auto;
	padding:0;

	background-image: url(../images/bg-3.png);
	background-position: right top;
	background-repeat:no-repeat;
	
}
*/

.trailer-title h2{
    margin-top:0px;
    margin-bottom: 30px;
}
.trailer-title h3{
    margin-bottom: 80px;
}



/*---------------------------------------
                TEAM      
-----------------------------------------*/
.headline-item h2{
    margin-bottom: 30px;
}
.headline-item h3{
    margin-bottom: 50px;
}

.team-member h4{
    font-size: 19px;
    font-weight: bold;
    color: #000;
    margin-top: 24px;
}

.team-member h5{
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    margin-top: 24px;
}


.team-member h6{
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    margin-top:0px;
}


.team-member p{
    font-size: 13px;
    color: #fff;
	text-align: center
}
.team-member li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-size: 20px;
}
.team-member a{
    text-decoration: none;
    color: #c8c8c8;
}
.team-member a:hover{
    color: #1c9fda;
}
.team-member h4:hover{
    color: #e2584c;
}
.team-member p:hover{
    color: #1c9fda;
}
.team-member{
    background: #fff;
    margin-bottom: 40px;
    overflow: hidden;
	box-shadow: 3px 3px 3px #ddd;
}
.team-member img{
    width:100% ;
}



.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:-100%;
    right:0;
    background:rgba(235, 103, 92, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.thumbnail:hover .caption {
    top:0%;
}
    

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: ;
    line-height: 1.42857143;
    background-color: ;
    border: none;
    border-radius: ;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



/*---------------------------------------
              PRICING          
-----------------------------------------*/
#section-7{
    background: #f2f2f2;
    overflow: hidden;
}
.strong{
    font-weight: 600;
}
.price-title h2{
    margin-top: 80px;
    margin-bottom: 30px;
}
.price-title h3{
    margin-bottom: 50px;
}
.pricing-table {
	padding-left: 30px;
	padding-right: 30px;
}

.single-pricing {
	background: #ffffff;
	border-radius: 3px;
	padding-bottom: 25px;
	border: 1px solid #e4e7e7;
	border-bottom: 4px solid #e4e7e7;
	margin-bottom: 120px;
	padding: 20px;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}
.single-pricing:hover{
    border-bottom: 4px solid #5292d2;
}

.package-title h3 {
	line-height: 60px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 3px;
    color: #5292d2;
}

.price {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 25px;
	padding-top: 15px;
    font-weight: normal;
}

.price .superscript {
	vertical-align: super;
	font-size: 25px;
}

.price .month {
	font-size: inherit;
	display: block;
	margin-top: 0;
	line-height: 1;
	font-size: 14px !important;
	font-weight: 300;
}

.package-list {
	padding-top: 10px;
	margin-bottom: 25px;
}

.package-list li {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #eaeaea;
	padding-bottom: 10px;
}

.package-list li span {
	margin-right: 8px;
}

.single-pricing .button {
	margin-bottom: 20px;
}

.highlighted {
	margin-top: -24px;
}

.highlighted .package-title h3 {
	line-height: 84px;
}
.standard-button{
    width: 200px;
    height: 50px;
    line-height: 35px;
    font-size: 19px;
    background: #5292d2;
    color: #fff;
}
.standard-button:hover{
    color: #c3c3c3;
}
.white-text{
    color: #fff!important;
    background: #5292d2;
}
.color{
    color: #5292d2;
}
/*---------------------------------------
              QUESTION           
-----------------------------------------*/
#section-8{
    background: #fff;
    overflow: hidden;
}
.question-title h2{
    margin-top: 140px;
    margin-bottom: 30px;
}
.question-title h3{
    margin-bottom: 80px;
}
.asked p{
    color: #6c6e6f;
    text-align: left;
    margin-bottom: 20px;
}
.asked{
    margin-bottom: 120px;
}
.col-border{
    border-right: 2px solid #6c6e6f;
}
/*---------------------------------------
              CONTACT           
-----------------------------------------*/
#section-9{
    background: url(../images/see.jpg) no-repeat center fixed;
    background-size: cover;
    overflow: hidden;
}
.works h2{
    color: #fff;
    padding-top: 150px;
    margin-bottom: 35px;
}
.works h3{
    color: #fff;
    margin-bottom: 25px;
}
.works input{
    text-align: center;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: none;
    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 30px;
    margin-bottom: 150px;
}
.work-overly{
    overflow: hidden;
    background: rgba(27,14,32,.6);
}
/*---------------------------------------
              CONTACT FORM           
-----------------------------------------*/
#section-10{
    background: #fff;
	background-image:url(../images/contact-bg.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:100%;
	float: left;
	background-size:cover;
	height:780px;
}
.contact-title h2{
    margin-top: 283px;
    margin-bottom: 30px;
}
.contact-title h3{
    margin-bottom: 80px;
}
.contact-1{
    width: 30%;
    border: none;
    border-bottom: 2px solid #c3c3c3;
}
.contact-2{
    width: 60%;
    height: 200px;
    margin-top: 20px;
    border: 2px solid #c3c3c3;
    border-radius: 5px;
}
.contact-3{
    width: 60%;
    height: 50px;
    background: #5b5f6b;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 30px;
    margin-bottom: 120px;
}
/*---------------------------------------
              FOOTER          
-----------------------------------------*/
.footer{
    
    color: #fff;
    padding: 90px 0px 90px 0px;
    font-size: 18px;
}
.s-icon{
    margin-top: 14px;
}
.s-icon a{
    margin: 10px;
    font-size: 28px;
    color: #fff;
}
/*---------------------------------------
              MAP          
-----------------------------------------*/
#get-tuch{
    overflow: hidden;
    background: #fff;
}
.map-title{
    margin-top: 100px;
    margin-bottom: 80px;
}


.head-p{ text-align:center;
font-size:25px;
color:#fff !important; font-weight:normal;
display: inline}
.dot{  font-size:80px; color:#ba8503; border-radius:50%}


.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 30px;
    line-height: 1.33;
    border-radius: 6px;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid 
    transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 7px;
    font-size: 19px;
	font-weight:800
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: 
#fff;
background-clip: border-box;
border: 1px solid
    rgba(0,0,0,.125);
    border-radius: .25rem;
	margin:13px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}





.mar1{ margin-top:240px;}


.mar2{ margin-top:100px;}










/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/




.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}






.carousel-inner {

    position: relative;
    width: 95%;
    overflow: hidden;
    border: 1px solid #ddd;
 	box-shadow: 3px 3px 3px #ddd;

}



.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 110%;
  width: 110%;
  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  content: "\f00e";
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}


@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
 
}

@media (max-width: 768px) {
#section-6{
    overflow: hidden;
	margin-top:0px !important;
	background-image:url(../images/bg-3.png);
	background-position: right top !important;
	background-repeat:no-repeat;
}



.oo{ margin-top:400px;}



.ee {
    font-size: 39px;
    color: 
    #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;
    background: url(../images/head-line.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 15px;
    margin-top: 93px;
}
.jj{ margin-top:600px}

  .gal-container .modal-content {
    height: 250px;
  }
   .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: 
#fff;
background-clip: border-box;
border: 1px solid
    rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 10px;
    width: 150% !important;
}
  
  .card-body{ width:100% !important}
  .card {
    width: 130% !important;
}

  .h22{
    font-size:47px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'exo_blackregular', Helvetica Neue, Sans-serif;
	background:url(../images/head-line.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:15px;
	margin-top:300px!important
}



}


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
  
  .imlogo{ display:none}
}





header {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}



a:hover, a:focus {
    color: 
    #c12e2a;
    text-decoration: underline;
}

