body{overflow-y: scroll;}
#contact2 a {color: #000 !important;}
.active{font-weight:bold !important; }
.fixed-top{
    background:#F5F5F5 !important;
    z-index: 1000;
    
}
.column{display:flex}
.light-shadow {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px #888888 !important;
  opacity:0.8;
}
.sep-top{
    border:0.5px solid #000;
    border-top: 1px solid rgba(0,0,0,.1);
}
.outer_title:before{content: url(../imgs/left_curved_line.png);  vertical-align: 25%;}
.outer_title:after{content: url(../imgs/right_curved_line.png);  vertical-align: 25%;}
/* profile */
.intext {
  margin: 15px 0;
}
.intext figure {
  margin: 0 15px 15px 0;
}
.intext figure figcaption {
  font-size: small;
  color: white;
  background: black;
  padding: 5px;
}
.intext h2 {
  margin-top: 0;
}
/* portfolio */
#portfolioModal .modal-content {
    max-width: 650px !important;
    /*min-height: 900px !important;*/
}
.portfolio-img{width:540px; height:auto;cursor:pointer}

.hidden-content{
  display: none ! important;
}
.card-columns {
  -webkit-column-count:2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.card-columns .card {
  margin-bottom: 2rem;
}
.cursor{
  cursor: pointer;
}
/* testimonials */
    .btn:focus , button:focus , .formStyle .form-control, .form-control{
      outline:0 !important; 
      box-shadow:none;
    }
.bottomarrow{
    margin-left: 80% !important;
    width: unset !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 60% !important;
}
.testimonials .owl-carousel .owl-item img {
    display: block;
    width: auto !important;
}
  #customers-testimonials .item { opacity: 1;
    padding: 1% 2%;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }  
  #customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
    /*color: white !important;*/
    
  }
  #customers-testimonials .owl-carousel {
    position: relative;
  }  
  #customers-testimonials .owl-carousel .owl-next,
  #customers-testimonials .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
  }  
  #customers-testimonials .owl-carousel .owl-prev {
    left: -100px;
  }  
  #customers-testimonials .owl-carousel .owl-next {
    right: -100px;
  }
  #customers-testimonials .owl-carousel .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }  
  #customers-testimonials .owl-carousel .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }  

  #customers-testimonials .owl-item.active.center .item .bottomarrow {
    content: url(../imgs/bottomarrow-normal.png);
  }
  #customers-testimonials .owl-carousel {
    position: relative;
  }  
  #customers-testimonials .owl-carousel .owl-next,
  #customers-testimonials .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
  }  
  #customers-testimonials .owl-carousel .owl-prev {
    left: -100px;
  }  
  #customers-testimonials .owl-carousel .owl-next {
    right: -100px;
  }
  .owl-dots .owl-dot{
    background-color: #d6d5d5 !important;
    border-radius: 20px;
    margin: 10px;
    width: 9px !important;
    height: 9px !important;
}
.owl-dots .active{
    background-color: #000 !important;
    border-radius: 20px;
    margin: 10px;
    width: 9px !important;
    height: 9px !important;
}
  .customer_say_item {
    font-weight: 400 ! important;
    padding: 8px;
    border-radius: 5px;
    background: #e6e4e4;
    text-align: left;
    margin-bottom:-1px;
    height:111px;
}
.owl-item {
  opacity: 1;
  background: transparent !important;
}
.owl-item.active {
  opacity: 1;
}
.customer_say_item h4{color:#11284d !important; font-weight: 500;}
.customer_say_item p{color:#363636;font-size: 14px;}

/* footer */
.bg-connect{background:#f0f0f0;}
.contact-div{width:222px;}
.footer-icon{font-size:22px;}

/*--  Mobile --*/
@media screen and (max-width: 992px) {
  .modal-content {    min-height: auto !important; }
  .customer_say_item { height:auto;}
}
@media screen and (max-width: 768px) {
  .contact-div{width:auto !important;}
  .modal-content {    min-height: auto !important; }
  .customer_say_item { height:120px;}
}
@media screen and (max-width: 414px) {
  #contact_form{ width:100% !important;}
  .contact-div{width:auto !important;}
}