@font-face {
  font-family: Montserrat-Regular;
  src: url('assets/fonts/Montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('assets/fonts/Montserrat/Montserrat-Medium.ttf'); 
}

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

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('assets/fonts/Montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Lexend-Deca-Regular;
  src: url('assets/fonts/Lexend_Deca/LexendDeca-Regular.ttf'); 
}

body {
    font-family: 'Montserrat-Regular', sans-serif;
    /*background: #f5f6fa;*/
	background-color: #fafafa;
}

p {
	font-family: 'Montserrat-Regular', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat-Regular', sans-serif;
}


h6 {
    color: #fff;
    font-size: 15px;
    line-height: 1.5em;
}
.mb50 {
    margin-bottom: 50px;
}
.mb20 {
    margin-bottom: 20px;;
}
.mb30 {
    margin-bottom: 30px;;
}
.mb0 {
    margin-bottom: 0px;
}

.fixed-top {
    top: 0px;
}

.carousel-caption {
    text-align: left;
    left: 6%;
    right: 6%;
}
#main-slide {
    width: 100%;
    height: 1000px;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    
}
#main-slide h4 {
    color: #fff !important;
    line-height: 1em;
    font-weight: bolder !important;
    font-size: 46px;
    letter-spacing: 0.9px;
}

.carousel-caption {
    top: 0px;
}

#copyright {
    background: #000f2f;
}

/* only small tablets */
@media (min-width: 768px){
	.px-md-100{
		padding-left:100px;
		padding-right:100px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
   
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

/*added for eof August changes*/
#main-slide .carousel-item img{
    padding-right: 0px !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
}

#main-slide{
    height: auto;
}

.#main-slide .carousel-caption{
    position:absolute !important;
}

#main-slide h4 span {
    font-size: 28px;
    font-weight: 400;
}

.pl-8{
    padding-left: 8rem;
}


.card-unset{
    background: none !important;
    border: 0px !important;
    padding: 0px !important;
}

.font-48{
    font-size: 48px;
}

.font-36{
    font-size: 36px;
    line-height: 2.5rem;
    font-weight: bold;
}

.pb-60{
    padding-bottom: 60px;
}

.carousel-indicators li{
    background-color: rgb(232 142 71);
    border-radius: 100%;
    width: 15px;
    height: 15px;
}

.slide2.carousel-caption{
    top: 20px;
    bottom: auto;
    padding-top: 80px;
}

#main-slide .slide2.carousel-caption h4{
    color: #000000 !important;
    line-height: 0.6em !important;
}

.carousel-caption a{
    background-color: #ffc000;
    color: #000000;
    font-weight: bold;
    padding: 0px 15px;
    text-align: center;
}

.carousel-inner .carousel-item .slide-img{
    width: 100%;
    height: 700px;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.slide1{
    background: url('assets/images/banner-right.jpg') no-repeat center center;
}

.w-60{
    width: 60% !important;
}

.w-70{
    width: 70% !important;
}

.w-90{
    width:90% !important;
}


#header-wrap .dropdown .dropdown-menu li{
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 700 !important;
	font-family: 'Lexend-Deca-Regular';
}

.dropdown:hover .dropdown-menu{
    padding: 10px;
}

.dropdown:hover .dropdown-menu li{
    padding: 10px;
}

#header-wrap .dropdown .dropdown-menu li a{
    color:#000000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li > a:before {
    top: 0;
    left: 50px;
}

#back-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 0;
    margin: 0;
    z-index: 20;
}

#back-top a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-size: 25px;
    z-index: 999;
}
/*end for eof August 2020 changes*/

/*start for eof April 2021 changes*/
.top-nav-collapse{
	background-color: #fafafa !important;
}

.font-28{
	font-size: 28px;
    line-height: 2.5rem;
    font-family: 'Montserrat-Bold' !important;
}

.fixed-top {
    top: 50px;
}

.dropdown:hover .dropdown-menu,#header-wrap .dropdown .dropdown-menu li{
	background-color: #ffffff;
}

.dropdown:hover .dropdown-menu li{
	padding: 10px 8px;
}

#header-wrap .dropdown .dropdown-menu li a{
	word-wrap: break-word;
    white-space: normal;
}

.dropdown-menu{
	min-width: 300px;
    max-width: 300px;
}

#header-wrap .dropdown .dropdown-menu li a span {
    font-weight: normal;
    font-size: 14px;
	font-family: 'Lexend-Deca-Regular';
}


/*hover,active*/

#header-wrap .dropdown .dropdown-menu li:hover {
    background-color: #ffffeb;
}


.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffc000 !important;
    font-weight: normal !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 18px;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
    color: #ffc000 !important;
    font-weight: bold !important;
}


/*remove down arrow in active*/
.navbar-expand-lg .navbar-nav li > a:before {
    content: none;
}
    
/*first section*/	
.newsletter-info, .para-txt, .newsletter-info ul, .banner-newsletter, .testimonial, .banner-section .card-text, .banner-section h6,#contact-map,#contact-map .section-title-header p, .features-col-1 ul li, .signup-blk,.accordion .card-body{
	font-family: 'Lexend-Deca-Regular';
}

.banner-section{
	padding-top:120px;
	padding-bottom: 100px;
}
	
.header-txt span span {
    color: #ffc000;
}

.para-txt{
	font-size: 16px;
    
}

.btn-common {
    background-color: #ffcc00;
	font-family: 'Montserrat-Bold';
}
   

.header-title {
    color: #ffc000;
}

@media (min-width: 1200px){
	.container.max-960 {
		max-width: 960px;
	}
}

@media (min-width: 992px){
	.px-lg-32{
		padding-left: 32%;
		padding-right: 32%;
	}
	
	.px-lg-26{
		padding-left: 26%;
		padding-right: 26%;
	}
	
	.px-lg-180{
		padding-left: 180px;
		padding-right: 180px;
	}
	
	.px-lg-150{
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.px-lg-130{
		padding-left: 130px;
		padding-right: 130px;
	}
}

.banner-section h3 {
    font-family: 'Montserrat-Bold';
}

h3.card-title {
    font-size: 20px;
}

.functionable-blk .card-img-top{
	width: 100px;
	height: 100px;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /*border: 2px solid #fff;*/
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

.fa{
	font-size: 15px;
}

.fa-check:before {
    color: #56d256;
}

i.fa.fa-check {
    font-size: 13px;
}
  

.plan-line{
	margin-top: 30px;
    border: none;
    height: 2px;
    color: #333;
    background-color: #dadada;
}

/*eni*/
.navbar-header, .navbar {
    background-color: #003366;
}

.banner-content-inside .title {
  color: #ffffff;
  font-size: 2.5rem;
}

.banner_slider_text_content{
    font-size: 1.5rem;
    line-height: 1.2;
}

.section-button {
  padding: 11px 5%;
  font-size: 20px;
  font-weight: normal;
  border-radius: 50px;
  border-width: 3px;
  background-color: #0066cc !important;
  border-color: #0066cc;
  color: rgb(255, 255, 255) !important;
}

.carousel-caption{
    top: 0;
    right: 0;
}

/*submenu*/
.navbar-expand-lg .navbar-nav .nav-link{
    line-height: 86px;
}

.navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #003366 !important;
    background-color: white;
}

.navbar li.active a.nav-link {
    color: #0066cc !important;
    background-color: transparent;
}

.dropdown-menu{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu:before{
   display: none;
}

.dropdown:hover .dropdown-menu{
    border-radius: 0px;
    padding: 30px;
}

.dropdown:hover > a {
    color: #000000 !important;
}

.dropdown:hover {
    background-color: #ffffff;
}

#header-wrap .dropdown .dropdown-menu span{
    font-size: 18px;
    font-weight: 700 !important;
    font-family: 'Lexend-Deca-Regular';
    padding: 5px 15px;
}

#header-wrap .dropdown .dropdown-menu ul{
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-wrap .dropdown .dropdown-menu li,#header-wrap .dropdown .dropdown-menu ul ul li a label{
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'Lexend-Deca-Regular';
}

.dropdown:hover .dropdown-menu li {
    padding: 0px;
}

.dropdown:hover ul {
    left: auto;
    right: 0;
}

/*submenu two column*/
.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 800px;
}
.dropdown-menu li a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #999;
}

.multi-column .multi-column-dropdown label {
    margin-bottom: 0px;
}
 
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        overflow-x: hidden;
    }

    .dropdown:hover ul {
        left: 0;
        right: auto;
        margin-left: 0px;
        min-width: 100% !important;
    }
}

/*two column*/
.business_services_layout hr {
     border-top: 2px solid;
}
 .business_member_options .white_background {
     position: relative;
}
 .business_member_options .white_background h5 {
     margin: 8% 0 0 0;
}
 .business_member_options .white_background hr {
     margin: 10px auto 7% auto;
     width: 18%;
}
 .business_member_options a {
     border-style: solid;
}
 .orange_background a {
     display: inline-block;
     border-style: solid;
}
 .orange_background hr {
     margin: 0 0 2% 0 !important;
     width: 18%;
}
 .orange_background h3 {
     margin: 0 auto 2% auto;
}
 .teaser-card-deck {
     width: 100%;
     margin: 0 auto;
}
 .read_more {
     border-style: solid;
     text-align: center;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .card-deck {
         flex-direction: column;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .card-deck {
         flex-direction: column;
    }
}
 
 .showcase-mirror-card.left {
     background-color: #3870c7;
}
 .showcase-mirror-card.right {
     background-color: #1b50a3;
     line-height: 2.5rem;
}
 .showcase-mirror-card .heading {
     color: #ecf0f1;
     font-size: 2rem;
}
 .showcase-mirror-card .subheading {
     color: #ffffff;
     font-size: 1.25rem;
}
 .showcase-mirror-card .subheading p {
     /*text-align: justify;*/
     font-size: 1rem;
     font-weight: bold;
     letter-spacing: 0.5px;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .showcase-mirror-card .heading {
         font-size: 1rem;
         text-align: center;
    }
     .showcase-mirror-card .subheading {
         font-size: 1rem;
    }
     .showcase-mirror-card .subheading p {
         text-align: center;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .showcase-mirror-card .heading {
         font-size: 1rem;
         text-align: center;
    }
     .showcase-mirror-card .subheading {
         font-size: 1rem;
    }
     .showcase-mirror-card .subheading p {
         text-align: center;
    }
}
 .showcase-mirror-card ul li {
     color: #ffffff;
     list-style-type: square;
     font-size: 1rem;
     font-weight: bold;
     letter-spacing: 0.5px;
}
 .showcase-mirror-card .showcase-background-image {
     top: 0;
     left: 0;
     object-fit: cover;
     height: 100%;
     width: 100%;
     margin: 0 auto;
     position: absolute;
}
 .showcase-mirror-card .showcase-mirror-body {
     top: 0;
     left: 0;
}
 .showcase-mirror-card .showcase-mirror-footer {
     display: flex;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .showcase-mirror-card {
         line-height: 1.75rem;
         padding: 1rem;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .showcase-mirror-card {
         line-height: 1.75rem;
         padding: 1rem;
    }
}
 
@media (max-width: 1200px){ 
    .min-w-left,.min-w-right{
        min-width: 100%;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    }
}

@media (min-width: 1200px){
    .banner-content-inside{
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(-50%, -50%);
    }

    .min-w-right{
        min-width: 700px;
    }
}

/*circle*/
.btn-container .section-button {
     text-align: center;
     border-style: solid;
}
 .btn-container .section-button:hover {
     text-decoration: none;
}
 .card-body {
     padding-left: 5%;
     padding-right: 5%;
}
 .card-body img {
     width: 75%;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .card-body img {
         width: 80%;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .card-body img {
         width: 80%;
    }
}
 .sponsor img {
     width: 75%;
     max-width: 100px !important;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .sponsor img {
         width: 30%;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .sponsor img {
         width: 30%;
    }
}
 .subheading {
     font-size: 1.5rem;
     margin-bottom: 3rem;
}
 .heading {
     font-size: 26px;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .subheading {
         font-size: 1rem;
         text-align: center;
         margin-bottom: 2rem;
    }
     .heading {
         font-size: 1.75rem;
         text-align: center;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .subheading {
         font-size: 1rem;
         text-align: center;
         margin-bottom: 2rem;
    }
     .heading {
         font-size: 1.75rem;
         text-align: center;
         margin-bottom: 2rem;
    }
}
 @media only screen and (max-width: 767px) {
     .card-deck {
         flex-direction: column-reverse !important;
         display: flex;
    }
     .col-text-container .card-body {
         padding-left: 1.25rem !important;
         padding-right: 1.25rem !important;
    }
}

.business_text_image .subheading span {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}
 
 /*polygon*/
 .btn-container .section-button {
     text-align: center;
     border-style: solid;
}
 .btn-container .section-button:hover {
     text-decoration: none;
}
 .card-deck, .card {
     background-color: #d0dae1;
}
 .card-body {
     padding-left: 5%;
     padding-right: 5%;
}
 .card-body img {
     width: 100%;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .card-body img {
         width: 90%;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .card-body img {
         width: 90%;
    }
}
 .subheading {
     font-size: 1.5rem;
     margin-bottom: 1rem;
}
 .heading {
     font-size: 26px;
}

.service-section .subheading span {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #666666;
}

 @media (min-width: 481px) and (max-width: 767px) {
     .subheading {
         font-size: 1rem;
         text-align: center;
         line-height: 1.5rem;
         margin-bottom: 2rem;
    }
     .heading {
         font-size: 1.75rem;
         text-align: center;
         margin-bottom: 2rem;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .subheading {
         font-size: 1rem;
         text-align: center;
         line-height: 1.5rem;
         margin-bottom: 2rem;
    }
     .heading {
         font-size: 1.75rem;
         text-align: center;
         margin-bottom: 2rem;
    }
}
 @media only screen and (max-width: 767px) {
     .card-deck {
         flex-direction: column-reverse !important;
         display: flex;
    }
     .col-text-container .card-body {
         padding-left: 1.25rem !important;
         padding-right: 1.25rem !important;
    }
}
 /*BT*/
 .test-border {
     border: 1px solid gray;
}
 .mat-line {
     font-weight: bold !important;
     height: 60px;
}
 .btn-container {
     margin: 0 auto;
     width: 100%;
     display: block;
}
 .btn-container .section-button {
     text-align: center;
     border-style: solid;
}
 .btn-container .section-button:hover {
     text-decoration: none;
}
 .banner_slider_div {
     display: block;
     margin: 0 auto;
     width: 100%;
     height: 600px;
     position: relative;
}
 .custom_banner_image {
     object-fit: cover;
     height: auto;
     width: 100%;
     margin: 0 auto;
}
 #banner_slider_container .banner_slider_text_container {
     padding: 10px 5% !important;
}
 .banner_slider_text_container hr {
     display: block;
}
 .banner_slider_text_container {
     position: absolute;
     top: 0;
     width: 100%;
     left: 0;
}
 .banner_slider_text_container .row {
     margin: 0 auto;
}



 .title {
     color: #ffffff;
     font-size: 2.5rem;
}
 .subtitle {
     color: #ffffff;
     font-size: 20px;
}
 .date {
     color: #ffffff;
     font-size: 20px;
}
 @media (max-width: 767px) {
     .banner_slider_text_container * {
         font-size: calc(0.5rem + 2.5vmin) !important;
         line-height: calc(1.1em + 0.5vw);
    }
     .banner_slider_text_container a {
         padding: 11px 5% !important;
    }
     .banner_slider_text_container h1 > span, .banner_slider_text_container h3 > span, .banner_slider_text_container h1, .banner_slider_text_container h3 {
         font-size: 9vw !important;
    }
     .banner_slider_text_container h2 > span, .banner_slider_text_container h2 {
         font-size: 1.2em;
    }
}
 @media (max-width: 991px) {
     .banner_slider_text_container {
         top: 0 !important;
         bottom: 0 !important;
         height: 100%;
    }
}
 .banner_slider_div .after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     color: #fff;
}
 .banner_slider_div .after {
     display: block;
}
 .banner_slider_div img {
     height: 100%;
     width: 100%;
}
 .embed-responsive .after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     display: none;
     color: #fff;
}
 .embed-responsive .after {
     display: block;
}
 .videoWrapper {
     position: relative;
     padding-bottom: 56.25%;
    /* 16:9 */
     height: 0;
}
 .videoWrapper embed, .videoWrapper object, .videoWrapper video, .videoWrapper iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .banner1 {
     background-size: cover !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
}
 .banner1 .banner-wrapper {
     background: #fff;
     max-width: 700px;
     position: relative;
}
 .banner1 .welcome {
     position: absolute;
     top: 30px;
     border: 1px solid;
     padding: 5px;
     left: 0;
     right: 0;
}
 .banner1 .jumbotron {
     border-radius: 0;
     margin-bottom: 0;
}

 .banner-content {
     text-align: left;
    /* margin-left: 50%;*/
}
 @media (min-width: 481px) and (max-width: 767px) {
     .banner-content {
         text-align: center;
         margin-left: 0;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .banner-content {
         text-align: center;
         margin-left: 0;
    }
}
 .btn {
     padding: 0.7rem 2rem;
     font-weight: 600;
     font-size: 0.9rem;
     line-height: 0.9rem;
}
 .btn-lg, .btn-group-lg > .btn {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     text-transform: none;
     font-weight: 400;
}
 .section-button {
     padding: 11px 5%;
     font-size: 1.25rem;
     font-weight: normal;
     border-radius: 50px;
     border-width: 3px;
     background-color: #0161e3;
     border-color: #0161e3;
     color: #fff;
}
 #banner_cta {
     border: 2px solid var(--cta_color) !important;
}
 #banner_cta:hover {
     background-color: #fff !important;
     color: var(--cta_color) !important;
}
 .banner2 {
     background-size: cover !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
}
 .banner2 .banner-wrapper {
     max-width: 700px;
     position: relative;
}
 .banner2 .jumbotron {
     border-radius: 0;
     margin-bottom: 0;
}
 .banner2 .btn.btn-primary {
     border-radius: 0;
}

 .image-text-content {
     height: auto;
     width: auto;
     max-width: 100px;
     max-height: 100px;
}
 
/*teaser*/ 
.business_services_layout hr {
     border-top: 2px solid;
}
 .business_member_options .white_background {
     position: relative;
}
 .business_member_options .white_background h5 {
     margin: 8% 0 0 0;
}
 .business_member_options .white_background hr {
     margin: 10px auto 7% auto;
     width: 18%;
}
 .business_member_options a {
     border-style: solid;
}
 .orange_background a {
     display: inline-block;
     border-style: solid;
}
 .orange_background hr {
     margin: 0 0 2% 0 !important;
     width: 18%;
}
 .orange_background h3 {
     margin: 0 auto 2% auto;
}
 .teaser-card-deck {
     width: 100%;
     margin: 0 auto;
}

.teaser-card-deck .card{
     border-bottom: 1px solid #cccccc !important;
}
 .card-title, .card-text {
     color: #5f5f5f;

}
 .card-title h5, .card-text h5 {
     line-height: 2.5rem;
}
 .read_more {
     text-align: center;
     font-weight: 700;
     font-size: 1rem;
     text-transform: uppercase;
     width: auto;
     background-color: #fff;
     color: #028be2;
     border-color: #fff;
}
 .read_more .arrow-right {
     font-size: 1.75rem;
}

.new-section .heading span{
    font-size: 20px;
}

.new-section .subheading{
    font-size: 1rem;
    margin-bottom: 0px;
}
    
 @media (min-width: 481px) and (max-width: 767px) {
     .card-deck {
         flex-direction: column;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .card-deck {
         flex-direction: column;
    }
}
 
 .showcase-mirror-card.left {
     background-color: #3870c7;
}
 .showcase-mirror-card.right {
     background-color: #1b50a3;
}
 .showcase-mirror-card ul li {
     color: #fff;
     list-style-type: square;
     font-size: 1rem;
}
 .showcase-mirror-card .showcase-background-image {
     top: 0;
     left: 0;
     object-fit: cover;
     height: 100%;
     width: 100%;
     margin: 0 auto;
     position: absolute;
}
 .showcase-mirror-card .showcase-mirror-body {
     top: 0;
     left: 0;
}
 .showcase-mirror-card .showcase-mirror-footer {
     display: flex;
}
 .btn {
     padding: 0.7rem 2rem;
     font-weight: 600;
     font-size: 0.9rem;
     line-height: 0.9rem;
}
 .btn-lg, .btn-group-lg > .btn {
     padding: 0.5rem 1rem;
     font-size: 1.25rem;
     line-height: 1.5;
     text-transform: none;
     font-weight: 400;
}
 .section-button {
     padding: 11px 5%;
     font-size: 1rem;
     font-weight: normal;
     border-radius: 50px;
     border-width: 3px;
     background-color: #0161e3;
     border-color: #0161e3;
     color: #fff;
}
 .btn-container {
     margin-top: 3rem;
}
 .heading {
     font-size: 26px;
}
 .subheading {
     font-size: 1.25rem;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .heading {
         font-size: 1.5rem;
         text-align: center;
    }
     .subheading {
         font-size: 1rem;
         text-align: center;
    }
     .card-footer {
         padding-top: 0;
         text-align: center;
    }
     .btn-container {
         margin-top: 0;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .heading {
         font-size: 1.5rem;
         text-align: center;
    }
     .subheading {
         font-size: 1rem;
         text-align: center;
    }
     .card-footer {
         padding-top: 0;
         text-align: center;
    }
     .btn-container {
         margin-top: 0;
    }
}


/*changed mobile banner*/
.mobile_top_banner_bg{
    background: url(assets/images/mobile_top_banner_bg.png) no-repeat center center;
    background-size: cover;
}

/*footer*/
footer {
     color: #8b998f;
     background-color: #000f2f;
}
 footer .mega-wlogo-wcontact-wcopyright {
     background-color: #000f2f;
}
 footer .custom-container {
     background-color: #000f2f;
     margin: 0 10rem;
}
 footer .custom-container .d-flex {
     justify-content: space-between;
}
 footer .custom-container .d-flex .footer-nav .footer-header .fa {
     visibility: hidden;
}
 @media (min-width: 481px) and (max-width: 767px) {
     footer .custom-container {
         margin: 0 auto;
    }
     footer .custom-container .d-flex {
         flex-direction: column;
         justify-content: center;
    }
     footer .custom-container .d-flex .footer-nav {
         padding-left: 1rem;
         padding-right: 1rem;
    }
     footer .custom-container .d-flex .footer-nav .footer-header {
         display: flex;
         margin-bottom: 1rem;
         align-items: center;
         justify-content: space-between;
         border-bottom: 1px solid #8b998f;
    }
     footer .custom-container .d-flex .footer-nav .footer-header .fa {
         cursor: pointer;
         font-size: 1rem;
         visibility: unset;
         margin-top: 0.5rem;
         margin-right: 0.5rem;
    }
     footer .custom-container .d-flex .footer-nav .collapse {
         transition: all 0.5s ease-out;
         display: block !important;
         overflow: hidden !important;
         max-height: 0;
    }
     footer .custom-container .d-flex .footer-nav .collapse.in {
         transition: all 0.5s ease-in;
         max-height: 500px;
        /*any number which is lager than a height of any of your elements*/
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     footer .custom-container {
         margin: 0 auto;
    }
     footer .custom-container .d-flex {
         flex-direction: column;
         justify-content: center;
    }
     footer .custom-container .d-flex .footer-nav {
         padding-left: 1rem;
         padding-right: 1rem;
    }
     footer .custom-container .d-flex .footer-nav .footer-header {
         display: flex;
         margin-bottom: 1rem;
         align-items: center;
         justify-content: space-between;
         border-bottom: 1px solid #8b998f;
    }
     footer .custom-container .d-flex .footer-nav .footer-header .fa {
         cursor: pointer;
         font-size: 1rem;
         visibility: unset;
         margin-top: 0.5rem;
         margin-right: 0.5rem;
    }
     footer .custom-container .d-flex .footer-nav .collapse {
         transition: all 0.5s ease-out;
         display: block !important;
         overflow: hidden !important;
         max-height: 0;
    }
     footer .custom-container .d-flex .footer-nav .collapse.in {
         transition: all 0.5s ease-in;
         max-height: 500px;
        /*any number which is lager than a height of any of your elements*/
    }
}
 .social-media img {
     width: 25px;
}
 .img-container {
     padding: 0.5rem 1rem;
}
 .link-social {
     cursor: pointer;
}
 .social .background-style-circle {
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     width: 40px;
     height: 40px;
     background: red;
     border: solid red;
     font-size: 25px;
     padding-top: 5px;
}
 .social .background-style-square {
     border: solid red;
     background: red;
     width: 40px;
     height: 40px;
     font-size: 25px;
     padding-top: 5px;
}
 .simple-clean {
     padding-top: 30px;
}
 .simple-clean .container {
     border-top: 1px solid #dbdbdb;
     padding: 15px;
}
 .simple-clean .list-social {
     font-size: 25px;
     padding: 0 !important;
     margin-bottom: 0 !important;
}
 .simple-clean .list-social > li {
     display: inline-block;
     vertical-align: middle;
     margin-top: 0;
     margin-bottom: 0;
     padding: 0 5px;
}
 .simple-clean .list-social > li:first-child {
     padding: 0 5px 0 0;
}
 .simple-link-available {
     padding-top: 30px;
}
 .simple-link-available .container {
     border-top: 1px solid rgba(255, 255, 255, 0.15);
     padding-top: 20px;
}
 .simple-link-available .footer-nav ul {
     padding-left: 0;
     margin-bottom: 0;
}
 .simple-link-available .footer-nav ul a {
     text-decoration: none;
}
 .simple-link-available .footer-nav ul a:hover {
     color: #01c9f5;
}
 .simple-link-available .footer-nav ul li {
     display: inline-block;
     padding: 5px 10px;
}
 .simple-link-available .footer-nav ul li:first-child {
     padding: 0 10px 0 0;
}
 .simple-link-available .list-social {
     font-size: 25px;
     padding: 0 !important;
}
 .simple-link-available .list-social > li {
     display: inline-block;
     vertical-align: middle;
     margin-top: 0;
     margin-bottom: 0;
     padding: 0 10px;
}
 .simple-link-available .list-social > li:first-child {
     padding: 0 10px 0 0;
}
 .mega-wlogo .container {
     background-color: #fff;
     padding: 20px;
}
 .mega-wlogo .list-social {
     padding: 0 !important;
     margin-bottom: 0 !important;
     font-size: 25px;
}
 .mega-wlogo .list-social > li {
     display: inline-block;
     padding: 0 1px;
}
 .mega-wlogo .list-social > li .background-style-circle {
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     width: 28px;
     height: 28px;
     background: red;
     border: solid red;
     font-size: 15px;
     padding-top: 4px;
}
 .mega-wlogo .list-social > li .background-style-square {
     border: solid red;
     background: red;
     width: 28px;
     height: 28px;
     font-size: 15px;
     padding-top: 5px;
}
 .mega-wlogo .footer-nav ul {
     padding-left: 0;
     list-style: none;
}
 .mega-wlogo .footer-nav a:hover {
     color: #01c9f5 !important;
}
 .mega-wlogo .footer-nav .footer-header {
     max-width: 180px;
     font-weight: bold;
}
 .mega-wlogo-wcontact-wcopyright {
     padding: 80px 0 20px;
}
 .mega-wlogo-wcontact-wcopyright .border-right-mega {
     border-right: 1px solid #fff;
}
 .mega-wlogo-wcontact-wcopyright .footer-addr {
     line-height: 25px;
}
 .mega-wlogo-wcontact-wcopyright .footer-addr a {
     font-size: 20px;
     color: #fff;
     text-decoration: none;
}
 .mega-wlogo-wcontact-wcopyright .footer-dir a {
     font-size: 20px;
     color: #fff;
     text-decoration: none;
}
 .mega-wlogo-wcontact-wcopyright .footer-header {
     color: #fff;
     line-height: 33px;
     font-weight: 700;
     font-size: 1rem;
     letter-spacing: 1px;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul {
     padding: 0;
     list-style: none;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul li {
     padding-bottom: 1rem;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul li img {
     max-width: 40px;
     max-height: 15px;
     margin-top: 5px;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul li img.chat {
     max-height: 20px;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul li span.address {
     font-size: 0.75rem;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul a {
     color: #9ba0ac;
}
 .mega-wlogo-wcontact-wcopyright .footer-nav ul a:hover {
     color: inherit !important;
}
 .mega-wlogo-wcontact-wcopyright .footer-bottom {
     border-top: 1px solid rgba(255, 255, 255, 0.1);
     padding-top: 20px;
     margin-top: 50px;
}
 .mega-wlogo-wcontact-wcopyright .list-social {
     padding: 0 !important;
     margin-bottom: 0 !important;
}
 .mega-wlogo-wcontact-wcopyright .list-social > li {
     display: inline-block;
     vertical-align: middle;
     margin-top: 0;
     margin-bottom: 0;
     padding: 0 5px;
}
 .mega-wlogo-wcontact-wcopyright .list-social i {
     font-size: 23px;
     color: #9ba0ac;
}
 .mega-wlogo-wcontact-wcopyright .copyright a {
     color: #9ba0ac;
     font-size: 14px;
}
 @media (min-width: 481px) and (max-width: 767px) {
     .mega-wlogo-wcontact-wcopyright {
         padding-top: 3rem;
    }
}
 @media (min-width: 320px) and (max-width: 480px) {
     .mega-wlogo-wcontact-wcopyright {
         padding-top: 3rem;
    }
}
 .addr-contact-num {
     padding: 50px 0;
}
 .addr-contact-num .subscribe {
     border-bottom: 1px solid;
     display: inline-block;
}
 .addr-contact-num .subscribe a {
     text-decoration: none;
}
 .addr-contact-num .backto-top {
     font-size: 2rem;
}
 .addr-contact-num .backto-top i {
     cursor: pointer;
     margin-right: 20px;
     font-size: 2rem;
}
 .addr-contact-num .social-media-container h6 {
     font-size: 21px;
}
 .addr-contact-num .social-media-container .list-social {
     padding: 0 !important;
     margin-bottom: 0 !important;
     font-size: 25px;
}
 .addr-contact-num .social-media-container .list-social > li {
     display: inline-block;
     padding: 0 1px;
}
 .addr-contact-num .social-media-container .list-social > li .background-style-circle {
     -moz-border-radius: 50px;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     width: 60px;
     height: 60px;
     background: red;
     border: solid red;
     font-size: 30px;
     padding-top: 10px;
     padding-left: 15px;
}
 .addr-contact-num .social-media-container .list-social > li .background-style-square {
     border: solid red;
     background: red;
     width: 60px;
     height: 60px;
     font-size: 30px;
     padding-top: 10px;
     padding-left: 15px;
}
 

.pr-30{
    padding-right: 30px;
}

.contact h5{
    font-weight: bold;
}

.slicknav_btn {
    border-color: #ffffff;
}

.slicknav_menu .slicknav_icon-bar {
    background: #ffffff;
}

@media screen and (min-width: 769px) {
	.min-h{
		min-height:200px !important;
	}

    .showcase-mirror-card, .banner_slider_div .section-body {
     /*line-height: 2.5rem;
     letter-spacing: 1px;*/
     padding: 5rem 8rem;
     position: relative !important;
    }

    .showcase-mirror-card {
        /* line-height: 2.5rem;
         letter-spacing: 1px;*/
         padding: 4rem 8rem;
         position: relative !important;
    }

    .business_text_image {
        padding:4rem 8rem 0rem 3rem;
    }

    .teaser-card-deck {
         padding: 0rem 5rem;
    }

    .section-body{
        padding:5rem 8rem;
    }


    .service-section .card-deck{
        padding:5rem 8rem;
    }

}


@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  .control i {
    font-size: .7rem;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
  
  .min-h{
	min-height:265px !important;
  }
  
  .px-lg-130{
	padding-left: 30px;
	padding-right: 30px;
  }

    .showcase-mirror-card , .service-section .card-deck, .banner_slider_div .section-body{
      padding: 1.5rem 3rem!important;
    }

    footer .custom-container{
        margin: 0rem 3rem !important;
    }
}


.left-wrapper{
    background-image: url(assets/images/sl.png) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    background-position: center center !important;
    background-size: 100% 100% !important;
    height: 100vh;
}

/*end for eof April 2021 changes*/

@media screen and (max-width: 1024px) {
    .left-wrapper{
        height: 500px;
    }
}

@media screen and (max-width: 991px) {
    .mobile_top_banner {
        display: block;
    }

    .home_apk {
      /*  margin: 100px 50px;
        padding-bottom: 100px;*/
    }

    .navbar-header {
        width: 100%;
    }
    .navbar-brand {
        position: absolute;
        /*padding: 15px 15px;*/
        top: 0px;
    }
    .top-nav-collapse .navbar-brand {
        top: 107px;
    }
    .navbar-brand img {
        max-width: 100px;
    }

    #mobile-menu {
        display: none;
    }
    
    .slicknav_menu {
        display: block;
    }
    .slicknav_nav .active a {
        background: #eab951;
        color: #fff;
    }
    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #eab951;
        background: #f5f5f5;
    }
    .slicknav_nav .dropdown li a.active {
        background: #f5f5f5;
        color: #eab951;
    }
    
    #about .container {
        padding: 30px !important;
    }
    img.how_it_work_img {
        padding: 30px;
    }
    
    .get_started {
        margin: 60px 50px;
    }
    
    #faq{
        margin: 0px;
        padding: 180px 0px;
    }

    #subscription{
        padding: 180px 20px;
    }

    #contact-map {
        margin: 0px 10px;
    }
    
    #main-slide {
        /*background: url('assets/images/bg.jpg') no-repeat;*/
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
       /* padding-top: 150px;*/
    }
    
    #main-slide h4 {
        font-size: 24px;
    }
    
    #main-slide .carousel-item img {
        position: relative;
        width: 90%;
        padding: 0px !important;
    }
    #main-slide .carousel-caption .right_slide {
        margin-top: 20px !important;
    }
	
	.footer-area{
		text-align:center;
	}
	
	.pt-md-220{
		padding-top:220px;
	}
	
	.card.col-lg-3.border-0.bg-transparent {
		text-align: center !important;
	}
    
	.d-md-none{
		display:none;
	}
	
	.subscription-section .bg-light-info {
		height: 900px;
	}
	
	.subscription-btn{
		padding:8px 5px;
	}

    .mobile-banner{
        padding-top: 180px !important;
    }
    

    .left-wrapper{
        height: 400px;
    }

    .left-wrapper .navbar-brand {
        top: 0px !important;
    }

    .slicknav_nav a {
        display: block;
        font-family: 'Lexend-Deca-Regular';
        font-size: 14px;
        color: #212529;
    }

    .dropdown-menu.columns-2 {
        min-width: 100%;
    }

    .navbar .container {
        max-width: 95%;
    }

    .slicknav_nav ul{
        margin-left: 0px !important;
    }

    .dropdown:hover .dropdown-menu{
        padding:0px;
    }

}

@media screen and (max-width: 900px) {
     .top-nav-collapse .navbar-brand{
        top: 0px !important;
    }

    .navbar-brand {
        top: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .top-nav-collapse .navbar-brand{
        top: 105px !important;
    }

    .navbar-brand {
        top: 0px !important;
    }



}   

@media screen and (max-width: 767px) {
    .hidden-map-mobile{
        display: none;
    }

    #contact-map {
        margin: 0px;
    }

    #contact-map .container{
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-form{
        margin-left: 0px;
    }

    .service-section .card-deck, .service-section .card-deck .card.card-diagram .card-body, .service-section .card-deck .card.card-diagram .card-body img {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .service-section .card-deck .card.card-diagram{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 550px) {
	.navbar-brand{
		top: 0px !important;
        left: 15px;
	}
	
	.navbar-header .slicknav_menu{
		/*margin-top: 25px !important;*/
	}
	
	.mobile-banner{
		padding-top: 180px !important;
	}
	
	.articles-blk .card.col-lg-3.border-0.bg-transparent.text-left{
		margin-top: 10px;
	}
	
   
    .top-nav-collapse .navbar-brand {
        top: 70px !important;
    }
	
    .navbar-brand img {
        max-width: 130px;
    }
    .each-value-service {
        width: 44%;
        background: #fff;
        box-shadow: 3px 1px 9px #ccc;
        margin: 15px 3%;
        padding: 30px 0px;
    }
    #about .about-text {
        margin-top: 50px;
    }
    .mobile_top_banner {
        display: block;
    }

    .home_apk {
        margin: 30px;
        padding-bottom: 0px;
    }

    #main-slide {
        background-attachment: fixed;

        display: table;
        height: 100%;
        width: 100%;
        position: relative;
        color: #fff;
       /* background: url(assets/images/bg.jpg) no-repeat; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        
    }

	.min-h{
		min-height:250px !important;
	}
	
	.pt-md-220{
		padding-top:150px;
	}
	
	.app-info{
		text-align: center;
	}
	
	.px-lg-130{
		padding-left: 0px;
		padding-right: 30px;
	}
	
	.pt-md-220 {
		padding-top: 200px;
	}
	
	.top-nav-collapse .navbar-header .slicknav_menu {
		margin-top: 0px !important;
	}
	
	.d-md-block{
		display: block;
	}
	
    .left-wrapper{
        height: 300px;
    }

	
}

@media screen and (max-width: 480px) {
	.navbar-brand {
		top: 70px !important;
	}
	
	.navbar-header .slicknav_menu {
		margin-top: 12px !important;
	}
	
	.mobile-banner {
		padding-top: 150px !important;
	}
	
	.pt-md-220 {
		padding-top: 180px;
	}
	
	/*when scroll*/
	.top-nav-collapse .navbar-header .slicknav_menu {
		margin-top: 0px !important;
	}
	
	.top-nav-collapse .navbar-brand {
        top: 52px !important;
    }
	
	
	.d-xs-block{
		display:block;
	}
	
	.d-xs-none{
		display: none;
	}
	
}

@media screen and (max-width: 414px) {
    .top-nav-collapse .navbar-brand {
        top: 45px !important;
    }

    .navbar-brand{
        top: 10px !important;
    }
}


@media screen and (max-width: 320px) {
    .top-nav-collapse .navbar-brand {
        top: 30px !important;
    }
	
	.min-h {
		min-height: 280px !important;
	}
}

@media screen and (max-width: 280px) {
    .top-nav-collapse .navbar-brand {
        top: 23px !important;
    }

    .navbar-brand{
        top:15px !important;
    }

    .enquiries-section {
        padding-top: 130px !important;
    }
}

@media screen and (max-width: 250px) {
    .top-nav-collapse .navbar-brand {
        top: 30px !important;
    }
}

