.custom-img-carousel .flexslider{border:0px;}  
.flexslider .slides > li { 
       background-position: center;
/*        height: 620px; */
       width: 100%;
       display: none; 
       -webkit-backface-visibility: hidden !important;
       -webkit-background-size: cover !important;
       -moz-background-size: cover !important;
       -o-background-size: cover !important;
       background-size: cover !important;
   min-height: 600px;
     }

     .custom-img-carousel .flexslider-container, 
     .custom-img-carousel .flexslider .slides, 
     .custom-img-carousel .flex-viewport {
        height: 100%;
        max-height: 600px;
     }
{#
     html, 
     body {
       height: 100%;
       min-height: 100%;
     }
#}
     body {
       position: relative;
       margin: 0;
       padding: 0;
     }

    .custom-img-carousel ul.slides {
       margin: 0;
       padding: 0;
     }

    .custom-img-carousel .flexslider {
       margin: 0; 
       padding: 0; 
       width: 100%; 
    /*   height: 100%;  */
       border: 0px; 
       overflow: hidden;
     }
     /* Container CSS*/
    .custom-container {
        margin: auto;
        max-width: 1280px;
      padding: 0 20px;
    }
    .custom-img-carousel .custom-container {
        
        bottom: 0;
        color: #fff;
        display: flex;
      align-items: flex-start;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        left: 0;
        position: relative;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
    }
    .custom-img-carousel .header-logo-wrap {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .cols-wrap{
         display:flex; 
         justify-content: space-between;
        }
    .custom-container .cols-wrap {
        align-items: center;
        display: flex;
    }
    .custom-container .cols-wrap .col-right, .custom-container .cols-wrap .col-left{
    	    width: 50%;
    }
    .custom-container .cols-wrap .col-left {
        border-left: 1px solid #fff;
        padding-bottom: 100px;
       
    }
    .custom-container .heading-wrap .main-heading {
        color: #fff;
        font-family: Barlow,sans-serif;
        font-size: 80px;
        font-weight: 400;
        line-height: 80px;
        margin-bottom: 0;
        margin-top: -15px;
        max-width: 500px;
        text-align: left;
        padding-left: 35px;
      word-break: normal;
      overflow-wrap: normal;
    }
    .custom-container .inner-wrap .text-wrap p{
    	color: #fff;
	    font-family: Open Sans,sans-serif;
	    font-size: 16px !important;
	    font-weight: 400 !important;
	    text-align: left;
    }
/*     .custom-container .inner-wrap {
    padding-left: 20px;
} */
    .custom-container .inner-wrap .text-wrap p {
        margin-bottom: 25px;
    }
    .custom-container .btn-wrap a {
        background: #06c 0 0 no-repeat padding-box;
        border-radius: 40px;
        box-shadow: 0 10px 20px #00000033;
        color: #fff;
        display: block;
        font-family: Barlow,sans-serif;
        font-size: 15px;
        opacity: 1;
        padding: 14px 15px;
        width: fit-content;
        text-decoration: none;
    }
    .custom-container .btn-wrap a:hover {
        background: #feb040;
    }
    .header-logo-wrap img {
        max-width: 222px!important;
    }
@media (max-width: 1080px) and (min-width: 981px){
.custom-img-carousel .header-logo-wrap {
    padding-left: 1rem;
}
.custom-container .heading-wrap .main-heading{
    font-size: 62px;
    line-height: 1.2em;
  }
.custom-img-carousel .custom-container .cols-wrap {
    padding: 0rem 1rem;
}
  
}
@media (max-width: 980px) and (min-width: 768px){
.custom-container .heading-wrap .main-heading{
      font-size: 50px;
      line-height: 1.2em;
     padding-left: 25px;
}
.custom-img-carousel .custom-container .cols-wrap {
    padding: 0rem 1rem;
}
.custom-img-carousel .header-logo-wrap{
    padding-left: 1rem;
  }
}
@media (max-width: 767px){
.custom-img-carousel .flex-viewport, .custom-img-carousel .flexslider .slides, .custom-img-carousel .flexslider-container {
    height: 100%;
    max-height: 650px;
}
.custom-container .cols-wrap .col-right, .custom-container .cols-wrap .col-left {
    width: 100%;
}
.custom-container .heading-wrap .main-heading{
      font-size: 40px;
}
.custom-container .cols-wrap {
    display: block !important;
}
.custom-container .heading-wrap .main-heading{
      font-size: 36px;
      line-height: 1.3em;
      margin-top: 0px;
      padding-left: 25px;
}
.custom-container .cols-wrap .col-left{
      padding-bottom: 30px;
/*       border-left: none; */
  }
.custom-container .cols-wrap .col-right{
    padding-bottom: 20px;
  }
.custom-img-carousel .custom-container .cols-wrap {
    padding: 0rem 1rem;
}
.custom-img-carousel .header-logo-wrap{
    padding-left: 1rem;
  
  }
}