*{
    font-family: 'Raleway', sans-serif;

}
a{
    text-decoration: none;
}
body{
    position: relative;
    transition: 1s;
}
:root{
  --primary-color:#ee7c1c!important;
  --sec_color:#23345f !important;
  --font:'Raleway', sans-serif;
}
/* preloader */
.pre{
    width: 100%;
    position: fixed;
    top: 250px;
    text-align: center;
}
.pre img{
        width: 10%;
        height: 5%;
        margin: auto 20%;
        z-index: 99999999999999999;
    }
/*  preloader end */



/*---- form sec start --*/
.form_sec{
    width: 50%;
    background: #fff;
    position: fixed;
    top:-120%;
    bottom: 50%;
    left: 25%;
    transition: .5s;
    right: 50%;
    height: 450px;
    z-index: 999999999;
    border-radius: 8px;
    text-align: right;
    box-shadow: 0 2px 10px gray;
  
}
.addform_sec{
    top: 20%;

}
.form_sec span{
    text-align: right;
}
.form_sec span i{
    margin-right: 10px;
    font-size: 25px;
    margin-top: 5px;
  
    text-align: right;
}
.inner_form_quote{
    
}
.inner_form_quote{
    width: 100%;
    text-align: center;
}
.inner_form h3{

}

/*--- form sec end ----*/

/*  sidebar enquiry btn */
.sideBtn{
    width: 100px;
    height: 50px;
    background: red;
    position: fixed;
    z-index: 999999999;
    right: -1.5%;
    top: 50%;
    background: var(--primary-color);
    transform: rotate(270deg);
    transition:0.2s;
  
}


.sideBtn_inner{
    
    padding: 15px;
    
    background: var(--primary-color);
    
}
.sideBtn .sideBtn_inner a{
    font-size: 20px;
    text-decoration: none;
    color: #fff;
}


/*-- top_sec start --*/
.top_sec{
   overflow: hidden;
    color: #fff;
    background: linear-gradient(to right,#ee7c1c 59%,#23345f  50%);
    position: relative;
/*     background: #e6e6ff;*/
}

.top_left{
    background: var(--primary-color);
    
}
.top_left:before{
    position: absolute;
    content: "";
    width: 105px;
    height: 60px;
    background: var(--primary-color);
    left: -105px;
}
.top_left p {
    font-family: var(--font);
    margin-top:13px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
}
.top_left p a{
    color: #fff;
    text-decoration: none;
}
.top_right{
    text-align: right;
    background: var(--sec_color);
     padding-top: 5px;
     padding-bottom: 5px;
     text-transform: lowercase;
   
}
#top_row{
    padding-bottom: 5px;
}


.top_right:before{
    position: absolute;
    content: "";
    width: 90px;
    height: 70px;
    background: var(--sec_color);
    left: -50px;
    top: -35px;
    transform: rotate(48deg);
}
.top_right:after{
    position: absolute;
    content: "";
    width: 105px;
    height: 80px;
    right: -105px;
    top: -20px;
    background: var(--sec_color);
}

.top_right a{
    color: #fff;
    margin-top: 50px;

}
.top_right a:first-child{
    margin-right: 10px;
}
.top_right:hover a{
    color: #fff;
    text-decoration: none;
}
.top_right:hover a i{
    font-variant:#fff;
}

.top_right a  i{
    color: #fff;
    margin-top: 15px;
    z-index: 9999999999999;
    
}
/*-- top_sec end --*/




/*---------------- menu section start ---------*/
#menu_id{
  position: sticky;
  top: 0px;
    transition: 0.2s !important;
    z-index: 99999999;

}
.menu_sec{
    transition: 0.5s !important;
}
.menu_row{
    padding: 5px;

}
.menu_row ul li {
    padding: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}
.menu_row .navbar-light .navbar-nav .nav-link:hover{
    color: var(--primary-color);
}
.sticky_nav{
    padding-bottom: 10px;
    background:  #e6e6ff;
    background: #fff;
    position: fixed;
    color: #fff;
     position: sticky;
    box-shadow: 0 1px 5px gray;
     z-index: 999999;
     color: #fff;
    width: 100%;
    transition: 0.2s;
}
.get_quote{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    margin-left: 30px;
    background: var(--primary-color);
}
/*--- slider 2 start */


/*----------- slider section start ---*/
.blank{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
}
header .item2 {
  height: 100vh;
  position: relative;
}
header .item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item2 .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item2 .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item2 .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item2 .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item2 .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}
header .item2 .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*---- slider end */

/*------ examplify_sec start ------*/

.examplify_sec{
 
    margin:40px 0px;
}
.examplify_row{
    
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
.examplify_row h3{
    font-weight: bolder;
    font-size: 40px;
    color: var(--sec_color);
}
.examplify_row h4{
    font-size: 38px;
    font-weight: bolder;
    color: var(--sec_color);
}
/*------examplify_sec end ------*/

/*------- About us strt ---*/
.about_sec{
  
    background: #F9F7F7;
      background:rgba(249, 247, 247, .5);

    margin-bottom: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.about_row{
   
    margin-top: 50px;
}
.about_row h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    font-family: var(--font);
    color: var(--sec_color);
    font-weight: bolder;
}
.about_row .about_line{
   
    margin: 10px 0px;
    padding: 5px 0px;
    text-align: center;
}
.about_row .about_line .head{
    width: 400px;
    height: 2px;
    background: var(--sec_color);
    margin:auto;
    position: relative;
}
.head:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 10px;
    background: var(--sec_color);
    right: -10px;
    top: -4px;
}
.head:after{
    position: absolute;
    content: "";
    width: 40px;
    height: 10px;
    background: var(--sec_color);
    left: 0px;
    top: -4px;
}.about_line h3{
    text-align: center;
    font-weight: 700;
    color: var(--sec_color);
    margin-top: 25px;
    font-size: 15px;
    font-family: var(--font);
}
.about_row p{
    text-align: center;
    color: var(--sec_color);
    word-spacing: 2px;
 color:#4C4C4C;
    margin-bottom: 40px;
    margin-top: 15px;
    line-height: 25px;
}
.about_row .about_btn{
    margin-left: 42%;
    width: 200px;
    margin-bottom: 60px;
    margin-top: 40px;
    border: none;
    padding: 10px;
    font-family: var(--font);
    font-weight: bolder;
    background: var(--sec_color);
    border-radius: 5px;
    color: #fff;
    letter-spacing: 2px;
}
.about_btn a{
    text-decoration:none;
    color: #fff;
}
.about_btn:hover{
    background: var(--primary-color);
}
.about_btn:hover a{
    color: #fff;
}
/*------ mission row start ---*/

.mission_left{
   
    padding: 20px;
    margin-top: 100px;
    padding: 10px 0px;

}
.left_div{
    box-shadow: 0 2px 10px gray;
    padding-bottom: 10px;
   
}

.left_div .inner_div_left{
    padding: 20px;
    overflow: hidden;
    margin-top: 10px;
}
.inner_div_left h3{
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: var(--font);
    color: var(--sec_color);
}
.inner_div_left .left_line{
    width: 200px;
    height: 2px;
    margin-top: 40px;
    background: var(--sec_color);
    margin:auto;
    position: relative;
}
.left_line:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 8px;
    left: -20px;
    top: -3px;
    background: var(--sec_color);
}
.left_line:after{
    position: absolute;
    content: "";
    width: 30px;
    height: 8px;
    right: -20px;
    top: -3px;
    background: var(--sec_color);
}
.inner_div_left p{
    margin-top: 20px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
    color:  color:#4C4C4C;

}
/* about us end --*/

/*--- why chooes us sec start --*/
.why_chooes_sec{
    margin: 80px 0px;
}
.why_left{

 padding: 0px;
  
}
#img_why_sec{
    width: 100%;
    height: 100%;
  
    overflow: hidden;
    transition: 0.5s;
}
#img_why_sec img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

#img_why_sec:hover img{
    transform: scale(1.2);
    transition: .5s;
}
.why_div h3{
    text-align: center;
    font-weight: 700;
    color: var(--sec_color);
    
}
.why_head{
    background: var(--sec_color);
    width: 280px;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.why_head:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    
    top: -4px;
    left: -15px;
    
    background: var(--sec_color);
}
.why_head:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 10px;
    
    top: -4px;
    right: -15px;
   
    background: var(--sec_color);
}
.why_div p{
    margin-top: 30px;
    color:#4C4C4C ;
    font-size: 20px;
    text-align: center;
    color: black;
}
.why_div ul{
    margin-top: 20px;
}
.why_div ul li{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 700;
}
/*--- why choose sec end ---*/

/*--- why chooes us sec end --*/

/*------ services sec start ---*/
p,a,h1,h2,h3,h4,h5,h6,ul,li {
    margin: 0;
    padding: 0;
}

.section-services {
    background-color:#fff;
    color: #202020;
   
    padding-bottom: 50px;
}

.section-services .header-section {
    margin-bottom: 34px;

}

.section-services .header-section .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    font-weight: 700;
    
    color: var(--sec_color);
}


.section-services .header-section .description {
    font-size: 14px;
    color: #282828;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    
    border-radius: 10px;
    box-shadow: 0 2px 15px gray;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #ee7c1c;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #ee7c1c;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    background-color: #fff;
    color: #fd7e14;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    color: var(--sec_color);
    transition: color .3s;
}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ee7c1c;
    transition: background-color .3s;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}
/*------ services sec end ----*/


/*-------------- contact us page --------------------*/
.contact_sec{
    border: 1px solid black;
    background-image: url("../img/page-title.jpg");
}
.con_blank{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.contact_row h1{
    color: #fff;
    text-transform: uppercase;
    margin-top: 150px;
    font-weight: bolder;
}
.contact_row p{
    color: #fff;
    margin-top: 20px;
    font-weight: bolder;
    margin-top: 80px;
}
.contact_row span{
    color: var(--primary-color);
    margin-right: 10px;
}
 p .spanCon{
    color: #fff;
    margin-left: 10px;
}


.contact_row h3{
    margin-top: 150px;
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
}
.contact_row h3 a{
    text-decoration: none;
}
.contact_row h3 a span{
    color: #fff;

}

/*--- contact_detail start ---*/
.contact_detail{
   margin-top: 30px;
    margin-bottom: 100px;
}
.contact_inner{
     position: relative;

}
.contact_left .contact_inner h3{

    font-size: 14px;
    margin-top: 40px;
    text-transform: uppercase;
    color: #7c858c;
    font-weight: bolder;
    letter-spacing: 2px;
}
.contact_inner{
    position: relative;
}
.contact_inner:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 5px green;
    top: 5px;
}
.line_contact{
    position: absolute;
    width: 40px;
    height: 2px;
    top: -15px;
    background: var(--primary-color);
}

.contact_detail_row p{
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 10px;
    color: var(--sec_color);

}
/*----------- form row 1 start ------------*/

.contact_left .form_row{ 
    margin: 20px 0px;
}
.form_row .fname_div input{

    width: 100%;
    padding: 10px;
    outline: none;
    border: none;
    border-radius: 3px;
    background: #ced4da;
    outline: 1px solid transparent;
}
.fname_div input:focus{
    outline:0.5px solid gray ;
    background: whitesmoke;
}
.fname_div textarea{
    width: 100%;
    border: none;
    outline: 0.5px solid transparent;
    padding: 10px;
    background: #ced4da;
}
.fname_div textarea:focus{
    outline: 0.5px solid gray;
    background: whitesmoke;
}

.form_row .submitBtn_div button{
    width: 160px;
    padding: 15px;
    border: none;
      background: var(--primary-color);
}
.submitBtn_div button a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    z-index: 9999999999;
    color: #fff;
}

#submit_btn  #btn_contact{
  border:none;
  background-color:offwhite;
  font-size:15px;
  padding:20px 20px;
  text-transform:capitalize;
  cursor:pointer;
  transform:all 0.3s;
  position:relative;
  color: #fff;
  text-transform: uppercase;
}
#submit_btn #btn_contact:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top:-5px;
    left:-5px;
  border-top:2px solid tomato;
  border-left:2px solid tomato;
  transition:all 0.25s;
}
#submit_btn #btn_contact:hover:before ,#btn_contact:hover:after{
  width:104%;
  height:110%;
}
#btn_contact:hover:after{
     width:104%;
  height:110%;
}
#submit_btn button:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
    right:-5px;
  border-bottom:2px solid tomato;
  border-right:2px solid tomato;
  transition:all 0.30s;
}

.cont_right_row .left_row{
    
    width: 40px;
   
}
.left_row .icon{
    width: 90px;
    text-align: center;
    padding: 15px;
    background: var(--sec_color);
    transition: .5s;
}
.icon:hover{
    background: var(--primary-color);
    transition: .5s;
}
.left_row i{
    font-size: 30px;
    color: #fff;
}

.right_row h3{
    font-size: 18px;
    font-weight: 700;
    color: var(--sec_color);
}
.right_row p{
    font-size: 16px;
    color: gray;
    line-height: 35px;
}
.right_row .p_contact{
    text-transform:uppercase;
} 

/*----- about_sec_div -------*/
#top_sec{
    position: relative;
}
#top_sec:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 60px;
    background: red;
}

.about_sec_div{
    margin-bottom: 30px;
    margin-top: 60px;
}

.about_detail_inner{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transition: 0.5s;
    box-shadow: 0 10px 30px gray;
}
.about_detail_inner img{
    width: 100%;
    height: 100%;
    transition: .5s;
}
.about_detail_inner:hover{
     box-shadow: 0 10px 30px var(--sec_color);
}
.about_detail_inner:hover img{
    transform: scale(1.2);
    transition: .5s;

}
.about_detail_inner:before{
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
      background: rgba(238, 124, 28, 0.5);
    transition: .5s;
    left: -50%;
    z-index: 999999;
}
.about_detail_inner:hover:before{
    left: 0%;
    transition: .5s;
}
.about_detail_inner:after{
    width: 50%;
    height: 100%;    
    content: "";
    position: absolute;
      background: rgba(238, 124, 28, 0.5);
    transition: 0.5s;
    left: 100%;
}
.about_detail_inner:hover:after{
    left: 50%;
    transition: .5s;
}

.inner_about_right{
    position: relative;
   
}
.inner_about_right h3{
    text-transform: uppercase;
    font-weight: bolder;

    color: var(--sec_color);
}
.inner_about_right:before{
    position: absolute;
    content: "";
    width: 95px;
    height: 3px;
    background: var(--primary-color);
    top: 100%;
}
.about_right_detail p{
    font-size: 15px;
    color: gray;
    font-weight:bolder;
    margin-top: 10px;

}
/*--- core value section start ----*/
.coreValue_sec{
    margin: 80px 0px;
}
.coreValue_row{
   
}
.core_heading h4{
    margin-top:20px ;
    font-size: 35px;
    font-weight: bolder;
    color: var(--sec_color);
}
.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
 
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 67px 40px 64px;
}

.we-offer-area.text-center .item i {
  background: var(--sec_color); none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid var(--sec_color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
 
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}



.we-offer-area .item i {
  color: var(--sec_color);
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: var(--primary-color) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: var(--primary-color) !important;
}

.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}

/*---------- services section start ----*/

#services_p{
    margin-top: 50px;
    line-height: 30px;
    font-size: 18px;
}



/*----------- service section start -----------*/

.services_detail_sec{
    margin: 0px 0px;
    
}
.services_row_detail{
    padding: 20px 0px;
}
.services_detail_left{
    background: #f0ece5;
    margin-top: 10px;
    border-top: 6px solid var(--primary-color);
   padding-bottom: 30px;
}
.services_row_detail h3{
    margin-top: 30px;
    font-weight: bolder;
    margin-left: 10px;
}
.services_row_detail .services_iteam1{
   
    display: flex;
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    box-shadow: 0 3px 5px gray;
}
.services_iteam1:hover{
     box-shadow: 0 3px 5px var(--primary-color);
}

.icon_services i{
    font-size: 50px;
    color: var(--primary-color);
    margin-left: 10px;
    margin-right: 20px;
}
.services_iteam1{
    margin-left: 10px;
    margin-top: 20px;
 
}
.services_row_detail .services_iteam1 a{
    margin-top: 15px;
    line-height: 30px;
    font-weight: bolder;
    margin-left: 15px;
    font-size: 18px;
    transition: .5s;
    text-decoration: none;
/*    color: #2a2a2a;*/
    color: var(--sec_color);
}

.services_row_detail .services_iteam1 .a_custom{
    margin-left: 20px;
}
.services_row_detail .services_iteam1 .a_transport{
    margin-left: -5px;
}
.services_row_detail .services_iteam1 .a_warehouse{
    margin-left: 8px;
}
.services_iteam1 p span{
    margin-left: 70px;
    font-size: bolder   ;
}
.services_iteam1:hover a{
    color: var(--primary-color);
    transition: .5s;
}


.right_img1 {
    width: 100%;
    position: relative;
    height: 500px;
    transition: .2s;
    overflow: hidden;
}
.right_img1:hover img{
    transform: scale(1.2);
    transition: .2s;
}
.right_img1 .detail_img{
    position: absolute;
    width: 80%;
    height: 200px;
    background: rgba(238, 124, 28, 0.8);
    bottom: 0px;
}
.inner_img_div{
    width: 100%;
    height: 100%;
}
.detail_img h3{
    color: #fff;
    font-size: 20px;
    margin-left: 30px;

}
.detail_img p{
    color: #fff;
    font-size: 15px;
    margin-left: 30px;
    margin-right: 10px;
}
.inner_img_div{
    width: 100%;
    height: 400;
}

.inner_img_div img{
    width: 100%;
    height: 100%;
    transition: .2s;
}


/* row 2 clearnce */



.clearance_row2 h3{
    margin-top: 20px;
    font-weight: bolder;

}
.clearance_row2 p{
    font-weight: bolder;
    word-spacing: 2px;
    margin-top: 10px;
    color: gray;
    text-align: justify;
}


/* client logo slider start */
.logoslider{
   margin-top: 100px;
  
}
.logoslider .container .why_head{
    width: 120px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.logoslider h3{
    text-align: center;
    color: var(--sec_color);
    font-weight: bolder;
   
}

.section-padding {
    padding: 0px;
    margin-top: 20px;
}
.brand-carousel {
    background: white;
    margin-top: 2% ;
}




/*------ footer page start -----*/
/*--- contact section start --*/
.contact_sec{
    height: 400px;

}



/*---------- google map start ----*/
.map{
    
    margin: 40px 0px;
}




/*---- google map end ---*/

/*--- footer section end ----*/

a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: 'Roboto', sans-serif;
  margin-top: 50px;
}


.footer {
    background-color: var(--sec_color);
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #fff;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 100px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;

}

.footer-logo-link {
    display: inline-block;
/*    background: #fff;*/
    padding: 10px;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #00bef0;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: var(--primary-color);
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #027b9a;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/*--- footer section start ---*/






















