/*
Author:           Design Point Digital
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
body {
	/*font-family: 'Poppins', sans-serif;*/
/*	font-family: 'Times New Roman', Times, serif;*/
	font-family:'Cambria',Georgia,serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
p {
	/*font-family: 'Poppins', sans-serif;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family:'Cambria',Georgia,serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
    /*font-family: 'Poppins', sans-serif;*/
   /* font-family: 'Times New Roman', Times, serif;*/
   font-family:'Cambria',Georgia,serif;
    font-size: 62px;
    line-height: 64px;
    font-weight: 700;
}
h2{
	/*font-family: 'Poppins', sans-serif;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family:'Cambria',Georgia,serif;
	line-height: 46px;
	font-size: 36px;	
	font-weight: 700;
	color: #171717l
}
h3 {
	/*font-family: 'Poppins', sans-serif;*/
	/*font-family: 'Times New Roman', Times, serif;*/
	font-family:'Cambria',Georgia,serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
h4 {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
	font-size: 24px;
}
h5 {
   /* font-family: 'Poppins', sans-serif;*/
   /*font-family: 'Times New Roman', Times, serif;*/
   font-family:'Cambria',Georgia,serif;
	font-size: 22px;
}
a {
	color: #1b449d;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
:focus {
	outline: none;
}
/*===============================
        Header
=================================*/
.ml-auto {
	margin-left: auto;
}
.nav.navbar-nav {
	/*margin-left: 70px;*/
	margin: auto;
}
header .container-fluid {
	padding: 0 100px;
}
header {
	position: fixed;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	z-index: 9999;	
}
.header-height {
	height: 96px;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	margin: 0;
	padding: 0;
}
.navbar .navbar-nav .nav-link {
    padding: 45px 20px;
    font-size: 16px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
}
.navbar .navbar-nav .nav-link:hover {
	color: #4c4c4c;
}
.navbar .navbar-nav li:last-child .nav-link {
	padding-right: 0;
}
/*
.phone {
	position: relative;
}
.phone::after {
	background: #181818;
	position: absolute;
	content: "";
	height: 100%;
	width: 2500px;
}*/
.phone a {
	background: #181818;
	color: #fff;
	padding: 35px 0 35px 40px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
}
.phone a i {
	margin: 0 15px 0 0;
}
h2.dual-heading {
    /*font-family: 'Poppins', sans-serif;*/
   /* font-family: 'Times New Roman', Times, serif;*/
   font-family:'Cambria',Georgia,serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    padding-bottom: 20px;
}
span.black-heading{
    color:#000;
}
span.blue-heading{
    color:#1285E2;
}
/*===============================
        Banner
=================================*/

.banner {
	position: relative;
}
section.banner {
   
    padding: 100px;
}
.banner .cta-btn a.blue-btn {
    background: #1285E2;
    border: 0px;
    border-radius: 50px;
    padding: 10px 50px 10px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.banner-cap p {
	display: block;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1.6px;
	margin: 0 0 13px;
}
.banner-cap h1, .banner-cap h2 {
    color: #0C283F;
    max-width: 550px;
    margin: 0 0 36px;
}
a.blue-btn {
    background: #1285E2;
    border: 0px;
    border-radius: 50px;
    padding: 16px 40px 16px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #fff;
}

.cta-btn a span {
	position: relative;
	z-index: 2;
	margin: 0!important;
}
.cta-btn a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	/*background: #fff;*/
	transition: all .7s;
}
.cta-btn a:hover span {
	color: #000;
}
.cta-btn a:hover:after {
	width: 100%;
}
.scroll-btn {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}
.scroll-btn a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
.scroll-btn img {
	position: relative;
	right: -5px;
}
.home-info-card {
    padding: 20px;
    height: 250px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #00000029;
    border-radius: 5px;
}
section.banner-info {
    margin-top: -20px;
    position: relative;
}
h5.bannerinfo-heading {
    color: #0C283F;
    font-weight: 700;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.bannerinfo-heading img {
    padding-right: 10px;
}
.home-info-card a {
    margin-left: 10px;
    color: #000;
    text-decoration: none;
}
/*===============================
        About
=================================*/
.about {
	padding: 80px 0;
}
.about h2 {
	margin: 0 0 40px;
}
.about ul li {
    list-style: none;
    padding: 0px;
}
 .about ul li {
            background: url('/wp-content/themes/theavenue/assets/images/listbullet.png') no-repeat left center;
            padding-left: 20px; /* Adjust according to the width of your image */
            background-size: 16px 16px; /* Adjust according to the size of your image */
        }
h4.green-heading {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
    color: #008D36;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.about span.subheading {
	display: block;
	margin: 0 0 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #a7a7a7;
}
.about p {
	font-size: 16px;
	line-height: 26px;
	
}
.homedays {
    width: 50%;
    display: block;
    float: left;
}
.about p strong {
	font-size: 18px;
	display: block;
}
.about .cta-btn {
	padding-top: 8px;
}
.about .cta-btn a {
	border-color: #000;
	color: #171717;
	text-transform: inherit;
}
.about .image {
	position: relative;
}
.about .image img {
	padding-right: 36px;
}

.blue-btn img {
    margin-right: 10px;
}
.about h4.green-heading:before {
    display: inline-block;
    content: "";
    border-top: 2px solid #008D36;
    width: 40px;
    margin: 0px 10px;
    transform: translateY(-6px);
}
/*===============================
        Services
=================================*/
section.our-services {
    background: #EEF5FA;
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-services h4.green-heading {
    text-align: center;
}
.our-services h2.dual-heading {
    text-align: center;
}
.services-content {
    text-align: center;
    width: 78%;
    margin: auto;
    margin-bottom: 40px;
}
.services-grid-item h4 {
    /*font-family: 'Poppins', sans-serif;*/
    /*font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
    color: #0C283F;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 20px;
}
hr.green-divider {
    height: 2px;
    color: #008D36;
    opacity: 1;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.services-grid-item p {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.grid-item.services-grid-item {
    text-align: center;
}
.services-button {
    text-align: center;
}
/*===============================
        testimonials
=================================*/
section.our-testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.gstm-has-carousel-swiper .swiper-button-next svg path, .gstm-has-carousel-swiper .swiper-button-prev svg path {
    
    fill: #1285E2 !important;
}
.carousel-navs--style-three .swiper-button-next:hover, .carousel-navs--style-three .swiper-button-prev:hover {
    background: #1285E2 !important;
}
.grid_style1 .gs_testimonial_single .testimonial-author-info {
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin: auto !important;
}
.carousel-navs--style-three .swiper-button-next {
    right: -webkit-calc(-30px - var(--swiper-button-size)/2) !important;
    right: calc(-30px - var(--swiper-button-size)/2) !important;
}
.carousel-navs--style-three .swiper-button-prev {
    left: -webkit-calc(-30px - var(--swiper-button-size)/2) !important;
    left: calc(-30px - var(--swiper-button-size)/2) !important;
}
.grid_style1 .gs_testimonial_single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  /*  border: 1px solid #000 !important;*/
}
.gstm-has-carousel-swiper .swiper-button-next:hover svg path, .gstm-has-carousel-swiper .swiper-button-prev:hover svg path {
    fill: #fff !important;
}
.gstm-has-carousel-swiper .swiper-button-next, .gstm-has-carousel-swiper .swiper-button-prev {
    background: var(--nav-bg-color);
    border-radius: 50%;
    bottom: auto;
    font-size: 24px;
    height: var(--swiper-button-size);
    left: auto;
    margin-top: 0;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    width: var(--swiper-button-size);
    border: 1px solid #1285E2 !important;
}
/*==================================
            Fees Page
==================================*/
.fees-main-content ul li {
    	/*font-family: 'Poppins', sans-serif;*/
    /*	font-family: 'Times New Roman', Times, serif;*/
    font-family:'Cambria',Georgia,serif;
	font-weight: 700;
	font-style: normal;
	margin: 0;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}
section.home-cta.fees-cta {
    background: url(/wp-content/uploads/2024/07/CTA.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    color: #1285E2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-cta.fees-cta p {
    color: #333;
    width: 75%;
}
/*===============================
           contact page
=================================*/

section.banner-info.contact-banner-info {
    margin-top: 50px;
    position: relative;
}
.about.contact-main-contact ul li {
    background: none;
    padding: 5px;
}
.about.contact-main-contact ul li img {
    padding-right: 10px;
}
/*===============================
           Cta
=================================*/
section.home-cta {
    background: #0C283F;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}
.home-cta h2 {
    font-size: 32px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.home-cta p {
    color: #fff;
    width: 100%;
	padding-bottom: 3%;

}
/*===============================
           Footer
=================================*/
footer {
	padding: 62px 0 36px;
}
.footer-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.footer-flex .f-box {
	padding: 0 15px;
}
.footer-flex .footer1 {
	width: 25%;
}
.footer-flex .footer2 {
	width: 20%;
}
.footer-flex .footer3 {
	width: 27%;
}
.footer-flex .footer4 {
	width: 28%;
}
.footer-logo {
	margin: 0 0 24px;
}
.more-info {
	display: flex;
	flex-wrap: wrap;
	max-width: 290px;
}
.address p {
	color: #333333;
	margin: 0;
}
.more-info .social {
	margin-left: auto;
}
.more-info .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.more-info .social ul li {
	margin: 0 0 0 7px;
}
.more-info .social ul li i{
  border: 2px solid #010002;
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  color: #010002;
  font-size: 20px;
  transition: all 0.3s ease 0s;
}
.more-info .social ul li:hover i {
  background: #000;
  color: #fff;
}
.f-box h4 {
	color: #0C283F;
	font-size: 16px;
	font-weight: 600;
	margin: 19px 0 24px;
}
.f-box .office h4 {
	margin: 0 0 17px;
}
.f-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.f-box ul li {
	margin: 0 0 10px;
}
.f-box ul li a {
    padding: 0;
    color: #0e0e0e;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #333333 !important;
}
.f-box ul li a:hover {
	color: #0e0e0e;
}
.contcat-details {
	margin: 0 0 20px;
}
.contcat-details li img {
	margin: 0 10px 0 0;
}
.copyright {
	border-top: 1px solid #989898;
	padding: 33px 0 0;
	margin-top: 40px;
}
.copyright p {
	font-size: 16px;
	color: #999999;
	margin: 0;
}
.copyright .text-right {
	text-align: right;
}
.copyright p a {
	color: #868686;
	text-decoration: none;
}
.page-inner {
  padding: 50px 0;
}
.page-banner {
  position: relative;
}
.page-cap {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.page-cap h2{
	color: #fff;
}

.single-detail {
	padding: 100px 0;
}
.search-area {
	padding: 100px 0;
}
.not-found h2 {
	margin: 0 0 20px;
}
.not-found h3 {
	margin: 0 0 30px;
}
.not-found a {
	color: #000;
	border-color: #000;
}

@media screen and (max-width:1600px) {
.banner::after {
	right: 100px;
}
}

@media screen and (max-width:1440px) {
header .container-fluid {
	padding: 0 50px;
}
.banner-cap {
  bottom: 50px;
  left: 35px;
}	
}

@media screen and (max-width:1399px) {
.banner-cap, .cta-cap {
	max-width: 1140px;
}
}

@media screen and (max-width:1280px) {
header .container-fluid {
	padding: 0 40px;
}
.navbar .navbar-nav .nav-link {
	padding: 45px 10px;
}
.service-box {
	padding: 29px 10px 19px;
}
.banner::after {
	right: 25px;
}
}

@media screen and (max-width:1199px) {
.navbar-expand-md{
  flex-wrap: wrap;
  text-align: center;
}

h1 {
	font-size: 50px;
	line-height: 60px;
}
h2 {
	font-size: 36px;
	line-height: 46px;
}
header .container-fluid {
	padding: 0 15px;
}
.navbar-brand img {
	max-width: 150px;
}

.phone a {
	padding: 25px 0 25px 30px;
	font-size: 22px;
}
.header-height {
	height: 76px;
}
.banner-cap, .cta-cap  {
    max-width: 100%;
    left: 0;
  }
.banner::after {
	display: none;
}
.cta-btn a {	
	line-height: 16px;
	padding: 14px 40px 14px;
}
.about {
	padding: 100px 0;
}
.about h2 {
	margin: 0 0 24px;
}
.about span.subheading {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #a7a7a7;
}
.about .image img {
	padding-right: 20px;
}
.about .image::after {
	top: -20px;
}
.about .image::before {
	left: -35px;
	bottom: -35px;
}
.cta-btn a {
	font-size: 16px;
}
.legal-services {
	padding: 145px 0 120px;
}
.legal-services h2 {
	margin: 0 0 24px;
}
.legal-services span.subheading {
	margin: 0 0 35px;
	font-size: 18px;
}
.service-box h3 {
	min-height: 52px;
}
.stop-legal {
	padding: 50px 0 100px;
}
.stop-legal h2 {
	margin: 0 0 35px;
}
.stop-legal p {
	margin: 0 auto 56px;
}
.legal-box .heading {
	background: #000;
	padding: 18px 0 20px;
}
.legal-box .heading h3 {
	font-size: 20px;
}
.cta-cap h2 {
	margin: 0 0 36px;
}
.get-in a {
	font-size: 18px;
	padding: 14px 34px;
	min-width: 200px;
}
.number a {
	font-size: 18px;
	padding: 13px 18px;
	min-width: 200px;
}
	
.carousel-navs--style-three .swiper-button-prev {
  left: 0 !important;
}	
.carousel-navs--style-three .swiper-button-next { 
  right: 0px !important;
}	
	
	
	
footer {
	padding: 50px 0 25px;
}
.footer-flex .footer1 {
	width: 28%;
}
.footer-flex .footer4 {
	width: 29%;
}
.f-box ul li a {
	font-size: 16px;
}
.address p, .office p {
	font-size: 16px;
}
.copyright {
	padding: 25px 0 0;
	margin-top: 40px;
}

}

@media screen and (max-width:991px) {
.navbar-brand img {
	max-width: 120px;
}
.banner-info .col-lg-4 {
    margin-bottom: 30px;
}
.navbar .navbar-nav .nav-link {
	padding: 20px 6px;
	font-size: 16px;
	letter-spacing: 0.2px;
}
.phone a {
	padding: 20px 0 20px 14px;
	font-size: 16px;
}
.phone a i {
	margin: 0 10px 0 0;
}
.header-height {
	height: 66px;
}
.banner-cap, .cta-cap {
	max-width: 100%;
}
.banner-cap h1, .banner-cap h2 {
	margin: 0 0 20px;
}
.banner-cap p {
	font-size: 16px;
	letter-spacing: 1.3px;
	margin: 0 0 10px;
}
.scroll-btn {
	bottom: 20px;
}
.about {
	padding: 50px 0;
}
.about h2 {
	margin: 0 0 16px;
}
.about span.subheading {
	margin: 0 0 10px;
	font-size: 16px;
}
.about p {
	max-width: 100%;
}
.about .cta-btn {
	padding-top: 0;
	margin-bottom: 30px;
}
.about .image img {
	width: 100%;
	padding-left: 45px;
}
.about .image::before {
	left: -10px;
	bottom: -45px;
	background-size: 130px;
	height: 118px;
}
.legal-services {
	padding: 145px 0 120px;	
}
.legal-services h2 {
	margin: 0 0 16px;
}
.legal-services span.subheading {
	margin: 0 0 26px;
	font-size: 16px;
}
.service-box h3 {
	min-height: auto;
}
.stop-legal {
	padding: 0px 0 60px;
}
.f-box ul li {
	margin: 0 0 3px;
}
.more-info {
	max-width: 100%;
}
.more-info .social {
	margin: 12px 0 0;
}
.more-info .social ul li {
	margin: 0 7px 0 0;
}
.cta-cap h2 {
	margin: 0 0 24px;
}
.cta .image::after {
	width: 82%;
}
.legal-box .heading {
	padding: 13px 0 15px;
}
.legal-box .heading h3 {
	font-size: 18px;
}
}

@media screen and (max-width:768px) {
body.overlay::after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.70);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
body.overlay header:after {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.70);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
div#myHeader nav.navbar { display: inline-block; padding: 0; }
html, body { overflow-x: hidden; }
div#myHeader nav.navbar a.navbar-brand { width: 100%; display: inline-block; margin: 0 0 15px 0; }
div#myHeader nav.navbar a.blue-btn { width: 50%; float: left; }
div#myHeader nav.navbar .mobile { float: right; margin-top: 7px; }

h1 {
    font-size: 28px;
    line-height: 38px;
}
header {
	padding: 10px 0;
}
header .container-fluid {
	padding: 0 15px;
}
.navbar-brand img {
	max-width: 150px;
}
.header-height {
	height: 75px;
}
.navbar-toggler {
	display: none;
}
.mobile {
	display: inline-block!important;
	margin-left: 25px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: inherit !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar a.blue-btn {
    padding: 5px 10px 5px;

}
.nav-icon {
	z-index: 9;
}
.mobile-menu {
	position: fixed;
	padding: 60px 25px 0;
	margin: 0;
	width: 70%;
	right: -70%;
	background: #000;
	height: 100%;
	list-style: none;
	top: 0;
	transition: all 0.8s ease 0s;
}
.mobile-menu.open {
	right: 0;
}
.mobile-menu a {
	color: #fff;
	padding: 12px 0;
}
.mobile-menu a:hover {
	color: #fff;
}
.mobile-menu .phone a {
	background: #000;
	color: #fff;
	padding: 15px 0 15px 0;
	font-size: 20px;
}
.phone::after {
	display: none;
}
.banner-image img {
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.banner-cap p {
	letter-spacing: .3px;
	line-height: 22px;
}
.cta-btn a {
	padding: 10px 30px 10px;
}
.scroll-btn {
	bottom: 10px;
}
.scroll-btn a {
	font-size: 16px;
}
.about {
	padding: 30px 0;
}
.about h2 {
	margin: 0 0 10px;
}
.about span.subheading {
	margin: 0 0 8px;
}
.about p strong {
	font-size: 16px;
}
.about .cta-btn a {
	padding: 14px 30px 14px;
}
.about .image::before {
	left: 14px;
	bottom: -35px;
	background-size: 100px;
	height: 93px;
}
.legal-services {
	padding: 240px 0 160px;	
}
.stop-legal {
	padding: 0px 0 30px;
	margin-top: -80px;
}
.stop-legal h2 {
	margin: 0 0 24px;
}
.stop-legal p {
	margin: 0 auto 30px;
}
.legal-box {
	margin-bottom: 30px;
}
.get-in a {
	font-size: 16px;
	padding: 10px 10px;
	min-width: 140px;
}
.number a {
	font-size: 16px;
	padding: 9px 10px;
	min-width: 140px;
}
.cta .image::after {
	width: 100%;
}
footer {
	padding: 20px 0 20px;
}
.footer-flex .footer1, .footer-flex .footer2, .footer-flex .footer3, .footer-flex .footer4 {
	width: 100% !important;
	margin-bottom: 30px;
}
.more-info {
	max-width: 290px;
}
.more-info .social {
	margin: 0 0 0 auto;
}
.more-info .social ul li {
	margin: 0 0 0 10px;
}
.f-box h4 {
	margin: 0px 0 10px;
}
.office p {
	margin: 0;
}
.copyright {
	padding: 15px 0 0;
	margin-top: 0px;
	text-align: center;
}
.copyright .text-right {
	text-align: center;
}
section.banner {
    padding: 30px 0px 30px 0px;
}
.banner-info .col-lg-4 {
    margin-bottom: 30px;
}
.services-content {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 10px;
}
.home-cta p {
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
section.home-cta {
    background: #0C283F;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
}
.home-cta h2 {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.f-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.more-info {
    max-width: 290px;
    text-align: center;
    margin: auto;
}
.footer-logo {
    margin: 0 0 24px;
    text-align: center;
}
.f-box h4 {
    margin: 0px 0 10px;
    text-align: center;
}
section.default-page {
    margin-top: 100px;
}
}
@media (min-width:769px) and (max-width:1199px) {
.home-info-card {
    padding: 20px;
    height: 280px;
    background: #fff;
    box-shadow: 4px 4px 4px 4px rgb(0 0 0 / 16%);
    border-radius: 5px;
}
.homedays {
    width: 40%;
    display: block;
    float: left;
}
a.blue-btn {
    background: #1285E2;
    border: 0px;
    border-radius: 50px;
    padding: 16px 16px 16px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
}