
@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-BoldOblique.woff2') format('woff2'), url('../fonts/Avalon-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-Bold.woff2') format('woff2'),
        url('../fonts/Avalon-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-BookOblique.woff2') format('woff2'),
        url('../fonts/Avalon-BookOblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon Extra';
    src: url('../fonts/Avalon-ExtraLightObl.woff2') format('woff2'),
        url('../fonts/Avalon-ExtraLightObl.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-Medium.woff2') format('woff2'),
        url('../fonts/Avalon-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-MediumOblique.woff2') format('woff2'),
        url('../fonts/Avalon-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-DemiOblique.woff2') format('woff2'),
        url('../fonts/Avalon-DemiOblique.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon Extra';
    src: url('../fonts/Avalon-ExtraLight.woff2') format('woff2'),
        url('../fonts/Avalon-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-Book.woff2') format('woff2'),
        url('../fonts/Avalon-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avalon';
    src: url('../fonts/Avalon-Demi.woff2') format('woff2'),
        url('../fonts/Avalon-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.custom-chat a img {
    max-width: 77px;
}
div.psmtc_gntP {
    bottom: 15px !important;
}

.swal2-container {
    z-index: 2647483683 !important;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    margin: 0px;
    padding: 0px;
	overflow: hidden;
	    font-family: 'Avalon';
}

.CurrentYear {
    display: inline-block;
}


* {
    box-sizing: border-box;
}



p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #777777;
    margin-bottom: 1rem;
}

h1{
    font-size: 4rem;
    line-height: 4.6rem;
}
h2{
    font-size: 3.6rem;
    line-height: 4.2rem;
}
h3{
    font-size: 3rem;
    line-height: 3.6rem;
}
h4{
    font-size: 2.4rem;
    line-height: 3rem;
}
h5{
    font-size: 2rem;
    line-height: 2.4rem;
}
h6{
    font-size: 1.8rem;
    line-height: 2.2rem;
}

textarea {
    resize: vertical !important;
}

a:hover, a:focus {
    color: #73bf44 !important;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    transition: all 0.5s ease 0s;
}

dl, ol, ul {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

li {
    list-style: outside none none;
}

input:focus {
    outline: none;
}

.green{
	background-color: #73bf44;
}

.blue{
	background-color: #1274bb;
}

/* header css */

header.header-custom {
    position: fixed;
    z-index: 1000;
    width: calc(100% - 4rem);
    left: 2rem;
    top: 2rem;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.header-custom.sticky {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header.header-custom.sticky .navbar {
    border-radius: 0;
    background-color: #fff !important;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 8%);
}
header.header-custom .navbar{
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .85) !important;
	padding: 1rem 1.5rem;							
}


header.header-custom a.nav-link {
    font-size: 1.5rem;
    font-family: inherit;
    color: #000000 !important;
    font-weight: normal;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    position: relative;
        letter-spacing: 0.1rem;
}

header.header-custom .nav-item .nav-link:hover, header.header-custom .nav-item.active .nav-link {
    color: #73bf44 !important;
}

    header.header-custom .nav-item .nav-link:before {
        position: absolute;
        content: '';
        background: #73bf44;
        width: 0;
        height: .2rem;
        bottom: 0;
        left: 50%;
        border-radius: 5rem;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transform: translateX(-50%);
    }

header.header-custom .nav-item .nav-link:hover:before, header.header-custom .nav-item.active .nav-link:before {
    width: 70%;
}

/*=============================================================
						login popup css start 
============================================================== */

ul.login_navbar {
    z-index: 10;
}
.login_navbar .dropdown-menu {
    width: 98%;
    border: 1px solid #eee;
    text-align: center;
    /* border-radius: 0px; */
    box-shadow: -6px 7px 38px -12px #444343;
}
 
ul.login_navbar .dropdown-item:hover {
    background: #eee;
     color: #000;
}
.login_navbar .dropdown-menu a:nth-child(1) {
    border-bottom: 1px solid #eee;
}
.login_navbar .dropdown-menu a {
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}
 
.login_navbar .dropdown-menu a {
    border: none;
    font-size: 14px;
	text-transform: capitalize;
	padding: 8px 0px;
}

.formError .formErrorContent {
    width: 100%;
    background: #dbd7d7;
    position: relative;
    color: #ff2929;
    min-width: 157px;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
}
.formError .formErrorContent {
    margin-top: 74px !important;
}
.formError {
    left: 67% !important;
}
.formError {
    position: absolute;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}
.login_modal .md-form.form-group {
    margin-bottom: 2rem;
}
.md-form.custom-form-group-withvaliadtion.col-md-6 a:hover {
    background-position: 0% 0 !important;
    color: #fff !important;
}

.md-form.custom-form-group-withvaliadtion.col-md-6 a {
    background-image: linear-gradient(to left, #666563, #666563 50%, #73bf44 50%, #73bf44) !important;
    background-position: 100% 0 !important;
    background-size: 200% 100% !important;
    transition: all .25s ease-in !important;
    display: inline-block;
    width: 100%;
    color: #fff;
    min-height: 4rem;
    border: none;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding: 1rem 2.5rem;
    border-radius: .4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
}


select {
    background: url(../images/select_arrow.svg) !important;
    background-position: right 10px bottom 9px !important;
    background-repeat: no-repeat !important;
    background-size: 11px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn {
    border: none;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding: 1rem 2.5rem;
    border-radius: .4rem;
    font-weight: 500;
    position: relative;
}
label.control-label {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #777777;
    margin-bottom: 1rem;
    letter-spacing: 0.2rem;
}

input:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #ffffff inset !important;
    color: #023047;
}

.login_modal .modal-header {
    margin-bottom: 10px;
}

.modal-open .modal {
    background-image: url(../Images/banner022.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1062;
    padding: 0px !important;
    top: 0;
    transition-timing-function: ease-in;
    transition: 1s;
    transform: translateX(-100%);
    transition-delay: 0s;
    background-position: left;
}

.modal-open .login_modal.show {
    transition-timing-function: ease-in;
    transition: 1s;
    transform: translateX(0);
    transition-delay: 0s;
}
.modal-open .modal:before {
    content: ' ';
    background: rgb(255 255 255 / 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
a.btn.btn-primary.green {
    color: #fff;
}
.modal-content {
    border-radius: 5px;
	border: none;
}
.modal-header {
    background: #73bf44;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
h1.modal-title {
    color: #fff;
    font-weight: 400;
}
a#registerPopup {
    min-width: 130px;
    text-align: center;
    border-radius: 50px;
    padding: 7px 24px;
    font-weight: 500;
    font-size: 19px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.5px;
}
.modal-header button.close {
    padding: 0 0 5px 0;
    position: absolute;
    right: 0px;
    top: -31px;
    background: #73bf44;
    opacity: 1;
    width: 27px;
    color: #fff;
    height: 26px;
    line-height: 25px;
    border-radius: 3px;
    margin: 0;
    font-size: 18px;
	outline: transparent;
}

.modal-body {
    padding: 15px;
}
.md-form.form-group {
    position: relative;
}
.form-control.custom-control {
    background: transparent;
    border: none !important;
    border-bottom: 1px solid #9E9E9E !important;
    display: block;
    width: 100%;
    padding: 8px 25px 0px 5px; 
    font-size: 14px;
    border-radius: 0;
    outline: transparent !important;
    box-shadow: none;
	min-height:4rem;
	height: calc(2.25rem + 2px);
}
.login_modal .modal-header h4 {
    color: #fff;
}
 
.custom-form-group-withvaliadtion {
    margin-bottom: 28px;
}
.md-form label {
    position: absolute !important;
    top: -5px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-weight: normal;
    font-size: 14px !important;
}
.md-form.form-group label {
    position: absolute !important;
    top: -5px;
    left: 0px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-weight: normal;
    font-size: 14px !important;
}
.chiller_cb {
    position: relative;
    height: 2rem;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
input#myCheckbox2 {
    display: none;
}
.chiller_cb label {
    padding-left: 30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
}
.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #fff;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}
.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
a.forgot-password.float-right {
    position: absolute;
    right: 0px;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}
button.btn.btn-black.ml-btn {
    background: #1274bb;
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    padding: 10px 0;
    line-height: 23px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}
button.btn.btn-black.ml-btn:hover {
    background: #73bf44;
}	
.md-form label.active {
    top: -10px;
    font-size: 13px !important;
    color: #73bf44;
}
.chiller_cb input:checked ~ span {
    background: #000;
    border-color: #000;
}
.pv_outer {
    background-image: url(../Images/PrivacyPolicy.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50rem;
    position: relative !important;
    padding: 0px;
    display: flex;
    align-items: center;
}
.about_header:before {
    content: ' ';
    background: #00000059;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.pv_outer .page_heading {
    font-size: 5rem;
    line-height: 6.1rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 2px #73bf4478;
    text-align: center;
}
section.service_outer.about_outer {
    background-color: #f2f2f2;
    padding: 50px 0px 40px;
}
.privacy_text {
    background: #fff;
    padding: 25px;
}
.privacy_text h3 {
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    color: #1274bb;
}
.privacy_text h3:before {
    position: absolute;
    content: '';
    background: #73bf44;
    width: 80px;
    height: 2px;
    bottom: -9px;
    left: 3%;
}
.privacy_text h3:after {
    position: absolute;
    content: '';
    background: #1274bb;
    width: 60px;
    height: 2px;
    bottom: -9px;
    left: 0%;
}
.privacy_text h3 span {
    color: #73bf44;
}
.terms_outer {
    background-image: url(../Images/Terms.jpg);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50rem;
    position: relative !important;
    padding: 0px;
    display: flex;
    align-items: center;
}

.terms_outer h2 {
    font-size: 6rem;
    line-height: 6.1rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 2px #73bf4478;
    text-align: center;
}
/*=============================================================
						login popup css end 
==============================================================*/


.navbar-dark .navbar-toggler {
    background: #1274bb;
}
.navbar-toggler:focus {
    outline: none;
}

.reg-log-btn .btn {
    border: none;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    padding: 1rem 2.5rem;
    border-radius: .4rem;
    font-weight: 500;
    position: relative;
}

/* buttons css */
.green{
    background-image: linear-gradient(to left, #73bf44, #73bf44 50%, #1274bb 50%, #1274bb) !important;
    background-position: 100% 0!important;
    background-size: 200% 100%!important;
    transition: all .25s ease-in!important;
}

.blue{
    background-image: linear-gradient(to left, #1274bb, #1274bb 50%, #73bf44 50%, #73bf44) !important;
    background-position: 100% 0!important;
    background-size: 200% 100%!important;
    transition: all .25s ease-in!important;
}

.btn:hover {
    background-position: 0% 0 !important;
    color: #fff !important;
}

/* carousal css */

.carousal-custom .carousel-caption {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 3rem;
    bottom: auto;
    top: 40%;
    transform: translateX(-50%);
    left: 50%;
}

.carousal-custom .carousel-caption h1 span {
    font-weight: 200;
    font-family: inherit;
}

.carousal-custom .carousel-caption h1 {
    letter-spacing: .2rem;
    font-weight: bold;
}

.carousal-custom .carousel-caption:before {
    position: absolute;
    content: "";
    background: transparent;
    border-left: solid .5rem #73bf44;
    width: 7.5rem;
    height: 7.5rem;
    border-bottom: solid .5rem #73bf44;
    left: -1.5rem;
    bottom: -1.5rem;
}

.carousal-custom .carousel-caption:after {
    position: absolute;
    content: "";
    background: transparent;
    border-top: solid .5rem #1575bc;
    width: 7.5rem;
    height: 7.5rem;
    border-right: solid .5rem #1575bc;
    top: -1.5rem;
    right: -1.5rem;
}

.carousal-custom .carousel-control-prev .fa, .carousal-custom .carousel-control-next .fa {
    background: rgba(0, 0, 0, 0.3);
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    border-radius: 5rem;
    opacity: 1 !important;
    color: #fff !important;
}

.carousal-custom .carousel-control-prev-icon, .carousal-custom .carousel-control-next-icon {
    background-image: none;
}

.carousal-custom .carousel-control-prev, .carousal-custom .carousel-control-next {
    opacity: 1;
    width: 8%;
}


/* carousal css transition */
.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  transition: opacity .8s ease-out;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/* main css */

.tell-us {
    padding: 5rem 0;
}

.tell-us-content h6 {
    font-family: inherit;
    color: #73bf44;
    letter-spacing: 0.1rem;
    position: relative;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 500 !important;
}

.tell-us-content h6:after {
    position: absolute;
    content: "";
    background-color: #73bf44;
    width: 5rem;
    height: 1px;
    top: 50%;
    left: calc(100% + .7rem);
}

.tell-us-content h2 {
    font-family: inherit;
    font-weight: 600;
    color: #3e3e3e;
}

.tell-us-img {
    position: relative;
}

.tell-us-img:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 15rem;
    height: 10rem;
    border: solid .5rem #1375bb;
    bottom: -2rem;
    left: -2rem;
    z-index: -1;
}

.tell-us-img::after {
    position: absolute;
    content: "";
    background: transparent;
    width: 15rem;
    height: 10rem;
    border: solid .5rem #73bf44;
    top: 4rem;
right: 1rem;
}
.call-register {
    background-color: #393939;
    padding: 2rem 0;
    text-align: center;
}

.call-register h3 {
    color: #f2f2f2;
}


.phone-no span {
    color: #fff;
}

.phone-no h4 {
    color: #fff;
    padding-left: 1rem;
    margin-bottom: 0;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: .1rem;
}

.yet-register h4 {
    color: #fff;
    font-family: inherit;
    font-weight: 200;
    letter-spacing: .1rem;
    margin-bottom: 0;
}

.yet-register h4 span {
    font-weight: 500;
}

.yet-register .btn {
    border: none;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    padding: 1rem 2.5rem;
    border-radius: .4rem;
    font-weight: 500;
    position: relative;
    background-color: #73bf44;
}

.services-area {
    padding: 5rem 0;
    background-image: linear-gradient(#ffffff 50%, #f2f2f2 50%)
}

.services-area .service h5 {
    text-align: center;
    color: #393939;
    font-family: inherit;
    margin-top: 1.5rem;
    font-weight: 400;
    letter-spacing: .1rem;
}
.services-area .row .col:nth-child(odd) {
    margin-top: 5rem;
}
.services-area .row .col:first-child{
    padding-left: 0;
}
.services-area .row .col:last-child{
    padding-right: 0;
}
.service img {
    width: 100%;
}

.inner-page-bg-FAQ {
    background-image: url(../Images/faq.jpg);
    padding: 1.5rem 0;
    text-align: center;
    min-height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    position: relative;
	background-position: 100% 70%;
}

    .inner-page-bg-FAQ:before {
        content: ' ';
        background: #00000059;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .inner-page-bg-FAQ h2 {
        font-family: inherit;
        letter-spacing: .1rem;
        position: relative;
        display: inline-block;
        margin: auto;
        margin-top: 10%;
        font-size: 5rem;
        line-height: 6.1rem;
        color: #fff;
        font-weight: 300;
        text-shadow: 1px 2px #73bf4478;
        text-align: center;
    }



.inner-page-bg {    background-image: url(../Images/about_header.jpg);
    padding: 1.5rem 0;
    text-align: center;
    min-height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
	position: relative;
	background-position: 100% 22%;
	}
.inner-page-bg:before {
    content: ' ';
    background: #00000059;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.inner-page-bg h2 {
    font-family: inherit;
    letter-spacing: .1rem;
    position: relative;
    display: inline-block;
    margin: auto;
    margin-top: 10%;
    font-size: 5rem;
    line-height: 6.1rem;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 2px #73bf4478;
    text-align: center;
}
.about-us-content {
    background-color: #f2f2f2;
    padding: 3rem;
        z-index: 100;
}

.about-us {
    padding: 1rem 0;
}

.about-us .row {
    margin: 4rem 0;
}

.about-us-img img {
    width: 100%;
}
.faq-custom .accordion{
width: 100%;
}


.faq-custom h4 .btn {
    font-size: 1.8rem;
    background-color: #1274bb;
    color: #fff;
    letter-spacing: .1rem;
    text-decoration: none;
    border-radius: 4px 4px 0px 0px;
    padding: 1rem 1.5rem !important;
}


.faq-custom h4 .card-header {
    border: none !important;
}

.faq-custom .card {
    border: none;
    margin-bottom: 3rem;
}

.faq-custom .card .collapse {
    background-color: #f2f2f2;
    padding: 1rem;
    border-radius: 0px 0px 4px 4px;
}

.faq-custom h4:hover {
    text-transform: none !important;
}

.faq-custom .card .collapse p {font-family: inherit;}
.faq-custom h4 .btn.collapsed {
    border-radius: 4px;
}
.faq-custom {
    padding-top: 4rem;
    padding-bottom: 2rem;
}

.faq-custom h4 .btn.collapsed .fa {transform: rotate(0deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

.faq-custom h4 .btn .fa {
    transform: rotate(-180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
 .faq_text_outer p strong {
    color: #332f2f;
    font-weight: 600;
    letter-spacing: 0.1rem;
}


/*footer css */
.footer-details .copy_right_footer, .footer-details .copy_right_footer a {
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    line-height: 2rem;
}
 .footer-details .copy_right_footer a:hover {
    color: #73bf44;
}
.footer-top-section {
    background-color: #1274bb;
    padding: 22px 15px 0;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 35px 0 5px;
    white-space: nowrap;
}
.footer-content img {
    height: 36px;
    width: auto;
    margin-right: 15px;
}
.footer-content span {
    font-weight: 400;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.1rem;
}
.footer-content a span:hover {
    color: #73bf44;
}

.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #7ca2bd;
    padding-bottom: 14px;
}
.footer-top-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

section.logo-icons {
    background-color: #f2f2f2;
    padding-top: 3rem;
}


section.logo-icons .container .row {
    border-top: double 3px #cdcdcd;
    padding-top: 3rem;
    padding-bottom: 3rem;
	margin: 0;
}

.footer-details {
    background-color: #1274bb;
    padding: 1.5rem 0;
}

ul.left-footer-links li {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 200;
}

    ul.left-footer-links li a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 200;
        letter-spacing: .1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

ul.left-footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    ul.left-footer-links li a i {
        font-size: 2.6rem;
        margin-right: 5px;
    }
	


@media (min-width: 2000px){
	.inner-page-bg,.inner-page-bg-FAQ,.services-page-bg{
    min-height: 60vh;
	}
	.services-page-bg{
    min-height: 50vh !important;
	}
}



@media (min-width: 992px){
header.header-custom .navbar-brand {
    width: 15rem;
}

.about-us .row {
    flex-wrap: nowrap;
}


.right-margin {
    margin-left: -10rem;
}

.left-margin {
    margin-right: -10rem;
}

}
@media (min-width: 1500px){ 
.carousal-custom .carousel-caption {
    width: 466px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1260px;
}

 header.header-custom .navbar-brand {
        width: 410px;
        max-height:85px !important;
        overflow:hidden;
        
    }
    header.header-custom .navbar-brand svg {
        width: 410px;
        max-height: 85px !important;
        overflow: hidden;
    }
}


@media (max-width: 1199px){
html {
    font-size: 60%;
}
.carousal-custom .carousel-caption {
    width: 60%;
}
}

@media (max-width: 991px){
	.header-custom ul.navbar-nav li {
    margin-top: 10px;
}

	ul.left-footer-links {
    max-width: 534px;
    margin: 5px auto;
}
.header-custom ul.navbar-nav li a {
    display: inline-block;
}
.header-custom .reg-log-btn{
    margin: 15px 0px 10px;
}

html {
    font-size: 55%;
}
header.header-custom .nav-item .nav-link:hover:before, header.header-custom .nav-item.active .nav-link:before {
    width: 100%;
    right: 0;
}
header.header-custom .navbar-brand {
    width: 50rem;
}
}
@media (min-width: 768px) and (max-width: 1024px){
	.service_outer .text {
    top: 45%!important;
    left: 50%!important;
    transform: translate(-50%, -54%)!important;
    -ms-transform: translate(-50%, -54%)!important;
    padding: 10px !important;
}
div#ajax {
    margin-left: -5px;
    margin-right: -5px;
}
.service_outer .col-md-3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    padding-right: 5px;
    padding-left: 5px;
}
.btn1 {
  
    bottom: 10px;
 
}
.service_outer .team-block {
    margin-bottom: 12px !important;
    
}
.service_outer .text br {
    display: none;
}
.text p strong {
    margin-bottom: 9px;
    display: block;
}
.service_outer .team-img img {
    width: 100%;
    max-height: 330px;
}
ul.left-footer-links {
    display: block;
 
}
.footer-content img {
    height: 30px;
    margin-right: 5px;
}
.footer-content span {
    font-size: 1.8rem;
    letter-spacing: 0;
}
header.header-custom {
    width: calc(100% - 1rem);
    left: 0.5rem;
    top: 0.5rem;
}
}
@media (min-width: 992px) and (max-width: 1024px){
	
header.header-custom a.nav-link {
    font-size: 1.3rem;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    letter-spacing: 0rem;
}
header.header-custom .navbar-brand {
    width: 25rem;
    min-width: 362px;
}
.reg-log-btn .btn {
    font-size: 1.5rem;
    letter-spacing: 0rem;
    padding: 0.7rem 1.8rem;
}
.carousal-custom .carousel-caption {
    width: 50%;
    max-width: 360px;
    padding: 2.5rem;
}
.carousal-custom .carousel-caption h1 {
    font-size: 3rem;
    line-height: 4rem;
}
.services-area .service h5 {
    text-align: center;
    color: #393939;
    font-family: inherit;
    margin-top: 1.5rem;
    font-weight: 400;
    letter-spacing: 0rem;
    font-size: 1.5rem;
}
}

@media (min-width: 768px) and (max-width: 991px){
  
.tell-us-img {
    height: 100%;
}
.tell-us-content h6 {
    font-size: 2rem;
    line-height: 2.3rem;
}
.tell-us-img img {
    height: 100%;
    max-width: 306px;
    max-height: 443px;
}
.tell-us-img::after {
    width: 14rem;
    right: 0.5rem;
    top: 2rem;
}
.carousal-custom .carousel-caption h1 {
    letter-spacing: 0rem;
    font-size: 3rem;
    line-height: 4rem;
}
.carousal-custom .carousel-caption {
    width: 60%;
    max-width: 356px;
    padding: 3rem;
}

.tell-us-img:before {
    position: absolute;
    content: "";
    background: transparent;
    width: 14rem;
    height: 10rem;
    border: solid .5rem #1375bb;
    bottom: -2rem;
    left: -2rem;
    z-index: -1;
}
}

@media (max-width: 767px){
	header.header-custom .navbar-brand {
    min-width: 380px;
}
header.header-custom .navbar-brand {
    width: 55rem;
}
	.footer-content {
    justify-content: flex-start;
    margin: 10px 0;
    width: 100%;
}
.footer-content img {
    height: 30px;
    margin-right: 15px;
}
.footer-details .copy_right_footer, .footer-details .copy_right_footer a {
    
    font-size: 2rem; 
    line-height: 2.9rem;
}
.footer-content span {
    
}
	.carousal-custom .carousel-caption {
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
}
	header.header-custom {
    position: inherit;
}
header.header-custom.sticky {
    position: fixed;
   
}
header.header-custom.sticky .navbar {
    border-radius: 0;
    background-color: rgba(255, 255, 255,0.9) !important;
}
html {
    font-size: 50%;
}
.tell-us-content {
    margin-top: 4rem;
}

.tell-us-img::after {
    top: 2rem;
    right: -2rem;
}

.services-area .col {
    padding: 0 .5rem !important;
}
.carousal-custom .carousel-caption {
    width: 80%;
	max-width: 400px;
}
header.header-custom {
    top: 0;
    left: 0;
    width: 100%;
}
header.header-custom .navbar{
	    border-radius: 0;
}
header.header-custom .navbar {
    background-color: #fff !important;
}
}

@media (max-width: 575px){
	header.header-custom .navbar-brand {
    min-width: 266px;
	width:38rem;
}
	.call-register h3 {
    font-size: 2.5rem;
}
	.carousal-custom .carousel-caption {
    width: 80%;
    max-width: 212px;
}
.carousal-custom .carousel-caption {
    top: 50%;
    transform: translate(-50% , -50%);
    left: 50%;
}
	
.services-area .row .col:nth-child(odd) {
    margin-top: 0;
}
section.services-area .col {
    width: 100%;
    display: block;
    flex-basis: inherit;
    flex-grow: inherit;
    -webkit-box-flex: inherit;
    max-width: 33%;
}
.services-area {
    padding: 5rem 0;
    background-image: inherit;
}
ul.left-footer-links {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
ul.left-footer-links .seprate_spna {
    display: none;
}
ul.left-footer-links li {
    display: flex;
}
ul.left-footer-links li a {
    margin-top: 10px;
	font-size: 2rem;
}
ul.left-footer-links li a i {
    font-size: 3rem;
    margin-right: 5px;
    min-width: 26px;
}

html {
    font-size: 45%;
}
.phone-no {
    margin: auto;
}

.yet-register {
    margin: auto;
    justify-content: center;
}
.carousal-custom .carousel-caption {
    padding: 1rem;
}
.carousal-custom .carousel-caption h1 {
    font-size: 2rem;
    line-height: 2.4rem;
}
}
@media (max-width: 320px){
	header.header-custom .navbar-brand {
    width: 36rem;
	min-width:262px;
}
}
