@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Coda+Caption:800&display=swap');
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight:600;
}
h1, h2{
	font-family: sans-serif;
    text-transform: uppercase;
}
 
.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'ui-sans-serif', sans-serif;
    margin-left: 10px;
    position: fixed; 
    left: 0;
}
.navbar-dark .navbar-brand span{
    color: #2d318a !important;
    font-size: x-large;
    font-family: sans-serif;
    font-weight: bolder;
}
.bg-primary{
	color:#fff !important;
	background-color: #13a9e2 !important;
}
.btn-primary{
	color: #fff !important;
	/*border-color: #14578f !important;
	background: #14578f;*/
	border-color: #2d318a !important;
	background: #2d318a;

}
.text-primary{
	color:#e68b0de8 !important
}
.bg-dark{
	 /* background-color: #f1ad50 !important; */
}
header{
  /* padding: 70px 0 100px; */
} 
.navbar .navbar-nav .nav-item .nav-link {
    color: #2d318a;
    font-size: 13px;
    font-weight: 600;
    padding: 0.625rem 1.25rem;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: sans-serif;
}
::-moz-selection {
  color: #fff;
  background-color: #490bf9;
}

::selection {
  color: #fff;
  background-color: #490bf9;
}

.bg-primary ::-moz-selection {
  color: #490bf9;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #490bf9;
  background-color: #fff;
}
  
.bg-overlay, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.text-primary{
	/*color: #14578f !important;*/
	color:#fff !important;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.hero-content{
	
}
.inner-page{
    background: #006bdf;
}  

.price-card .card-body ul li{
	line-height:38px;
}
.contact-info i{
	font-size:24px;
}
.team-dp ul{
	display:bock;
	margin:0 auto;
	padding:0;
}
.team-dp{
	text-align:center;
	display:bock;
}
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-caption {
    /*position: absolute;
    left: 10px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: left;
    top: 50%;
    max-width: 900px;*/
    
    position: absolute;
    left: 132px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    top: 55%;
    max-width: 950px;
    text-align: center;
}
  .carousel-indicators li {
    height: 7px;
    border-radius: 0;
    overflow: hidden;
    width: 52px;
    background:#ED2025;
    padding: 0;
    margin: 25px 2px;
    border: 0 solid #333;
}
  .carousel-caption h2{
    font-size: 27px;
    color: #fff;
    padding: 10px;
	 }
   .carousel-caption p{
	  font-size:22px;
  }
  .carousel-item .container{ 
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
  }
  .btn-outline-primary {
    color: #f1ad50;
    border-color: #f1ad50;
}
.btn-outline-primary:hover {
    color: #333;
    background-color: #f1ad50;
    border-color: #f1ad50;
}
.card-body { 
    background: #fff !important;
}
.card-body h5{
	font-size:15px;
	color: #2d318a;
}
.card{
	    border-bottom: 5px solid #2d318a !important;
	    color:#000;
	    height: 410px;
}
.card-body p{
	font-size:13px;
}
.price-card {
    color: #fff;
}
.bg-dark {
    background-color: #3b3b3b !important;
}
.navbar-dark .navbar-toggler {
    color: #3c3c3c;
    border-color: #f1ad50;
}
.wt-blockquote-v2::before { 
    color: #f1ad50; 
}
.navbar-collapse { 
    padding: 40px 0 0px 0;
    margin-right:-10px;
    position:fixed; 
    right: 0;
}

@media only screen and (max-width: 600px) {
.carousel-caption h2 {
    font-size: 19px;
    color: #f1ad50;
}
.carousel-caption p {
    font-size: 14px; 
	font-weight:bold;
}
}


/*My Code*/
.lead{
    font-size: 1rem !important;
    font-weight: 300;
}

.h5, h5 {
    font-size: 1rem;
}

video{
     width: 100%    !important;
    /*height: auto   !important;*/
     /*margin-top: -65px;
     margin-bottom: -28px;*/
}

.bkgrd{
    z-index: 999999;
    border-radius:3px; 
    position: relative;
    height:370px;
    border-radius: 20px!important;
}

.bkgrd a{
   color:#fff;
}

.bkgrd img{
   
    border-radius: 20px!important;
}

/* Bottom to Top Move
.overlayps {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 97, 144, 0.9);
  overflow: hidden;
  width: 260px;
  height: 60px;
  transition: .5s ease;
  border-left: 4px solid #ED2025;
  color:#fff;
  border-radius:20px;
  padding:10px 25px;
}*/

/* Top to Bottom Move*/
.overlayps {
    position: inherit;
    bottom: 395px;
    left: 7px;
    right: 0;
    background-color: #14578f;
    overflow: hidden;
    width: 260px;
    height: 70px;
    transition: .5s ease;
    border-left: 4px solid #ED2025;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}

.bkgrd:hover .overlayps {
  height: 100%;
}

.textps {
  color: #fff !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


.bkgrd1{
  position: relative;
  width: 100%;
}

.bkgrd1:hover .img {
  opacity: 0.3;
  border-radius: 20px!important;
}

.bkgrd1:hover .overlayps1 {
  opacity: 1;
  border-radius: 20px!important;
}

/* Top to Bottom Move*/
.overlayps1 {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.bkgrd1:hover .overlayps1 {
  height: 100%;
}

.textps1 {
    /*color: #fff !important;
    font-size: 20px;
    position: absolute;
    top: 28%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #14578f;
    border-radius: 20px;*/
    
    background-color: #14578f;
    color: white;
    font-size: 16px;
    width: 280px;
    border-radius: 15px;
}



/*** 

====================================================================
	1.Font area
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');


/*** 

====================================================================
	2.Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	3.Global Settings
====================================================================

 ***/

body {
	/*font-family: "sans-serif", open Sans;
	font-size: 14px;*/
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
    color: #000;
}



a{
	text-decoration:none;
	cursor:pointer;
	color:#333;
}

a:hover,a:focus{
	text-decoration:none;
	outline:none;
	/*color: #EECA1D;*/
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}


@-webkit-keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
	100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
	}
}

@-webkit-keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	0% {
			opacity: 1;
	}
	100% {
			opacity: 0;
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
	}
}



/*======== single what we do  Styles ===========*/

.single-what-we-do {
	padding: 0;
	padding-bottom: 30px;	
}
.single-what-we-do .img-wrap,
.single-what-we-do.content-left .content {
	float: left;
}
.single-what-we-do .content,
.single-what-we-do.content-left .img-wrap {
	float: right;
}
.single-what-we-do .img-wrap {
	width: 50%;
	overflow: hidden;
	position: relative;
}
.single-what-we-do .img-wrap img {
	transform: scale(1);
	transition: all 0.5s;
}
.single-what-we-do:hover .img-wrap img {
	transform: scale(1.1);
}
.single-what-we-do:hover .img-wrap .overlay {
	transform: scale(1.1);
}
.single-what-we-do .img-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 97, 144, 0.9);
	opacity: 1;
	z-index: 9;
	transform: scale(0.0);
	transition: all 0.5s;
}
.single-what-we-do .img-wrap .overlay .link {
	display: table;
	width: 100%;
	height: 100%;
}
.single-what-we-do .img-wrap .overlay a {
	position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.single-what-we-do.content-left .content {
	padding-left: 38px;
	padding-right: 38px;
}
.single-what-we-do .content {
	padding: 20px 20px 0 38px;
	position: relative;
	width: 50%;
	border: 1px solid #F5F5F5;
	padding-bottom: 38px;
	height:300px;
}
.single-what-we-do .content h2 {
	font-weight: bold;
	color: #2C2C2C;
	line-height: 55px;
	margin: 0;
}
.single-what-we-do .content:hover h3 {
	color: #FAB226;
}

.single-what-we-do .content a {
	color: #FDBA38;
	font-size: 12px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
}
.single-what-we-do .content a:hover {
	text-decoration: underline;
}
.single-what-we-do.content-left .content:after {
	left: auto;
	right: -34px;
	transform: rotate(180deg);
}
.single-what-we-do .content:after  {
	background: url(arrow.png) no-repeat 0 0;
	width: 34px;
	height: 320px;
	content: ' ';
	position: absolute;
	top: -6px;
	left: -34px;
	z-index: 9;
}
.featured-services .container-box {
	padding-left: 0;
	padding-right: 0;
}

/*** 

====================================================================
	32.Theme Margin And Padding
====================================================================

***/

/*Padding*/
.pn {
	padding: 0;
}
.p-all{
	padding: 19%;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 30px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.p70 {
	padding: 70px;
}
.p80 {
	padding: 80px;
}
.p90 {
	padding: 90px;
}

/*// Padding None*/
.pln {
	padding-left: 0;
}
.prn {
	padding-right: 0;
}
.ptn {
	padding-top: 0 !important;
}
.pbn {
	padding-bottom: 0 !important;
}

/*// Padding Top*/
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}
.pt80 {
	padding-top: 80px;
}
.pt90 {
	padding-top: 90px;
}
.pt100 {
	padding-top: 100px;
}
.pt200 {
	padding-top: 200px;
}

/*// Padding Bottom*/
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb70 {
	padding-bottom: 70px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb90 {
	padding-bottom: 90px;
}
.pb100 {
	padding-bottom: 100px;
}
.pb110 {
	padding-bottom: 110px;
}
.pb120 {
	padding-bottom: 120px;
}
.pb130 {
	padding-bottom: 130px;
}
.pb140 {
	padding-bottom: 140px;
}
.pb200 {
	padding-bottom: 200px;
}

/*// Margin Right*/
.prn {
	padding-right: 0;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}

.pr100 {
	padding-right: 100px;
}

.pr200 {
	padding-right: 200px;
}

/*// Margin Right*/
.pln {
	padding-left: 0;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pl20 {
	padding-left: 20px;
}
.pl30 {
	padding-left: 30px;
}
.pl40 {
	padding-left: 40px;
}
.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}
.pl200 {
	padding-left: 200px;
}

/*// Margin None*/
.mln {
	margin-left: 0;
}
.mrn {
	margin-right: 0;
}
.mtn {
	margin-top: 0 !important;
}
.mbn {
	margin-bottom: 0;
}
/*// Margin Top*/
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: -50px;
	z-index: 99;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
/*// Margin Bottom*/
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
.mb110 {
	margin-bottom: 110px;
}
.mb120 {
	margin-bottom: 120px;
}


/*// Margin Right*/
.mrn {
	margin-right: 0;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}

/*// Margin Right*/
.mln {
	margin-left: 0;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}




/* Slider */
.sld{
    border: 2px solid #ccc;
    border-radius: 10px;
    /*padding: 15px 18px;
    margin-bottom: 50px;*/
    width: 280px;
    margin-left: 13px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.dropdown {
  position: relative !important;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: auto important;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 10px;
    color: #2d318a;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 900;
    font-family: sans-serif;
    text-align: left !important;
    font-size: 13px;
    line-height: 2;
}

.dropdown:hover .dropdown-content {
  display: block;
  color:#ED2025 !important;
}


.arw {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


.btn-outline-dark {
    color: #343a40;
    border-color: #2d3192;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #ED2025;
    border-color: #2d3192;
}

.btn:hover{
 background-color: #ED2025;
 border-color: #2d3192;
}

.text-muted {
    color: #000!important;
    text-align: justify;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.6rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: bold !important;
    font-family: 'Open Sans' !important;
}




.is-next {
    right: 10px;
}
.is-next, .is-prev {
    padding: 5px 5px 15px;
    font-size: 50px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -36px;
    width: 35px;
    color: #FFF;
    display: inline-block;
    line-height: 100%;
    background: rgba(0, 0, 0, 0.35);
}



.bounceArrow1{position:absolute;
    bottom: 132px;
    left: 1290px;
    right:0;
    width:38px;
    height:38px;
    z-index:9;
    background:transparent url(../../assets/img/arrowBounce.png) no-repeat center top;
    margin:0 auto;
    cursor:pointer;}
/*@media(max-width:767){.bounceArrow1{display:none}}*/
.bounce{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-7px)}60%{transform:translateY(-7px)}}

 @media only screen and (max-width: 736px) {
.bounceArrow1{display:none}
.bounceArrow1{position:absolute;
    bottom: 132px;
    left:0;
    right:0;
    width:38px;
    height:38px;
    z-index:9;
    background:transparent url(../../assets/img/arrowBounce.png) no-repeat center top;
    margin:0 auto;
    cursor:pointer;}
    
    span .navbar-nav{
    /*display: -ms-flexbox;
    display: block;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin: 42px;
    list-style: none;
    line-height: 1;*/
        
    flex-direction: row;
    padding-left: 0;
    display: flex !important;
    margin: 0;
    list-style: none;
    line-height: 1;
    width: 300px;
    font-size: 0px;
    flex-wrap: wrap;   
    }
    
    .navbar-collapse {
    padding: 40px 0 0px 0;
    margin-right: -10px;
    position: relative;
    right: 0;
}

.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'ui-sans-serif', sans-serif;
    position: relative;
    left: -17px;
}

.navbar-brand img{
    width: 312px;
    height: 35px;
}

.overlayps {
    position: inherit;
    bottom: 395px;
    left: 41px;
    right: 0;
    background-color: #14578f;
    overflow: hidden;
    width: 260px;
    height: 70px;
    transition: .5s ease;
    border-left: 4px solid #ED2025;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}

.imageBlock img{
    display:inline-block !important;
    width: 250px !important;
    float:left !important;
}

.vl {
  display:none;
}

.why{
    color: #2d318a;
   float: left !important; 
}
     
 .navbar {
    /* background: transparent !important; */
    background: #fff;
    /*padding: 10px 0;*/
    padding: 15px 0;
}  

.carousel-indicators li {
    height: 7px;
    border-radius: 0;
    overflow: hidden;
    width: 16px;
    background: #ED2025;
    padding: 0;
    margin: 25px 2px;
    border: 0 solid #333;
}
     
.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
    color: #2d318a!important;
    font-weight: bold;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
    margin-bottom: 2rem;
}
.spc {
    margin-top: 15px;
}

}
 
  @media only screen and (max-width: 320px){
          
.navbar-brand img {
   width: 218px !important;
    height: 31px;
}
.spc {
    margin-top: 15px;
}

.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'ui-sans-serif', sans-serif;
    position: relative;
    left: -17px;
}

.overlayps {
    position: inherit;
    bottom: 395px;
    left: 0px !important;
    right: 0;
    background-color: #14578f;
    overflow: hidden;
    width: 260px;
    height: 70px;
    transition: .5s ease;
    border-left: 4px solid #ED2025;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}

      
 }

@media only screen and (max-width: 375px){
          
.navbar-brand img {
   width: 273px;
    height: 31px;
}
.spc {
    margin-top: 15px;
}
.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'ui-sans-serif', sans-serif;
    position: relative;
    left: -17px;
}

.overlayps {
    position: inherit;
    bottom: 395px;
    left: 20px;
    right: 0;
    background-color: #14578f;
    overflow: hidden;
    width: 260px;
    height: 70px;
    transition: .5s ease;
    border-left: 4px solid #ED2025;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}
      
 }
 
 
@media only screen and (max-width: 411px){
          
.navbar-brand img {
    width: 273px;
    height: 35px;
} 
.navbar-dark .navbar-brand {
    color: #303030 !important;
    font-family: 'ui-sans-serif', sans-serif;
    position: relative;
    left: -17px;
}

 }
 
 @media only screen and (max-width: 360px){
          
.navbar-brand img {
    width: 258px;
    height: 35px;
} 
 }
 
 
@media (min-width: 320px) and (max-width: 640px){
.imageBlock img{
    display:inline-block !important;
    width: 220px !important;
    float:left !important;
    
}

.cd-timeline__date {
    color: hsla(207, 10%, 55%, 0.7);
    color: #2d318a!important;
    font-weight: bold;
}

.pt-3, .py-3 {
    padding-top: 1rem!important;
    margin-bottom: 2rem;
}

.bannerTop {
    min-height: 200px!important;

}
}


.bounceArrow2{position:absolute;
    bottom: 132px;
    left: 1290px;
    right:0;
    width:38px;
    height:38px;
    z-index:9;
    background:transparent url(../../assets/img/arrowBounce.png) no-repeat center top;
    margin:0 auto;
    cursor:pointer;}
@media(max-width:767){.bounceArrow2{display:none}}

/*map {position: relative; display: block;} /* block to make it work in webkit browsers*/
/*area {display: block; cursor: -webkit-grabbing;} /* to make it work in webkit browsers*/
/*.doit1 {
    position: absolute;
    top: -200px;
    left: 406px;
    display: none;
}
.doit2 {
    position: absolute;
    top: -210px;
    left: 480px;
    display: none;
}
.doit3 {
    position: absolute;
    top: -178px;
    left: 309px;
    display: none;
}
.doit4 {
    position: absolute;
    top: -115px;
    left: 500px;
    display: none;
}
.doit5 {
    position: absolute;
    top: -170px;
    left: 411px;
    display: none;
}
.doit6 {
    position: absolute;
    top: -161px;
    left: 396px;
    display: none;
}


.doit7 {
    position: absolute;
    top: -230px;
    left: 110px;
    display: none;
}

.doit8 {
   position: absolute;
    top: -300px;
    left: 20px;
    display: none;
}
area:hover + div {display: block;}*/


.tmenu{
    font-weight:100 !important;
    color:#000 !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
} 

 .tpmin {
                float: right !important;
                /*margin: -35px -625px 0px 55px;
                margin: -35px -610px 0px 210px;*/
                margin: -35px -610px 0px 35px;
            }


            
.vl {
  border-left: 1px solid #97c1e2;
  height: 205px;
}            

.why{
   color: #2d318a;
   float: right; 
}


@media only screen and (max-width:280px){
.navbar-brand img {
    width: 178px !important;
    height: 31px;
}
}

@media only screen and (max-width: 768px){
.sld {
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 165px;
    margin-left: 13px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

}

@media only screen and (max-width: 768px){
    .card-body h5 {
    font-size: 11px;
    color: #2d318a;
    line-height: 1.2 !important;
}
.card-body p {
    font-size: 10px;
}

}



@media only screen and (max-width: 1688px){
    
.card{
	    border-bottom: 5px solid #2d318a !important;
	    color:#000;
	    height: 420px;
	    width:220px;
    }
.h5{
   line-height: 1.3 !important; 
  margin-bottom: 0.5rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.cd-timeline__container {
    position: initial !important;
    padding: 1.25em 0 !important;
    padding: 0px !important;
}

.cd-timeline__container::before {
    content: '' !important;
    position: absolute !important;
    top: 250px !important;
    width: 4px !important;
    background: hsl(205, 38%, 89%) !important;
    height: 4850px !important;
}


.sld {
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 220px;
    margin-left: 13px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

 .wt-blockquote-v2__image {
    width: 10rem;
    height: 10rem;
}

}

@media only screen and (min-width: 1366px){
    
    .cd-timeline__container {
    position: initial !important;
    padding: 1.25em 0 !important;
    padding: 0px !important;
}

.cd-timeline__container::before {
    content: '' !important;
    position: absolute !important;
    top: 250px !important;
    width: 4px !important;
    background: hsl(205, 38%, 89%) !important;
    height: 3980px !important;
}

.sld {
    border: 2px solid #ccc;
    border-radius: 10px;
    width: 280px;
    margin-left: 13px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.card{
	    border-bottom: 5px solid #2d318a !important;
	    color:#000;
	    height: 420px;
	    width:auto;
    }

.h5{
   line-height: 1.6 !important; 
  margin-bottom: 0.5rem;
}

}
