* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: "";
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}

@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/productsans/product_sans_regular-webfont.woff2') format('woff2'),
         url('../fonts/productsans/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'product_sansbold';
    src: url('../fonts/productsans/product_sans_bold-webfont.woff2') format('woff2'),
         url('../fonts/productsans/product_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "product_sansregular", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}
body, html{
	overflow-x: hidden;
}
input, textarea, select {
	font-family: "product_sansregular", Arial, Helvetica, sans-serif;
}
br.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

.thumb {
	display: block;
}
.thumb img {
	display: block;
	width: 100%;
}
a:hover,
[type="submit"]:hover {
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.wrapper {
	width: 80%;
	margin: 0 auto;
	max-width: 1400px;
}

p {
	line-height: 1.7em;
	font-size: 19px;
}
a {
	color: #1a293c;
}
span.mobile-menu-icon, .mobile-menu-close-icon, div.mobile-menu {
    display: none;
}
header span.menu-icon,span.close-icon,div.mobile-view{
	display: none;
}
#home {
	display: flex;
	flex-direction: column;
	padding: 100px 0 100px 0;
	background-color: #e9faf3;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,250,243,1) 25%);
}
section.moments{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,250,243,1) 25%);
}
#home header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#home header h1.left {
	    width: 146px;
    margin-top: -20px;
}
#home header h1.left a.thumb {

}
#home header h1.left a.thumb img {
	width: 100%;
}
#home header nav.right {
	width: 50%;
}
.mobile-menu-close-icon {
	display: none;
}
#home header nav.right ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#home header nav.right ul li {
}
#home header nav.right ul li a {
	color: #999;
	font-family: 'product_sansbold';
}
#home header nav.right ul li a:hover, #home header nav.right ul li a.active{
	color: #5dce8e;
}
#home #spotlight {
	/*margin-top: 100px;*/
	    padding-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

}
#home #spotlight {

}
#home #spotlight div.content-box {
	width: 42%;
}
#home #spotlight div.content-box h2 {
	font-family: 'product_sansbold';
	line-height: 1.3em;
	font-size: 35px;
	color: #6a6a6a;
}
#home #spotlight div.content-box h2.head {
	font-family: 'product_sansbold';
	line-height: 1.3em;
	font-size: 33px;
	color: #5dce8e;
}
#home #spotlight div.content-box h2.moments{
	font-size: 33px;
	color: #53bc84;
}
#home #spotlight div.content-box h2 span{
	font-size: 16px;
	color: #717372;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#home #spotlight div.content-box p {
	margin: 19px 0px 20px 0px;
	color: #6d6e6e;
}
#home #spotlight div.content-box a.button {
	align-self: baseline;
    font-family: 'product_sansbold';
    display: inline-block;
    /*padding: 18px 70px;*/
           padding: 11px 41px;
    border-radius: 50px;
    background-color: #5dce8e;
    color: #fff;
    font-size: 20px;
}
#home #spotlight div.image-box {
	width: 50%;
	position: relative;
}
#home #spotlight div.image-box.moments{
	width: 45%;
}
#home #spotlight div.image-box.moments img{
	left: 81px;
	top: 0;
}
#home #spotlight div.image-box img {
	position: absolute;
	top: -17px;
	right: 0;
	width: 100%;
}
#top{
	padding: 23% 0 100px 0;
}
#top section.top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#top div.image-box{
	width: 42%;
}
#top div.image-box img{
	display: block;
	width: 100%;
}
#top div.content-box{
	width: 50%;
}
#top div.content-box h2{
	font-family: 'product_sansbold';
	font-size: 36px;
	margin-bottom: 20px;
	color: #6a6a6a;
}
#top div.content-box h2 span{
	color: #1a76d2;	
}
#top div.content-box p{
	color: #6a6a6a;
}
#top div.content-box p:nth-child(3n){
	margin-top: 10px;
}
#industry{
	padding: 39px 0;
	text-align: center;
}
div.title-box{
	margin-bottom: 20px;
}
div.title-box h2{
	font-family: 'product_sansbold';
	font-size: 32px;
	color: #6a6a6a;
	margin-bottom: 20px;
}
div.title-box p{
	width: 70%;
    margin: 0 auto;
    color: #6a6a6a;
    font-size: 17px;
    text-align: center;

}
#industry div.content-box{
	background-image: url(../images/info-bg.png);
    background-size: contain;
    background-position: center;
    padding: 100px 0;
    background-repeat: no-repeat;
}
#industry div.content-box div.widgets{
	display: flex;
	flex-direction: column;
	align-items: center;
	/* margin-bottom: -20px; */
}
#industry div.content-box div.widgets div.widget{
	display: flex;
	align-items: center;
	width: 43%;
	justify-content: center;
	padding: 26px;
	background-color: #000;
	margin-bottom: 30px;
	border-radius: 50px;
	position: relative;
}
#industry div.content-box div.widgets div.widget span.round{
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
    height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#industry div.content-box div.widgets div.widget span.round small{
	font-family: 'product_sansbold';
	color: #fff;
}
#industry div.content-box div.widgets div.widget span.round h4{
	font-family: 'product_sansbold';
}
#industry div.content-box div.widgets div.widget.active span.round{
	background-color: #2e796b;
}
#industry div.content-box div.widgets div.widget h4{
	font-size: 20px;
}
#industry div.content-box div.widgets div.widget.active h4{
	color: #2e796b;
}
#industry div.content-box div.widgets div.widget.active{
	background-color: #e4f0ef;
}
#industry div.content-box div.widgets div.widget.error span.round{
	background-color: #d43c30;
}
#industry div.content-box div.widgets div.widget.error h4{
	color: #d43c30;
}
#industry div.content-box div.widgets div.widget.error{
	background-color: #fae9e9;
}
#industry div.content-box div.widgets div.widget.info span.round{
	background-color: #1a76d2;
}
#industry div.content-box div.widgets div.widget.info h4{
	color: #1a76d2;
}
#industry div.content-box div.widgets div.widget.info{
	background-color: #e6f0fa;
}
#industry div.content-box div.widgets div.widget.success span.round{
	background-color: #428e3c;
}
#industry div.content-box div.widgets div.widget.success h4{
	color: #428e3c;
}
#industry div.content-box div.widgets div.widget.success{
	background-color: #eaf3ea;
}
#program {
    padding: 53px 0;
    text-align: center;
}
div.title-box.bg-1{
	background-image: url("../images/bg-1.png");
	background-size: contain;
	padding: 74px 0;
    background-position: bottom;
}

#program div.title-box { 

}
#program div.title-box  h2 { 

}
#program div.title-box  p { 

}
#program div.content-box { 
	padding: 60px 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,250,243,1) 10%, rgba(233,250,243,1) 50%, rgba(233,250,243,1) 90%, rgba(255,255,255,1) 100%);
}
#program div.content-box div.container  { 
	/* display: flex;
	flex-direction: row;
	justify-content: space-between; */
}
#program div.content-box section.content-item { 
	background-color: #fff;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}
#program div.content-box section.content-item div.top { 
	margin-bottom: 50px;
}
#program div.content-box section.content-item div.top a.button { 
	display: inline-block;
	padding: 13px 50px;
	border-radius: 30px;
	font-family: 'product_sansbold';	
	font-size: 20px;
}
#program div.content-box section.content-item div.top a.button.info { 
	background-color: #a3c8ed;
	color: #1a76d2;
}
#program div.content-box section.content-item div.top a.button.error { 
	background-color: #edabaa;
	color: #d43c30;
}
#program div.content-box section.content-item div.top a.button.success { 
	background-color: #afd2b1;
	color: #428e3c;
}
#program div.content-box section.content-item div.image-container {
	margin-bottom: 50px;
}
#program div.content-box section.content-item div.image-container img { 
	width: 100%;
	display: block;
}
#program div.content-box section.content-item div.content-container { 
	margin-top: 20px;
}
#program div.content-box section.content-item div.content-container h3 { 
	color: #6a6a6a;
	font-size: 28px;
	width: 60%;
	margin: 0 auto;
	font-family: 'product_sansbold';
}
#program div.content-box section.content-item div.content-container p { 
	margin-top: 20px;
	color: #6a6a6a;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
#program div.content-box section.content-item div.bottom { 
	display: flex;
	align-items: center;
	margin-top: 20px;
}
#program div.content-box section.content-item div.bottom span.round { 
	display: inline-block;
	width: 53px;
    height: 53px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	border: 1px solid #9fc6ec;
}
#program div.content-box section.content-item div.bottom span.round img{
	display: block;
	width: 41%;
}
#program div.content-box section.content-item div.bottom span.round small { 
	background-image: url("../images/arrow.png");
}
div.bottom-box { 
	
}
div.bottom-box a.button { 
	display: inline-block;
	/*padding: 20px 70px;*/
	    padding: 15px 50px;
	background-color: #5bcc8b;
	color: #fff;
	border-radius: 30px;
	font-family: 'product_sansbold';
	background-color: #5bcc8b;
    box-shadow: 3px 4px 11px #86e2be;
}
#moments { 
	text-align: center;
	/* padding: 100px 0; */
	padding: 53px 0;
}
#moments div.title-box { 
	background-image: url("../images/bottom_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
#moments div.title-box.similar { 
	background-image: url("../images/similar.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	padding: 80px 0;

}
#moments div.title-box  h2 { 

}
#moments div.title-box  p { 

}
#moments div.content-box { 

}
#moments div.content-box { 

}
.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
    width: 315px;
    float: right;
    border: 1px solid #d6e4de;
    position: absolute;
	right: 9px;
    top: -64px;
    border-radius: 36px;
}
.topnav .search-container {
    float: right;
}
.topnav input[type=text] {
    padding: 10px;
    margin-top: 1px;
    font-size: 17px;
    border: none;
}
.topnav .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 6px;
    margin-right: 31px;
    font-size: 1px;
    border: none;
    cursor: pointer;
}
.topnav form button img {
    width: 15px;
}
#moments div.content-box div.container { 
	/* display: flex; */
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#moments div.content-box div.container a.content-item { 
	
}
#moments div.content-box div.container div.content-item div.top { 
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	overflow: hidden;
}
#moments div.content-box div.container div.content-item div.top img { 
	display: block;
	width: 100%;
}
#moments div.content-box div.container div.content-item div.bottom { 
	padding: 30px 0;
	border: 1px solid #d6d6d6;
	border-top: 0;
	border-left: 0;
	position: relative;
    top: -86px;
    background: #fff;
    border-top-left-radius: 60px;
	border-top-right-radius: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	width: 100%;
}
#moments div.content-box div.container div.content-item div.bottom div.title-container { 
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	flex-basis: 10%;
}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.left { 

}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.left span.badge { 
	display: inline-block;
	padding: 10px 30px;
	border-radius: 15px;
	font-family: 'product_sansbold';
	font-size: 13px;
}
#moments div.content-box div.container div.content-item.success div.bottom div.title-container div.left span.badge { 
	background-color: #afd2b1;
	color: #428e3c;	
}
#moments div.content-box div.container div.content-item.warn div.bottom div.title-container div.left span.badge { 
	background-color: #a3c8ed;
	color: #1a76d2;	
}
#moments div.content-box div.container div.content-item.error div.bottom div.title-container div.left span.badge{ 
	background-color: #edabaa;
	color: #d43c30;	
}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.right { 
	display: flex;
    flex-direction: row;
    align-items: center;
}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.right small.icon-calender { 
	display: inline-block;
	margin-right: 5px;
	width: 21px;
}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.right small.icon img { 
	display: inline-block;
	margin-right: 5px;
	width: 100%;
}
#moments div.content-box div.container div.content-item div.bottom div.title-container div.right span { 
	display: block;
}
#moments div.content-box div.container div.content-item div.bottom div.banner-container { 
	display: flex;
	align-items: center;
	margin: 20px 0 40px 0;
	background-color: #f3eded;
	text-align: center;
	padding: 15px 30px;
	flex-basis: 20%;
	min-height: 86px;
}
#moments div.content-box div.container div.content-item div.bottom div.banner-container small.icon { 
	margin-right: 10px;
}
#moments div.content-box div.container div.content-item div.bottom div.banner-container p { 
	font-size: 15px;
	color: #666;
}
#moments div.content-box div.container div.content-item div.bottom div.content-container { 
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: left;
	flex-basis: 60%;
}
#moments div.content-box div.container div.content-item div.bottom div.content-container h4 { 
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
#moments div.content-box div.container div.content-item div.bottom div.content-container p { 
	font-size: 17px;
	color: #777;
}
#moments div.content-box  div.container div.content-item div.bottom div.bottom-container { 
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	border : 1px;
	flex-basis: 5%;
}
#moments div.content-box  div.container div.content-item div.bottom div.bottom-container span { 
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#moments div.content-box  div.container div.content-item.success div.bottom div.bottom-container span{
	background-color: #49984c;
}
#moments div.content-box  div.container div.content-item.warn div.bottom div.bottom-container span{
	background-color: #2d81d6;	
}
#moments div.content-box  div.container div.content-item.error div.bottom div.bottom-container span{
	background-color: #d64141;	
}
#moments div.content-box  div.container div.content-item div.bottom div.bottom-container span img { 
	display: block;
	width: 25%;
}
#moments div.bottom-box{ 

}
#moments div.bottom-box a.button{ 

}
footer{
	background-color: #000;
	color: #fff;
	padding: 50px 0;
	text-align: center;
}
footer section.top{
	/*margin-bottom: 50px;*/
	padding-bottom: 26px;
}
footer section.top h4{
	font-family: 'product_sansbold';
	font-size: 22px;
	letter-spacing: 0.9px;
	margin-bottom: 26px;
}
footer section.top p{
	font-size: 15px;
}
footer section.middle{
	text-align: center;
	display: flex;
	/*margin-bottom: 45px;*/
	padding-bottom: 26px;
}
footer section.middle div.item{
	width: 33%;
}
footer section.middle div.item p small{
	font-size: 30px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}
footer section.middle div.item p span{

}
footer section.middle div.item.social{
	display: flex;
    justify-content: center;
}
footer section.middle div.item a{
	color: #fff;
}
footer section.middle div.item a p{
	margin-bottom: 20px;
}
footer section.middle div.item a{
	margin-right: 20px;
}
footer section.middle div.item a:last-child{
	margin-right: 0;
}
footer section.middle div.item a span.round{
	display: inline-block;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
}
footer section.middle div.item a span.round.facebook{
	
}
footer section.middle div.item a span.round small.icon{

}
footer section.bottom{

}
footer section.bottom h4{

}
footer section.bottom h4 a{
	color: #fff;
    font-size: 18px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0;
	border-radius: 2px;
  }
  
  .pagination > .endless_page_link {
	display: inline;
  }
  
  .pagination > .endless_page_link > a,
  .pagination > .endless_page_link > span, div.pagination a, div.pagination span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #7e7e7e;
	background-color: #e2e2e2;
	border: 1px solid #ffffff;
	margin-left: -1px;
  }
  div.pagination{
	margin: 0;
  }
  div.pagination span strong{
	font-weight: normal;
  }
  div.pagination span {
	  padding: 6px 10px;
  }
  div.pagination a, div.pagination span{
	margin-right: 5px;
	border-radius: 50px;
	font-size:12px;
  }
  
  .pagination > .endless_page_link:first-child > a,
  .pagination > .endless_page_link:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
  }
  
  .pagination > .endless_page_link:last-child > a,
  .pagination > .endless_page_link:last-child > span {
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
  }
  
  .pagination > .endless_page_link > a:hover,
  .pagination > .endless_page_link > span:hover,
  .pagination > .endless_page_link > a:focus,
  .pagination > .endless_page_link > span:focus {
	z-index: 2;
	color: #333333;
	background-color: #d7d7d7;
	border-color: #ffffff;
  }
  
  .pagination > .endless_page_current > a,
  .pagination > .endless_page_current > span,
  .pagination > .endless_page_current > a:hover,
  .pagination > .endless_page_current > span:hover,
  .pagination > .endless_page_current > a:focus,
  .pagination > .endless_page_current > span:focus, div.pagination span.endless_page_current {
	z-index: 3;
	color: #ffffff;
	background-color: #28CC8B;
	border-color: #ffffff;
	cursor: default;  
  }
  
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
	color: #777777;
	background-color: #e2e2e2;
	border-color: #ffffff;
	cursor: not-allowed;
  }
  .infos{	
	  display: none;
  }
  .row{
	  margin-top: 20px;
  }
  div.pagination a, span.endless_page_current{
	  border-radius: 50px;	 
	  font-size: 12px;
  }
  div.col-sm-6{
	  text-align: center;	
	  margin-bottom: 20px;
  }
  #moments.moment_list{
	padding: 13% 0 0 0;
  }
  
/* single page style starts */

#details { 
	padding: 100px 0 80px 0;
}
#details .image-box { 
	float: right;
	width: 40%;
}
#details .image-box img { 
	width: 100%;
	display: block;
}
#details .single-content-box { 
	width: 50%;
}
#details .single-content-box .content-item { 

}
#details .single-content-box .content-item h3 { 
	font-family: 'product_sansbold';
	font-size: 30px;
	line-height: 1.3em;
	color: #3f3f3f;
}
#details .single-content-box .content-item .info-container { 
	margin: 10px 0;
}
#details .single-content-box .content-item .info-container .icon { 
	font-size: 15px;
	color: #666;
}
#details .single-content-box .content-item .info-container span { 
	font-size: 14px;
	color: #666;
}
#details .single-content-box .content-item p { 
	color: #555;
	margin-bottom: 20px;
}
#details .single-content-box .content-item p span{
	font-family: 'product_sansbold';
	color: #5dce8e;
	font-size: 30px;
}
#details .single-content-box .content-item p span small{
	margin: 30px 0;
    display: inline-block;
    width: 100%;
}
#details .single-content-box .content-item small { 
	font-family: 'product_sansbold';
	font-size: 28px;
    line-height: 1.6em;
    color: #3f3f3f;
}
#gallery { 
	padding: 50px 0;
}
#gallery .single-title-box { 
	text-align: center;
    font-size: 31px;
	margin-bottom: 30px;
	text-align: center;
}
#gallery .single-title-box h3 { 
	font-family: 'product_sansbold';
	font-size: 36px;
	color: #6a6a6a;
}
#gallery .single-content-box { 
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}
#gallery .single-content-box .item { 
	
}
#gallery .single-content-box .item img { 
	height: 200px;

}

/* single page style ends */


/* Moments list page  */
.single-container{
	flex-wrap: wrap;
}
#enquiry{
	/* padding: 100px 0 10% 0; */
	padding: 50px 0 4% 0;
	background-color: #fff;
}
#enquiry div.content-box{
	padding: 50px 0;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,250,243,1) 10%, rgba(233,250,243,1) 50%, rgba(233,250,243,1) 90%, rgba(255,255,255,1) 100%);
}
#enquiry form section.content-box{
	display: flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
	margin-bottom: 30px
}
#enquiry form section.content-box p{
	background: #fff;
    flex-basis: 45%;
    border-radius: 66px;
    margin-bottom: 20px;
	padding: 24px 26px;
}
#enquiry form section.content-box p:last-child{
	flex-basis: 93%;
	border-radius: 39px
}
#enquiry form section.content-box p input{
	font-family: 'product_sansbold';
	font-size: 18px;
	color: #999;
	width: 100%;
}
/* #enquiry form section.content-box p textarea{
	font-size: 16px;
	font-weight: bold;
	color: #999;
} */
div.title-box.enquiry{
	background: url(../images/enquiry.png);
    padding: 35px 0px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
div.title-box.enquiry h2{
	text-align: center;
}
div.title-box.enquiry p{
	text-align: center;
}
#enquiry form section.content-box p select{
	font-family: 'product_sansbold';
	font-size: 18px;
	color: #999;
	line-height: 1.6em;
    width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("../images/ic.svg");
	background-position: right 0 top 50%, 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 25px;
}
/* #enquiry form section.content-box p select option:hover {
	background-color: green;
} */
#enquiry form section.content-box p select option {
	
}
#enquiry form section.content-box p textarea{
	font-family: 'product_sansbold';
	width: 100%;
	resize: none;
	line-height: 1.6em;
	font-size: 18px;
	color: #999;
}
#enquiry form section.content-box p select span{
	font-size: 18px;
}
#enquiry form section.bottom-box{
	text-align: center;
}
#enquiry form section.bottom-box button{
	/* padding: 20px 70px; */
	padding: 15px 50px;
	background-color: #5bcc8b;
	color: #fff;
	border-radius: 30px;
	font-family: 'product_sansbold';
	background-color: #5bcc8b;
	box-shadow: 3px 4px 11px #86e2be;
	font-size: 17px;
	cursor: pointer;
}
input::placeholder{
	font-size: 18px;
	font-family: 'product_sansbold';
	color: #999;
}
textarea::placeholder{
	font-size: 18px;
	font-family: 'product_sansbold';
	color: #999;
}
select::placeholder{
	font-size: 18px;
	font-family: 'product_sansbold';
	color: #999;
	text-align: center;
}
#moment div.content-box div.container.moment .owl-theme .owl-nav{
	bottom: -90px !important;
}
#program  .owl-nav{
	bottom: -100px !important;
}
#moments  .owl-nav{
	bottom: 10px !important;
}

#enquiry form section.content-box p select{
	padding: 0 0 0 20px;
}
#enquiry form section.content-box p.select{
    padding: 20px 26px 20px 4px;
}
/* Responsive Starts Here */

@media all and (max-width: 1480px){
	#moments div.content-box div.container div.content-item div.bottom{
		top: -82px;
	}
	#moments div.title-box.similar {
		padding: 60px 0;
	}
	#moments{
		padding: 20px 0;
	}
	#program{
		padding: 20px 0;
	}
	footer{
		margin-top: 100px;
	}
	#home{
		padding: 70px 0 100px 0;
	}
	#top {
		padding: 13% 0 100px 0;
	}
}
@media all and (max-width: 1600px) {
	#program div.title-box{
		padding: 49px 0;
	}
}
@media all and (max-width: 1430px) {
	#home #spotlight div.image-box img{
		top:62px;
	}
	#moments div.content-box div.container div.content-item div.bottom {
	top: -77px;
    background: #fff;
    border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	}
	#industry div.content-box div.widgets div.widget{
		width: 43%;
	}
	#program div.title-box{
		background-size: contain;
		padding: 50px 0;
	}
}
@media all and (max-width: 1280px) {
	#industry div.content-box div.widgets div.widget h4{
		
	}
	#home #spotlight div.image-box img{
		top: 96px;
	}
	#home header nav.right{
		width: 55%;
	}
	#home #spotlight div.content-box{
		width: 45%;
	}
	#industry div.content-box div.widgets div.widget{
		width: 35%;
	}
	#industry div.content-box {
		background-position: bottom;
	}
	#industry div.content-box div.widgets div.widget{
		width: 47%;
	}
	div.title-box p{
		width: 100%;
	}
	div.title-box.bg-1{
		background-position: unset;
	}
	#program{
		padding: 10px 0;
	}
	#program div.content-box{
		padding: 30px 0;
	}
	#program div.content-box section.content-item div.content-container p{
		margin: 10px 0 0 0;
		width: 100%;
	}
	#program div.content-box section.content-item div.content-container h3{
		width: 100%;
	}
	#moments{
		padding: 10px 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		display: block;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right{
		justify-content: center;
		margin-top: 15px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -115px;
	}
	#industry div.content-box div.widgets div.widget.success h4 {
		margin-left: 30px;
	}
	#moments div.title-box.similar {
		padding: 35px 0;
	}
	#details .single-content-box .content-item h3{
		line-height: 1.5em;
	}
	#details .single-content-box .content-item small{
		font-size: 25px;
	}
}
@media all and (max-width: 1200px) {
	div.title-box.bg-1{
		padding: 40px 0;
	}
	p{
		font-size: 19px;
	}
	#home {
		padding: 70px 0 70px 0;
	}
	#home header nav.right{
		width: 65%;
	}
	#home #spotlight div.content-box{
		/* align-items: center; */
		display: flex;
		flex-direction: column;
		width: 80%;
	}
	#home #spotlight div.image-box img{
		top: 180px;
	}
	#home #spotlight div.content-box h2 {
		font-size: 37px;
	}
	#top{
		padding: 70px 0;
	}
	#top div.image-box{
		width: 44%;
		display: flex;
		align-items: center;
	}
	#program{
		padding: 70px 0;
	}
	div.title-box p{
		width: 100%;
	}
	#program div.content-box section.content-item{
		padding: 30px;
	}
	#program div.content-box section.content-item div.top a.button{
		font-size: 16px;
	}
	#industry{
		padding: 70px 0;
	}
	#industry div.content-box {
		background-position: bottom;
	}
	#industry div.content-box div.widgets div.widget{
		width: 56%;
	}
	section.content-item div.content-container h3{
		font-size: 25px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.left{
		
	}
	#industry div.content-box {
		background-size: contain;
		background-repeat: no-repeat;
	}
	div.title-box h2{
		font-size: 30px;
	}
	div.title-box.bg-1{
		background-size: contain;
	}
	#program div.content-box section.content-item div.content-container h3{
		font-size: 20px;
	}
	#program div.content-box section.content-item div.content-container p{
		font-size: 16px;
	}
	#program div.content-box section.content-item div.bottom span.round {
		width: 56px;
		height: 56px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container p {
		font-size: 15px;
	}
	#program div.content-box section.content-item div.bottom span.round img{
		width: 48%;
	}
	#moments div.title-box{
		padding: 40px 0;
		background-size: contain;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container{
		margin: 20px 0 25px 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container{
		text-align: center;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container h4{
		font-size: 20px;
    	margin-bottom: 10px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container p{
		font-size: 16px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.bottom-container{
		padding: 0 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container{
		padding: 10px 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		padding: 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -89px;
	}
	#home #spotlight div.image-box {
		display: none;
	}
	#home header h1.left {
		/* margin: 0 auto; */
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#enquiry form section.content-box p{
		width: 47%;
		padding: 20px 26px;
	}
	#enquiry div.single-title-box{
		background-position: top;
	}	
	div.title-box{
		background: none !important;
	}
	#gallery .single-title-box h3{
		font-size: 30px;
	}
	#details .single-content-box .content-item h3 {
		font-size: 29px;
		line-height: 1.5em;
	}
	#details .single-content-box .content-item small {
		font-size: 24px;
	}
	#details {
		padding: 0;
	}
	#moments div.title-box.similar {
		padding: 10px 0;
	}
	footer {
		margin-top: 0;
	}
	#moments div.bottom-box {
		margin-top: 20px;
	}
	#moments .owl-nav {
		bottom: -32px !important;
	}
	#enquiry form section.content-box p select{
		background: url("../images/25.png")no-repeat;
		background-position: right 0 top 50%, 0 0;
	}
}
@media all and (max-width: 1069px) {
	.owl-dots button.owl-dot:first-child {
    	top: 343px;
    	left: -549px;
	}
}
@media all and (max-width: 980px) {
	#home{
		padding: 50px 0;
	}
	#home header nav.right {
		display: none;
	}
	#home #spotlight div.content-box {
		width: 60%;
	}
	#home #spotlight div.image-box {
		display: none;
	}
	#details{
		padding: 0;
	}
	#top {
		padding: 50px 0;
	}
	#industry {
		padding: 50px 0;
	}
	#industry div.content-box div.widgets div.widget {
		width: 80%;
	}
	#industry div.content-box div.widgets div.widget h4{
		font-size: 20px;
	}
	#program {
		padding: 50px 0;
	}
	#moments{
		padding: 50px 0;
	}
	#enquiry{
		padding: 24px  0;
	}
	#home #spotlight div.content-box a.button{
		padding: 15px 50px;
	}
	#enquiry form section.bottom-box button{
		padding: 15px 50px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right small.icon img{
		width: 18px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right span{
		font-size: 13px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container p {
		font-size: 11px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container h4 {
		font-size: 18px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container p {
		font-size: 15px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.bottom-container span {
		width: 45px;
		height: 45px;
	}
	#moments div.bottom-box{
		/* padding-top: 40px; */
	}
	#moments div.content-box div.container div.content-item div.bottom{
		top: -50px;
		border-top-left-radius: 29px;
		border-top-right-radius: 29px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container {
		padding: 10px;	
	}
	#home #spotlight div.content-box h2{
		font-size: 30px;
	}
	#home #spotlight div.content-box p {
		font-size: 19px;
	}
	#top div.content-box h2{
		font-size: 25px;
	}
	#top div.content-box p{
		font-size: 17px;
	}
	div.title-box h2{
		font-size: 25px;
	}
	div.title-box p{
		font-size: 17px;
	}
	#industry div.content-box div.widgets div.widget.success h4{
		margin-left: 37px;
	}
	#program div.content-box section.content-item div.top a.button{
		padding: 13px 28px;
		font-size: 17px;
	}
	#program div.content-box section.content-item div.content-container h3{
		font-size: 18px;
	}
	#program div.content-box section.content-item div.bottom span.round{
		width: 45px;
		height: 45px;
	}
	div.bottom-box a.button{
		padding: 15px 50px;
	}
	footer{
		padding: 50px, 0;
	}
	footer section.top h4{
		font-size: 20px;
	}
	footer section.top p {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
	footer section.middle div.item a span.round{
		display: inline-block;
		width: 28px;
		height: 28px;
		font-size: 18px;
	}
	footer section.bottom h4 a{
		font-size: 18px;
	}
	footer section.middle div.item p small.icon-facebook{
		font-size: 24px;
    	height: 20px;
	}
	footer {
		margin-top: 50px;
	}
	#home header h1.left {
		/* margin: 0 auto; */
		    width: 100px;
	}
	.mobile-menu-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		background: rgba(0,0,0,0.8);
		z-index: 8;
		display: none;
	}
	div.mobile-menu{
		display: block;
		padding-top: 30px;
		width: 100%;
		max-width: 235px;
		min-height: 100vh;
		background: #fff;
		position: fixed;
		top: 0;
		right: -300px;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		z-index: 9;
		transition: .3s;
	}
	div.mobile-menu ul li{
		display: block;
		text-align: left;
		border-bottom: 1px solid #EEE;
		line-height: 50px;
	}
	div.mobile-menu ul li a{
		color: #000;
		font-size: 15px;
		text-transform: capitalize;
		font-family: 'product_sansbold';
		padding: 0 30px;
	}

	span.mobile-menu-icon{
		display: block;
		float: right;
		cursor: pointer;
		font-size: 20px;
		color: #000;
		line-height: 60px;
		font-size: 28px;
		background: url('../images/menu1.png')no-repeat;
		width: 35px;
		height: 35px;
		position: absolute;
		right: 20px;
		top: 56px;
	}
	.mobile-menu-close-icon {
		color: #000;
		font-size: 20px;
		position: fixed;
		z-index: 10;
		top: 20px;
		right: 20px;
		cursor: pointer;
		display: none;
		transition: .3s;
		background: url(../images/close.png)no-repeat;
		width: 32px;
		height: 32px;
	}
	#home header nav.right {
		display: none;
	}
	footer section.middle div.item p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 35px;
	}
	#enquiry form section.content-box p {
		padding: 15px 26px;
	}
	#enquiry form section.content-box p textarea{
		line-height: normal;
	}
	#enquiry form section.content-box p textarea{
		line-height: normal;
	}
	div.title-box{
		background: none;
	}
	#industry div.content-box{
		background: none;
	}
	#gallery .single-title-box h3 {
		font-size: 25px;
	}
	#details .single-content-box .content-item small {
		font-size: 20px;
	}
	#details .single-content-box .content-item h3 {
		font-size: 24px;
	}
	#gallery .single-content-box {
		grid-template-columns: repeat(3, 1fr);
	
	}
	#industry div.content-box {
		padding: 30px 0 0 0;
	}
	#program div.title-box {
		padding: 20px 0;
	}
	#moments.moment_list {
		padding: 50px 0 0 0;
	}
	#enquiry form section.content-box p.select {
		padding: 15px 26px 15px 4px;
	}
}
@media all and (max-width: 820px) {
	#moments div.content-box div.container div.content-item div.bottom {
	top: -100px;
	}
}
@media all and (max-width: 768px) {
	#home #spotlight{
		margin-top: 50px;
	}
	#home{
		padding: 530px 00px 0 50px 0;
	}
	#home #spotlight div.image-box img {
		top: 165px;
	}
	#top {
		padding: 0 0 50px 0;
	}
	#industry div.content-box div.widgets div.widget {
		width: 85%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 19px;
	}
	#home #spotlight div.content-box {
		width: 80%;
	}
	#top section.top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#top div.image-box{
		width: 65%;
		margin-bottom: 30px;
	}
	#top div.content-box {
		width: 80%;
	}
	#industry {
		padding: 0 0 50px 0;
	}
	#program {
		padding: 0 0 50px 0;
	}
	#program div.content-box {
		padding: 30px 0;
		flex-direction: column;
	}
	/* #moments {
		padding: 20px 0;
	}
	#moments div.title-box {
		padding: 20px 0;
		background-image: none;
	}	 */
	#industry div.content-box{
		padding-top: 15px;
	}
	div.title-box.bg-1 {
		padding: 20px 0;
	}
	/* #program div.content-box div.container{
		flex-direction: column;
		align-items: center;
	} */
	/* #program div.content-box section.content-item{
		width: 100%;
		margin: 20px 0;
	} */
	#home #spotlight div.content-box h2.moments{
		font-size: 33px;
	}
	#moments{
		padding: 0 0 50px 0;
	}
	#enquiry form section.content-box p:last-child{
		width: 95%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -49px;
	}
	.owl-theme .owl-nav{
		bottom: 0 !important;
	}
	#industry div.content-box div.widgets div.widget{
		padding: 22px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 60px;
		height: 60px;
	}
	#gallery .single-content-box{
		grid-template-columns: repeat(2, 1fr);
	}
	#details .image-box {
		width: 100%;
		margin-bottom: 30px;
	}
	#details .single-content-box {
		width: 100%;
	}
	#moments  .owl-nav{
		bottom: -20px !important;
	}
	footer {
		margin-top: 0;
	}
	#enquiry {
		padding: 0 0 18px 0;
	}
}
@media all and (max-width: 640px) {
	#home #spotlight{
		margin-top: 50px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 95%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 17px;
		margin-left: 30px;
	}
	#industry div.content-box {
		background-image: none;
		padding: 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		flex-direction: column;
	}
	/* #home header h1.left {
		margin: 0 auto;
	} */
	.owl-theme .owl-nav{
		bottom: 40px !important;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}
	.topnav{
		width: 100%;
	}
	footer section.middle{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	#moments div.content-box div.single-container{
		margin-bottom: -20px;
	}
	#moments div.bottom-box{
		padding: 0;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 30px;
	}
	#enquiry form section.content-box{
		display: block;
	}
	#enquiry form section.content-box p{
		width: 100%;
	}
	#enquiry form section.content-box p:last-child{
		width: 100%;
	}
	#enquiry form section.content-box p textarea {
		line-height: 0.8em;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -84px;
	}
	#home #spotlight div.content-box a.button {
		padding: 13px 45px;
		font-size: 17px;
	}
	#moments.moment_list {
		padding: 30px 0 0 0;
	}
}
@media all and (max-width: 520px) {
	#industry div.content-box div.widgets div.widget{
		
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -90px;
	}
}
@media all and (max-width: 480px) {
	#home #spotlight{
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#home #spotlight div.image-box img{
		position: unset;
	}
	#home #spotlight div.content-box{
		text-align: center;
	}
	#home #spotlight div.content-box{
		padding: 20px 0;
	}
	#home{
		padding: 20px 0;
	}
	#home #spotlight div.content-box h2 span{
		display: block;
	}
	#industry div.content-box div.widgets div.widget span.round{
		width: 50px;
		height: 50px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 87%;
		padding: 17px;
	}
	#home #spotlight div.content-box a.button {
		padding: 10px 30px;
	}
	#home #spotlight div.content-box {
		width: 100%;
	}
	div.bottom-box a.button {
		padding: 10px 30px;
	}
	#home #spotlight div.content-box h2 {
		font-size: 23px;
	}
	#home #spotlight div.content-box p {
		font-size: 16px;
	}
	#home #spotlight div.content-box a.button{
		font-size: 15px;
		align-self: center;
	}
	#top div.content-box h2 {
		font-size: 22px;
	}
	#top div.content-box h2 span {
		font-size: 22px;
	}
	#top div.content-box p {
		font-size: 16px;
	}
	div.title-box h2{
		font-size: 22px;
	}
	div.title-box.bg-1{
		background-image: none;
		padding: 0;
	}
	#home #spotlight div.image-box img{
		display: none;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 30px;
		width: 55%;
    	margin: 0 auto;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -56px;
	}
	#gallery .single-title-box h3 {
		font-size: 22px;
	}
	#program div.title-box{
		padding: 3px 0;
	}
	#enquiry form section.bottom-box button {
		padding: 10px 30px;
	}
	footer {
		margin-top: 60px;
	}
	#enquiry form section.content-box p select{
		background: url("../images/20.png")no-repeat;
		background-position: right 0 top 50%, 0 0;
	}
}
@media all and (max-width: 480px) {
	#industry div.content-box div.widgets div.widget span.round{
		width: 54px;
		height: 54px;
	}
	#industry div.content-box div.widgets div.widget{
		padding: 20px;
	}
	#industry div.content-box div.widgets div.widget h4{
		font-size: 15px;
		margin-left: 20px;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	.owl-theme .owl-nav {
		bottom: 9px !important;
	}
	#industry div.content-box div.widgets div.widget{
		width: 109%;
	}
	#moments div.title-box {
		padding: 20px 0;
	}	
	#moments {
		padding: 20px 0 10px 0;
	}
	#enquiry div.content-box {
		padding: 20px 0;
	}
	span.mobile-menu-icon{
		top: 35px;
	}
	#moments  .owl-nav{
		bottom: -32px !important;
	}
	#moments div.content-box div.container a.content-item {
		margin-bottom: 0;
	}
}
@media all and (max-width: 360px) {
	#industry div.content-box div.widgets div.widget {
		width: 100%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		margin-left: 15px;
	}
	footer section.middle{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	#home #spotlight div.content-box h2.moments{
		width: 56%;
	}
	footer section.middle div.item p span {
		font-size: 17px;
	}
	.owl-theme .owl-nav{
		margin-top: 5px;
		margin-bottom: 10px ;
		position: absolute;
		bottom: 0 !important;
		left: 0;
		right: 0;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -49px;
	}
	#industry div.content-box div.widgets div.widget {
		padding: 16px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 44px;
		height: 44px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 115%;
	}
	#enquiry{
		padding: 20px 0 50px 0;
	}
	#gallery .single-content-box{
		grid-template-columns: repeat(1, 1fr);
	}
	#details .single-content-box {
		text-align: center;
	}
	#moments  .owl-nav{
		bottom: -23px !important;
	}
	#moments.moment_list {
		padding: 5px 0 0 0;
	}
	#home #spotlight div.content-box p{
		margin-bottom: 24px;
	}
}
@media all and (max-width: 332px) {
	.topnav {
		width: 104%;
	}
}
@media all and (max-width: 320px) {
	#industry div.content-box div.widgets div.widget h4{
		margin-left: 20px;
	}
	#industry div.content-box div.widgets div.widget{
		width: 100%;
	}
	div.content-box section.content-item div.top a.button{
		padding: 13px 28px;
	}
	footer section.top h4 {
		font-size: 18px;
	}
	section.bottom h4 a {
		font-size: 15px;
	}
	footer section.middle div.item a span.round {
		width: 20px;
		height: 20px;
		font-size: 15px;
	}
	footer section.middle div.item a span.round {
		line-height: 21px;
	}
	#program div.content-box{
		padding: 0;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#home #spotlight div.content-box h2.moments{
		width: 56%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -50px;
	}
	#industry div.content-box div.widgets div.widget {
		padding: 16px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 44px;
		height: 44px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 130%;
	}	
	#enquiry{
		padding: 20px 0 100px 0;
	}
	#moments  .owl-nav{
		bottom: -30px !important;
	}
}@media all and (max-width: 1480px){
	#moments div.content-box div.container div.content-item div.bottom{
		top: -82px;
	}
	#moments div.title-box.similar {
		padding: 60px 0;
	}
	#moments{
		padding: 20px 0;
	}
	#program{
		padding: 20px 0;
	}
	footer{
		margin-top: 100px;
	}
	#home{
		padding: 70px 0 100px 0;
	}
	#top {
		padding: 13% 0 100px 0;
	}
}
@media all and (max-width: 1600px) {
	#program div.title-box{
		padding: 49px 0;
	}
}
@media all and (max-width: 1430px) {
	#home #spotlight div.image-box img{
		top:62px;
	}
	#moments div.content-box div.container div.content-item div.bottom {
	top: -77px;
    background: #fff;
    border-top-left-radius: 45px;
	border-top-right-radius: 45px;
	}
	#industry div.content-box div.widgets div.widget{
		width: 43%;
	}
	#program div.title-box{
		background-size: contain;
		padding: 50px 0;
	}
}
@media all and (max-width: 1280px) {
	#industry div.content-box div.widgets div.widget h4{
		
	}
	#home #spotlight div.image-box img{
		top: 96px;
	}
	#home header nav.right{
		width: 55%;
	}
	#home #spotlight div.content-box{
		width: 45%;
	}
	#industry div.content-box div.widgets div.widget{
		width: 35%;
	}
	#industry div.content-box {
		background-position: bottom;
	}
	#industry div.content-box div.widgets div.widget{
		width: 47%;
	}
	div.title-box p{
		width: 100%;
	}
	div.title-box.bg-1{
		background-position: unset;
	}
	#program{
		padding: 10px 0;
	}
	#program div.content-box{
		padding: 30px 0;
	}
	#program div.content-box section.content-item div.content-container p{
		margin: 10px 0 0 0;
		width: 100%;
	}
	#program div.content-box section.content-item div.content-container h3{
		width: 100%;
	}
	#moments{
		padding: 10px 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		display: block;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right{
		justify-content: center;
		margin-top: 15px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -115px;
	}
	#industry div.content-box div.widgets div.widget.success h4 {
		margin-left: 30px;
	}
	#moments div.title-box.similar {
		padding: 35px 0;
	}
	#details .single-content-box .content-item h3{
		line-height: 1.5em;
	}
	#details .single-content-box .content-item small{
		font-size: 25px;
	}
}
@media all and (max-width: 1200px) {
	div.title-box.bg-1{
		padding: 40px 0;
	}
	p{
		font-size: 19px;
	}
	#home {
		padding: 70px 0 70px 0;
	}
	#home header nav.right{
		width: 65%;
	}
	#home #spotlight div.content-box{
		/* align-items: center; */
		display: flex;
		flex-direction: column;
		width: 80%;
	}
	#home #spotlight div.image-box img{
		top: 180px;
	}
	#home #spotlight div.content-box h2 {
		font-size: 37px;
	}
	#top{
		padding: 70px 0;
	}
	#top div.image-box{
		width: 44%;
		display: flex;
		align-items: center;
	}
	#program{
		padding: 70px 0;
	}
	div.title-box p{
		width: 100%;
	}
	#program div.content-box section.content-item{
		padding: 30px;
	}
	#program div.content-box section.content-item div.top a.button{
		font-size: 16px;
	}
	#industry{
		padding: 70px 0;
	}
	#industry div.content-box {
		background-position: bottom;
	}
	#industry div.content-box div.widgets div.widget{
		width: 56%;
	}
	section.content-item div.content-container h3{
		font-size: 25px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.left{
		
	}
	#industry div.content-box {
		background-size: contain;
		background-repeat: no-repeat;
	}
	div.title-box h2{
		font-size: 30px;
	}
	div.title-box.bg-1{
		background-size: contain;
	}
	#program div.content-box section.content-item div.content-container h3{
		font-size: 20px;
	}
	#program div.content-box section.content-item div.content-container p{
		font-size: 16px;
	}
	#program div.content-box section.content-item div.bottom span.round {
		width: 56px;
		height: 56px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container p {
		font-size: 15px;
	}
	#program div.content-box section.content-item div.bottom span.round img{
		width: 48%;
	}
	#moments div.title-box{
		padding: 40px 0;
		background-size: contain;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container{
		margin: 20px 0 25px 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container{
		text-align: center;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container h4{
		font-size: 20px;
    	margin-bottom: 10px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container p{
		font-size: 16px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.bottom-container{
		padding: 0 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container{
		padding: 10px 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		padding: 20px;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -89px;
	}
	#home #spotlight div.image-box {
		display: none;
	}
	#home header h1.left {
		/* margin: 0 auto; */
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#enquiry form section.content-box p{
		width: 47%;
		padding: 20px 26px;
	}
	#enquiry div.single-title-box{
		background-position: top;
	}	
	div.title-box{
		background: none !important;
	}
	#gallery .single-title-box h3{
		font-size: 30px;
	}
	#details .single-content-box .content-item h3 {
		font-size: 29px;
		line-height: 1.5em;
	}
	#details .single-content-box .content-item small {
		font-size: 24px;
	}
	#details {
		padding: 0;
	}
	#moments div.title-box.similar {
		padding: 10px 0;
	}
	footer {
		margin-top: 0;
	}
	#moments div.bottom-box {
		margin-top: 20px;
	}
	#moments .owl-nav {
		bottom: -32px !important;
	}
	#enquiry form section.content-box p select{
		background: url("../images/25.png")no-repeat;
		background-position: right 0 top 50%, 0 0;
	}
}
@media all and (max-width: 1069px) {
	.owl-dots button.owl-dot:first-child {
    	top: 343px;
    	left: -549px;
	}
}
@media all and (max-width: 980px) {
	#home{
		padding: 50px 0;
	}
	#home header nav.right {
		display: none;
	}
	#home #spotlight div.content-box {
		width: 60%;
	}
	#home #spotlight div.image-box {
		display: none;
	}
	#details{
		padding: 0;
	}
	#top {
		padding: 50px 0;
	}
	#industry {
		padding: 50px 0;
	}
	#industry div.content-box div.widgets div.widget {
		width: 80%;
	}
	#industry div.content-box div.widgets div.widget h4{
		font-size: 20px;
	}
	#program {
		padding: 50px 0;
	}
	#moments{
		padding: 50px 0;
	}
	#enquiry{
		padding: 24px  0;
	}
	#home #spotlight div.content-box a.button{
		padding: 15px 50px;
	}
	#enquiry form section.bottom-box button{
		padding: 15px 50px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right small.icon img{
		width: 18px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container div.right span{
		font-size: 13px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.banner-container p {
		font-size: 11px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container h4 {
		font-size: 18px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.content-container p {
		font-size: 15px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.bottom-container span {
		width: 45px;
		height: 45px;
	}
	#moments div.bottom-box{
		/* padding-top: 40px; */
	}
	#moments div.content-box div.container div.content-item div.bottom{
		top: -50px;
		border-top-left-radius: 29px;
		border-top-right-radius: 29px;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container {
		padding: 10px;	
	}
	#home #spotlight div.content-box h2{
		font-size: 30px;
	}
	#home #spotlight div.content-box p {
		font-size: 19px;
	}
	#top div.content-box h2{
		font-size: 25px;
	}
	#top div.content-box p{
		font-size: 17px;
	}
	div.title-box h2{
		font-size: 25px;
	}
	div.title-box p{
		font-size: 17px;
	}
	#industry div.content-box div.widgets div.widget.success h4{
		margin-left: 37px;
	}
	#program div.content-box section.content-item div.top a.button{
		padding: 13px 28px;
		font-size: 17px;
	}
	#program div.content-box section.content-item div.content-container h3{
		font-size: 18px;
	}
	#program div.content-box section.content-item div.bottom span.round{
		width: 45px;
		height: 45px;
	}
	div.bottom-box a.button{
		padding: 15px 50px;
	}
	footer{
		padding: 50px, 0;
	}
	footer section.top h4{
		font-size: 20px;
	}
	footer section.top p {
		font-size: 15px;
	}
	p {
		font-size: 15px;
	}
	footer section.middle div.item a span.round{
		display: inline-block;
		width: 28px;
		height: 28px;
		font-size: 18px;
	}
	footer section.bottom h4 a{
		font-size: 18px;
	}
	footer section.middle div.item p small.icon-facebook{
		font-size: 24px;
    	height: 20px;
	}
	footer {
		margin-top: 50px;
	}
	#home header h1.left {
		/* margin: 0 auto; */
		    width: 100px;
	}
	.mobile-menu-overlay{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		background: rgba(0,0,0,0.8);
		z-index: 8;
		display: none;
	}
	div.mobile-menu{
		display: block;
		padding-top: 30px;
		width: 100%;
		max-width: 235px;
		min-height: 100vh;
		background: #fff;
		position: fixed;
		top: 0;
		right: -300px;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
		z-index: 9;
		transition: .3s;
	}
	div.mobile-menu ul li{
		display: block;
		text-align: left;
		border-bottom: 1px solid #EEE;
		line-height: 50px;
	}
	div.mobile-menu ul li a{
		color: #000;
		font-size: 15px;
		text-transform: capitalize;
		font-family: 'product_sansbold';
		padding: 0 30px;
	}

	span.mobile-menu-icon{
		display: block;
		float: right;
		cursor: pointer;
		font-size: 20px;
		color: #000;
		line-height: 60px;
		font-size: 28px;
		background: url('../images/menu1.png')no-repeat;
		width: 35px;
		height: 35px;
		position: absolute;
		right: 20px;
		top: 56px;
	}
	.mobile-menu-close-icon {
		color: #000;
		font-size: 20px;
		position: fixed;
		z-index: 10;
		top: 20px;
		right: 20px;
		cursor: pointer;
		display: none;
		transition: .3s;
		background: url(../images/close.png)no-repeat;
		width: 32px;
		height: 32px;
	}
	#home header nav.right {
		display: none;
	}
	footer section.middle div.item p{
		font-size: 16px;
		margin-bottom: 15px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 48%;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 35px;
	}
	#enquiry form section.content-box p {
		padding: 15px 26px;
	}
	#enquiry form section.content-box p textarea{
		line-height: normal;
	}
	#enquiry form section.content-box p textarea{
		line-height: normal;
	}
	div.title-box{
		background: none;
	}
	#industry div.content-box{
		background: none;
	}
	#gallery .single-title-box h3 {
		font-size: 25px;
	}
	#details .single-content-box .content-item small {
		font-size: 20px;
	}
	#details .single-content-box .content-item h3 {
		font-size: 24px;
	}
	#gallery .single-content-box {
		grid-template-columns: repeat(3, 1fr);
	
	}
	#industry div.content-box {
		padding: 30px 0 0 0;
	}
	#program div.title-box {
		padding: 20px 0;
	}
	#moments.moment_list {
		padding: 50px 0 0 0;
	}
	#enquiry form section.content-box p.select {
		padding: 15px 26px 15px 4px;
	}
}
@media all and (max-width: 820px) {
	#moments div.content-box div.container div.content-item div.bottom {
	top: -100px;
	}
}
@media all and (max-width: 768px) {
	#home #spotlight{
		margin-top: 50px;
	}
	#home{
		padding: 530px 00px 0 50px 0;
	}
	#home #spotlight div.image-box img {
		top: 165px;
	}
	#top {
		padding: 0 0 50px 0;
	}
	#industry div.content-box div.widgets div.widget {
		width: 85%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 19px;
	}
	#home #spotlight div.content-box {
		width: 80%;
	}
	#top section.top {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	#top div.image-box{
		width: 65%;
		margin-bottom: 30px;
	}
	#top div.content-box {
		width: 80%;
	}
	#industry {
		padding: 0 0 50px 0;
	}
	#program {
		padding: 0 0 50px 0;
	}
	#program div.content-box {
		padding: 30px 0;
		flex-direction: column;
	}
	/* #moments {
		padding: 20px 0;
	}
	#moments div.title-box {
		padding: 20px 0;
		background-image: none;
	}	 */
	#industry div.content-box{
		padding-top: 15px;
	}
	div.title-box.bg-1 {
		padding: 20px 0;
	}
	/* #program div.content-box div.container{
		flex-direction: column;
		align-items: center;
	} */
	/* #program div.content-box section.content-item{
		width: 100%;
		margin: 20px 0;
	} */
	#home #spotlight div.content-box h2.moments{
		font-size: 33px;
	}
	#moments{
		padding: 0 0 50px 0;
	}
	#enquiry form section.content-box p:last-child{
		width: 95%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -49px;
	}
	.owl-theme .owl-nav{
		bottom: 0 !important;
	}
	#industry div.content-box div.widgets div.widget{
		padding: 22px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 60px;
		height: 60px;
	}
	#gallery .single-content-box{
		grid-template-columns: repeat(2, 1fr);
	}
	#details .image-box {
		width: 100%;
		margin-bottom: 30px;
	}
	#details .single-content-box {
		width: 100%;
	}
	#moments  .owl-nav{
		bottom: -20px !important;
	}
	footer {
		margin-top: 0;
	}
	#enquiry {
		padding: 0 0 18px 0;
	}
}
@media all and (max-width: 640px) {
	#home #spotlight{
		margin-top: 50px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 95%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 17px;
		margin-left: 30px;
	}
	#industry div.content-box {
		background-image: none;
		padding: 0;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container{
		flex-direction: column;
	}
	/* #home header h1.left {
		margin: 0 auto;
	} */
	.owl-theme .owl-nav{
		bottom: 40px !important;
	}
	#moments div.content-box div.container div.content-item div.bottom div.title-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}
	.topnav{
		width: 100%;
	}
	footer section.middle{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#moments div.content-box div.container a.content-item{
		flex-basis: 100%;
		margin-bottom: 20px;
	}
	#moments div.content-box div.single-container{
		margin-bottom: -20px;
	}
	#moments div.bottom-box{
		padding: 0;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 30px;
	}
	#enquiry form section.content-box{
		display: block;
	}
	#enquiry form section.content-box p{
		width: 100%;
	}
	#enquiry form section.content-box p:last-child{
		width: 100%;
	}
	#enquiry form section.content-box p textarea {
		line-height: 0.8em;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -84px;
	}
	#home #spotlight div.content-box a.button {
		padding: 13px 45px;
		font-size: 17px;
	}
	#moments.moment_list {
		padding: 30px 0 0 0;
	}
}
@media all and (max-width: 520px) {
	#industry div.content-box div.widgets div.widget{
		
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -90px;
	}
}
@media all and (max-width: 480px) {
	#home #spotlight{
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#home #spotlight div.image-box img{
		position: unset;
	}
	#home #spotlight div.content-box{
		text-align: center;
	}
	#home #spotlight div.content-box{
		padding: 20px 0;
	}
	#home{
		padding: 20px 0;
	}
	#home #spotlight div.content-box h2 span{
		display: block;
	}
	#industry div.content-box div.widgets div.widget span.round{
		width: 50px;
		height: 50px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 87%;
		padding: 17px;
	}
	#home #spotlight div.content-box a.button {
		padding: 10px 30px;
	}
	#home #spotlight div.content-box {
		width: 100%;
	}
	div.bottom-box a.button {
		padding: 10px 30px;
	}
	#home #spotlight div.content-box h2 {
		font-size: 23px;
	}
	#home #spotlight div.content-box p {
		font-size: 16px;
	}
	#home #spotlight div.content-box a.button{
		font-size: 15px;
		align-self: center;
	}
	#top div.content-box h2 {
		font-size: 22px;
	}
	#top div.content-box h2 span {
		font-size: 22px;
	}
	#top div.content-box p {
		font-size: 16px;
	}
	div.title-box h2{
		font-size: 22px;
	}
	div.title-box.bg-1{
		background-image: none;
		padding: 0;
	}
	#home #spotlight div.image-box img{
		display: none;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#home #spotlight div.content-box h2.moments{
		font-size: 30px;
		width: 55%;
    	margin: 0 auto;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -56px;
	}
	#gallery .single-title-box h3 {
		font-size: 22px;
	}
	#program div.title-box{
		padding: 3px 0;
	}
	#enquiry form section.bottom-box button {
		padding: 10px 30px;
	}
	footer {
		margin-top: 60px;
	}
	#enquiry form section.content-box p select{
		background: url("../images/20.png")no-repeat;
		background-position: right 0 top 50%, 0 0;
	}
}
@media all and (max-width: 480px) {
	#industry div.content-box div.widgets div.widget span.round{
		width: 54px;
		height: 54px;
	}
	#industry div.content-box div.widgets div.widget{
		padding: 20px;
	}
	#industry div.content-box div.widgets div.widget h4{
		font-size: 15px;
		margin-left: 20px;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	.owl-theme .owl-nav {
		bottom: 9px !important;
	}
	#industry div.content-box div.widgets div.widget{
		width: 109%;
	}
	#moments div.title-box {
		padding: 20px 0;
	}	
	#moments {
		padding: 20px 0 10px 0;
	}
	#enquiry div.content-box {
		padding: 20px 0;
	}
	span.mobile-menu-icon{
		top: 35px;
	}
	#moments  .owl-nav{
		bottom: -32px !important;
	}
	#moments div.content-box div.container a.content-item {
		margin-bottom: 0;
	}
}
@media all and (max-width: 360px) {
	#industry div.content-box div.widgets div.widget {
		width: 100%;
	}
	#industry div.content-box div.widgets div.widget h4 {
		margin-left: 15px;
	}
	footer section.middle{
		flex-direction: column;
		margin-bottom: 10px;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	#home #spotlight div.content-box h2.moments{
		width: 56%;
	}
	footer section.middle div.item p span {
		font-size: 17px;
	}
	.owl-theme .owl-nav{
		margin-top: 5px;
		margin-bottom: 10px ;
		position: absolute;
		bottom: 0 !important;
		left: 0;
		right: 0;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -49px;
	}
	#industry div.content-box div.widgets div.widget {
		padding: 16px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 44px;
		height: 44px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 115%;
	}
	#enquiry{
		padding: 20px 0 50px 0;
	}
	#gallery .single-content-box{
		grid-template-columns: repeat(1, 1fr);
	}
	#details .single-content-box {
		text-align: center;
	}
	#moments  .owl-nav{
		bottom: -23px !important;
	}
	#moments.moment_list {
		padding: 5px 0 0 0;
	}
	#home #spotlight div.content-box p{
		margin-bottom: 24px;
	}
}
@media all and (max-width: 332px) {
	.topnav {
		width: 104%;
	}
}
@media all and (max-width: 320px) {
	#industry div.content-box div.widgets div.widget h4{
		margin-left: 20px;
	}
	#industry div.content-box div.widgets div.widget{
		width: 100%;
	}
	div.content-box section.content-item div.top a.button{
		padding: 13px 28px;
	}
	footer section.top h4 {
		font-size: 18px;
	}
	section.bottom h4 a {
		font-size: 15px;
	}
	footer section.middle div.item a span.round {
		width: 20px;
		height: 20px;
		font-size: 15px;
	}
	footer section.middle div.item a span.round {
		line-height: 21px;
	}
	#program div.content-box{
		padding: 0;
	}
	footer section.middle{
		flex-direction: column;
	}
	footer section.middle div.item{
		width: 100%;
	}
	footer section.middle div.item.social {
		margin-bottom: 20px;
	}
	footer section.middle div.item p span {
		font-size: 15px;
	}
	footer section.top p {
    	font-size: 15px;
	}
	footer section.middle div.item p {
		margin-bottom: 20px;
	}
	footer section.top {
		margin-bottom: 20px;
	}
	footer section.middle div.item p small{
		font-size: 28px;
	}
	footer section.middle div.item p span {
		font-size: 18px;
	}
	#home #spotlight div.content-box h2.moments{
		width: 56%;
	}
	#moments div.content-box div.container div.content-item div.bottom {
		top: -50px;
	}
	#industry div.content-box div.widgets div.widget {
		padding: 16px;
	}
	#industry div.content-box div.widgets div.widget h4 {
		font-size: 16px;
	}
	#industry div.content-box div.widgets div.widget span.round {
		width: 44px;
		height: 44px;
	}
	#industry div.content-box div.widgets div.widget {
		width: 130%;
	}	
	#enquiry{
		padding: 20px 0 100px 0;
	}
	#moments  .owl-nav{
		bottom: -30px !important;
	}
}