* {
    font-family: Arial, Helvetica, sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
.space-top{
    margin-top: 40px;
}
.space-bottom {
    margin-bottom: 40px;
}
.space-top-margin {
    margin-top: 40px;
}
.ygtopic {
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 5px;
    background: green;
    border-bottom: #e6930e 3px solid;
}

.navbar-nav img {
    height: 20px;
}

.navbar-brand img {
    height: 50px;
}

 /* li {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
} */

.navbar {
    padding: 0 !important;
}

.navsecond .nav-link {
    color: rgb(27, 133, 27) !important;
    font-size: 17px;
    font-weight: bold;
}

.linknavtop{
    font-size: 12px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: rgb(21, 202, 21) !important;

}

.sunweblogotext{
    color: green;
    font-size: 20px;
    font-weight: bold;
      margin-left: 4px;
}
.sunweblogotext1{
    color: green;    
}

.sunweblogotext-dark{
    color: #e6930e;
}

.footer-color {
    background: #333;
    padding: 45px 0;
    color: #e6930e;
}
.boldtext{
    font-weight: bolder;
}
.footer-colorg {
    color: green;
}
.footer-colorw {
    color: #fff !important;
}

.ftr-des {
    padding: 30px o;
}

dd {
    font-size: 17px !important;
    font-weight: bold;
}
.footerlinks a{
    text-decoration: none !important;
    color: #e6930e;
    padding-left: 0 !important;
}

.footerlinks a:hover{
    text-decoration: none !important;
    color: rgb(250, 192, 32);
}

.footer-padding-bottom {
    padding-bottom: 30px;
}







/* 
*
* 
* about css here
*
*/
.particles-topic{
    color: #fff;
    font-weight: bolder;
    font-size: 3rem;
    position: absolute;
    top: 11rem;
    left:30rem;
    /* right:30rem; */
}
.subtopic {
    text-align: center !important;
    color: black;
    font-weight: bolder;
}

table {
    font-size: 15px;
}

.topictd {
    font-weight: bold;
    font-size: 17px;
}

.iconset {
    width: 80%;
    margin: 10px auto;
    margin-top: 50px;

}

.icondiv h5{
   text-align: center;
   font-weight: 700; 
   font-size: 15px;
   margin-top: 5px;
   margin-bottom: 5px;
} 

.icondiv img {
    width: 100%;
    height: auto;
}

.aboutdes {
    margin-top: 50px;
    margin-bottom: 50px;
}
.subtopid {
    font-weight: bolder;
}
.lighttext {
    color: #333;
}

.liststyle {
    list-style-type: square;
    line-height: 1.6;
}



/*
*
*
* portfolio css
* 
*/

.port-desing-img{
	width: 100%;
	height: auto;
}


.port-main{
	width: 100%;
	margin: 0 auto;
}
.port-main-img{
	width: 100%;
	height: auto;
}
.portdiv{
	width: 100%;
    margin: 100px auto 180px auto;
}
.port-header{
	background:#517651;
	color: #fff;
	padding: 4px;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 4px solid #e6930e;
}
.port-desingdiv{
	border: 1px solid #cdc8c8;
	padding: 4px;
	border-radius: 4px;
		margin-bottom: 20px;
}
.port-desing-img{
	width: 100%;
	height: auto;
}


.contentport {
  position: relative;
  overflow: hidden;
}

.contentport .contentport-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.contentport:hover .contentport-overlay{
  opacity: 1;
}

.contentport-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contentport:hover .contentport-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.contentport-details h4{
  color: #e6930e;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.contentport-details p{
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-top{
  top: 20%;
}
@media only screen and (max-width: 1200px){
    .contentport-details {
  padding-left: 0px;
  padding-right: 0px;
}
.contentport-details h4{
  font-size: 12px;
}
}
@media only screen and (max-width: 767px){
.contentport-details h4{
  font-size: 10px;
}
}


/*
*
*
* career css
* 
*/
#accordion button {
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    color: green;
}

#red{
    color: red;
}

.card-body p {
    font-size: 15px !important;
    color: #e6930e;

}
/* 
@media(max-width:768px) {
    .vl {
        display: none;
    }
} */


/*
*
*
* contact
* 
*/
.cont-map{
	margin-top: 20px;
	width: 100%;
	height: 400px;
}


/* 
*
*
* index
*
*/

.carousel-item img {
    height: 480px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    filter: brightness(50%);   
}

.carousel {
     text-align:center;
    color:#fffffe;
     top: 11rem;
}





.block h1 h2 {
    margin: 0 !important;
    padding: 0 !important;
}

.block {
    float: left;
    width: 33.3%;
    padding: 10px;
    /* margin: 10px; */
    box-sizing:border-box;
}

.block-h1{
    text-align:center;
    color:#e6930e;
}

.block-h2{
    text-align: center;
    font-weight:bold;
}

.block-p{
    text-align:center;
    color: #333;
}

.bright {
    border-right: 3px solid green;
}




/* skills */
.block1 {
    float: left;
    width: 33.3%;
    padding: 10px;
    /* margin: 10px; */
    box-sizing:border-box;
}
.skilldiv {
    float: left;
    width: calc(100% - 60px);
    padding: 10px;
    margin-bottom: 10px;
    height: 190px;
}

.rightbar {
    border-right: 5px solid red;
}

.skilltitle {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
    color: green;
}

.arrow-right {
    float: left;
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 32px solid #e6930e;
}

p{
    color:black;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}



.btn i {
    color: #DAE435;
    background-color: #51C4BE;
    background: linear-gradient(to top right, #3190FB, #1511CE);
}

.btn i {
    display: block;
position: relative;
width: 70px;
height: 70px;
line-height: 130px;
z-index: 1;
right: 2%;
}


.bottombar {
border-bottom: 5px solid red;
}

.btn i, .btn i::after {
    border-radius: 50%;
}

.btn i {
    color: #DAE435;
}

.btn i {
    line-height: 130px;
}

.btn i::after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    content: "";
    z-index: -1;
}


ul.navsecond  li a{
    padding-top: 20px !important;
}


ul li.active a{
    background: #e6930e;
    color: #fff !important;
    height: 60px;
}















/* 
*
*
*media queries
*
* 
*/

/* for blocks */
@media(max-width:1000px) {
    .block{
        float: none;   
        box-sizing:border-box;
        width: 100%;
    }

    .block-p{
        color : red;
        text-align: center;
    }
    
    .block-h1{
        font-size: 5rem;
    }
    .bright{
        border-right: none;
    }

    .particles-topic{
        left: 20rem;
    }

}

@media(max-width:840px) {
    .particles-topic{
        left: 11em;
    }
}

@media(max-width:780px) {
    .rightbar{
        border-right: none;
    }
    .block1{
        float: none;   
        box-sizing:border-box;
        width: 100%;
    }
    .space-top{
        margin-top: -10px !important;
    }
    .space-bottom{
        margin-bottom: 1px !important;
    }
    .particles-topic{
        left: 10rem;
    }
}

@media(max-width:750px) {
    .particles-topic{
        left: 9rem;
    }
}

@media(max-width:600px) {
    .particles-topic{
        left: 1em;
    }
}