html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: white;
	line-height: 30px;
	text-align: center;
}

strong {
	font-weight: 500;
}

a {
	color: #f35b3f;
	text-decoration: none;
	transition: all .3s;
}

a:hover,
a:focus {
	color: #f35b3f;
	border: 0;
	text-decoration: none;
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: #555;
	line-height: 50px;
}

h3 {
	font-size: 22px;
	font-weight: 300;
	color: #555;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	font-weight: 300;
	color: #555;
	line-height: 26px;
}

img {
	max-width: 100%;
}

.medium-paragraph {
	font-size: 18px;
	line-height: 34px;
}

::-moz-selection {
	background: #f35b3f;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #f35b3f;
	color: #fff;
	text-shadow: none;
}

.quote {
	margin-top: 300px;
}

.quote h4 {
	background-color: white;
	color: #000000;
	font-weight: 700;
}

/***** Wrapper *****/

.wrapper {
	display: block;
}


/***** Sidebar *****/

.sidebar {
	width: 250px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -255px;
	z-index: 999;
	background-image: url(../img/backgrounds/14.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .3s;
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
	text-align: left;
}

.sidebar.active {
	left: 0;
}

.dismiss {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: all .3s;
	background: #2596be;
	border-radius: 4px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	color: white;
}

.dismiss:hover,
.dismiss:focus {
	background: #3C403D;
	color: white;
}

.sidebar .logo {
	padding: 10px 20px;
	border-bottom: 2px solid #DADED4;
	transition: all .3s;
}

.sidebar .logo img {
	display: inline-block;
	width: 50px;
	height: 50px;
}

.sidebar ul.menu-elements {
	padding: 10px 0;
	border-bottom: 1px solid #DADED4;
	transition: all .3s;
}

.sidebar ul li a {
	display: block;
	padding: 10px 20px;
	border: 0;
	color: black;
	font-weight: 300;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar ul li.active>a:hover,
.sidebar ul li.active>a:focus {
	outline: 0;
	background: #DADED4;
	color: #3C403D;
}

.sidebar ul li a i {
	margin-right: 5px;
}

.sidebar ul li.active>a,
a[aria-expanded="true"] {
	background: #DADED4;
	color: #fff;
}

.sidebar ul ul a {
	background-color: #1C2833;
	color: white;
	padding-left: 30px;
	font-size: 14px;
}

.sidebar ul ul li.active>a {
	background: red;
}

.sidebar a[data-toggle="collapse"] {
	position: relative;
}

.sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.logs img {
	right: 300px;
	
	z-index: 997;
	
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.logs img {
		right: 1px;
		z-index: 997;
		width: 60%;
		
	}
}

.sidebar .dark-light-buttons {
	padding: 10px 20px 30px 20px;
	text-align: center;
}


/***** Dark overlay *****/

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(51, 51, 51, 0.7);
	z-index: 998;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.overlay.active {
	display: block;
	opacity: 1;
}


/***** Content *****/

.content {
	width: 100%;
	transition: all 0.3s;
}

.open-menu {
	position: fixed;
	top: 20px;
	left: 10px;
	z-index: 997;
	box-shadow: 3px 3px 3px red;
}

#hey {
	font-weight: 400;
	font-size: 20px;
}

#headers {
	color: white;
	font-family: 'Source Serif Pro', serif;
	font-weight: 500;
	font-size: 43px;
	text-align: center;
	text-align: center;

}

.hs h3 {
	color: #ac5f5f;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-align: left;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#headers {
		font-size: 28px;
		font-weight: 800;
	}

	#chain {
		display: none;
	}
}

#heads {
	color: red;
	font-size: 60px;
	font-weight: 500;
	font-family: 'Source Serif Pro', serif;
}

.open-menu.btn-customized,
.open-menu.btn-customized:hover,
.open-menu.btn-customized:active,
.open-menu.btn-customized:focus,
.open-menu.btn-customized:active:focus,
.open-menu.btn-customized.active:focus,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
.open-menu.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
}

.call {
	margin: 10px;
	background-color: #DADED4;
	padding-bottom: 15px;
}

.piga {
	color: red;
}

.cols a {
	margin: 2px;
	padding-left: 30px;
	font-size: 18px;
}

.cols a:hover {
	margin: 2px;
	padding-left: 30px;
	font-size: 18px;
	color: white;
}

#myValid {
	margin: 10px;
	display: none;
}

.hed h4 {
	text-align: center;
	padding-top: 15px;
	color: #202020;
	font-weight: 400;
	cursor: pointer;
}

#callBtn {
	background-color: black;
	border-color: black;
}

#callBtn:hover {
	background-color: red;
	border-color: black;
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: #5791c1;
	color: white;
	cursor: pointer;
	padding: 13px;
	border-radius: 4px;
}

/***** Buttons *****/

a.btn-customized {
	margin-left: 5px;
	margin-right: 5px;
	padding: .75rem 1.5rem;
	background: #5791c1;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	box-shadow: none;
}

a.btn-customized:hover,
a.btn-customized:active,
a.btn-customized:focus,
a.btn-customized:active:focus,
a.btn-customized.active:focus,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: black;
	background: rgb(184, 6, 6);
	border: 0;
	color: #fff;
	box-shadow: none;
}

a.btn-customized-2 {
	margin-left: 5px;
	margin-right: 5px;
	padding: .75rem 1.5rem;
	background: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 300;
	color: black;
	box-shadow: none;
}

a.btn-customized-2:hover,
a.btn-customized-2:active,
a.btn-customized-2:focus,
a.btn-customized-2:active:focus,
a.btn-customized-2.active:focus,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-2.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: #ccc;
	background: grey;
	border: 0;
	color: white;
	box-shadow: none;
}

a.btn-customized-3 {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: .75rem 1.5rem;
	background: #444;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	box-shadow: none;
}

a.btn-customized-3:hover,
a.btn-customized-3:active,
a.btn-customized-3:focus,
a.btn-customized-3:active:focus,
a.btn-customized-3.active:focus,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-3.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: #555;
	border: 0;
	color: #fff;
	box-shadow: none;
}

a.btn-customized i,
a.btn-customized-2 i,
a.btn-customized-3 i {
	margin-right: 5px;
}


a.btn-customized-4 {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0 3px;
	padding: 0;
	background: #444;
	border: 0;
	border-radius: 50%;
	font-size: 16px;
	font-weiwght: 300;
	color: #fff;
	box-shadow: none;
	text-indent: -999999px;
}

a.btn-customized-4.btn-customized-dark {
	background: #222;
}

a.btn-customized-4.btn-customized-light {
	background: #fff;
}

a.btn-customized-4.btn-customized-dark:hover,
a.btn-customized-4.btn-customized-dark:active,
a.btn-customized-4.btn-customized-dark:focus,
a.btn-customized-4.btn-customized-dark:active:focus,
a.btn-customized-4.btn-customized-dark.active:focus,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-dark.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: #555;
	border: 0;
	color: #fff;
	box-shadow: none;
}

a.btn-customized-4.btn-customized-light:hover,
a.btn-customized-4.btn-customized-light:active,
a.btn-customized-4.btn-customized-light:focus,
a.btn-customized-4.btn-customized-light:active:focus,
a.btn-customized-4.btn-customized-light.active:focus,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active,
a.btn-customized-4.btn-customized-light.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
	outline: 0;
	background: #555;
	border: 0;
	color: #fff;
	box-shadow: none;
}

/***** Top content *****/

.top-content {
	width: 100%;
	height: 60vh;
	background:
		linear-gradient(rgba(0, 0, 0, 0.5),
			rgba(0, 0, 0, 0.5)),
		url(../img/backgrounds/seminare.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
}

.top-content h1 {
	padding-top: 10px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.top-content h1 {
		padding-top: 80px;
	}
}

.top-content .description {
	padding-bottom: 20px;
	background-color: red;
	margin-top: 30px;
	margin-bottom: 30px;
	border: 5px solid white;
}

.top-content .description p {
	color: #f7f7f7;
	padding-top: 20px;
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

.top-content .description a {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.8);
}

.top-content .description a:hover,
.top-content .description a:focus {
	color: #fff;
	color: rgba(255, 255, 255, 0.8);
}


/***** Section about *****/

#new {
	background-color: red;
	border-radius: 4px;
	border: 1px solid red;
	font-size: 13px;
	padding: 10px;
	margin-right: 80%;
}

#new:hover {
	background-color: black;
	border: 3px solid red;
}

ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
	background-color: #eee;
	margin-top: 40px;
}

ul.breadcrumb li {
	display: inline;
	font-size: 14px;
	color: rgb(24, 23, 23);
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a:hover {
	color: #01447e;
}

#j2,
#j3,
#j4,
#bj4,
#bj2,
#bj3 {
	display: none;
}

.apply {
	padding-bottom: 40px;
}
#service-1{
	background-color: #f6f5f3;
}
.apply{
	background-color: #f6f5f3;
}
#applie{
	background-color: #f6f5f3;
	padding-bottom: 40px;
}
.card-footer{
	background-color: #f6f5f3;
}
#jobs{
	background-color: #f6f5f3;
	border-color: #f6f5f3;
}
/*career*/
.apply-card {
	background-color: #ebf6f5;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 5px 3px 2px rgb(189, 180, 180);
	width: 350px;
}
#csr{
	margin-top: 10px;
	border-radius: 5%;
	box-shadow: 10px 10px 5px #aaaaaa;
	
}
#csr-im img{
	border-radius: 5%;
	
}
#csr-im{
	max-height: 360px;
	border-radius: 5%;
}
#csr-b{
	background-color: #5791c1;
	float: left;
	border-radius: 5%;
}
#csr-b h3{
	color: white;
}
#csr-b p{
	color: white;
}
.apply-card:hover {
	box-shadow: none;
	border: 1px solid green;
}

.apply-head h3 {
	color: black;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

.apply-card:hover .apply-head h3 {
	color: green;
	text-decoration: underline;
}

.nu {
	background-color: #D0D3D4;
	padding: 5px;
	color: #0049B7;
	font-weight: 400;
	border-radius: 20%;
}

.apply-body {
	text-align: left;
}

#jobs {
	padding: 15px;
	margin-top: 15px;
}

.card-head h3 {
	text-align: left;
	color: #0049B7;
	font-weight: 500;
}

#job-t {
	padding: 20px;
}

.job-head h4 {
	text-align: left;
	color: #000000;
	font-weight: 400;
}

.job-p p {
	text-align: justify;
	color: #101010;
	font-size: 15px;
}

.job-list li {
	text-align: left;
	color: #101010;
	font-size: 13px;
}

#n {
	background-color: #5791c1;
	border-radius: 4px;
	border: 1px solid #5791c1;
	font-size: 13px;
	padding: 15px;

}

#n:hover {
	background-color: #e52636;
	border: 3px solid #e52636;
}

#job-list li {
	text-align: left;
	color:  #5791c1;
	font-size: 15px;
	font-weight: 700;
}

.lis {
	color: #000000;
	font-size: 15px;
	font-weight: 300;
}

.sect-head h3 {
	color: #01447e;
	text-align: left;
	font-family: 'Noto Sans SC', sans-serif;
	padding-top: 20px;
	font-weight: 500;
	font-size: 22px;
}
#info{
	background-color: #e9e7e5;
	padding-bottom: 40px;
}
/*testimonials*/

.testimonial{
    text-align: inherit;
}
#dems{
	background-color: #ebf6f5;
	padding: 50px;
}
.demo
{
	padding: 80px 0;
	background-image: linear-gradient(160deg, #e05a2c 0%, #3975b1 100%);
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #0c4767;
    margin: 0 0 70px 0;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description{
    font-size: 14px;
    color: #333232;
    line-height: 27px;
    position: relative;
    margin: 0;
}

.myHead h2{
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: #01447e;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: red;
    line-height:33px;
    border: 2px solid #000000;
}
.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid black;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid red;
}@charset "utf-8";



/* footer style*/

.footer {
	padding: 50px 0;
	color: #f7f7f8;
	background-image: linear-gradient(to right top, #e15a29, #5891c0, #292c34, #292c34, #26272b, #222325, #1e1e1f, #1a1a1a, #151515, #101010, #080808, #5891c0);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 16px;
	text-align: left;
	font-family: 'Noto Sans SC', sans-serif;
	color: #e52636;
	font-weight: 700;
	text-decoration: none;
}

.footer ol {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0;
	text-align: left;
}

.footer ol a {
	color: inherit;
	text-decoration: none;
	opacity: 0.6;

}

.foot-log img {
	width: 80%;
	height: auto;
	padding-top: 20px;
}

.footer ol a:hover {
	opacity: 0.8;
}

@media (max-width:767px) {
	.footer .item:not(.social) {
		text-align: center;
		padding-bottom: 20px;
	}
}

.footer .item.text {
	margin-bottom: 36px;
}

@media (max-width:767px) {
	.footer .item.text {
		margin-bottom: 0;
	}
}

.footer .item.text p {
	opacity: 0.6;
	margin-bottom: 0;
}

.footer .item.social {
	text-align: center;
}

@media (max-width:991px) {
	.footer .item.social {
		text-align: center;
		margin-top: 20px;
	}
}

.footer .item.social>a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
	margin: 0 8px;
	color: #fff;
	opacity: 0.75;
}

.footer .item.social>a:hover {
	opacity: 0.9;
}

.footer .copyright {
	text-align: center;
	padding-top: 24px;
	opacity: 0.3;
	font-size: 13px;
	margin-bottom: 0;
}













/*testimonials*/

.testimonial{
    text-align: inherit;
}
#dems{
	background-color: #ebf6f5;
	padding: 50px;
}
.demo
{
	padding: 80px 0;
	background-image: linear-gradient(160deg, #e05a2c 0%, #3975b1 100%);
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.testimonial .pic img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonial .testimonial-title{
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    color: #0c4767;
    margin: 0 0 70px 0;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.testimonial .testimonial-title small{
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

.testimonial .description{
    font-size: 14px;
    color: #333232;
    line-height: 27px;
    position: relative;
    margin: 0;
}

.myHead h2{
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: #01447e;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: fontawesome;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 46%;
    font-size: 20px;
    color: red;
    line-height:33px;
    border: 2px solid #000000;
}

.owl-theme .owl-controls .owl-page span{
    background: #fff;
    border: 2px solid black;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span{
    border: 2px solid red;
}@charset "utf-8";





/***** Section 3 *****/

@media (max-width: 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}

	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}


/* section partners */
#partners {
	background-image: url(../img/backgrounds/11.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 60px;
}

@media (min-width: 768px) {

	.carousel-inner .carousel-item-right.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33.333%);
	}

	.carousel-inner .carousel-item-left.active,
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33.333%);
	}
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
	transform: translateX(0);
}


.section-3-box {
	margin-top: 30px;
	text-align: left;
}

.section-3-box .section-3-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: #f35b3f;
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
}

.section-3-box h3 {
	margin-top: 0;
	padding: 0 0 10px 0;
}





/***** Section 2 *****/
#expertize p {
	text-align: justify;
	color: white;
	font-size: 17px;

}
.gQuote{
	padding-top: 40px;
	padding-bottom: 40px;
}
#gCard{
	background-color: rgb(26, 24, 24);
}
#gBody h5{
	color: white;
}
#gBody h5:hover{
	color: red;
}
#news-t {
    background-color: #2596be;
    border-radius: 4px;
    border: 1px solid #2596be;
    font-size: 13px;
    padding: 15px;
	margin-top: 50px;

}
#news-t:hover {
    background-color: black;
    border: 3px solid red;
}
#jumbs{
	display: none;
}
.J-head h2 {
    font-weight: 400;
}
.J-body p {
    text-align: left;
    color: black;
}
#news-tc {
    background-color: white;
    border-radius: 4px;
    border: 1px solid #3b76b3;
    font-size: 13px;
    padding: 15px;
	color: #3b76b3;

}

#news-tc:hover {
    background-color: red;
    border: 3px solid #3b76b3;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    #news-t{
        margin-bottom: 15px;
		margin-top: 20px;
    }
	#new{
		margin-right: 76%;
	}
	#gBody h5{
		font-size: 14px;
	}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
	#new{
		margin-right: 68%;
	}
	.card{
		margin: 20px;
	}
	#jumbs{
		margin-top:15px;
	}
}
/* Styling Key Points */
.key-points {
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    color: #555;
}

.key-points li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.key-points li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #007bff;
    font-weight: bold;
}
.custom-padding {
	padding-top: 10px;
}