@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@400;500;600;700&display=swap');
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: #000;
  font-weight: 400;
  font-style: normal;
  font-size: 20px; 
  font-family: 'Saira', sans-serif;
  line-height: 1.7;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #125ba6;
  clear: both;
  font-family: 'Jost', sans-serif;
  font-weight: 600; 
  line-height: 1.3;
  margin-bottom: 5px;  
}
p {
  color: #000;
  margin-bottom: 0.3em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
}
.text-black {
    color: #000;
}
.bhs-btn {  
  padding: 12px 30px;
  text-transform: uppercase;
  border: 1px solid #125ba6;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #125ba6;
}
.bhs-btn:hover {
  border: 1px solid #125ba6;
  text-decoration: none;
  background: #fff;
  color: #125ba6;
}
.bhs-btn.bhs-btn-white {
    border: 1px solid #125ba6;
    background-color: #fff;
    color: #125ba6;
}
.bhs-btn.bhs-btn-white:hover {
    background-color: #166abf;
    border: 1px solid #fff;
    color: #fff;
}
.pad-tb {
  padding: 45px 0;
}
section {
    position: relative;
    overflow: hidden;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h2 {
    color: #000;
}
header {
    width: 100%;
    z-index: 99;
}
header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: auto; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: auto; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: auto; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}
header a.logo {display: inline-block; vertical-align: middle;line-height: 0}
header a.logo img {max-width:208px; vertical-align: sub;}/*130px*/
/* Navbar */
.navbar {
    padding: 5px 1rem;
}
.navbar-top-default {
    position: relative; /*absolute*/
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 110px; /*90px*/
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background-color: #FFFFFF;
}
.header-appear .navbar-top-default {
    height: 110px;/*90px*/
    position: fixed;
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
/* animation */
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
.navbar-simple .navbar-nav .nav-link{
    padding: 0.4rem 1.5rem;
    margin-left:.5rem;
    color: #2b2b2b;
    font-weight: 400;
}
.header-appear .navbar-simple .navbar-nav .nav-link{
    color: #2b2b2b;
}
.nav-box-round .navbar-nav .nav-link{
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    border-bottom: solid 2px transparent;
}
.nav-box-round .navbar-nav .nav-link span{
    height: 3px;
    width: 0;
    display: block;
    background-color: transparent;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}
.nav-box-round .navbar-nav .nav-link.active{
    color: #125ba6;
}
header .nav-box-round .navbar-nav .nav-link.active span{
    width: 100%;
    background-color: #125ba6;
}
header .nav-box-round .navbar-nav .nav-link:hover{
    color: #125ba6;
}
/* side menu button */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}
.sidemenu_btn_inner{
    height:70px;
    width:70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}
.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background-color: #2b2b2b;
    display: block;
}
.header-appear .sidemenu_btn span {
    background-color: #2b2b2b;
}
.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}
/*Side Menu*/
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(18, 91, 166, 0.95); /*rgba(0, 188, 212, 0.89)*/
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}
/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}
/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 28px;
    right: 32px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-top: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}
.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}
.social-icons-simple li{
    display: inline-block;
}
.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
    color: #fff;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
    color: #125ba6;
}
.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}
/*Footer*/
footer {
    padding: 3rem 0;
    text-align: center;
    background-color: #211d21;
}
.footer-social ul {
    margin: 0;
    padding: 0; list-style: none;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 5px 10px;
    border: 1px solid transparent;/*
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;*/
    background-color: #5b5b5b;
    color: #fff;
}
.footer-social li a:hover {
    background-color: #125ba6;
    color: #ffffff;
}
footer .copyright {
    margin-top: 1rem;
}
footer .copyright a:hover {
    text-decoration: none;
}
@media (min-width: 992px) {
    .sidemenu_btn {
        display: none!important;
    }
    .navbar-collapse {
       flex-grow: unset;
    }
}
.scroll-top-arrow {
    font-size: 25px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color:#125ba6;
}
.scroll-top-arrow:hover{
    background-position: right center;
}
.contact-area {
    background: #f5f5f5;
}
a.call-top {
    background: #125ba6;
    color: #fff;
    padding: 0.6rem 1.1rem;
    border-radius: 100px;
}
a.call-top:hover {
    text-decoration: none;
    background: #211d21;
}
a.call-top i {
    padding-right: 5px;
}
.features-wrap {
  position: relative;
  align-items: center; /*flex-start*/
  margin-bottom: 30px; /*40px*/
  /*background: white;
  padding: 15px 20px;
  min-height: 200px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  border-radius: 10px;*/
}
.features-icon {
  position: relative;
  margin-right: 20px;
}
.features-wrap i {
  background-color: white;
  width: 110px; 
  height: 110px; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 3px solid #125ba6;
  position: relative;
  z-index: 1;
}
.features-wrap h4 {
  padding-bottom: 0px;
}
.features-wrap p {
  margin-bottom: 0;
}
.features-wrap p strong {
  font-weight: 600;
}
.features-icon i:before {
  transform: rotate(100deg);
  width: 115px;
  height: 115px;
  position: absolute;
  background-color: white;
  content: "";
  border-radius: 64%;
  z-index: -15;
  border: 10px solid #125ba6;
  clip-path: inset(50% 0 0 50%);
  transition: .7s ease-in-out;
}
.features-icon i img {
    width: 80px;
    height: 80px;
    padding: 2px;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 52px;
}
textarea.form-control {
  height: 110px;
}
.features-wrap:hover .features-icon i:before {
  transform: rotate(466deg);
}
.banner-wrap {
    background-color: #f4f4f4;    
    position: relative;
    padding: 45px 0 40px;
    background: url(../images/banner-bg.jpg);
    background-position: center center!important;
    background-size: cover!important;
}
.banner-tpic {
    margin-bottom: 1.8rem;
}
/*.banner-bg {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.1;
    background: url(../images/banner-bg1.png);
    background-position: center;
    background-size: cover;
}*/
.banner-form {
    background: #125ba6;
    padding: 20px 20px;
    border-radius: 10px;
}
.banner-form h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.contact-info .features-wrap h4 {
    text-transform: uppercase;
    margin-bottom: 2px;
}
.contact-info p a {
   color: #000;
} 
.contact-info p a:hover {
    text-decoration: none;
}
.pricing-area {
    background: #f5f5f5;
}
#price {
  text-align: center;
}
.plan {
  display: block;/*inline-block*/
  /*margin: 10px 1%;*/
}
.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position: relative;
}
.entry-title {
  background: #53cfe9;
  height: 170px;/*140px*/
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.entry-title > h3 {
  background: #1bb0cf;/*#20bada*/
  font-size: 26px;/*20px*/
  padding: 10px 0;/*5px 0*/
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.entry-title .price {
  position: absolute;
  bottom: -70px;/*-25px*/
  background: #1bb0cf;/*#20bada*/
  height: 160px;/*95px*/
  width: 160px;/*95px*/
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50%;/*50px*/
  border: 5px solid #fff;
  line-height: 1.2;/*80px*/
  font-size: 26px;/*32px*/
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price span {
  /*position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;*/
}
.entry-content {
    /*color: #323232;*/
    margin-top: 75px;
}
.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.entry-content li {
  border-bottom: 1px solid #e3e3e3;/*e5e5e5*/
  padding: 10px 0;
}
.entry-content li:last-child {
  border: none;
}
.price-btn, .back-btn {
  padding: 1.2em 0 2em;/*3em 0*/
  text-align: center;
}
.price-btn a, .back-btn a {
  background: #211d21;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;   
  border-radius: 100px;
}
.back-btn a {
   background: #125ba6;
}
.back-btn a:hover {
    background: #211d21;
}
.back-btn a i {
    padding-right: 8px;
}
.hot {
  position: absolute;
  top: -7px;
  background: #f80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}
.basic .entry-title {
  background: #75ddd9;
}
.basic .entry-title > h3 {
  background: #39b1ac;/*#44cbc6*/
}
.basic .price {
  background: #39b1ac;/*#44cbc6*/
}
.standard .entry-title {
  background: #5496d5;/*#4484c1*/
}
.standard .entry-title > h3 {
  background: #3772aa;
}
.standard .price {
  background: #3772aa;
}
.ultimite .entry-title > h3 {
  background: #dd4b5e;
}
.ultimite .entry-title {
  background: #f27685;/*#f75c70*/
}
.ultimite .price {
  background: #dd4b5e;
}
.solutions-area, .pricing-area {
    padding: 45px 0 60px;
}
.solutions-area.security {
    background: #f5f5f5;
}
.smart-security, .smart-home {
    padding: 30px 30px;    
    background: #125ba6;
    margin: 0px 170px;/*200px*/
}
.smart-home {
    background: #211d21;
    padding: 60px 30px 20px;
}
.smart-security h3, .smart-home h3 { 
    color: #fff;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 1rem;
}
.smart-security h4, .smart-home h4 {
    color: #fff;
} 
.icon-text-wrap {
    text-align: center;    
    margin-bottom: 30px;
}
.smart-home .icon-text-wrap {
    margin-bottom: 50px;
}
.smart-icon {
    width: 90px;
    height: 90px;
    display: inline-block;    
    line-height: 90px;    
    margin-bottom: 10px;
}
.single-brand {
  margin-top: 1rem; 
}
.single-brand img {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  padding: 5px 0;
} 
.brands-area .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
}
.brands-area .owl-carousel .owl-nav button:hover, 
.brands-area .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.brands-area .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.brands-area .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: -20px;
}
.brands-area .owl-carousel .owl-nav button.owl-prev span, 
.brands-area .owl-carousel .owl-nav button.owl-next span {
  font-size: 30px;
  color: #999;
}
.call_toaction {
    display: none;
}
.thanks-sec {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    padding: 55px 0;
}
.thanks-sec h2 {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #211d21;
    font-size: 48px;
}
.thanks-sec h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}