* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #e52e37;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.container{
  max-width: 1500px;
  margin: auto;
}
body {
  font-family: "Montserrat", sans-serif;
overflow-x: hidden;

}
button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}
html {
    overflow-x: hidden;
}
/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.no-pad {
  padding: 0;
}
.sticky {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 99;
}
.top-head {
  padding: 15px 0;
  background-color: #e52e37;
}

.box-top {
  display: flex;
  align-items: center;
}


.top-head h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
}
.top-head  a {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
.top-head  a:hover {
 
  color: #000;
}
.btn {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.main-header .main-menu ul li a:hover {
  color: #e52e37;
}
.btn a {
  color: #fff;
  background-color: #fd8204;
  padding: 8px 30px;
  border-radius: 50px;
  transition: .3s;
  font-size: 22px;
  border: 1px solid #fd8204;
  font-weight: 500;
  text-transform: uppercase;
}

.btn a:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}
header.main-header {
    padding: 35px 0;
    background-color: #fff;
    position: relative;
    opacity: 90%;
    z-index: 9999;
    box-shadow: 0px 20px 50px -20px #00000070;
}
.main-header .main-menu ul {
  display: flex;
  column-gap: 37px;
  margin: 0;
      justify-content: flex-end;
          margin-right: 8px;
          justify-content: space-between;
}
.main-header .drop-icon i {
  font-size: 20px;
  margin-top: 10px;
  color: #e52e37;
  font-weight: bold !important;
  cursor: pointer;
}
.main-header .main-menu li:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: center;

}
.main-header .main-menu ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  transition: .3s;
}

.home-sec-5 h3 {
  font-size: 24px;
  color: #e52e37;
  font-weight: 700;
}

.mobile-item{
  display: none;
}
.drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.hero-banner {
    text-align: center;
    min-height: 1080px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.hero-banner .text h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
  padding-bottom: 20px;
}
.text p {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}
.hero-banner .text p {
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
}
.home-sec-1 {
  padding: 60px 0px 100px;
  text-align: center;
}
.home-sec-1 h2 {
  color: #e52e37;
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 30px;
}
.home-sec-1 .text h4 {
  color: #000;
}
.home-sec-1 p {
  color: #000;
  max-width: 1150px;
  margin: auto;
  padding-top: 40px;
}
.home-sec-1 .text {
  padding-bottom: 70px;
}
.home-sec-2 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
}

.home-sec-2 .text {
  text-align: center;
  margin-bottom: 70px;
}
.home-sec-2 .text  h2 {
  font-size: 60px;
  color: #fff;
  padding-bottom: 60px;
  font-weight: 600;
}
.text  h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.home-sec-2 .text p {
  max-width: 1120px;
  margin: auto;
}



.main-show {
 
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px;
}
.front-show {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front-show h3 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.hide-show {
  position: absolute;
  width: 485px;
  height: 400px;
  margin-bottom: 0px;
  left: 0;
  opacity: 0 !important;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 60px 5px #00000014;
  cursor: pointer;
  flex-direction: column;
  margin: 0px 0 0px 7px;
}
.hide-show:hover {
  opacity: 1 !important;
  
}
.home-sec-2 .col-lg-4 {
  padding: 0;
}
.hide-show h5 {
  color: #000;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  max-width: 330px;
  padding-top: 20px;
  line-height: 1.4em;
}
.home-sec-3 {
  padding: 80px 0px 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-sec-3 .text h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  
}
.t-btn a:hover {
  background-color: #fd8204;
}
.t-btn a {
  padding: 15px 45px;
  background-color: #fff;
  border-radius: 17px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  transition: .3s;
}
.slider {
  padding: 60px 0;
}
.slider h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.slider h6 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
}
.home-sec-4 {
  padding: 100px 0px 50px;
  text-align: center;
}
.home-sec-4  h2 {
  margin-bottom: 60px;
  color: #e52e37;
  font-size: 60px;
  font-weight: 700;
}
.slick-track {
  padding: 50px 0px;
}
footer form input {
  font-size: 25px;
  padding-left: 20px !important;
}
.home-sec-3 button.slick-prev.slick-arrow {
 
  background-image: url('../images/home-right.png');
  background-color: transparent;
  height: 65px;
  background-repeat: no-repeat;
  width: 65px;
  left: -95px;
  position: absolute;
 
}

.home-sec-3 button.slick-next.slick-arrow {
  position: absolute;
  right: -95px;
  background-color: transparent;
  background-image: url('../images/home-left.png');
  top: 50%;
  height: 65px;
  background-repeat: no-repeat;
  width: 65px;
 
 
}

.home-sec-4 button.slick-prev.slick-arrow {
 
  background-image: url('../images/left.png');
  background-color: transparent;
  height: 65px;
  background-repeat: no-repeat;
  width: 65px;
  left: -95px;
  position: absolute;
 
}

.home-sec-4 button.slick-next.slick-arrow {
  position: absolute;
  right: -95px;
  background-color: transparent;
  background-image: url('../images/right.png');
  top: 50%;
  height: 65px;
  background-repeat: no-repeat;
  width: 65px;
 
 
}


button.slick-next.slick-arrow:after {
  display: none;
}

section.home-sec-5 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  /* display: flex; */
  /* align-items: center; */
  padding-top: 150px;
}
.home-sec-5 .container-fluid {
  background-color: #dd2f38e8;
  padding: 60px 70px 70px 0px;
}
.home-sec-5 .btn {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.home-sec-5 .box-center h2 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 30px;
}
.btn-t {
  background-color: #fff;
  text-align: center;
  padding: 15px 0px;
  transition: .3s;
}
.btn-t a {
  font-size: 24px;
  font-weight: 700;
  color: #e52e37;
}
.btn-t a:hover {
  color: #000;
}
.box-center {
  padding-left: 20px;
}
.home-sec-5 .box-center p {
  font-size: 25px;
  color: #fff;
  max-width: 905px;
  font-weight: 400;
  padding-bottom: 30px;
}
.home-sec-5 .btn a {
  padding: 12px 55px !important;
  border-radius: 20px !important;
  font-size: 20px !important;
}
.home-sec-6 {
  background-color: #fff;
  padding: 70px 0px 0px;
}
.home-sec-6 .col-lg-12 {
  padding: 0;
}
.insta-box h2 {
  color: #e52e37;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.home-sec-6 .insta-box img {
  width: 100%;
}
footer {
  padding: 60px 0px 0px;
}
.t-btn {
  margin-top: 40px;
}
.footer-first {
  text-align: center;
}
footer .foot-icon ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
  padding-top: 0px;
  margin-top: 32px;
}
footer h3 {
  font-size: 32px;
  color: #ef4036;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
footer .t-btn a {
  padding: 13px 30px;
  background-color: #fd8204;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 600;
  transition: .3s;
  color: #fff;
}
footer .t-btn a:hover {
  background-color: #000000 !important;
}
footer form input {
  height: 52px;
  border-radius: 50px;
  width: 400px;
  background-color: #b4b4b4;
  border: 1px solid #b4b4b4;
}
form button {
  font-size: 20px;
  background-color: #fd8204;
  color: #fff;
  padding: 10px 50px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 240px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  margin-left: -40px;
}
.newsletter {
  margin-top: 32px;
}
footer .newsletter form {
  display: flex;
  align-items: center;
}
.foot-icon li a {
  color: #fff;
  background-color: #e52e37;
  padding: 12px 15px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 30px;
  width: 50px;
  justify-content: center;
  height: 50px;
}
.footer-middle {
  margin-right: -40px;
  padding-bottom: 60px;
}
.last-box-footer {
  padding: 60px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 50px;
}
.btan-last a {
  color: #e52e37;
  font-size: 20px;
  font-weight: bold;
}
.copy-right-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
  background-color: #7d7d7d;
}
.copy-right-line h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.copy-right-line h5 a {
  color: #fff;
}
.copy-right-line h5 a:hover {
  color: #e52e37;
}
.foot-icon li a:hover {
  background-color: #000;
}
.btan-last a:hover {
  color: #000;
}
.main-header ul.sub-menu {
display: flex !important;
    flex-direction: column;
    background-color: #fff;
    /* height: 285px; */
    position: absolute;
       top: 60px;
    opacity: 90%;
    row-gap: 10px;
    width: 180px;
    border-radius: 10px;
    align-items: center;
    padding: 20px 20px;
    text-align: center;
}
.main-header .sub-menu li a {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #000 !important;
  margin-bottom: 0px !important;
}
.main-header ul li a.btn-submenu {
  color: #e52e37!important;
}
.main-header ul.sub-menu li:nth-child(3) {
  margin: 0 !important;
}
header li:hover >ul.sub-menu {
  display: block !important;
}
.main-header ul.sub-menu{
  display: none !important;
} 
.main-header ul.sub-menu li {
  margin: 8px 0px;
}
.main-header .sub-menu li a:hover {
  color: #e52e37 !important;
  
}

.slick-slide img {
    display: inline-block !important;
}


.main-header .main-menu > ul >li {
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-default footer {
    border-top: 1px solid black;
}

.page-title {
    background-position: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title h1 {
    text-align: center;
    padding: 10px 0;
    background: #e8424b00;
    color: #fff;
}
section.default-temp {
    padding: 10px 0 80px;
}

.banner-tittle {
    background-size: cover;
    height: 530px;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    text-align: center;
}
.banner-tittle .text h2 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
}

.case-sec-1 .text h5 {
    font-size: 36px;
    font-weight: 400;
}

section.case-sec-1 {
    text-align: center;
    padding: 60px 0px 40px;
}

.case-sec-1 .text h2 {
    font-size: 52px;
    font-weight: 700;
    color: #e52e37;
    padding-top: 10px;
}
.case-sec-1 .text  h4 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    padding-top: 30px;
}

.case-sec-1 .text p {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
}

.page-id-244 .home-sec-2 .text  h2 {
    font-size: 52px;
    color: #e52e37;
    padding-bottom: 0px;
    font-weight: 600;
}

.page-id-244 .home-sec-2 .col-lg-6.col-md-12 {
    padding: 0;
    margin: 0;
}
.front-show span {
    font-size: 18px;
    font-weight: 400;
}
.page-id-244 .front-show h3 {
    font-size: 25px;
   
}
.page-id-244 .main-show {
    height: 550px;
 
  
}






.case-study-sec-1 .main-case {
    background-color: #dd2f38e8;
    padding: 60px 0px 50px 30px;
}




.case-study-sec-1 .box-center h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 25px;
}
.case-study-sec-1 .btn-t {
    background-color: #fff0;
    text-align: left;
    padding: 15px 0px;
    transition: .3s;
}
.case-study-sec-1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    display: flex !important;
    /* align-items: center; */
    
}
.case-study-sec-1 .container {
    background-color: #dd2f38e8;
    background-image: url(https://aquariusstaging.com/clients/allstate/wp-content/uploads/2024/04/home-sec-5.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-study-sec-1 .btn {
  display: flex;
  justify-content: flex-start;
  padding: 0;
}
.case-study-sec-1 .box-center h2 {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 25px;
}
.case-study-sec-1 .row {
    display: flex;
    align-items: flex-end;
}
.case-study-sec-1 .btn-t a {
  font-size: 24px;
  font-weight: 700;
  color: #e52e37;
}
.case-study-sec-1 .btn-t a:hover {
  color: #000;
}
.case-study-sec-1 .box-center {
  padding-left: 20px;
}
.case-study-sec-1 .box-center p {
  font-size: 25px;
  color: #fff;
  max-width: 905px;
  font-weight: 400;
  padding-bottom: 30px;
}
.case-study-sec-1 .btn a {
  padding: 12px 55px !important;
  border-radius: 20px !important;
  font-size: 20px !important;
}

.case-single .front-show h3{
    display:none;
}

.case-single h3{
    color:#7D7D7D;
    font-size:40px;
    text-align:center;
    margin:10px 0 20px;
    font-weight:600;
}


.case-single-sec-3{
        padding: 180px 0px 180px;
        margin-top:40px;
}
.page-id-225 p.has-text-align-center {
    max-width: 750px;
    margin: auto;
    padding: 20px 0px 50px;
}
.page-id-225 .wp-block-column p {
   
    padding-bottom: 20px;
    text-align: center;
}

.footer-middle .gform_footer.top_label {
    margin: 0;
}

.page-id-188 .insta-box p img {
    text-align: center !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}


.page-id-188 .insta-box p.p1 {
    max-width: 1050px;
    margin: auto;
}


input#input_1_1 {
    padding-right: 50px;
}



























/*Responsive */


@media only screen and (max-width: 1600px) {
    
    .main-header .sub-menu li a {
    font-size: 16px !important;
    }
  
  
  .img-slide {
    padding: 0px 40px !important;
}
  
 button.slick-prev.slick-arrow {
  
    left: 10px !important;
    position: absolute;
    padding: 0px 10px !important;
}
 button.slick-next.slick-arrow {
    position: absolute;
    right: -20px !important;
    padding: 0px 10px !important;
  
}
.home-sec-4 .slid {
    padding: 0px 30px;
}
.home-sec-3 .slider {
    padding: 50px 40px;
}
footer .t-btn a {
    padding: 13px 20px;
 
    font-size: 22px;
    
}
.home-sec-5 h3 {
    font-size: 20px;
    
}
.home-sec-2 .hide-show {
    width: auto;
}
.main-header .main-menu ul li a {
    font-size: 15px;
}
.main-header .main-menu ul {
   
    column-gap: 20px;
    justify-content: space-between;
   
}
.home-sec-1 p {
   
    padding-top: 20px;
}
.slick-track {
    padding: 0px 0px;
}
}
@media only screen and (max-width: 1199px) {
    
    .main-header .sub-menu li a {
    font-size: 14px !important;
    }
  .top-head {
    padding: 15px 10px;
    
}  
    .hero-banner .text h1 {
    font-size: 70px;
    padding-bottom: 15px;
}
  .hero-banner .text p {
    max-width: 1000px;
    padding-top: 20px;
}  
.hero-banner {

    min-height: 850px;
    margin-top: -133px;

}
.top-head h3 {
    font-size: 18px;
    margin-right: 10px;
}
.top-head  a {
    font-size: 18px;
   
}
.btn a {

    padding: 8px 25px;
    font-size: 18px;
   
}
.text p {
    font-size: 22px;

    margin-top: 20px;
}
.home-sec-1 p {
    max-width: 900px;
    padding-top: 0px;
}
.home-sec-1 {
    padding: 50px 0px 70px;

}
.home-sec-2 .text  h2 {
    font-size: 42px;
    padding-bottom: 20px;
}
.text  h4 {
    font-size: 26px;
    
}
.home-sec-2 .text p {
    max-width: 920px;
    margin-top: 10px;
}
.home-sec-2 .text {

    margin-bottom: 40px;
}
.front-show h3 {
    font-size: 28px;
    
}

.main-header .main-menu ul li a {
    font-size: 14px;
}


.hide-show h5 {
 
    font-size: 20px;
    max-width: 310px;
    padding-top: 20px;
    line-height: 1.6em;
}
.home-sec-2 {
    padding: 60px 10px;
}
.hide-show {
 
    margin: 0px 7px 0px 7px;
}
.home-sec-3 .text h2 {
    font-size: 38px;
}
.slider h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.home-sec-3 .slider {
    padding: 40px 50px;
}
.t-btn {
    margin-top: 0px;
}
.home-sec-3 {
    padding: 70px 0px 70px;
    min-height: 500px;
   
}
.home-sec-4  h2 {
    margin-bottom: 40px;
    font-size: 42px;

}
.home-sec-4 {
    padding: 70px 0px 50px;
}
.home-sec-5 .container-fluid {
    padding: 50px 40px 50px 0px;
}
.home-sec-5 h3 {
    font-size: 15px;
}
.home-sec-5 .box-center p {
    font-size: 20px;
    max-width: 700px;
 
    padding-bottom: 10px;
}
.home-sec-5 .btn a {
    padding: 12px 40px !important;
    font-size: 18px !important;
}
.home-sec-5 .box-center h2 {
    font-size: 28px;
    padding-bottom: 10px;
}
.home-sec-5 {

    min-height: 650px;

    padding-top: 100px;
}
.home-sec-6 {

    padding: 50px 0px 0px;
}
footer h3 {
    font-size: 26px;
  
}
footer .t-btn a {
    padding: 12px 16px;
    font-size: 17px;
}
footer .t-btn {
    margin-top: 30px;
}
.newsletter {
    margin-top: 20px;
}
input#gform_submit_button_1 {
    font-size: 17px !important;
    padding: 10px 35px !important;
    max-width: 140px;
    height: 45px;
 
}
.ginput_container input {
    height: 45px !important;
    width: 210px !important;
    
}
div#gform_wrapper_1 {
   
    padding-left: 20px;
}
footer .foot-icon ul {

    column-gap: 15px;
    margin-top: 20px;
}
.foot-icon li a {


    font-size: 22px;
    width: 45px;
    height: 45px;
}
.last-box-footer {
    padding: 30px 0px;
    column-gap: 30px;
}
.copy-right-line {

    padding: 20px 0px;
}
.copy-right-line h5 {
    font-size: 18px;
}
.btan-last a {
  
    font-size: 17px;
   
}
.slider h6 {
    font-size: 24px;
  
}
.case-study-sec-1 .box-center h3 {
    font-size: 38px;
  
    margin-bottom: 15px;
}
.case-study-sec-1 .box-center h2 {
    font-size: 22px;
   
    padding-bottom: 15px;
}
.case-study-sec-1 .box-center p {
    font-size: 20px;
    max-width: 750px;
    padding-bottom: 0px;
}
.case-study-sec-1 .btn a {
    padding: 11px 40px !important;
    font-size: 18px !important;
}
.case-study-sec-1 .btn {
    display: flex;
    justify-content: center;
    
}
.case-sec-1 .text p {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
}
.case-sec-1 .text h2 {
    font-size: 42px;
    padding-top: 10px;
}
section.case-sec-1 {
    text-align: center;
    padding: 40px 0px 0px;
}
.single-industry .home-sec-2 .text h2 {
    font-size: 48px;
    color: #e52e37;
    padding-bottom: 30px;
    font-weight: 600;
}
}
@media only screen and (max-width: 1024px) {
 
.top-head {
    /*display: none;*/
    
}
.sticky{
    display: none;
    
}
body.mob-menu-slideout-over{
    padding-top:0!important;
}

.mob-menu-header-holder{
    top:45px!important;
}

    .top-head {
        padding: 7px 10px;
    }
    
        .top-head h3,
        .top-head a{
        font-size: 12px;
     
    }
    
     .top-head    .btn a {
        padding: 3px 15px;
        font-size: 14px;
    }

header.main-header {
    display: none;
}
.hero-banner .text h1 {
    font-size: 52px;
    padding-bottom: 10px;
}
.hero-banner .text p {
    max-width: 880px;
    padding-top: 15px;
}

.hero-banner {
    min-height: 650px;
    margin-top: -105px;
}
.home-sec-1 {
    padding: 40px 0px 50px;
}
.home-sec-1 .text {
    padding-bottom: 50px;
}
.text p {
    font-size: 20px;
    margin-top: 10px;
}
.home-sec-1 p {
    max-width: 870px;
    padding-top: 0px;
}
.home-sec-1 h2 {
 
    font-size: 42px;
    margin-bottom: 20px;
}
.home-sec-2 {
    padding: 40px 10px;
}
.home-sec-2 .text {
    margin-bottom: 30px;
}
.text  h4 {
    font-size: 24px;
}
.home-sec-2 .text  h2 {
    font-size: 38px;
    padding-bottom: 10px;
}
.main-show {
    height: 320px;
    margin: 8px;
}
.hide-show {
    height: 300px;
    margin: 0px 5px;
}
.hide-show h5 {
    font-size: 17px;
    max-width: 270px;
    padding-top: 10px;

}
.front-show h3 {
    font-size: 24px;
}
.front-show h3 br{
    display: none;
}
.home-sec-3 {
    padding: 50px 0px 50px;
    min-height: 400px;
}
.slider h3 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.5em;
}
.home-sec-3 .text h2 {
    font-size: 32px;
}
.t-btn a {
    padding: 14px 35px;
    font-size: 18px;
   
}
.slider h6 {
    font-size: 20px;
}
.home-sec-4 {
    padding: 50px 0px 40px;
}
.home-sec-4  h2 {
    margin-bottom: 30px;
    font-size: 32px;
}
.home-sec-5 {

    min-height: 600px;
    padding-top: 100px;
}
.default-temp {
    padding: 70px 0;
}
.banner-tittle {
    
    height: 450px;
   
}
.banner-tittle .text h2 {
  
    font-size: 52px;
   
}
.case-study-sec-1 .btn {
    display: flex;
    justify-content: center;
    
}
.case-sec-1 .text h5 {
    font-size: 28px;
    font-weight: 400;
}
.case-sec-1 .text h2 {
    font-size: 32px;
  
    padding-top: 5px;
}
.case-sec-1 .text p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    margin-top: 9px;
}
.case-single h3 {
 
    font-size: 32px;
    margin: 10px 0 10px;
   
}
.main-show {
    margin: 5px;
    height: 400px;
}
}
@media only screen and (max-width: 991px) {
 
.home-sec-1 p {
    max-width: 650px;
  
}
    .text p {
    font-size: 17px;
    margin-top: 10px;
}
.home-sec-1 .text {
    padding-bottom: 0px;
}
.img-box {
    padding-top: 40px;
}
.hero-banner .text img {
    max-width: 570px;
}
.front-show h3 {
    font-size: 20px;
}
.home-sec-2 .text  h2 {
    font-size: 32px;
    
}
.text  h4 {
    font-size: 22px;
}
.home-sec-3 {
    padding: 30px 0px 50px;
    min-height: 400px;
}
.slider h3 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.6em;
}
.home-sec-3 .slider {
    padding: 30px 40px;
}
.home-sec-5 .container-fluid {
    padding: 50px 0px 50px 0px;
}

.default-temp p {
    font-size: 15px;
    line-height: 1.7em;
}
.default-temp {
    padding: 40px 0;
}



.box-center {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}
.home-sec-5 .btn {
    display: flex;
    justify-content: center;
    padding: 0;
}
.home-sec-5 .box-center p {
    font-size: 18px;
    max-width: 100%;
    padding-bottom: 10px;
}
.home-sec-5 .container-fluid {
    padding: 50px 0px 30px 0px;
}
.home-sec-5 {

    min-height: 600px;
    padding-top: 60px;
}
footer {
    padding: 40px 0px 0px;
}
footer .newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-middle {
    margin-right: 0px;
    padding-bottom: 60px;
}
.last-box-footer {
    padding: 30px 0px;
    column-gap: 20px;
}
.last-box-footer img {
    max-width: 220px;
}
.btan-last a {
    font-size: 15px;
}
.copy-right-line {
    padding: 15px 0px;
}
.copy-right-line h5 {
    font-size: 15px;
}
footer h3 {
    font-size: 22px;
}
.banner-tittle {
   
    height: 300px;
  
}
.banner-tittle .text h2 {
  
    font-size: 42px;
   
}
.case-study-sec-1 .btn {
  
    padding-top: 30px;
}
.case-study-sec-1 .btn {
    display: flex;
    justify-content: center;
    
}
.case-sec-1 .text h2 {
    font-size: 26px;
    padding-top: 5px;
}
.case-sec-1 .text p {
    font-size: 15px;
 
    margin-top: 6px;
}
.single-industry .home-sec-2 .text h2 {
    font-size: 42px;
    color: #e52e37;
    padding-bottom: 0px;
    font-weight: 600;
}
}
@media only screen and (max-width: 767px) {
    
    .top-head h3, .top-head a {
        font-size: 10px;
    }
    
        .top-head .btn a {
        padding: 2px 10px;
        font-size: 11px;
    }
    
        .mob-menu-header-holder {
        top: 43px !important;
    }
 .hero-banner .text h1 {
    font-size: 42px;
    padding-bottom: 5px;
}
 .hero-banner .text img {
    max-width: 440px;
    margin: auto;
}
 .hero-banner .text p {
    max-width: 100%;
    padding-top: 5px;
}
 
 .hero-banner {
    min-height: 550px;
    margin-top: -85px;
}
 .home-sec-1 {
    padding: 30px 0px 40px;
}
.home-sec-1 h2 {
    font-size: 30px;
    margin-bottom: 10px;
}
.text  h4 {
    font-size: 18px;
}
.home-sec-1 p {
    max-width: 100%;
}
.text p {
    font-size: 13px;
    margin-top: 10px;
}
.home-sec-2 .text  h2 {
    font-size: 30px;
}
.hide-show h5 {
    font-size: 14px;
    max-width: 300px;
    padding-top: 10px;
}
.home-sec-2 {
    padding: 30px 10px;
}
.home-sec-3 {
    padding: 30px 0px 40px;
    min-height: 350px;
}
.slider h3 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.home-sec-3 .slider {
    padding: 30px 40px;
}
.slider h6 {
    font-size: 13px;
    margin-bottom: 20px;
}
.t-btn a {
    padding: 13px 30px;
    font-size: 16px;
}
.home-sec-4 {
    padding: 40px 0px 30px;
}
section.home-sec-5 {

    min-height: 500px;
    padding-top: 70px !important;
}
.home-sec-5 h3 {
    font-size: 13px;
}
.home-sec-5 .box-center h2 {
    font-size: 24px;
    padding-bottom: 5px;
}
.home-sec-5 .box-center p {
    font-size: 13px;
    max-width: 100%;
    padding-bottom: 10px;
}
.home-sec-5 .btn a {
    padding: 11px 30px !important;
    font-size: 14px !important;
    border-radius: 15px !important;
}


.page-title {
    min-height: 250px;
    
}
.case-sec-1 .text  h4 {
    font-size: 18px;
 
    padding-top: 15px;
}

.home-sec-2 .text h2 {
    font-size: 23px;
  
}


.home-sec-6 {
    padding: 30px 0px 0px;
}
.insta-box h2 {

    font-size: 24px;
    margin-bottom: 20px;
}
.footer-first {
    text-align: center;
    padding-bottom: 40px;
}
footer .t-btn {
    margin-top: 20px;
}
footer .t-btn a {
    padding: 12px 18px;
    font-size: 14px;
    border-radius: 15px !important;
}
input#gform_submit_button_1 {
    font-size: 14px !important;
    padding: 10px 30px !important;
    max-width: 130px;
    height: 38px;
}
.ginput_container input {
    height: 38px !important;
    width: 200px !important;
}
.newsletter {
    margin-top: 15px;
}
.footer-middle {
    margin-right: 0px;
    padding-bottom: 30px;
}
.last-box-footer {
    padding: 20px 0px;
    column-gap: 20px;
}
.last-box-footer img {
    max-width: 180px;
}
.copy-right-line {
    padding: 10px 0px;
}
.copy-right-line h5 {
    font-size: 11px;
}
div#gform_wrapper_1 {
    padding-left: 0px;
}
.home-sec-3 button.slick-next.slick-arrow {
    
    background-image: url('https://aquariusstaging.com/clients/allstate/wp-content/uploads/2024/04/icon-smal-1.png');
    
}

.home-sec-3 button.slick-prev.slick-arrow {
     background-image: url('https://aquariusstaging.com/clients/allstate/wp-content/uploads/2024/04/icon-smal-2.png') !important;
    background-color: transparent;
    height: 65px;
    background-repeat: no-repeat;
    width: 65px;
    left: -95px;
    position: absolute;
}
.home-sec-4 button.slick-prev.slick-arrow {
    background-image: url('https://aquariusstaging.com/clients/allstate/wp-content/uploads/2024/04/small-icon-2.png');
    background-color: transparent;
    height: 65px;
    background-repeat: no-repeat;
    width: 65px;
    left: -95px;
    position: absolute;
}
.home-sec-4 button.slick-next.slick-arrow {
    position: absolute;
    right: -95px;
    background-color: transparent;
    background-image: url('https://aquariusstaging.com/clients/allstate/wp-content/uploads/2024/04/small-icon-1.png');
    top: 50%;
    height: 65px;
    background-repeat: no-repeat;
    width: 65px;
}
.default-temp p {
    font-size: 13px;
    line-height: 1.7em;
}
.default-temp {
    padding: 30px 0;
    text-align:center;
}
section.default-temp {
    padding: 30px 0;
}
.page-title {
    
    min-height: 220px;
   
}
.page-title h1 {
   
    font-size: 26px;
}
.page-title {
  
    min-height: 180px;
 
}
.insta-box {
    padding: 0px 20px;
}
section.default-temp .col-md-12 {
    padding: 0 !important;
}
.banner-tittle {
   
    height: 200px;

}
.banner-tittle .text h2 {
    
    font-size: 32px;
    
}
.case-study-sec-1 .box-center h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
.case-study-sec-1 .box-center h2 {
    font-size: 17px;
    padding-bottom: 10px;
}

.case-study-sec-1 .box-center p {
    font-size: 15px;
    max-width: 510px;
    padding-bottom: 0px;
}

.case-study-sec-1 .btn a {
    padding: 10px 30px !important;
    font-size: 15px !important;
}
.case-study-sec-1 .main-case {
    
    padding: 40px 0px 40px 10px;
}
.case-study-sec-1 .btn {
    display: flex;
    justify-content: center;
    
}
.case-sec-1 .text h2 {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 7px;
}
.case-sec-1 .text h5 {
    font-size: 20px;
    
}
.main-show {
    margin: 5px;
    height: 300px !important;
}
.front-show h3 {
    font-size: 15px;
}
.front-show span {
    font-size: 13px;
    font-weight: 400;
}
.single-industry .home-sec-2 .text h2 {
    font-size: 20px;
}
.case-sec-1 .text h3 {
    font-size: 18px;
}
}

@media only screen and (max-width: 575px) {
    
    .hero-banner .text h1 {
    font-size: 30px;
    padding-bottom: 0px;
}
   .hero-banner .text img {
    max-width: 250px;
    margin: auto;
} 
    .hero-banner {
        min-height: 250px;
      margin-top: 50px;
    }
.home-sec-1 h2 {
    font-size: 26px;
    margin-bottom: 3px;
}
.text  h4 {
    font-size: 15px;
}
.img-box {
    padding-top: 20px;
}
.home-sec-2 .text  h2 {
    font-size: 26px;
}
.home-sec-2 .text {
    margin-bottom: 20px;
}
.hide-show h5 {
    font-size: 14px;
    max-width: 230px;
    padding-top: 10px;
}
.home-sec-3 .text h2 {
    font-size: 26px;
}
.slider h3 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.slider h6 {
    font-size: 11px;
    margin-bottom: 10px;
}
.t-btn a {
    padding: 12px 20px;
    font-size: 13px;
}
.home-sec-4  h2 {
    margin-bottom: 30px;
    font-size: 26px;
}
.home-sec-5 .box-center p {
    font-size: 13px;
    max-width: 270px;
    padding-bottom: 8px;
    margin: auto;
}
.home-sec-5 .container-fluid {
    padding: 30px 0px 30px 0px;
}
.home-sec-5 .box-center h2 {
    font-size: 16px;
    padding-bottom: 5px;
}
.home-sec-5 .btn a {
    padding: 10px 26px !important;
    font-size: 12px !important;
    border-radius: 12px !important;
}
.insta-box h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
footer {
    padding: 30px 0px 0px;
}
footer h3 {
    font-size: 20px;
}
.last-box-footer img {
    max-width: 140px;
}
.btan-last a {
    font-size: 10px;
}
footer .t-btn a {
    padding: 12px 16px;
    font-size: 12px;
    border-radius: 14px !important;
}
.foot-icon li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
}
footer .foot-icon ul {
    column-gap: 10px;
    margin-top: 13px;
}
.copy-right-line h5 {
    font-size: 9px;
}
.banner-tittle {
 
    height: 170px;
    margin-top: 50px;
}
.case-study-sec-1 .main-case {
    
    padding: 20px 0px 20px 0px;
}
.case-study-sec-1 .box-center h3 {
    font-size: 20px;
    margin-bottom: 8px;
}
.case-study-sec-1 .box-center {
    padding-left: 0px;
}
.case-study-sec-1 .btn {
    display: flex;
    justify-content: center;
    
}
.case-study-sec-1 .btn {
    padding-top: 15px;
}
.case-study-sec-1 .btn a {
    padding: 8px 22px !important;
    font-size: 13px !important;
}
.case-study-sec-1 .box-center p {
    font-size: 13px;
    max-width: 250px;
    padding-bottom: 0px;
    margin: auto;
}
.case-study-sec-1 .box-center h2 {
    font-size: 14px;
    padding-bottom: 5px;
}
.box-center {
  
    padding-top: 0px;
}
.case-study-sec-1 .container {
    
    min-height: 350px;
   
}
.case-study-sec-1 {

    min-height: 350px;
   
}
.banner-tittle .text h2 {
    font-size: 26px;
}
.case-sec-1 .text p {
    font-size: 13px;
    margin-top: 5px;
}
.case-single h3 {
    font-size: 22px;
    margin: 10px 0 10px;
}
    .top-head h3, .top-head a {
        font-size: 11px;
    }
    
   .top-head  .btn {

    justify-content: center;
    }
    
        .top-head .btn a {
        padding: 2px 10px;
               font-size: 12px;
        margin-top: 4px;
    }
    
    .mob-menu-header-holder {
        top: 72px !important;
    }
    
    .box-top {
    flex-direction: column;
}

.mobmenur-container {
      
        margin-top: 3px;
    }
    
        .top-head h3 {
     
        margin-right: 0;
    }

    .top-head {
        padding: 7px 0px;
    }
    
}




