font-family: 'Lora', serif;
font-family: 'Montserrat', sans-serif;

* {
  margin: 0px;
  padding: 0px;
  outline: 0!important;
}

body {
  line-height: 24px;
  font-size: 15px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none !important;
  text-decoration: none !important;
}



ul {
 margin-bottom: 0px;
}


/*header {
  padding: 0;
  background: #fff;
}*/


.w3layouts-top-strip {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
}


.logo {
  float: left;
  width: 250px;
}

.logo a {
  font-size: 40px;
  text-decoration: none;
  color: #212121;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo span {
  color: #86c724;
}

.w3ls-social-icons {
  margin-top: 7px;
  float: right;
}

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

.w3ls-social-icons i, .w3ls-social i {
  font-size: 15px;
  border: 1px solid #212121;
  padding: 8px 10px;
  color: #212121;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
}


.header-left-info {
  display: block;
  float: left;
}

.header-left-info li {
  margin-right: 30px;
  float: left;
  line-height: 40px;
}

.header-label {
  display: block;
  float: left;
  font-size: 2em;
  margin-right: 15px;
  position: relative;
  top: 3px;
}


.agileits-contact-info {
  margin-top: 9px;
  float: right;
  margin-right: 15px;
}

.agileits-contact-info ul li {
  display: inline-block;
  font-size: 17px;
  color: #000;
  padding: 0 25px;
}


.agileits-contact-info ul li span {
  color: #129e36;
}

.glyphicon {
  position: relative;
  top: 15px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777;
  font-size: 25px;
}

.agileits-contact-info ul li span {
  color: #129e36;
}

.agileits-contact-info ul li a {
  color: #000;
  vertical-align: text-bottom;
}

.navbar {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: none;
   margin-bottom: 0px;
    /*padding-bottom: 10px;*/
    border-bottom: 1px solid #e54010;
  
 
}

.navbar-brand {
    padding: 5px 15px !important;
    margin-top: 6px;
    height: 100%;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-brand img {
  width: 100px;
}

.navbar-nav > li {
  display: inline-block;
  
}

.navbar-right .dropdown-menu {
  right: auto;
  left: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #287a2c;
  background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: transparent;
  color: #17734f;
}

.navbar-default .navbar-nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
  padding: 34px 12px;
}

.wdc-social li::before {
  position: relative;
  content: '/';
  opacity: .5;
}

.wdc-social li:first-child::before {
  display: inherit;
  content: '';
}

.wdc-social {
  margin: 0;
}

ul.list-inline > li, ol.list-inline > li {
  padding-right: 0;
  padding-left: 0;
}

.wdc-social li {
  line-height: 1;
  position: relative;
}

.wdc-social a {
  font-size: 16px;
  color: inherit;
  padding: 0 7px;
}

.wdc-social a {
  font-size: 16px;
  color: inherit;
  color: #13025e;
}

.topadd ul li {
  float: left;
  padding: 0 10px;
  color: #000;
}

.topadd ul li i {
  margin-right: 5px;
  color: #129e36;
}

.top-bar1 {
  background: #287a2c;
  padding: 8px 0;
}


.header-hightlight {
  float: left;
  font-weight: 400;
  line-height: 1;
  text-align: left;
}

.header-hightlight small {
  display: block;
  margin: 7px 0;
  opacity: .9;
  font-size: 80%;
  font-weight: 600;
  text-transform: uppercase;
}

.header-hightlight strong {
  color: #13025e;
}

.topadd a {
  color: #13025e;
}


.dropdown-menu > li > a {
  padding: 5px 20px;
  font-size: 15px;
}



.navbar-toggle {
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}




.topcall {
  float: right;
}

.top-bar1 {
  position: relative;
}

.top-bar1::after {
  background-image: url("../images/border.png");
  background-position: center bottom;
  bottom: -6px;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.topemail a, .topcall a {
  color: #fff;
}




.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding-bottom: 8px;
}


.about-area {
  padding: 60px 0 0 0 ;
}

.about-right img {
  margin: 14% auto;
  border-radius: 10px;
}

.about-left h2 {
  font-family: 'Lora', serif;
  color: #000; 
  font-weight: 800;
  padding-bottom: 20px;
}

.about-left h2 span {
  color: #e34111;
}

.mainbtn a {
  background: #287a2c;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 2px;
  margin-top: 10px;
}


.product-area {
  /*background: #0b0e10;*/
  background: url(..//img/back.jpg);
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.prodhead {
  padding-bottom: 60px;
}

.prodhead h2 {
  color: #000;
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 35px;
}

.prodhead h2 span {
  color: #287a2c;
}

.prodhead p {
  color: #000;
  font-size: 14px;
  padding-top: 15px;
}

.probox {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin:20px 0;
}

.boximg {
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.prodetails {
  position: relative;
  background-color: #f5f6f6;
  padding: 13px;
     height: 215px;
}
.probox img{
  width: 100%;
}
.protitle {
  padding-left: 20px;
  padding-right: 20px;
}


.dropdown-menu .active {
  border:none;
}

.protitle h4 {
  margin-bottom: 20px;
  margin-top: -45px;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 100px;
  box-shadow: 0 3px 6px rgba(106, 175, 8, 0.5);
  font-family: 'Lora', serif;
  background-color: #e53f10 !important;
}

.shiva h4 {
  margin-top: 10px;
}

.protitle a {
  color: #fff;
}

.protitle h4 {
  color: #fff;
}


.prodetails p {
  font-size: 13px;
  line-height: 1.6;
}


.footer {
  background-color: #1b1b1b;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}


.ttm-bg {
  position: relative;
}

.ttm-bgcolor-darkgrey > .ttm-bg-layer {
  background-color: #1b1b1b;
}

.second-footer {
  position: relative;
  padding: 57px 15px 50px;
  border-bottom: 1px solid #ffffff0f;
  color: #fff;
} 

.footer .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  color: #fff;
}

.footer .widget .widget-title {
  margin-bottom: 18px;
}

.second-footer p {
  color: #fff;
  padding-right: 10px;
}

.padding_top15 {
  padding-top: 15px;
}

.footer .widget .widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .widget ul > li {
  padding: 0 0 12px 0;
}

.social-icons li {
  margin: 0 3px;
}


.margin_right10 {
  margin-right: 10px;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.social-icons li {
  display: inline-block;
  border: none;
  z-index: 1;
  position: relative;
}

.footer .widget ul > li {
  padding: 0 0 12px 0;
}

.social-icons li {
  margin: 0 3px;
}

.footer .widget .social-icons li > a {
  width: 33px;
  height: 33px;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 33px;
  background-color: transparent;
}

.second-footer .widget.widget_nav_menu li a {
  color: #fff;
}

.footer .widget ul.ttm-recent-post-list > li {
  display: block;
  padding: 20px 0 22px 0;
}

.footer .widget ul.ttm-recent-post-list > li:not(:first-child) {
  border-top: 1px solid rgba(255,255,255,.06);
}

.ttm-bgcolor-darkgrey a {
  color: #fff;
}


.copyright {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
}


.footer .widget ul.ttm-recent-post-list > li:first-child {
  padding-top: 0;
}



.banner_area {
  /* background: url(../img/banner/blog-banner-bg.jpg) no-repeat scroll center center; */
  background-size: cover;
  position: relative;
  z-index: 2;
}


.banner_area::before {
  content: "";
  background: #adeab0;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_inner_content {
  position: relative;
  padding: 50px 0;
}

.banner_inner_content h3 {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
}

.banner_inner_content ul li {
  display: inline-block;
}

.banner_inner_content ul li:hover a, .banner_inner_content ul li.active a {
  color: #000;
}


.banner_inner_content ul li a {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: .39px;
  text-transform: uppercase;
  color: #000;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_content ul li a::before {
  content: "\f105";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.get_contact_area {
  padding: 100px 0px;
}

.get_contact_inner .left_ex_title {
  padding-left: 15px;
  padding-bottom: 36px;
}

.left_ex_title h2 {
  font-size: 32px;
  font-family: 'Lora', serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.left_ex_title h2 span {
  color: #242424;
}

.get_contact_inner .contact_us_form {
  position: relative;
}

.row.m0 {
  margin: 0px;
}


.contact_us_form .form-group input {
  height: 54px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 0px 25px;
  font-size: 13px;
  color: #8c8c8c;
  text-transform: uppercase;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #f8f8f8;
  padding: 16px 25px;
  font-size: 13px;
  color: #8c8c8c;
  text-transform: uppercase;
  resize: none;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 20px;
}


.contact_us_form .form-group .submit_btn {
  height: 48px;
  width: 165px;
  line-height: 39px;
  color: #fff;
}

.submit_btn {
  background: #287a2c !important;
  color: #fff;
  border-radius: 2px;
  border: none;
  width: 160px;
  padding: 0px;
  height: 52px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .28px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  font-weight: 600;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block;
}

.get_contact_inner .contact_us_form::after {
  content: "";
  height: 192px;
  width: 3px;
  background: #287a2c;
  position: absolute;
  right: -20px;
  top: 115px;
}

.get_contact_inner .contact_us_form::before {
  content: "";
  height: 420px;
  width: 1px;
  background: #adeab0;
  position: absolute;
  right: -20px;
  top: 0px;
}

.submit_btn:hover{
  background: #000 !important;
}

.right_contact_info {
 
  padding-top: 79px;
}

.right_contact_info .contact_info_title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  text-transform: uppercase;
  font-family: 'Lora', serif;
  padding-bottom: 15px;
}

.right_contact_info .contact_info_title p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  padding-right: 35px;
}



.media:first-child {
  margin-top: 0;
}

.right_contact_info .contact_info_list .media:first-child .media-left {
  padding-right: 32px;
  padding-left: 41%;
}

.right_contact_info .contact_info_list .media .media-left i {
      font-size: 55px;
    color: #f72318;
}

.right_contact_info .contact_info_list .media .media-body h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #242424;
}

.right_contact_info .contact_info_list .media .media-body p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
}

.media-left, .media-right, .media-body {
/*  display: table-cell;*/
  vertical-align: top;
}

.right_contact_info .contact_info_list .media .media-left {
  padding-right: 18px;
}

.right_contact_info .contact_info_list .media{
  display: block;
  font-size: 15px;
  color: #000;
  line-height: 22px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.right_contact_info .contact_info_list .media .media-body a:hover {
  color: #000;
}

.banner_inner_content ul li:first-child a:before {
  display: none;
}


.banner_inner_content ul li:last-child a {
  padding-right: 0px;
}

.parea {
  background: #fff !important;
}

.redbtn a {
    color: #287a2c;
    font-weight: 600;
    border: 1px solid red;
    padding: 5px 10px;
}

.ko {
  margin-top:30px;
}


.icondeta {
  clear: both;
  width: 100%;
  overflow: hidden;
  margin: 0 0 30px;
  text-align: center;
}

.icondeta img {
  display: inline;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}

.abproic h2 {
  color: #000;
  font-size: 30px;
  text-align: center;
}

.abproic {
  padding-bottom: 50px;
}

.about-left h3 {
  color: #000;
}

.about-left strong {
  color: #287a2c;
}


.about-right h2 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
}


/*testimonial*/


.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}


.navbar-default {
    border-color: #fff !important;
    background: #fff;
}

.navbar {
     margin-bottom: 0px !important; 
}

.testi {
  text-align: center;
  margin: 50px 0;
}

.testi h3{
  font-size: 25px;
  font-weight: 600;
  margin: 40px 0;
}


/*logo slider*/

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/*<..>*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 70px;
    left: 0% !important;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    width: 250px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}


.dropdown-menu li {
  padding:10px 20px;
  border-bottom: 1px solid red;
  background: #fff;
  transition: 0.5s;
  
}


.dropdown-menu a {
 color: #000;
  font-weight: 600 !important;
  transition: 0.5s;
}
.dropdown-menu ul li:hover a {
 color: #fff !important;
  font-weight: 600;
  background: green !important;
}


.dropdown-menu li:hover{
  padding:10px 20px;
  background: green !important;
  color:#fff;
  font-weight: 600;
}

.niru{
  padding: 30px;
}

.media{
  height: 230px;
  border:2px solid #287a2c;
  padding: 18px 24px;
  border-radius: 10px;
  text-align: center;
}

.media-body i {
  font-size: 65px;
  color:#e13c0f;
}

.media-body p {
  color:#555 !important;
  font-size: 18px  !important;
}
.media-body p a{
  color:#555 !important;
  font-size: 18px  !important;
  transition: 0.5s;
}

.media-body p a:hover{
  color:red !important;
}

/*way chooss*/
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#29d18b;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
 /* background: #f91942;*/
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item1 {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item1:hover{
    background:#e15e50;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item1:hover .item1, .item1:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item1:hover h6, .item1:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item1 .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item1 .feature_box_col_one{
  /*  background:rgba(247, 198, 5, 0.20);*/
    color:#f91942;
    padding:19px;
}
.item1 .feature_box_col_two{
    color:#f91942;
    padding:19px;
}
.item1 .feature_box_col_three{
    color:#f91942;
     padding:19px;
}
.item1 .feature_box_col_four{
    color:#f91942;
    padding:19px;
}
.item1 .feature_box_col_five{
    color:#f91942;
  padding:19px;
}
.item1 .feature_box_col_six{
    color:#f91942;
    padding:19px;
}
.item1 p{
    font-size:15px;
    line-height:26px;
}
.item1 h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


.nnnn i {
  color:red;
  font-size: 40px;
}

.nnnn h6{
  font-size: 24px;
  color:green;

}

.nnnn{
box-shadow: 0 0 5px 5px #ddd;
border-radius: 10px;
padding: 10px;
margin: 10px 0;
text-align: center;
}

.mannan{
  margin: 0 0 60px 0;
}

.mapo  iframe {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}

.uo{
  overflow: hidden;
}
.owl-next{
  background: #287a2c!important;
}
.owl-prev{
  background: #287a2c!important;
}

.item1.gg {
    padding: 41px 25px;
}

.prodetails.kii {
    height: 100px !important;
}

.redbtn.ko {
    font-size: 20px;
}
/*popup*/
.welcome-box {
  border-radius: 0;
}
.bb-0 {
  border-bottom: 0px transparent;
}
.welcome-box-body {
 
  width: 100%;
}
.welcome-box-body .modal-title {
  font-size: 36px;
  color: #3b444e;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 20px;
  text-align: center;
}
.welcome-box-body p {
  font-size: 18px;
  color: #3b444e;
  line-height: 25px;
}



.error{
    color:red;
    font-size:12px;
}

.messages2 {
    color:green;
    font-weight:900;
}

.messages1{
    color:green;
    font-weight:900;
}


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}