*
{
  padding: 0;
  margin: 0;
}
.portfolio_detail.portfolio_single_follow.clearfix {
    padding-right: 0px!important;
    text-align: justify;
}
span.truncated {
    cursor: pointer;
}
a.read-more {
    color: #004a80;
    font-weight: 500;
    text-decoration: underline;
}
	  #fancybox-content {
    border: none!important;
}
.content-home {
    margin: 30px 15px 0px 15px;
}
.copy p {
    font-size: 11pt;
}
body {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  min-height: 100%;
	overflow-x: hidden;
}
#fancybox-left, #fancybox-right{
	width: 50% !important;
}
.header_inner_right {
    display: block;
    float: right;
}
.copy {
	margin:20px;
	text-align:center;
}
.menu-item-has-children ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children .sub-menu
{
	position: absolute;
		width: 0;
	height: 0;
	display: none;
/* 	padding-top: 65px !important; */
}
.menu-item-has-children a::after{
	display:none;
}
.two_columns_66_33_contact {
    display: flex;
}
.two_columns_66_33_contact>.column3 {
    width: 30%;
    margin-right: 2%;
}
.two_columns_66_33_contact>.column4 {
    width: 35%;
    margin-right: 2%;
}
.two_columns_66_33_contact>.column5 {
    width: 30%;

}
a:hover {
    color: #004a80;
}
.menu-item-has-children:hover ul.sub-menu,  .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu
{
    position: absolute;
    width: 150px;
    height: auto;
/*     left: 175px; */
border-radius: 10px;
padding-left: 0px;

    background: white;
    display: block;
}
li#menu-item-15 {
    padding: 0px!important;
}
li.menu-item-has-children {
    padding: 0px 0px 10px 30px;
	padding-bottom: 0px !important;
}
.menu-item-has-children a
{
	position: relative;
	margin-right: 10px;
}
.menu-item-has-children a::after
{
	content: '';
	position: absolute;
	height: 10px;
	width: 10px;
background: linear-gradient(45deg, rgba(2,0,36,0) 50%, rgba(0,0,0,1) 50%);
	transform: rotate(135deg);
    right: -17px;
    top: 2px;
}
.box img {
    width: 100%;
    height: auto;
    transition: 0.5s;
}

li.menu-item-has-children {
    padding: 0px 0px 10px 40px ;
}
.menu-item-has-children .sub-menu a::after
{
	content: '';
	opacity: 0 !important;
}
.sub-menu li
{
	padding: 10px !important;
}
.heading-container {

}

.main_home
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  border-radius: 20px; 
  margin-top: 10px;
}
@media screen and (min-width: 900px)
{
		.two_columns_66_33_contact {
    display: block;
}
.two_columns_66_33_contact>.column3 {
    width: 100%;

}
.two_columns_66_33_contact>.column4 {
    width: 100%;

}
.two_columns_66_33_contact>.column5 {
    width: 100%;

}
  .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    min-width: 100px;
    max-width: 300px;
    transform: translate(0px, 0px);
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
    animation: start 0.5s;
    transition: 0.5s;
  } 
  .box.active .boxItem
  {
    opacity: 1;
    transform: translate(0px,0px);
  }
  .box .boxItem
  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: auto;
    opacity: 1;
    transform: translate(0px,40px);
    transition: 1s;
  }
}
@media screen and (max-width: 800px) and (min-width: 600px) 
{
  .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    transform: translate(0px,0px);
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
    animation: start 0.5s;
    transition: 0.5s;
  } 
  .box .boxItem
  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    height: auto;
    transition: 0.5s; 
  }
}
@media screen and (max-width: 600px) and (min-width: 0px) 
{
  .box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    min-width: 100px;
    max-width: 200px;
    transform: translate(0px,0px);
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
    animation: start 0.5s;
    transition: 0.5s;
  } 
  .box .boxItem
  {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0px;
    width: auto;
    height: auto;
    transition: 0.5s; 
  }
		
			.menu-item-has-children .sub-menu li
	{
		padding: 10px 0 !important;
	}
	
	
}

.box img
{
  width: 100%;
  transition: 0.5s;
}
.box:hover .boxItem
{
  transform: translateY(-15px);
}
@keyframes start
{
  0%
  {
    opacity: 0;
  }
  50%
  {
    opacity: 0;
  }
  100%
  {
    opacity: 1;
  }
}

a {
  text-decoration: none;
  color: black;
  text-transform: capitalize;
}
header {
  width: 100%;
  height: 50px!important;
  background-color: #fff;
  position: fixed!important;
  z-index: 110!important;
	top: 0;
  display: inline-block;
    vertical-align: middle;
}
.content, .content .container, .wrapper, body {
  background-color: #fff!important;
}
.header_inner.clearfix {
  padding: 0px 15px;
}
.header_bottom, .header_bottom .container_inner, .header_inner_right, .header_top, .q_logo, .q_logo a, header .header_top_bottom_holder {
  position: relative;
}
@media only screen and (min-width: 900px)
{
.home-heading
{
	font-size: 62px;
	line-height: 1.2em;
	margin: 0px 10px;
}
}
@media only screen and (min-width: 600px) and (max-width: 900px)
{
	.two_columns_66_33_contact {
    display: block;
}
.two_columns_66_33_contact>.column3 {
    width: 100%;

}
.two_columns_66_33_contact>.column4 {
    width: 100%;
  
}
.two_columns_66_33_contact>.column5 {
    width: 100%;

}
		li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-32 {
    margin-top: 280px;
}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-331{
					padding: 15px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-329{
			padding: 15px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-332 {
	padding: 15px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-330 {
    padding: 15px 0px!important;
}
.home-heading
{
	font-size: 80px;
	line-height: 1.2em;
	margin: 0px 10px;
}
}
@media only screen and (min-width: 0px) and (max-width: 600px)
{
	.two_columns_66_33_contact {
    display: block;
}
.two_columns_66_33_contact>.column3 {
    width: 100%;

}
.two_columns_66_33_contact>.column4 {
    width: 100%;
  
}
.two_columns_66_33_contact>.column5 {
    width: 100%;

}
.home-heading
{
	font-size: 20px;
	line-height: 1.2em;
	margin: 10px 10px;
}
}
.header_inner_left {
/*   margin-top: 15px!important; */
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  z-index: 10;
}
.side_menu_button_wrapper {
  display: table;
}
ul#menu-footer-menu {
  list-style: none;
}
#menu-footer-menu li {
  padding: 10px 0px 10px 40px;
  display: inline-block;
	font-weight:500;
  font-size: 20px;
}

li#menu-item-278 {
    padding: 0px;
}
li#menu-item-14 {
    padding: 0px!important;
}

/* About */
@media screen and (max-width: 900px)
{
.two_columns_66_33>.column1 {
  width: 100%!important;
  float: left!important;
}
.two_columns_66_33>.column2 {
  width: 100%!important;
  float: right!important;
}
.portfolio_single .portfolio_container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
}
@media screen and (min-width: 900px)
{
.two_columns_66_33>.column1 {
  width: 50%!important;
  float: left!important;
}
.two_columns_66_33>.column2 {
  width: 50%!important;
  float: right!important;
}
.portfolio_single .portfolio_container {
  position: relative;
  width: 100%;
}
}
.lightbox_single_portfolio img {
  width: 100%;
}
.portfolio_navigation {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  padding: 15px 0 90px;
  z-index: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
#fancybox-close {
  position: absolute;

	top: auto !important;
	bottom: -40px !important;
  right: auto !important;
}
.portfolio_navigation .portfolio_button, .portfolio_navigation .portfolio_next, .portfolio_navigation .portfolio_prev {
  position: absolute;
  display: inline-block;
  height: 33px;
  width: auto;
  margin: 0;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-shadow: none;
}
.portfolio_navigation .portfolio_prev {
  top: 0;
  left: 0;
}
.portfolio_navigation a {
  display: flex;
  font-size: 26px!important;
  line-height: 34px!important;
  color: #000000;
}
span.arrow_carrot-left {
  margin-top: -3px!important;
  margin-right: 5px!important;
  font-size: 36px!important;
}
.portfolio_navigation span {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.arrow_carrot-left:before {
  content: "\2191"!important;
}
span.arrow_carrot-left {
  margin-top: -3px!important;
  margin-right: 5px!important;
  font-size: 36px!important;
}
.arrow_carrot-right:before {
  content: "\2192"!important;
}
span.arrow_carrot-right {
  margin-left: 5px!important;
  font-size: 36px!important;
}
span.arrow_carrot-right {
  margin-left: 5px!important;
  font-size: 36px!important;
}
.portfolio_navigation .portfolio_next {

  top: 0;
  right: 0;
}
/* Footer */
.content, .content .container, .wrapper, body {
    background-color: #fff!important;
}
footer {

  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}
.info.portfolio_single_content p {
  line-height:24px!important;
  font-size: 16px!important;
}
/* contact*/

label {
  color: black;
  font-weight: 500;
  margin-bottom: 12px!important;
  font-size: 16px !important;
}
input[type=text], select, textarea {
  width: 90%;
  padding: 5px 15px!important;
  font-size: 16px!important;
  border: 1px solid #ccc;
  margin-top: 5px!important;
  resize: vertical;
  margin-bottom: 25px!important;
}
input[type=submit] {
  background-color: #034a7e;
  color: white;
  padding: 15px 30px!important;
  border: none;
  font-weight: 600;
  font-size: 18px!important;
  cursor: pointer;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]
{
    direction: ltr;
    width: 90%;
    padding: 5px 15px!important;
    font-size: 16px!important;
    border: 1px solid #ccc;
    margin-top: 5px!important;
    resize: vertical;
    margin-bottom: 25px!important;
}
@media screen and (min-width: 0px) and (max-width: 600px)
{
.wrapper {
  z-index: 1000;
	width:100%;
  position: relative;
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  left: 0;
  margin-top: 70px;
}
}
@media screen and (min-width: 600px) and (max-width: 900px)
{
.info.portfolio_single_content
	{
		margin:20px 0;
	}
.wrapper {
  z-index: 1000;
	width:100%;
  position: relative;
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  left: 0;
  margin-top: 70px;
}
}
@media screen and (min-width: 900px)
{
.wrapper {
  z-index: 1000;
	width:100%;
  position: relative;
  -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  -o-transition: left .33s cubic-bezier(.694,.0482,.335,1);
  transition: left .33s cubic-bezier(.694,.0482,.335,1);
  left: 0;
  margin-top: 70px;
}
}
.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#menuToggle
{
  display: block;
  position: absolute;
  top: 0;
  right: 0.5em;
  margin-top:15px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: 0px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 50px;
  height: 10px;
  margin-bottom: 5px;
  position: relative;
  
  background: #000;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
transform: rotate(315deg) translate(-9px, 10px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(38deg) translate(0, -5px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
ul#menu-main-menu-1 {
    list-style-type: none;
}
#menu
{
	height:3000px;
  position: absolute;
  width: 1020px;
  margin: -100px 0 0 0;
  padding: 50px;
	text-align:center;
  padding-top: 300px;
  right: -100px;
  margin-top: -130px;
  background: #f2f2f2;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
 padding: 10px 0!important;
    font-size: 100px!important;
    font-weight: 500;
    line-height: 1.7;
}
 ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children .sub-menu
{
	position: absolute;
		width: 0;
	height: 0;
	display: block;
	padding-top:10px!important;
}


a:hover {
    color: #004a80;
}
.menu-item-has-children:hover ul.sub-menu,  .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu
{
   position: absolute;
    width: 100%;
    list-style-type: none;
    height: auto;
    text-align:left!important;
    border-radius: 10px;
/* 	left:195px; */
    padding-left: 0px;
    background: #fff;
	color: #000;
    display: block;
} 
li .menu-item-15 {
    padding: 0px!important;
}
li  {
    padding: 36px 0px 10px 30px;
}
 a
{
	position: relative;
	    margin: 0px;
}



li  {
    padding: 36px 0px 10px 40px ;
}
 .sub-menu a::after
{
	content: '';
	opacity: 0 !important;
}
.sub-menu li
{
	padding: 10px !important;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #menu {
/* 	  display: none; */
    transform: none;
    opacity: 0; 
    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

}
.gallery .images {
  gap: 15px;
  max-width: 100%!important;
  margin: 0px;
  padding: 0px;
  columns: 2 5px;
  list-style: none;
  display: block;
}
.gallery .images .img {
  display: flex;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  border-radius: 4px;
}
.portfolio_images img {
  width: 100%;
	height:auto;
}


@media only screen and (min-width: 600px) and (max-width: 900px) {
	.desktop-nav {
    display: none;
}
	.mobile-nav{
		display:block;
	}
.menuPhone .menu {
    margin-top: 60px!important;
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}	
	.menuPhone.active
{
	width: 170vw;
	height:103vh;
}
	.mobile-menu{
		display:block;
	}
	.dasktop-side{
		display:none;
	}
	#menu-footer-menu li {
  padding: 10px 0px 10px 40px;
  display: inline-block;
	font-weight:500;
  font-size: 28px;
}
  .lrg-logo {
        margin-top:20px!important;
       width:100px!important;
        height:50px!important;
        background-size:cover!important;
    }
  header {
      height: 70px!important;
top:-2px;
      background-color: #fff;
      position: fixed!important;
      z-index: 110!important;
  }
	#menuToggle span {
    display: block;
    width: 40px;
    height: 4px;
    margin-bottom: 10px;
    position: relative;
    background: #000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}
		.img-mobile {
    margin-left: 10px;
    margin-top: 30px;
}
.menuPhone .menu .menu-item
{
	padding: 10px;
	font-size: 36px;
}
#menuToggle span
	{
		width: 38px;
    height: 3px;
	}
	#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(38deg) translate(0, 0px);
	}
	#menuToggle input:checked ~ span {
    transform: rotate(315deg) translate(-9px, 7px);
	}
.menuPhone .menu .menu-item-object-custom
{
	font-size: 20px !important;
}


.menuPhone
{
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: start;
	background: #fff;
	top: 0;
	right: -5px;
	width: 0vw;
	height: 100vh;
	overflow: hidden;
	transition: 0.5s;
}
  h1.home-heading {
margin-top: 54px;
    font-size: 46px !important;
    line-height:1.5em!important;
   
  }
  .sml-logo{
       margin-top:20px!important;
       width:80px!important;
        height:40px!important;
        background-size:cover!important;
    }
  .menu-item-object-custom {
      display: inline-block;
      padding: 78px 0px 10px 30px!important;
      font-size: 38px;
  }
  .two_columns_66_33>.column1{
      width:100%!important;
  }
  .two_columns_66_33>.column2{
      width:100%!important;
  }
  .two_columns_66_33>.column2>.column_inner {
      padding: 0 0 0 0px!important;
  }
  h1.info_section_title {
      letter-spacing: 0px;
      text-transform: capitalize;
      font-size: 60px !important;
	  margin-top: 20px;
	  font-weight: normal;
  }
  .portfolio_detail .info > p {
     line-height: 55px!important;
    margin-bottom: 34px!important;
    font-size: 14px!important;
  }
  .content.content_top_margin_none {
margin-top:20px!important;
}
  .portfolio_single .portfolio_detail {
/*       padding-top: 10px; */
      margin-bottom: 50px!important;
  }
  label {
      color: black;
      font-weight: 500;
      margin-bottom: 12px!important;
      font-size: 38px!important;
  }
  input[type=text], select, textarea {
      width: 90%;
      padding: 30px!important;
      font-size: 38px!important;
      border: 1px solid #ccc;
          margin-top: 25px!important;
      resize: vertical;
      margin-bottom: 64px!important;
  }
	.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
		      width: 90%;
      padding: 30px!important;
      font-size: 38px!important;
      border: 1px solid #ccc;
          margin-top: 25px!important;
      resize: vertical;
      margin-bottom: 64px!important;
	}
  input[type=submit] {
      background-color: #000!important;
      color: white;
      font-size: 38px!important;
      padding: 25px 50px!important;
      border: none;
      font-weight: 600;
      cursor: pointer;
  }
  .portfolio_navigation a {
      display: block;
      font-size: 40px!important;
      line-height: 34px!important;
      color: #000000;
  }
  span.arrow_carrot-left {
      margin-top: -7px!important;
      margin-right:15px!important;
      font-size: 45px!important;
  }
  span.arrow_carrot-right{ margin-left: 15px!important;
      font-size: 45px!important;
  }
  .about-content {
      display: block!important;
  }
  .about-content img{
      width: 50%!important;
  }
  .thumbnails.desktop-side {
      display: none!important;
  }
   .thumbnails.mobile-side {
      display: block!important;
  }
  .mobile-side  .column {
      float: left;
      width: 50%;
  }
  .mobile-side .title{
      font-size: 38px!important;
      line-height:55px!important;
  }
  .title {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: black;
    font-style: normal;
    line-height: 30px;
    text-align: left;
}
#menu li {
    padding: 10px 0!important;
    font-size: 100px!important;
    font-weight: 500;
    line-height: 1.7;
}
}
@media only screen and (max-width: 600px) {
	#menu li {
    padding: 10px 0!important;
    font-size: 100px!important;
    font-weight: 500;
    line-height: 1.7;
}
}
  
  @media only screen and (min-width: 768px) {
	  ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu {
    position: absolute;
    width: 100%;
    list-style-type: none;
    height: auto;
    text-align: left!important;
    border-radius: 10px;
    padding: 0px;
	margin: 0px 0; 
    background: #fff0;
    display: block;
} 
	  	h1.info_section_title {
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 38px !important;
    margin-top: 0px;
    font-weight: normal;
}
	  .portfolio_detail .info > p {
    line-height: 30px!important;
    margin-bottom: 30px!important;
    font-size: 20px!important;
}
	  .categorie_section_title {
    font-weight: normal;
    font-size: 32px!important;
    margin:10px!important;
}
	  #menu{
		  width: 1100px;
		      padding-top: 200px;
	  }
	  #fancybox-close {
    position: absolute;
/*     top: -15px; */
    top: auto!important;
    right: -31px;
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;

	  }
	  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
		   width: 94%;
    padding: 15px!important;
    font-size: 22px!important;
    border: 1px solid #ccc;
    margin-top: 25px!important;
    resize: vertical;
    margin-bottom: 30px!important;
	  }
	input[type=text], select, textarea {
    width: 94%;
    padding: 15px!important;
    font-size: 22px!important;
    border: 1px solid #ccc;
    margin-top: 25px!important;
    resize: vertical;
    margin-bottom: 30px!important;
}
	  .title {
		  font-size:20px;
	  }
	  .pagination_section .text {
    margin: 10px;
    font-size: 24px !important;
}
label {
    color: black;
    font-weight: 500;
    margin-bottom: 12px!important;
    font-size: 24px!important;
}
	  li#menu-item-278 {
    padding: 0px!important;
}
  } 
@media only screen and (min-width:820px) {


		  	#menu li {
    padding: 10px 0!important;
    font-size: 70px!important;
    font-weight: 500;
    line-height: 1.7;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children:hover {
    margin-bottom: 430px;
}
}
  @media only screen and (min-width: 992px) {
	  .mobile-menu{
		display:none;
	}
.box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: auto;
    min-width: 100px;
    max-width: 300px;
    transform: translate(0px, 0px);
    height: auto;
    background-color: #ffffff;
    cursor: pointer;
    animation: start 0.5s;
    transition: 0.5s;
}
#menu-footer-menu li {
    padding: 0px 0px 10px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
	.dasktop-side{
		display:block;
	}
     .thumbnails.mobile-side   {
      display: none!important;
  }
  .thumbnails.desktop-side{
      display: block!important;
  }
      span.arrow_carrot-left {
           margin-top: -3px!important;
      margin-right: 5px!important;
      font-size: 36px!important;
  }
  .about-content {
      display: flex!important;
	  flex-direction: column;
  }
  .about-content img{
      width: 50%!important;
  }
  span.arrow_carrot-right {
      margin-left: 5px!important;
      font-size: 36px!important;
  }
  
      .portfolio_navigation a {
      display: block;
      font-size: 26px!important;
      line-height: 34px!important;
      color: #000000;
  }
      input[type=submit] {
      background-color: #034a7e;
      color: white;
      padding: 15px 30px!important;
      border: none;
      font-weight: 600;
      font-size: 18px!important;
      cursor: pointer;
  }
  input[type=text], select, textarea {
      width: 95%;
      padding: 10px 15px!important;
      font-size: 16px!important;
      border: 1px solid #ccc;
      margin-top: 5px!important;
      resize: vertical;
      margin-bottom: 20px!important;
  }
   .lrg-logo {
    width: 70px!important;
    height:35px!important;
    background-size:cover!important;
    }
  .sml-logo{
      margin-top:0px!important;
      width: 80px!important;
          height: 40px!important;
      
        background-size:cover!important;
    }
    .menu-item-object-custom {
      display: inline-block;
      padding: 37px 0px 10px 30px!important;
      font-size: 20px;
    }
  header {
      height:50px!important;
      background-color: #fff;
      position: fixed!important;
      z-index: 110!important;
  }
	  ul#menu-mobile-menu {
    margin-top: 8px;
}
  h1.home-heading {
      
/*       margin-top: 40px; */
/*       font-size: 114px!important;
      line-height: 135px!important; */
  }
  .two_columns_66_33>.column1{
    width: 47%!important;
    margin-right: 3%;
  }
  .two_columns_66_33>.column2{
      width:50%!important;
  }
  .two_columns_66_33>.column2>.column_inner {
      padding: 0 15px 0 20px!important;
  }
  h1.info_section_title {
    margin-bottom: 10px;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-size: 32px!important;
  }
  .portfolio_detail .info > p {
      line-height: 24px!important;
      font-size: 18px!important;
      margin-bottom: 10px!important;
  }
  .content.content_top_margin_none {
margin-top: 10px!important;
	 padding: 0px 15px!important;
}
  label {
      color: black;
      font-weight: 500;
      margin-bottom: 12px!important;
      font-size: 16px!important;
  }
li#menu-item-200 {
    padding: 10% 6%!important;
    line-height: 10%!important;
}
	   .title {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 1.2rem;
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: black;
    font-style: normal;
    line-height: 23px;
    text-align: left;
}
	  	  ul#menu-main-menu {
    margin-top: 20px;
}
	  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    width: 95%;
    padding: 5px 15px!important;
    font-size: 16px!important;
    border: 1px solid #ccc;
    margin-top: 5px!important;
    resize: vertical;
    margin-bottom: 20px!important;
}
	  	  li#menu-item-278 {
    padding: 0px!important;
}
	  .menu-item-has-children:hover ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu {
    position: absolute;
    width: 150px;
    height: auto;
    text-align: left!important;
    top: 40px;
    left: 52%;
    border-radius: 10px;
    padding-left: 0px;
    background: white;
    display: block;
}
  } 
  
  @media only screen and (min-width: 1200px) {
	  #fancybox-content {
   border: none!important;
}
	  .two_columns_66_33_contact {
    display: flex;
}
.two_columns_66_33_contact>.column3 {
    width: 30%;
    margin-right: 2%;
}
.two_columns_66_33_contact>.column4 {
    width: 35%;
    margin-right: 2%;
}
.two_columns_66_33_contact>.column5 {
    width: 30%;

}
	  h1.home-heading {
    line-height: 1.1em !important;
    font-size: 60px;
    margin-top: 0.3em!important;
}
	  .menu-item-has-children:hover ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu{
		  @media only screen and (min-width: 600px)
			  
/* 		  left: 175px ; */
	  }
	  .mobile-menu{
		display:none;
	}
	.dasktop-side{
		display:block;
	}
	  .title {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 0.4em;
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    color: black;
    font-style: normal;
    line-height: 23px;
    text-align: left;
}
   .lrg-logo {
       width:70px!important;
        height:35px!important;
        background-size:cover!important;
    }
    header {
      height: 55px!important;
      background-color: #fff;
      position: fixed!important;
      z-index: 110!important;
  }
	  ul#menu-main-menu {
    margin-top: 20px;
}
    .sml-logo {
       width:50px!important;
        height:25px!important;
       margin-top: 0px!important;
       background-size:cover!important;
   }
	  .menu-item-has-children:hover ul.sub-menu, .menu-item.menu-item-type-post_type_archive.menu-item-object-portfolio.current-menu-ancestor.current-menu-parent.menu-item-has-children:hover .sub-menu {
    position: absolute;
    width: 150px;
    height: auto;
    left: 48%;
    border-radius: 10px;
    padding-left: 0px;
    background: white;
		  top:35px;
    display: block;
}
	  .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
    width: 95%;
    padding: 10px 15px!important;
    font-size: 16px!important;
    border: 1px solid #ccc;
    margin-top: 5px!important;
    resize: vertical;
    margin-bottom: 20px!important;
}
    h1.info_section_title {
      letter-spacing: 0px;
      text-transform: capitalize;
      font-size: 32px!important;
  }
	  #fancybox-close{
		width: 30px!important;
		height: 30px!important;
	  }
	  li#menu-item-278 {
    padding: 0px!important;
}

  .two_columns_66_33>.column1{
          width: 27%!important;
    margin-right: 3%;
  }
  .two_columns_66_33>.column2{
      width:70%!important;
  }
  .two_columns_66_33>.column2>.column_inner {
      padding: 0px!important;
  }
  .portfolio_detail .info > p {
   line-height: 25px !important;
    font-size: 16px !important;
	  margin-bottom:20px!important;
  }  
  }





/* New css code by RK */


.menuPhone .menu
{
	display: block;
    justify-content: center;
    align-items: center;	
	flex-direction: column;
}
.menuPhone .menu-main-menu-container
{
	margin-top: 5em;
}
@media screen and (min-width: 600px) and (max-width: 900px)
{
	#menuToggle {
		margin-top:25px;
	}

.menuPhone .menu .menu-item
{
	padding: 10px;
	font-size: 36px;
}
.menuPhone .menu .menu-item-object-custom
{
	font-size: 36px;
}

	.menu-item-has-children .sub-menu li
	{
		padding: 10px 0 !important;
	}

}
@media screen and (min-width: 0px) and (max-width: 600px)
	
{
	.desktop-nav{
		display:none;
	}	
	.moblie-nav {
    display: block;
}
	.about-content {
    margin-top: 20px!important;
    flex-direction: column;
}


	.img-mobile {
    margin-left: 10px;
    margin-top: 30px;
}
	div#fancybox-content {
	width: 85% !important;
    height: auto !important;
	border: none !important;
}
	#fancybox-wrap
	{
    width: 100% !important;
		left: 0 !important;
/* 		display: flex !important;
		justify-content: center !important;
		align-items: center !important; */

}
.menuPhone .menu .menu-item
{
	padding: 10px ;
	font-size: 20px;
}
#menuToggle span
	{
		width:30px;
    height: 3px;
	}
	#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(38deg) translate(0, 0px);
	}
	#menuToggle input:checked ~ span {
    transform: rotate(315deg) translate(-9px, 7px);
	}
.menuPhone .menu .menu-item-object-custom
{
	font-size: 20px !important;
}

.menuPhone
{
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: start;
	background: #fff;
	top: 0;
	right: -5px;
	width: 0vw;
	height: 100vh;
	overflow: hidden;
	transition: 0.5s;
}
}
@media screen and (min-width: 0px) and (max-width: 900px)
{
	
	.menu.Desktop
	{
		display: none !important;
	}
	.about-content
	{
		flex-direction: column;
	}
}
li
{
	list-style: none;
}
.aboutImage
{
	position: relative;
	width: 100%;
	height: auto; 
	display: block;
}
.aboutImage img
{
	width: 100%;
	margin-right: 0px !important;
}
.column_inner
{
/* 	margin-top: 20px; */
}
@media screen and (min-width: 900px)
{
	.desktop-nav{
		display:block;
	}	
	.moblie-nav {
    display: none;
}
.categorie_section_title
{
	font-size: 32px;
	margin: 38px 10px;
}
}
@media screen and (min-width: 600px) and (max-width: 900px)
{
.categorie_section_title
{
	font-weight: normal;
	font-size: 60px;
	margin: 36px 10px;
}
		.lrg-logo {
    width: 100px!important;
    height: 50px!important;
	}
}
@media screen and (min-width: 0px) and (max-width: 600px)
{
	footer {
/* 		display: none; */
	}
	.menuPhone .menu{
		margin-top:60px;
	}
	#fancybox-right-ico {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image: url(style.css) !important;
    bottom: -9% !important;
    left: -100px !important;
    width: 25px !important;
    height: 55px !important;
    top: 102% !important;
    font-size: 36px !important;
    transform: rotate(0deg);
    color: #fff;
/*     background-color: #000; */
		
/*     border: 2px solid #fff; */
}
	#fancybox-left-ico {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image: url(style.css) !important;
    bottom: -9% !important;
    left: 100px !important;
    width: 25px !important;
    height: 55px !important;
    top: 103%!important;
    font-size: 36px !important;
    transform: rotate(0deg);
    color: #fff;
/*     background-color: #000;
    border: 2px solid #fff; */
}


.info.portfolio_single_content	
{
	margin: 20px 0;
	
}
.categorie_section_title
{
	font-weight: normal;
	font-size:20px;
	margin: 15px 10px;
}
	li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-32 {
    margin-top: 190px;
}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-331{
					padding: 10px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-329{
			padding: 10px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-332 {
	padding: 10px 0px!important;
	}
	li.menu-item.menu-item-type-taxonomy.menu-item-object-category.menu-item-330 {
    padding: 10px 0px!important;
}
.title
{
  display: flex;
  justify-content: start;
  align-items: start;
  margin-top: 0px;
  margin-bottom: 0.3rem;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  color: black;
  font-style: normal;
  line-height: 23px;
  text-align: left;
}
	.menuPhone.active
{
	width: 160vw;
}
.info_section_title
{
	margin-bottom:10px!important;
	font-weight: normal;
	font-size: 20px;
	}
}


/* FancyBox Arrow change started */


#fancybox-right-ico 
{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: url('https://spaceagency.in/wp-content/uploads/2023/11/arrow_forward.png') !important;
  bottom: -40px !important;
  left: auto !important;
  right: 100px !important;
  width: 30px !important;
  height: 30px !important;
  top: auto !important;
  background-size: cover;
  margin-top: 0 !important;
}
/* #fancybox-right-ico::before
{
	content: "\2191" !important;
} */
#fancybox-left-ico
{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-image: url('https://spaceagency.in/wp-content/uploads/2023/11/arrow_forward-1.png') !important;
  bottom: -40px !important;
  left: 100px !important;
  width: 30px !important;
  height: 30px !important;
  top: auto !important;
  background-size: cover;
  margin-top: 0 !important;
}
/* #fancybox-left-ico::before
{
  content: "\2191" !important;
} */
#fancybox-close {
  background: url('https://spaceagency.in/wp-content/uploads/2023/11/close-3.png') !important;
}
#fancybox-outer
{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
	background: #00000000 !important;
}
#fancybox-left
{
	left: 0 !important;
}

/* FancyBox Arrow change ended */


.pagination_section
{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagination_section .prev_section
{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_section .next_section
{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_section .image
{
    position: relative;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination_section .image img
{
    width: 100%;
}
.pagination_section .text
{
    margin: 10px;
    font-size: 18px!important;
}
.prev_section .image
{
    transform: rotate(180deg);
}


