.font-25{
	font-size: 25px;
}

.text-white {
	color: #fff !important;
}

.bg-dark {
	background-color:#232323;
}




.text-white {
  color: white;
}

/**-----------agnis list 02---------***/
.agnis-list-02{
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    padding: 0;
    margin-bottom: 15px;
	margin-right: 20px;
}
.agnis-list-02 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #5975D9;
    color: white;
    text-decoration: none;
    box-shadow:inset 0.5em 0 black;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
}

.agnis-list-02 a:hover{
    box-shadow:inset 1.5em 0 black;;      
}
/**-------------------------------*/
.bg-texture1{
background-color: #d1e9f0;
background-image:url("../pattern/light_grey.png");}

.bg-texture2{
background-color: #d1e9f0;
background-image:url("../pattern/fancy-cushion.png");}

.bg-texture3{
	background-image: url("../pattern/dark-triangles.png");}

.bg-img-1 {
    background: url("../siddha-engineering/bg/img-bg.jpg") no-repeat fixed 50% center / cover;
        background-position-x: 50%;
        background-position-y: center;
}

.bg-img-2 {
    background: url("../siddha-engineering/bg/img-bg-02.jpg") no-repeat fixed 50% center / cover;
        background-position-x: 50%;
        background-position-y: center;
}

.border-1 {
	border: #BCBCBC solid 1px;
}
.heading h1{
	font-size: 32px;
	text-transform: uppercase;
}
.breadcrumb {
    background-color: #00a3e3;
}
.border_b {
    border-bottom: 5px solid #00a3e3;
}
.agnis h3{
	font-size: 18px;
	
}
.project_details_text li {
    padding-bottom: 30px;
}
.project_details_text1 > h3 {
  margin-bottom: 30px;
  margin-top: 80px;
}
.project_details_text1 li {
  padding-bottom: 15px;
  list-style:url(../images/project_detail.jpg);
  margin-left: 15px;
}
.project_details_text1 ul {
  margin-bottom:30px;
}
.news-tag a{
	background-color: #00a3e3;
	color: #ffffff;
	font-size:16px;
}
/**-----------agnis list 02---------***/

.agnis-list-02{
    width:100%;
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 18px;
   
    padding: 0;
    margin-bottom: 4em;
}
.agnis-list-02 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #0E1032;
    color: white;
    text-decoration: none;
    box-shadow:inset 0.5em 0 #00A3E3;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
}

.agnis-list-02 a:hover{
    box-shadow:inset 2em 0 black;;      
}
/**-------------------------------*/
.our_team .item {
    margin: 0 0 20px !important;
}
#contact_form .contact-text {
    background: #00a3e3;
}
@media screen and (max-width: 992px) {

.p-t-sm-10{
	padding-top:10px;
}
.p-b-sm-10{
	padding-bottom:10px;
}
	.font-26 {
		font-size: 18px;
	}
}
/*=========================================agnis list 10 =============================================*/
.agnis-list-10{
    margin:0 auto;
	height: auto;
}
.agnis-list-10 ,.agnis-list-10  a{
	
    float:left;
    height:35px;
    line-height:35px;
    position:relative;
    font-size:15px;
    margin-bottom: 12px;
   width:100%;
    transition: background-color 1.5s ease;
	 
}
.agnis-list-10  a{

    padding:0 60px 0 12px;
    background:#00A3E3;
    color:#fff;
	
	font-size:18px;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;	
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;	
    border-top-right-radius:4px;	

} 
.agnis-list-10  a:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #00A3E3  transparent transparent;
    border-style:solid;
    border-width: 18px 12px 18px 0;

}
.agnis-list-10  a:after{
    content:"";
    position:absolute;
    top:15px;
    left:0;
    float:left;
    width:6px;
    height:6px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}
.agnis-list-10 a:hover{background:#555;}	

.agnis-list-10 a:hover:before{border-color:transparent #0089e0 transparent transparent;}
.text-black{
	color:#000000 !important;
}
.p_24{
	font-size: 22px !important;
}
.error h2 {
	font-size: 100px;
}

.feature_box1 {
  background: #fff;
/*  padding: 25px 35px 40px 25px;*/
  transition: all 0.7s ease 0s;
  border-radius: 5px;
  padding: 15px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.para11{
    padding-bottom: 9px;
}
.para-text{
    padding-top: 43px;
}
.heading p {
  padding-bottom: 15px !important;
}
.head-h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
.text-11 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 20px;
}
    
     .my-timeline {
    position: relative;
    max-width: 1200px;
    margin: 100px auto;
}

.my-container {
    padding: 32px 50px;
    position: relative;
    width: 40%;
    opacity: 1;
}

.my-container:nth-child(1) {
    animation-delay: 0s;
}

.my-container:nth-child(2) {
    animation-delay: 1s;
}

.my-container:nth-child(3) {
    animation-delay: 2s;
}

.my-container:nth-child(4) {
    animation-delay: 3s;
}

.my-container:nth-child(5) {
    animation-delay: 4s;
}

.my-container:nth-child(6) {
    animation-delay: 5s;
}

.my-container:nth-child(7) {
    animation-delay: 6s;
}

.my-container:nth-child(8) {
    animation-delay: 7s;
}

.text-box {
    padding: 20px 30px;
    position: relative;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 400;
    background-color: white;
    border: 2px solid #0FA99F;
    filter: drop-shadow(0px 0px 20px rgba(190, 190, 190, 0.25));
    border-radius: 6px;
}

.left-container {
    left: 0;
}

.right-container {
    left: 50%;
}



.my-container h5 {
    position: absolute;
    color: #000;
    text-align: center;
    font-family: "Lato";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    right: -162px;
    top: 56px;
}

.right-container h5 {
    left: -995px;
}

.timeline-line {
    position: absolute;
    width: 4px;
    background-color: #0FA99F;
    top: 0;
    left: 44%;
    margin-left: -2px;
    z-index: 1;
    height: 0;
    transition: height 0.5s ease;
}

.timeline-image {
    position: absolute;
    left: 47.6%;
    width: 60px;
    height: auto;
    transition: top 0.5s ease;
    top: 0;
}

.my-timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #A3A3A3;
    top: 0;
    left: 44%;
    margin-left: -2px;
    z-index: -1;
    height: 100%;

}

@media screen and (max-width: 600px) {
    .my-timeline {
        margin: 50px auto;
    }

    .my-timeline::after {
        left: 40px;
    }

    .my-container {
        width: 100%;
        padding-left: 80px;
        padding-right: 25px;
    }

    .text-box {
        font-size: 14px;
    }

    .right-container {
        left: 0;
    }

}
#our_team_3 {
    padding-bottom: 88px;
    padding-top: 85px;
  }
