@font-face {
    font-family: 'Mukta-Vaani';
    src: url('../fonts/MuktaVaani-Regular.woff2') format('woff2'),
        url('../fonts/MuktaVaani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mukta-Vaani-ExtraBold';
    src: url('../fonts/MuktaVaani-ExtraBold.woff2') format('woff2'),
        url('../fonts/MuktaVaani-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mukta-Vaani-Bold';
    src: url('../fonts/MuktaVaani-Bold.woff2') format('woff2'),
        url('../fonts/MuktaVaani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Mukta-Vaani';
	line-height: 1.8;
}

#serviceDetailCarouselSection, #pageContent{
	background: #fffffa !important;
}

section#head-content {
	background-color: #16243B;
	margin-top: 80px;
	padding: 155px 0px 195px 0px;
}
section#maps {
	padding: 100px 0px;
	background: #fffffa !important;
}
section#servicesSlider {
	background: #F9F9F4;
	padding: 100px 0px 0px 0px;
}
section#page-title {
	padding: 90px 0px;
	background: #16243B;
	margin-top: 80px;
}
footer {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	padding: 180px 0px;
}
section#footerBand {
	background-color: #16243B;
	background-image:url(../img/footer-bg2.png);
	width: 100%;
}
#footerBand ul li a {
	color: #FFFFFA;
	font-weight: 200;
	font-size: 16px;
}
#footerBand .border-bottom {
	border-color:#FFFFFA;
	opacity: .5;
}
.scholar-list li{
	font-size: 20px;
	letter-spacing: 0.5px;
}

.dropdown-menu{
	background: #fffffa !important;
}

a:hover {
	text-decoration: none;
	color: inherit;
}
.start-header {
	padding: 10px 0px;
}
.navigation-wrap {
	background-color: #fffffa;
}
.bg-blue {
	background-color: #16243B;
}

.front-head-text {
	font-size: 24px;
	color: #fffffa;
	text-align: left;
	line-height: 1.6;
	display: inline;
	font-family: 'Mukta-Vaani';
}
.read-more-front-head {
	font-size: 16px;
	font-family: 'Mukta-Vaani-Bold';
	margin-left: 5px;
}
.read-more-front-head:hover {
	color: #fffffa;
}

.top-list-title{
    font-family: 'Mukta-Vaani-Bold';
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 0px;
}

.top-list {
	padding: 10px 0px;
	/* height: 100%; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0;
}

.top-list li {
	list-style: none;
	/* float:left; */
	padding: 0 10px;
	/* text-align: center; */
	margin: auto;
}
.top-list li:first-child {
	margin-left: 0px;
	max-width: 150px;
	/* margin: auto; */
}
.top-list li:last-child {
	/* margin-right: 0px !important; */
}
.top-list li:last-child:after{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.top-list li img{
    max-width: 120px;
}
.top-list li a{
    display: block;
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}
.top-list li a:hover{
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.classic-div {
	position: relative;
	width: 100%;
	overflow:hidden;
}
.front-absolute-orange {
	background-color: #FFA41B;
	width: 360px;
	padding: 60px 30px;
	position: absolute;
	bottom: 0px;
	left: 10%;
	height: 500px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.front-absolute-orange h3{
	color: #16243B;
	font-size: 24px;
	font-family: 'Mukta-Vaani-ExtraBold';
	line-height: 1.4;
	text-align: left;
	margin-bottom: 0;
}
.front-absolute-orange p {
	font-size: 20px;
	font-family:'Mukta-Vaani';
	color: #16243B;
	text-align: left;
	padding: 15px 0px 0px 0px;
	line-height: 1.7;
	margin-bottom: 0px;
}
.front-absolute-orange .read-more-orange-absolute {
	padding: 20px 0px;
	color: #16243B;
	text-align: left;
	font-family: 'Mukta-Vaani-Bold';
	font-size: 18px;
	position: relative;
	top: 15px;
}

.services-new h3{
	font-family:'Mukta-Vaani';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 135.7%;
    color: #16243B;
    margin-bottom: 20px;
}

.yellow-top1{
	padding: 40px 40px 28px 28px;
	text-align: center;
	border-top: 8px solid #FFA41B !important;
	margin-right: 12px;
	background: #FFFFFA;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 56px;
}

.yellow-top1 h2, .yellow-top2 h2{
	font-family:'Mukta-Vaani';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 146.7%;
    color: #16243B;

}

.imgs-logos{
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

.imgs-logos img{
	width: 150px;
}

.imgs-logos .col{
	text-align: center;
	margin-bottom: 80px;
}

.logos-new h3{
	font-family:'Mukta-Vaani';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #16243B;
    margin-bottom: 44px;
}


.yellow-top1 p, .yellow-top2 p{
		font-family:'Mukta-Vaani';
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 146.7%;
color: #16243B;
}

.yellow-top2{
	padding: 40px 40px 28px 28px;
	text-align: center;
	border-top: 8px solid #FFA41B !important;
	margin-left: 12px;
	background: #FFFFFA;
border: 1px solid #F1F1F1;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
margin-bottom: 56px;
}

.yellow-top3{

	text-align: center;
	border-top: 8px solid #FFA41B !important;
	background: #FFFFFA;
border: 1px solid #F1F1F1;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
padding: 19px 17px 0 17px;
}

.traning-spacing{
	margin-bottom: 111px;
}

.special-cols{
	margin-top: 121px;
	margin-bottom: 0;
}

.content-area-2 h2{
	font-family:'Mukta-Vaani';
	font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 176.2%;
    text-align: center;
    color: #16243B;
}

.yellow-top3 h2{
	font-family:'Mukta-Vaani';
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 144.7%;
/* or 32px */
	text-align: left;
	color: #16243B;
	min-height: 40px;
	margin-bottom: 12px;
}

.yellow-top3 p{
	font-family:'Mukta-Vaani';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 176.2%;
	text-align: left;
/* or 32px */
	min-height: 150px;
	color: #16243B;
}

.orange-div {
	background-color: #FFA41B;
	width: 100%;
	padding: 20px 30px;
	height: 100%;
	/*align-items: center; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.orange-div h3{
	color: #16243B;
	font-size: 24px;
	font-family: 'Mukta-Vaani-ExtraBold';
	line-height: 1.4;
	text-align: left;
	margin-bottom: 10px;
	letter-spacing:1px;
}
.orange-div p {
	font-size: 20px;
	font-family: 'Mukta-Vaani';
	color: #16243B;
	text-align: left;
	padding: 6px 0px 0px 0px;
	line-height: 1.7;
	/*margin-bottom: 30px;*/
}
.carousel-item {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.left-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	    -ms-flex-direction:column;
	        flex-direction:column;
	height: 100%;
}
.left-content h1 {
	font-size: 36px;
	font-family: 'Mukta-Vaani-ExtraBold';
	color: #16243B;	
}
.left-content .left-bottom-content {
	margin-top: 50px;
}
.left-content .left-bottom-content .left-bottom-list {
	padding-left: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.left-content .left-bottom-content .left-bottom-list li {
	float: left;
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	color: #16243B;
	margin: 0px 20px;
	font-weight: bold;
}
.left-content .left-bottom-content .left-bottom-list li:first-child {
	margin: 0px;
}
.left-content .left-bottom-content .left-bottom-list li span.strong {
	color: #16243B;
	font-size: 40px;
	display: block;
	font-family:'Mukta-Vaani-ExtraBold';
	line-height: 1;
}
.service-carousel , .carousel-div{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	width: 100%;
}
.service-carousel h4 {
	font-size: 18px;
	color: #16243B;
	font-family: 'Mukta-Vaani-ExtraBold';
}
.service-carousel h3 {
	font-size: 30px;
	font-family: 'Mukta-Vaani-ExtraBold';
	color: #16243B;
	width: 90%;
}
.service-carousel p {
	font-size: 20px;
	color: #16243B;
	font-family: 'Mukta-Vaani';
	width: 75%;
}
.service-carousel .slick-dots {
	text-align: left;
	padding-left: 10px;
}
.read-more {
	font-size: 18px;
	color: #16243B;
	font-family: 'Mukta-Vaani-Bold';
}
.read-more img {
	display: inline-block;
}
.slick-dots {
	bottom: -70px;
}
.slick-dots li button:before {
	content: '';
	width: 12px;
	height: 4px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	background-color: #514438;
}
.bottom-head {
	font-size: 14px;
	color: #16243B;
	margin-right: auto;
	font-family:'Mukta-Vaani-ExtraBold';
}
.about-bottom-head {
	color: #16243B;
	font-size: 18px;
	font-family:'Mukta-Vaani-ExtraBold';
}
.slick-dots li.slick-active button:before {
	color: #16243B;
	content: '';
	width: 20px;
	height: 4px;
	margin: 0 6px 0 0;
	border-radius: 3px;
	background-color: #16243B;
}
.front-slider .slick-dots li button:before {
	background-color: #898989;
}
#serviceDetailCarouselSection {
	padding: 30px 0px;
}
#serviceDetailCarouselSection .slick-dots {
	left: 0;
	width: 400px;
	bottom: 40px;
	text-align: left;
	margin-left: 25px;
}
h2.get-in-touch, h2.get-in-touch a{
	font-size: 20px;
	font-family: 'Mukta-Vaani-ExtraBold';
	color: #16243B;
	line-height: 1.6;
	width: 75%;
}
.footer-head {
	font-size: 20px;
	font-family: 'Mukta-Vaani-Bold';
	color: #16243B;
}
.footer-text {
	font-family: 'Mukta-Vaani';
	font-size: 18px;
	color: #16243B;
	margin-bottom: 5px;
}
.footer-text a {
	color: #16243B;
}
.footer-text a:hover {
	color: #16243B;
}

#footerBand {
	padding: 30px 0px;
}
.copyright {
	color: #FFFFFA;
	font-size: 16px;
	margin: 0;
	opacity: .5;
}
.footer-linkedin {
	color: #fffffa;
	font-size: 16px;
	display: block;
	text-align: right;
}
.footer-linkedin:hover {
	color: #fffffa;
}

.page-title {
	color: #fff;
	font-size: 30px;
	font-family: 'Mukta-Vaani-Bold';
	text-align: center;
	margin-bottom: 0px;
}
.content-area h4 {
	font-size: 36px;
	font-family:'Mukta-Vaani-Bold';
	padding: 9px 0px;
}
.content-area {
	padding: 20px 0px 60px 0px;
}
.content-area p {
	font-size: 20px;
	font-family:'Mukta-Vaani';
	padding: 10px 0px;
	line-height: 1.8;
	color: #000;
    letter-spacing: 0.5px;
}
.content-get-in-touch {
	font-size: 24px;
	color: #16243B;
	font-family:'Mukta-Vaani-Bold';
	margin-top: 30px;
	padding: 20px 0px;
}
.content-get-in-touch a {
	font-size: 20px;
}
.orange {
	color: #FFA41B;
}
.orange:hover {
	color: #FFA41B;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    left: -3px !important;
}

@-webkit-keyframes slickLeftFade {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes slickLeftFade {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes slickRightFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes slickRightFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes slickTopFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slickTopFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes slickBottomFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes slickBottomFade {
	0% {
		display:none;
		opacity: 0;
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.slickLeftFade {
	-webkit-animation-name: slickLeftFade;
	animation-name: slickLeftFade;
}
.slickRightFade {
	-webkit-animation-name: slickRightFade;
	animation-name: slickRightFade;
}
.slickTopFade {
	-webkit-animation-name: slickTopFade;
	animation-name: slickTopFade;
}
.slickBottomFade {
	-webkit-animation-name: slickBottomFade;
	animation-name: slickBottomFade;
}
.slick-active .slick-left , .slick-active .slick-right , .slick-active .slick-top , .slick-active .slick-bottom {
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	opacity: 1;
	width: 100%;
}
.slick-active .slick-left {
	-webkit-animation-name: slickLeftFade;
	        animation-name: slickLeftFade;
}
.slick-active .slick-right {
	-webkit-animation-name: slickRightFade;
	        animation-name: slickRightFade;
}
.slick-active .slick-top {
	-webkit-animation-name: slickTopFade;
	        animation-name: slickTopFade;
}
.slick-active .slick-bottom {
	-webkit-animation-name: slickBottomFade;
	        animation-name: slickBottomFade;
}


.com {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 500px;
  overflow: hidden;
}
.com__content {
  position: relative;
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
}
.com__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.com__section.active {
  opacity: 1;
  visibility: visible;
}
.com__section-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}
.com__section--text h1 {
  margin-bottom: 3vh;
  font-size: 48px;
  font-weight: 300;
  color: #22E2ED;
}
.com__section--text.centered {
  text-align: center;
}
.com__section--text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.com__nav {
  display: inline-block;
  position: relative;
}
.com__nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  bottom: 125px;
  left: 10px;
}
.com__nav-item {
  position: relative;
  margin: 0 9px;
  overflow: visible;
  background: #d3d3d3;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  height: 4px;
  width: 14px;
  border-radius: 10px;
}
.com__nav-item.active {
  background: #16243B;
  width: 28px;
}
.com__nav-item:last-child {
  border-bottom: none;
}


.com__nav-link.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.com__nav-link.centered {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.com__nav-link .com__section-half {
  height: auto;
}
.com__nav-link .com__section-half:nth-child(2) {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blue-line {
  display: block;
  width: 80%;
  height: 14px;
  background: #22E2ED;
  margin-bottom: 12px;
}

.white-line {
  display: block;
  width: 60%;
  height: 5px;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 7px;
}
.white-line:nth-of-type(3) {
  width: 50%;
}

.white-circle {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* animation classes */
.animate {
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.slideInLeft {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.slideInRight {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.scaleIn {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scaleInLeft {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.delay-1 {
  -webkit-transition: 0.05s;
  transition: 0.05s;

}

.delay-2 {
  -webkit-transition: 1.4s;
  transition: 1.4s;
}

.delay-3 {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.delay-4 {
  -webkit-transition: 1.6s;
  transition: 1.6s;
}

.delay-5 {
  -webkit-transition: 1.7s;
  transition: 1.7s;
}

.logo {
  position: fixed;
  bottom: 3vh;
  left: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}

.dd-icon {
	padding-left: 4px;
}

.london-sect {
	padding: 30px 0px 130px 0px;
}

#aboutTopSection , #contact{
	margin-top: 80px;
}

.slider-text-section {
	height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

#contact {
	padding: 87px 0px;
	background: #fffffa;
}

#contact h2 {
	font-size: 36px;
	font-family:'Mukta-Vaani-ExtraBold';
	color: #16243B;
	line-height: 1.5;
	padding-bottom: 0px;
}

.solus-form label {
	color: #16243B;
	font-family:'Mukta-Vaani-Bold';
	font-size: 12px;
	padding-left: 5px;
	margin-bottom: 0px;
}

.solus-form .form-group {
	margin-top: 35px;
}

.solus-form .solus-input {
	border: none;
	border-bottom: 1px solid #16243B;
	background-color: transparent;
	border-radius: 0px;
	padding-left: 5px;
	padding-bottom: 0;
	padding-top: 0px;
	height: 25px;
}

.solus-form textarea.solus-input {
	height: 100%;
}

.box-header {
	-webkit-box-shadow: 0px 4px 10px rgba(176, 176, 176, 0.1);
	        box-shadow: 0px 4px 10px rgba(176, 176, 176, 0.1);
}

.solus-input::-webkit-input-placeholder {
	color: #969696;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:'Mukta-Vaani';
}

.solus-input::-moz-placeholder {
	color: #969696;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:'Mukta-Vaani';
}

.solus-input:-ms-input-placeholder {
	color: #969696;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:'Mukta-Vaani';
}

.solus-input::-ms-input-placeholder {
	color: #969696;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:'Mukta-Vaani';
}

.solus-input::placeholder {
	color: #969696;
	font-size: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-family:'Mukta-Vaani';
}

textarea.solus-input {height: 40px;}

.solus-input.form-control:focus {
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border: none !important;
	border-bottom: 1px solid #16243B !important;
}
.contact-form-header {
	padding-bottom: 40px;
}

.orange-div h3.about-head {
	font-size: 36px;
	line-height: 1.4;
	width: 75%;
}


/* ANIMATION */

.animated {
	-webkit-animation-delay: 0;
	        animation-delay: 0;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: 1.5s; 
	animation-duration: 1.5s; 
	-webkit-animation-fill-mode: both; 
	animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(0deg) translateX(0);
		        transform: rotate(0deg) translateX(0);
	}
	50% {
		-webkit-transform: rotate(0deg) translateX(10px);
		        transform: rotate(0deg) translateX(10px);
	}
	50.1% {
		-webkit-transform: rotate(0) translateX(10px);
		        transform: rotate(0) translateX(10px);
	}
	100% {
		-webkit-transform: rotate(0) translateX(0);
		        transform: rotate(0) translateX(0);
	}
}

@keyframes shake {
	0% {
		-webkit-transform: rotate(0deg) translateX(0);
		        transform: rotate(0deg) translateX(0);
	}
	50% {
		-webkit-transform: rotate(0deg) translateX(10px);
		        transform: rotate(0deg) translateX(10px);
	}
	50.1% {
		-webkit-transform: rotate(0) translateX(10px);
		        transform: rotate(0) translateX(10px);
	}
	100% {
		-webkit-transform: rotate(0) translateX(0);
		        transform: rotate(0) translateX(0);
	}
}

.shake { 
	-webkit-animation-name: shake; 
	animation-name: shake; 
}

.nav-link {
	font-family: 'Mukta-Vaani-Bold';
	font-size: 18px;
}
.dropdown-item {
	font-family: 'Mukta-Vaani-Bold';
}

/* ANIMATION */

.big-div {
	width: 70%;
}
.small-div {
	width: 30%;
}

.success-form {
	color: #FFA41B;
	font-size: 18px;
	font-family: 'Mukta-Vaani-Bold';
	margin-left: auto;
	margin-top: 20px;
	margin-right: 20px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	.yellow-top3 h2 {
		/* min-height: 100px; */
	}

	.yellow-top3 p{
		/* min-height: 340px; */
	}

	.top-list li{
		/* margin-right: 60px; */
	}
} 

@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.yellow-top3 p{
		min-height: 250px;
	}

	.orange-div p{
		font-size: 15px;
	}

	.orange-div h3{
		font-size: 18px;
	}

	.orange-div{
		padding: 20px 10px;
	}

	.front-absolute-orange{
		height: 400px;
		width: 310px;
	}

	.front-absolute-orange h3{
		/* font-size: 17px; */
	}

	.front-absolute-orange p{
		font-size: 14px;
	}

	.orange-div h3.about-head {
		font-size: 25px;
	}
} 

@media (min-width:1200px) {
	.orange-div {
		padding: 60px 30px;
	}
}

@media only screen and (max-width: 768px) {
	
	.about-mobile {
		min-height:370px;
	}
	.orange-div p{
		font-size: 14px;
	}

	.yellow-top1{
		margin-right: 0px !important
	}

	.yellow-top2{
		margin-left: 0px !important
	}

	.special-cols{
		padding-right: 15px;
		padding-left: 15px;
	}

	.special-cols .col-md-3{
		margin-bottom: 100px;
	}

	.kamil-dropdown{
		background: #16243b !important;
	}

	.big-div , .small-div {
		width: 100%;
	}

	.top-list li{
		/* margin-right: 10px !important; */
	}

	.orange-div{
		padding: 20px !important;
	}


	.orange-div h3.about-head {
		font-size: 30px;
		width: 100% !important;
	}
	.com__section-half {
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		    -ms-flex: auto;
		        flex: auto;
	}
	.service-carousel p , .service-carousel h3 , .service-carousel h4 {
		width: 100%;
	}
	.page-title{
		font-size: 19px;
		margin-bottom: 0px;
	}
	.front-slider {
		height: 100%;
		-o-object-fit:cover;
		   object-fit:cover;
		margin-top: 20px;
	}
	.object-img {
		height: 400px;
	}
	.com__nav-list {
		top: 20px;
		left: 15px;
	}
	.com {
		height: 600px;
	}
	.navbar-brand img {
		height: 40px;
	}
	.orange-div{
		padding: 30px;
	}
	.copyright {
		font-size: 9px;
		display: inline-block;
	}
	#footerBand {
		padding: 15px 0px;
	}
	.orange-div h3{
		font-size: 22px;
		line-height: 1.5;
	}
	.orange-div p {
		font-size:17px;
		padding: 10px 0px;
		margin-bottom: 0px;
	}
	.navigation-wrap {
		position: static;
	}
	section#head-content {
		margin-top: 0px;
	}
	section#servicesSlider {
		width: 100%;
		padding: 40px 0px 70px 0px;
	}
	section#head-content {
		padding: 55px 20px 75px 20px;
	}
	section#maps {
		padding: 30px 0px;
	}
	.dd-icon {
		display: none;
	}
	.solus-form .form-group {
		margin-top: 5px;
	}
	.front-head-text {
		font-size: 18px;
	}
	.read-more-front-head{
		margin-left: 5px;
	}
	.bg-blue .navbar-light .navbar-toggler-icon:after, .bg-blue .navbar-light .navbar-toggler-icon:before {
		background-color: #fff;
	}
	.bg-blue .navbar-light .navbar-toggler-icon {
		border-bottom: 1px solid #fff;
	}
	.bg-blue .dropdown-toggle::after , .bg-blue .nav-item::before{
		background-color: #fff;
	}
	.front-absolute-orange {
		position: static;
		width: 100%;
		padding: 30px;
		height: 400px;
	}
	.front-absolute-orange h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	.front-absolute-orange p {
		padding: 10px 0px;
		margin-bottom: 0px;
		line-height: 1.5;
	}
	.left-content h1 {
		font-size: 25px;
	}
	.left-content .left-bottom-content .left-bottom-list li {
		font-size: 11px;
	}
	.left-content .left-bottom-content .left-bottom-list li span.strong {
		font-size: 30px;
	}
	.left-content .left-bottom-content {
		margin-top: 10px;
	}
	.carousel-div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer {
		padding: 40px 0px;
	}
	.footer-info {
		padding: 40px 20px 40px 20px
	}
	section#page-title {
		margin-top: 0px;
		padding: 30px 0px;
	}
	.carousel-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.content-area {
		padding: 20px;
	}
	.content-area h4 {
		padding: 0px 0px;
		font-size: 22px;
	}
	.content-area p {
		/*font-size: 14px;*/
		padding: 5px 0px;
	}
	.content-get-in-touch {
		font-size: 22px;
		margin-top: 10px;
		padding: 30px 0px 50px 0px;
	}
	.content-get-in-touch a {
		font-size: 15px;
	}
	h2.get-in-touch{
		font-size: 22px;
		margin-bottom: 0px;
	}
	.service-carousel h3 {
		font-size: 25px;
	}
	.slick-top {
		margin-top: 0px;
	}
	#serviceDetailCarouselSection {
		padding: 0px;
		padding-top: 30px;
		background: #fffffa !important;
	}

	#pageContent, #serviceDetailCarouselSection{
		background: #fffffa !important;
	}

	#serviceDetailCarouselSection .slick-dots {
		display: block;
		bottom: -40px;
		right: 0;
		left: 0;
		margin: auto auto;
		width: auto;
		text-align: center;
	}
	.footer-text {
		font-size: 17px;
	}
	.slick-mt {
		margin-top: 20px;
	}
	.footer-linkedin {
		font-size: 15px;
	}
	.slick-active .slick-left {
		-webkit-animation-name: slickRightFade;
		        animation-name: slickRightFade;
	}
	.slick-active .slick-right {
		-webkit-animation-name: slickRightFade;
		        animation-name: slickRightFade;
	}
	.slick-active .slick-top {
		-webkit-animation-name: slickLeftFade;
		        animation-name: slickLeftFade;
	}
	.slick-active .slick-bottom {
		-webkit-animation-name: slickLeftFade;
		        animation-name: slickLeftFade;
	}
	.bg-blue .dropdown-item {
		color: #fff;
	}
	#aboutTopSection, #contact {
		margin-top: 0px;
	}
	#contact {
		padding: 20px 0px;
	}
	#contact h2 {
		font-size: 25px;
	}
	.contact-form-header {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.about-head {
		width: 100%;
	}
}
