/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
/*  padding-top: 3rem;*/
/*  padding-bottom: 3rem;*/
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 1rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
  background-color: #777;
}
.carousel-item > img {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}

/* NavBar Main Page
------------------------*/
.press {
   /* display: block; */ /* Remove bullet points; allow greater control of positioning */
    padding: 0;      /* Override defaults for lists */
    margin: 0;       /* Override defaults for lists */
    width: 100%;     /* Get the row full width */
}

.press li {
    display: inline-block; /* Get all images to show in a row */
/*    width: 20%; */           /* Show 4 logos per row */
    text-align: center;    /* Centre align the images */
}

@media (max-width: 960px) and (min-width: 501px) {
    .press li { width: 50%; } /* Show 2 logos per row on medium devices (tablets, phones in landscape) */
    .carousel-item {
         height: 15rem;
    }
    .video_cp{
        margin-left:0!important;
    }
}

@media (max-width: 500px) {
    .press li { width: 100%; } /* On small screens, show one logo per row */
    .carousel-item {
        height: 15rem;
    }
    .video_cp{
        margin-left:0!important;
    }
}


/* Mobile view slider
-------------------------------------------*/



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


.marketing-item {
    color: white;
    border-radius: 2rem;
    vertical-align: middle;
    padding: 1rem!important;
    border: 6px solid white;

}
.marketing-item > a{
    text-decoration: none;
    color  :white;
}

.marketing-item h4{
	font-size:1.3rem!important;
}

/*Added by me*/

.bg-1{
   /* background-color: #ff9800;*/
   background-color:#ff6a00d1!important;
}
.bg-2{
    background-color: #0062cc!important;
}
.bg-3{
    background-color: #1e7e34!important;
}
.bg-4{
    
    background-color:#a5583c!important;
    
}
.bg-5{
    background-color: #042238f0!important;
    
}
.bg-6{
   background-color: #2196F3!important;	
}
.bg-7{
   background-color: #e91e638c!important;	
}
.bg-8{
   background-color: #FFC107!important;	
}
.bg-9{
   background-color: #4caf50a3!important;	
}
.bg-10{
    background-color:#bf3b65!important;
}
.bg-11{
    background-color:#dc3545!important;
}
.bg-12{
    background-color: #363690!important;	
}
.custom-radius-1 {
   border-radius: 1rem;	
}
.custom-font-size-1 {
   font-size:0.95rem;		
}

.footer{
    position: relative;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}


.our-mission-list li{
  padding-bottom : 0.6rem!important;
}

li.active.nav-item a {
    color: #ff9800!important;
}

.effect_div{
    opacity:0.5;
}
.effect_div:hover{
    opacity:1;
}

/* underwriting csss 
--------------------------------*/
.under-css{
  font-weight: bold;
}
.text_inline{
    display:inline-block;
}

/* FOOTER CSS
----------------------------------*/
.ft_befr h6:before {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    height: 30px;
    padding: 10px;
    border-left: 2px solid #f3a452;
    border-bottom: 2px solid #f3a452;
}
.ft_befr a{
  text-decoration: none!important;
  color: white!important;
}
.ft_befr h6 {margin-bottom: 1rem!important; }
.contact_details .fa{
  color: #f29434!important;
}
.ft_contact .contact_details {line-height: 32px; }
.ft_menu{line-height: 28px;}
.ft_menu ul li {
  list-style-type: none;
}
#sub_footer{background-color:#4c5154;color:white;}

@media screen and (max-width: 600px) {
 .ft_quick h6{
     font-size:10px!important;
 }
 .ft_befr h6:before {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 19px;
    padding: 0px;
    border-left: 2px solid #f3a452;
    border-bottom: 2px solid #f3a452;
}

}
/* MARKETING ACTIVITY IMAGE GALLERY
-----------------------------------*/

.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 30px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }



/* Login CSS
-------------------------------------------------- */

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-nav {
  font-size: 17px;
  font-weight: 600!important;
}


/* Login CSS
-------------------------------------------------- */

.footer-div{
	position: relative;bottom:0px;width:100%;
}

/* Error border
--------------------------------------------*/
.error-border{
    border:1px solid red;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  .footer-div{
	position: relative;bottom:0px;width:100%;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
  .footer-div{
	position: fixed;bottom:0px;width:100%;
  }
}

@media screen and (max-width: 600px) {
  .border-dark {
   border-color: none!important;
  }
  .border-right{
      border-right:none!important;
  }
}

