*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
@font-face {
    font-family: micross;
    src: url('../fonts/micross.ttf');
}
body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
p,ul,h1,h2,ul,span,h3,h4,h5,h6{
    margin-bottom: 0px;
}
.section{
    width: 100%;
    display: inline-block;
    overflow-x: hidden;
    float: left;
}
ul li{
    list-style: none;
}
a:hover{
    text-decoration: none;
}
.menu-header .row{
        display: flex;
    align-items: center;
}
.menu-right{
    display: flex;
    justify-content: flex-end;
}
.hdr_bdr{
    position: fixed;
    top:0;
    z-index: 999;
}
.hdr_bdr .menu-header {
    background: #003757;
    top: 47px;
    border-top: 1px solid #fff;
}
.btn {
    background: #23415b;
    color: #fff;
    border: 1px solid #28455e;
    padding: 12px 30px;
    font-size: 20px;
    -webkit-transition: all 1s ease;
    font-weight: 300;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 400;
}
.mobile-menu {
    display:none;
  }
.header{
  overflow:visible;
}
.mobilee-show{
  display: none;
}
/*header css*/
.top-hdr{
      position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    padding: 8px 10px;
    background-color: rgba( 223, 223, 223, 1.000 );
    color: #333333;
    text-align: center;
    box-shadow: 0 1px 6px 3px #ccc;
}
.top-headercont ul{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.top-headercont ul li{
  font-size: 12px;
  text-transform: capitalize;
  font-family: micross;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.top-headercont ul li a{
  font-weight: normal;
  color: #0074A2;
  margin-right: 10px;
}
.top-headercont ul li img{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.main-header{
  overflow:visible;
}
.main-header .col-md-4{
  display: flex;
align-items: center;
justify-content: center;
}
.dropdown-menu a{
  color: #000!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #7fa4cf;
}
.logo img {
    width: 100%;
    height: auto;
    max-width: 122px;
    margin: 0 auto;
}
.logo a{
      color: #000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.hdr-top ul{
  display: inline-flex;
  padding-left: 50px;
}
.hdr-top ul li {
    font-size: 14px;
    color: #333;
    margin-right: 54px;
}
.hdr-top ul li img{
  margin-right: 5px;
}
.hdr-top ul li:last-of-type{
  margin-right: 0px;
}
.hdr-top ul li a{
    color: #333;
    font-weight: 400;

}
.social-media li i {
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media li{
  margin-right: 10px!important;
}
.navmenu ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
	padding:11px;
}
.navmenu ul li:last-of-type{
  margin-right: 0px;
}
.navmenu ul li a{
  color: #fff;
  text-transform: uppercase;
}
.navmenu{
  position: relative;
  background: #7fa4cf;
  margin-top: 6px;
}
.hdr-top{
      display: flex;
    width: 100%;
}
.main-header .container{
  max-width: 100%;
  padding: 0;
}
.hdr-top {
    width: 100%;
    margin: 10px auto 0px auto;
}
.hdr-top > div {
    width: 100%;
}
.logo {
    width: 100%;
    height: auto;
    padding: 1rem 0;
}

.logo img {
    margin: 0 auto;
    display: block;
}

.header-right {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navmenu ul {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navmenu ul:before {
    content: "";
    position: absolute;
    left: -22px;
    top: 0;
    border-top: 46px solid transparent;
    border-right: 23px solid #7fa4cf;
}
.banner .carousel-item{
  width: 100%;
}
.navmenu ul li a:hover{
  color: #000;
}
.banner img{
  width: 100%;
}
.banner{
  position: relative;
}
.banner-text {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 43%;
    background: #000000d1;
    top: 50%;
    left: 50%;
    padding: 15px 30px;
}
.banner-text p{
  font-size: 27px;
  line-height: 1.3em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    border: 1px solid #fff;
    padding: 19px;
    border-radius: 50%;
    background-size: 39%;
  }
  .carousel-control-next, .carousel-control-prev{
    opacity: 1;
  
}
h2 {
    font-size: 37px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 3px solid #7fa4cf;
    margin-bottom: 30px;
    font-weight: 400;
}
.aboutus{
  margin:50px 0px;
}
p {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 25px;
}
.about-left{
  padding-right: 50px;
}
.read-more {
    font-size: 16px;
    color: #2b2b2b;
    border-bottom: 2px solid #0b7adf;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.about-left a:hover {
    color: #0b7adf;
}
.about-right h3{
      text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #23415b;
    font-size: 29px;
    padding: 10px 0;
    font-weight: 400;
}
.about-form{
    padding: 20px 20px 10px 20px;
    -webkit-box-shadow: 2px 5px 10px 0px #ccc;
    -moz-box-shadow: 2px 5px 10px 0px #ccc;
    -ms-box-shadow: 2px 5px 10px 0px #ccc;
    box-shadow: 2px 5px 10px 0px #ccc;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: inherit;
    box-shadow: none;
    text-transform: capitalize;
}
.about-right{
      position: relative;
    top: -80px;
    z-index: 9999;
}
.aboutus{
  overflow: visible;
}
.our-servc {
    position: relative;
    background: #ebebeb;
}
.main-head h2 {
    color: #fff;
    border-bottom: none;
    display: block;
    position: relative;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    background: #7fa4cf;
    padding: 8px 82px 3px 82px;
    position: relative;
    clip-path: polygon(0% 2%, 100% 0%, 93% 100%, 7% 100%);
}
.srvc-box{
  background: #fff;
      padding: 0 30px 20px 30px;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}
.srv-img {
    background: #7fa4cf;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    display: table;
    height: 120px;
    transition: all ease 1s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.srvc-box:hover .srv-img {
    background: #727272;
}
.srvc-box h3 {
    text-align: center;
    font-size: 17px;
    padding: 20px 0 10px 0;
    font-weight: 400;
}
.srv-txt p {
    font-size: 14px;
    text-align: left;
    word-spacing: 4px;
}
.srv-txt .read-more {
    margin-top: 0;
    text-align: left;
    display: block;
    width: fit-content;
}
.srvc-cont .row{
  padding: 110px 0 20px 0;
}
.chhose-box{
      display: flex;
    width: 100%;
    justify-content: center;
}
.choose-img{
      width: 30%;
    margin-right: 14px;
}
.chhoseus h3 {
    font-size: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.chhose-box{
  margin-bottom: 50px;
}
.newlife {
    background-image: url(../images/new-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 550px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.newlife:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7));
}
.newlife-cont{
  text-align: center;
}
.newlife-cont h3 {
    color: #7fa4cf;
    font-size: 35px;
    margin-bottom: 20px;
}
.newlife-cont p {
    color: #fff;
    line-height: 1.7em;
}
.newlife-cont > a.btn {
    display: inline-block;
    background-color: #23415b;
    color: #fff;
    margin-top: 30px;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    border-color: #23415b;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}
.footer {
    background: #23415b;
    color: #fff;
}
.footer li a, .footer a{
  color: #fff;
}
.footer-list li {
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}
ul.footer-list {
    width: 100%;
    display: inline-block;
}
.footer-cont{
    padding: 100px 0 58px 0;
}
.footer3 iframe{
  width: 100%;
  height: 230px;
}
.copy_right_wrap {
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #7fa4cf;
    font-weight: 400;
}

/*about page css*/

.innerbnr-txt{
  background: transparent;
  padding: 0;
  top: 44%;
}
.innerbnr-txt h1 {
    font-size: 40px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    color: #23415b;
    text-align: center;
    font-weight: 400;
    width: 100%;
}
.innerbnr-txt p {
    font-size: 16px;
    color: #fff;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.7em;
    text-transform: unset;
    border-top: 2px solid #7fa4cf;
    padding-top: 10px;
}
.improvement{
    padding: 60px 0;
    background: #ebebeb;
}
.improvement h2 {
    font-size: 30px;
    text-transform: unset;
    padding-bottom: 15px;
    border-bottom: none;
    margin-bottom: 0;
}
.improvement p{
  margin-bottom: 10px;
}
.improvement .about-cont{
  padding-bottom: 40px;
}

/*inner services pages css*/
.srvices-banner .innerbnr-txt{
  top: 38%;
}
.homeimprov h2 {
    background: #7fa4cf;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
}
.homeimprov h2:after {
    content: "";
    position: absolute;
    border-left: 50px solid #7fa4cf;
    border-bottom: 46px solid transparent;
    right: -50px;
    top: 0;
}
.homeimprov{
  background: #fff;
}
.btn2 {
    display: inline-block;
    background: #23415b;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0px;
    margin-top: 36px;
}
.about-cont p{
  text-align: justify;
}
.srv-txt p{
  text-align: justify;
}
.aboutus p{
  text-align: justify;
}
.about-cont table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 70%;
}

.about-cont table th, .about-cont table td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.about-cont .customhead {
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid #7fa4cf;
    padding: 0 0px 20px 0;
    margin-bottom: 20px;
}

.about-rightt {
    overflow: hidden;
}

.about-cont ul.custom > li {
    list-style: none;
    list-style-image: url(https://3d-development.com/packrats/wp-content/uploads/2022/02/icon-list.png);
    margin-left: 25px;
    margin-top: 8px;
}

.about-cont ul.custom {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*contact page css*/

.contactus{
  background: #fff;
}
.contactus h2{
         font-size: 26px;
    display: inline-block;
    border-bottom: 2px solid #7fa4cf;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}
.about-rightt iframe{
  width: 100%;
  height: 445px;
}
.contactform {
    top: 0px!important;
    width: 54%;
    margin: 30px 0px;
}
.contact-details {
    background: #7fa4cf;
    padding: 30px 0;
    margin-bottom: 80px;
}
.detail-box h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}
.detail-box p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.detail-box{
  text-align: center;
  min-height: 175px;
  border-right: 1px solid #fff;
  padding-right: 5px;
}
.detail-content .col-md-3:last-of-type .detail-box{
  border: none;
}

       .contactform {
    top: 0px!important;
    width: 100%;
    margin: 30px 0px;
  }
  .contactform .about-form{
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.contactform .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.txtarea, .txtarea .form-group, .txtarea input{
  height: 100%!important;
}
.contactform .col-md-5, .contactform .col-md-7{
  padding: 0;
}
.contactform .btn2{
  float: right;
}

.menu-header-container ul ul {
    display: none;
}
.menu-header-container ul ul li a{
    color:white;
}
.menu-header-container ul li:hover > ul {
    display: block;
}
.menu-header-container ul li:hover > ul li a {
   border-bottom-style: solid;
    border-bottom-color: #FFE891;
    border-bottom-width: 1px;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    color: #443C1A;
    font-size: 17px;
    font-weight: 600;
}

.menu-header-container ul ul {
    display: none;
	list-style-type:none;
    position: absolute;
    top: 45px;
    left: -55px;
    z-index: 99999;
    width: 220px;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.menu-header-container li {
    position: relative;
}
.sub-menu li {
    margin-left: 0!important;
    margin-right: 0!important;
    text-align: center;
    width: 100%;
	padding:8px 0px;
	text-transform:capitalize;
}
.sub-menu li a{color:#000!important;font-size:16px;font-weight:300!important;text-transform:capitalize!important;border-bottom:none!important;}
.sub-menu:before{
	display:none!important;
}
.fas.fa-caret-down{
	font-family: 'FontAwesome';
    font-style: inherit;
}
.sub-menu li:hover{
	background:#7fa4cf;
}
.sub-menu li:hover a{
	color:#fff!important;
}
.glry-row .ngg-gallery-thumbnail-box{
    width: 32%;
    margin-right: 6px;
    margin-bottom: 6px;
	height:345px;
	overflow:hidden;
}
.glry-row .ngg-galleryoverview{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.glry-row .ngg-gallery-thumbnail, .ngg-gallery-thumbnail a{
	height:100%;
}
.glry-row .ngg-gallery-thumbnail-box img {
    width: 100%;
    height: 100%;
	object-fit:cover;
}
.glry-row{
	margin: 0 auto;
    width: 80%;
}
.footer-cont h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 25px;
}
a.btn-contact {
    display: inline-block;
    background: #0b7adf;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
}

.inner ul li{
	list-style: circle;
    padding-left: 5px;
    margin-bottom: 8px
}
.inner h6, .inner p{
	margin-bottom:15px;
}
@media(max-width:767px) {
	.inner ul li{
	list-style: circle;
    padding-left: 5px;
    margin: 0px 15px;
}
.inner h6, .inner p {
    margin: 0;
    text-align: left;
    margin-bottom: 1rem;
}
}
.es_subscription_form {
	display:none;
}
/* Testimonials */
.testimonials {
    text-align: center;
    padding: 100px 0;
    background-color: #ebebeb;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-title {
    background-color: #7fa4cf;
    font-size: 35px;
    color: #fff;
    padding: 5px 30px;
    text-align: center;
    width: 100%;
    max-width: 410px;
    margin: 0 auto;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
}

.testimonials-title::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0px;
    border-bottom: 52px solid transparent;
    border-right: 50px solid #7fa4cf;
}

.testimonials-title::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0px;
    border-bottom: 52px solid transparent;
    border-left: 50px solid #7fa4cf;
}

.testimonial--each {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    min-height: 200px;
}

.testimonial--each p {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
}

.testimonials--author {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

@media (max-width: 767px) {
	.testimonials-title {
		max-width: 60%;
		    padding: 1rem;
		font-size: 1rem;
	}
	
	.main-head h2 {
		padding: 1rem;
	}
}

.carousel-indicators {
    position: static;
    margin: 1rem;
    padding: 1rem 0;
}

.carousel-indicators > li {
    border: 1px solid #959595;
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 5px;
}


/**/
a.header-top-widget {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

a.header-top-widget > img {
    margin-right: 5px;
}

.header-top-widget--inner {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    border: 1px solid #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wow {
    overflow: hidden !important;
}

/* CTA */
a.call-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 3rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #7fa4cf;
    z-index: 999999;
    border-radius: 0 2rem 2rem 0;
}

a.call-cta > i {
    font-size: 1.5rem;
    color: #fff;
}

a.mail-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #7fa4cf;
    z-index: 999999;
    border-radius: 2rem 0 0 2rem;
}

a.mail-cta > i {
    font-size: 1.5rem;
    color: #fff;
}

@media(max-width: 767px) {
	a.mail-cta, a.call-cta {
		display: flex;
	}
}

.blog_card img {
    width: 300px;
    height: auto;
}

.conn p {
    margin: 2rem 0rem;
}
.prepost a {
    border: 2px solid #171429;
    padding: 0.5rem;
    color: #000;
	display: inline-block;
    margin: 1rem 0rem;
}

.related-heading-card {
    color: #000;
}

.blog_card_content a {
    text-decoration: none;
    color: #000;
    margin: 1rem 0px;
    font-size: 22px;
}

.blog_card_content .butt {
    border: 2px solid #171429;
    padding: 0.5rem 1rem;
    font-size: 16px;
	display: inline-block;
}

.blog_card_content {
    margin-top: 20px;
}