
*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
   

}
a:hover{
    text-decoration: none !important;
   
}
.img-fluid{
max-width: 100%;
height: auto;
}
.navbar-toggle .icon-bar {
    background-color: #fff !important;
}
/*HEAD*/
header{
    background: #000000 ;
    color: #fff !important;
   
    z-index: 999;
    width: 100%;
}
.navbar-box{
    display: flex;
    justify-content: center
}
.nav>li>a {
    text-transform: uppercase;
    position: relative;
color: #fff !important;
transition: all 0.3s linear 0s;
font-size: 14px !important;
font-weight: 400;
padding: 20px !important; 
}
.nav>li>a:hover, .nav>li>a.active{
    color: #ffffff;
                background-color: #a0cd4e !important;
}
.navbar{
    margin-bottom: 0px !important;
    background-color: #000000 !important;
}
.top-nav{
    background-color: #fff;
    padding: 20px 0;
}
.icon-wrapper img{
    width: 32px;
    height: 32px;
}
.mar-top{
    margin-top: 52px;
  }

.head-left{
width:150px;
}

.type4 {
    padding: 0 0 0 45px;
   position: relative;
}
.type4 .icon-wrapper {
    width: 32px;
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
   
   
    text-align: center;
    
}
.icon-wrapper img {
    position: static;
}
.type4 h5{
    font-weight: 500 !important;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.type4 h4{
    font-size: 16px !important;
    color: #888;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.x-sub-menu2, .x-sub-menu3, .x-sub-menu4, .x-sub-menu5, .x-sub-menu6, .x-sub-menu7{
    display: none;
    visibility: hidden;
    box-shadow: 0 0 2px 1px rgba(0,0,0,0.25);
    background: #000;
    transition: all 0.3s linear 0s;
    position: absolute;
    width: 220px;
    left: 0;
    top: 100%;
    z-index: 10;
}
.drop1:hover .x-sub-menu2, .drop2:hover .x-sub-menu3, .drop3:hover .x-sub-menu4, .drop4:hover .x-sub-menu5, .drop5:hover .x-sub-menu6, .drop6:hover .x-sub-menu7{
    display: block;
    visibility: visible;
}

.x-sub-menu li{
    display: block;
}
.x-sub-menu li a{
    text-transform: uppercase;
    padding: 17px 25px;
    border-bottom: 1px solid #2e2e2e;
    display: block;
    transition: all 0.3s linear 0s;
    color: #ffffff;
    font-size: 12px;
}
.x-sub-menu li:hover {
    background-color: #a0cd4e;
}
/*banner*/
.item1 img{
    height: 500px !important;
}
.carousel-caption h5{
    font-size: 50px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    color: #fff;;
    position: relative;
    animation-name: example2;
    animation-duration: 2s;
}

@keyframes example {
    25%  { right:100px; top:0px;}
   
    100% { right:0px; top:0px;}
}
.carousel-caption p{
    position: relative;
    font-size: 40px;
    animation-name: example;
    animation-duration: 2s;
    transition: .3s;
    margin: 20px 0 0;
    color: #ffffff;
    text-decoration: none;
    white-space: normal;
    font-weight: 400;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}
.carousel-caption a{
    position: relative;
   
   
    padding:8px 15px ;
 
  margin: 20px 0 0;
    background-color: #a0cd4e ;
    color: #fff;
}
.carousel-caption a:hover{
    background-color: #8261ee;
    color: #fff !important;
}
  
  @keyframes example2 {
  
    25%  { left:100px; top:0px;}
   
    100% { left:0px; top:0px;}
  }
  .carousel-caption{
      bottom: 59px !important;
  }
  .sec-padd{
      padding: 40px 0;
  }
  .parallax-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 23px;
    font-size: 22px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    color: #333;

}
.accordion {
  background-color: #fff;
  color: #000;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer;
  padding: 14px 20px 14px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}



  .accordion:after {
    font-size: 16px !important;
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: left;
    margin-right: 15px;
  }
  
 .accordion.active:after {
    content: "\2212";
  }
  
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.progress{
    height: unset !important;
    background: #f7f7f7;
    border: 1px solid !important; 
    margin-bottom: 20px !important;
}
.progress-bar {
    background-color: #000 !important; 
    height: 12px !important;
    
}
.per-box{
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1em 0.5em 0;
}
.per-left{
    font-size: 13px;
    font-weight: 500;
}
.vc_general{
    margin-top: 20px;
}
.dt-sc-aedit-title.alignleft {
    padding-left: 45px;
    position: relative;
}

.dt-sc-aedit-title.alignleft h6 {
    font-family: Lora;
    font-weight: 400;
    color: #4d5557;

    font-size: 18px;
    margin-bottom: 5px;
    line-height: 26px;
    font-style: italic;
}
.dt-sc-aedit-title h2 {
    margin: 0px;
    line-height: 46px;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
}
.dt-sc-aedit-title::before{
    position: absolute;
    content: "";
    top: 0;
    width: 10px;
    height: 100%;
    left: 0;
    border-left: 6px double;
    border-color: #a0cd4e;
}
.vc_column-inner {
    box-sizing: border-box;
 
    width: 100%;
   
}
.service-box{
    margin: 30px 0;
}
.dt-sc-icon-box {
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.dt-sc-icon-box .icon-wrapper {
    position: relative;
}
.dt-sc-icon-box.type1 {
    margin-bottom: 30px;
    padding: 60px 18px 55px;
    width: 100%;
    border: 1px solid;
    border-color: #eee;
    overflow: hidden;
    z-index: 9;
    height: 390px;
   
    text-align: center;
}
 .dt-sc-icon-box.type1:after ,
.dt-sc-icon-box.type1:before {
    content: "";
    height: 0;
    margin: 0;
    opacity: 0;
    padding-top: 50%;
    pointer-events: none;
    position: absolute;
    width: 50%;
    z-index: -1;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #a0cd4e;
    left: 0;
    top: 0;
}
.dt-sc-icon-box.type1 .icon-wrapper {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
.dt-sc-icon-box.type1 .icon-wrapper span {
    color: #a0cd4e;
    font-size: 56px;
    position: relative;
}
.dt-sc-icon-box.type1 .icon-content {
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
   
}
.icon-content h4 {
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    font-size: 24px;
    height: 50px;
}
.icon-content p {
    margin-bottom: 0;
    position: relative;
    text-align: justify;
}
.dt-sc-icon-box.type1:hover h4{
    color: #ffffff;
}
.dt-sc-icon-box.type1:hover:before {
     margin: 1px 0 0 1px; left: 100%; 
     top: 100%; -webkit-transform: translate(-100%, -100%);
      transform: translate(-100%, -100%);
     }
	.dt-sc-icon-box.type1:hover:after
     { 
        margin: 0 1px 1px 0;
         bottom: 100%; 
         right: 100%; 
         -webkit-transform: translate(100%, 100%); 
         transform: translate(100%, 100%);
         }
 .dt-sc-icon-box.type1:hover {
            border-color: #a0cd4e;
        }
        .dt-sc-icon-box.type1:hover .large-icon {
            -webkit-transform: scale(2);
            -moz-transform: scale(2);
            -ms-transform: scale(2);
            transform: scale(2);
            opacity: 1;
        }
        .dt-sc-icon-box.aligncenter .large-icon {
            left: 0;
            margin: 0 auto;
            top: 50%;
            opacity: 0;
            z-index: 0;

           
        }
        .dt-sc-icon-box .large-icon {
            position: absolute;
            right: 0;
            color: rgba(255, 255, 255, .1);
            font-size: 100px;
            transition: all 0.3s linear 0s;
        }
         .dt-sc-icon-box.type1:hover .icon-wrapper span { color: #000; }
         .dt-sc-icon-box.type1:hover p{ color: #000; }
         
	.dt-sc-icon-box.type1:before { left: 0; top: 0; }
	.dt-sc-icon-box.type1:after {bottom: 0;right: 0;}
        
	.dt-sc-icon-box.type1:hover:before, .dt-sc-icon-box.type1:hover:after { opacity: 1; padding-top: 154%; width: 110%; }
 



    .dt-sc-icon-box.type2 {
        padding: 28px 30px 24px;
        transition: all 0.3s linear 0s;
    }
    .dt-sc-icon-box.type2 .icon-wrapper {
        float: left;
        margin: 0 15px 0 0;
        top: 12px;
    }
    .dt-sc-icon-box.type2 .icon-wrapper span {
        font-size: 24px;
        color: #a0cd4e;
    }
    .dt-sc-icon-box.type2:hover {
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    }
/*footer*/

.top{
    width: 100%;
   
  }
  

  .top-left ul li a i{
    width: 32px;
  height: 32px;
  
  border: 2px solid #dee01b;
  color: #dee01b;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  }
  .top-left ul{
    padding: 0px;
    margin: 0px;
  }
  .top-left ul li{
  display: inline-block; 
    padding: 7px 0px ;
  }
  .top-left ul li a{
    
    text-decoration: none;
   
  }
 .top-left ul li a i{
   display: inline-block;
  position: relative;
  top: -13px;
  }
  .top-left ul li a p{
    color: #fff;
    opacity: .6;
  font-size: 12px;
  padding: 5px 0px;
   display: inline-block;
   
  margin: 0 10px;
  }
  .top-left ul li a:hover p{
    opacity: unset;
    transition: all 0.5s ease-in-out;
  }
  .pos-set{
    position: relative;
  top: -14px;
  }
  
  
  .top-right ul{
    padding: 0px;
    margin: 20px 0px;
  }
  .top-right ul li{
    display: inline-block; 
      padding: 7px 0px ;
  }
  .top-right ul li a{
    padding: 5px 0px;
    color: #fff !important;
    opacity: .6;
  
  margin: 0 10px;
    text-decoration: none;
    font-size: 13px;
  }
  .top-right ul li a:hover {
    opacity: unset;
    transition: all 0.5s ease-in-out;
    color: #dee01b !important;
  }
  
  .btn-bottom{
   color: #fff;
   
   /*background: #4c4c4c;*/
   background: #1a1a1a;
   overflow: hidden;
   
  
  }
  .btn-bottom .row{
   background-color: unset;
   margin: 0;
   height: unset;
  }
  
  .btn-bottom .ml16{
  margin-bottom: 6px;
  font-size: 18px;
  padding:5px 10px;
  border-radius: 5px;
  font-weight: 500;
  color: #fff !important;
  opacity: unset;
  animation: blinkingBackground 2s infinite;
  }
  .btn-bottom .ml16:hover{
    color: #fff !important;
  }
  @keyframes blinkingBackground{
  0%		{ background-color: #a0cd4e;}
  25%		{ background-color: #1a1a1a;}
  50%		{ background-color: #a0cd4e;}
  75%		{ background-color: #1a1a1a;}
  100%	        { background-color: #a0cd4e;}
  }
  
  
  .ml16:hover{
  text-decoration: none;
  }
  
  .sec2 ul{
   margin: 0px;
   padding: 0px;
  }
  .sec2 ul li{
   display: inline-block;
  
  margin-right:49px;
  }
  .sec2 ul li a{
   color: #b2b2b2;
   font-size: 13px;
   line-height: 43px;
  transition: all 0.5s ease-in-out;
  }
  .sec2 ul li a:hover{
   color: #fff;
   text-decoration: none;
  }
  .copy-right {
    text-align: center;
    overflow: hidden;
    padding: 10px 0px;
    border-top: 1px solid #ebebeb3b;
    background: #1a1a1a;
  }
  .copy-text {
    color: #b2b2b2;
    font-weight: 300 !important;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0px !important;
  }
  
  .copy-text a{
    color: #b2b2b2 !important ;
  }
  .copy-right a:hover{
    text-decoration: none;
    color: #fff !important;
    cursor: pointer;transition: all 0.5s ease-in-out;
  }
  
.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{
    .overlay a i{
        margin-left: 5px;
    }
    .x-sub-menu {
position: relative;
width: 100%;
    }
    .mobile-nav{
        display: block;
        padding: 15px 0;
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .carousel-caption h5 {
        font-size: 2.286em;
    }
    .carousel-caption a {
    padding: 5px 8px;
    }
    .dt-sc-icon-box.type2 {
        padding: 25px;
      
    }
}

  @media (min-width: 768px) and (max-width: 1024px){ 
    .overlay a i{
        margin-left: 5px;
    }
    .x-sub-menu{
        position: relative;
        width: 100%;
            }
  .mobile-nav .navbar-nav {
         float: unset !important;

    }
    .mobile-nav .navbar-nav>li {
float: unset !important;
    }
    .mobile-nav{
        display: block;
        padding: 15px 0;
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
   
 
  
}