/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

body {
  font-family: 'Work Sans', sans-serif;
}
nav {
  background: #eaebec;
  min-height: 85px;
}
nav {
    background: #eaebec00!important;
    min-height: 85px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 500;
}
.footer-color{
    color:#bfbfbf;
}
a.footer-color:hover{
     color:#fff!important;
    text-decoration: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-bottom: 1px solid;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"]::placeholder{
    padding-left: 0px;
    background-color: none;
}
.form-control:focus{
    background-color: #fff0;
    box-shadow: none;
}
.container {
    max-width: 1220px;
}
.btn-danger {
    color: #fff;
    background-color: #ed3237;
    border-color: #ed3237;
}
.dropdown-divider {
    height: 0;
    margin: 0rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    line-height: 26px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0; 
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;
        border-top: 3px solid #ed3237;
}
.dropdown-item:active{
    background-color:#21252900;
    color: #ed3237;
}
.dropdown-item:hover{
    background-color:#21252900;
    color: #ed3237;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-item:hover{
    transition: 0.9s;
}
a.my-btn{
background-color: #fff;
    padding: .75rem 2.5rem;
    border-radius: 50px;
    color: #ed1b24;
}
a.my-btn:hover{
    background-color:#fff;
    color: #ed3237;
}

.timeline {
  list-style: none;
  padding: 0px 0 0px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 0px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: 0px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:0px;
}

.timeline > li.timeline-inverted {
padding-left:0px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  /*border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;*/
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  /*border-left: 14px solid #fff;
  border-right: 0 solid #fff;*/
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #ed3237;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  /*background-color: #999999;*/
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-title{
    color:#ed3237;
}
.boxthumb{
    background-color: #f6f6f6;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 3px solid #ed3237;
}



#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.social-icon{
    position: fixed;
    right: 20px;
    bottom: 2rem;
}
@media(max-width:768px){
    .col-sm-2{
        max-width:100%!important;
        -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    }
    .offset-sm-1{
        margin-left:0!important;
    }
    .col-sm-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.social-icon{
    position: fixed;
    right: 20px;
    bottom: 2rem;
}
.my-col-8{
width:100%!important;
}

}
@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #ed3237;
    border-color: #ed3237;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 500px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 45px;
    line-height: 1em;
    font-weight: 600;
    /*font-family: 'Josefin Sans';*/
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-content-style .content p {
   /* font-family: 'Josefin Sans';*/
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #ed3237;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 18px;
    letter-spacing: .1em;
    /*font-family: 'Josefin Sans';*/
    font-weight: 600;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #fff;
}

.btn {
  border: 1px solid #ed3237;
  border-radius: 3px;
  display: block;

  background-color: #ed3237;
  background-size: 200% 100%;
  background-position: right bottom;
  /*transition: all .5s ease-out;*/
}

.btn:hover {
  background-position: left bottom;
  color:#fff!important;
}

.btn {
  text-align: center;
  font-size: 16px;
  color: #fff!important;
  transition: all .6s ease-out;
  display: block;
}


/**************************hover effect ***********************************/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius:0 0 55px 0
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(8vw);
  -ms-transform: translateY(8vw);
  transform: translateY(8vw);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(4vw);
  -ms-transform: translateY(4vw);
  transform: translateY(4vw);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 2px dashed #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
     margin: 9.5% 0 6.5% 0;
    padding: 18% 10%;
    width: 80%;
    height: 80%;
border-radius: 0px 0px 55px 0px;
    
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.abouthead{
    font-size: 34px;
    line-height: 43px;
    padding-right:2em;
}
.aboutcol{
    padding-left:3rem;
}
.paddnew{
    padding-top:25px;
}
@media (max-width: 600px) {
  .slider-content-style .content h3 {
    color: #fff;
    font-size: 50px!important;
    line-height: 1em;
    font-weight: 600;
    /*font-family: 'Josefin Sans';*/
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.abouthead{
    font-size: 30px; 
    padding-left: 0;
    text-align:center;
    margin-bottom:0rem;
}
.aboutcol{
    padding-left:0!important;
}
.aboutrow{
    padding-top:1rem!important;
    padding-botom:1rem!important;
}
.aboutcontent{
    padding-right:15px!important;
    text-align:justify;
}
.myimg{
    padding-top: 1.5rem!important;
}
.aboutrow{
    padding-bottom:0px!important;
}
.paddnew{
    padding-top:0px;
}
}
.csp p{
    font-size:18px;
    line-height:28px;
}
.csp ol li{
    font-size:18px;
    line-height:28px;
}

/********************** client carousel css *******************************/

@media (min-width: 768px) {

    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}



/********************************slider for tags page****************************/
.carousel-inner,.carousel,.carousel-item,.container,.fill {
    height:100%;
    width:100%;
    background-position:center center;
    background-size:cover;
}
.slide-wrapper{display:inline;}
.slide-wrapper .container{padding:0;}


/*------------------------------ vertical bootstrap slider----------------------------*/

.verticle-inner> .carousel-item.carousel-item-next ,
.verticle-inner > .carousel-item.active.carousel-item-right{ 
    transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0);  top: 0;
    
}
.verticle-inner > .carousel-item.carousel-item-prev ,
.verticle-inner > .carousel-item.active.carousel-item-left{ 
    transform: translate3d(0,-100%, 0); -webkit-transform: translate3d(0,-100%, 0);  -moz-transform: translate3d(0,-100%, 0);-ms-transform: translate3d(0,-100%, 0); -o-transform: translate3d(0,-100%, 0); top: 0;
    
}
.verticle-inner > .carousel-item.next.carousel-item-left ,
.verticle-inner > .carousel-item.carousel-item-prev.carousel-item-right ,
.verticle-inner > .carousel-item.active{
    transform:translate3d(0,0,0); -webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);; -moz-transform:translate3d(0,0,0); -o-transform:translate3d(0,0,0); top:0;
    
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 0;
    height: 10px;
    right: auto;
    left: 10px;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-top: 17em;
}
.carousel-indicators li{
    display:block; margin-bottom:5px; border:1px solid #00a199; 
    
}
.carousel-indicators li.active{
    margin-bottom:5px; background:#00a199;
    
}
.hovereffect h4.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 2px dashed #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 6.5% 0 6.5% 0;
    padding: 18% 10%;
    width: 80%;
    height: 80%;
    border-radius: 0px 0px 55px 0px;
}


.hovereffect:hover h4.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*******************************massonry gallery ********************************/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: 'Open Sans';*/
}

h1 {
  font-weight: 100;
  margin: 0;
}

section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

section img {
  width: 100%;
  cursor: pointer;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d30;
  perspective: 1000;
}



.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}


.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border:5px solid transparent;
    
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ed3237;
    width: 0px;
    height: 0px;
    margin: 5px;
}
.carousel-indi li.active {
    margin-bottom: 5px;
    background: none;
    width: 100px;
    /* height: 0px; */
 margin: 0px!important;
}
.carousel-indi li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100px;
    height: auto;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border:5px solid transparent;
    
    opacity: .5;
    transition: opacity .6s ease;
}
/**************tabular css**************************/
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
h4 a:hvoer{
    text-decoration: none!important;
}
a{
    color:#666666!important;
}
.footer a{
    color:#ccc!important;
}
a.col-red{
  color:#fff!important;  
}
.btn-danger:hover {
    color: #ed3237!important;
    background-color: #fff!important;
    border-color: #ed3237!important;
}
a:hover{
    
    text-decoration:none;
}


.bottom-slog{
    padding-right:3rem;
    padding-left:3rem;
}
.slog-main{
    border: 2px solid #dee2e6!important;
    border-bottom-right-radius: 70px; 
    padding:30px;
}
.slog-con{
    margin-top: -4em!important;
}
.timeline-body{
    padding-right:3rem;
    padding-left:3rem;
}
.core-cont{
    font-size: 17px; 
    color: #525252; 
    line-height: 33px;
    padding-left:3rem;
    padding-right:3rem;
}
.dropdown-menu a.dropdown-item:hover{
    color:#ed3237!important;
}

.carousel-indi {
    position: inherit;
    top: 0;
    bottom: 0;
    margin-right: auto;
    margin-left:0;
    height: 20px;
    right: auto;
    left: 0px!important;
    width: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 10px;
    margin-bottom:0px;
}

p.contact{
    font-size: 13px;
    margin-bottom:5px;
}
.bn-text-top{
    margin-top:11rem;
}
.row-mr{
    margin-left:5em;
    margin-right:5em;
    margin-bottom:5em;
}
.dropdown-menu li a{
    padding-left:10px;
	line-height:30px;
    padding-right:10px;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu>a:after{
    display:none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    min-width: 250px;
}
.sub-sub-icon{
    display: block!important;
    color: #ed1b24;
    font-size: 13px!important;
    text-align: right;
    float: right;
    padding-top: .5em;
    padding-right: 1em;
}
.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 0rem rgba(225,83,97,0)!important;
}
.btn-danger:active {
    box-shadow: 0 0 0 0rem rgba(225,83,97,0)!important;
}
.btn-danger:visited {
    box-shadow: 0 0 0 0rem rgba(225,83,97,0)!important;
}
.btn-danger:hover {
    box-shadow: 0 0 0 0rem rgba(225,83,97,0)!importat;
}


@media(max-width:600px){
    .abouthead{
     padding-right:0px;  
     padding:8px;
    }
    .slog-main{
         padding:0px;
         margin:10px;
    }
    .bottom-slog{
    padding-right:0rem;
    padding-left:0rem;
}
.slog-con{
    margin-top:0em!important;
}
.timeline-body{
    padding-right:10px;
    padding-left:10px;
}
.core-cont{
    font-size: 17px; 
    color: #525252; 
    line-height: 33px;
    padding-left:10px;
    padding-right:10px;
}
.newpd{
    padding:0px!important;
}
.row-mr{
    margin-left:0em;
    margin-right:0em;
    margin-bottom:2em;
}
}
.btn{
    font-size:11px!important;
        border-radius: 50px;
}
.text-right{
    float: right;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 650px;
    margin: 1.75rem auto;
}
}
.pfont{
 font-size: 17px; color: #525252; line-height: 33px;
 }
 .main-heading{
 font-size: 34px;
    line-height: 43px
 }
 .our-mission-bottom-box-head{
 font-size: 22px!important;
 font-weight: 600!important;
  color:#ed3237!important;
 }
.form-control:focus {
    color: #495057;
    background-color: #fff0;
    border-color: #ed3237;
    outline: 0;
}
.contact-box{
background-color: #f8f8f8;
}
.btn-signup{
border-radius: 5px; padding: .3rem 1.2rem;font-size: 13px!important;font-weight: 700;float:right;
}
.mydanger-btn{
font-size: 11px; 
    border-radius: 50px; 
    font-weight: 700;
    padding: .75rem 1.2rem;
    width:160px;
}