.bb-site-section-title {
    font-size: 48px;
    line-height: 1;
    text-align: center !important;
    color: #fff;
}

.site-footer-section {
    margin: 0 !important;
    padding: 0 20px !important;
}
.site-footer-section .footer-row {
    margin: 0 !important;
    padding: 0 20px !important;
}
.site-footer-section .footer-row .col-1 {
    width: 35% !important;
    padding: 20px 40px;
}
.site-footer-section .footer-row .col-1 .bb-site-section-title {
    padding: 20px 0px 50px 0px;
}
.site-footer-section .footer-row .col-1 .bb-site-section-title .et_pb_text_inner {
    color: #fff;
}
.site-footer-section .footer-row .col-2 {
    width: 65% !important;
    padding: 15px 0 15px 20px !important;
    float: left;
}

.site-footer-section .footer-row .col-1 .footer-info-text {
    font-size: 34px;
    line-height: 1;
    text-align: center !important;
    color: #fff;
}
.site-footer-section .footer-row .col-1 .footer-info-text.address-info {
    margin-top: 20px;
    line-height: 1.3;
}
.site-footer-section .footer-row .col-1 .footer-info-text.call-info {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 50px 0;
    margin: 50px 0;
}
.site-footer-section .footer-row .col-1 .footer-info-text.email-info {
    margin-bottom: 50px !important;
}

.site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner,
.site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner {
     position: relative;
     transition: all 0.3s ease-in-out 0s
}
.site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner:before {
     position: absolute;
     content: '';
     left: 25%;
     top: 0;
     height: 100%;
     width: 2px;
     background: #fff0;
     transition: all 0.3s ease-in-out 0s
}
.site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner:after {
     position: absolute;
     content: '';
     right: 25%;
     top: 0;
     height: 100%;
     width: 2px;
     background: #fff0;
     transition: all 0.3s ease-in-out 0s
}

/* Footer Right */
.footer-right {
  width: 100%;
  display: block;
}
.footer-right p.footer-title {
  font-size: 48px;
  line-height: 1;
  text-align: center !important;
  color: #fff;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.quick-links {
  background: #333333;
  float: left;
  width: 100%;
  padding: 20px 0;
}
.quick-links {
  background: #333333;
  float: left;
  width: 100%;
}
.quick-links ul {
  list-style: none !important;
  list-style-type: none !important;
  text-align: center;
  width: auto;
  float: none;
  margin: 0 auto;
  padding: 25px 0 0 0 !important;
  display: block;
  max-width: max-content;
}
.quick-links ul li {
  text-align: center;
  width: auto;
  float: left;
  padding: 0 24px;
  border-left: 2px solid #fff0;
}
.quick-links ul li:first-child {
  border-left: none;
}
.quick-links ul li a {
  color: #fff;
  font-size: 34px;
  text-decoration: none;
  font-weight: 300;
  position: relative;
}
.quick-links ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: -0px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s
}
.quick-links ul li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: -0px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s
}

@media all and (min-width: 981px) and (max-width: 1920px) { 
.site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner:hover::before {
     position: absolute;
     content: '';
     left: 10px;
     height: 100%;
     top: 0;
     width: 2px;
     background: #fff;
     transition: all 0.3s ease-in-out 0s
    }
    .site-footer-section .footer-row .col-1 .footer-info-text .et_pb_text_inner:hover::after {
     position: absolute;
     content: '';
     right: 10px;
     height: 100%;
     top: 0;
     width: 2px;
     background: #fff;
     transition: all 0.3s ease-in-out 0s
    }
    .quick-links ul li a:hover::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        top: -8px;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s
    }
    .quick-links ul li a:hover::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: #fff;
        left: 0;
        bottom: -8px;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s
    }
}

.footer-bottom {
  float: left;
  width: 100%;
  padding: 0;
    display: flex;
}
.footer-bottom p.footer-title {
  color: #333333;
  font-weight: 600;
}
.footer-bottom .ftb-1 {
  width: 65%;
  float: left;
  padding: 25px 0 0 0;
}
.footer-bottom .ftb-2 {
    width: 35%;
    float: left;
    display: flex;
    margin: auto;
}
.footer-bottom .service-list {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
}
.footer-bottom .service-list .sr-list {
  float: left;
  width: 33.33%;
  text-align: center;
  margin: 40px 0 0 0;
}
.footer-bottom .service-list .sr-list a {
    float: left;
    width: 100%;
}
.footer-bottom .service-list .sr-list a:hover img {
    animation-name: floatingimg;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.footer-bottom .service-list .sr-list a:hover p {
    color: #f60;
}
.footer-bottom .service-list .sr-list p {
    font-size: 22px;
    line-height: 1;
    text-align: center !important;
    color: #333333;
    padding: 0 20px;
}

@keyframes floatingimg {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0px, -5px); }
    to   { transform: translate(0, 0px); }    
}
@media all and (min-width: 320px) and (max-width: 767px) {
    .site-footer-section {
        margin: 0 !important;
        padding: 0 0px !important;
    }
    .site-footer-section .footer-row {
        padding: 0 0px !important;
    }
    .site-footer-section .footer-row .col-1,
    .site-footer-section .footer-row .col-2 {
        padding: 15px;
        width: 100% !important;
    }
    .site-footer-section .footer-row .col-1 .bb-site-section-title {
        padding: 10px 0px 0px 0px;
    }
    .site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 24px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text {
        font-size: 20px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        padding: 20px 0;
        margin: 20px 0;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.email-info {
        margin-bottom: 0px !important;
    }
    .site-footer-section .footer-row .col-2 {
        padding: 0px !important;
    }
    .footer-right .quick-links {
        padding: 10px 0;
    }
    .footer-right .quick-links ul li {
        padding: 0 20px 10px 0px;
        border-left: 1px solid #fff !important;
        border-right: 1px solid #fff !important;
        width: 50%;
    }
	.footer-right .quick-links ul li:nth-child(2),
	.footer-right .quick-links ul li:nth-child(4),
	.footer-right .quick-links ul li:nth-child(5){
		border-left: none !important;
	}
    .footer-right .quick-links ul li a {
        font-size: 16px;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
    }
    .footer-bottom .ftb-1 {
        width: 100%;
    }
    .footer-bottom .ftb-2 {
        display: none;
    }
    .footer-bottom .service-list {
        margin: 0px 0 0 0;
    }
    .footer-bottom .service-list .sr-list {
        margin: auto;
        padding: 10px;
    }
    .footer-bottom .service-list .sr-list img {
        width: 30px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 12px;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .site-footer-section {
        margin: 0 !important;
        padding: 0 0px !important;
    }
    .site-footer-section .footer-row {
        padding: 0 0px !important;
    }
    .site-footer-section .footer-row .col-1 {
        padding: 15px;
    }
    .site-footer-section .footer-row .col-1 .bb-site-section-title {
        padding: 10px 0px 0px 0px;
    }
    .site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 24px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text {
        font-size: 18px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        padding: 20px 0;
        margin: 20px 0;
    }
    .site-footer-section .footer-row .col-2 {
        padding: 0px !important;
    }
    .footer-right .quick-links {
        padding: 10px 0;
    }
    .footer-right .quick-links ul li {
        padding: 0 10px;
        border-width: 1px;
    }
    .footer-right .quick-links ul li a {
        font-size: 16px;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
    }
    .footer-bottom .ftb-1 {
        width: 100%;
        padding: 0;
    }
    .footer-bottom .ftb-2 {
        display: none;
    }
    .footer-bottom .service-list {
        margin: 0px 0 0 0;
    }
    .footer-bottom .service-list .sr-list {
        margin: auto;
        padding: 10px;
    }
    .footer-bottom .service-list .sr-list img {
        width: 30px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 15px;
        padding: 0;
    }
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 24px;
    }
    .quick-links ul li {
    	padding: 0 10px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text,
    .quick-links ul li a {
        font-size: 18px;
    }
    .site-footer-section .footer-row .col-1 .bb-site-section-title {
        padding: 20px 0px 25px 0px;
    }
    .footer-bottom {
        padding: 20px 0 0 0;
    }
    .footer-bottom .service-list .sr-list {
    	margin: 0;
    }
    .footer-bottom .service-list .sr-list img {
        width: 40px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 16px;
        margin-top: 5px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 30px 0;
        margin: 40px 0;
    }
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 24px;
    }
    .quick-links ul li {
    	padding: 0 15px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text,
    .quick-links ul li a {
        font-size: 18px;
    }
    .footer-bottom .service-list .sr-list {
    	margin: 20px 0 0 0;
    }
    .footer-bottom .service-list .sr-list img {
        width: 50px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 16px;
        margin-top: 5px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 30px 0;
        margin: 40px 0;
    }
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 28px;
    }
    .quick-links ul li {
    	padding: 0 18px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text,
    .quick-links ul li a {
        font-size: 20px;
    }
    .footer-bottom .service-list .sr-list {
    	margin: 20px 0 0 0;
    }
    .footer-bottom .service-list .sr-list img {
        width: 50px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 17px;
        margin-top: 5px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 30px 0;
        margin: 40px 0;
    }
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 30px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text,
    .quick-links ul li a {
        font-size: 20px;
    }
    .footer-bottom .service-list .sr-list {
    	margin: 20px 0 0 0;
    }
    .footer-bottom .service-list .sr-list img {
        width: 50px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 17px;
        margin-top: 5px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 30px 0;
        margin: 40px 0;
    }
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site-footer-section .footer-row .col-1 .bb-site-section-title,
    .footer-right p.footer-title {
        font-size: 40px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text,
    .quick-links ul li a {
        font-size: 24px;
    }
    .footer-bottom .service-list .sr-list {
    	margin: 20px 0 0 0;
    }
    .footer-bottom .service-list .sr-list img {
        width: 50px;
    }
    .footer-bottom .service-list .sr-list p {
        font-size: 17px;
        margin-top: 5px;
    }
    .site-footer-section .footer-row .col-1 .footer-info-text.call-info {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 30px 0;
        margin: 40px 0;
    }
}