body {
  padding:0px;
  color: #424242;
     font-size: 16px; 
     font-family: 'Inter', sans-serif;
}
ul { margin: 0px; padding: 0px; }
ul li { margin: 0px; padding: 0px; list-style: none; }
a { color: #424242; transition: all 0.5s ease-in-out; }
a:hover { text-decoration: none; }

/*PRE LOADER*/
.preloader {
  background-color: #ffffff;
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logo img, .brand-logo img { height: 48px; }
.brand-logo img { margin-left: 20px;}

.city_top_news span {
    display: inline-block;
    padding: 18px 50px 17px 20px;
    color: #fff;
    font-size: 15px;
    margin-right: 2%;
    position: relative;
    background-color: #ff8d03;
    width: 20%;; text-align: center;
}
.city_top_news span:before {
    position: absolute;
    content: "";
    top: 0px;
    left: auto;
    right: 0px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 28px 29px 0;
    border-color: transparent #fff transparent transparent;
}
.city_top_news .city-news-slider a { color: #424242; overflow: hidden; display: block; height: 26px;}
.city_top_news .city-news-slider a i { color: #ff8d03; }


.city_top_news .slick-prev, .city_top_news .slick-next, .city-department-slider .slick-prev, .city-department-slider .slick-next, .city-department-slider1 .slick-prev, .city-department-slider1 .slick-next, .study-abroad-slider .slick-next, .study-abroad-slider .slick-prev, .testimonial-slider .slick-prev, .testimonial-slider .slick-next  {
    display: none !important;
}
.city_top_news .city-news-slider { float: none; width: 73%; }

.preheader-area-wrapper {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    background: #f0f0f0;
    margin-bottom: 10px;
}

.preheader-right-area button {
    border: 0px;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: .4s .2s ease-out;
}
.preheader-right-area button:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    content: '\f0ac';
}


.preheader-right-area button, .preheader-right-area a {
    position: relative;
    margin-left: 20px;
    color: #424242;
}
.preheader-left-area a {
    margin-right: 20px;
}

.arrow-toggle, .dropdown-show, .mainmenu > li > a {
    position: relative;
}
.dropdown-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    -moz-box-shadow: 0 0 38px 0 rgba(41, 44, 58, .09);
    box-shadow: 0 0 38px 0 rgb(41 44 58 / 9%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    z-index: 999;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .2s .2s ease-out;
    -moz-transition: .2s .2s ease-out;
    -o-transition: .2s .2s ease-out;
    transition: .2s .2s ease-out;
}
.preheader-right-area .switcher .dropdown-nav {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    margin-top: 10px;
}
.preheader-right-area .switcher .dropdown-nav:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 15px;
    width: 100%;
}
.preheader-right-area .switcher .dropdown-nav li {
    margin-bottom: 15px;
}
.preheader-right-area .switcher .dropdown-nav li:last-child { margin-bottom: 0px;}
.preheader-right-area .switcher .dropdown-nav li a {
    line-height: 1;
    text-transform: uppercase;
    margin-left: 0px;
}

.dropdown-show:hover > .dropdown-nav {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.dropdown-show:hover .arrow-toggle:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.arrow-toggle:after {
    content: '\f107';
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    transition: .1s .2s ease-out
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }




/*
	==================================
		CITY TOP NAVIGATION START
	==================================
*/

.btn-round { border-radius: 30px;}
.btn-red { background: #3A7DFF !important; border: 1px solid #3A7DFF !important; color: #fff !important; padding: 10px 30px !important; font-size: 16px;  }
.btn-red:hover { border: 1px solid #3A7DFF !important; background: none !important; color: #3A7DFF !important;  }

.city_top_form,
.navigation ul,
.navigation,
.city_top_navigation{
	width:100%; background: #fff;
}
.city_top_navigation{
	position:relative;
    margin-top: 0px; 
}
.navigation > ul { display: flex; justify-content: flex-end; align-items: center; }
.navigation > ul > li{
	margin-right:30px;
	width:auto;
	position:relative;
}
.navigation > ul > li:last-child { margin-right: 0px;}
.navigation > ul > li > a{
	display:inline-block;
	color:#424242;
	font-size:16px;
	text-transform:capitalize;
    padding: 20px 0; 
}
.navigation > ul > li > a:hover, .navigation > ul > li.active a { color: #3A7DFF;  }
.city_top_search{
	position:relative;
	float:left;
	width:100%;
}
.city_top_search input{
	padding:0px 0px;
    outline: none;
	height:auto;
	font-size:15px;
	color:#fff;
	background:none;
	border:none;
	padding:0px 30px 0px 0px;
}
.city_top_search input::placeholder{
	color:#fff;
}
.city_top_search a{
	position:absolute;
	top:2px;
	right:0px;
	color:#fff;
	font-size:13px;
} 
.top_user{
	float: right;
	width: auto;
	color: #fff;
	line-height: 12px;
	padding: 0px 0px 0px 10px;
	margin: 4px 0px;
	border-left: 1px solid #fff;
	font-size: 15px;
}
/*dropdown style*/
.navigation ul > li > ul{
     border-top: 2px solid #3A7DFF;
	position: absolute;
	right: auto;
    min-width: 200px;
    margin-top:12px;
	top:100%;
	background-color: #fff;
	width: auto; padding: 20px;
	z-index: 999;
	overflow:hidden;
	visibility:hidden;
	opacity:0;
	
        -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navigation ul > li ul.child-50 { width: 500px; left:inherit; right: 0; padding: 20px;  }
.navigation ul > li:hover ul.child-50 { display: flex; flex-wrap: wrap;   justify-content: space-between; } 
.navigation ul > li ul.child-50 li { width: 50%; }

.list-unstyled.d-flex { flex-wrap: wrap; }
.list-unstyled.d-flex li { margin-right: 15px;}
.list-unstyled.d-flex li:last-child { margin-right: 0px;}

.mailchimp-inputbox .form-control { width: 60%;}
.mailchimp-inputbox .btn { width: auto;}

.breadcrumb {
    background: none;
    padding: 0px;
}
.breadcrumb li {
    list-style: none;
}
.border-line {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.divider20 {
    height: 20px;
}
.area-info {
    display: flex;
    justify-content: space-between;
}
.area-left {
    width: 29%;
}
.filter-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section-title {
    width: 100%;
    text-align: center;
    display: inline-table;
}
.area-left h2 {
    line-height: 60px;
}
.section-title h2 {
    font-weight: 700;
    font-size: 48px;
}
.box-area {
    border-radius: 12px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 25%);
    padding: 25px;
}
.main-search-input {
    margin-top: 30px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 9px;
    max-height: 68px;
    align-items: center;
}
.price {
    color: #fff;
    display: block;
    text-align: center;
    background: #ff3b57;
}
.main-search-input .main-search-input-item:nth-last-child(2) {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
}
.main-search-input-item {
    flex: 1;
    border-right: 0px;
    margin-top: 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.area-right {
    width: 69%;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .contact-form select {
    display: block;
    width: 100%;
    background: none;
    padding: 10px 15px;
    margin-bottom: 20px;
    font-size: 13px;
    border: 1px solid #bcbcbc; height: auto; line-height: inherit;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea, .blog.has-sidebar .sidebar .widget_search input[type="text"] {
    border-color: #bcbcbc;
}

.contact-form textarea {
    height: 150px;
}
header::after {
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 12px !important;
    transform-origin: 50% 0% !important;
    transition-duration: 150ms !important;
    transition-property: opacity, -ms-transform, -webkit-transform, transform !important;
    transition-timing-function: ease !important;
    background: rgb(255, 255, 255) !important;
    content: "" !important;
    height: 100% !important;
    left: 0px !important;
    position: absolute !important;
    top: 0px !important;
    width: 100% !important;
    z-index: -1 !important;
    opacity: 1 !important;
}

header { position: relative;}



.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    height: auto;
    line-height: normal;
    max-width: max-content;
    box-shadow: none;
}


.navigation ul > li:hover > ul{
	overflow:visible;
	visibility:visible;
	opacity:1;
	display:block;
	top:50px;
}
.navigation ul li ul li{
	margin:0px 0px;
}
.navigation ul li ul li a{
	color:#666;
	padding:8px 20px;
	display:block;
    font-size: 14px;
	position:relative;
	text-transform:capitalize;
	display:block;
}
.navigation ul li ul li a:hover{
	color:#fff;
	padding:8px 25px;
    background: #3A7DFF; font-size: 14px; 
}
.navigation ul li ul li a:before{
	position:absolute;
	content:"\f105";
	top:8px;
	left:10px;
	right:0px;
	bottom:0px;
	font-family:fontAwesome;
	font-size:15px;
}
.navigation ul li ul li a:hover:before{
	color:#fff;
	left:10px;
}
.navigation ul ul > li > ul {
	top:10px;
	left:100%;
}
.navigation ul ul > li{
	position:relative;
}
.navigation ul ul > li:hover > ul{
	top:0px;
}
/*sticky styles start*/
.city_top_navigation.sticky{
	position:fixed;
	z-index: 999;
	top:0px;
	padding: 0px;
	transition:all 1s ease-in-out;
    margin-top: 0px;
}
/*
	==================================
		CITY TOP NAVIGATION END
	==================================
*/

.banner_text {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%; text-align: center;
    padding: 30px;
    padding-bottom: 50px;
}

.banner_text h2 {
    font-size: 42px; font-weight: 700; color: #fff;
}
.banner_text h4 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
}
.headline.centered {
    text-align: center;
}
h2.headline {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 30px 0; font-weight: 700; 
}
.headline span {
    font-size: 22px;
    line-height: 36px;
    margin-top: 10px;
    color: #888;
    font-weight: 300;
    display: block;
}
h2.headline span {
    font-size: 18px;
    line-height: 30px; font-weight: 300; 
}
.main-search-input {
    margin-top: 50px;
    border-radius: 50px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 12%);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 9px;
    max-height: 68px;
}
.main-search-input-item {
    flex: 1;
    border-right: 1px solid #e9e9e9;
    margin-top: 0px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.main-search-input-item, .main-search-input-item #autocomplete-input {
    padding: 0 15px;
}
.main-search-input .main-search-input-item:nth-last-child(2) {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
}
.main-search-input button.button {
    font-size: 18px;
    font-weight: 600;
    padding: 0 40px;
    margin-right: 1px;
    height: 50px;
    outline: none;
    background-color: #3A7DFF;
}
button.button:before, a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 6%);
    font-weight: 500;
    opacity: 1;
    border-radius: 3px;
}
.main-search-input-item input, .main-search-input-item select { border: 0px; outline: 0px; box-shadow: none;  }


.theam_btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #fff;
    -webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
			-ms-transition:all 0.3s ease-in-out;
				-o-transition:all 0.3s ease-in-out;
					transition:all 0.3s ease-in-out;
}

.theam_btn:hover { background: #146ac0; border-color: #146ac0; color: #fff;   }
.small_text {
    font-size: 26px;
    color: #fff;  text-shadow: 2px 2px 2px 2px #000; 
}
.medium_text {
    font-size: 50px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 4px;
    font-weight: 700;
    text-shadow: 2px 2px 2px 2px #000; 
}
.large_text {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 61px;
    overflow: hidden;
}

.city_main_banner .main-banner-slider { float: none; }
.slick-slide img { width: 100%; }

.city_main_banner .slick-prev, .city_main_banner .slick-next { background: #3A7DFF;   }
.city_main_banner .slick-prev:before, .city_main_banner .slick-next:before { color: #fff; }

.quicklinks {
    border-top: 2px solid #146ac0;
}
.quicklinks li {
    border-bottom: 2px solid #146ac0;
    padding: 18px 18px 18px 32px;
    position: relative;
}
.quicklink-title {
    color: #146ac0;
  font-size: 1.5rem; 
    text-transform: capitalize;
}
.quicklink-title:hover {  color: #3A7DFF; }



.quicklinks li:after {
    color: #3A7DFF;
    font-size: 3.2rem;
    position: absolute;
    left: 0px;
    top: 3px;
    content: "\f105";
        font-family: fontAwesome;
}

.mea { width: 100%; border-bottom: 2px solid #146ac0; padding-bottom: 10px; }
.mea figure {  position: relative; }
.mea  img { width: 100%; }
.mea .link-btn { position: absolute; right: 0; bottom: 0; width: 60px; height: 60px; background: #ff8d03; color: #fff; text-align: center;  -webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
			-ms-transition:all 0.3s ease-in-out;
				-o-transition:all 0.3s ease-in-out;
					transition:all 0.3s ease-in-out;  }
.mea .link-btn .fa { line-height: 60px;}
.mea .link-btn:hover { background: #146ac0; }


.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}
.rounded {
    border-radius: 0.2rem !important;
}


.news .card {
    flex: 1 0 0%;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
}



.news .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 1rem;
}

.balance-text { border-left: 2px solid #146ac0; font-size: 18px; font-weight: 500; padding-left: 10px; color: #146ac0; }
.balance-text a { font-size: 14px; font-weight: 400; color: #ff8d03;  }
.balance-text a i { font-size: 12px; margin-left: 10px; }
.balance-text a:hover { color: #146ac0; }

.news .tonews {
    display: block;
    border-bottom: 1px solid #1d4e9e;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.tonews span, .tonews .d-flex p {
    color: #1d4e9e;
    font-size: 14px;
}
.new-details .tonews .badge {
    padding: 3px 5px !important;
    font-size: 10px;
    background: #1d4e9e;
    color: #fff;
}
.tonews p {
    margin-bottom: 0px;
    color: #424242;
    font-size: 17px; height: 60px; overflow: hidden; 
}
.tonews a {
    font-size: 14px;  color: #ff8d03; display: flex; align-items: center; 
}
.tonews a i { font-size: 12px; padding-top: 3px;}
.indian-govt .quicklink-title { font-size: 18px; text-transform: none; }
.indian-govt figure { width: 25%; margin-bottom: 0px; }
.indian-govt figure img { width: 100%; }
.indian-govt p { width: 70%; margin-bottom: 0px;}

.indian-govt ul li { margin-bottom: 15px;}
.city-project-slider .slick-prev, .city-project-slider .slick-next { display: none !important; }

.partners { border-top: 2px solid #1d4e9e; margin-top: 50px;}
.partner-logo {
    width: 60%;
    margin: 20px auto 0;
}
.partner-logo ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.partner-logo ul li {
    list-style: none; text-align: center;
    width: 33.33%;
    padding: 25px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.partner-logo ul li:nth-child(3n) {
    border-right: 0;
}
.partner-logo ul li:nth-child(n+4) {
    border-bottom: 0;
}
.partner-logo ul li img { width: 60%; margin: 0 auto; }



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


.icon-box-2 {
    text-align: center;
    margin-top: 0px;
    position: relative;
}
.icon-box-2 span, .icon-box-2 .im {
    width: 120px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 80px;
    font-size: 60px;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    color: #3A7DFF;
    position: relative;
    z-index: 11;
}

.icon-box-2 h3 {
    margin: 4px 0;
    line-height: 26px;
    font-size: 19px;
    font-weight: 500;
}
.icon-box-2 p {
    margin-top: 20px;
    font-style: 16px;
}
.categories-boxes-container {
    width: 100%;
    left: 0px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.category-small-box {
    width: calc(100% * (1/6) - 21px);
}
.category-small-box {
    background-color: #f2f2f2;
    border-radius: 4px;
    margin: 0px 10px;
    padding: 22px 20px;
    text-align: center;
    color: #777;
    transition: 0.4s;
    transform: scale(1);
    vertical-align: top;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.category-small-box i {
    font-size: 42px;
    height: 40px;
    display: inline-block;
    margin-top: 0px; margin-bottom: 20px;
}
.category-small-box h4 {
    font-size: 16px;
    color: #424242;
    transition: 0.4s;
    line-height: 22px;
    margin-top: 8px; font-weight: 300; 
}
.category-small-box:hover {
    background-color: #3A7DFF;
    color: #fff;
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.1);
}
.category-small-box:hover h4 { color: #fff; }

.slick-slider { float: none; width: 100%; }
.section__features {
    background: url(assets/img/features_bg.jpg) no-repeat center center / cover;
    position: relative;
    color: #ffffff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
.section__features .left__box, .section__features .right__box {
    padding:50px 100px;
    line-height: 1.8;
    position: relative; text-align: right; background-color: rgba(249, 25, 66, 0.8); width: 50%; 
}
.section__features .right__box {
    text-align: left;
    background-color: rgba(45, 64, 82, 0.8);
}
.section__features .left__box .features__title, .section__features .right__box .features__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
ul.points li {
    list-style: none;
    padding: 0px;
    text-align: left;
    font-weight: 400 !important;
    padding-left: 35px; position: relative; 
}
ul.points li:before {
    background-position: center top;
    left: 5px;
    position: absolute;
    font-family: 'themify';
    content: "\e649";
    color: #fff;
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 15px;
    margin-top: 3px;
}

.img-box {
    height: 350px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 3px;
}
.img-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: 0.3;
    z-index: 99;
    transition: 0.3s ease-out;
}
.img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0,-50.5%);
}
.img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}
.img-box:hover .img-box-background {
    transform: scale(1.07);
}
.img-box .img-box-content  h4, .img-box .img-box-content  span { color: #fff; }
.flip-banner {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
}
.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background-color: rgb(58, 125, 255);
    opacity: 0.8;
}
.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200;
}
.flip-banner:after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    z-index: 100;
    transition: all 0.6s;
}
.flip-banner-content .flip-visible, .flip-banner-content .flip-hidden {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
}
.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block; color:#fff; font-weight: 300; 
}
.flip-banner:hover .flip-banner-content .flip-hidden, .flip-banner-content .flip-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}
.flip-banner:hover .flip-banner-content .flip-visible, .flip-banner-content .flip-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
}
.parallax {
        background: url(assets/img/slider-2.jpg) no-repeat;
    background-color: #006d5b;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #006d5b;
    background-position: center;
    padding: 50px 0;
   
}
.category-box-container {
    position: relative;
    height: 100%; margin: 0px 10px;
}
.category-box {
    background: #ccc;
    border-radius: 4px;
    height: 100%;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    overflow: hidden;
    cursor: pointer;
}
.category-box:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: -webkit-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(35,35,37,0.85) 0%, rgba(35,35,37,0.4) 35%, rgba(22,22,23,0) 60%, rgba(0,0,0,0) 100%);
}
.category-box-btn {
    position: absolute;
    left: 32px;
    bottom: 32px;
    z-index: 111;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 0px;
    text-align: center;
    min-width: 120px;
    border-radius: 50px;
    transition: all 0.3s;
}
.category-box-background {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: transform 0.35s ease-out;
    transform: translate3d(0,0,0) scale(1);
    image-rendering: -webkit-optimize-contrast;
}
.category-box:hover .category-box-background {
    transform: translate3d(0,0,0) scale(1.08);
}

.category-box:hover .category-box-btn { background: #3A7DFF; color: #fff;  border: 1px solid #3A7DFF;  } 

footer { background: #f2f2f2; }
.list-unstyled li { margin: 10px 0;}
.list-unstyled li a { color: #424242; }
.list-unstyled li a:hover { padding-left: 10px; color: #3A7DFF;  }
.copyright p { margin-bottom: 0px; color: #3A7DFF; font-size: 14px; }
.about-mea p { line-height: 28px; }

.slick-dots { bottom: -15px; }
.slick-dots li button {  }
.slick-dots li button:before {  font-size: 60px;  }
.slick-dots li.slick-active button:before {  color: #3A7DFF; opacity: 1;  }

.testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important; justify-content: space-between; 
    height: 100%;
    padding: 40px 28px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    box-shadow: 0 0 30px rgb(51 51 51 / 10%);
    margin:30px;
}

.testimonial .image {

    width: 70px;
}
.testimonial .content {
    padding-left: 30px;
    width: calc(100% - 60px);
}
.testimonial .image img {
    width: 70px;
    border-radius: 50%;
}
.testimonial .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.67;
    margin-bottom: 34px;
}
.testimonial .content .name {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .content .position {
    font-size: 14px;
    display: block;
    margin-top: 11px;
    color: #7e7e7e;
}

.city-project-slider .slick-dots { bottom: -30px; }

.inner-banner {
    width: 100%;
    position: relative;
}
.inner-banner img {
    max-width: 100%;
}
.inner-banner .banner-wrapper {
    position: absolute;
    height: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-banner .banner-wrapper h2{ color: #fff; font-size: 32px; font-weight: 600 }
.inner-banner .banner-wrapper .breadcrumb{
    margin: 0
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before{ color: #fff }

.contact-form .border {
    background: #34b0d8;
    background: linear-gradient(90deg, rgb(118 222 255) 0%, rgb(142 215 231) 100%);
}
.accordion ul { padding-left: 25px; }
.accordion ul li { list-style:circle; margin: 10px 0;}

.accordion h4 { border-left: 3px solid #146ac0; padding-left: 10px; margin-bottom: 20px; }
.accordion hr { margin: 25px 0; }