/*** 
====================================================================
Design by Bhavneet Singh, M:+91 9999573439, Email:bhavneet1@gmail.com
====================================================================
***/

@font-face {
  font-family: 'WeblySleekUILight';
  src: url('../fonts/weblysleekuil.eot');
  src: url('../fonts/weblysleekuil.eot?#iefix') format('embedded-opentype'),
       url('../fonts/weblysleekuil.woff') format('woff'),
       url('../fonts/weblysleekuil.ttf') format('truetype'),
       url('../fonts/weblysleekuil.svg#WeblySleekUILight') format('svg');
}
@font-face {
  font-family: 'WeblySleekUISemibold';
  src: url('../fonts/weblysleekuisb.eot');
  src: url('../fonts/weblysleekuisb.eot?#iefix') format('embedded-opentype'),
       url('../fonts/weblysleekuisb.woff') format('woff'),
       url('../fonts/weblysleekuisb.ttf') format('truetype'),
       url('../fonts/weblysleekuisb.svg#WeblySleekUISemibold') format('svg');
}
@font-face {
  font-family: 'WeblySleekUISemilight';
  src: url('../fonts/weblysleekuisl.eot');
  src: url('../fonts/weblysleekuisl.eot?#iefix') format('embedded-opentype'),
       url('../fonts/weblysleekuisl.woff') format('woff'),
       url('../fonts/weblysleekuisl.ttf') format('truetype'),
       url('../fonts/weblysleekuisl.svg#WeblySleekUISemilight') format('svg');
}

* { margin: 0px; padding: 0px; border: none; outline: none; }
body { font-family: 'WeblySleekUISemilight',Helvetica,Arial,sans-serif; font-size: 16px; color: #484848; line-height: 1.6em; font-weight: 400; background: #ffffff; background-size: cover; background-repeat: no-repeat; background-position: center top; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; cursor: pointer; color: #247fe1; }
a:hover, a:focus, a:visited { text-decoration: none; outline: none; }
h1, h2, h3, h4, h5, h6 { position: relative; font-family: 'WeblySleekUISemilight',Helvetica,Arial,sans-serif; background: none; line-height: 1.3em; }
input, button, select, textarea { font-family: WeblySleekUILight,Helvetica,Arial,sans-serif; }
p { font-family: 'WeblySleekUISemibold',Helvetica,Arial,sans-serif; font-size: 16px; line-height: 22px;}
.orangetxt { color:#ee8015 !important; }
.bluetxt { color:#0f64c4 !important; }
.whitetxt { color:#ffffff !important; }
.bigtxt { font-size: 20px !important; }
.no-gutters.col, .no-gutters[class*=col-] { padding-right: 0; padding-left: 0; }
.pole { position: absolute; top: 165px; z-index: 0; right: 242px; opacity:0.1; }
.rotate { position:absolute; top:25px; right:100px; opacity:0.1; z-index:1; animation: rotation 15s infinite linear; }
.splash { width: 100%; position: absolute; top: 90px; left: 0; z-index: 0; -webkit-filter: blur(25px); -moz-filter: blur(25px); -ms-filter: blur(25px); -o-filter: blur(25px);  filter: blur(25px); }

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lead {
    color: #424242;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    margin: 0 auto 40px;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:relative;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Source Sans Pro', sans-serif;
}

.view-more {margin: 10px 0 0 0; display:inline-block; padding: 10px 20px;border-radius: 40px; border: 2px solid #ee8015;color: #ee8015;text-transform: uppercase; background: transparent;font-family: 'WeblySleekUISemibold';}
.view-more:hover,.view-more:focus  {color: #fff; background-color: #ee8015;}

.centered{
	text-align:center;	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}
.btn-theme-light{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:12px;
	border:1px solid #ffffff !important;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-theme-light:hover{
	background:#247fe1;
	color:#ffffff !important;
	border-color:#247fe1 !important;	
}

.btn-theme-grey{
	position:relative;
	padding:10px 25px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#555555 !important;
	font-size:12px;
	border:1px solid #999999 !important;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-theme-grey:hover{
	background:#999999;
	color:#ffffff !important;
	border-color:#999999 !important;	
}

.btn-style-one{
    font-family: 'WeblySleekUISemibold';
	position:relative;
	text-transform:uppercase;
	background:#ffffff;
	color:#0f64c4 !important;
	font-weight:400;
    font-size: 14px;
    letter-spacing: 2.15px;
    min-height: 45px;
    padding: 10px 26px;
    border-radius: 5px;
}

.btn-style-one:hover{
	-ms-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);	
}

.btn { padding: 6px 16px; font-size: 16px; text-transform: uppercase; line-height: 24px; border-radius: 4px; outline: none; transition: all ease-in-out .5s; }
.btn:active, .btn:focus, .btn:active:focus { box-shadow: none; border-color: transparent; outline: none;}
.btn-style-two { font-family: 'WeblySleekUISemibold'; padding: 8px 30px; color: #ffffff; border:2px solid transparent; background-color:#ee8015; border-radius: 28px; }
.btn-style-two:hover, .btn-style-two:focus { color: #ee8015; border: 2px solid #ee8015; background-color: #fff; -webkit-transform: translateY(-.4975rem); transform: translateY(-.4975rem); box-shadow: 0 4px 11px rgba(238, 128, 21, .35);}
.graybg {background-color: #F5F5F6; background-repeat: no-repeat; background-position: bottom;}
.dotsbg {background-repeat: no-repeat; background-position: center right;}
.bluebg { height: 100%; background-repeat: no-repeat; }
.bluebg:before { content: ''; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: rgba(0, 69, 147, 0.85); z-index: -1; }
.lightbg { background-color:#e9eef2;}

.theme-btn .fa{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#5ad75a;	
}

.light-font{
	font-family: 'WeblySleekUILight',Helvetica,Arial,sans-serif;	
}

.regular-font{
	font-family: 'WeblySleekUISemilight',Helvetica,Arial,sans-serif;	
}

.semibold-font{
	font-family: 'WeblySleekUISemibold',Helvetica,Arial,sans-serif;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-15{
	margin-top:15px !important;	
}
.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-15{
	margin-bottom:15px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/preloader.GIF);}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.logo { display: flex; align-items: center; height: 98px; }
.logo img { max-height: 65px; }
.logo-footer { padding: 0px 0px 10px 0px; }
.logo-footer img { max-height: 60px; }

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .05);
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.bounce-in-header .logo img { max-height: 60px; }

.bounce-in-header.now-visible{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .header-top{
	position:relative;
	background:#ededed;
	color:#fff;
	z-index:5;
}

.main-header.header-style-two .header-top,
.main-header.header-style-three .header-top{
	background:#0f3b6c;	
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:6px 0px;
	color:#fff;
	font-size:12px;
}

.main-header .header-top .social-links a, .footer-widget .social-links a{
	position:relative;
	display:inline-block;
	font-size:14px;
	width:22px;
	text-align:center;
	color:#fff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header .header-top .social-links a:hover, .footer-widget .social-links a:hover{
	color:#ee8015;	
}

.main-header .header-top ul li{
	position:relative;
	float:left;
	margin-right:30px;
}

.main-header .header-top .top-right ul li{
	margin-right:0px;
	margin-left:20px;
    font-size: 16px;
}

.main-header .header-top ul li a{
	position:relative;
	line-height:24px;
	color:#555555;
	font-size: 16px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-header.header-style-two .header-top ul li a,
.main-header.header-style-three .header-top ul li a{
	color:#fff;	
}

.main-header .header-top ul li .icon{
	position:relative;
	top:1px;
	padding-right:5px;	
}

.main-header .header-top ul li a:hover{
	color:#247fe1;
}

.main-header.header-style-two .header-top ul li a:hover,
.main-header.header-style-three .header-top ul li a:hover{
	color:#ffffff;	
}

.main-header .header-top .top-right{
	position:relative;
	padding:6px 0px;
	float:right;
}

.main-header .header-upper{
	position:relative;
	padding:12px 0px;
	background:#ffffff;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .05);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

.main-header.header-style-two .header-upper{
	padding:0px;	
}

.main-header .header-upper .upper-right{
	position:relative;	
}

.main-header .header-upper .upper-column{
	position:relative;
	float:left;
	min-width:80px;
	margin-left:40px;
	padding-top:25px;
}

.main-header .info-box{
	position:relative;
	padding-left:50px;	
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:20px;
	width:45px;
	line-height:60px;
	color:#4a5c7a;
	font-size:32px;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .info-box:hover .icon-box{
	color:#247fe1;	
}

.main-header .info-box li{
	position:relative;
	line-height:24px;
	margin:0px 0px;
	font-size:15px;
	font-family:'Lora',serif;
	color:#4a5c7a;
}

.main-header .info-box li a{
	color:#4a5c7a;		
}

.main-header .info-box strong{
	font-weight:400;
	color:#555555;
	font-size:18px;
	font-family:'Source Sans Pro',serif;	
}

.main-header .header-lower{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	background:#3d3f43;
	z-index:5;
}

.main-header.header-style-three .header-lower{
	background:none;	
}

.main-header .nav-outer{
	position:relative;
	padding-right:200px;	
}

.main-header.header-style-three .nav-outer{
	background:#247fe1;	
}

.main-menu{
	position:relative;	
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: WeblySleekUISemibold,Helvetica,Arial,sans-serif;
	font-weight:500;
}
.main-menu .navigation > li.dropdown > ul:before {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';

}
.main-menu .navigation > li.dropdown > ul:after {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';

}

.main-menu .navigation > li{
	position:relative;
    display: flex;
    align-items: center;
    height: 98px;
	float:left;
	padding:0px;
}

.main-menu .navigation > li.headerbtn{
	padding:0px 12px;
}

.bounce-in-header .main-menu .navigation > li{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:15px 20px 12px;
	font-size:14px;
	color:#ffffff;
	line-height:30px;
	border-top:none;
	border-bottom:3px solid transparent;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-two .main-menu .navigation > li > a{
	padding:0px 25px 0px 25px;
    display: flex;
    align-items: center;
    align-self: stretch;
	border-bottom:4px solid transparent;
	color:#0f64c4;
    font-size: 18px;
}

.bounce-in-header .main-menu .navigation > li{
	margin-left:5px;	
}


/*.main-menu .navigation > li.dropdown > a:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:8px;
	top:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}*/

/*.bounce-in-header .main-menu .navigation > li.dropdown > a:before{
	top:19px;	
}*/

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	border-color:#ef8613;
	opacity:1;
    background:#E8F4FF;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	top:150%;
	width:250px;
	padding:0px;
	z-index:100;
	display:none;
	background:#ffffff;
    box-shadow: 0 12px 29px 0 rgba(0,0,0,0.34);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.header-style-three .main-menu .navigation > li > ul{
	background:#247fe1;	
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(255,255,255,0.20);
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:first-child > a{margin-top:10px;}
.main-menu .navigation > li > ul > li:last-child > a{margin-bottom:10px;}
.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
    font-family: 'WeblySleekUISemibold';
	padding: 10px 18px 10px 18px;
    line-height: 15px;
    font-weight: normal;
    font-size: 16px;
	text-transform: capitalize;
	color:#313131;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*.main-menu .navigation > li > ul > li > a:before,
.main-menu .navigation > li > ul > li > ul > li > a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 36px;
    position: absolute;
    top: 0;
    left: 15px;
}*/

.main-menu .navigation > li > ul > li:hover > a{
	color:#247fe1;	
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f061";
	position:absolute;
	right:10px;
	top:15px;
	width:10px;
	height:20px;
	display:block;
	color:#ffffff;
	line-height:20px;
	font-size:10px;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0px;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	background:#283745;
}

.header-style-three .main-menu .navigation > li > ul > li > ul{
	background:#247fe1;	
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px dashed rgba(255,255,255,0.20);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:13px 15px 13px 18px;
	line-height:22px;
	font-weight:600;
	font-size:13px;
	text-transform:uppercase;
	color:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#247fe1;	
}

.header-style-three .main-menu .navigation > li > ul > li:hover > a,
.header-style-three .main-menu .navigation > li > ul > li  > ul > li:hover > a{
	color:#ffffff;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:98%;	
    border: 1px solid #d1d0d0;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:11px;
	width:16px;
	height:16px;
	background:url(../images/submenu-arrow.png) center center no-repeat;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .get-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:200px;
	height:100%;
	background:rgba(255,255,255,0.15);	
}

.main-header .get-btn .appt-btn{
	position:relative;
	display:block;
	line-height:30px;
	text-align:center;
	padding:15px 0px;
	font-family:'Lora',serif;
	font-weight:700;
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;	
}

.main-header .get-btn:hover{
	background:#247fe1;	
}

.main-header .get-btn .appt-btn:hover{
	color:#ffffff;	
}


/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	width:100%;
	overflow:hidden;	
}

.revolution-slider{
	position:relative;
	background:none;
	color:#ffffff;
}

.revolution-slider .text{
	font-weight:400;
	font-size:18px;
    line-height: 27px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.revolution-slider h1{
    font-family: WeblySleekUILight, Helvetica, Arial, sans-serif;
	font-size: 50px;
    line-height: 60px;
	font-weight:lighter;
    text-align: center;
    margin-top:0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.revolution-slider h1.left{
	font-size: 50px;
    line-height: 60px;
	font-weight:lighter;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.revolution-slider h2{
	line-height:1.2em;
	font-weight:700;
	font-size:38px;
}

.revolution-slider h2.styled{
	padding-bottom:20px;	
}

.revolution-slider h2.styled:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:60px;
	border-bottom:2px solid #247fe1;
}

.revolution-slider h3{
	line-height:1.5em;
	font-size:20px;
}

.revolution-slider .bg-dark-theme{
	background:rgba(0,0,0,0.70);
	color:#01adff;	
}

.revolution-slider .bg-theme{
	background:rgba(39,55,70,1);
	color:#01adff;	
}

.tp-bullets{
	display:none;	
}

.tp-bullets.preview4 .bullet{
	background:#ffc13b !important;
	border-color:#202020 !important;
	margin:0px 5px;	
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected{
	border-color:#ffc13b !important;	
}

.main-slider h3.italic-heading{
	font-size:20px;
	font-style:italic;
	padding-bottom:15px;
}

.main-slider h3.italic-heading:after{
	content:'';
	position:absolute;
	left:0px;
	top:100%;
	width:60px;
	border-bottom:2px solid #ffffff;
}

.revolution-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section  Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title h2{
	position:relative;
	font-size:30px;
	color:#181818;
	margin-bottom:5px !important;
	text-transform:capitalize;
}

.sec-title h3{
	position:relative;
	font-size:18px;
	color:#999999;
	font-style:italic;
	font-family:'Source Sans Pro',sans-serif;
	letter-spacing:1px;
}

.sec-title .text{
	position:relative;
	font-size:16px;
	color:#777777;
	font-style:italic;
	font-family:'Source Sans Pro',sans-serif;
	letter-spacing:1px;
	line-height:32px;
}

/*** 

====================================
	Custom Tabs
====================================

***/

.inner-tabs { position:relative;}
.inner-tabs .nav-tabs { display:inline-flex; border-bottom: 1px solid #cbcbcb; }
.inner-tabs .nav-tabs > li { margin:0;}
.inner-tabs .nav-tabs > li > a:hover { border: 0; border-bottom: 3px solid transparent; background-color: transparent; }
.inner-tabs .nav-tabs > li > a:focus { outline: none; border: 0; border-bottom: 3px solid #008CE6; background-color: transparent; }
.inner-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #0f64c4; cursor: pointer; outline: 0; border: 0; background-color: #fff; border-bottom: 3px solid #f29908; box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 4px 0px rgba(0, 0, 0, 0.12); }
.inner-tabs .nav-tabs > li > a { padding: 15px; color: #484848; font-size: 18px; font-weight: 400; margin-right: 20px; line-height: 1; border: 0; border-bottom: 3px solid transparent; border-radius: 0; }
.inner-tabs .nav-tabs > li:last-child > a { margin-right: 0px;}
.inner-tabs ul.nav-tabs li:before { display: none; }

.outerWrapper { width: 100%; margin: 0 auto; position: relative; }
.tabsWrapper { position: relative; width: 100%; height: 129px; overflow: hidden; }
.tabs { display: flex; gap: 23px; margin: 0; padding: 0; position: relative; top: 0; left: 0; right: 0; bottom:0; white-space: nowrap; overflow: auto;}
.tabs li { flex: 1; color: rgba(0, 0, 0, 0.87); padding: 15px 15px 12px 15px; margin: 0 0 25px 0; text-align: center; font-size: 17px; line-height: 20px; position: relative; font-family: WeblySleekUISemibold, Helvetica, Arial, sans-serif; outline: 0; border: 0; border-bottom: 8px solid transparent; background-color: #fff; border-radius: 8px; box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); cursor: pointer; }
.tabs li i { color: #ee8015; font-size: 26px; margin-bottom: 7px; }
.tabs li .title { white-space: break-spaces; width: 177px; margin:0 auto; }
.tabs li.active { color:#fff; background-color: #0f64c4; border-bottom: 7px solid #33afff;}
.tabs li.active::after { left: 50%; width: 5px; bottom: -20px; content: ''; position: absolute; transform: translateX(-50%); border-top: 20px solid #33afff; border-left: 20px solid transparent; border-right: 20px solid transparent; }
.tabs li.active i {  color:#fff;}
.tabnext, .tabprevious { position: absolute; top: 30px; font-size: 25px; line-height: 40px; width: 45px; height: 45px; border-radius: 50%; color: #ffffff; background-color: #f3960e; text-align: center; cursor: pointer; }
.tabnext { right: -50px; }
.tabprevious { left: -50px; }
.tabContent { width: 100%; padding-top: 10px;}


.features ul, .features ol { margin: 15px 0; }
.features h2 { font-family: 'WeblySleekUISemibold', Helvetica, Arial, sans-serif;}
.features h4 { font-family: 'WeblySleekUISemibold', Helvetica, Arial, sans-serif; display: flex; font-size:20px; color:#0f64c4; margin: 20px 0;}
.features h4:before { content: ''; background-color: #f49a0d; width: 4px; height: 20px; position: relative; margin-right: 10px; top: 3px; display: inline-block;}
.features ul li { margin:0 0 0.3em 2.1em; font-family: 'WeblySleekUISemibold', Helvetica, Arial, sans-serif; font-size:18px; color: #5a5a5a;}
.features ul li:before { content: '\f00c'; font-family: 'FontAwesome'; font-size: 17px; float: left; margin-left: -1.5em; color: #ee8015; }
.features ol li { list-style-type:decimal; margin:0 0 0.5em 1.8em; font-family: 'WeblySleekUISemibold', Helvetica, Arial, sans-serif; font-size:18px;}
.features ol li > p { font-size:18px; margin-left: 5px;}
.features ol li ul li { list-style-type: none; margin:0 0 0.3em 2.2em; font-size:18px; color: #818181; }
.features ol li ul li:before { content: '\f101';}
.feature-img { float: right; margin: 20px 0 0 45px}
.feature-img-subscribe { float: right; margin: 20px 50px 0 45px}


/*** 

====================================================================
	Features Style One
====================================================================

***/

.features-style-one{
	position:relative;
	padding:120px 0px 60px;
}

.features-style-one .features-column{
	position:relative;
	margin-bottom:50px;
}

.features-style-one .features-column .inner-box{
	position:relative;
	padding-left:90px;	
}

.features-style-one .features-column .count{
	position:absolute;
	left:0px;
	top:12px;
	color:#cecece;
	font-size:50px;
	font-weight:700;
	font-family:'Lora',serif;
}

.features-style-one .features-column .title-box{
	position:relative;
	margin-bottom:10px;	
}

.features-style-one .features-column h4{
	font-family:'Source Sans Pro',sans-serif;
	color:#247fe1;
	font-size:15px;
	font-style:italic;
	margin-bottom:0px;	
}

.features-style-one .features-column h3{
	position:relative;
	color:#181818;
	font-size:20px;
}

.features-style-one .features-column .text{
	color:#777777;
}

/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one{
	position:relative;
	padding:90px 0px;
}

.services-style-one .background-image-one{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	/*margin-left:-10%;*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	z-index:1;
}

.services-style-one .background-image-one:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(15,100,196,0.85);
}

.services-style-one .background-image-two{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.services-style-one .outer-container{
	position:relative;
	width:100%;
	padding:0px 105px;
	z-index:5;	
}

.services-style-one .left-column{
	position:relative;
	color:#ffffff;
	padding-top:30px;	
}

.services-style-one .left-column h2{
	margin-bottom:15px;
	font-size: 60px;
    line-height: 56px;
    font-weight: lighter;	
}

.services-style-one .left-column .inner-box{
	position:relative;
	padding-right:70px;
}

.services-style-one .transparent-column{
	position:relative;
}

.services-style-one .transparent-column .inner-box{
	position:relative;
	margin-left:-50px;
	padding:45px 35px 30px;
	background:rgba(255,255,255,0.92);
	border-radius:10px;
}

.default-icon-column{
	position:relative;
	margin-bottom:30px;	
}

.default-icon-column .inner{
	position:relative;
	padding-left:60px;
	max-width:450px;	
}

.default-icon-column .inner .text{
	min-height:60px;	
}

.default-icon-column .inner p{
	
}

.readmore { color: #ee8015; font-size:13px;}
.readmore:hover { color: #ee8015;}

.default-icon-column .inner .icon-box{
	position:absolute;
	left:0px;
	color:#002f63;
	font-size:30px;
}

.default-icon-column .inner h3{
	position:relative;
	font-size:20px;
	margin-bottom:10px;
    font-family: 'WeblySleekUISemibold';
    color: #0f64c4;
    line-height: 25px;
}

/*** 

====================================================================
	Default Section
====================================================================

***/

.default-section{
	position:relative;
	padding:40px 0px 40px;
}


.default-section .column{
	position:relative;
}

.default-section .text-column h2{
    font-family: 'WeblySleekUISemilight';
	position:relative;
	font-size:55px;
	color:#0f64c4;
    line-height:1.2em;
	margin-bottom:15px;	
}

.default-section .text-column .text{
	color: #424242;	
}

.default-section .text-column .text p{
	position:relative;
}

.default-section .upper-part{
	position:relative;
	margin-bottom:80px;	
}

.default-section .upper-part .intro-text{
	position:relative;
	padding-left:80px;	
}

.default-section .upper-part .intro-text h3{
	font-size:20px;
	font-style:italic;
	color:#777777;	
}

.default-section .upper-part .intro-text h2{
	font-size:24px;
	color:#181818;
	margin-bottom:50px;
	font-weight:700;
}

.default-section .upper-part .intro-text .text{
	font-size:20px;
	color:#999999;
	font-style:italic;
	line-height:1.6em;
}

.introtext-two {
	color:#777777;
}

.introtext-two h3{
	font-size:18px;
	margin-bottom:18px;
	color:#666666;
	font-style:italic;
}

.introtext-two h2{
	font-size:24px;
	margin-bottom:20px;
	color:#181818;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.4em;
}

.introtext-two .text{
	margin-bottom:30px;
}

.default-title{
	position:relative;
	font-size:20px;
	margin-bottom:20px;
	font-weight:700;
}


/*** 

====================================================================
	Testimonials Area style
====================================================================

***/

.testimonials-area { position: relative; padding: 55px 0px; width: 100%; }
.testimonials-area .auto-container { position: relative; text-align: center; }
.testimonials-area .testi-shape { position: absolute; right: 0; top: 0; width: 35%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: left top; }
.testimonials-area .carousel-outer { width: 62%; margin: 0 auto; }


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer { position: relative; color: #fff; background: #002f63; background-repeat: no-repeat; background-position: left top; }
.main-footer .footer-upper { position: relative; padding: 50px 0px 20px; }
.main-footer .footer-upper p { font-family: 'WeblySleekUISemilight'; color: #98bbe1; font-size: 15px; }
.main-footer .footer-upper .column { position: relative; margin-bottom: 20px; }
.main-footer .footer-upper .column h3 { position: relative; font-size: 24px; line-height: 30px; margin-top: 0; margin-bottom: 25px; color: #ffffff; }
.main-footer .footer-upper .links-widget li { position: relative; margin-bottom: 15px; }
.main-footer .footer-upper .links-widget li a { position: relative; display: block; font-size: 15px; color: #98bbe1; line-height: 20px; }
.main-footer .footer-upper .links-widget li a:hover { color: #ffffff; }
.footer-bottom { border-top: 1px solid #1b497c; text-align:center; padding-top: 15px; line-height: 22px; color: #8aa6c5; font-size: 14px; }


/*** 

====================================================================
	Intro Style One
====================================================================

***/

.intro-style-one{
	position:relative;
	padding:80px 0px 80px;
}

.module-title {
    text-align: center;
    margin-bottom: 40px;
}
.module-small-title { color: #ee8015; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom:20px;}
.module-small-title span { padding: 3px 7px; background: #ee8015; border-radius: 3px; color: #fff; }
.module-title h1 {
    font-family: 'WeblySleekUISemilight';
    font-size: 55px;
    color: #0f64c4;
    letter-spacing: 0;
    line-height: 58px;
    font-weight: lighter;
    margin-bottom: 0px;
}
.module-title p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 10px;
}

.intro-style-one.extended .bigger-column .inner{
	 position:relative;
	 padding:35px 25px;
	 border:6px solid #f4f4f4;	
}

.intro-style-one .featured-style-one,
.intro-style-one .bigger-column{
	margin-bottom:0px;
}

.featured-style-one{
	position:relative;
}

.featured-style-one .inner-box{
	position:relative;
    box-shadow: 0 30px 70px -30px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 10px;
}

.featured-style-one .image-box img{
	display:block;
	width:100%;
}

.featured-style-one .lower-content{
	position:relative;
	padding:10px;
}

.featured-style-one .lower-content h3{
	margin-bottom:5px;
    font-family: 'WeblySleekUISemibold';
    color: #1c93d1;
	font-size:18px;
	text-transform:capitalize;
}

.extended .featured-style-one .lower-content h3{
	margin-bottom:10px;	
}

.featured-style-one .lower-content h3 a{
	color:#181818;
}

.featured-style-one .lower-content h3 a:hover{
	color:#247fe1;	
}

.featured-style-one .lower-content .text{
	color: #434A54;
	font-size:14px;
    line-height:18px;
    text-align: justify;
    min-height: 90px;	
}

.intro-style-one.extended .lower-content .text{
	margin-bottom:15px;	
}

.featured-style-one .read-more,
.bigger-column .read-more{
	color:#247fe1;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;	
}

.featured-style-one .read-more .fa,
.bigger-column .read-more .fa{
	font-size:16px;
	font-weight:700;
	padding-left:5px;	
}

.featured-style-one .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	padding:50px 25px 20px;
	color:#ffffff;
	background:#222222;
	opacity:1;
}

.featured-style-one .overlay-box h4{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;	
}

.intro-style-one.extended .bigger-column h3{
	font-size:24px;
	line-height:32px;
	margin-bottom:25px;
}


.featured-style-one .overlay-box .text{
	font-size:14px;
	margin-bottom:20px;	
}

.intro-style-one.extended .bigger-column .text{
	font-size:15px;
	margin-bottom:35px;
}

.featured-style-one.with-hover:hover .overlay-box{
	opacity:1;
	-ms-animation-name: flipInX;
	-moz-animation-name: flipInX;
	-op-animation-name: flipInX;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-ms-animation-duration: 1200ms;
	-moz-animation-duration: 1200ms;
	-op-animation-duration: 1200ms;
	-webkit-animation-duration: 1200ms;
	animation-duration: 1200ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;		
}


/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:120px 0px 70px;
}

.team-section .team-member{
	margin-bottom:50px;	
}

.team-member{
	position:relative;
	text-align:center;
    margin-bottom:30px;
}

.team-member .inner-box{
	position:relative;
	overflow:hidden;
	max-width:500px;
	margin:0 auto;
    border-radius:10px;
    background-color:#fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07), 0 1px 18px 0 rgba(0, 0, 0, 0.06), 0 3px 5px -1px rgba(0, 0, 0, 0.1);
}

.team-member .image-box img{
	display:block;
	margin: 12px auto;	
}

.team-member .desc-content{
	position:relative;
	bottom:0px;
	padding:25px 15px;
	background:#0b3b72;
	opacity:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-member:hover .desc-content{
	bottom:-200px;
	opacity:0;	
}

.team-member h3{
	font-size:20px;
    margin: 0;
    margin-bottom: 5px;
    font-family: 'WeblySleekUISemilight';
    color: #fff;
	text-transform:capitalize;
	
}

.team-member .designation{
	font-size:15px;
	color:#ff9d3e;
    font-weight: 600;	
}

.team-member .hover-content{
	position:absolute;
	left:0px;
	bottom:-200px;
	width:100%;
    height: 100%;
	padding:10px 12px;
	background:rgba(185, 108, 27, 0.9);
	color:#ffffff;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.team-member:hover .hover-content{
	bottom:0px;	
	opacity:1;
}

.team-member .hover-content h3{
	color:#ffffff;
    font-family: 'WeblySleekUISemibold';
    margin-bottom: 0;	
}

.team-member .hover-content p{
    font-family: 'WeblySleekUISemilight';
	color:#ffffff;
    font-size:14px;
    text-align:justify;
    line-height: 18px;
    margin: 2px 0px 0px 0px;	
}

.team-member .hover-content .designation{
	margin-bottom:0px;
	color:#ffffff;	
}

.team-member .social a{
	position:relative;
	display:inline-block;
	color:#0b3b72;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;	
}


/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title{
	position: relative;
    display: flex;
    height: 300px;
    align-items: center;
	color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .15);
    z-index: 1;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background: rgba(10, 30, 66, 0.05);	
}

.page-title .auto-container{
	position:relative;
	z-index:5;	
}

.page-title h1{
	font-size:60px;
	font-weight:500;
	line-height:70px;	
}

/*** 

====================================================================
	How It works
====================================================================

***/

.work-block { position: relative; z-index: 1; text-align: center; }
.work-block .inner-box { position: relative; }
.work-block .icon-box { display: flex; align-items: center; justify-content: center; position: relative; height: 120px; width: 120px; margin: 0 auto 20px; background-color:#fff; border: 1px solid #e5e5e5; border-radius: 50%; z-index: 1; box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .071); }
.work-block:last-child .icon-box:after { left: 0; height: 0px; width: 0; content: "";}
.work-block .icon-box .count { display: flex; align-items: center; justify-content: center; position: absolute; right: 5px; top: 0; width: 35px; height: 35px; color: #fff; font-size: 18px; border-radius: 50%; background-color: #002f63; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.work-block .icon-box .icon { display: flex; justify-content: center; align-items: center; width: 80%; height: 80%; color: #ee8015; font-size: 35px; background-color:#f5f5f5; border-radius: 50%; -webkit-transition: all .3s ease; transition: all .3s ease; }
.work-block .title { position: relative;  font-family: 'WeblySleekUISemibold', Helvetica, Arial, sans-serif; color: #484848; font-size: 20px; }
.work-block .inner-box ul { }
.work-block .inner-box ul li { margin:0 0.5em 0.5em 0.5em; line-height:20px;}
.work-block .inner-box ul li:before { content: '\f0da'; font-family: 'FontAwesome'; font-size: 15px; margin-right:8px; color: #ee8015; }

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section { position: relative; padding: 40px 0px 40px; }
#map-container { width: 100%; margin: 0 auto; }
.maptxt { display: flex; position: relative; top:50px;}
.maptxt ul { position:relative; }
.maptxt ul li { font-family: 'WeblySleekUISemibold'; font-size: 15px; line-height: 20px; }
.maptxt ul li span { position: relative; float:left; width: 15px; height: 15px; margin: 5px 15px 0 0; border-radius: 50%; }
.maptxt ul li div { display:flex;}

.maptxt ul li span::after, .maptxt ul li span::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 15px; height: 15px; background: rgba(15, 100, 196, 1); border-radius: 50%; animation: grow 1s ease-in-out infinite; }
.maptxt ul li span::after { background: rgba(15, 100, 196, 0.4); }
.maptxt ul li span::after::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 15px; height: 15px; background: #5f84ff; border-radius: 50%; z-index: -1; animation: grow 1s ease-in-out infinite; }
.maptxt ul li span::before { background: rgba(15, 100, 196, .6); animation-delay: -0.5s; }
 @keyframes grow {
	 0% {
		 transform: scale(1, 1);
		 opacity: 1;
	}
	 100% {
		 transform: scale(2.5, 2.5);
		 opacity: 0;
	}
}


.master{
  color:black;
  float:right;
}

@media (max-width:900px){
  .master{
    display:none
  }
}

/*** 
=====================================================================
Design by Bhavneet Singh, M:+91 9999573439, Email:bhavneet1@gmail.com 
=====================================================================
***/