/* header start here */

.header_wrap {
  background: #ffffff;
  position: relative;
}

.header_menu {
  text-align: right;
  padding-right: 25px;
}

.header_menu ul {
  list-style: none;
}

.header_menu ul li {
  color: #303134;
  font-size: 17px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.header_menu ul li.vartual_evalution_btn{
  padding: 0;
  overflow: hidden;
}
.header_menu ul li.vartual_evalution_btn a {
    border: 1px solid #303134;
    background: transparent;
    color: #303134;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 7px 12px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    line-height: normal;
}
.header_menu ul li.vartual_evalution_btn a:hover {
  color: #fff;
}
.header_menu ul li.vartual_evalution_btn a:after{
    position: absolute;
    content: '';
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #303134;
    border-color: #303134;
    transition: 0.9s;
} 
.header_menu ul li.vartual_evalution_btn a:hover:after {
    left: 0;
} 


.header_menu ul li a {
  color: #303134;
}

.header_menu ul li.instagram_icon a i {
  font-size: 25px;
  color: #595959;
  margin: 9px 0 0 0;
}
.header_menu ul li.instagram_icon a:hover i{
  color: #e72978;
}

.header_menu ul li.phone_icon a i {
  font-size: 12px;
  color: #ffffff;
  background: #595959;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  margin-right: 8px;
}
.header_menu ul li.phone_icon a:hover i{
  color: #5ecaea;
}

.header_wrap {
  padding: 35px 0 0;
  background: #ffffff;
  border-bottom: #707070 1px solid;
}


.header_bottom {
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  padding: 10px 0;
}

.header_bottom.fixed {
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}

.header_bottom.fixed .logo_wrap img {
  width: 40%;
}


.main_menu .nav_sec ul li {
  color: #252525;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  position: relative;
}

.main_menu .nav_sec ul li a {
  color: #252525;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 46px;
  position: relative;
  display: inline-block;
}


.main_menu .nav_sec ul {
  display: flex;
  justify-content: space-between;
}

.main_menu ul li.active a {
  border-bottom: #252525 3px solid;
}

.main_menu ul li a:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #5ecaea;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}

.main_menu ul li a:hover {
  color: #5ecaea;
}

.main_menu ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

.main_menu .nav_sec ul ul{
  display: none;
}

/*  */

.main_menu ul li:hover ul {
  display: block;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.main_menu ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 48px;
  z-index: 9;
  width: 200px;
  background: #f5f5f5;
  text-align: left;
  padding: 0;
  display: none;
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.main_menu .nav_sec ul ul li {
  padding: 0 0;
  width: 100%;
  line-height: normal;
  display: block;
}

.main_menu .nav_sec ul ul li a {
  width: 100%;
  padding: 10px 10px;
  line-height: normal;
  display: block;
}

.main_menu .nav_sec ul ul li a:after {
  position: absolute;
  content: "";
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #5ecaea;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.main_menu .nav_sec ul ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

/*  */


.header_bottom.container {
  position: relative;
}

.logo_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo_wrap img {
  width: 80%;
  margin: 0 auto;
  max-width: 250px;
}


/* header ends here */




@media only screen and (max-width:767px) {


  /*========================== start mobile menu =================================*/

  span.toggle-menu img {
    float: left;
  }

  span.toggle-menu {
    width: auto;
    float: left;
    /* margin: -15px 0 0 0; */
    margin: -40px 0 0 0;
    padding: 0;
    display: block;
    cursor: pointer;
  }

  .header_bottom.fixed span.toggle-menu {
    width: auto;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
  }

  .header_bottom.fixed .logo_wrap {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main_menu .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 50px 0 0;
    background: #f5f5f5;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

  }

  .main_menu .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .main_menu .nav_sec .cls-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../img/cross.png) no-repeat center;
  }

  .main_menu .nav_sec ul {
    /* text-align: left; */
    text-align: center;
    display: block;
  }

  .main_menu .nav_sec ul>li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    float: left;
    margin: 0;
  }

  .main_menu .nav_sec ul>li+li {
    margin-left: 0;
  }

  .main_menu .nav_sec ul>li a {
    color: #334446;
    padding: 0 15px;
    font-size: 12px;
    border-radius: 0;
    display: block;
    border-bottom: none;
  }

  .main_menu .nav_sec ul li a:before {
    display: none;
  }

  .main_menu .nav_sec ul>li:hover>a,
  .main_menu .nav_sec ul>li.current-menu-item>a {
    background: #889274;
    color: #ffffff;
    border-bottom: none;
  }

  .main_menu .nav_sec>ul>li>a:after,
  .main_menu .nav_sec>ul>li>a:after {
    display: none;
  }

  .main_menu .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }

  .main_menu .nav_sec i {
    float: left;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }

  .main_menu .nav_sec ul>li:hover ul {
    display: none;
  }

  .main_menu .nav_sec ul>li ul {
    width: 100%;
    background: #334446;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    float: left;
    border-radius: 0;
    padding: 0;
  }

  .main_menu .nav_sec ul li ul li a {
    padding: 6px 35px;
    /* color: #fff; */
  }

  .main_menu .nav_sec ul ul>li:hover>a,
  .main_menu .nav_sec ul ul>li.active>a {
    background: #334446;
    /* color: #FFF; */
  }

  .main_menu .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../img/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

  }

  .main_menu .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main_menu .nav_sec ul li {
    width: 100%;
  }

  /*========================================================================================*/

  .header_menu {
    text-align: center;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .header_bottom {
    /* padding: 31px 0; */
    /* padding: 50px 0 0; */
    padding: 0 0 0;
  }

  .header_bottom.fixed {
    padding: 10px 0;
  }

  .header_wrap {
    padding: 0 0 0;
  }

  .logo_wrap img {
    width: 50%;
  }

  .header_menu ul li {
    font-size: 13px;
    line-height: 34px;
  }

  .header_menu ul li.phone_icon a i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
  }

  .header_menu ul li.instagram_icon a i {
    font-size: 19px;
    margin: 8px 0 0 0;
  }

  .logo_wrap {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


}

@media screen and (min-width:360px) and (max-width:767px) {}

@media screen and (min-width:412px) and (max-width:767px) {
  .header_wrap {
    padding: 0 0 25px;
  }

  .learn_more a {
    font-size: 10px;
    line-height: 28px;
    font-weight: 400;
    padding: 0 15px;
  }

  .banner_cont h1 {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  .case_studies_box h3 {
    font-size: 19px;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {}

@media screen and (min-width:568px) and (max-width:767px) {}

@media screen and (min-width:636px) and (max-width:767px) {}

@media screen and (min-width:732px) and (max-width:1024px) {}

@media screen and (min-width:768px) and (max-width:1024px) {
  .main_menu .nav_sec ul li {
    font-size: 10px;
    line-height: 46px;
    padding: 0 5px;
  }

  .header_bottom {
    padding: 1px 0;
  }
  .header_bottom.fixed{
    padding: 8px 0;
  }

  .logo_wrap img {
    width: 50%;
    margin: 0 auto;
    max-width: 250px;
  }

  .header_wrap {
    padding: 0 0 0;
  }

  .header_wrap {
    padding: 0 0 0;
  }

  .header_menu ul li {
    font-size: 15px;
    line-height: 35px;
  }

  .header_menu ul li.phone_icon a i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 8px;
  }

  .header_menu ul li.instagram_icon a i {
    font-size: 21px;
    color: #595959;
    margin: 9px 0 0 0;
  }



}

@media screen and (min-width:800px) and (max-width:1024px) {}

@media screen and (min-width:900px) and (max-width:1024px) {}

@media screen and (min-width:980px) and (max-width:1024px) {}

@media screen and (min-width:1000px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1280px) {}

@media screen and (min-width:1281px) and (max-width:1366px) {}

@media screen and (min-width:1500px) and (max-width:1999px) {}

@media screen and (min-width:2000px) and (max-width:3000px) {}


@media only screen and (max-width: 1199px){
.main_menu ul li.menu-item-205 ul{
  left: auto;
  right: 0;
}  
}
@media only screen and (max-width: 1024px){
.header_menu {
  padding-top: 10px;
} 
}
@media only screen and (max-width: 991px){
.header_menu ul li.vartual_evalution_btn a {
  font-size: 11px;
  padding: 7px 5px;
} 
.header_menu ul li {
  padding-left: 5px;
} 
.header_menu ul li.phone_icon a i {
  margin-right: 0px;
}
.header_menu {
  padding-right: 0;
}
}
@media only screen and (max-width: 767px){
.header_menu {
  padding-top: 5px;
  padding-bottom: 8px;
}
.main_menu .nav_sec > ul{
  text-align: left;
  margin: 0;
  padding: 0;
}
.main_menu .nav_sec > ul > .new > li{
  padding: 0;
  margin: 0;
  display: block;
}
.main_menu .nav_sec ul li a {
  display: block;
  padding: 0 12px;
}
.main_menu ul li:hover ul{
  display: none;
}
.main_menu .nav_sec ul li ul{
  width: 100%;
  position: static;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  text-align: left;
}
.main_menu .nav_sec ul li ul li{
  float: none;
}
.main_menu .nav_sec ul li ul li a {
  display: block;
  padding: 6px 20px;
}
}
@media only screen and (max-width: 480px){
.logo_wrap {
  top: 72%;
}  
.logo_wrap img {
  width: 40%;
}
}