.main-navbar{
    background-color: #2b3c4e;
    opacity: 1;
    transition: transform 0.3s ease 0s, background-color 0.3s ease 0s, opacity 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s, margin 0.25s ease-out 0s, backdrop-filter 0.25s ease 0s;
}

.justfy-center{
    display: flex;
    flex-direction: row;
    align-items: center;
	
}
#home{
	
	width:100%;
	background-image: url(./../img/small-dot-right-white.svg);
    background-position: right top;
    background-repeat: no-repeat;
	background-color: white;
}



@keyframes color{
	0%{
	   background-position: 0 50%
	}
	50%{
	   background-position: 100% 50%
	}
	100%{
	   background-position: 0 50%
	}
}
/*

#home h1{
    background: linear-gradient(90deg, #ebebeb 85%, #F37521 0%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
#home span{
    background: linear-gradient(90deg, #ebebeb 45%, #F37521 45%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}
#home .bg-shap{
    width: 400px;
    height: 400px;
    border-radius: 9999px;
    position: relative;
    animation: one 50s infinite;
    opacity: 0.5;
    filter: blur(90px);
    background-color: blue;
}

@keyframes one {
    0%{left: 0px; top: 0px;}
    25%{left: -100px; top: 7px;}
    40%{left: 20px; top: 150px;}
    75%{left: 50px; top: 100px;}
    100%{left: 0px; top: 0px;}
}

*/

.p100{
    padding: 100px;
}
.p15{
    padding: 15px !important;
}

.fun-fact-style-card {
    padding: 9px 35px 9px 35px;
    height: 126px;
   /* background-image: linear-gradient(to right, #b2cae8, #fff);*/
    text-align: center;
    justify-content: center;
}
.fun-fact-style-card p {
    font-size: 18px;
    color: #242554;
    font-weight: 800;
}
.fun-fact-style-card img {
    width: 58px;
}
.p-33{
    padding: 0px 34px;
}

.center{
	text-align: center;
	font-size: 15px;
    font-weight: 400!important;
}
.center2{
	text-align: center;
}
.center3{
	width: 203px;   
	margin: auto;
}
.primary{
	color:#052f68;
}
.box-banner{
	background: white;
    border-radius: 8px;
	margin-right: 0px;
}
.svg-img{
	width:100%;
}

.box-border-shadow{
	border: 1px lightgrey solid;
    border-radius: 5px;
    box-shadow: 2px 2px 1px 1px;
}
.grid-center{
	display: grid;
    align-items: center;
	z-index: 8;
}

.svg-max-width{
	max-width:100%;
}

#magicPointer{
   background-color: #6c757d !important;
}
#magicMouseCursor{
  border: 2px solid #6c757d !important;
}
#magicMouseCursor:hover{
  border: 2px solid #6c757d !important;
  background-color: #6c757d !important;
}

.p40{
	padding: 68px 0px 0px 0px !important;
}




#fliexdata {
	color: #999;
    font-size: 40.5px;
    font-weight: bold;
    padding-top: 25px;
    width: 100%;
    bottom: 45%;
    display: block;
}

#flip {
  height:65px;
  overflow:hidden;
}

#flip > div > div {
  color:#072e68;
  padding:4px 12px;
  height:50px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 4s ease-in-out infinite;
}

#flip div div {
  background:#ffffff00;
}


@keyframes show {
	0% {margin-top:0px;}
	5% {margin-top:50px;}
	10% {margin-top:100px;}
	15% {margin-top:150px;}
	20% {margin-top:200px;}
	25% {margin-top:250px;}
	30% {margin-top:300px;}
	35% {margin-top:350px;}
	40% {margin-top:400px;}
	45% {margin-top:450px;}
	50% {margin-top:500px;}
	55% {margin-top:550px;}
	60% {margin-top:600px;}
	65% {margin-top:650px;}
	70% {margin-top:700px;}
	75% {margin-top:750px;}
	80% {margin-top:800px;}
	85% {margin-top:850px;}
	90% {margin-top:900px;}
	95% {margin-top:950px;}
	100% {margin-top:1000px;}
}


.service-item {
  padding-top: 100px;
}


.service-item .about-img img:nth-child(1) {
  -webkit-animation: five-about-ani 10s infinite linear;
  animation: five-about-ani 10s infinite linear;
}

.service-item .about-img img:nth-child(2) {
  position: absolute;
  left: -40px;
  top: unset;
  z-index: -1;
  bottom: -5px;
}

@-webkit-keyframes five-about-ani {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(30deg);
            transform: rotateY(30deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

@keyframes five-about-ani {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.service-item {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
}



/* Cursor
-----------------------------------------------------------------*/
.hover-this .hover-anim {
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease;
  transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  z-index: 99999;
}

.cursor-active {
  -webkit-transform: translate(-50%, -50%) scale(8);
  -ms-transform: translate(-50%, -50%) scale(8);
  transform: translate(-50%, -50%) scale(8);
  opacity: .1;
}

.rolling-text {
	font-family: Montserrat, serif;
	display: inline-block;
	overflow: hidden;
	line-height: 43px;
	height: 43px;
	letter-spacing: -1px;;
}

.navbar .navbar-nav .nav-link {

  letter-spacing: 1px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #fff !important;
}
}

.rolling-text.butn {
  padding: 0 35px;
}

.social-text .rolling-text {
  line-height: 30px;
  height: 30px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.letter:nth-child(2) {
  -webkit-transition-delay: 0.015s;
  -o-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  -webkit-transition-delay: 0.03s;
  -o-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  -webkit-transition-delay: 0.045s;
  -o-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  -webkit-transition-delay: 0.06s;
  -o-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  -webkit-transition-delay: 0.09s;
  -o-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  -webkit-transition-delay: 0.105s;
  -o-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  -webkit-transition-delay: 0.135s;
  -o-transition-delay: 0.135s;
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  -webkit-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  -webkit-transition-delay: 0.195s;
  -o-transition-delay: 0.195s;
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  -webkit-transition-delay: 0.225s;
  -o-transition-delay: 0.225s;
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  -webkit-transition-delay: 0.255s;
  -o-transition-delay: 0.255s;
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  -webkit-transition-delay: 0.285s;
  -o-transition-delay: 0.285s;
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.financial{
	    color: #072e68;
}


.menu-shrink .letter{
	color: white;
}
.menu-shrink .navbar-light .side-nav .side-nav-right:before{
	background: linear-gradient(90deg, #ffffff 23%, #ffffff 46%);
}
.menu-shrink .navbar-light .side-nav .side-nav-right{
	    color: #121212;
}





/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/	
	
	
	#magic-cursor {
	  position: absolute;
	  left:0;
	  top:0;
	  width: 30px;
	  height: 30px;
	  pointer-events: none;
	  z-index:10000;
	  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
		transition: opacity 0.2s ease-in-out 0.5s;
	}
	
	.hidden-ball #magic-cursor {
		opacity:0!important;
		visibility:hidden;
	}
	
	#ball {
		position: fixed;
		width: 80px;
		height: 80px;
		border: 2px solid #999999;
		border-radius: 50%;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;
		 -webkit-transform: scale(0.5);
	  	transform: scale(0.5);	
	}
	
	.light-content #ball, #ball.over-movie,  .light-content #ball.with-icon {
		border: 2px solid #999999;
		border-color:#999999;
	}
	
	#ball.with-blur {
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);		
	}
	
	#ball:before {
		font: var(--fa-font-solid);
		content: "\f106";
		font-size:14px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 32px;
		top: -42px;
		color:#999;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before {
		color:#999;
	}
	
	#ball::after {
		font: var(--fa-font-solid);
		content: "\f107";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 32px;
		top: 100px;
		color: #999;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball:before, .light-content #ball:after {
		color:#999;
	}
	
	.scale-up #ball:before, .scale-drag-horizontal #ball:before {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:before {
		color: #fff;
	}
	
	.scale-up #ball:after, .scale-drag-horizontal #ball:after {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-horizontal #ball:after {
		color: #fff;
	}
	
	.scale-up.scale-none #ball:before, .scale-up.scale-none #ball:after {
		opacity:0;
	}
	
	#ball-drag-x {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-x::before {
		font: var(--fa-font-solid);
		content: "\f053";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: -37px;
		top: 30px;
		color: #000;
		opacity: 0;
		transform: translateX(-20px);
		-webkit-transform: translateX(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before {
		color:#fff;
	}
	
	#ball-drag-x::after {
		font: var(--fa-font-solid);
		content: "\f054";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		right: -40px;
		left: auto;
		top: 30px;
		color: #000;
		opacity: 0;
		transform: translateX(20px);
		-webkit-transform: translateX(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-x:before, .light-content #ball-drag-x:after {
		color:#fff;
	}
	
	.drag-cursor-white #ball-drag-x:before, .drag-cursor-white #ball-drag-x:after {
		color:#fff;
	}
	
	.drag-cursor-black #ball-drag-x:before, .drag-cursor-black #ball-drag-x:after {
		color:#000;
	}
	
	.scale-drag-x #ball-drag-x:before {
		opacity:1;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-x #ball-drag-x:after {
		opacity:1;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-x:before, .scale-up.scale-drag #ball-drag-x:after {
		opacity:0;
	}
	
	#ball-drag-y {
		position: absolute;
		width: 72px;
		height: 72px;
		pointer-events: none;
		opacity:1;
		box-sizing:border-box;	
	}
	
	#ball-drag-y:before {
		font: var(--fa-font-solid);
		content: "\f077";
		font-size:14px;
		width:8px;
		height:16px;
		line-height:16px;
		text-align:center;
		position:absolute;
		left: 32px;
		top: -40px;
		color:#000;
		opacity:0;
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:before {
		color:#fff;
	}
	
	#ball-drag-y::after {
		font: var(--fa-font-solid);
		content: "\f078";
		font-size: 14px;
		width: 8px;
		height: 16px;
		line-height: 16px;
		text-align: center;
		position: absolute;
		left: 32px;
		top: 100px;
		color: #000;
		opacity:0;
		transform: translateY(20px);
		-webkit-transform: translateY(20px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball-drag-y:before, .light-content #ball-drag-y:after {
		color:#fff;
	}
	
	.scale-drag-y #ball-drag-y:before {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-drag-y #ball-drag-y:after {
		opacity:1;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.scale-up.scale-drag #ball-drag-y:before, .scale-up.scale-drag #ball-drag-y:after {
		opacity:0;
	}
	
	#ball i {
		color:#fff;
		width:76px;
		height:80px;
		line-height:78px;
		text-align:center;
		font-size:14px;
		display:block;
		opacity:1;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball {
		display:flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#ball p {
		color:#fff;
		width:auto;
		height:16px;
		line-height:16px;
		padding-top:0px;
		padding-left:0px;
		box-sizing:border-box;
		margin:0 auto;
		margin-bottom:0;
		text-align:center;
		font-size:10px;
		font-weight: 600;
		display:flex;
		flex-direction: column;
		align-self: center;
		opacity:1;
		position:relative;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	.light-content #ball p {
		color:#fff;
	}
	
	#ball p.center-first::before {
		content:"[";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		left:-8px;
		line-height:20px;
	}
	
	#ball p.center-first::after {
		content:"]";
		font-size:12px;
		font-weight: 500;
		position:absolute;
		height:20px;
		top:calc(50% - 10px);
		right:-8px;
		line-height:20px;
	}
	
	.light-content #ball i, #ball.over-movie i, .light-content #ball.with-icon i {
		color:#fff;
	}
	
	.drag-cursor-white #ball i, .drag-cursor-white #ball.with-icon i {
		color:#fff;
	}
	
	.drag-cursor-black #ball i, .drag-cursor-black #ball.with-icon i {
		color:#000;
	}
	
	.light-content #ball.with-icon.dark-icon i {
		color:#000;
	}
	
	.scale-up #ball i {
		opacity:0;
		transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}
	
	#ball.with-icon i {
		width:76px;
	}
	
	#ball.with-icon i:nth-child(2) {
		display:none;
	}
	
	#ball.close-icon i {
		width:75px;
		height:76px;
		font-size:14px;
	}
	
	#ball.over-movie i.fa-play, #ball.over-movie.pause-movie i.fa-pause {
		display:block;
	}
	
	#ball.over-movie i.fa-pause, #ball.over-movie.pause-movie i.fa-play {
		display:none;
	}
	
	#ball-loader {
		width: 100px;
		height: 100px;
		position:absolute;
		background-color: transparent;
		border-right: 4px solid transparent;
		border-bottom: 4px solid #999999;
		border-left: 4px solid transparent;
		border-top: 4px solid transparent;
		border-radius: 100px;
		box-sizing: border-box;
		opacity:0;
		-webkit-transform: translate(-14px, -14px) rotate(0deg);
		transform: translate(-14px, -14px) rotate(0deg);
		-webkit-animation: rotating 0.8s ease-in-out infinite;
		animation: rotating 0.8s ease-in-out infinite;
		-webkit-transition: opacity 0s ease-in-out 0s;
		transition: opacity 0s ease-in-out 0s;
	}
	
	.light-content #ball-loader { 
		border-bottom: 4px solid #999999;
	}
	
	.show-loader #ball-loader {
		opacity:1;
		-webkit-transition: opacity 0.2s ease-in-out 0s;
		transition: opacity 0.2s ease-in-out 0s;
	}
	
	@keyframes rotating {
      0% {
		-webkit-transform: translate(-14px, -14px)rotate(0deg);
		transform:  translate(-14px, -14px)) rotate(0deg);
      }
	  
	  95% {
        -webkit-transform:  translate(-14px, -14px) rotate(350deg);
		transform:  translate(-14px, -14px) rotate(350deg);
      }
	  
      100% {
        -webkit-transform:  translate(-14px, -14px) rotate(360deg);
		transform:  translate(-14px, -14px) rotate(360deg);
      }
	}
	
	.show-loader a, .show-loader nav, .scale-up a, .scale-up .hide-ball, scale-up .link, .scale-up .button-wrap, .scale-up #burger-wrapper, .scale-up .disable-drag, .scale-drag a, .scale-drag .move-title {
		pointer-events:none!important;
	}
	
	.disable-cursor #magic-cursor {
		display:none;
	}
	
	#ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
		box-sizing:border-box;
		display: block;
		position:absolute;
		top:28px;
		left:30px;
		height:20px;
		width:20px;
	}
	
	.light-content #ball i.arrow-icon {
		border: solid #fff;
		border-width: 3px 3px 0px 0px;
	}
	
	#ball i.arrow-icon:after {
		content:"";
		position:absolute;
		width:30px;
		height:3px;
		top:8px;
	  	left:-8px;
		background-color:#fff;
		transform: rotate(-45deg);
  		-webkit-transform: rotate(-45deg);
	}
	
	.light-content #ball i.arrow-icon:after {
		background-color:#fff;
	}

	
	#navbarDropdownService1{
		display:none;
	}
	#navbarDropdownResources1{
		display:none;
	}
	#navbarDropdownAbout1{
		display:none;
	}
	
	.nav-item:hover  #navbarDropdownService1{
		 display:block;
	}
	.nav-item:hover  #navbarDropdownResources1{
		 display:block;
	}
	.nav-item:hover  #navbarDropdownAbout1{
		 display:block;
	}
	
	.sub-item{
		padding: 5px 16px !important;
  margin: 0px !important;
	}
	
	
	
	
	
	
	
	
	
	
	
/*Vertical Sliding*/
.slidingVertical{
    display: flex;
    text-indent: 8px;
    padding-bottom: 57px;
    justify-content: center;
}
.slidingVertical span{
    animation: topToBottom 42.5s linear infinite 0s;
    -ms-animation: topToBottom 42.5s linear infinite 0s;
    -webkit-animation: topToBottom 42.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    line-height: 1.3;
    font-family: Montserrat, serif;
    color: #072e68;
    font-size: 60px;
    font-weight: 700;
    margin-top: 4px;
    padding-bottom: 20px;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
.slidingVertical span:nth-child(6){
	animation-delay: 12.5s;
	-ms-animation-delay: 12.5s;
	-webkit-animation-delay: 12.5s;
}
.slidingVertical span:nth-child(7){
	animation-delay: 15s;
	-ms-animation-delay: 15s;
	-webkit-animation-delay: 15s;
}
.slidingVertical span:nth-child(8){
	animation-delay: 17.5s;
	-ms-animation-delay: 17.5s;
	-webkit-animation-delay: 17.5s;
}
.slidingVertical span:nth-child(9){
	animation-delay: 20s;
	-ms-animation-delay: 20s;
	-webkit-animation-delay: 20s;
}
.slidingVertical span:nth-child(10){
	animation-delay: 22.5s;
	-ms-animation-delay: 22.5s;
	-webkit-animation-delay: 22.5s;
}

.slidingVertical span:nth-child(11){
	animation-delay: 25s;
	-ms-animation-delay: 25s;
	-webkit-animation-delay: 25s;
}
.slidingVertical span:nth-child(12){
	animation-delay: 27.5s;
	-ms-animation-delay: 27.5s;
	-webkit-animation-delay: 27.5s;
}
.slidingVertical span:nth-child(13){
	animation-delay: 30s;
	-ms-animation-delay: 30s;
	-webkit-animation-delay: 30s;
}
.slidingVertical span:nth-child(14){
	animation-delay: 32.5s;
	-ms-animation-delay: 32.5s;
	-webkit-animation-delay: 32.5s;
}
.slidingVertical span:nth-child(15){
	animation-delay: 35s;
	-ms-animation-delay: 35s;
	-webkit-animation-delay: 35;
}
.slidingVertical span:nth-child(16){
	animation-delay: 37.5s;
	-ms-animation-delay: 37.5s;
	-webkit-animation-delay: 37.5s;
}
.slidingVertical span:nth-child(17){
	animation-delay: 40s;
	-ms-animation-delay: 40s;
	-webkit-animation-delay: 40s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-40px); }
	7% { opacity: 1; -webkit-transform: translateY(0px); }
	10% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-40px); }
	7% { opacity: 1; -webkit-transform: translateY(0px); }
	10% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-40px); }
	7% { opacity: 1; -webkit-transform: translateY(0px); }
	10% { opacity: 0; }
	100% { opacity: 0; }
}
.pt-60 {
	padding-top: 60px;
}
.pb-40{
	padding-bottom: 55px;
}
.pb-60{
	padding-bottom: 55px;
}


.flex-col{
	display: flex;   flex-direction: column;
}
.no-list, .no-list li {
	margin: 0;
	padding: 0;
}
.prd-car a {
	display: flex;
	width: 435px;
	height: 100px;
	background: #fff;
	padding: 10px;
	margin: 0 15px 0px 0;
	text-align: center;
	border-radius: 10px;
	-ms-box-shadow: 0 1px 4px #e2dae2;
	-o-box-shadow: 0 1px 4px #e2dae2;
	box-shadow: 0 1px 4px #e2dae2;
	align-items: center;
}
.fi.prd-car::before, .fi.prd-carloan::before {
	font-size: 44px;
}
.prd-list li a .prd-title {
	font-size: 20px;
	font-weight: 400 !important;
	margin: auto;
}
.prd-list li {
	float: left;
}

.prd-list ul li i {
	width: 65px !important;
	height: 65px !important;
	margin-right: 0px !important;
	margin-left: 12px;
}
.prd-list ul li i {
	font-size: 44px  !important;
	line-height: 70px  !important;
}
.prd-list ul li {
	border-bottom: 0px #e1e1e1 solid !important;;
}

.green-color{
	color: #00a1b0 !important;
}
.green-background{
	background-color: rgba(0,161,176,.1) !important;
}
.red-color{
	color: #ef4b57 !important;
}
.red-background{
	background-color: rgba(239,75,87,.1) !important;
}
.pink-color{
	color: #42ceb2 !important;
}
.pink-background{
	background: rgba(0,161,176,.1) !important;
}
.orange-color{
	color: #ff920a !important;
}
.orange-background{
	background-color: rgba(255,146,10,.1) !important;
}
.olive-color{
	color: #89943c !important;
}
.olive-background{
	background-color: rgba(137,148,60,.1) !important;
}
.violet-color{
	color: #a736cc !important;
}
.violet-background{
	background: rgba(0,161,176,.1) !important;
}
.blueviolet-color{
	color: #5f4de7 !important;
}
.blueviolet-background{
	background-color: rgba(95,77,231,.1) !important;
}
.blue-color{
	color: #496fbc !important;
}
.blue-background{
	background-color: rgba(73,111,188,.1) !important;
}


.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.property_price{
    font-size: 21px !important;
    font-weight: 900;
    color: #2c5c9e !important;
}
.property_color{
	color: #2c5c9e !important;
}
.property_title{
	font-size: 12px;
}
.property_title2{
	font-size: 12px;
}

.pro-h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
    padding-bottom: 0px !important;
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 0px !important;
}
.pro-h4{
	line-height: 16px !important;
    color: #0c0c0c !important;
}
.pro-h4 a{
	color: #574949 !important;
}

.viewmore{
	background: #2b5a96;
    padding: 5px 16px;
    text-align: center;
    width: auto;
    color: white !important;
}
.viewmore:hover{
	background: #103666;
}
.blog-bottom:hover{
	background: #e2e9f2;
}
.filter-move img{
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .blog-bottom {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mb-20{
	margin-bottom: 20px !important;
}
.p20{
	padding: 20px !important;
}
.pt-60{
	padding-top: 50px  !important;
}
.ml-10
{
	margin-left:10px;
}
.pl-45{
	padding-right: 35px;
}
.pl-35{
	padding-right: 35px;
}
.pl-30{
	padding-right: 30px;
}

.call {
margin: 0px auto;
}
.call .btn {
  border: 0px solid #fff;
  color: #fff;
  padding: 0;
  font-size: 15px;
  overflow: hidden;
  transition: all .2s ease-in-out;
  border-radius: 0px;
}
.call .btn .lbl {
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 0 10px;
}
.header-useropt ul li.call .btn .number {
  padding: 0 20px;
  letter-spacing: 2px;
}
.header-useropt ul li.call .btn > :not(.fa) {
  float: left;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}


		.flexnav a {
			font-weight: 500;
			font-size: 15px;
			line-height: 20px;
			padding: 0 0px;
			-webkit-transition: all .1s ease-in-out 0s;
		}
		.flexnav a .span-cube {
			position: relative;
			display: block;			
			overflow:visible !important;
			-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
  			-webkit-transform: translateZ(-60px) rotateX( 0deg);
			transform: translateZ(-60px) rotateX( 0deg);
			transform-origin:center;
			-webkit-transition: transform 0.3s ease-in-out;
			transition: transform 0.3s ease-in-out;	
		}
		.flexnav:hover a .span-cube{
			-webkit-transform: translateZ(-60px) rotateX( 90deg);	
			transform: translateZ(-60px) rotateX( 90deg);		
		}
		.flexnav a span:nth-child(1) {
			color:black;
			position: relative;
			width:100%;
			display: block;			
		}
		.flexnav a span:nth-child(2) {
			color:#222;
			position: absolute;
			top: 0;
			width:100%;
			left:0;
			opacity:1;	
			-webkit-transform: rotateX(0deg) translateZ(60px);
			transform: rotateX(0deg) translateZ(60px);
    		backface-visibility: hidden;
			-webkit-transition: opacity 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
		}
		.flexnav:hover a span:nth-child(2) {
			opacity:0;
		}
		.flexnav a span:nth-child(3) {
			color:#222;
			position: absolute;
			top: 50%;
			width:100%;
			left:0;
			opacity:0;		
			-webkit-transform: rotateX(-90deg) translateZ(0px);
			transform: rotateX(-90deg) translateZ(0px);
    		backface-visibility: hidden;
			-webkit-transition: opacity 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
			font-weight: 900;
		}
		.flexnav:hover a span:nth-child(3){
			opacity:1;
		}
		.invert-header .flexnav a span:nth-child(2), .invert-header .flexnav a span:nth-child(3) {
			color: #fff;
		}
		
		
		.top-header{
			
			background: #15356a;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 11;
  height: 30px;
background: linear-gradient(90deg, #c8bc92 23%, #807861 64%);
		}
		
		.get-quotes{
			color: white;
  font-weight: 900;
  font-size: 16px;
 border-radius: 0px !important;
  height: 24px;
  line-height: 24px;
  margin: 0px 26px;
		}
		
		.top-header-talk{
			color: white;
  font-weight: 900;
  font-size: 16px;
height: 30px !important;
  line-height: 30px !important;
  padding: 0px !important;
		}	

		.quotes-height{
height: 30px !important;
  line-height: 30px !important;
  padding: 0px !important;
		}		
		
		