
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


/* css start */
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
}

html, body { height: 100%; width: 100%; background-color: #fff;}
*,
*:before,
*:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
input[type="text"], input[type="file"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select{border:1px solid #cccccc; height: 50px;
padding: 10px 15px; color: #565656; -webkit-transition: all linear 0.4s; transition: all linear 0.4s; width: 100%; font-size: 15px; outline: 0; background-color: #fff;
}
input[type="text"]:hover, input[type="file"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="tel"]:hover, textarea:hover, select:hover{border-color: #bbb;}
input[type="text"]:focus, input[type="file"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus{border-color: #bbb;}
textarea {height: 150px; resize: none;}

select{
	-webkit-appearance: none;
	-moz--webkit-appearance: none;
	appearance: none;
	background-image: url(./images/dropdown-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 20px;
	padding-right: 40px;
}

input[type="button"], input[type="reset"], input[type="submit"]{
	background-color: #94FFC4;
	color: #fff;
	border: 0;
	font-size: 16px;
	color: #000;
	padding: 20px 40px;
	font-size: 16px;
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: 0.4s linear all;
	-moz-transition: 0.4s linear all;
	transition: 0.4s linear all;
	width: auto !important;
    min-width: 200px;
}

input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background-color: #23DA75;
    border: 0;
    box-shadow: none;
    color: #fff;
}
input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus{
    border: 0;
    background-color: #23DA75;
    box-shadow: none;
    color: #fff;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: 0.3s linear all;
	transition: 0.3s linear all;
}

img{
	max-width: 100%;
	display: block;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #333;
	text-decoration: none;
}

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

h1{
	font-size: 45px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 35px;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
	text-shadow: 0 6px 5px #000;
}

h2{
	font-size: 40px;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #000;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: bold;
}

h3{
	font-size: 28px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
}

h4{
	margin-bottom: 20px;
	position: relative;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-family: "Roboto Condensed", sans-serif;
}

h5{
	margin-bottom: 30px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
}

p{
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
    color: #2C2C2C;
    margin-bottom: 35px;
}

p strong{
	font-weight: bold;
}

ul li{
	font-size: 16px;
	line-height: 1.6;
	color: #2C2C2C;
	list-style: none;
	margin: 0 0 15px;
	position: relative;
}

ul li strong{
	font-weight: 700;
}

@media only screen and (min-width: 1200px){
  	 .container, .container-sm, .container-md, .container-lg, .container-xl {
		  max-width: 1200px;
    }
}


/*search box*/
.header-search-box{
	position: relative;
}

.header-search-box .header-serach-open{
	position: absolute;
	width: 500px;
	top: -11px;
	right: -15px;
	display: none;
}

.header-serach-open .search-fld{
    height: 42px;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url(./images/search-open.png);
	background-repeat: no-repeat;
   background-position: 97% center;
}


/*header*/
.main-header{
	padding: 15px 0;
	position: relative;
    transition: 0.6s all;
    width: 100%;
}

.header.sticky .main-header{
	padding: 6px 0;
}
.header.sticky .main-header .logo img{
	max-width: 70px;
}

.header{
	width: 100%;
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.100);
}
.header .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-transform: uppercase;
}

.header .navbar-light .navbar-nav .nav-link:before{
	content: '';
	display: inline-block;
	height: 4px;
	position: absolute;
	bottom: -5px;
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #1AA4DF;
}

.header .navbar-light .navbar-nav .nav-link:hover::before, .header .navbar-light .navbar-nav .nav-link.active::before {
    opacity: 1;
    left: 0;
    right: 0;
}

.header .navbar{
	padding: 0;
}

.header .navbar-collapse{
	justify-content: flex-end;
}

.header .navbar-collapse .navbar-nav{
	align-items: center;
}

.header .navbar-collapse .navbar-nav li{
	padding: 0;
	margin: 0 5px;
}

.header .navbar-collapse .navbar-nav li:hover .submenu-box{
	opacity: 1;
	visibility: visible;
}

.header .navbar-collapse .navbar-nav .submenu-box{
	  opacity: 0;
	  visibility: hidden;
	  background-color: #1AA4DF;
	  padding: 10px;
	  width: 270px;
	  position: absolute;
	  transition: all 0.3s;
	  top: 37px;
	  left: 9px;
	   border-radius: 0;
      box-shadow: none;
      border: 0;
}
.header .navbar-collapse .navbar-nav .submenu-box li{
	margin-bottom: 10px;
    line-height: 1.1;
    border-bottom: 1px solid #a6bfd5;
    padding-bottom: 10px;
}
.header .navbar-collapse .navbar-nav .submenu-box li:last-child{
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.header .navbar-collapse .navbar-nav .submenu-box li a{
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
}

.header .navbar-collapse .navbar-nav li:before{
	display: none;
}

.header .navbar-collapse .navbar-nav li:last-child{
	margin-right: 0;
}

.notification{
	z-index: 2;
	position: relative;
}
.notification-info span{
	padding: 5px 20px;
	height: 100%;
	font-size: 14px;
	color: #333333;
	background-color: #b7b7b6;
}
.notification-info p{
	margin-bottom: 0px;
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
}
.notification-info{
	align-items: center;
	justify-content: space-between;
}
.info-right ul li{
	margin-bottom: 0;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}
.info-right ul li:last-child{
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.info-right ul li a{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.info-right ul li img{
	margin-right: 6px;
}

.top-left{
	width: 90%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap
}
.top-right{
	width: 10%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-top: 9px;
}

.top-left .nav-block {
    margin-top: 10px;
}

.top-header{
	background-color: #92DE6F;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 5px 0;
}

.header-location{
	margin-left: 20px;
    margin-top: 12px;
}

/*search box*/
.header-search-box{
	position: relative;
	margin-top: 10px;
}

.header-search-box .header-serach-open{
	position: absolute;
	width: 500px;
	top: -11px;
	right: -15px;
	display: none;
}
.footer-link .block.connect-footer{
	padding-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.top-header{
		margin-bottom: 10px;
	}
	.main-header{
		padding: 10px 0;
		margin-top: 0px;
	}
}

@media only screen and (max-width: 767px){
    .top-header{
    	margin-bottom: 0px;
    }
    .main-header{
    	padding: 10px;
    }
}

@media only screen and (max-width: 991px) {
   .header .nav-block .navbar-toggler{
     background-color: #188FC2;
     padding: 5px 9px;
     position: relative;
     width: 40px;
     height: 35px;
     box-shadow: none;
     border: 0;
   }
   .header .nav-block{
   	position: inherit;
   	margin-top: 0px;
   }
   .header .nav-block .navbar-collapse{
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	margin-top: 0;
	z-index: 9;
	border-top: 1px solid #eee;
   }
   .header .navbar-light .navbar-nav .nav-link{
   	margin: 0 20px;
   	padding: 5px 0;
    font-size: 15px;
   }
   .header .nav-block .navbar-collapse .navbar-nav{
   	align-items: flex-start;
   }
   .header .navbar-light .navbar-collapse .navbar-nav .nav-link{
   	color: #000;
   }
   .header .navbar{
   	position: inherit;
   }
   /*toogle*/
   .header .navbar .navbar-toggler i{position:absolute; margin-top: 8px; left:8px; top:0; width:60%; height:3px; background:#FFF; opacity:1;
	transition:background-color .35s, opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
	transition:background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1);
	transition:background-color .35s, transform 175ms cubic-bezier(.215, .61, .355, 1), opacity 175ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 175ms cubic-bezier(.215, .61, .355, 1);
	-webkit-transform:translateY(0) translateZ(0);
	transform:translateY(0) translateZ(0)}
	.header .navbar .navbar-toggler i:nth-child(1){top:0;}
	.header .navbar .navbar-toggler i:nth-child(2){top:8px;}
	.header .navbar .navbar-toggler i:nth-child(3){top:16px;}
	.header .navbar .navbar-toggler:focus{outline:0; box-shadow:none;}
	.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(1){-webkit-transform:translateY(8px) rotate(45deg); transform:translateY(8px) rotate(45deg);}
	.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(2){opacity:0;}
	.header .navbar .navbar-toggler[aria-expanded="true"] i:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg); transform:translateY(-8px) rotate(-45deg);}
	.header .navbar-light .navbar-collapse .navbar-nav .nav-link.active:before{
		display: none;
	}
	.header .navbar-light .navbar-collapse .navbar-nav .nav-link.active{
		color: #188FC2;
	}
	.header .navbar-light .navbar-nav .nav-link::before{
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
   .header .nav-block .navbar-collapse .navbar-nav{
   	   max-width: 720px;
       margin: 0 auto;
       padding: 15px 0 25px;
    }
    .header .nav-block .navbar-collapse .navbar-nav li{
    	width: 100%;
    }
}

@media only screen and (max-width: 767px) {
	.header .nav-block .navbar-collapse .navbar-nav{
   	   max-width: 540px;
       margin: 0 auto;
       padding: 15px 0;
    }
    .header .nav-block .navbar-collapse .navbar-nav li{
    	width: 100%;
    	margin: 0 0 10px 0;
    }
}

/*banner*/
.banner{
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 460px;
}
.banner-content-info{
	width: 100%;
	height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-content-info:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(0,0,0);
    background: rgba(0,0,0, 0.2);
	z-index: 2;
}
.banner-content-info:after{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 70%;
	content: "";
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.40) 50%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.banner-content-info .banner-content-inner p{
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-shadow: 0 2px 4px #000;
}
.banner-content-inner{
	position: relative;
	z-index: 3;
	flex-wrap: wrap;
    width: 470px;
}

.banner-slider{
	position: relative;
}

.item-slider-info .owl-dots, .about-slider .owl-dots{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.item-slider-info .owl-dots .owl-dot, .about-slider .owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 0;
	background-color: #D9D9D9;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: relative;
	min-width: inherit;
}

.item-slider-info .owl-dots .owl-dot.active, .about-slider .owl-dots .owl-dot.active{
	background-color: #23DA75;
	width: 30px;
	height: 10px;
	border-radius: 8px;
}

.banner .row{
	justify-content: flex-start;
}

.banner-content-info{
	overflow: hidden;
}

.banner-bg .owl-item.active .banner-content-inner h1{ 
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}
.banner-bg .owl-item.active .banner-content-inner p{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.2s;
}
.banner-bg .owl-item.active .banner-content-inner .btn-block{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.2s;
}


/*button*/
.btn-outline{
	font-size: 16px;
	line-height: 1;
	padding: 15px 35px 15px 35px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	font-weight: 400;
	color: #94FFC4;
	border: 1px solid #94FFC4;
	width: auto;
    display: inline-block;
    text-decoration: none;
    outline: 0;
    min-width: 210px;
    text-align: center;
}

.btn-outline:hover, .btn-outline:focus{
   background-color: #fff;
   border-color: #fff;
   text-decoration: none;
   color: #000;
}

.btn-block{
	font-size: 16px;
	line-height: 1;
	padding: 20px 50px;
	background-color: #94FFC4;
	border: 1px solid #94FFC4;
	color: #000000;
    display: inline-block;
    text-decoration: none;
    outline: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    display: inline-block;
    width: auto;
}

.btn-block:hover, .btn-block:focus{
   background-color: transparent;
   border: 1px solid #94FFC4;
   color: #94FFC4;
   text-decoration: none;
}


/*slider info*/
.heading{
	width: 100%;
}
.heading h2{
	text-align: center;
}
.item-slider-info{
	position: relative;
}
.item-slider-info .show-more-btn{
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 3;
}
.item-slider-info .show-more-btn .find{
	color: #23DA75;
    font-size: 16px;
}
.item-slider-info .show-more-btn img{
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
}
.item-slider-info .item-slider-inner .image-block{
	margin-bottom: 15px;
	overflow: hidden;
}
.item-slider-info .item-slider-inner .image-block img{
	width: 100%;
}
.image-block img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
}
.image-block:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.item-slider-info .item-slider-inner .title{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.item-slider-info .item-slider-inner h3{
	margin-bottom: 10px;
	min-height: 68px;
	font-size: 20px;
}
.item-slider-info .item-slider-inner .date{
	display: block;
	color: #868686;
	font-size: 16px;
	margin-bottom: 20px;
}
.item-slider-info .item-slider-inner .find{
	color: #fff;
	font-size: 14px;
}
.item-slider-info .item-slider-inner .find img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}
.item-slider-info .item-slider-inner{
	border-bottom: 1px solid #464646;
	padding-bottom: 20px;
}
.publications-info .item-slider-inner{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.publications-info .item-slider-info .item-slider-inner .title{
	text-transform: uppercase;
}
.explore-collection-info .item-slider-info{
	background-image: url(./images/collection-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.explore-collection-info .item-slider-info:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(255,255,255,0.85);
	z-index: 1;
}
.explore-collection-info .item-slider-info .show-more-btn .find{
   color: #000;
}
.explore-collection-info .item-slider-info .owl-dots .owl-dot{
	background-color: #656565;
}
.explore-collection-info .item-slider-info .owl-dots .owl-dot.active {
  background-color: #23DA75;
}
.explore-collection-info .item-slider-info .item-slider-inner .title{
	color: #000;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.now-view-info{
	justify-content: space-between;
	margin-bottom: 40px;
}
.now-view-info .block{
	background-color: #1D1E20;
	width: 49%;
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
    justify-content: space-between;
    align-items: center;
}
.now-view-info .block .left-cont{
	width: 48%;
	padding: 25px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.now-view-info .block .right-image{
	width: 52%;
	position: relative;
	overflow: hidden;
}
.now-view-info .block .left-cont h3{
	font-size: 24px;
}
.now-view-info .block .left-cont h4{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.now-view-info .block .left-cont .view-content p{
	color: #8D8D8D;
	font-size: 16px;
	margin-bottom: 15px;
}
.now-view-info .block .left-cont .view-content ul li{
	margin-bottom: 0px;
	line-height: 1.4;
}
.now-view-info .block .left-cont .view-content ul{
	margin-bottom: 100px;
}
.now-view-info .block .right-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.museum-wrap{
	padding: 25px;
	position: relative;
	width: 100%;
}
.museum-wrap .direction-info{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 16px;
	 font-family: 'avenir_lt_std55_roman';
	 color: #fff;
	 text-align: right;
}
.museum-wrap .direction-img{
	display: block;
	width: 100%;
	text-align: right;
}
.museum-wrap .direction-img img{
	display: inline-block;
	margin-top: 15px;
	margin-right: 15px;
}
.museum-info h3{
	font-size: 18px;
	margin-bottom: 4px;
}
.museum-info h3 span{
	display: block;
	font-family: 'avenir_lt_std55_roman';
	margin-top: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}
.museum-info p{
	color: #fff;
	font-size: 16px;
	font-family: 'avenir_lt_std55_roman';
	margin-bottom: 20px;
}
.museum-wrap .btn-wrap{
	text-align: right;
}
.explore-collection-info .item-slider-inner p{
	font-size: 16px;
	margin-bottom: 10px;
	color: #333333;
}
.explore-collection-info .item-slider-inner ul li{
	color: #333333;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.explore-collection-info .item-slider-info .item-slider-inner {
  border-bottom: 0;
  padding-bottom: 5px;
}
.footer{
	background-color: #0A3F56;
	width: 100%;
	padding: 45px 0 30px;
}
.footer .container{
	background-image: url(./images/footer-symbol.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer-link .block{
	padding-right: 20px;
}
.footer-link .block ul li{
	margin-bottom: 5px;
}
.footer-link .block ul li a{
	color: #fff;
	font-size: 14px;
	transition: all 0.4s linear;
}
.footer-link .block ul li img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.footer-link .block ul li a:hover{
	color: #ccc;
	text-decoration: none;
}
.footer-top{
	width: 100%;
}
.footer-link{
	width: 100%;
}
.footer-link .footer-logo{
	margin-bottom: 30px;
}
.footer-top{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #4F5258;
}
.subscribe-info{
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.subscribe-info h2{
	margin-bottom: 15px;
}
.subscribe-info p{
	color: #fff;
	font-size: 18px;
}
.subscribe-form{
	position: relative;
}
.subscribe-info .subscribe-form input[type="text"]{
	height: 56px;
	font-size: 16px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
    padding: 0 25px;
    border: 0;
}
.subscribe-info .subscribe-form input[type="submit"]{
	background-color: #94FFC4;
	font-family: 'avenir_lt_std95_black';
	font-size: 16px;
	color: #000;
	position: absolute;
	right: 7px;
	top: 7px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	min-width: inherit;
	padding: 9px 40px;
}
.subscribe-info .subscribe-form input[type="submit"]:hover{
	background-color: #23DA75;
}
.footer-bottom{
	margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #5E7C89;
    width: 100%;
    text-align: center;
}
.footer-bottom p{
	color: #fff;
	margin-bottom: 0px;
	font-size: 14px;
}
.footer-social li{
	margin-right: 10px;
	margin-bottom: 15px;
}
.footer-social li a{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #3A3A3A;
}
.footer-social li a:hover{
	background-color: #179D53;
	border-color: #179D53;
}

/*inner banner*/
.inner-banner img{
	width: 100%;
}
.inner-banner{
	position: relative;
	margin-top: 118px;
}
/*.inner-banner:before{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
}*/
.inner-banner .breadcum li{
	padding-left: 0px;
	color: #fff;
	padding-right: 14px;
	margin-right: 11px;
    margin-bottom: 0;
    position: relative;
    font-size: 18px;
}
.inner-banner .breadcum li::after {
	content: ">";
	position: absolute;
	right: -3px;
	top: 0px;
	font-size: 16px;
}
.inner-banner .breadcum li:last-child:after{
	display: none;
}
.inner-banner .breadcum{
	margin-top: 5px;
	margin-bottom: 35px;
}
.inner-banner .breadcum li a{
	color: #fff;
	text-decoration: none;
}
.inner-banner .inner-heading {
  position: absolute;
  left: 0px;
  bottom: 15px;
  width: 100%;
  z-index: 2;
}
.inner-banner .container {
	position: relative;
}
.inner-banner .container h1{
	margin-bottom: 15px;
}
/*.inner-banner:after{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 70%;
	content: "";
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%);
	z-index: 1;
}*/
.inner-banner-content{
	width: 100%;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 90%;
	position: absolute;
	text-align: center;
	z-index: 2;
}
.inner-banner-content h1{
	color: #fff;
    display: inline-block;
    background-color: rgba(25, 171, 234, 0.7);
    padding: 20px 60px;
    text-shadow: none;
}

/*about*/
.about-box-one .about-tab{
	background-color: #1D1E20;
	padding: 18px 50px;
	width: 100%;
}
.about-box-one .about-tab li{
   margin-bottom: 0px;
   margin-right: 30px;
}
.about-box-one .about-tab li a{
	color: #fff;
	text-decoration: none;
}
.about-box-one .about-tab li a:hover{
	color: #ccc;
}
.about-box-one .about-content{
	padding: 50px;
	background-color: #fff;
}
.about-box-one .about-content p{
	color: #333;
	font-size: 18px;
	margin-bottom: 40px;
}
.about-box-one .about-inner{
	justify-content: space-between;
}
.about-box-one .about-inner .left-image{
	width: 16%;
}
.about-box-one .about-inner .right-content{
	width: 79%;
	padding-left: 30px;
    padding-right: 100px;
}
.about-box-one .about-inner .right-content h2{
	position: relative;
}
.about-box-one .about-inner .right-content h2:before{
	content: "";
	position: absolute;
	left: -45px;
	top: 0px;
	background-image: url(./images/quote-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: "";
	width: 35px;
	height: 32px;
}
.about-box-one .about-inner .right-content h2:after{
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(./images/quote-right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	content: "";
	width: 35px;
	height: 32px;
}
.about-box-one .about-inner .right-content h2{
	color: #6496FB;
	margin-bottom: 35px;
	padding-right: 45px;
}
.about-box-one .about-inner .right-content p{
	margin-bottom: 0px;
	font-size: 16px;
}
.about-box-two .block{
	width: 48%;
}
.about-box-one{
	margin-bottom: 50px;
}
.about-box-two{
	background-color: #1D1E20;
	justify-content: space-between;
	margin-bottom: 50px;
}
.about-box-two .left-content{
	padding: 50px 40px;
}
.about-box-two .left-content h3{
	font-size: 24px;
	margin-bottom: 8px;
}
.about-box-two .left-content p{
	color: #fff;
	font-size: 16px;
}
.about-box-two .left-content p:last-child{
	margin-bottom: 0px;
}
.about-box-two .right-image ul{
	flex-wrap: wrap;
}
.about-box-two .right-image ul li{
	width: 50%;
	margin-bottom: -1px;
}
.about-box-two .right-image img{
	width: 100%;
}
.about-box-three {
  background-color: #1D1E20;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 50px;
}
.about-slider-info .block{
	width: 49%;
}
.about-slider-info{
	width: 100%;
	justify-content: space-between;
}
.about-box-three h2{
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.about-slider-info .block.right-content p:last-child{
	margin-bottom: 0px;
}
.about-box-two .left-content p:last-child{

}

/*contact*/
.contact-info{
	padding: 50px 80px 50px 80px;
	display: inline-block;
	background-color: #fff;
	width: 100%;
}
.contact-info h3{
   color: #333333;
}
.contact-info p{
	color: #333333;
	line-height: 1.4;
}
.contact-info p strong{
	font-family: 'avenir_lt_std95_black';
}
.contact-info ul li span{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	margin-right: 8px;
}
.contact-info ul li{
	margin-bottom: 10px;
}
.contact-info ul li label{
	color: #333;
	margin-bottom: 5px;
}
.contact-info ul li label span{
	color: red;
}
.contact-info .general-info{
	margin-bottom: 60px;
}
.contact-info .feedback-form{
	max-width: 660px;
	margin-bottom: 70px;
}
.contact-info .btn-block{
   margin-top: 10px;
}
.loaction-info{
	max-width: 465px;
	margin-bottom: 60px;
}
.loaction-info h3{
	margin-bottom: 10px;
}
.loaction-info h4{
	font-size: 16px;
	color: #333;
}
.contact-box .about-tab{
	margin-bottom: 4px;
}
.visit-plan-content .block{
	width: 50%;
}
.visit-plan-content{
	width: 100%;
	background-color: #fff;
}
.visit-plan-content .museum-info h3{
	color: #333333;
}
.visit-plan-content .museum-info p{
	color: #333333;
	margin-bottom: 15px;
}
.visit-plan-content .museum-info h3 span{
	margin-bottom: 20px;
}
.visit-plan-content .museum-wrap .direction-info{
	color: #333333;
	top: 40px;
}
.visit-plan-content .museum-wrap{
	padding: 40px 40px;
}
.visit-plan-content .museum-wrap .direction-img img{
	margin-top: 10px;
}
.visit-plan-content .museum-info{
	border-bottom: #474747 1px solid;
	padding-bottom: 20px;
}
.visit-plan-content .museum-wrap .info{
	color: #1F358B;
	margin-top: 15px;
	margin-bottom: 0px;
}
.plan-box {
	background-color: #1D1E20;
	padding: 40px 70px;
}
.plan-details-info{
	max-width: 850px;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    flex-wrap: wrap;
}
.plan-details-info .box{
	margin-right: 70px;
	margin-bottom: 50px;
}
.plan-details-info .box:nth-child(2n){
	margin-right: 0px;
}
.plan-details-info .box p{
	margin-bottom: 0px;
}
.plan-details-info .box h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.plan-details-info .box h3 span{
	color: #E12323;
}
.find-how-long{
	margin-top: 50px;
	margin-bottom: 70px;
	justify-content: space-between;
}
.landmark-around ul li a{
	color: #fff;
	text-decoration: none;
}
.landmark-around ul li a:hover{
	color: #ccc;
}
.landmark-around ul li{
	margin-bottom: 10px;
}
.landmark-around{
	margin-top: 30px;
}
.plan-details-how-long{
	width: 45%;
}
.plan-details-how-long h3{
	margin-bottom: 30px;
}
.plan-details-how-long ul li h3{
    font-size: 18px;
    margin-bottom: 3px;
}
.plan-details-how-long ul{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	width: 100%;
	flex-wrap: wrap;
}
.plan-details-how-long li{
	width: 50%;
}
.plan-details-how-long li p{
	margin-bottom: 0px;
}
.exhibitions-info{
	background-color: #1D1E20;
	width: 100%;
	padding: 30px 15px;
	margin-top: 5px;
	flex-wrap: wrap;
}
.exhibitions-box .about-tab{
	padding: 18px 30px;
}
.exhibitions-info .item-list{
	width: 25%;
	padding: 0 15px;
}
.exhibitions-info .item-slider-inner{
	padding-bottom: 25px;
    margin-bottom: 30px;
}
.exhibitions-info .show-more-btn{
	position: static;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.main-content .show-more-btn a:hover{
	text-decoration: none;
	color: #fff;
}
.main-content .show-more-btn a:hover img{
	filter: brightness(0) invert(1);
}
.main-content .explore-collection-info .show-more-btn a:hover img {
  filter: inherit;
}
.main-content .explore-collection-info .show-more-btn a:hover{
	color: #444;
}
.exhibitions-tab ul{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.exhibitions-tab ul li{
	margin-right: 35px;
	margin-bottom: 0px;
	position: relative;
}
.exhibitions-tab ul li a{
	color: #fff;
	font-size: 14px;
	font-family: 'avenir_lt_std55_roman';
	text-decoration: none;
}
.exhibitions-tab ul li.ui-state-active a{
	color: #23DA75;
}
.exhibitions-tab ul li:after{
	display: block;
	content: '';
	border-bottom: solid 3px #fff;
	transform: scaleX(0);
	-webkit-transition: transform 250ms ease-in-out;
	-moz-transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	margin-top: 5px;
}
.exhibitions-tab ul li.ui-state-active:hover:after{
	transform: scaleX(1);
}
.exhibitions-tab ul li.ui-state-active:after{
	transform: scaleX(1);
}
.exhibitions-info .list{
	flex-wrap: wrap;
}
.current-exhibitions-info, .explore-collection-info, .publications-info{
	margin: 0 -15px;
}
.exhibitions-details-info {
	background-color: #1D1E20;
	padding: 30px 50px;
	width: 100%;
    margin-top: 2px;
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.product-content p strong{
	font-family: 'avenir_lt_std85_heavy';
}
.exhibitions-details-info .event-date{
	text-align: right;
} 
.exhibitions-details-info h2{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
    justify-content: space-between;
    width: 100%;
}
.exhibitions-details-info .event-date img{
	display: inline-block;
	margin-bottom: 10px;
}
.exhibitions-details-info .product-image{
	width: 43%;
	overflow: hidden;
}
.exhibitions-details-info .product-content{
	width: 54%;
}
.exhibitions-details-info .product-content p{
	margin-bottom: 15px;
}
.exhibitions-details-info .product-image .image-block{
	overflow: hidden;
	margin-bottom: 30px;
}
.exhibitions-details-info .product-image .image-block img{
	width: 100%;
}
.exhibitions-details-info .details-enquiry p strong{
	font-family: 'avenir_lt_std95_black';
}
.exhibitions-details-info .enquiry-call{
	color: #fff;
	font-size: 24px;
	font-family: 'avenir_lt_std95_black';
	text-decoration: none;
}
.exhibitions-details-info .enquiry-call img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.exhibitions-details-info .details-enquiry p{
	margin-bottom: 10px;
}
.exhibition-highlights{
	padding: 50px;
	background-color: #fff;
	width: 100%;
}
.exhibition-highlights h2{
	text-align: left;
	color: #333;
}
.highlights-grid .grid-item { 
	width: 31.33%; 
	margin-bottom: 30px;
}
.highlights-grid p{
	color: #000000;
	margin-bottom: 0px;
	margin-top: 15px;
}
.exhibition-highlights .show-more-btn{
	text-align: center;
	margin-top: 20px;
}
.exhibition-highlights .show-more-btn img{
	display: inline-block;
	margin-left: 6px;
}
.exhibition-highlights .show-more-btn .find{
	font-size: 16px;
}
.exhibition-highlights .show-more-btn .find:hover{
	color: #333;
}
.exhibition-highlights .show-more-btn .find:hover img{
	filter: inherit;
}
.search-modal .modal-dialog{
	max-width: 860px;
	margin: 0px auto;
}
.search-modal .modal-dialog .modal-content{
	border: 0;
	border-radius: 0;
}
.search-modal .modal-dialog .modal-content{
	background-color: #1d1e20;
}
.search-modal .modal-dialog .header-serach-open .search-fld{
	height: 54px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	color: #9b9b9b;
    opacity: 1;
}
.search-modal .modal-dialog .modal-body{
	padding: 35px;
}
.search-modal .modal-dialog .modal-body p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.news-box h2{
	margin-bottom: 10px;
}
.banner-bg{
	margin-top: 118px;
	margin-bottom: 60px;
} 
.banner-slider .owl-nav{
	position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 50%;
    width: 1260px;
}
.banner-slider .owl-nav span{
	display: none;
}
.banner-slider .owl-carousel .owl-nav .owl-prev{
	background-image: url(./images/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 45px;
	height: 45px;
	position: absolute;
	left: -40px;
}
.banner-slider .owl-carousel .owl-nav .owl-next{
	background-image: url(./images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 45px;
	height: 45px;
	position: absolute;
	right: -40px;
}
.header .navbar-collapse .navbar-nav li .contact-us{
   background: rgb(51,182,238);
   background: linear-gradient(0deg, rgba(51,182,238,1) 0%, rgba(4,143,202,1) 100%);
   transition: all 0.4s linear;
   padding: 8px 15px;
   border-radius: 5px;
   color: #fff;
   margin-right: 0;
}
.header .navbar-collapse .navbar-nav li .contact-us:hover{
   background: linear-gradient(0deg, rgba(4,143,202,1) 0%, rgba(51,182,238,1) 100%);
}
.header .navbar-collapse .navbar-nav li .contact-us:before{
	display: none;
}
.about-box{
	margin-bottom: 60px;
	position: relative;
	align-items: center;
}
.about-box .left-panel{
	width: 49%;
	overflow: hidden;
}
.about-box .left-panel img{
	transition: all 0.4s linear;
}
.about-box .left-panel:hover img{
	transform: scale(1.15);
}
.about-box .right-panel{
	width: 50%;
	padding: 40px 20px;
	border: 5px solid #188FC2;
	position: relative;
	left: -50px;
	background: #fff;
	text-align: center;
}
.about-box .right-panel h3{
	color: #1AA4DF;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.about-box .right-panel p{
	text-align: left;
}
.learn-more{
	color: #1AA4DF;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	transition: all 0.2s ease;
}
.learn-more img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	transition: all 0.2s ease;
}
.learn-more:hover, .read-more:hover{
	color: #188FC2;
}
.learn-more:hover img, .read-more:hover img{
	margin-left: 3px;
}
.read-more{
	color: #1AA4DF;
	font-weight: bold;
	font-size: 17px;
	transition: all 0.2s ease;
}
.read-more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transition: all 0.2s ease;
}
.what-we-do h2, .what-we-do p{
	text-align: center;
}
.what-we-do{
	margin-bottom: 60px;
}
.what-we-do .row{
	padding-top: 20px;
	border-bottom: 1px solid #E7E7E7;
}
.what-we-do .box{
	text-align: center;
	border: 1px solid #E7E7E7;
	border-right: 0;
    border-bottom: 0;
    padding: 25px 20px;
}
.what-we-do .box:nth-child(4), .what-we-do .box:nth-child(8){
	border-right: 1px solid #E7E7E7;
}
.what-we-do .box:nth-child(2), .what-we-do .box:nth-child(4), .what-we-do .box:nth-child(5), .what-we-do .box:nth-child(7){
	background-color: #E7E7E7;
}
.what-we-do .box p{
	margin-bottom: 0;
}
.what-we-do .box img{
	margin: 0 auto 20px;
}
.what-we-do .box h4{
	min-height: 45px;
	margin-bottom: 15px;
}
.client-portfolio p{
	text-align: center;
}
.client-portfolio{
	margin-bottom: 60px;
}
.client-portfolio .owl-nav{
	position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}
.client-portfolio .owl-carousel .owl-nav .owl-prev{
	background-image: url(./images/client-prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 45px;
	height: 45px;
	position: absolute;
	left: -40px;
}
.client-portfolio .owl-carousel .owl-nav .owl-next{
	background-image: url(./images/client-next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 45px;
	height: 45px;
	position: absolute;
	right: -55px;
}
.client-portfolio .owl-carousel span{
	display: none;
}
.system-integration{
	background-image: url(./images/system-intregration.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	width: 100%;
	height: 383px;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
}
.system-integration:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	content: "";
}
.system-integration-inner{
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    left: 50%;
    width: 80%;
    position: absolute;
}
.system-integration-inner h2{
	color: #fff;
	margin-bottom: 20px;
}
.system-integration-inner p{
	color: #fff;
	font-size: 28px;
	line-height: 1.3;
	margin-bottom: 40px;
}
.system-integration-inner .more img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	position: relative;
    top: -2px;
}
.more{
	background-color: #12A8E8;
	padding: 12px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
}
.more img{
	transition: 0.2s all;
}
.system-integration-inner .more:hover img{
	margin-left: 0px;
}
.more:hover{
	background-color: #2CBFFF;
	color: #fff;
}
.latest-projects{
	background: #F8F8F8;
    padding: 50px 0 70px;
    text-align: center;
    margin-bottom: 60px;
}
.latest-projects p{
	margin-bottom: 35px;
}
.latest-projects .project-image{
	margin-bottom: 20px;
	overflow: hidden;
}
.latest-projects .project-image img{
	position: relative;
	transition: all 0.4s linear;
}
.latest-projects .project-image:hover img{
    transform: scale(1.25) rotate(5deg);
}
.latest-projects h3{
	font-size: 18px;
}
.latest-projects .button-box{
	margin-top: 40px;
}
.latest-projects .button-box img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}
.latest-projects .button-box .more:hover img{
	margin-left: 0px;
}
.partner-box .item{
	border: 1px solid #ccc;
	text-align: center;
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.partner-box .item img{
	margin: 0 auto;
}
.news-box{
	margin-bottom: 0;
}
.Services-footer{
	width: 27%;
}
.product-footer{
	width: 20%;
}
.about-footer{
	width: 15%;
}
.link-footer{
	width: 13%;
}
.connect-footer{
	width: 25%;
}
.location-box p{
	color: #fff;
	font-size: 14px;
}
.inner-content{
	padding: 60px 0;
}
.footer-link .block ul.connect-box li{
	margin-bottom: 15px;
}
.footer-link .block ul.connect-box li:last-child{
	margin-bottom: 0;
}
.footer-link .block ul.connect-box img{
	margin-top: 2px;
}
.footer-link .block ul.social-box li{
	margin-right: 12px;
}
.footer-link .block ul.social-box{
	margin-left: 28px;
}

/*inner page on scroll css*/
.service-inner-page .right-content h1{
	color: #000;
}
.header.sticky .top-header{
	display: none;
}
.service-inner-page .left-panel ul li{
	margin-bottom: 5px;
}
.service-inner-page .left-panel ul li a{
	padding: 12px 12px 12px 40px;
	text-align: left;
	background-color: #E7E7E7;
	display: block;
	font-size: 14px;
	position: relative;
}
.service-inner-page .left-panel ul li a:before{
	background-image: url('./images/service-arrow-right-black.png');
	background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 8px;
    top: 10px;
    content: "";
    background-size: 25px;
}
.service-inner-page .left-panel ul li a.active:before{
	background-image: url('./images/service-arrow-right-white.png');
}
.service-inner-page .left-panel ul li a.active{
	background-color: #1AA4DF;
	color: #fff;
}
.client-portfolio .owl-carousel .owl-item img{
	margin: 0 auto;
}
.right-content ul li{
	list-style: disc;
}
.right-content ul{
	padding-left: 40px;
	margin-bottom: 35px;
}
.right-content h4{
	font-size: 24px;
	color: #404040;
	margin-bottom: 25px;
}
.right-content strong{
	font-weight: bold;
}
.right-content .service-partner{
	padding-left: 0;
	flex-wrap: wrap;
}
.right-content .service-partner li{
	list-style: none;
    border: 1px solid #ccc;
    padding: 15px 5px;
    background: #fff;
    display: flex;
    align-items: center;
    width: 20%;
    margin-bottom: -1px;
    text-align: center;
}
.right-content .service-partner li img{
	margin: 0 auto;
}
.footer h5{
	color: #fff;
}
.middle-east span{
	display: block;
}
.full-content-box .boxs{
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.full-content-box .boxs:last-of-type{
	margin-bottom: 0;
}
.full-content-box .boxs li{
	width: 15.80%;
    padding: 5px 10px;
    border: 2px solid #C7D9E1;
    margin-right: 1%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
}
.product-box{
	background: #f7f7f7;
    padding: 30px;
}


@media (min-height: 300px) {
  nav ul {
    position: sticky;
    top: 0;
  }
}


/*responsive start*/
@media only screen and (max-width: 1199px) {
   .banner-slider .owl-nav{
     	width: 100%;
   }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header .navbar-collapse .navbar-nav li{
    	margin: 0 10px;
    }
    .header .navbar-collapse ul.navbar-nav li .contact-us{
    	margin-top: 0;
    }
    .header .navbar-collapse .navbar-nav .submenu-box{
    	left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	 h1{
  	font-size: 50px;
  	margin-bottom: 20px;
   }
   p br{
   	display: none;
   }
   h2{
   	margin-bottom: 20px;
   }
   .banner-bg{
   	  margin-top: 114px;
   	  margin-bottom: 40px;
   }
   .banner-slider .owl-nav {
    width: 90%;
  }
  .banner-slider .owl-carousel .owl-nav .owl-prev{
  	left: -20px;
  }
  .banner-slider .owl-carousel .owl-nav .owl-next{
  	right: -20px;
  }
  .banner-content-inner{
  	margin-left: 40px;
  }
  .header .navbar-collapse .navbar-nav li .contact-us{
	color: #fff !important;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    }
    .header .navbar-light .navbar-nav .nav-link{
    	margin: 0;
    }
    .info-right ul li a{
    	font-size: 12px;
    }
    .notification-info p{
    	font-size: 12px;
    }
    .info-right ul li{
    	padding-right: 7px;
    	margin-right: 7px;
    }
    .about-box .right-panel{
    	left: -15px;
    	padding: 20px;
    }
    .about-box .right-panel h3{
    	font-size: 22px;
    	margin-bottom: 15px;
    }
    .about-box .right-panel p{
    	font-size: 14px;
    	margin-bottom: 15px;
    }
    .about-box{
    	margin-bottom: 40px;
    }
    .what-we-do .row{
    	padding-top: 0;
   }
   .what-we-do .box{
   	 padding: 15px 10px;
   }
   .what-we-do .box h4{
   	 font-size: 14px;
   }
   .what-we-do .box p{
   	 font-size: 13px;
   }
   .what-we-do {
	  margin-bottom: 40px;
    }
    .system-integration-inner p{
    	font-size: 16px;
    }
    .system-integration{
    	margin-bottom: 40px;
    }
    .client-portfolio {
	  margin-bottom: 40px;
	}
	.latest-projects{
		padding: 40px 0 50px;
		margin-bottom: 40px;
	}
	.latest-projects h3 {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.read-more{
		font-size: 14px;
	}
	.footer h5{
		font-size: 16px;
		font-size: 15px;
	}
	.footer .container{
		max-width: 96%;
	}
	.location-box p{
		font-size: 12px;
	}
	.footer-link .block ul.social-box li img{
		margin-right: 0px;
	}
	.footer-link .block ul li a{
		font-size: 12px;
	}
	.footer-bottom p{
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
    .notification-info{
    	flex-wrap: wrap;
    	padding: 0 10px;
    }
    .footer-link{
    	flex-wrap: wrap;
    	padding: 0 10px;
    }
    .footer-link .block {
	  padding-right: 10px;
	}
	.footer-link .block{
	  width: 50% !important;
	  margin-bottom: 20px;
	}
    .footer h5{
    	font-size: 15px;
    	margin-bottom: 10px;
    }
    .footer-link .block ul li{
    	line-height: 1.3;
    }
    .footer-link .block ul li a{
    	font-size: 12px;
    }
    .footer-link .block.connect-footer{
    	width: 100% !important;
    	margin-bottom: 0;
    }
    .location-box p{
    	font-size: 12px;
    	margin-bottom: 20px;
    }
    .footer-link .block ul.connect-box li {
	  margin-bottom: 10px;
	}
	.footer-link .block ul.social-box {
	  margin-left: 0;
	  justify-content: center;
	}
	.footer-link .block ul.social-box li img{
		margin-right: 0;
	}
	.footer-link .block ul.social-box li {
	   margin-right: 0;
	   padding: 0 8px;
	}
	.footer-bottom {
	   margin-top: 20px;
	   padding-top: 10px;
	}
	.footer {
       padding: 25px 0 15px;
    }
    .footer-bottom p{
    	font-size: 12px;
    }
    .latest-projects {
      padding: 25px 0 50px;
      margin-bottom: 25px;
    }
    .client-portfolio {
	  margin-bottom: 35px;
	  width: 100%;
	  overflow: hidden;
	}
	.item-slider-info{
		padding: 0 30px;
	}
	.client-portfolio .owl-carousel .owl-nav .owl-prev{
		left: -35px;
	}
	.client-portfolio .owl-carousel .owl-nav .owl-next{
		right: -50px;
	}
	h1{
		font-size: 36px;
		margin-bottom: 15px;
	}
	h2{
		font-size: 28px;
		margin-bottom: 15px;
	}
	h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	h4{
		font-size: 20px;
		margin-bottom: 15px;
	}
	h5{
		font-size: 16px;
		margin-bottom: 15px;
	}
	p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	p br{
		display: none;
	}
	.latest-projects .box{
		margin-bottom: 20px;
	}
	.latest-projects .button-box {
	  margin-top: 20px;
	}
	.system-integration{
		margin-bottom: 30px;
		height: 280px;
	}
	.system-integration-inner h2{
		font-size: 24px;
	}
	.system-integration-inner p {
      font-size: 16px;
      margin-bottom: 30px;
    }
    .what-we-do .box{
    	background-color: #fff !important;
    	border: 1px solid #E7E7E7 !important;
    	padding: 20px 15px;
    	margin-bottom: 15px;
    }
    .what-we-do .row{
    	margin: 0;
    	padding-top: 10px;
    }
    .what-we-do .box h4{
    	min-height: inherit;
    }
    .what-we-do .box:last-child{
    	border-bottom: 0 !important;
    	margin-bottom: 0;
    }
    .what-we-do {
	  margin-bottom: 30px;
	}
	.what-we-do .box img {
	  margin: 0 auto 10px;
	}
	.about-box{
	 flex-wrap: wrap;
     margin-bottom: 15px;
     padding: 0 15px;
	}
	.about-box .right-panel {
	  width: 94%;
      padding: 20px 15px;
      border: 3px solid #188FC2;
      left: 3%;
      top: -20px;
	}
	.about-box .left-panel {
	  width: 100%;
	}
	.about-box .right-panel h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.learn-more{
		font-size: 15px;
	}
	.more {
     padding: 10px 20px;
     font-size: 16px;
   }
	.learn-more img{
		position: relative;
		top: -2px;
	}
	.latest-projects .button-box img{
		position: relative;
		top: -2px;
	}
	.client-portfolio .owl-carousel .owl-nav .owl-next{
		background-size: 20px;
	}
	.client-portfolio .owl-carousel .owl-nav .owl-prev{
		background-size: 20px;
	}
	.banner-bg{
		margin-bottom: 30px;
		margin-top: 0;
		overflow: hidden;
	}
	.banner{
		height: 300px;
	}
	.banner-content-info{
		height: 300px;
		padding: 0 40px;
		text-align: center;
	}
	.header{
		position: inherit;
	}
	.banner-content-info .banner-content-inner p{
		font-size: 12px;
	}
	.banner-content-info::before{
        background-color: rgba(0,0,0,0.6);
	}
	.banner-slider .owl-carousel .owl-nav .owl-prev {
      left: 10px;
      background-size: 30px;
    }
    .banner-slider .owl-carousel .owl-nav .owl-next {
      right: -5px;
      background-size: 30px;
    }
    .notification-info p{
    	font-size: 14px;
    	text-align: center;
    	line-height: 1.4;
    }
    .info-right ul li a{
    	font-size: 14px;
    }
    .header .info-right{
     	width: 100%;
     }
    .header .info-right ul{
    	justify-content: center;
    } 
    .header .navbar-collapse .navbar-nav li .contact-us{
    	color: #fff !important;
        margin: 0 5%;
        width: 90%;
        text-align: center;
        margin-top: 20px;
    }
    .inner-banner{
    	margin-top: 0;
    }
    .inner-content {
	  padding: 30px 0;
	}
	.inner-content .left-panel{
		margin-bottom: 25px;
	}
	.container, .container-sm {
      max-width: 100%;

   }
    .inner-content .left-panel {
    flex: 0 0 100%;
    max-width: 100%;
  }
   .inner-content .right-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*24-06-2024*/
.contact-page p span{
	color: #1AA4DF;
	font-weight: bold;
}
.contact-page h3{
	color: #1AA4DF;
}
.download-box .box{
	border: 1px solid #ccc;
	padding: 25px 30px;
	text-align: center;
}
.download-box .box .doc {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #1AA4DF;
}
.download-box .box .doc:hover{
	background: #1085B7;
}
.download-box .box h3{
	margin-bottom: 30px;
}
.gallery-box .box{
	margin-bottom: 30px;
}
.gallery-box .box img{
	width: 100%;
    object-fit: cover;
    height: 190px;
}
.gallery-box .box h5{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
}
.connect-footer .tel-phone{
	margin-right: 2px;
    padding-right: 8px;
    border-right: 1px solid #ccc;
}
.award-box .box{
	border: 10px solid #1AA4DF;
	margin-bottom: 20px;
}
.gallery-banner .inner-banner-content h1{
	background-color: #fff;
	color: #000;
}
.gallery-banner.inner-banner{
	margin-top: 200px;
}
.service-inner-page .right-content .service-partner li{
	margin-bottom: 30px;
}
.sitemap-box .submenu{
	margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.sitemap-box .submenu li{
	list-style: decimal;
	color: #2d2d2d;
}
.sitemap-box ul li a{
	font-weight: bold;
}
.sitemap-box ul li .submenu li a{
	font-weight: normal;
}
.product-inner-page p{
	padding-left: 30px;
}


@media only screen and (min-width: 768px) {
    .full-content-box .boxs li:nth-child(6n){
	   margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
	.download-box .box{
		margin-bottom: 20px;
	}
	.download-box .col-sm-4:last-child .box, .award-box .col-sm-4:last-child .box{
		margin-bottom: 0;
	}
	.inner-banner-content h1 {
        padding: 8px 30px;
        font-size: 28px;
    }
    .inner-banner img{
    	height: 150px;
    	object-fit: cover;
    }
    .banner-content-inner h1{
    	font-size: 22px;
    }
    .product-box{
    	padding: 15px;
    }
    .full-content-box .boxs li{
    	width: 32%;
    	padding: 10px;
    	margin-right: 2%;
    	margin-bottom: 10px;
    }
     .full-content-box .boxs li:nth-child(3n){
	   margin-right: 0;
    }
    .gallery-banner.inner-banner {
	  margin-top: 60px;
	}
}

@media only screen and (min-width: 992px) {
    .header .navbar-collapse .navbar-nav .submenu-box{
    	display: block !important;
    }
    .header .navbar-collapse .navbar-nav li:nth-child(6) .submenu-box{
	   width: 170px;
    }
}

@media only screen and (max-width: 991px) {
	.header .navbar-collapse .navbar-nav .submenu-box {
	  opacity: 1;
	  visibility: visible;
	  background-color: #1AA4DF;
	  padding: 20px;
	  width: 100%;
	  position: static;
	  border-radius: 0;
      box-shadow: none;
      border: 0;
	}
	.sitemap-box{
		padding: 0 15px;
	}
}