* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

/* --------------------------------------------- Font CSS --------------------------------------------- */
@font-face 
{
    font-family: MuktaMalar;
    src: url('../../fonts/MuktaMalar-Regular.ttf');
}

@font-face 
{
    font-family: Exo-Bold;
    src: url('../../fonts/Exo-Bold.ttf');
}

@font-face 
{
    font-family: Exo-Regular;
    src: url('../../fonts/Exo-Regular.ttf');
}

@font-face 
{
    font-family: Exo-SemiBold;
    src: url('../../fonts/Exo-SemiBold.ttf');
}

body
{
    font-family: 'K2D', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333333;
}

h1,h2,h3,h4,h5,h6,label,.btn,.titleDBL,.textDBL
{
	font-family: 'K2D', sans-serif;
}

.font-14
{
	font-size: 14px !important;
}

input
{
	font-family: "MuktaMalar";	
}

nav
{
	font-family: 'K2D', sans-serif;
	font-weight: 300;
}

.auth label
{
	font-size: 18px;
}

.lato
{
	color: white;
	font-size: 20px;
}

.font-blue
{
	color: #034EA1; 
	font-size: 16px; 
}

/* --------------------------------------------- General CSS --------------------------------------------- */
h4 {
	font-size: 18px;
}

@media (min-width: 768px) 
{
  .form-horizontal .control-label 
  {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

@media(max-width: 991px)
{
	.home-footer 
	{
		font-size: 15px;
	}
}

.dark-blue 
{
	background-color: #034EA2;
}

.btn-file 
{
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] 
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-dbl
{
	color: #fff;
    background-color: #034ea2;
    border-color: #034ea2;
}

.rounded25
{
	border-radius: 25px;
}

.blog-post img 
{
    max-width: 100%;
    height: auto;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th 
{
    border: none !important;
}

.home-footer 
{
	position: relative;
	margin-bottom: 20px;
	color: #034ea2;
	text-align: center;
	font-weight: 500;
}

/* --------------------------------------------- Background CSS --------------------------------------------- */
@media(min-width: 992px)
{
	.screen-background-1
	{
		background-position: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.7) 75%), url('../../img/backgrounds/home-1.jpg');
	}

	.screen-background-2 .img-pillar
	{
		max-width: 600px;
	}
	
	.screen-image
	{
		width: 200px; 
		margin-bottom: 20px;
	}

	.screen-description
	{
		font-size: 16px; 
		color: #ffffff; 
		font-weight: 300;
	}

	/* Create the parallax scrolling effect */
	.parallax-effect
	{
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(max-width: 991px)
{
	.screen-background-1
	{
		background-position: center left;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.7) 75%), url('../../img/backgrounds/home-1.jpg');
	}
	
	.screen-image
	{
		width: 110px;
		margin-bottom: 10px;
	}

	.screen-description
	{
		font-size: 13px; 
		color: #ffffff; 
		font-weight: 300;
	}
}

.bg-vacancy
{
	min-height: 100vh;
	background-image: url('../../img/backgrounds/vacancy_background.jpg');
	background-attachment: fixed;
}

.index
{
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	z-index: 10;
	height: calc(100vh - 62px);
}

.auth
{
	background-color: #221c5a;
	background-image: url('../../img/newimg/index.jpg');
	background-repeat: repeat;
	background-position: center top;
	background-size: cover;
	z-index: 10;
	min-height: calc(100vh - 54px);
	color: white;
}

.screen-background-1
{
	height: calc(100vh - 62px);
	background-color: #034EA2;
	background-repeat: repeat;
	background-size: cover;
	background-position: 30% 25%;
	z-index: 10;
}

.screen-background-2
{
	background-image: url('../../img/backgrounds/home-2.jpg');
	height: 654px;
	background-position: center;
	background-size: cover;
}

.screen-background-2 #pillar-wrapper
{
	background-color: rgba(0, 0, 0, 0.6);
}

.screen-background-3
{
	background-image: url('../../img/backgrounds/home-3.jpg');
	height: 654px;
	background-position: 66% 0%;
	background-size: cover;
}

.lastScreen
{
	background-color: #221c5a;
	background-image: url('../../img/newimg/Screen4.jpg');
	background-repeat: repeat;
	background-position: top;
	background-size: cover;
	z-index: -10;
}

.semi-transparent
{
	background: rgba(255,255,255,0.69);
	z-index: 0;
}

.box-left
{
	background-color: #034EA1;
	width: 180px;
	height: 260px;
	position: absolute; 
	z-index: -1; 
	left: 130px;
	top: 15px;
}

.box-right
{
	background-color: #034EA1;
	width: 180px;
	height: 260px;
	position: absolute; 
	z-index: -1; 
	right: 130px;
	top: 15px;
}

.transparent
{
	opacity: 0.8;
}

/* --------------------------------------------- Image CSS --------------------------------------------- */
.img-fit
{
	object-fit: cover;
	object-position: top;
	height: inherit;
	width: 100%;
}

@media(min-width: 992px)
{
	.img-tree
	{
		width: 650px; 
	}	

	.wrapper-photo-left
	{
		width: 600px;
		height: 200px;
		float: right;
	}

	.wrapper-photo-right
	{
		width: 600px;
		height: 200px;
		float: left;
	}
}

@media(max-width: 991px)
{
	.img-tree
	{
		width: 300px; 
	}

	.wrapper-photo-left
	{
		width: 100%;
		height: 200px;
	}

	.wrapper-photo-right
	{
		width: 100%;
		height: 200px;
	}
}

@media(max-width: 768px)
{
	.img-tree
	{
		margin: 0;
		width: 300px; 
	}
}

/* --------------------------------------------- Button CSS --------------------------------------------- */
.btn-radius
{
	border-radius: 20px !important;
	color: white;
}

.btn-radius.dark-blue1
{
	background-color: #ffffff !important;
	color: #034ea2 !important;
}

.index .btn-radius
{
	width: 150px;
	font-size: 20px;
	height:43px;
}

.join .btn-radius
{
	font-size: 18px;
}

a.btn-radius:hover
{
	color: white;
}

#owl-screen2 .owl-prev
{
	position: absolute;
	bottom: 40%;
	left: 5%;
}

#owl-screen2 .owl-next
{
	position: absolute;
	bottom: 40%;
	right: 5%;
}

/* --------------------------------------------- Form CSS --------------------------------------------- */
.form-rounded
{
	border-radius: 30px !important;
}

.join input
{
	border-radius: 30px !important;
	font-size: 20px;
    font-style: italic;
}

.auth input
{
	text-align: center;
}

.join i
{
	font-size: 20px;
	color: white !important;
}

.join i a
{
	color: white;
}

.join i a:hover
{
	color: white;
	text-decoration: none;
}

/* --------------------------------------------- Custom Bootstrap Class --------------------------------------------- */
@media(min-width: 992px)
{
	.w-lg-34
	{
		width: 34% !important;
	}

	.w-lg-75
	{
		width: 75% !important;
	}

	.pl-lg-10
	{
		padding-left: 10% !important;
	}

	.my-lg-5r
	{
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}

	.underline
	{
		background: #003A79; 
		width: 80px; 
		height: 8px
	}

	.wrapper-video
	{
		width: 60% !important;
		height: 404px;
		background-color: #000000;
	}

	.play-img
	{
		width: 450px;
	}

	.logo-img
	{
		width: 120px;
	}

	.titleDBL
	{
		font-size: 50px; 
		color: #003A79;
	}

	.textDBL
	{
		text-align: center;
		line-height: 40px;
		color: #ffffff; 
		font-size: 38px;
	}

	.text-home-screen
	{
		text-align: center;
		color: #034DA2; 
		font-weight: 700;
		font-size: 38px;
	}
}

@media(max-width: 991px)
{
	.underline
	{
		background: #003A79; 
		width: 80px; 
		height: 4px
	}

	.wrapper-video
	{
		width: 80% !important;
		height: 308px;
		background-color: #000000;
	}

	.logo-img
	{
		width: 100px;
	}	

	.play-img
	{
		width: 250px;
	}

	.titleDBL
	{
		font-size: 30px; 
		color: #003A79;
	}

	.textDBL
	{
		width: 100% !important;
		margin-top: 20%;
		text-align: center;
		line-height: 40px;
		color: #ffffff; 
		font-size: 28px;
	}

	p.mobile-p
	{
		text-align: left;
	}

	.text-home-screen
	{
		width: 100% !important;
		text-align: center;
		color: #034DA2; 
		font-weight: 700;
		font-size: 28px;
	}
}

@media(max-width: 768px)
{
	.wrapper-video
	{
		width: 100% !important;
		height: 208px;
		background-color: #000000;
	}
}

video
{
	width: 100%;
	height: inherit;
}

.alert-danger 
{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr 
{
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link 
{
  color: #843534;
}

#nav-right .dropdown-menu
{
	left: auto;
	right: 0;
}

.navbar .active a
{
	color: #00E8FD !important;
}

/*-------------------------------------- css for vacancy --------------------------------------------------*/
.blur
{
	background: rgba(29,100,182,0.5);
	color: #fff !important;
}

.mukta-font
{
	font-family: "MuktaMalar" !important;
}

.mukta-font h4
{
	font-family: "MuktaMalar" !important;
}

.box h4
{
	font-size: 16px !important;
}

.box span
{
	font-size: 14px !important;
}

a.btn-outline-light.btn-radius
{
	font-family: "Exo-Regular";
}

a.btn-outline-light.btn-radius:hover
{
	color: #123c78;
}

@media(min-width: 992px)
{
	.striped-border-x
	{
		border-right: 1px dashed #fff;
		border-left: 1px dashed #fff;
	}
}

@media(max-width: 991px)
{
	.striped-border-b
	{
		border-bottom: 1px dashed #fff;
	}
}

.btn-xs
{
	min-width: 100px;
	height: 25px;
	font-size: 12px;
	padding-top: .100rem;
	padding-bottom: .100rem;
}

.applied
{
	font-family: "Exo-Regular";
	font-size: 12px;
	font-weight: normal;
}

#home-gallery .owl-stage 
{
    padding-left: 0px !important;
}

.home-profile-body
{
	background-color: #EAEAEA;
}

.img-profile
{
	width: auto !important;    
	margin-bottom: -50px;
    z-index: 1;
}

/*-------------------------------------- Home Image Portfolio --------------------------------------------------*/
@media(min-width: 992px)
{
	.portfolio_images_overlay
	{
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		padding: 80px;
		margin: 0 auto;
		top:-100%;
		left: 5%;
		position: absolute;
		transition:.6s;
	}

	.portfolio_images_overlay h6
	{
		text-transform:uppercase;
		color:#fff;
		font-size:3rem;
		line-height:2.575rem;
		font-weight: 500;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	
	.portfolio_images_overlay p.description
	{
		margin-top: 5%;
		font-size: 16px;
		line-height: 23px;
		font-weight: 300;
		color:#fff;
	}

	.single_portfolio_text:hover .portfolio_images_overlay
	{
		top:0%;
		left: 0%;
	}
}

@media(max-width: 991px)
{
	.portfolio_images_overlay
	{
		width: 100%;
		background: rgba(0, 0, 0, .5);
		margin: 0 auto;
		bottom:0;
		position: absolute;
	}

	
	.portfolio_images_overlay h6
	{
		text-transform:uppercase;
		color:#fff;
		font-size:18px;
		line-height:2.575rem;
		font-weight: 500;
	}
	
	.portfolio_images_overlay p.description
	{
		margin-top: 5%;
		font-size: 13px;
		font-weight: 300;
		color:#fff;
	}
}

.single_portfolio_text
{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}

.single_portfolio_text img
{
	width:100%;
}

.portfolio_images_overlay .btn
{
	margin-top: 25px;
}

@media (min-width:769px) and (max-width:991px) 
{
	.portfolio_images_overlay 
	{
		padding: 0px;
	}
}

/*-------------------------------------- Home Our People - Carousel Section --------------------------------------------------*/

.headline-wrapper
{
    position: relative;
}

.headline-text
{
    position: absolute;
    padding-bottom: 5px;
    bottom: 0;
    padding-left: 15px;
    padding-right: 50px;
    padding-top: 10px;
    left: 0px;
    right: 0px;
    background: #0000008c;
}

.headline-post-category:hover 
{
    color: #fff;
}

.small-headline
{
	padding-right: 15px;    
	min-height: 60px;
}
.headline-text  .big-title, .headline-text  .medium-title
{
    color: #fff;
    margin-top: 5px;
	font-weight: 900;    
    text-transform: uppercase;
}

.headline-text  .small-title
{
    color: #fff;
    margin-top: 5px;
    font-weight: 300;
	font-size: 14px;
}


.headline-text  a:hover
{
    text-decoration: none;
}

.headline-text > .date
{
    font-size: 13px;
    color: white;
    font-family: "Myriad Pro Regular";
}

.img-home-responsive
{
    width: 100%;
    height: 250px;
    object-fit: cover;
}


/*-------------------------------------- Home Our People - Testimonial Section --------------------------------------------------*/
@media(min-width: 992px)
{
	.home-testimonial-section
	{
		padding-right: 50px; 
		padding-left: 50px;
	}

	.testimonial-author
	{
		font-weight: 700; 
		font-size: 24px;
	}

	#testimonial1-img, #testimonial2-img, #testimonial3-img, #testimonial4-img
	{
		position:absolute; 
		width: auto; 
	}

	#testimonial1-img
	{
		top: -40px; 
		max-height: 475px;
	}

	#testimonial2-img
	{
		top: -40px; 
		max-height: 475px;
	}

	#testimonial3-img
	{
		top: -55px; 
		max-height: 550px;
	}

	#testimonial4-img
	{
		top: -70px; 
		max-height: 525px; 
		right: 30px;
	}

	#testimonial1-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon1.png');
		background-repeat: no-repeat;
		background-size: 325px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}
	
	#testimonial2-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon2.png');
		background-repeat: no-repeat;
		background-size: 200px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}

	#testimonial3-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon3.png');
		background-repeat: no-repeat;
		background-size: 200px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}

	#testimonial4-text-wrapper
	{
		color: #034DA2; 
		font-size: 21px;
		background-image: url('../../img/testimonial/icon4.png');
		background-repeat: no-repeat;
		background-size: 250px auto;
		background-position: right bottom;

		padding-bottom: 120px;
	}
}

@media(max-width: 991px) 
{
	.testimonial-author
	{
		font-weight: 700; 
		font-size: 16px;
	}

	.small-text-wrapper
	{
		color: #034DA2; 
		font-size: 16px;
		padding-bottom: 20px;
	}
}

