*{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

body{
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue-Bold.ttf');
}

h1, h2, h3, h4, h5, h6, p, ul, ol{
  margin: 0;
  padding: 0;
}

:root{
    --pri-color: #1457a0;
}

a{
  text-decoration: none !important;
  transition: all .4s ease-in-out;
}

header.main_header {
  width: 100%;
  float: left;
}

.header_contact_area {
  width: 100%;
  float: left;
  display: flex;
  justify-content: right;
  align-items: center;
}

ul.header_contact li {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  float: left;
  padding-right: 70px;
}

ul.header_contact li .icon {
  font-size: 41px;
  color: #000;
  padding-right: 10px;
}

.icon_cont h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}

.icon_cont p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #9e9e9e;
}

ul.header_contact li:last-child i {
  font-size: 35px;
}

.header_btn a {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  background: #C2C2C2;
  display: inline-block;
  padding: 15.5px 22px;
}

.header_btn a:hover {
  background: #185aa1;
  color: #fff;
}

header.main_header .row {
  display: flex;
  align-items: center;
}

header.menu_sect {
  width: 100%;
  float: left;
  border-top: 1px solid #ebebeb;
  margin-top: 12px;
  padding: 5px 0px;
}

.menu_cont ul li {
  list-style: none;
  display: inline-block;
}

.menu_cont {
  text-align: center;
}

.menu_cont ul li a {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 16px;
  padding: 14px 28px;
  display: inline-block;
}

.menu_cont ul li a:hover {
  background: #C2C2C2;
}

section.banner_sect {
  width: 100%;
  float: left;
}

.banner_area {
  width: 100%;
  float: left;
  position: relative;
}

.banner_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0);
  background: linear-gradient(
90deg, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 25%) 100%);
}

.banner_img {
  width: 100%;
  float: left;
}

.banner_img img {
  width: 100%;
  float: left;
}

section.banner_sect [class*="col-"] {
  padding: 0;
}

.banner_cont {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}


.banner_cont h4 {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: normal;
  padding-bottom: 5px;
}

.banner_cont h3 {
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
}

.banner_cont p {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  width: 80%;
  padding-top: 15px;
}


a.banner_btn {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;color: #555555;
  background: #FFFFFF;
  display: inline-block;
  padding: 15.5px 22px;
  margin-top: 20px;
}

section.service_sect {
  width: 100%;
  float: left;
  background: #474948;
  padding: 50px 0px;
  position: relative;
}

section.service_sect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: #EBEBEB;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.service_heading {
  text-align: center;
  padding-bottom: 35px;
}

.service_heading h2 {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}


div#service-slider .item {
  background: #fff;
  text-align: center;
}

div#service-slider .itm_cont {
  padding: 20px 15px 25px;
}

.itm_cont h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 7px;
}

.itm_cont p {
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.itm_cont a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 14px 23px;
  margin-top: 20px;
}

div#service-slider .item:hover .itm_cont a {
  background: #1457a0;
}
 
section.testimonial_sect .itm_cont {
  padding: 65px 15px 75px;
}


.service_btn {
  width: 100%;
  float: left;
  text-align: center;
}

.service_btn a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 15px 24px;
  margin-top: 30px;
}

div#service-slider {
  position: relative;
}

div#service-slider .owl-nav button i {
  padding: 0 8px !important;
}

div#service-slider .owl-nav button {
  font-size: 40px !important;
  color: #fff !important;
  background: #000 !important;
  line-height: normal !important;
  margin: 0 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 49px;
  line-height: 45px !important;
}

button.owl-prev {
  left: -70px;
}

button.owl-next {
  right: -70px;
}


section.home_form_sect {
  width: 100%;
  float: left;
  padding-top: 70px;
}

/* section.home_form_sect .form_img {
  width: 53%;
} */

section.home_form_sect [class*="col-"] {
  padding: 0;
}

section.home_form_sect .row {
  display: flex;
}

.form_sect {
  width: 100%;
  background: #262626;
  position: relative;
  z-index: 99;
  height: 760px;
  padding-top: 75px;
  margin-top: 80px !important;
  padding: 60px 80px 0;
}


.form_sect h2 {
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
}

.form_sect h2::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 8px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* .form_img_area img {
  width: 100%;
} */

section.gallry_sect {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0px;
}

section.gallry_sect::before {
  content: "";
  position: absolute;
  width: 315px;
  height: 100%;
  background: #959595;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.gallry_heading h2 {
  font-size: 70px;
  text-transform: capitalize;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.gallry_btn a i::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #fff;
  left: 6px;
  top: 50%;
}
.gallry_btn a i {
  padding-left: 103px;
  position: relative;
}

.gallry_btn a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  background: #000;
  display: inline-block;
  color: #fff;
  padding: 19px 20px 19px 50px;
}

.gallry_btn a:hover {
  background: #1457a0;
  color: #fff;
}

.gallry_heading_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}


.gallry_images img {
  width: 100%;
}

section.testimonial_sect {
  width: 100%;
  float: left;
}

section.testimonial_sect {
  width: 100%;
  float: left;
  background: #EBEBEB;
  text-align: center;
  position: relative;
  padding: 80px 0px;
  margin-bottom: 80px;
}

.testimonial_heading h3 {
    text-transform: capitalize;
    font-size: 45px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}


div#testimonial_slider .itm_img img {
  width: auto !important;
  margin: 0 auto;
}

div#testimonial_slider {
  width: 100%;
  position: relative;
}

div#testimonial_slider .item {
  background: #fff;
  position: relative;
}

div#testimonial_slider .itm_cont p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

div#testimonial_slider .itm_img h3 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
}

div#testimonial_slider .itm_cont p::after {
  content: "\f10d ";
  position: absolute;
  font-size: 75px;
  font-family: 'FontAwesome';
  left: -33px;
  top: -20px;
  color: #CBCBCB;
}


div#testimonial_slider .itm_cont p::before {
  content: "\f10e ";
  position: absolute;
  font-size: 75px;
  font-family: 'FontAwesome';
  right: 37px;
  bottom: -20px;
  color: #CBCBCB;
}

div#testimonial_slider .itm_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}

.testimonial_heading {
  padding-bottom: 25px;
}

div#testimonial_slider .owl-stage-outer {
  padding-bottom: 100px;
}


div#testimonial_slider .owl-nav button {
  font-size: 40px !important;
  color: #fff !important;
  background: #000 !important;
  line-height: normal !important;
  margin: 0 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  height: 49px;
  line-height: 45px !important;
}

div#testimonial_slider button.owl-prev {
  left: -70px;
}

div#testimonial_slider button.owl-next {
  right: -70px;
}


div#testimonial_slider .owl-nav button i {
  padding: 0 8px !important;
}

.google_area {
  position: absolute;
  bottom: 85px;
  background: #fff;
  padding: 5px 40px;
  right: 0;
}

footer.main_footer {
  width: 100%;
  float: left;
  background: #000;
}

.footer_contact_box_1 {
  background: #474948;
  text-align: center;
  width: 245px;
  height: 135px;
  padding: 23px 13px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_contact_box_1 i {
  font-size: 25px;
  color: #fff;
  display: block;
  padding-bottom: 10px;
}

.footer_contact_box_1 p, .footer_contact_box_1 p a {
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.row.ftr_row_1 [class*="col-"]:nth-child(3) {
  display: flex;
  justify-content: end;
}
.row.ftr_row_1 [class*="col-"]:nth-child(2) {
  display: flex;
  justify-content: center;
}

.row.ftr_row_1 {
  margin-top: -25px;
  position: relative;
  padding-bottom: 25px;
}

.row.ftr_row_1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 10px;
  background: rgb(255,255,255);
  background: linear-gradient(
90deg, rgb(255 255 255 / 1%) 0%, rgb(255 255 255 / 50%) 54%, hsl(0deg 0% 100% / 1%) 100%);
}

.row.ftr_row_2 h3 {
  font-size: 25px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 27px;
}

.footer_quick_link ul li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
}

.footer_quick_link ul li:last-child {
  margin-bottom: 0;
}

.footer_logo_area {
  display: inline-block;
  text-align: center;
}

.footer_icon a {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  color: #fff;
  margin: 0 1px;
}

.footer_icon a:nth-child(1) {
  background: #0154A5;
}

.footer_icon a:nth-child(2) {
  background: #EF6EA7;
}

.footer_icon a:nth-child(3) {
  background: #01ADF1;
}

.footer_icon {
  padding-top: 25px;
}

.footer_quick_link ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.footer_quick_link ul li:after {
  content: "\f105 ";
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: -1px;
  color: #fff;
  font-size: 18px;
}

.footer_about_us p {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.row.ftr_row_2 [class*="col-"]:nth-child(2) {
  display: flex;
  justify-content: center;
}

.footer_about_us {
  padding-left: 30px;
}

.row.ftr_row_2 {
  padding: 20px 0px 40px;
  position: relative;
  display: flow-root;
}

.row.ftr_row_2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  background: rgb(255,255,255);
  background: linear-gradient( 
90deg, rgb(255 255 255 / 1%) 0%, rgb(255 255 255 / 75%) 54%, hsl(0deg 0% 100% / 1%) 100%);
}

.copy_cont {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.row.ftr_copy {
  padding: 15px 0 25px;
}

.form_img_area {
  position: absolute;
  right: 0;
  top: 0;
}

section.home_form_sect [class*="col-"]:first-child {
  width: 54%;
}

a.banner_btn:hover {
  background: #1457a0;
  color: #fff;
}

.service_btn a:hover {
  background: #1457a0;
  color: #fff;
}

.metaslider .flexslider {
    margin: 0!important;
}

.flex-direction-nav .flex-next {
    right: 0!important;
    text-align: right;
}

.flex-direction-nav .flex-prev {
    left: 0!important;
}

.metaslider .caption {
    padding: 0!important;
}

.metaslider .caption-wrap {
    top: 0;
    background: linear-gradient( 
90deg, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 25%) 100%)!important;
    opacity: 1!important;
}

.all-page .itm_cont h3 {
    font-size: 22px;
}

.all-page div#testimonial_slider .itm_cont p::after, .all-page div#testimonial_slider .itm_cont p::before{
    display: none!important;
}

.icon_cont a {
    color: #000;
}

.all-page section.testimonial_sect {
    width: 100%;
    float: left;
    background: #EBEBEB;
    text-align: center;
    position: relative;
    padding: 60px 0px 130px;
    margin-bottom: 0;
}

aside#sidebar {
    display: none;
}

/* .form_sect div#wpcf7-f91-o1 {
    padding: 40px 80px 0;
} */

.form_sect input, .form_sect select, .form_sect textarea{
    width: 100%;
    height: 50px;
    background: #fff;
    padding-left: 20px;
    margin-bottom: 10px;
    border: 0;
}

.form_sect textarea{
    height: 150px;
    padding-top: 15px;
}

.form_sect input.wpcf7-form-control.wpcf7-submit {
    background: #1457a0;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    width: auto;
    padding: 14px 35px !important;
    border-radius: 5px;
    height: auto !important;
    line-height: normal;
}

section.about-banner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bread-cum ul li i {
    padding: 0 5px;
    color: #fff!important;
}

.bread-cum ul li a, .bread-cum ul li {
    color: #fff;
    text-transform: uppercase;
}

.bread-cum ul li {
    display: inline-block;
}

.bread-cum {
    background: var(--pri-color);
    padding: 15px 0;
    clear: both;
}

.all-page {
    padding: 60px 0;
    display: flow-root;
}

aside#sidebar {
    display: none;
}

img.xyz {
    float: right;
    width: 100%;
    max-width: 30%;
    padding: 10px;
    background: var(--pri-color);
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.4));
    margin-left: 25px;
    margin-bottom: 25px;
}

.all-page h2 , .all-page h1 ,.all-page h3 , .all-page h4 , .all-page h5 , .all-page h6 {
    font-size: 33px;
    padding-bottom: 15px;
}

.all-page h3{
    font-size: 28px;
}

.all-page h4{
    font-size: 24px;
}

.all-page h5{
    font-size: 20px;
}

.all-page h6{
    font-size: 18px;
}

.all-page p, .all-page ul li{
    font-size: 16px;
    line-height: 30px;
}

.all-page ul, .all-page p{
    padding-bottom: 20px;
}

.all-page ul li{
    list-style: disc;
    list-style-position: inside;
}

p.comment-form-comment textarea {
    border: 1px solid #ccc;
    height: 120px;
}

p.logged-in-as a {
    color: var(--pri-color);
}

p.comment-form-comment label, p.comment-form-comment textarea {
    width: 100%;
}

div#comments {
    display: block;
    clear: both;
    background: #eee;
    padding: 40px;
}

div#comments input#submit {
    background: var(--pri-color);
    border: 0;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    padding: 0 35px;
}

.blog-box-img-page img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-box-page {
    background: #eee;
    border: 2px solid var(--pri-color);
    padding: 15px;
}

.blog-box-text-page {
    padding-top: 15px;
}

.blog-box-text-page h3 {
    color: var(--pri-color);
    font-size: 25px;
}

.all-page header.header {
    display: none;
}

h4.wpsm_panel-title a span.ac_title_class, .wpsm_panel-body{
    font-family: 'Poppins', sans-serif!important;
}

h4.wpsm_panel-title {
    padding: 0;
}

.all-page div#testimonial_slider .itm_img {
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
}
.all-page section.testimonial_sect .itm_cont {
    padding: 0;
}

.all-page div#testimonial_slider .itm_img {
    position: relative;
    left: 0;
    transform: none;
    bottom: 0;
}
.all-page .testimonial_page {
    border: 1px solid #ccc;
    margin-bottom: 23px;
    padding: 25px 33px;
}
.footer_contact_box_1 {
    width: 360px;
}

.ftr_row_1 .col-md-4:nth-child(2) p, .ftr_row_1 .col-md-4:nth-child(2) p a{
	    font-size: 16px;
}
ul.header_contact li {
    padding-right: 28px;
}
.testimonial_sect div#testimonial_slider .itm_cont p::after {
    top: -40px;
}
.testimonial_sect div#testimonial_slider .itm_img {
    position: relative;
    left: 0;
    transform: none;
    bottom: 43px;
}
.all-page div#testimonial_slider .itm_img h3 {
    padding-top: 29px;
	padding-bottom:0px;
}



.inner_service_area {
    width: 100%;
    background: #eee;
    padding: 30px;
    margin-bottom: 30px;
}

.service_page_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.service_page_cont h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 28px;
	padding-bottom: 10px;
}

.service_page_cont p {
    padding-bottom: 10px;
}


.service_page_cont a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 14px 23px;
    margin-top: 10px;
}

section.service_page_sect .row {
    display: flex;
    flex-wrap: wrap;
}
.service_page_cont {
    padding-top: 25px;
    text-align: center;
}

section.service_page_sect [class*="col"] {
    display: flex;
    flex-wrap: wrap;
}

.section_left_area h3, .section_right_area h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    font-size: 32px;
    line-height: normal;
    padding-bottom: 15px;
}


section.below_banner_sect {
    width: 100%;
    float: left;
    background: #262626;
    padding: 90px 0px;
}

.section_left_area p, .section_right_area p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.section_left_area, .section_right_area {
    border: 2px dashed #fff;
    padding: 25px 40px;
}

section.below_banner_sect .row {
    display: flex;
    flex-wrap: wrap;
}

section.below_banner_sect [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.form_sect h4 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.form_sect p {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
}

.testimonial_heading p {
    font-size: 16px;
}

.form_sect p a {
    color: #1457a0;
    font-weight: 700;
}
.license-number p {
    font-size: 12px;
    text-align: center;
    border: 1px dotted #999;
}
.logo img {
    width: 100%;
}

header.main_header .col-xs-1.col-sm-1.col-md-1.col-lg-1 {
    padding: 0;
}
.license-number p b {
    display: block;
}

div#service-slider .item img {
    height: 300px;
    object-fit: cover;
}

div#envira-gallery-wrap-232 img {
    width: 100%!important;
    height: 400px!important;
}

.envira-lazy:not(img){
	padding-bottom:400px!important;
}

div#envira-gallery-wrap-232 img {
    object-fit: cover;
}
.form_sect input, .form_sect select, .form_sect textarea {
    color: #828079;
}


footer.main_footer .ftr_row_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

form.wpcf7-form input, form.wpcf7-form textarea {
    width: 100%;
    border: 0;
    padding: 10px;
    margin-bottom: 15px;
}

form.wpcf7-form input {
    height: 44px;
}


form.wpcf7-form textarea {
    height: 100px;
}


input.wpcf7-form-control.wpcf7-submit {
    background: #1457a0;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    padding: 8px 35px !important;
    border-radius: 5px;
    height: auto !important;
    line-height: normal;
    width: 100%;
    letter-spacing: 2px;
	margin-bottom:0 !important;
}

form.wpcf7-form p {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

form.wpcf7-form {
    width: 90%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin-top: 0;
}

form.wpcf7-form br {
    display: none;
}


.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: #fff !important;
    text-align: center;
    font-size: 13px;
}