  @import url('global.css');
  @import url('element.css');

  .header{width: 100%;  margin:0px; padding: 0px; position: relative; background-color: #1e355e;}
  .navbar{width: 100%; padding: 0px 0px; float: left;}
  .header .navbar .navbar-nav .nav-item .nav-link{font-size: 15px; text-transform: uppercase; font-weight: 400;  color: #fff;  padding: 22px 20px; letter-spacing: 2px;}

  .header .nav-outer .outer-box{
    position:relative;
    float:right;
    margin-left:10px;
    margin-top:0px;
  }

  .header-style-three .nav-outer .outer-box{
    margin-top:20px;
    margin-left:0px;
  }

  .header-style-three .nav-outer .outer-box .quote-btn{
    padding:3px 22px 3px !important;
    color:#020e28 !important;
    border-color:#e6e6e6 !important;
  }

  .header-style-three .nav-outer .outer-box .quote-btn:after{
    background-color:#e6e6e6 !important;
    bottom:0px !important;
  }

  .header .nav-outer .outer-box .quote-btn{
    position:relative;
    font-size:14px;
    font-weight:700;
    color:#ffffff;
    float:left;
    letter-spacing:1px;
    text-transform:uppercase;
    padding:12px 22px 14px;
    border-left:2px solid rgba(255,255,255,0.20);
    border-right:2px solid rgba(255,255,255,0.20);
    font-family: 'Poppins', sans-serif;
  }

  .header-style-four .nav-outer .outer-box .quote-btn{
    padding-right:0px;
    border-right:0px;
  }

  .header .nav-outer .outer-box .quote-btn:after{
    position:absolute;
    content:'';
    left:22px;
    right:22px;
    bottom:16px;
    height:1px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;  
    background-color:#ffffff;
  }

  .header-style-four .nav-outer .outer-box .quote-btn:after{
    right:0px;
  }

  .header .nav-outer .outer-box .quote-btn:hover{
    color:#62a845;
    border-color:#62a845;
  }

  .header .nav-outer .outer-box .quote-btn:hover::after{
    background-color:#62a845;
  }

  .header .nav-outer .outer-box .quote-btn .icon{
    position:relative;
    width:20px;
    height:13px;
    margin-left:2px;
    display:inline-block;
    background:url(../images/msg-icon.png) no-repeat;
  }

  .header .nav-outer .outer-box .quote-btn .icon.icon-two{
    background:url(../images/icons/msg-icon-1.png) no-repeat;
  }

  .header .nav-outer .outer-box .social-icon-one{
    float:left;
    margin-left:6px;
    margin-top:14px;
  }

  .header  .nav-outer .outer-box .social-icon-one li a{
    color:#fff;
  }

 .header  .nav-outer .outer-box .social-icon-one li a:hover{ color: #62a845; }
  .header  .navbar-nav{float: left;}

  .svg-intro-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:111;
  }

  .banner{width: 100%; position: relative; border-bottom: 3px solid #1e355e;}

  .Home_About{width: 100%; margin: 0px; padding: 0px; background-size: #fff;}
  .abt_thumb img{width: 100%;}

  .abt_content h2{font-size: 49px; line-height:59px; margin-bottom: 13px; letter-spacing: 1px; color:#62a845;}
  .abt_content h2 .slider_medium_text{font-weight: 400; color: #1e355e;}
  .abt_content h2 .slider_bold_text{font-weight: 900; color: #1e355e;}

  .slider_light_text{font-weight:200; }

  .abt_content p{font-size: 16px; line-height: 26px; font-weight: 300; color: #606060; }

  .abt_content p strong{font-weight: 700!important; color: #1e355e;}
  .hmeServiceAppWrap{
    width:100%;
    overflow:hidden;
    background:#fff;
  }
  .hmeServiceImgs{  
    
  }
  .hmeServiceImgs li{
    position:relative; 
    width:100%;
  }
  .hmeServiceImgs li img{
    display:block;
    float:right;
    width: 100%;
    height:500px;
  }
  .hmeServiceImgs li a{
    position:absolute;
    right: 38px;
    bottom: 32px;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 11px 30px;
    color:#ffffff;
    display:block;
    -webkit-transition:background-color ease 0.3s, color ease 0.3s;
    transition:background-color ease 0.3s, color ease 0.3s;
  }
  .hmeServiceImgs li a:hover{
    background-color:#fff;
    color:#000;
  }
  .hmeServiceNav{
   

    position:relative;
    z-index:150;
    height:500px;
  }
  .hmeServiceNav a{
    clear:both;
    display:block;
    width:100%;
    height:25%;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
  }
  .hmeServiceNav a:before{
    content:''; 
    width:0;
    height:0;
    position:absolute;
    left:-20px;
    top:50%;
    opacity:0;
    margin-top:-18px;
    border-bottom:20px solid transparent;
    border-top:20px solid transparent;
    border-right:20px solid #62a845;
  }
  .hmeServiceNav a:after{
    content:''; 
    width:0;
    height:100%;
    position:absolute;
    left:0px;
    top:0;
    z-index:0;
  }
  .hmeServiceNav i{
    display:inline-block;
    vertical-align:middle;
    width:70px;
    height:70px;
    margin-left:15px;
    background:url('../images/servicesSpriteIcon.png') top left no-repeat;
    -webkit-background-size:100% auto;
    background-size:100% auto;
    position:relative;
    z-index:1;
  }

  .hmeServiceNav .hmeServInfo{
    display:inline-block;
    vertical-align:middle;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:70%;
    margin-left:5%;
    position:relative;
    z-index:1;
  }
  .hmeServiceNav a span{
    font-size:23px;
    text-transform:uppercase;
    color:#444444;
    line-height: 130px;
    font-weight:500;
    letter-spacing: 0.33px;
  }
  .hmeServiceNav a p{
    font-size: 12px;
    line-height: 16px;
    color:#fff;
    overflow:hidden;
    max-height:0;
    opacity:0;
   
  }


  .hmeServiceNav a:after{background:#62a845;}



  .hmeServiceNav a span{color:#1e355e;}


  .hmeServiceNav a i{background-position:0 0;}



  .hmeServiceNav a:before{border-right-color:#62a845;}


  .hmeServiceNav a span,
  .hmeServiceNav a p,
  .hmeServiceNav a:before,
  .hmeServiceNav a:after{
    -webkit-transition:all ease 0.5s;
    transition:all ease 0.5s;
  }

  .hmeServiceNav a.actHmeSrv:before{
    opacity:1;
  }
  .hmeServiceNav a.actHmeSrv:after{
    width:100%;
  }
  .hmeServiceNav a.actHmeSrv span{
    color:#fff;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
  }
  .hmeServiceNav a.actHmeSrv p{
    max-height:50px;
    opacity:1;
    -webkit-transition-delay:0.2s;
    transition-delay:0.2s;
    display:none;
  }

  .hmeServiceNav a.actHmeSrv i{background-image:url('../images/servicesSpriteIconHvr.png');}


  .strving_excellence{width: 100%; margin: 0px; padding: 57px 00px; background-color: #f9f9f9;}

  .section_title .text{font-size: 18px; font-weight: 300; line-height: 28px;}
  .feature-single{
      background-color: #fff;
      padding: 0 5px;
      margin-top: 70px;
  }
  .feature-single-img {
      position: relative;
      top: -72px;
      margin-bottom: -72px;
      max-width: 145px;
  }
  .features-items {
      padding-top: 95px;
  }
  .feature-single a{
      padding: 15px 0 35px;
      display: inline-block;
      font-size: 23px;
      font-weight: 500;
      transition: all 0.3s linear;
      width: 100%;
      color: #62a845;
  }
  .feature-single a:hover {
      color: #231F20;
      opacity: 0.7;
  }
  .feature-single:hover .feature-single-img {
      transition: all 0.5s linear;
      transform: rotateX(360deg);
  }

  .both_side{width:100%; padding: 77px 0px; background-image: url("../images/both_side_bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center;}

  .white_content_box{width: 100%; padding: 27px 25px; background-color: #f9f9f9;}

  .single_city_unit{width:100%; padding: 20px 20px; background-color: #fff; text-align:center; box-shadow: 0px 0px 3px 0px rgba(30, 53, 94, .17);}
  .single_city_unit img{width: 100%;}

  .other_unit_wrap .single_city_unit h3{font-size: 23px; font-weight: 400; color: #1e355e; margin: 0px; padding-top: 7px; text-align: center;}

  .other_unit_wrap h3 span{font-size: 36px; color: #62a845; font-weight: 700; }
  .other_unit_wrap h3{font-size: 31px; font-weight: 200; color: #fff; margin-bottom: 20px; }

  .blue_foot_head{background-color:  #62a845; padding: 13px 0px; text-align: center; color: #fff; font-size: 20px; line-height:31px; font-weight: 300; text-transform: uppercase; letter-spacing:0.10px;}
  .feedback {
      padding: 20% 3% 7%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
  }

  .quote {
      font-size: 27px ;
      line-height: 43px ;
      color: #fff;
      font-weight: 300;
      
  }

  .q_author{font-size: 23px; font-weight: 500; text-transform: uppercase; color:#1e355e; line-height: 35px; }

  .footer{width: 100%; margin:0px 0px; padding: 0px 0px; background-color: #fff; border-top: 3px solid #1e355e;}
  .foot_head{font-size: 21px; font-weight: 500; text-transform: uppercase; margin-bottom: 7px; color:#62a845; letter-spacing:2px; }
  .foot_text p{font-size: 17px; font-weight: 300; line-height: 27px; color:#1e355e; margin: 0px; }
  .gray_home_bgfoot{background-color: #ccc;}
  .foot_info_box{padding: 37px 10%; text-align: center;}


  .bottom_footer {

      width: 100%;

      margin: 0px;

      padding: 10px 0px;

      background-color: #1e355e;

  }

  .copyright {

      font-size: 18px;

      letter-spacing: 1px;

      color: #fff;

      line-height: 26px;

      font-weight: 300;

  }

  .copyright a {

      color: #fff;

      font-weight: 700;

  }


  .trirang_map_area{width: 100%;}





.subpage_banner{
    
     background-repeat:no-repeat;
     background-size:cover;
     padding:80px 0;
      text-align:center;
      width: 100%;
     position:relative;
}
 .subpage_banner:before{
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:'';
     background:#62a845;
     opacity:0.75;
}
 .subpage_banner h3{
     color:#fff;
     font-size: 33px;
     font-weight: 700;
     margin-bottom: 0px;
    
     position:relative;
}
 .breadcrumb {
     background: #fff;
     position: relative;
     padding: 20px 0;
     vertical-align: middle;
     text-align: center;
     margin-top: 3px;
     margin-bottom: 0;
     box-shadow: 0 8px 43px rgba(0, 0, 0, 0.12);
     width:555px;
     margin:0 auto;
     border-radius:3px;
     margin-top:-30px;
}
 .breadcrumb ul {
     display: inline-block;
     padding-left: 0;
     margin-bottom: 0;
}
 .breadcrumb ul li {
     list-style: none;
     display: inline-block;
     padding-right: 10px;
    
     background: 0;
}
 .breadcrumb ul li:last-child{
     padding-right:0;
}
 .breadcrumb ul li.active a {
     font-size: 14px;
     color: #62a845;
     
     font-weight: 600;
}
 .breadcrumb .icofont-double-right{
     color: #898989;
}
 .breadcrumb ul li a{
     font-size: 14px;
     color: #003366;
    
     font-weight: 600;
}

.about_page_area{width: 100%; margin: 0px; padding:57px 0px; background-color: #fff;}
.abt_page_inner_wrap .nav-tabs .nav-link{padding: 17px 57px; border:none; position: relative; font-size: 23px; font-weight: 400; text-transform: capitalize; color: #fff; background-color: #1e355e; border-radius: 0px;}
.abt_page_inner_wrap .nav-tabs .nav-link.active::before {
    margin: 0 auto auto;
    bottom: 0px;
  
    content: "";
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #62a845;
    position: absolute;
bottom: -13px;
right: 0;
left: 0;
}
.abt_page_inner_wrap .nav-tabs .nav-link.active{background-color:#62a845; }
.abt_tab_content_wrap .section_title {margin-bottom: 23px;}
.abt_tab_content_wrap .section_title h2{line-height: 43px;}
.abt_tab_content_wrap{padding: 37px 0px; text-align: center;}
.abt_tab_content_wrap p{font-size: 17px; line-height: 27px; font-weight: 300; }
.abt_page_inner_wrap .nav-tabs{border-bottom: none;}


.gallery-section{width: 100%; margin: 0px; padding: 57px 0px; background-color: #f9f9f9;}
.gallery-section .image-box{
    position: relative;
    margin: 0px 0px 0px;
    overflow: hidden;
}
.gallery-section .image-box img{
  width: 100%;
  transform: scale(1);
  transition:all 500ms ease;
}
.gallery-section .image-box:hover img{
  transform: scale(1.1);
  transition:all 500ms ease;
}
.gallery-section .image-box figure{
    margin-bottom: 0px;

}
.gallery-section .overlay-box{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  vertical-align:  middle;
  align-items:  center;
  display:  inline-flex;
  justify-content:  center;
  background: rgba(30, 53, 94, 0.84);
  transform: scale(0,0);
  -webkit-transform:scale(0,0);
  -moz-transform:scale(0,0);
  -ms-transform:scale(0,0);
  -o-transform:scale(0,0);
  transition:all 700ms ease;
}
.gallery-section .image-box:hover .overlay-box{
    transform: scale(1,1);
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -ms-transform:scale(1,1);
    -o-transform:scale(1,1);
    transition:all 700ms ease;
}



.contact-info{width: 100%; margin: 0px; padding: 57px 0px; background-color: #f9f9f9;}
.contact-item-one{
  text-align: center;
  padding: 60px 0px;
  min-height: 366px;
  background: #ffffff;
  margin-bottom: -150px;
  box-shadow: 0px 8px 20px 0px #efecec;
  transition: all 0.3s ease;
}

.contact-item-one:hover{
  box-shadow: 0px 8px 20px 10px #f5f9f5;
}

.contact-item-one i:before{
  font-size: 60px;
  color: #57b957;
}

.contact-item-one h6{
  font-size: 24px;
  color: #1e355e;
  line-height: 26px;
  font-weight: 400;
  padding: 20px 0px 15px;
}

.contact-item-one p{
  font-size: 16px;
  color: #999;
  line-height: 26px;
  font-weight: 400;
 
}

.contact-item-one p a{
  font-size: 15px;
  color: #9fa2a6;
  line-height: 26px;
  font-weight: 400;
  transition: all 0.3s ease;

}

.contact-item-one p a:hover{
  color: #57b957;
  transition: all 0.3s ease;
}



.contact-us{width: 100%; margin: 0px; padding: 133px 0px 57px 0px; background-color: #fff;}

.contact-area{
  padding: 44px 40px 40px;
  margin-left:  -15px;
  box-shadow: 0 0 11px #f7efef;
}
.contact-area .form-group input, 
.contact-area .form-group textarea{
  background: #f9f9f9;
  border:none;
  height: inherit;
  line-height: 37px;
}


.cnt_btn{padding: 13px 57px; border-radius: 33px; color: #fff; background-color: #1e355e; font-size: 21px; font-weight: 400;}
.cnt_btn:hover{background-color: #62a845; color: #fff;}

.header .navbar .navbar-nav .active .nav-link{color: #62a845; text-decoration: line-through;}
.tcm_product_name{padding: 13px 0px; background-color: #fff;  width: 100%; text-align: center;}

.tcm_product_name a{
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #62a845;
    letter-spacing: 1px; text-align: center;}

    .tcm_product_name a:hover{color: #1e355e;}

    .tcp_product_box {box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1); margin-bottom: 30px;}

    .tcm_product_detailpage{width: 100%; margin: 0px; padding: 57px 0px; background-color: #f9f9f9;}

    .tcm_pd_thumb img{width: 100%; padding:13px; box-shadow: 1px 6px 18px -3px #d6d6d6;}

    .tcm_product_text h3{font-size: 33px; font-weight: 600; color: #1e355e; line-height: 43px; text-transform: uppercase; margin-bottom: 10px;}
    .tcm_seprater{width: 77px; height: 3px; background-color: #62a845;}

    .tcm_product_text p{font-size: 18px; color: #999; font-weight: 300; line-height: 28px; color: #999;}
    .tcm_product_text ul li {
    font-size: 18px;
    color: #999;
    font-weight: 300;
    line-height: 28px;
    color: #999;
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}
.tcm_product_text ul li::before{
    position: absolute;
    top:13px;
    left:0px;
    width: 5px;
    height: 5px;
    content: "";
    background-color: #62a845;
}

.present{width: 100%; margin: 0px; padding: 23px 0px; background-color: #f9f9f9;}
.inner_present_text{width: 100%; max-width: 577px; text-align: center; margin: 0px auto;}
.inner_present_text h2{color: #1e355e; font-size: 43px; font-weight: 300; line-height: 63px; text-transform: capitalize;}
.inner_present_text h2 span{color: #62a845;}

.triranga_owner_thumb img{width: 100%; box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1); padding: 13px; background-color: #fff;}
.plant_locate{width: 100%; margin:0px; padding:57px 0px;  background-color:#f7f7f7;}

.plant_locate_text h2 {
    color: #1e355e;
    font-size: 43px;
    font-weight: 300;
    line-height: 63px;
    text-transform: capitalize;
}
.plant_locate_text h2 span {
    color: #62a845;
}
.plant_locate_content h3{font-size: 27px; font-weight: 500; color:#1e355e; margin-bottom: 13px; }
.plant_locate_content ul{margin: 0px; padding: 0px; list-style-type: none;}
.plant_locate_content ul li{padding-left: 20px; text-transform: capitalize; position: relative; width: 33.333%; float: left; font-size: 18px; font-weight: 300; color:#1e355e; line-height: 28px;}
.plant_locate_content ul li::before{position: absolute; top: 10px; left: 0px; content: ""; width:5px; height: 5px; background-color: #62a845;}