/*----------------------------------------------------------------

	Template Name: TheRN - Creative Agency HTML5 Template 
	Version: 1.0

-------------------------------------------------------------------------*/
/** 
 * Visibility
 */
.md-hide { display: block; }
.md-hide2 { display: block; }
.sm-hide { display:block; }
@media screen and (max-width: 991px){
	.md-hide2 { display: none; }
}
@media screen and (max-width: 930px){
	.md-hide { display: none; }
}
@media screen and (max-width: 767px){
	.sm-hide { display: none; }
}


.about-imgcont { position: absolute; left: 0px; top: 0; padding-right:80px; }
@media screen and (max-width: 1200px){
	.about-imgcont { padding-right:50px; }
}
@media screen and (max-width: 991px){
	.about-imgcont { padding-right:0; }
	.no-flex { -ms-flex: 0 0 0vw!important; flex: 0 0 0vw!important; height:auto!important; }
}





@media screen and (max-width: 575px){
.email { position:absolute; left: 0; top: 100px; }
}

# { outline: 0; }

/** 
 * Cursor
 */
.cursor {
    position: fixed;
    width: 30px;
    height: 30px;
    margin-top: -14px;
    margin-left: -14px;
    border: 1.5px solid rgba(0, 28, 67, 0.5);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    transform: scale(1);
    transition: transform .35s ease-out;
    z-index: 999999999;
}
@media screen and (max-width: 1200px){
    .cursor{
        display: none
    }
}


/** 
 * Single Page Sticky Header
 */
/*** Navigation Styles ***/
nav {
  width: 100vw;
  height: 120px;
  /*background: #46B2F0;*/
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  top:-10px;
  left:0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*
nav.navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 100px;
}
nav.navShadow #word-mark {
  opacity: 0;
}*/

#brand,
#menu,
#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#brand {
  padding-left: 40px;
}
/*
#logo {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

#word-mark {
  width: 120px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}*/

/*** Menu Styles ***/
#menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 50px;
}

#menu li {
  margin-left: 30px; font-size: 16px; text-align:left;
}
#menu li a {
  width: auto;
  height: 20px;
  display: block;
  color: #4aa0e9!important;
  /* background: #fff;
  border-radius: 90px;*/
}
@media screen and (max-width: 959px){
	#menu li { font-size: 15px; }
}

#menu-toggle {
  width: 55px;
  height: 55px;
  background: #007ce2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 600px){
	#menu-toggle {
  		width: 45px;
  		height: 45px;
	}
}
#menu-toggle:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
          transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
          transform: translateY(-7px) rotate(-45deg);
}

.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
.bar:last-child {
  width: 15px;
}


/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 767px) {
  #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  #menu ul {
    display: inline-block;
    width: 100vw;
    height: 0;
    background: #333;
    position: absolute;
    top: 100px;
	left:0;
    -webkit-transform: translate(, );
            transform: translate(, );
    -webkit-box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #menu ul.showMenu {
    height: auto;
  }
  #menu ul.showMenu li {
    height: autp;
    opacity: 1;
    visibility: visible;
  }

  #menu li {
    width: 100%;
    height: 45px;
    float: left;
	text-align:left;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
	margin-top: 0;
    -webkit-transition: all 0.3s 0.1s;
    transition: all 0.3s 0.1s;
	font-size: 16px;
	color: #fff;
  }
  #menu li a { color: #fff;
  }
  #menu li:first-child {
    margin-top: 50px;
  }
  #menu li:last-child {
    margin-bottom: 30px;
  }

  #head-line {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}



#success-contact-form { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-contact-form-2 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-contact-form-3 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-project-contact-form { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}
#success-project-contact-form-4 { clear: both; margin: 0 15px 15px; text-align: center; border: 1px solid #1a940a; color: #1a940a;  padding: 2px 0; display: none; font-size: 11px}