* {
  margin:0px;
  padding: 0px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.6;
}

ul li {
  list-style: none;
}

ul {
  margin-bottom: 0px;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

  
   /*---------------------------------------------------- */
/*----------------------------------------------------*/
/* main_header_area css
==============================================*/
.top-head{
  border-top: 2px solid #ff0c21;
}
.main_header_area {
/*  position: absolute;*/
  width: 100%;
  z-index: 25;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  top: 0px;
}

.header_top .header_top_inner {
  font: 500 14px/30px "Poppins", sans-serif;
  color: #fff;
  overflow: hidden;
  border-bottom: none;
  padding: 8px 0;

}

.navbar-nav {
    margin-top: 26px;
    line-height: 27px;
}

.header_top_inner p{
  float: left;
  padding-right: 12px;
  color: #ff0c21;
  margin-bottom: 0px;
}

.header_top .header_top_inner ul li {
  display: inline-block;
  color: #000;
}
.header_top{
    background-color: #333;
    color: #000;
    padding: 0px 0;
}
.header_top .header_top_inner ul li a {
  color: #fff;
  position: relative;
}

.header_top_inner ul li i{
    color: #ff0c21;
     padding-right: 1px;
     font-size: 18px;
font-weight: 600;
}

/*.header_top .header_top_inner ul li a:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 2px;*/
/*  height: 12px;*/
/*  left: 15px;*/
/*  top: 50%;*/
/*  left: -18px;*/
/*  margin-top: -6px;*/
/*  background: #fff;*/
/*  -webkit-transform: rotate(18deg);*/
/*  -ms-transform: rotate(18deg);*/
/*  transform: rotate(18deg);*/
/*}*/

.header_top .header_top_inner ul li a:hover {
  color: #ffb6b9;
}

.header_top .header_top_inner ul li:first-child a:before {
  display: none;
}

.header_top .header_top_inner ul li + li {
  margin-left: 18px;
}

.header_top.h_top_two .header_top_inner ul li a {
  color: #948ea1;
}

.header_top.h_top_two .header_top_inner ul li a:before {
  background: #948ea1;
}

/*.navbar {
  padding: 10px;
}*/

.navbar{
  box-shadow: 0px 3px 7px 0px #ccc;
  margin-bottom: 0px;
  min-height: 75px;
}

.navbar .navbar-brand img + img {
  display: none;
}

.navbar .nav .nav-item a {
  font-family: "Raleway", sans-serif;
  color: #000;
  padding: 0px;
  font-weight: 600;
}

.navbar .nav .nav-item a:after {
  display: none;
}

.navbar .nav .nav-item:hover a, .navbar .nav .nav-item.active a {
  color: #0D2891;
}

.navbar .nav .nav-item.submenu {
  position: relative;
}

.navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0px;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 365px;
    background: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar .nav .nav-item.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .nav-item.submenu ul li a {
  line-height: 45px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.navbar .nav .nav-item.submenu ul li:last-child {
  border-bottom: none;
}

.navbar .nav .nav-item.submenu ul li:hover a {
  background: #f2f2f2;
  color: #4466d7;
}

.nav > li > a:hover{
  background-color: #fff !important;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.navbar .nav .nav-item + li {
  margin-left: 30px;
}

.navbar .nav .search_dropdown {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.navbar .nav .search_dropdown a:before {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.249);
  left: 0;
  top: 0px;
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.navbar .nav .search_dropdown .search {
  background: #fff;
  height: 35px;
  padding: 0px;
  line-height: 35px;
  border-radius: 0px;
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar .nav .search_dropdown .search li .search-form {
  padding: 1px 10px 0px;
}

.navbar .nav .search_dropdown .search li .search-form .form-control {
  background: transparent;
  border: 0;
  font: 400 14px/31px "Open Sans", sans-serif;
  padding: 0px 0px 1px 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(64, 64, 64, 0.5);
  font-style: italic;
  text-shadow: none;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search li .search-form .form-control.placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control:-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control::-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .input-group-addon {
  background: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search li .search-form .input-group-addon button {
  background: transparent;
  border: 0px;
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown.open .search {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 7.7px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 4px;
  position: relative;
}

.navbar-toggler {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  float: right;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}

.navbar-toggler span:last-child {
  margin-bottom: 0px;
}

/*===================== main_header_area_two css ===================*/
.main_header_area_two {
  background: transparent;
}

/*============== main_header_area_three css ================*/
.main_header_area_three {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.header_top_two {
  padding: 14px 0px;
}

.header_top_two a {
  color: #fff;
}

.h_info a {
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.h_info a i {
  padding-right: 10px;
}

.h_info a + a {
  margin-left: 36px;
}

.h_info a:hover {
  color: #0D2891;
}

.h_social_icon a {
  font-size: 18px;
  margin-left: 18px;
}

.h_social_icon a:hover {
  color: #0D2891;
}

.nav_three {
  border-radius: 5px;
  background: #182557;
  padding: 0px 40px;
}

.nav_three .nav .nav-item a {
  line-height: 95px;
}

/*=============== affix css ===============*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 100ms linear;
  -webkit-backface-visibility: hidden;
}

.navbar_fixed .header_top, .navbar_fixed .header_top_two {
  display: none;
}

/*.navbar_fixed .navbar .navbar-brand img {
  display: none;
}
*/

.navbar_fixed .navbar-nav {
  margin-top: 0px !important;
}

.navbar-brand img {
 /* width: 180px;*/
  margin-top: -10px;
}

.navbar_fixed .navbar .navbar-brand img + img {
  display: block;
}

.navbar_fixed .navbar .nav .nav-item > a {
  color: #242424;
  line-height: 70px;
}

.navbar_fixed .navbar .nav .nav-item:hover > a, .navbar_fixed .navbar .nav .nav-item.active > a {
  color: #0D2891;
}

.navbar_fixed .navbar .navbar-toggler span {
  background: #0D2891;
}

.navbar_fixed.main_header_area_three {
  top: -70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: transform 300ms ease, background 100ms linear, -webkit-transform 300ms ease;
  border-radius: 0px;
  position: fixed;
  background: #fff;
}

.navbar_fixed.main_header_area_three .navbar {
  background: #fff;
  border-radius: 0px;
}

.navbar_fixed.main_header_area_three .navbar .nav .nav-item > a {
  line-height: 70px;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

    
/* banner start    */

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
 /* margin-top: 125px;*/
    /* 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.30);*/
}
.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;
    }

}

.fade:not(.show) {
    opacity: inherit;
}


/* banner end    */





.area-padding {
    padding: 100px 0px;
}

.abdeat h2{
  color: #333;
}

.abdeat h2 span{
  color: #ff0c21;
}

.border-head-bottom{
  width:10%;
  height: 2px;
  background-color: #ff0c21;
  color: #ff0c21;
  margin-bottom: 17px;
}

.border-head-bottom1{
  width:10%;
  height: 2px;
  margin-left: 45px;
  background-color: #ff0c21;
  color: #ff0c21;
  margin:0 auto;
}

.abt-right{
  padding: 30px;
  background-color: #f7f7f7;
  box-shadow: 10px 10px 0px 0px rgba(225,225,225,1);
}

.abt-right h3{
  margin-top: 0px;
  margin-bottom: 20px;
}

.abt-right h3 span{
  color: #2b2891;
}

.services-headline {
    margin-bottom: 30px;
    overflow: hidden;
}

.hmouprd{
  background-color: #f7f8f9;
  padding: 50px 0;
}

.services-headline h3 {
    font-size: 26px;
    width: 50%;
    line-height: 32px;
    font-weight: 700;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #001033;
    text-align: right;
    margin-top: 0px;
}

.services-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.50px;
}

.services-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #0093dd !important;
    content: "";
    width: 3px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.well-inner {
    margin-top: -30px;
}

.well-services {
    padding: 40px 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 30px;
}


.well-icon {
    margin-bottom: 20px;
    display: block;
}

span.number {
    color: #444;
    font-weight: 700;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
}

.well-content h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
}

.well-content h4 a {
    color: #444;
}

.well-services p {
    margin-bottom: 0px;
    font-size: 15px;
}

.well-services::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #f80d0d;
    content: "";
    transition: 0.5s;
}

.well-services:hover::after {
    width: 100%;
    height: 2px;
    background: #0093dd;
    transition: 0.5s;
}







.pl-lg-0, .px-lg-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.box-item {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
}


img {
    max-width: 100%;
    height: auto;
}

.box-item .content-box-inner {
    position: absolute;
    text-align: center;
    width: 295px;
    bottom: 20%;
}

.box-item .content-box-inner h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.box-item .content-box-inner p {
    color: #ccc;
}

.btn-small {
    padding: 13px 30px;
}

.au-btn-green {
    color: #fff;
    background: #307728;
}

.au-btn {
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    border: none;
    font-size: 15px;
    display: inline-block;
    line-height: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-align: center;
    color: #000;
    background: #7fc6a4;
}


/*.who {
  margin: 50px 0;
  text-align: center;
}*/

.whode h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}


.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}



.testhm {
  background: #f5f5f5;
  padding: 50px 0;
}





/* Slider */
.clilogo {
  background: #1e90ff;
  padding: 80px 0;
}


.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;
    border: 3px double #666666;
    height: 120px;
}
.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;
}


.pb40 {
    padding-bottom: 40px;
}

.copyft {
    font-size: 17px;
}

.id-color {
    color: #f80d0d;
}

.social-icons a {
    color: #f80d0d;
    font-size: 20px;
}



.ourprod h2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
}



.aboutpgf {
    padding: 60px 0;
    background: #fff;
}

.abdeat h2 {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.abdeat p {
    font-size: 15px;
    color: #444;
    margin-bottom: 10px;
    text-align: justify;
}

.serdeta a {
    color: #c12134;
    font-weight: 600;
}

.abimgde img {
  margin-top: 60px;
}


.who {
    background: url(../images/bacbg.jpg);
    background-attachment: fixed;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.whode p {
  color: #fff;
}


.trainingsec {
    margin: 60px 0;
}

.tracour h2 {
    /* color: #000; */
    position: relative;
    color: #1e1e27;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.4em;
    margin-bottom: 5px;
    margin-top: 26px;
    text-align: center;
}

.tarone h2 {
    color: #000;
    margin: 20px 0;
    font-size: 22px;
}

.serdeta a {
    color: #0093dd;
    font-weight: 600;
}

.trabtn {
    text-align: center;
    margin: 30px 0;
}

.trabtn a {
    background: #0093dd;
    padding: 15px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}



.main-footer {
    position: relative;
    background-color: #282828;
}


.main-footer .widgets-section {
    position: relative;
    padding: 45px 0px 30px;
}

.upper-box {
    display: none;
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: inline-block;
}

.main-footer .logo-widget .text {
    position: relative;
    color: #cccccc;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main-footer .logo-widget .read-more {
    position: relative;
    color: #2b6ad3;
    font-size: 15px;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    margin-bottom: 0px;
}

.main-footer .list li a {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 1px solid rgba(252,252,252,0.05);
}

.main-footer .footer-bottom .copyright, .main-footer .footer-bottom .created {
    position: relative;
    color: #cccccc;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}



.icon-bar1 {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

.icon-bar1 a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.google1 {
    background: #dd4b39;
    color: white;
}



.whats {
    background: #25d366;
    color: white;
}




.ourprhmde {
    margin: 30px 0;
}

.item-img {
    margin: 30px 0;
}

.itmbg {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* height: 425px; */
    /* padding-top: 37%; */
}

.item-img h2 {
    color: #fce105;
    /* font-size: 22px; */
    font-weight: normal;
    letter-spacing: 1px;
}

.item-img .item-img-overlay {
    color: #000;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.item-img .item-img-overlay {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #fff;
    z-index: 1;
}

.item-img .item-img-overlay {
    color: #000;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.item-img .item-img-overlay .cap {
    position: absolute;
    bottom: -50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 20px;
}

.cap h3 {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 1px;
}

.cap p {
    font-size: 18px;
    letter-spacing: 1px;
}

.item-img .item-img-overlay:hover {
    opacity: 1;
}

.item-img .item-img-overlay:hover .cap {
    bottom: 40%;
    margin-bottom: -50px;
}


.ourclient {
  padding: 60px 0;
}


.quote-section {
    /* position: relative; */
    padding: 80px 0;
    background: url(..//images/bg-body.jpg);
    margin: 0px 0;
}

.quote-section .content-column {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}
.quote-section .content-column .inner-column {
    position: relative;
    /* padding-right: 35px; */
}

.quote-section .content-column .inner-column h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-top: 0px;
}

.quote-section .content-column .inner-column .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    line-height: 1.6em;
    margin-bottom: 10px;
    /* font-family: 'Lato', sans-serif; */
}

.list-style-one {
    position: relative;
    margin-bottom: 0px;
}

.list-style-one li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.list-style-one li::before {
    position: absolute;
    content: '\f00c';
    left: 0px;
    top: 0px;
    color: #50B748;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.contact-links li{

}

.quote-section .form-column {
    position: relative;
}

.quote-section .form-column .inner-column {
    position: relative;
    padding: 40px 28px;
    border: 2px solid #e1e1e1;
    background-color: #f3f3f3;
    -webkit-box-shadow: 10px 10px 0px 0px rgba(225,225,225,1);
    -moz-box-shadow: 10px 10px 0px 0px rgba(225,225,225,1);
    box-shadow: 10px 10px 0px 0px rgba(225,225,225,1);
}

.quote-section .form-column .inner-column h2 {
    position: relative;
    color: #242424;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 12px;
    /* font-family: 'Poppins', sans-serif; */
}

.quote-section .form-column .inner-column .text {
    position: relative;
    color: #797979;
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 20px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 8px;
}

.default-form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 10px 20px;
    height: 42px;
    color: #989fa5;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 10px 20px;
    color: #989fa5;
    height: 120px;
    font-size: 15px;
    resize: none;
    background: #ffffff;
    border: 1px solid transparent;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.default-form .form-group button {
    margin-top: 20px;
}

.btn-style-five {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background: #262523;
    display: inline-block;
    padding: 11px 36px 11px;
    border-radius: 50px;
    /* font-family: 'Poppins', sans-serif; */
}


.tracour p {
  text-align: center;
  margin-bottom: 50px;
}

.pro-main{
  background-color: #fff;
  padding: 5px;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  height: 430px;
  margin-top: 40px;
  border:2px solid #fff;
  border-radius: 10px;
  transition: all 0.5s;
}
.pro-text{
  border-top:1px solid #ddd;
}
.pro-text h3{
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
  color: #333;
  margin-bottom: 15px;

}
.pro-text a{
  background-color: #0d2891;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  border-radius: 30px;
  border:2px solid #0D2891;
}
.pro-text a:hover{
  border:2px solid #0D2891;
  background-color: transparent;
  color: #0D2891;
}
.pro-main:hover{
  border:2px solid #0D2891;
  box-shadow: 0px 0px 5px #aaa;
}

.contact-links li{
  color: #fff;
}

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* ---------------------- */
/*       TESTIMONIAL      */
/* ---------------------- */
.parallax-section{
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#testimonial{
  padding: 80px 0;
  background-image: url(../images/bg-testimonial.jpg);
}
#testimonial{
  background: #f7f8f9;
}
.testimonial-heading h2{
  text-align: center;
  display: none;
color: #222;
}
.ts-testimonial-slide{
  text-align: center;
  color: #ffffff;
  width: 85%;
  margin: 0 auto;
}
.ts-testimonial-slide p{
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-family: 'Droid Serif';
  color: #000;
}
.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
}
.ts-testimonial-slide .ts-testimonial-item .icon-client{
  background: #ffffff;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 29px;
  margin-top: 2px;
}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: inline-block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-slide .ts-testimonial-item  .client-name{
  padding-left: 38px;
  font-size: 12.8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  display: block;
  line-height: normal;
  white-space: nowrap;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
  font-size: 12px;
  font-style: italic;
  line-height: normal;
  padding-left: 38px;
  display: block;
  text-align: left;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a{
  color: white;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
  color: #5ed9e7;
}





.case-block {
  position: relative;
  background: #fff;
  /* border: 1px solid #ececec; */
  /* border-radius: 5px; */
  overflow: hidden;
  margin: 15px 0px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  -moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

/*.pr-0 {
  padding-right: 0px;
  height: 390px;
}*/

/*.membersimg img {
  height: 175px;
}*/


.membername {
  background: #7bd1e8;
  /* padding: 10px; */
  text-align: center;
}

.case-block-inner {
  padding: 12px 25px 12px 10px;
}

.case-block p {
  color: #000;
  font-size: 15px;
  /* font-weight: 400; */
  margin-bottom: 12px;
}


.tracour {
  margin-bottom: 30px;
}

.case-block-inner h4 {
    color: #ff0c21;
    font-size: 22px;
    text-transform: uppercase;
}


/*about us page*/


.abt {
    background: url(../images/background/all-bg.jpg);
    background-size: cover;
    position: relative;

}

.abt h2 {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    top: 40%;
    left: 40%;
}

.abt h4 {
    position: absolute;
    top: 57%;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
    left: 40%;
}

.abt-page h2{
  position: relative;
  margin-bottom: 25px;
  color: #000 !important;
}

.abt-page h2 span{
  color: #000 !important;
  text-transform :uppercase;
}

.abt-page h2::after {
    content: '';
    position: absolute;
    background: #ff0c21;
    height: 4px;
    width: 20%;
    bottom: -15px;
    left: 0;
}

.product-img {
    position: absolute;
    top: 25%;
    left: 25%;
}

.product-img img{
    width: 45%;
    position: relative;
}





/*gallery page*/


.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}


/*contact page*/

input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
}
::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}


/* Contact Form Styling */

.contact {
  padding: 70px 0;
}

.textcenter {
  text-align: center;
}
.section1 {
  text-align: center;
  display: table;
  width: 100%;
}
.section1 .shtext {
  display: block;
  margin-top: 20px;
}
.section1 .seperator {
  border-bottom:1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h1 {
  font-size: 40px;
  color: #A44DD8;
  font-weight: normal;
}

.section2 {
    width: 1200px;
    margin: 25px auto;
}
.section2 .col2 {
  width: 100%;
}
/*.section2 .col2.first {*/
/*  float: left;*/
/*}*/
/*.section2 .col2.last {*/
/*  float: right;*/
/*}*/
.section2 .col2.column2 {
  padding: 0 30px;
}
.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}
.section2 .sec2addr {
  display: block;
  line-height: 26px;
}
.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}
.section2 .sec2contactform input[type="text"], 
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}
.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize:none;
}
.section2 .sec2contactform input[type="submit"] {
  padding: 10px 40px;
    color: #fff;
    border: 0;
    background:#ff081d;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}
.section2 .sec2contactform h3 {
  font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #ff101e;
}

.messages1{
    font-size: 18px;
font-weight: 600;
color: green;
padding-bottom: 14px;
}

.error{
    font-size:14px;
    color:red;
}





/* @media querries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  /*.container {*/
  /*  padding: 0 30px 70px;*/
  /*}*/
  .section2 .col2 {
    width: 100%;
    display: block;
  }
  .section2 .col2.first {
    margin-bottom: 10px;
  }
  .section2 .col2.column2 {
    padding: 0;
  }
  body .sec2map {
    height: 250px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }
  .section2 .sec2contactform h3 {
    font-size: 16px;
  }
  .section2 .sec2contactform input[type="text"], .section2 .sec2contactform input[type="email"], .section2 .sec2contactform textarea {
    padding: 10px;
    margin:3px 0;
  }
  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  } 
}


/*client page*/

.client {
  padding: 70px 0;
}

.client-box {
    width: 100%;
    height: 200px;
    /* background: #666; */
    margin: 15px 0;
    overflow: hidden;
    border: 3px double #666666;
}

.client-box img{
    width: 100%;
    height: 200px;
}

/*product page details*/

.list-details-product ul li{
      padding: 5px 10px;
      border: 1px solid #666;
      width: 100%;
      margin: 5px 0;
      border-radius: 5px;
      background: #030f22;


}

.active{
  background:#ff1926 !important;
}

.list-details-product ul li:hover {

  background: #ff1621;
  color: #fff;
}

.list-details-product ul li a{
  color: #fff;
}


.product-details {
  padding: 70px 0;
}

.product-details-details h2{
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}

.product-details-details h2::after{
  content: '';
  position: absolute;
  width:100%;
  height: 4px;
  background:#ff1926;
  left:0%;
  bottom: -10px;
}

.product-details-details ul li{
  list-style: disc;
  margin-left: 40px;
}

.product-details-details ul li a{

}

/*contact us page*/

.contact-box {
  background: #4e575f0d;
  width: 100%;
  height: 180px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px #c7c7c729;
}

.contact-box h2{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  position: relative;
  margin-bottom: 20px;
  color: #333;
}



.abt-box {
  padding-top: 20px;
}

.abt-box-img img{
  width: 100%;
}


.abt-page p span{
  font-size: 18px;
  color: #666;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-details-img img{
  width: 100%;
  border:1px solid;
  padding: 10px;
}


.product-details-box {
  padding-top: 20px;
}

.product-details-img {
  padding: 10px 0;
}

/*all background changes*/

.foam {
  background: url(../images/background/foam.jpg) !important;
  background-size: cover;
  padding: 200px 0;
}

.shredder {
  background: url(../images/background/shredder.jpg) !important;
  background-size: cover;
  padding: 200px 0;
}

.chipper {
  background: url(../images/background/shipper.jpg) !important;
  background-size: cover;
  padding: 200px 0;
}

.tumbler {
  background: url(../images/background/tumbler.jpg) !important;
  background-size: cover;
  padding: 200px 0;
}

.food{ 
   background: url(../images/background/ssl.jpg) !important;
  background-size: cover;
  padding: 200px 0;
 }

 .product-details-video video{
  width: 100%;
  height:280px;
 }

 .client1 {
   background: url(../images/background/our-client.jpg) !important;
  
  padding: 200px 0;
  
 }

 .video{
  background: url(../images/background/video.jpg) !important;
  
  padding: 200px 0;
 }

 .contact-page {
   background: url(../images/background/contact-us.jpg) !important;
   padding: 200px 0;
 }

 .contact-us-heading {
  background-color: #c5cbd4;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23c5cbd4'/%3E%3Cstop offset='1' stop-color='%23f2fcff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23f1ffe8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1ffe8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23f1ffe8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1ffe8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
 }

 .contact-us-heading h2 {
    text-align: center;
    padding: 85px 0;
    color: #212020;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
}

.our-client-heading{
  background-color: #c5cbd4;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23c5cbd4'/%3E%3Cstop offset='1' stop-color='%23f2fcff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23f1ffe8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1ffe8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23f1ffe8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23f1ffe8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.5'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

.our-client-heading h2 {
    text-align: center;
    padding: 85px 0;
    color: #212020;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
}