/* Banner carousel */

.home-page .banner {
    height: calc(100vh - 140px);
}
/* .home-page .banner .shape_overlay_left {
    position: absolute;
    top: -12px;
    left: -58px;
    width: 56%;
    height: 58%;
    background-color: rgba(255, 165, 0, 0.5);
    text-align: center;
} */
/* .home-page .banner .image_overlay_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.home-page .banner .image_overlay_left::before {
    content: '';
    position: absolute;
    left: 54px;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 165, 0, 0.5);
    transform: skewX(-15deg);
} */
/* .home-page .banner .shape_overlay_right {
    position: absolute;
    top: 0;
    left: initial;
    right: 12%;
    width: 42%;
    height: 45vh;
    overflow: hidden;
    text-align: center;
}
.home-page .banner .shape_overlay_right::before {
    content: '';
    position: absolute;
    left: 54px;
    width: 50%;
    height: 100%;
    background-color: rgba(255, 165, 0, 0.5);
    transform: skewX(-15deg);
} */
.home-page .banner .carousel, .banner .item, .banner .active {
    height: 100%;
}
.home-page .banner .carousel-inner {
  height: 100%;
  background: #000;
}
.home-page .banner .carousel-caption{
    padding-bottom:80px;
}
.home-page .banner h2{
    font-size: 52px;    
    margin-bottom: 25px;
    text-transform: uppercase;
}
.home-page .banner p{
    padding:10px
}
.home-page .banner .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /* opacity:0.6; */
    &::before{
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.home-page .banner .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.home-page .banner .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.home-page .banner .carousel-caption{
    padding-bottom: 80px;
    max-width: 710px;
    margin: 0 auto;
    top: 25%;
}
.home-page .banner .carousel-caption.left {
    right: initial;
    left: 12%;
    text-align: left;
}
.home-page .banner .carousel-caption.right {
    right: 12%;
    left: initial;
    text-align: right;
}
.home-page .banner .carousal_btn{
    background-color: #FB941E;
    color: #fff;
    padding: 13px 20px;
    margin-top: 20px;
}
.home-page .banner .carousal_btn:hover{
    background-color: #f28507;
    color: #fff;
}

/* services section */

.home-page .services_section{
    padding: 25px 15px 190px;
    gap: 30px;
}
.home-page .services_section .image_block{
    width: 300px;
    flex: 1;
}
.home-page .services_section .image_block .img1{
    width: 525px;
    height: 54vh;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-page .services_section .image_block .img2{
    width: 432px;
    height: 37vh;
    position: absolute;
    bottom: -121px;
    right: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-page .services_section .content_block {
    flex: 1;
    height: 500px;
}
.home-page .services_section .content_block h2{
    text-transform: uppercase;
}
.home-page .services_section .panel-group {
    padding-left: 20px;
    padding-top: 15px;
}
.home-page .services_section .panel-body {
    height: 130px;
    overflow: scroll;
}
.home-page .services_section .panel-body .description{
    word-break: break-word;
}
.home-page .services_section .panel-group .panel-default{
    border-color: transparent;
}
.home-page .services_section .panel-group .panel{
    border-color: none;
}
.home-page .services_section .panel-heading {
    padding: 15px 35px;
    border: none !important;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}
.home-page .services_section .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    &::after {
      content: "\f068";
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      left: -23px;
      top: 1px;
    }
    &:hover{
        text-decoration: none;
    }
}
.home-page .services_section .panel-heading a.collapsed::after{
    content: "\f067";
}
  
/* Orange section */

.home-page .orange_section{
    background: #FB941E;
    min-height: 215px;
}
.home-page .orange_section h2{
    text-align: center;
    color: #fff;
    font-size: 32px;
    line-height: 45px;
}

/* Black section */

.home-page .black_section {
    background-size: cover;
    background-position: center;
    height: 300px;
    &::before{
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}
.home-page .black_section .content_wrapper {
    text-align: center;
    line-height: 30px;
}
.home-page .black_section .content_wrapper h2{
    color: #fff;
}
.home-page .black_section .content_wrapper p{
    color: #fff;
}
.home-page .black_section .content_wrapper .section_btn{
    margin-top: 20px;
}
.home-page .black_section .content_wrapper .black_section_btn{
    background-color: #FB941E;
    color: #fff;
    padding: 13px 20px;
}
.home-page .black_section .content_wrapper .black_section_btn:hover{
    background-color: #f28507;
}

/* complimentary section */

.home-page .complimentary_wrapper{
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    &::before{
        position: absolute;
        display: inline-block;
        content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5);
    }
}
.home-page .complimentary_section{
     padding: 25px 15px 190px;
}
.home-page .complimentary_section .image_block{
    width: 300px;
    flex: 1;
}
.home-page .complimentary_section .image_block .img1{
    width: 525px;
    height: 54vh;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-page .complimentary_section .image_block .img2{
    width: 432px;
    height: 37vh;
    position: absolute;
    bottom: -121px;
    right: 26px;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-page .complimentary_section .content_block {
    flex: 1;
    height: 500px;
}
.home-page .complimentary_section .content_block h2{
    text-transform: uppercase;
    background: #FB941E;
    color: #fff;
    padding: 30px;
}
.home-page .complimentary_section .panel-group {
    background: #fff;
}
.home-page .complimentary_section .panel-body {
    height: 130px;
    overflow: scroll;
}
.home-page .complimentary_section .panel-body .description{
    word-break: break-word;
}
.home-page .complimentary_section .panel-group .panel-default{
    border-color: transparent;
}
.home-page .complimentary_section .panel-group .panel{
    border-color: none;
}
.home-page .complimentary_section .panel-heading {
    padding: 15px 35px;
    border: none !important;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}
.home-page .complimentary_section .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;
    &::after {
      content: "\f068";
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
      left: -23px;
      top: 1px;
    }
    &:hover{
        text-decoration: none;
    }
}
.home-page .complimentary_section .panel-heading a.collapsed::after{
    content: "\f067";
}

/* Video section */

.home-page .video_section {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 60px 0px;
    &::before{
        position: absolute;
        display: inline-block;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }
}
.home-page .video_section .content_wrapper{
    width: 50%;
}
.home-page .video_section .content_wrapper h2{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.home-page .testimonials{
    padding: 40px 0px 90px;
}
.home-page .testimonials .active .star_wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 16px;
    margin-left: -30px;
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;         
}
.home-page .testimonials .active .star_wrapper .empty_star, .home-page .testimonials .active .star_wrapper .full_star{
    position: relative;
    width: 20px;
    height: 20px;
    font-size: 30px;
    &::after {
      content: "\f005";
      font-family: FontAwesome;
      display: inline-block;
      position: absolute;
    }
}
.home-page .testimonials .active .star_wrapper .empty_star{
    &::after {
        color: #eee;
    }
}
.home-page .testimonials .active .star_wrapper .full_star{
    &::after {
        color: #FB941E;
    }
}
.home-page .testimonials .arrow {
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}
.home-page .testimonials .arrow:before {
		cursor: pointer;
}
.home-page .testimonials .arrow:hover {
    color: #ea830e;
}
.home-page .testimonials .arrow.left {
    left: 10px;
    &::before{
        content: "\f053";
    }
}
.home-page .testimonials .arrow.right {
    right: 10px;
    &::before{
        content: "\f054";
    }
}
.home-page .testimonials .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0;
    display: block;
    z-index: 3333;
	height: 12px;
    padding: 0;
}
.home-page .testimonials .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0000008f;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}
.home-page .testimonials .dots .dot.active,
.home-page .testimonials .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}
.home-page .testimonials .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}   
.home-page .testimonials .cont {
    position: relative;
		overflow: hidden;
}
.home-page .testimonials .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
}
.home-page .testimonials .cont > div.inactive {
    opacity: 1;
}
.home-page .testimonials .cont > div.active {
    position: relative;
    opacity: 1;
}
.home-page .testimonials .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}
.home-page .testimonials .cont div h2 {
    color: #ea830e;
    margin: 15px 0;
}
.home-page .testimonials .cont div p {
    font-size: 14px;
    color: #000;
    width: 80%;
    margin: auto;
}
.home-page .testimonials .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}
.home-page .testimonials .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}
.home-page .testimonials .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}
.home-page .testimonials .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}
.home-page .testimonials .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}
.home-page .testimonials .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}
@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}
@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}
@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}
@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}
@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}
@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}
@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}
@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}
@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);       
    }
}
@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}
@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}
@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

/* Responsive */
@media (max-width: 1366px) {
    .home-page .banner h2 {
        font-size: 48px;
    }
    .home-page .banner .carousel-caption {
        max-width: 680px;
    }
}
@media(max-width: 1280px){
    .home-page .video_section .content_wrapper {
        width: 80%;
    }
    .home-page .services_section, .home-page .complimentary_section {
        gap: 0;
        padding: 25px 15px 10px;       
        flex-direction: column;
    }
      .home-page .services_section .content_block,  .home-page .complimentary_section .content_block{
        margin-top: 120px;
        width: 100%;
    }
}
@media (max-width: 1180px) {
    .home-page .banner h2 {
        font-size: 36px;
    }
    .home-page .banner .carousel-caption.left, .home-page .banner .carousel-caption.right {
        max-width: 52%;
    }
}
@media(max-width: 890px){
    .home-page .banner {
        height: calc(100vh - 161px);
    }
    .home-page .banner .carousel-caption {
        top: 18%;
    }
    .home-page .banner h2 {
        font-size: 36px;
    }
    .home-page .banner .carousel-caption.left {
        left: 12%;
    }
    .home-page .banner .shape_overlay_left {
        top: 15px;
        left: -20px;
    }
    .home-page .banner .carousel-caption.right {
        right: 12%;
    }
}
@media(max-width: 768px){
    .home-page .complimentary_section .content_block, .home-page .services_section .image_block, .home-page .services_section .content_block,
    .home-page .complimentary_section .image_block {
        width: 100%;
    }
    .home-page .services_section,  .home-page .complimentary_section{
        flex-direction: column;
    }
}
@media(max-width: 767px){
    .home-page .banner h2 {
        font-size: 32px;
    }
}
@media(max-width: 680px){
    .home-page .services_section .image_block, .home-page .complimentary_section .image_block{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .home-page .services_section .image_block .img1, .home-page .complimentary_section .image_block .img1 {
        width: 100%;
        padding-top: 70%;
        height: auto;
        background-position: center;
    }
    .home-page .services_section .image_block .img2, .home-page .complimentary_section .image_block .img2{
        width: 100%;
        padding-top: 70%;
        height: auto;
        background-position: center;
        position: relative;
        bottom: 0;
        right: 0;
    }
    .home-page .services_section .content_block, .home-page .complimentary_section .content_block{
        margin-top: 0px;
    }
    .home-page .services_section .panel-group{
        padding: 0;
    }
}
@media(max-width: 448px){
    .home-page .banner h2 {
        font-size: 28px;
    }
}