/*MAIN CSS*/
/*\\\\\\\\\\\\\*/
/*=================*/


@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;500;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Raleway:wght@200&display=swap');



/*
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700

font-family: 'Montserrat', sans-serif;
font-family: 'Teko', sans-serif;


*/

/*@font-face {
    font-family: 'Dubai Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dubai-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Dubai Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dubai-Light.woff') format('woff');
}
@font-face {
    font-family: 'Dubai Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dubai-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Dubai Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dubai-Bold.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Regular.woff') format('woff');
}
@font-face {
    font-family: 'MyriadPro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/MyriadPro-Light.woff') format('woff');
}
*/



/*====================Sticky call to action Starts========================*/
.sticky_call_to_action.nav {
  right: 15px;
  z-index: 20;
  width: 35px;
  bottom: 8px;
  height: 35px;
  display: block;
  position: fixed;
  line-height: 35px;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75);
  transition: ease 0.4s all;
}
.sticky_call_to_action.nav.home_page{
    bottom: 90px;
}
.sticky_call_to_action.nav.visible{
    bottom: 55px;
}
.sticky_call_to_action .mask {
    z-index: 21;
    color: #161616;
    width: inherit;
    height: inherit;
    cursor: pointer;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    background: #fff;
    transition: all .1s ease-in-out 0s;
}

.sticky_call_to_action.nav.active .mask {
    background: #f3f3f3;
    /* transform: rotate(-135deg); */
    color: #161616;
}

.sticky_call_to_action.nav:after {
  top: 0;
  left: 0;
  content: '';
  width: inherit;
  height: inherit;
  border-radius: 50%;
  position: absolute;
  /*background: #FE423D;*/
  transition: all .1s ease-in-out 0s
}

.sticky_call_to_action.nav.active:after {
  top: -125px;
  left: -125px;
  width: 350px;
  height: 350px
}

.sticky_call_to_action .nav-item {
  top: 0;
  left: 0;
  z-index: 19;
  width: 35px;
  height: 35px;
  color: #161616;
  font-size: 20px;
  transform: none;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  transition: all .3s cubic-bezier(.68, 1.55, .265, 1);
  background: #fff;
}

.sticky_call_to_action.nav.active .nav-count-1 {
  transform: translate(10px, -100px)
}

.sticky_call_to_action.nav.active .nav-count-2 {
  transform: translate(-42px, -80px);
}

.sticky_call_to_action.nav.active .nav-count-3 {
    transform: translate(-81px, -40px);
}

.sticky_call_to_action.nav.active .nav-count-4 {
      transform: translate(-100px, 10px);
}

.sticky_call_to_action .pull-left {
  float: left
}

.sticky_call_to_action .pull-right {
  float: right
}

.sticky_call_to_action .html,
.sticky_call_to_action .invisible {
  display: none
}

.sticky_call_to_action .html.visible,
.sticky_call_to_action .visible {
  display: block
}

.sticky_call_to_action .sidebar .sidebar-content,
.sticky_call_to_action .sidebar .sidebar-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all .3s ease-in-out 0s
}

.sticky_call_to_action .sidebar .sidebar-overlay {
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: 999;
  transform: scale(0);
  background: rgba(0, 0, 0, .4)
}

.sticky_call_to_action .sidebar .sidebar-content {
  width: 80%;
  color: #333;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  transform: translateX(-100%)
}

.sticky_call_to_action .sidebar.active .sidebar-content {
  transform: translateX(0)
}

.sticky_call_to_action .sidebar.active .sidebar-overlay {
  opacity: 1;
  transform: scale(1)
}

.sticky_call_to_action .sidebar .sidebar-content .top-head .name {
  font-size: 28px;
  margin-bottom: 5px
}

.sticky_call_to_action .sidebar .sidebar-content .top-head .email {
  font-size: 13px;
  margin-bottom: 50px
}

.sticky_call_to_action .sidebar .sidebar-content .nav-left>a {
  color: #333;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  line-height: 24px;
  vertical-align: top;
  text-decoration: none
}

.sticky_call_to_action .sidebar .sidebar-content .nav-left>a>span {
  color: #aaa;
  font-size: 24px;
  min-width: 40px;
  display: inline-block
}

.sticky_call_to_action .html.chats,
.sticky_call_to_action .html.search,
.sticky_call_to_action .html.compose,
.sticky_call_to_action .html.credits,
.sticky_call_to_action .html.settings,
.sticky_call_to_action .html.welcome {
  margin-top: 50px
}

.sticky_call_to_action .on-off {
  display: none
}

.sticky_call_to_action .on-off+label {
  width: 30px;
  height: 10px;
  position: relative;
  border-radius: 5px;
  background: #dedee0;
  display: inline-block;
  transition: all .3s ease-in-out 0s
}

.sticky_call_to_action .on-off+label:after {
  left: 0;
  top: -2px;
  width: 15px;
  content: '';
  height: 15px;
  position: absolute;
  border-radius: 50%;
  background: #bebdc2;
  transition: all .3s ease-in-out 0s
}

.sticky_call_to_action .on-off:checked+label {
  background: #fd99b3
}

.sticky_call_to_action .on-off:checked+label:after {
  left: 15px;
  background: #fb3666
}

.sticky_call_to_action .btn {
  color: #eee;
  width: 100%;
  border: none;
  font-size: 16px;
  padding: 12px 24px;
  background: #cf0e3f;
  border-radius: 30px
}
.sticky_call_to_action .search .title{
    font-size:24px;
}
.sticky_call_to_action .search .title p{
    margin:0;
    font-size:16px;
    line-height:18px;
}
.sticky_call_to_action .welcome .datetime .date,
.sticky_call_to_action .welcome .datetime .day {
   margin-bottom: 15px
}

.sticky_call_to_action .welcome .datetime .day {
  font-size: 28px;
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.sticky_call_to_action .welcome .datetime .date {
  -webkit-animation-duration: .35s;
  animation-duration: .35s
}

.sticky_call_to_action .forecast {
  margin-top: 30px
}

.sticky_call_to_action .forecast .temperature {
  text-align: right
}

.sticky_call_to_action .forecast .datetime .day,
.sticky_call_to_action .forecast .temperature .unit {
  font-size: 28px;
  min-height: 33px
}

.sticky_call_to_action .forecast .datetime .date,
.sticky_call_to_action .forecast .temperature .location {
  color: #ccc;
  font-size: 12px
}

.sticky_call_to_action .forecast .temperature .unit>i {
  top: -2px;
  font-style: normal;
  position: relative
}

.sticky_call_to_action .forecast .animated {
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.sticky_call_to_action .alarm-list {
  margin-top: 50px
}

.sticky_call_to_action .alarm-list .note {
  padding: 10px 0
}

.sticky_call_to_action .alarm-list .note:nth-child(1) {
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.sticky_call_to_action .alarm-list .note:nth-child(2) {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.sticky_call_to_action .alarm-list .note:nth-child(3) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .alarm-list .note .time {
  min-width: 35px;
  margin-right: 30px
}

.sticky_call_to_action .alarm-list .note .time>.shift,
.sticky_call_to_action .alarm-list .note .to-do>.subject {
  color: #ccc;
  font-size: 11px
}

.sticky_call_to_action .alarm-list .note .time {
  text-align: center
}

.sticky_call_to_action .alarm-list .note .to-do>.title {
  font-size: 14px
}

.sticky_call_to_action .alarm-list .note:not(:last-child) {
  position: relative
}

.sticky_call_to_action .alarm-list .note:not(:last-child):before {
  bottom: 0;
  width: 82%;
  content: '';
  right: -15px;
  position: absolute;
  border-bottom: 1px solid rgba(170, 170, 170, .5)
}

.sticky_call_to_action .user-list .user {
  width: 30px;
  height: 30px;
  margin: 4px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #bbb
}

.sticky_call_to_action .user-list .user>img {
  width: 100%
}

.sticky_call_to_action .compose .forms .group {
  margin-bottom: 15px
}

.sticky_call_to_action .compose .forms .group>label {
  padding: 6px 0;
  min-width: 40px;
  display: inline-block
}

.sticky_call_to_action .compose .forms .group>label>span {
  min-width: 20px;
  display: inline-block
}

.sticky_call_to_action .compose .forms .group input,
.sticky_call_to_action .compose .forms .group textarea {
  color: #fff;
  border: none;
  resize: none;
  min-width: 185px;
  background: 0 0;
  padding: 5px 10px 1px;
  border-bottom: 1px solid rgba(170, 170, 170, .6)
}

.sticky_call_to_action .compose .forms .visible {
  width: 100%;
  display: block!important
}

.sticky_call_to_action .compose .forms .action {
  margin-top: 50px
}

.sticky_call_to_action .compose .forms .group:nth-child(1) {
  -webkit-animation-duration: .1s;
  animation-duration: .1s
}

.sticky_call_to_action .compose .forms .group:nth-child(2) {
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.sticky_call_to_action .compose .forms .group:nth-child(3) {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.sticky_call_to_action .compose .forms .group:nth-child(4) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .chats .tabs-list {
  margin-bottom: 15px
}

.sticky_call_to_action .chats .tabs-list .tab {
  float: left;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  margin-right: 15px;
  padding-bottom: 2px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid transparent
}

.sticky_call_to_action .chats .tabs-list .tab.active,
.sticky_call_to_action .chats .tabs-list .tab:hover {
  color: #fff;
  border-bottom: 2px solid
}

.sticky_call_to_action .chats .active-users .user {
  padding: 5px 0;
  cursor: default
}

.sticky_call_to_action .chats .active-users .photo {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 3px 2px rgba(0, 0, 0, .4)
}

.sticky_call_to_action .chats .active-users .photo img {
  width: 100%
}

.sticky_call_to_action .chats .active-users .desc {
  margin-left: 15px
}

.sticky_call_to_action .chats .active-users .desc p {
  margin: 0;
  font-size: 14px
}

.sticky_call_to_action .chats .active-users .desc .name {
  font-weight: 400
}

.sticky_call_to_action .chats .active-users .desc .position {
  color: #aaa;
  font-size: 12px
}

.sticky_call_to_action .chats .active-users .user .idle {
  height: 40px;
  position: relative
}

.sticky_call_to_action .chats .active-users .user .idle>span {
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  position: absolute;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff
}

.sticky_call_to_action .chats .active-users .user .idle>.online {
  background: #2ecc71
}

.sticky_call_to_action .chats .active-users .user .idle>.offline {
  background: #95a5a6
}

.sticky_call_to_action .chats .active-users .user .idle>.away {
  background: #f2ca27
}

.sticky_call_to_action .chats .active-users .user:nth-child(1) {
  -webkit-animation-duration: .18s;
  animation-duration: .18s
}

.sticky_call_to_action .chats .active-users .user:nth-child(2) {
  -webkit-animation-duration: .25s;
  animation-duration: .25s
}

.sticky_call_to_action .chats .active-users .user:nth-child(3) {
  -webkit-animation-duration: .35s;
  animation-duration: .35s
}

.sticky_call_to_action .chats .active-users .user:nth-child(4) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .chats .active-users .user:nth-child(5) {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.sticky_call_to_action .chats .active-users .user:nth-child(6) {
  -webkit-animation-duration: .6s;
  animation-duration: .6s
}

.sticky_call_to_action .chats .active-users .user .idle>span:before {
  right: 20px;
  bottom: -2px;
  display: none;
  padding: 0 5px;
  font-size: 12px;
  position: absolute;
  border-radius: 2px;
  content: attr(class);
  background: rgba(0, 0, 0, .4);
  text-transform: capitalize
}

.sticky_call_to_action .chats .active-users .user:hover .idle>span:before {
  display: block;
  -webkit-animation: fadeInRight .4s;
  animation: fadeInRight .4s
}

.sticky_call_to_action .profile {
  margin-top: 40px
}

.sticky_call_to_action .profile .photo {
  margin: auto;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 6px solid #ccc
}

.sticky_call_to_action .profile .photo img {
  width: 100%;
  border-radius: 50%;
  transition: all .2s ease-in-out 0s
}

.sticky_call_to_action .profile .photo .social {
  top: 50%;
  left: 50%;
  width: 30px;
  z-index: 99;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  transform: scale(0);
  transition: all .4s ease-in-out 0s
}

.sticky_call_to_action .profile .photo .social .soc-item {
  top: 0;
  left: 0;
  z-index: 19;
  width: 35px;
  height: 35px;
  color: #eee;
  font-size: 24px;
  transform: none;
  line-height: 35px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  transition: all .3s cubic-bezier(.68, 1.55, .265, 1)
}

.sticky_call_to_action .profile .photo .social .soc-item:hover {
  color: #fff
}

.sticky_call_to_action .profile .photo:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  background: rgba(0, 0, 0, .2);
  transition: all .3s ease-in-out 0s
}

.sticky_call_to_action .profile .photo:hover img {
  transform: scale(.5) rotate(10deg)
}

.sticky_call_to_action .profile .photo:hover .social,
.sticky_call_to_action .profile .photo:hover:after {
  transform: scale(1)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-1 {
  transform: translate(0, -50px)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-2 {
  transform: translate(-35px, -35px)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-3 {
  transform: translate(-50px, 0)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-4 {
  transform: translate(-35px, 35px)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-5 {
  transform: translate(0, 50px)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-6 {
  transform: translate(35px, 35px)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-7 {
  transform: translate(50px, 0)
}

.sticky_call_to_action .profile .photo:hover .social .soc-count-8 {
  transform: translate(35px, -35px)
}

.sticky_call_to_action .profile .details .heading {
  padding: 5px;
  margin: 10px 0;
  text-align: center;
  border-radius: 15px;
  background: rgba(0, 0, 0, .4)
}

.sticky_call_to_action .profile .details .heading>.name {
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px
}

.sticky_call_to_action .profile .details .heading>.position {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: 1px;
  border-left: 1px solid
}

.sticky_call_to_action .profile .details .text {
  margin: 0;
  color: #ccc;
  line-height: 24px;
  text-align: center;
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .setting-list {
  margin-left: -15px;
  margin-right: -15px
}

.sticky_call_to_action .setting-list .gear {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400
}

.sticky_call_to_action .setting-list .gear:not(:last-child) {
  border-bottom: 1px solid rgba(170, 170, 170, .4)
}

.sticky_call_to_action .setting-list .gear>.action {
  color: #aaa
}

.sticky_call_to_action .setting-list .gear:nth-child(1) {
  -webkit-animation-duration: .1s;
  animation-duration: .1s
}

.sticky_call_to_action .setting-list .gear:nth-child(2) {
  -webkit-animation-duration: .2s;
  animation-duration: .2s
}

.sticky_call_to_action .setting-list .gear:nth-child(3) {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.sticky_call_to_action .setting-list .gear:nth-child(4) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .setting-list .gear:nth-child(5) {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.sticky_call_to_action .setting-list .gear:nth-child(6) {
  -webkit-animation-duration: .6s;
  animation-duration: .6s
}

.sticky_call_to_action .credits .title {
  line-height: 24px;
  text-align: center
}

.sticky_call_to_action .credits .credit-ol {
  margin: 20px 0;
  counter-reset: credits
}

.sticky_call_to_action .credits .credit-li {
  line-height: 30px;
  position: relative;
  padding-left: 20px
}

.sticky_call_to_action .credits .credit-li:before {
  top: 0;
  left: 0;
  position: absolute;
  content: counter(credits);
  counter-increment: credits
}

.sticky_call_to_action .credits .credit-li:nth-child(1) {
  -webkit-animation-duration: .3s;
  animation-duration: .3s
}

.sticky_call_to_action .credits .credit-li:nth-child(2) {
  -webkit-animation-duration: .4s;
  animation-duration: .4s
}

.sticky_call_to_action .credits .credit-li:nth-child(3) {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.sticky_call_to_action .credits .credit-li:nth-child(4) {
  -webkit-animation-duration: .6s;
  animation-duration: .6s
}

.sticky_call_to_action .credits .credit-li:nth-child(5) {
  -webkit-animation-duration: .7s;
  animation-duration: .7s
}

.sticky_call_to_action .credits .credit-li:nth-child(6) {
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}

.sticky_call_to_action .credits .credit-li a {
  color: inherit;
  text-decoration: none;
  padding: 1px 5px;
  border-radius: 13px;
  transition: all .6s ease-in-out 0s
}

.sticky_call_to_action .credits .credit-li:hover a {
  box-shadow: 150px 0 0 0 rgba(0, 0, 0, .4) inset
}

.sticky_call_to_action .credits .credit-li span {
  font-size: 13px
}

.sticky_call_to_action .credits .text {
  margin-top: 10px;
  line-height: 22px;
  text-align: center
}

/*==============================Sticky call to action Ends==========================*/


body{
	background-color: #1D1D1D;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}





/* ================= normalizing =============*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
a,h1,h2,h3,h4,h5,h6,ul,li,ol,span,p,input{
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none!important;
	color: #f0f0f0;
	list-style: none;

}
h1,h2,h3,h4,h5,h6{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
}
img{width: 100%;}
input[type="number"]{
	appearance:textfield;
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	-ms-appearance:textfield;
	-o-appearance:textfield;
}
img{
    filter: grayscale(1);
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  object-fit: cover;
}
img:hover, :hover > img{
    filter: grayscale(0);
}
::selection {background: #f0f0f0;color: #222;}
::-moz-selection {background: #f0f0f0;color: #222;}
::-webkit-selection {background: #f0f0f0;color: #222;}
/*=========  end ===============*/

/*		Common Styles	*/
.master_wrap{
	/* max-width: 1440px; */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ease,a,input,button{
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.container{
    max-width: 1200px;
}
#nav-icon {
    z-index: 999;
    margin: 0;
    width: 20px;
    height: 18px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    display: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg );
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg );
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2) {
    top: 8px;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}
#nav-icon.open span:nth-child(1) {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(135deg );
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg );
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    width: 100%;
    right: 60px;
}
#nav-icon.open span:nth-child(3) {
    top: 8px;
    width: 100%;
    -webkit-transform: rotate(-135deg );
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg );
}

/* =============== end ============*/
.header_wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    padding: 20px 65px;
}
.logo_wrp{
    max-width: 200px;
}
.header_wrp_right {
    flex-grow: 1;
    justify-content: right;
    text-align: right;
}
.logo_wrp img {
    width: 180px;
    height: auto;
    object-fit: contain;
    filter: none;
}
.header_right_wrp{
    flex-grow: 1;
    text-align: right;
}
.header_social {
    display: inline-block;
    padding-right: 20px;
}
.header_social ul li,
.footer_social ul li{
    display: inline-block;
    vertical-align: middle;
}
.header_social ul li a,
.footer_social ul li a {
    color: #444;
    font-size: 18px;
    display: inline-block;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}
.header_section .footer_social ul li a{
    color: #fff;
}
.header_social ul li a:hover,
.footer_social ul li a:hover{
    color: #923b25;
}
.menu_wrp{
    display: inline-block;
    position: absolute;
    opacity: 0;
}
#nav-icon{
    display: inline-block;
}
.home_grid_section{
    position: relative;
}
.home_grid_wrp{

}
.home_grid_wrp ul{
    display: flex;
    /*flex-wrap: wrap;*/
}
.home_grid_wrp ul li{
    flex-grow: 1;
    text-align: center;
    transition: all 0.6s ease;
    width: 16.666%;
}
.home_grid_wrp ul li:hover{
    width: 30%;
}
.home_grid_wrp ul li a{
    display: block;
    position: relative;
    z-index: 5;
    height: calc(100vh - 206px);
    overflow: hidden;
}
.home_grid_wrp ul li a img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    object-fit: cover;
    transition: all 0.4s ease;
    filter: grayscale(1);
}
.home_grid_wrp ul li:hover a img{
    filter: grayscale(0);
}
.home_grid_wrp ul li a h4 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    z-index: 7;
    text-shadow: 0px 0px 25px #000;
}
.home_grid_wrp ul li a:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    background: #923b25;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.4s ease;
    z-index: 6;
}
.home_grid_wrp ul li a:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    bottom: auto;
    right: 40px;
    background: #923b25;
    background: #000;
    opacity: 0.5;
    transform: translateY(-50%);
    transition: all 0.4s ease;
    z-index: 6;
    height: 89px;
    margin-top: -3px;
}

.home_grid_wrp ul li a:hover:after{
    transform: scale(1);
    opacity: 0;
    
}
.home_grid_wrp ul li a:hover:before{
    height: 120px;
    background: #923b25;
    opacity: 0.7;
}
.home_grid_wrp ul li:hover a h4{
    /*font-size: 50px*/
    transform: translateY(-50%) scale(1.9);
}
.home_grid_wrp ul li:hover img{
    transform: scale(1.15);
    transition-delay: 0.2s;
}

/*======*/
@media (orientation: portrait) {
.home_grid_wrp ul li {
    width: 33.33%;
}
.home_grid_wrp ul {
    display: flex;
    flex-wrap: wrap;
}
.home_grid_wrp ul li a {
    max-height: 45vh;
}
}
/*=======*/
.menu_wrp {
    display: block;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: auto;
    top: -100px;
    z-index: 99;
    background: #101010;
    padding: 20px 25px;
    padding-top: 25px;
    padding-right: 120px;
    width: 100%;
    transition: all 0.4s ease;
    text-align: right;
}
.menu_wrp.active {
    opacity: 1;
    visibility: visible;
    top: 0;
    box-shadow: 0px 0px 7px 0px rgb(255 255 255 / 10%);
}
.menu_wrp li {
    display: inline-block;
    transition: all 0.2s ease;
    opacity: 0;
    position: relative;
    top: -50px;
    padding-left: 25px;
}
.logo_wrp {
    position: relative;
    z-index: 9999;
}
.menu_wrp li a {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.menu_wrp.active li{
    opacity: 1;
    top: 0;
}
.menu_wrp.active li:nth-child(1){
    transition-delay: 0.2s;
}
.menu_wrp.active li:nth-child(2){
    transition-delay: 0.3s;
}
.menu_wrp.active li:nth-child(3){
    transition-delay: 0.4s;
}
.menu_wrp.active li:nth-child(4){
    transition-delay: 0.5s;
}
.menu_wrp.active li:nth-child(5){
    transition-delay: 0.6s;
}
.menu_wrp.active li:nth-child(6){
    transition-delay: 0.7s;
}
.menu_wrp.active li:nth-child(7){
    transition-delay: 0.8s;
}
.menu_wrp.active li:nth-child(8){
    transition-delay: 0.9s;
}
.header_section .footer_social {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    transition: all 0.4s ease;
    bottom: 0;
}
body.menu_active .header_section .footer_social {
    bottom: -100px;
    opacity: 0;
    visibility: hidden;
}
.home_footer_section {
    padding: 10px 50px;
    background: #f6f6f6;
    border-top: 1px solid #2e2e2e;
    padding-right: 65px;
}
.home_footer_section .row{
    align-items: center;
}
.home_footer_section p {
    font-size: 14px;
    color: #444;
}
.inner_static_banner {
    position: relative;
    min-height: 500px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 15px;
    max-width: 100%;
    margin: 0 auto;
}
.inner_banner_slider {
    max-height: 100vh;
    overflow: hidden;
}
.inner_static_banner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
    z-index: -1;
}
.inner_banner_title {
    padding: 50px 35px;
    opacity: 0;
    position: relative;
    margin-left: -100px;
    transition: all ease 0.3s;
    max-width: 900px;
}
.inner_banner_title  p {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 15px;
    text-shadow: 0px 0px 15px #000;
    text-align: justify;
}
.slick-active .inner_banner_title{
    opacity: 1;
    margin-left: 0px;
}
.inner_static_banner{
    position: relative;
    z-index: 9;
    overflow: hidden;
}
img.banner_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    filter: grayscale(1) !important;
}
.inner_static_banner img.banner_bg{
    filter: none !important;
}
.inner_banner_title h1,
.inner_banner_title h2{
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
    text-shadow: 0px 0px 15px #000;
}
.about_content_section{
    padding: 50px 0;
}
.about_content_section h2 {
    font-size: 38px;

    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 25px;
    
}
.about_content_section h4 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
    padding-bottom: 15px;
    max-width: 775px;
    margin: 0 auto;
    text-align: justify;
    position: relative;
}
/*.about_content_section h4:before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
}*/
.about_content_section .row {
    align-items: center;
    padding-bottom: 50px;
}
.about_img_wrp {
    padding: 25px 0;
}
.about_img_wrp {
    margin-left: -150px;
}
.about_content_section .col-md-5 + .col-md-7 .about_img_wrp {
    margin: 0;
    margin-right: -150px;
}
.vision_mision_section {
    background: #D3D3D3;
}
.about_content_wrp li {
    padding: 15px 0;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
}
.about_content_wrp li:last-child{
    border: none;
}
.about_content_wrp {
    padding-left: 25px;
}
.about_content_wrp.short_list ul {
    max-width: 225px;
}
.about_content_wrp h3 {
    
    padding-bottom: 35px;
    font-size: 30px;
}
.about_content_wrp li a:hover{
    color: #923b25;
}
.about_content_wrp li h5 {
    padding-bottom: 5px;
    line-height: 1.6;
}
.about_content_wrp li p {
    font-size: 15px;
    text-align: justify;
}
.vision_mision_inner {
    padding: 50px 3px;
    text-align: center;
    max-width: 775px;
    margin: 0 auto;
}
.vision_mision_inner h4 {
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 1;
    color: #333;
}
.vision_mision_inner p {
    font-size: 20px;
    color: #333;
    text-align: justify;
}
.vision_mision_inner p strong {
    font-weight: 300;
/*    color: #923b25;*/
}
.vision_mision_section .col-md-6 *{
    color: #222;
}
.vision_mision_section .col-md-6 + .col-md-6{
    position: relative;
    z-index: 1;
}
.vision_mision_section .col-md-6 + .col-md-6:after {
    content: "";
    position: absolute;
    background: #000;
    height: 100%;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: -1;
}
.vision_mision_section .col-md-6 + .col-md-6 *{
    color: #fff;
}
.vision_mision_section .col-md-6 + .col-md-6 p strong{
/*    color: #923b25;*/
}
.about_page_section {
    padding: 85px 0;
    text-align: center;
    background: #f1f1f1;
}
.about_page_links a {
    display: inline-block;
    border: 1px solid #000;
    padding: 0 30px;
    line-height: 55px;
    min-width: 260px;
    margin: 0 35px;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}
.about_page_links a:hover{
    background: #000;
    color: #fff;
}
.project_listing_section {
    padding: 50px 0;
    padding-top: 65px;
}
.project_listing_wrp ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.project_listing_wrp ul li {
    width: 33.33%;
    padding: 20px 20px;
}
.project_list_each{
    display: block;
    position: relative;
    z-index: 1;
}
.project_list_each:after, 
.project_list_each:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -12px;
    bottom: -12px;
    background: #dfdfdf;
    z-index: -1;
    filter: grayscale(1) brightness(3);
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0 !important;
}
.project_list_each:before {
    background: #dfdfdf;
    top: -12px;
    right: -12px;
    left: auto;
    bottom: auto;
}
.project_list_each:hover:after, 
.project_list_each:hover:before {
    filter: none;
    left: -8px;
    bottom: -8px;
    opacity: 1;
}
.project_list_each:hover:before{
    top: -8px;
    right: -8px;
    left: auto;
    bottom: auto;
}
.project_list_each h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    
    font-size: 19px;
}
.project_list_each p {
    font-size: 13px;
}
.inner_banner_slider.project_listing_slider .inner_static_banner {
    justify-content: center;
}
.inner_banner_slider.project_listing_slider .inner_static_banner h1 {
    font-size: 28px;
}
.projct_list_content {
    background: #000;
    padding: 8px 18px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    position: relative;
    padding-right: 40px;
}
.projct_list_content span {
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 25px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    transition: all ease 0.4s;
    margin-top: -2px;
}
.project_list_each:hover .projct_list_content span{
    right: 15px;
}
.inner_page_descrption h4 {
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 1px;
    padding-bottom: 65px;
}
.inner_page_descrption h2 {
    font-size: 36px;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.projct_list_img {
    position: relative;
    padding: 50% 0;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.projct_list_img img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
}
.project_list_each:hover .projct_list_img img{
    opacity: 1;
}
.inner_static_banner:hover img.banner_bg {
    filter: grayscale(0.5);
    
}
.project_sketch{
    padding: 15px;
    background: #fff;
    margin: 15px 0;
}
.project_detail_section {
    padding: 65px 0;
    padding-bottom: 35px;
}
.project_detail_section h2 {
    padding-bottom: 10px;
    line-height: 1.2;
}
.project_discription {
    padding-top: 45px;
}
.project_discription h4 {
    padding-bottom: 5px;
    font-size: 22px;
}
.project_detail_section p {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #aaa;
    text-align: justify;
}
.about_page_content_only h3 {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
}
.about_page_content_only p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: justify;
    position: relative;
}
.about_page_content_only .about_content_wrp.short_list {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}
.project_detail_section ul {
    padding: 15px 0;
}
.project_detail_section ul li {
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 1.6;
    color: #aaa;
    padding-left: 17px;
    position: relative;
}
.project_detail_section ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #aaa;
    border-radius: 50%;
    left: 0;
    top: 11px;
}
.project_info {
    padding-top: 60px;
    padding-left: 20px;
}
.project_info ul {
    border: 1px solid #ddd;
}
.project_info ul li {
    padding:  15px;
    border-bottom: 1px solid #ddd;
}
.project_info ul li strong {
    font-weight: 300;
}
.project_galry_item img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: none;
    border: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.project_galry_item {
    position: relative;
    overflow: hidden;
    padding: 50% 0;
    -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.project_galry_section {
    padding-bottom: 50px;
}
.project_galry_section {
    max-height: 290px;
    overflow: hidden;
}
.project_galry_section .slick-prev, 
.project_galry_section .slick-next {
    z-index: 99;
    color: #fff;
}
.project_galry_section .slick-prev:before , 
.project_galry_section .slick-next:before  {
    z-index: 99;
    color: #fff;
}
.project_galry_section .slick-prev:before{

}
.project_galry_section .slick-next:before{

}
.project_listing_wrp {
    padding: 0 20px;
    max-width: 1600px;
    margin: 0 auto;
}
.project_galry_item:hover img {
    opacity: 0.4;
    background: #000;
    transition-delay: 0.1s;
}
.project_galry_item:hover {
    background: #000;
}
.project_galry_item i.far.fa-eye {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    color: #fff;
    font-size: 34px;
    transform: translate(-50%, -50%);
    opacity: 0;
     -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.project_galry_item:hover i.far.fa-eye{
    opacity: 1;
    transition-delay: 0.25s;
    font-size: 24px;
}
.social {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}
.social h5 {
    font-size: 18px;
    padding-right: 10px;
    line-height: 30px;
}
.social__item {
    width: 35px;
    text-align: center;
}
.social__item span {
    display: block;
    line-height: 30px;
    cursor: pointer;
}
.fancybox__content img.fancybox__image {
    filter: none;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 19%);
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    box-shadow: 0px 0px 0px 4px rgb(255 255 255 / 19%);
}
button#buttonNext {
    position: fixed;
    z-index: 999;
    bottom: 35px;
    left: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgb(255 255 255 / 18%);
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: -22px;
}
button#buttonNext:after {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(-45deg);
    margin: 0 auto;
    margin-top: -7px;
    animation-name: move;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    position: relative;
    top: -10px;
}
/* The animation code */
@keyframes move {
  0%   {top: -5px;}
  50% {top: 5px;}
  100% {top: -5px;}
}
.fancybox__container {
    z-index: 999999;
}
.fancybox__thumbs .carousel__slide {
    opacity: 0.4;
}
.carousel__slide.has-thumb.has-image.is-selected.is-nav-selected {
    opacity: 1;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: none;
}
.explor_slider_each {
    height: 82vh;
    height: calc(100vh - 70px);
    min-height: 500px;
}
.explor_section {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.explor_section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #222;
    opacity: 0.6;
}
.explor_section .explor_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 475px;
    text-align: center;
}
.explor_section .explor_content img {
    filter: grayscale(10) brightness(10);
    max-width: 160px;
    margin-bottom: 15px;
}
.explor_section .explor_content h1 {
    font-size: 24px;
    padding-top: 5px;
}
.explor_section .explor_content a {
    border: 1px solid #f0f0f0;
    display: inline-block;
    color: #f0f0f0;
    margin-top: 25px;
    padding: 10px 35px;
    border-radius: 4px;
    line-height: 1;
}
.explor_section .explor_content a:hover{
    background: #f0f0f0;
    color: #1e1e1e;
}

#mainDiv {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    perspective: 400px;
}
#boxDiv {
    width: 80px;   
    transform-style: preserve-3d; 
    animation: rotate 20s linear infinite;
}
#boxDiv div {
    position: absolute;
    width: 50px;
    height: 50px;
    opacity: 0.9 ;
    color: white;
}
#front {
    transform: translateZ(25px);
    background: black;
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;
}
#back {
    transform: rotateY(180deg) translateZ(25px);
    background: #101010;
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;   
}
#left {
    transform: rotateY(-90deg) translateX(-25px);
    transform-origin: left;
    background: black;
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;  
}
#right {
    transform: rotateY(90deg) translateX(25px);
    transform-origin: right;
    background: #101010;  
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;  
}
#top {
    transform: rotateX(-90deg) translateY(-25px);
    transform-origin: top;
    background: black;
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;   
}
#bottom {
    transform: rotateX(90deg) translateY(25px);
    transform-origin: bottom;
    background: #101010; 
    background-image: url(../images/cube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% ;   
}
@keyframes rotate {
    0% { transform: rotateY(0); }
    100% { transform: rotateY(360deg); }
}
/*.shadow {
    width:80px;
    height:80px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 0 50px 50px rgba(0,0,0,0.5);
    -webkit-transform: rotateX(90deg) translateZ(-250px) rotateY(180deg) translateX(0px);
}
*/

.explor_content.home_2{

}
.explor_content.home_2 p {
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.explor_content.home_2 h1 {
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 1;
    padding: 0;
    padding-bottom: 15px;
}
.explor_content.home_2 img {
    max-width: 65px;
    margin-bottom: 10px;
}
section.header_section {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 99999;
}
.each_servc_sldr_img {
    position: relative;
    z-index: 1;
    min-height: 500px;
}
.each_servc_sldr_img:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.each_servc_section{
    position: relative;

}
.each_servc_intro_wrp {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    width: 95%;
    max-width: 700px;
    padding: 10px;
}
.each_servc_intro_wrp h2 {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 1.4;
    transition: all ease 1s;
    opacity: 0;
    position: relative;
    top: 50px;
}
.each_servc_intro_wrp a{
    border: 1px solid #f0f0f0;
    display: inline-block;
    color: #f0f0f0;
    margin-top: 15px;
    padding: 10px 35px;
    border-radius: 4px;
    line-height: 1;
    transition: all ease 1s;
    opacity: 0;
    position: relative;
    top: 50px;
}
.each_servc_intro_wrp a:hover {
    background: #f0f0f0;
    color: #1e1e1e;
    transition-delay: 0;
    transition: all ease 0.5s;
}
.fp-completely .each_servc_intro_wrp h2{
    opacity: 1;
    top: 0px;
}
.fp-completely .each_servc_intro_wrp a{
    opacity: 1;
    top: 0px;
    transition-delay: 0.2s;
}
.fp-watermark {
    opacity: 0 !important;
    visibility: hidden !important;
}
.inner_banner_slider button.slick-arrow {
    left: auto;
    right: 0;
    bottom: 50%;
    top: auto;
    line-height: 1;
    z-index: 999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgb(255 255 255 / 18%);
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0 15px;
}
.inner_banner_slider button.slick-arrow.slick-prev {
    right: auto;
    left: 0;
}
.inner_banner_slider button.slick-arrow:hover {
    background: #fff;
    color: #000;
}
.inner_banner_slider button.slick-arrow:hover:before{
    color: #000;
}
body.fp-viewing-pageSeven button#buttonNext {
    opacity: 0;
}
.inner_banner_slider button.slick-arrow:before {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    transform: rotate(-135deg);
    margin: 0 auto;
    position: relative;
    left: -2px;
}
.inner_banner_slider button.slick-arrow.slick-prev:before {
    transform: rotate(45deg);
    left: 2px;
}
.inner_banner_slider button.slick-arrow:hover:before{
    border-color: #000;
}
.contact_map_wrp{
    position: relative;
    overflow: hidden;
    min-height: 500px;
    height: 80vh;
}
.contact_map_wrp:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.contact_map_wrp iframe {
    border: none;
    position: absolute;
    width: 120%;
    height: 120%;
    top: -10%;
    left: -10%;
    filter: grayscale(1) brightness(0.5);
}
.contact_adrs_section {
    padding: 50px 0;
}
.contact_adrs_section h1 {
    padding-bottom: 20px;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
}
.contact_adrs_wrp {
    background: #2e2e2e;
    padding: 45px;
    border-radius: 15px;
    margin: 25px 0;
    max-width: 515px;
    margin: 25px auto;
    text-align: center;
}
.contact_adrs_wrp h4 {
    font-size: 26px;
    padding-bottom: 15px;
}
.contact_adrs_wrp p {
    font-size: 17px;
    line-height: 1.6;
    padding-bottom: 5px;
}
.contact_adrs_wrp p a i {
    margin-right: 8px;
}
.contact_adrs_wrp p a {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
}
.contact_adrs_wrp ul{
    padding-top: 15px;
}
.contact_adrs_wrp ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.contact_adrs_wrp ul li a {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    display: block;
}
.contact_adrs_wrp a.view_map_btn {
    border: 1px solid #f0f0f0;
    display: inline-block;
    color: #f0f0f0;
    padding: 10px 35px;
    border-radius: 4px;
    line-height: 1;
    transition: all ease 1s;
    position: relative;
    margin-top: 30px;
    transition: all ease 0.4s;
}
.contact_adrs_wrp a.view_map_btn {
    background: #f0f0f0;
    color: #1e1e1e;
    
}
.social ul{
    margin-left: 10px;
}
.social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
}
.fb_iframe_widget {
    display: inline-block;
    position: absolute !important;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.contact_form_wrp.contact_adrs_wrp {
    text-align: left;
    color: #fff;
}
.contact_form_wrp.contact_adrs_wrp h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
}
.contact_form_wrp  .field_wrp {
    padding-bottom: 32px;
}
.contact_form_wrp .field_wrp label {
    display: block;
    font-weight: bold;
}
.contact_form_wrp .field_wrp label sup{
    color: red;
}
.contact_form_wrp .field_wrp input, .contact_form_wrp .field_wrp textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    resize: none;
    outline: none;
    color: #fff;
}
.contact_form_wrp .field_wrp textarea{

}
.contact_form_wrp .field_wrp button, 
.contact_form_wrp .field_wrp [type="submit"] {
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 21%);
    background: none;
    color: #fff;
    display: inline-block;
    padding: 10px 34px;
    order: 1px solid #f0f0f0;
    display: inline-block;
    color: #f0f0f0;
    padding: 11px 35px;
    border-radius: 4px;
    line-height: 1;
    transition: all ease 1s;
    position: relative;
    margin-top: 5px;
    transition: all ease 0.4s;
}
.contact_form_wrp .field_wrp button:hover, 
.contact_form_wrp .field_wrp [type="submit"]:hover{
    background: #f0f0f0;
    color: #1e1e1e;
}
.contact_form_wrp .field_wrp:last-child {
    padding: 0;
}
.inner_static_banner > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-radius: 0;
    background: rgb(0 0 0 / 0%);
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.inner_static_banner > a:hover{
    background: rgb(0 0 0 / 47%);
    color: #fff;
    opacity: 1;
}
/*================================================================================*/
/*================================================================================*/
/*================================================================================*/

/*================================================================================*/

/*================================================================================*/

/*================================================================================*/
@media(max-width: 1400px){
.about_img_wrp {
    margin-left: -75px;
}
.about_content_section .col-md-5 + .col-md-7 .about_img_wrp {
    margin: 0;
    margin-right: -80px;
}
}

@media(max-width: 1250px){
.project_listing_wrp {
    padding: 0 25px;
}
}


@media(max-width: 992px){
.project_listing_wrp ul li {
    width: 50%;
}
.header_wrp {
    padding: 25px 30px;
}
.menu_wrp {
    padding-right: 100px;
}
.menu_wrp li a {
    font-size: 22px;
}
.logo_wrp img {
    width: 150px;
}
.inner_static_banner {
    min-height: 400px;
    height: 100vh;
}
.inner_banner_title {
    padding: 0px 30px;
}
.contact_map_wrp {
    min-height: 400px;
    height: 65vh;
}
.inner_banner_slider button.slick-arrow {
    bottom: auto;
    top: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}
.inner_banner_slider button.slick-arrow:before {
    content: "";
    width: 10px;
    height: 10px;
}
.inner_banner_slider.project_listing_slider .inner_static_banner h1 {
    font-size: 22px;
    text-align: center;
    padding: 0 20px;
}
}


@media(max-width: 767px){
.header_wrp {
    padding: 15px 15px;
}
.logo_wrp {
    max-width: 120px;
}
.logo_wrp img {
    width: 120px;
}
.menu_wrp {
    top: 0;
    width: 100%;
    left: auto;
    right: 0;
    height: 100vh;
    max-width: 400px;
    right: -50%;
    padding: 75px 25px;
    overflow: auto;
}
body.menu_active .header_section .footer_social {
    bottom: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}
.menu_active .header_wrp {
    border-bottom: 1px solid rgb(255 255 255 / 11%);
    position: relative;
    z-index: 999999;
}
.menu_wrp ul {
    max-height: 100%;
    overflow: auto;
    padding-top: 25px;
}
.menu_wrp ul li {
    display: block;
    padding-top: 10px;
}
.menu_wrp.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.menu_wrp li a {
    font-size: 30px;
}
.menu_wrp li {
    padding-bottom: 18px;
}
.home_grid_wrp ul li {
    width: 100% !important;
}
.home_grid_wrp ul li a {
    height: 18vh !important;
}
.home_grid_wrp ul li:hover a{
    height: 25vh !important;
}
.home_footer_section {
    padding: 15px 20px;
    text-align: center;
}
.home_footer_section .text-right {
    text-align: center !important;
}
.home_footer_section .col-sm-6 {
    padding: 10px 15px;
}
.home_grid_wrp ul li a:before {
    left: 80px;
    right: 80px;
}
button#buttonNext {
    bottom: 20px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
}
button#buttonNext:after {
    content: "";
    width: 9px;
    height: 9px;
}
#fp-nav.fp-right {
    right: 5px;
}
.inner_banner_title h1, .inner_banner_title h2 {
    font-size: 36px;
}
.inner_banner_title {
    padding: 0px 0px;
}
.about_content_section h2,
.inner_page_descrption h2 {
    font-size: 34px;
}
.about_content_section h4,
.inner_page_descrption h4 {
    font-size: 16px;
}
.about_img_wrp {
    margin: 0 -15px;
}
.about_content_wrp {
    padding-left: 0;
    padding: 15px;
}
.about_content_section .col-md-5 + .col-md-7 .about_img_wrp {
    margin: 0;
    margin-right: 0;
    margin: 0 -15px;
}
.about_content_section .col-md-7 {
    order: -1;
}
.project_galry_section {
    padding: 0 25px;
    padding-bottom: 50px;
}
.inner_static_banner > a {
    left: 10px;
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgb(0 0 0 / 50%);
    font-size: 16px;
    opacity: 1;
    border-radius: 50%;
}



}



@media(max-width: 640px){
.project_listing_wrp ul li {
    width: 100%;
}
.explor_content.home_2 img {
    max-width: 70px;
    margin-bottom: 10px;
}
.explor_content.home_2 h1 {
    font-size: 30px;
}
.explor_content.home_2 p {
    font-size: 18px;
    line-height: 1.4;
}
.explor_section .explor_content a {
    margin-top: 15px;
}
.explor_slider_each {
    min-height: 420px;
}
.home_footer_section .col-sm-6 {
    padding: 10px 15px;
    min-width: 100%;
}
.each_servc_intro_wrp h2 {
    font-size: 28px;
    letter-spacing: 2px;
}
.each_servc_intro_wrp {
    padding: 10px 20px;
}
.header_section .footer_social {
    padding-right: 7px;
}
.header_social ul li a, .footer_social ul li a {
    font-size: 16px;
    width: 25px;

}
}