 /* fonts */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    padding: 0;
    margin: 0;
    outline: none;

}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

}
::-webkit-scrollbar {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    /* text-align: justify; */
    color: #000;
}

.section-padding {
    margin: 100px 0;
    /* margin: 10px 0; */
	/* margin-bottom:200px; */
	margin-bottom:35px;
}

.nav-link:focus,
.nav-link:hover {
    color: crimson;
}
.banner-social li a:hover{
	color:#3c9ac8 !important;
}


/* angle background */

.hero-bg {
    height: auto;
    transform: skewY(-8deg);
    transform-origin: 100%;
    margin-top: -200px;
    padding-top: 150px;
    position: relative;
    top: 0;
    padding-bottom: 150px;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    margin-bottom: 0px;
    background: #DC1F5C;
    background: -webkit-linear-gradient(104.79deg, #DC1F5C -20%, #1c4066 125%);
    background: -o-linear-gradient(104.79deg, #DC1F5C -20%, #4E008E 125%);
    background: linear-gradient(104.79deg, #DC1F5C -20%, # 125%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#DC1F5C', endColorstr='#4E008E', GradientType=0);
}

.hero-bg-industries {
    height: auto;
    transform: skewY(-8deg);
    transform-origin: 100%;
    z-index: -1;
    margin-top: 0px;
    padding-bottom: 150px;
    padding-top: 100px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    color: #fff;
    margin-bottom: -100px;
    background: #DC1F5C;
    background: -webkit-linear-gradient(104.79deg, #DC1F5C -20%, #4E008E 125%);
    background: -o-linear-gradient(104.79deg, #DC1F5C -20%, #4E008E 125%);
    background: linear-gradient(104.79deg, #DC1F5C -20%, #4E008E 125%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#DC1F5C', endColorstr='#4E008E', GradientType=0);
}

.unrotate {
    -webkit-transform: skewY(8deg);
    -o-transform: skewY(8deg);
    transform: skewY(8deg);
    -webkit-backface-visibility: hidden;
}

.industries-unrotate {
    /* -webkit-transform: skewY(8deg); */
    /* -o-transform: skewY(8deg); */
    /* transform: skewY(8deg); */
    -webkit-backface-visibility: hidden;
    margin-top: 50px;
}


/* ==========menu start========== */

.navbar-brand img {
    width: 250px;
    margin-left: 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.nav-item a {
    color: #194ea2;
    margin-right: 10px;
	border-bottom: 3px solid transparent;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;

}

.nav-item a:hover {
    color: red;
	border-bottom: 3px solid red;
}

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

nav .dropdown .dropdown-menu a {
    color: black;
    /* padding: 12px 16px; */
    padding: 3px 16px;
    text-decoration: none;
    display: block;
}

.navbar .dropdown .dropdown-menu a:hover {
    background: rgb(206, 200, 200);
}

.navbar-toggler {
	padding: 0px;
	font-size: 1.25rem;
	line-height: 1;
	color: red;
	border: 1px solid #3c8ac9;
	border-radius: .25rem;
	height: 35px;
}

.full-menu button {
    margin-right: 30px;
}

.full-menu i {
    padding: 5px;
    font-size: 25px;
    color: #333;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.full-menu {
    height: 80px;
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.233);
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.329);
    -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.274);
    background: #fff;
    z-index: 999;
}

.stick-menu {
    transition: all linear .5s;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.stick-menu .navbar-brand img {
    width: 200px;
}


/* ==========menu end========== */


/* ==========slider start========== */

.single-slide-item {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    overflow: hidden; /* Hide scrollbars */
    /* height: 453px;
    margin: 50px; */
    /* width: -webkit-fill-available; */

}


.single-slide-item::after {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: 100%; */
    content: "";
    /* background: #000; */
    background: rgba(247, 244, 244, 0);
    opacity: 0.66;
    z-index: -1;
}

.slide-text a {
    color: #fff;
}
.quote-teller {
    color: #4C8AC9;
    font-size: 22px;
    margin-left: 80%;
}

.slide-text h2 {
	font-size: 26px;
	color: aliceblue;
	font-weight: bold;
	/* padding-right: 15%; */
	margin-top: -20%;
	font-style: italic;
	background: rgba(0,0,0, .3);
	padding: 15px;
	border-radius: 10px;
}
.slide-text {
    padding: 300px 0;
  	height: 100vh;
}


.boxed-phn-number {
	padding: 10px 30px;
	border: none;
	border-radius: 5px;
	background: #4C8AC9;
	font-weight: bold;
	color: white;
	font-family: 'roboto',sans-serif;
	margin-right:2%;
}
.boxed-btn {
	background: #4C8AC9;
	text-transform: capitalize;
	font-weight: bold;
	padding: 10px 30px;
	display: inline-block;
	/* line-height: 1; */
	border-radius: 5px;
	margin-top: 32px;
	text-decoration: none;
}
.boxed-btn i {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

.boxed-btn:hover.boxed-btn i {
    margin-left: 20px;
}

/* ==========slider end========== */


/* card-form start */

.quote-form.form-shadow {
    padding: 20px;
}

.quote-form.form-shadow h2 {
    text-align: center;
    color: #006920;
}


/* card-form end */


/* ==========about start========== */

.container.about-box-shadow,
.form-shadow {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    /* margin-top: -108px; */
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
	color:black !important;
}

.section-title h2::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4c8ac9;
    content: '';
    width: 20%;
    height: 5px;
    border-radius: 0 5px 5px 0;
}


/* ==========about end========== */


/* ==========project start========== */

.project-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section-border.section-title h2::after {
    left: 0;
    right: 0;
    margin: auto;
}

.project-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.project-overlay::after {
    position: absolute;
    content: '';
    background: #000;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    transition: .5s;
}

.project-overlay a i {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
}

.single-project:hover .project-overlay a i {
    opacity: 1;
    visibility: visible;
}

/*.project-menu button {*/
/*    background: none;*/
/*    border: none;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    font-size: 20px;*/
/*    padding: 0 10px;*/
/*}*/

/*.mixitup-control-active {*/
/*    color: red;*/
/*    transition: .5s;*/
/*    position: relative;*/
/*}*/

/*.mixitup-control-active::after {*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: red;*/
/*    clip-path: polygon(30% 60%, 50% 1%, 68% 58%, 100% 100%, 50% 100%, 0 100%);*/
/*    bottom: -12px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

/*.project-menu {*/
/*    margin-bottom: 10px;*/
/*}*/

.project-menu a {
    text-decoration: none;
    text-transform: uppercase;
    color: 4C8AC9;
    font-weight: bold;
    font-size: 17px;
    padding: 10px;
}

.single-project {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.single-project::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 100%;
    opacity: .5;
    transition: .5s;
}

.single-project:hover:after {
    top: 0%;
}

.project-overlay a i {
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}


/* ==========project end========== */


/* ==========team start========== */

.team-slider {
    z-index: 99;
}

.single-team {
    position: relative;
    overflow: hidden;
    margin: 0px 12px;
    border-radius: 5px;
    z-index: 1;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}



.single-shadow {
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

.team-image img {
	display:block;
    width: 265px !important;
    height: 260px;
}

.single-team:hover .team-info {
    height: 100%;
}

.team-info {
    position: absolute;
    bottom: 0;
    height: 100%;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    width: 265px;
    display: none;
}
.single-team:hover + team-info {
    position: absolute;
    bottom: 0;
    height: 100%;
    -webkit-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    width: 265px;
    display: block !important;
}

.team-info::before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
    transition:.5s;
    left:0;
    top:0;
	opacity: 0;
	visibility: hidden;
}

.team-content {
	transition: .5s;
	opacity: 0;
	visibility: hidden;
}

.single-team:hover .team-info::before{
	opacity: .7;
	visibility: visible;
}

.single-team:hover .team-content{
	opacity: 1;
	visibility: visible;
}


.team-content h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.team-content span {
    display: block;
    color: #fff;
    color: crimson;
}

.inner-contnet {
    text-align: center;
}

.inner-contnet {
    z-index: 9;
}

.team-social a i {
    color: #fff;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}

.team-social a i:hover {
    color: #ED1E24;
}


/* ==========team end========== */


/* ==========industries start========== */

.industries-area {
    background: #f5f5f5;
    position: relative;
    z-index: 1;
	padding-bottom: 240px;
}

.industries-area::after {
	position: absolute;
	content: '';
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 1;
}

.single-industries-service {
    /* padding: 21px; */

    /* box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 81%) !important;
    -webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 81%) !important;
    -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.81);
    margin-top: 20px;
    background: #fff;
    border-radius: 5px;
    max-height: 230px;
    min-height: 230px; */

    padding: 6px;
    /* padding: 45px; */
    /* box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 81%) !important; */
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0) !important;

    /* -webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 81%) !important; */
    -moz-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.81);
    /* margin-top: 11px; */
    margin-top: -31px;
    background: #fff;
    border-radius: 17px;
    max-height: 198px;
    min-height: 202px;
    /* max-width: 189px; */
}

.single-industries-service i {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
}

.single-industries-service h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 22px;
    font-weight: bold;
}





.industries-area a {
    text-decoration: none;
}


/* ==========industries end========== */


/* ==========gallery start========== */

.gallery-area {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.single-gallery {
    position: relative;
    margin-bottom: 20px;
}

.single-gallery::after {
    position: absolute;
    content: '';
    background: #000;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .5;
    transition: .5s;
}

.gallery-area .row img {
    width: 400px;
    height: 300px;
}

.single-gallery:hover::after {
    width: 100%;
}

.gallery-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.gallery-overlay a i {
    color: #fff;
    font-size: 30px;
    opacity: 0;
    transition: .2s;
    visibility: hidden;
}

.single-gallery:hover .gallery-overlay a i {
    opacity: 1;
    visibility: visible;
}


/* ==========gallery end========== */


/* ==========counter start========== */


/* Animation */

.counter-background {
    background: linear-gradient(132deg, #FC415A, #591BC5, #212335);
    background-size: 100%;
    animation: Gradient 15s ease infinite;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0px;
}

.cube {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10px;
    height: 10px;
    border: solid 1px #D7D4E4;
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    animation: cube 12s ease-in forwards infinite;
}

.cube:nth-child(2n) {
    border-color: #FFF;
}

.cube:nth-child(2) {
    animation-delay: 2s;
    left: 25vw;
    top: 40vh;
}

.cube:nth-child(3) {
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
}

.cube:nth-child(4) {
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
}

.cube:nth-child(5) {
    animation-delay: 8s;
    left: 10vw;
    top: 85vh;
}

.cube:nth-child(6) {
    animation-delay: 10s;
    left: 50vw;
    top: 10vh;
}


/* Animation End */

.counter-area {
    /* background: url(../img/footer-background.jpg); */
    background: url(../img/wheat-gd331f73c9_1920.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-attachment: fixed;
}

.counter-area:after {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

.single-counter {
    padding: 90px 0;
}

.single-counter i {
    color: #3c8ac9;
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #3c8ac9;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -25px;
}

.counter {
    color: #fff;
    font-size: 25px;
    display: block;
    padding: 10px 0;
}

.single-counter h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}


/* ==========counter end========== */


/* ==========blog start========== */

.single-blog {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
    padding: 15px;
}
.single-blog .img-fluid {
    width: 100% !important;
    max-height: 200px !important;
	min-height: 200px !important;
}

.blog-content {
    padding: 5px;
    overflow: auto;
}

.blog-area .container {
    margin-top: 100px;
}

.blog-duration span {
    margin-right: 2px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

.blog-duration span i {
    margin-right: 5px;
    font-weight: 700;
}

.blog-heading a h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #222;
    padding: 10px 0;
    padding-bottom: 5px;
}

.blog-heading a {
    text-decoration: none;
}

.blog-content a {
    text-decoration: none;
}

.blog-content a p {
    line-height: 1.2;
    margin: 0;
}

.blog-link a {
	/* float: right; */
	text-transform: capitalize;
	background: #4c8ac9;
	color: #fff !important;
	font-weight: 500;
	padding: 8px 20px;
	display: inline-block;
	margin-top: 5%;
	border-radius: 5px;
	transition: .5s;
	cursor: pointer;
	text-decoration: none;
}

.single-blog:hover .blog-link a {
    border-radius: 0;
}


.blogpage-link a {
  border: 2px solid #4C8AC9;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
  padding: 5px 20px;
  border-radius: 3px;
  font-size: 20px;
  transition: .1s;
}
.blogpage-link a:hover {
  background: #4C8AC9;
  color: #fff;
}
/* ==========blog end========== */


/* ==========card start========== */

.card-details .card-price {
    border: 2px solid #E91C1D;
    padding: 5px 20px;
    font-size: 20px;
    background: aliceblue;
    color: crimson;
    border-radius: 15px;
}

.card-details {
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 27px;
}

.card-details h4 {
    text-transform: capitalize;
    font-weight: 500;
}

.card-details h4 span {
    color: #ED1E24;
}

.card-photo {
    filter: brightness(1.00);
}

.card-details {
    margin-top: 25%;
}

.card-details p {
    color: rgb(218, 197, 197);
}


/* ==========card end========== */


/* ==========footer start========== */

#footer-area {
    /* background: url(../img/footer-background.jpg); */
    background: url(../img/beach-g47af368c9_1280.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-attachment: fixed;
    padding: 100px 0;
}

#footer-area:after {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
}

.footer-widget p,
.footer-widget li a,
.footer-widget h4 {
    color: #fff !important;
}

.footer-widget h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #3c8ac9;
    margin-bottom: 20px;
}

.footer-widget p {
    margin: 0;
}
.footer-widget p strong {
    color: #fff;
}
.footer-touch.footer-widget i {
    margin-right: 5px;
    color: crimson;
}

.footer-left {
    padding-left: 30px;
}

.footer-menu {
    padding-left: 0;
}

.footer-menu li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    list-style: none;
}

.footer-menu li a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 18px;
    text-decoration: none;
    transition: .5s;
}

.footer-menu li a:hover {
    padding-left: 10px;
    color: #3c8ac9 !important;
    text-decoration: none;
}

.footer-widget form {
    display: flex;
    margin-bottom: 20px;
}

.footer-widget form input[type="email"] {
    border: 1px solid #3c8ac9;
    padding: 10px;
    border-radius: 5px 0 0 5px;
}

.footer-widget form input[type="email"]::placeholder {
    color: grey;
}

.footer-widget form input[type="button"] {
    border: 1px solid crimson;
    border-radius: 0 5px 5px 0;
    padding: 0px 11px;
    background: crimson;
    color: #fff;
    text-transform: capitalize;
}

input.subscribe-btn {
    background: #3c8ac9;
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    color: #fff;
    font-weight: 500;
}

.footer-widget h4 {
    text-transform: capitalize;
    font-weight: 600;
}

.footer-social a {
    font-size: 15px;
    background: #3c8ac9;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 42px;
    border-radius: 50%;
}

.footer-social a i {
    transition: .5s;
    color: #fff;
    font-size: 18px;
}

.footer-social a:hover i {
    color: #8e8e8e;
}

.copyright p {
    margin: 0;
    padding: 15px 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
}

.copyright-text a {
    color: #3c8ac9;
    font-weight: 700;
}

.copyright p a {
    text-decoration: none;
}


/* ==========footer end========== */


/* ==========contact page start========== */

.header-item-content ul li {
    list-style: none;
}

.contact-info .header-item-content {
    margin-left: 60px;
}

.header-single-item.payment-heading span {
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a51
}

.header-single-item.payment-heading {
    text-align: center;
}

.header-single-item img {
    width: 60px;
}

.quote-area {
    position: relative;
}

.quote-form h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #3f3f4f;
}

.quote-form input {
    background: #f5f8f9;
    border: 1px solid #d9e4ea;
    line-height: 1;
    width: 100%;
    padding: 11px;
    border-radius: 5px;
}

.btn {
    background: #1e8bc3;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 15px 40px;
    cursor: pointer;
    margin-top: 30px;
}

.contact-message {
    width: 100%;
    height: 150px;
    padding: 10px;
    background: #f5f8f9;
    border: 1px solid #d9e4ea;
}

.cont-box {
    margin-bottom: 20px;
}

.contact-info .header-single-item {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
}

.header-single-item i {
    float: left;
    border: 2px solid #ebf1f4;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    color: #1e8bc3;
}

.header-item-content {
    line-height: 1;
    margin-left: 20px;
    /* float: left; */
    text-align: left;
}

.header-item-content span {
    color: #666666;
    font-size: 15px;
    line-height: 1;
}

.header-item-content h5 {
    font-size: 20px;
    line-height: 34px;
    color: #333;
    margin: 0;
}


/* ==========contact page end========== */


/* Contact Page Section */

.bradecome-area {
	/* background: #3c8ac9;
	padding: 10px 0;
	opacity: .9; */

    /* background: #3c8ac9; */
	padding: 0 0;
	opacity: .9;
    background-image: linear-gradient(to bottom, rgba(69, 69, 69, 0.52), rgba(0, 0, 0, 0.73)),
    url(../img/product_cat.jpg);
    /* url('https://static.vecteezy.com/system/resources/thumbnails/026/294/540/small/chemical-laboratory-science-research-and-development-concept-photo.jpg'
    background: url(../img/product_cat.jpg); */


}

.bradecome-content h1 {
    color: #fff;
    font-weight: 500;
}

.bradecome-content ul {
    padding: 0;
    margin: 0;
}

.bradecome-content ul li {
    display: inline-block;
}

.bradecome-content ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
}


/* Up Button */

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #194ea2;
    color: white;
    cursor: pointer;
    padding: 6px 14px;
    border-radius: 4px;
}

#myBtn i {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}



//upload project

.post-project-sec .btn-check:focus + .btn, .btn:focus {
	outline: 0;
    box-shadow: none !important;
}
.post-project-sec .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: none;
}
.post-project-sec .btn-outline-secondary {
    /* background: crimson; */
    /* background: #41c9da66; */
    background: #1c1f1f70;


    color: white;
    font-size: 16px;
    margin-top: -1px;
}
.post-project-sec .btn-outline-secondary:hover {
	color: white;
	background-color: rgb(20, 173, 220);
	border-color: rgb(22, 175, 236);
}
.post-project-sec .form-control:focus {
	color: #0d0d0d;
	background-color: #fff;
	border-color: rgb(253, 250, 250);
	outline: 0;
	box-shadow: none;
}
.post-project-sec{
    background: url(../img/beach-g47af368c9_1280.jpg);
    /* background: #3c8ac9; */
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-attachment: fixed;
    /* padding: 100px 0; */
    color: white;
    padding: 100px 200px;
}
.post-project-sec h3{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5%;
}
.post-project-sec #left-p-p{
    padding-right: 5%;
}
.post-project-sec #p-p-text p{
    justify-content: space-between;
    font-size: 12px !important;
    width: 100%;
}

@media only screen and (max-width: 600px) {
 	.post-project-sec{
    background: #3c8ac9;
    color: white;
    padding: 10px 20px;
}
}

/* for animated */
.st
.ist_about_us .ist_about_us_content
/* .ist_about_us_img */
.mission
.mv
.principals
{
    opacity:0;
}
.st
.ist_about_us.animate__animated
.ist_about_us.animate__animated
/* .ist_about_us_img.animate__animated */
.mission.animate__animated
.mv.animate__animated
.principals.animate__animated
{
    opacity:1;
}

.ist_about_us
{
    animation-delay: 0.1s;

}

.ist_about_us_content
{
    animation-delay: 0.30s;

}

.principals
{
    animation-delay: 0s;

}
