html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #888;
	line-height: 30px;
	text-align: center;
}

strong {
	font-weight: 500;
}

a {
	color: #f35b3f;
	text-decoration: none;
	transition: all .3s;
}
label{
	color: white;
}
a:hover,
a:focus {
	color: #f35b3f;
	border: 0;
	text-decoration: none;
}

h1,
h2 {
	margin-top: 10px;
	font-size: 38px;
	font-weight: 100;
	color: whtie;
	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;
}

/***** 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;
}

.dismiss:hover,
.dismiss:focus {
	background: #3C403D;
	color: #e52636;
}

.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: black;
	font-family: 'Source Serif Pro', serif;
	font-weight: 500;
	font-size: 43px;
	padding-bottom: 90px;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	#headers {
		font-size: 30px;
		font-weight: 800;
		margin-top: 60px;
	}
	#chain {
		display: none;
	}
}



.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: 20px;
}

.cols a:hover {
	margin: 2px;
	padding-left: 30px;
	font-size: 18px;
	color: black;
}

#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: #e05a2c;
	
	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: #e05a2c;
	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/17.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	background-attachment: fixed;
}

.top-content h1 {
	padding-top: 180px;
}

@media screen and (min-width: 480px) and (max-width: 500px) {
	.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 *****/
.section-0 {
	height: 100vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.about-img {
	width: 100%;
	height: 45vh;
	background-image: url(../img/backgrounds/t1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #e05a2c;
}
.about-img2 {
	width: 100%;
	height: 45vh;
	background-image: url(../img/backgrounds/t2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #e05a2c;
}
.about-img3 {
	width: 100%;
	height: 45vh;
	background-image: url(../img/backgrounds//t3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #e05a2c;
}

.about-text {
	
	width: 40%;
	margin-top: 30px;
	margin-left: 10px;
	padding: 10px;
	color: white;
}

.about-text h3 {
	color: white;
	font-weight: 800;
}

.section-1-box {
	padding-top: 30px;
	text-align: left;
}

#rights {
	background-color: white;
	margin-top: 60px;
}

#rights:hover {
	box-shadow: 0 8px 16px 0 #6E2C00;
}

.small h5 {
	color: #1F618D;
	font-size: 13px;
	text-align: left;
	padding-top: 10px;
}

.bigger h3 {
	color: black;
	text-align: left;
	font-family: 'Noto Sans SC', sans-serif;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.para p {
	color: black;
	text-align: justify;
	font-size: 17px;
}

#new {
	background-color: #5791c1;
	border-radius: 4px;
	border: 1px solid #5791c1;
	font-size: 13px;
	padding: 10px;
	margin-right: 80%;
}

#new:hover {
	background-color: #e05a2c;
	border: 3px solid #e05a2c;
}
#newm {
	background-color: #5791c1;
	border-radius: 4px;
	border: 1px solid #5791c1;
	font-size: 13px;
	padding: 10px;
	margin-top: 15px;
	margin-left: 10px;
}

#newm:hover {
	background-color: #e05a2c;
	border: 3px solid #e05a2c;
}
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;
}

/***** Section services *****/
#section-1 {
	background-image: url(../img/backgrounds/26.jpg);
	padding-bottom: 70px;
}

.services-text {
	color: black;
}

#headingOne p {
	text-align: left;
	color: #B73225;
}

#accod {
	background-color: #DCE1E3;
	border-color: #DCE1E3;
}

#accods {
	background-color: #F3F3F3;
	border-color: #DCE1E3;
}

.card-body p {
	text-align:unset;
	font-size: 12px;
}

.myHead {
	padding-top: 30px;
}

.myHead {
	padding-top: 50px;
	padding-bottom: 60px;
}

.myHead h3 {
	color: black;
	font-weight: 800;
}

#arrow {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}

#arrow2 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}

#arrow3 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}
#arrow4 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}
#arrow5 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}
#arrow6 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}
#arrow7 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}
#arrow8 {
	font-size: 30px;
	border-radius: 50%;
	margin-left: 80%;
	color: #e05a2c;
	background-color: white;
	display: none;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
	.card {
		margin: 10px;
	}

	#bods {
		margin: 10px;
	}
}
@media screen and (min-width: 767px) and (max-width: 2000px) {
	.about-img{
		height: 90%;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	#new{
		margin-right: 68%;
	}
	.card{
		margin: 17px;
	}
	#jumbs{
		margin-top:15px;
	}
	#newm{
		margin-left: 10px;
	}
}


#first_cards {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}

#cards2 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}

#cards3 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}

#cards4 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}
#cards5 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}
#cards6 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}
#cards7 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);
}
#cards8 {
	box-shadow: 0 4px 8px 0 #e15a29;
	transition: 0.3s;
	border-radius: 10px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right top, #5891c0, #3975b1, #3975b1, #5891c0);

}

#first_cards:hover {
	box-shadow: 0 8px 16px 0 d00607;
}

#cards2:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}

#cards3:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}

#cards4:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}
#cards5:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}
#cards6:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}
#cards7:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}
#cards8:hover {
	box-shadow: 0 8px 16px 0 #e15a29;
}


.card-title h3 {
	font-family: 'Noto Serif', serif;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: white;
}

.card-body p {
	color: white;
	padding-bottom: 10px;
}

.mafooter {
	margin-bottom: -50px;
}

.top-em {
	margin-top: 40px;
	color: white;
}

/***** 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;
	}
}
/***** 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;
}
/*testimonials*/



/* 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";
/* CSS Document */
.alert{
	background-color:  #e5eaf5;
	padding: 10px;
	display: none;
}
.alert h4{
	color: #000000;
	font-size: 17px;
	font-weight: 500;
}
.alert:hover{
	background-color:  #a0d2eb;
	padding: 10px;
}
.alert .close{
	color: red;
	opacity: 1;
	margin-right: 10px;
}


#info {
    background-color: #DCE1E3;
   
}
/* 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;
}








  
  /* Position the image container (needed to position the left and right arrows) */
  .container1{
    position: relative;
  }
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  
  /* Add a pointer when hovering over the thumbnail images */
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Container for image text */
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Six columns side by side */
  .column {
    float: left;
    width: 16.66%;
  }
  
  /* Add a transparency effect for thumnbail images */
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }