@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poltawski+Nowy:wght@400;500;600&display=swap');
.glo {
  font-family: 'Poltawski Nowy', serif;
}
.lat {
  font-family: 'Montserrat', sans-serif;
}
/*coading for overlay*/
.w100 {
  font-weight: 100
}
.w300 {
  font-weight: 300
}
.w400 {
  font-weight: 400
}
.w700 {
  font-weight: 700
}
.section {
  padding: 50px 0px;
}
*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  font-family: 'Montserrat', sans-serif;
}
* {
  padding: 0px;
  margin: 0px
}
.porel {
  position: relative
}
.caret {
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
}
.caret.down {
  position: absolute;
  top: 8px;
  border-top-color: black;
  margin-left: 2px;
}
.fill {
  object-fit: fill;
}
.contain {
  object-fit: contain;
}
.cover {
  object-fit: cover;
}
.none {
  object-fit: none;
}
.scale-down {
  object-fit: scale-down;
}
.container-fluid {
  width: 90%;
}
.tr {
  display: none
}
.topnav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;
	background-color: #fff;
	padding: 0px 0px 10px;
}
.topnav.slidetop {
  top: -870px;
}
.mainmenu {
  text-align: right
}
#nav-icon3 {
  width: 20px;
  height: 18px;
  margin: 0px;
  z-index: 1000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 15px;
}
#nav-icon3 span.bccolor {
  background: #000
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 7px;
}
#nav-icon3 span:nth-child(4) {
  top: 15px;
}
#nav-icon3.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.logopart {
  padding: 8px 0px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #000;
}
.nopadding {
  padding: 0px
}
.paddingtop20 {
  padding-top: 20px
}
body {
  font-size: 14px;
}
.card {
  border-radius: 0px;
}
.heading {
  font-size: 25px;
  margin-bottom: 10px;
}
.wc {
  color: #FFF
}
ul {
  padding: 0px;
  margin: 0px
}
.topline {
  background-color: #fff;
  padding: 0px 0px;	
}
.topline ul{background-color: #15437D;	}
.topline li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding-left: 10px;
}
.topline ul li a {
  color: #fff;
}
#menuslide {
  position: fixed;
  top: 70px;
  left: -100%;
  height: 100%;
  overflow: auto;
  background-color: #ebebeb;
  transition: all 0.5s ease 0s;
  z-index: 1009;
  width: 100%;
}
#menuslide.up {
  top: 59px
}
#menuslide.open {
  left: 0px;
}
#nav {
  width: 100%; 
}
#nav li a i {
  position: absolute;
  right: 15px;
  top: 12px;
  padding-top: 5px;
  transition: all 0.5s ease 0s;
}
#nav li a i.ro {}
#nav li a {
  display: block;
  padding: 8px 15px;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d1d1d;
  position: relative;
  border-bottom: solid 1px #ddd;
}
#nav li a:hover, #nav li a.active {
  background-color: #FAC0C0
}
#nav li ul {
  display: none;
}
#nav li ul li a {
  background-color: #fff;
  color: #1d1d1d;
  font-size: 12px;
  letter-spacing: 0px;
}
.nav1 {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #FFF;
  
}
.nav1 ul {
  text-align: right;
}
.nav1 ul > li {
  display: inline-block;
  padding: 10px;
}
.nav1 ul li a {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: none;
  position: relative;
}
.nav1 ul li a:hover {
  text-decoration: none;
  color: #03F
}
.nav1 ul li a .fa, .nav1 ul li a .caret {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.nav1 ul li a:hover .fa {
  transform: rotate(180deg);
}
.nav1 ul > li:hover .caret {
  border-bottom-color: black;
  position: absolute;
  top: 5px;
  border-top-color: white;
}
.nav1 ul > li:hover > ul {
  display: block
}
.nav1 ul > li > ul li {
  display: block;
  padding: 0px;
  border: none;
}
.nav1 ul > li > ul li a {
  display: block;
  color: #1d1d1d;
  padding: 8px 10px;
  border-bottom: dotted 1px #ccc;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0px;
}
.nav1 ul > li > ul li a:hover {
  color: #1d1d1d
}
.nav1 ul > li {
  border: solid 1px transparent
}
.nav1 ul > li > ul li:last-child a {
  border: none
}
.nav1 ul > li > ul li a:hover {
  background-color: #1f2533;
  color: #fff
}
.logoimg {
  width: 100px; margin-top: 10px;
}
#menuslide {
  top: 80px
}
.menuheader {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #ebebeb;
  color: #1d1d1d;
}
.closemenu {
  transition: all 0.5s ease 0s;
  cursor: pointer
}
.closemenu:hover, .closemenu:active {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.head {
  font-size: 40px;
  text-transform: uppercase;
  display: block;
  text-align: center
}
.subhead {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
#vbg {
  width: 100%;
  position: relative
}
#myVideo {
  width: 100% !important;
  height: auto !important;
}
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top:0px;
}
.banner img {
  position: relative;
}
.banner .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  opacity: 0.2;
}
.banner .caption {
  color: #000;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 101;
}
.banner .caption .title {
  font-size: 40px;
  border: solid;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
}
.banner .caption .subtitle {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .caption .des {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  display: block;
}
.banner .btext {
  position: absolute;
  color: #fff;
  z-index: 101;
  text-shadow: 1px 1px 6px #000;
  font-size: 55px;
  top: 100px;
  text-transform: uppercase;
  line-height: 55px;
}
.banner .btext .subtitle {
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 20px
}
.statistics {
  padding: 50px 0px;
  position: relative;
}
.statistics .head {
  margin-bottom: 20px;
  color: #15437D
}
.statistics img {
  width: 60px;
  margin-bottom: 10px;
	background-color: #f4f2ff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: content-box;
	border: solid 1px #e3e3e3;
}
.statistics .col-sm-3 {
  border-right: dotted 1px #ccc;
	
  text-align: center;
  padding: 20px 0px;
}


.statistics .col-sm-3:nth-child(5),.statistics .col-sm-4:nth-child(6) {
  border-bottom: none;
}

.statistics .col-sm-3:last-child {
  border: none
}
.statistics .title {
  font-size: 25px;
  font-weight: 500;
  color: #00a8a5;
}
.statistics .subtitle {
  font-size: 50px;
  font-weight: 700
}
.des {
	font-size: 16px;
}
.des li {
	margin-left: 15px;
	list-style-position: outside;
	padding: 5px 0px;
	border-bottom: dotted 1px #ddd
}

.cover {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
	margin-bottom: 20px;
}
.dbox {
	padding: 10px;
	font-size: 18px;
	text-align: left;
	border-left: #15437D dashed 1px
}
.dbox table {
  border-collapse: collapse;
  width: 100%; background-color:#292929; color:#fff;
}

.dbox table td,.dbox table th {  
  padding: 8px;border: 1px solid #675a5a;
}

.dbox table tr:nth-child(even){background-color: #454545;}

.dbox table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #292929;
  color: white;
}
.dbox2 {
	padding: 10px;
	text-align: left;
	margin-bottom: 30px;
}
.grid-item {
  width: 33%;
  padding: 0px 10px;
}
.grid-item img:hover {
  transform: scale(1.1);
}
.grid-item img {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.grid-item .title {
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 20px;
}

.con { margin-top:70px; overflow:hidden;}

.it {
  padding: 50px 0px;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  position: relative;
}
.iti .item {
  display: inline-block;
  width: 15%;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #FFF;
  border: dashed 1px #b4a5a5;
  padding: 20px;
  margin: 5px;
  border-radius: 5px
}
.iti .item:hover {
  transform: scale(1.1);
}
.ftimg {
  clear: both;
  margin-top: 15px;
}
.ftimg .item {
  float: left;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  max-width: 110px;
}
.ftimg img {
  height: 100px;
  width: 100px;
  border: solid 1px #ddd;
  margin-right: 5px;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 5px;
}
.header {
  height: 100vh;
  overflow: hidden;
  padding-top: 150PX;
}
.header h1 {
  padding: 40px 10%;
  font-size: 50px;
  letter-spacing: -2px;
  text-shadow: 1px 1px 10px #000;
}
.header h3 {
  font-size: 25px;
  color: #FFF
}
.uparrow_box {
  position: relative;
  background: #fff;
}
.uparrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.downarrow_box {
  position: relative;
  background: #fff;
}
.downarrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.fsupport {
  padding: 50px 0px;
  background-color: #5c5d5c;
  color: #FFF;
}
.fsupport h3 {
  font-size: 35px;
  text-align: left
}
.fsupport .btn1 {
  background-color: #c28d2c;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fsupport .des {
  font-size: 18px;
  text-align: left
}
.fimg {
  width: 100%;
  margin-bottom: 15px;
}
.ft {
  position: relative;
  padding: 50px 0px;
  color: #1d1d1d;
  font-size: 16px;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%
}
.ft ul {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.overr {
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.ft .head {
  font-weight: 600;
}
.ft .lastoption {
  border: solid 1px #bda4a4;
  border-left: none;
  border-right: none;
  margin: 25px 0px;
}
.ft .lastoption li {
  display: inline-block;
  padding: 0px 10px;
}
.ft .lastoption li a {
  border: none;
  font-weight: 500;
  padding: 5px 0px;
  display: inline-block
}
.ft li {
  display: block;
  padding: 0px 3px;
}
.ft li a {
  font-size: 14px;
  color: #1d1d1d;
  padding: 0px 0px;
  font-weight: 400;
}
.ft li a:hover {
  color: #999;
  text-decoration: none
}
.ft .fhead {
  font-size: 16px;
  font-weight: bold
}
.ft .des {
  font-size: 14px;
  margin-top: 10px;
}
.sitemap{ padding:0px; margin:0px; position:relative; overflow:hidden;}
.sitemap li{ display:inline-block;}
.sitemap li a{color:#fff; padding:0px 5px;font-size:12px; font-weight:500; text-transform:uppercase; letter-spacing:1px;}
.sitemap li:first-child a{padding-left:0px}
.sitemap li a:hover{ color:#ccc; text-decoration:none;}
.sitemap li:after {
    content: ":"; color:#FFF;
}
.sitemap li:last-child:after {
    content: "";
}
.sidemenu{text-align:center; margin-bottom:15px;}
.sidemenu li{display:inline-block}
.sidemenu li a{display:inline-block; padding:4px 20px; color:#1d1d1d; margin:2px; border-radius:20px; border:solid 1px #1d1d1d; font-size:12px; font-weight:600}
.sidemenu li a:hover{text-decoration:none}
.sidemenu li a.active1{background-color:#000; color:#FFF}

.profileimg{height: 200px; width: 200px; border-radius: 50%; background-color: #ecd4d4; margin-bottom: 15px;}

	.service .grid1 .item .p{background-color: #fff; border-radius: 5px;}	
	.service .title{font-size: 14px; text-align: left; font-weight: bold;}	
	.service .date{font-size: 14px; text-align: left; color: #666;}

.service .titlehead{font-size: 22px; margin-bottom: 10px; font-weight: bold}
	.service .shortdes{font-size: 16px; line-height: 25px; word-wrap: break-word}
	.service .explore{font-size: 14px; padding: 5px 15px;}

.imggallery .item{width: 33%;}
	.imggallery .item .p{margin: 10px;}

.bb{padding:20px 5px; font-size:12px; font-weight:600; text-transform:uppercase; letter-spacing:1px; margin: 10px 0px;}
.btn-book{ background-color:#15437D; color:#fff; border:solid 1px #15437D}
.btn-call{border:solid 1px #15437D; color:#1d1d1d}
@media (max-width: 767.99px) {
  .banner {
    
  }
  .banner .caption .title {
    font-size: 18px;
    font-weight: 900
  }
  .banner .caption .subtitle {
    font-size: 12px;
  }
  .statistics img {
    width: 40px;
    margin-bottom: 10px;
  }
  .statistics .col-6:nth-child(5),.statistics .col-6:nth-child(3) {
    border-right: none
  }
	.statistics .col-6:nth-child(4) {
    border-right:  dotted 1px #ccc;
  }
  .statistics .col-6:nth-child(4), .statistics .col-6:nth-child(5) {
    border-bottom: dotted 1px #ccc;
  }
	

	
  .statistics .head {
    margin-bottom: 20px;
    color: #15437D;
    font-size: 20px;
  }
  .statistics .title {
    font-size: 14px;
  }
  .statistics .subtitle {
    font-size: 25px;
  }
  .service {
    text-align: center
  }
  .service .subtitle {
    font-size: 14px
  }
  .service .head {
    font-size: 20px;
    text-align: center;
  }
  .service .grid1 .item {
    width: 100%;
  }
	.con {
margin-top:73px
}
  .fimg {
    width: 100%
  }
  .logoimg {
    width: 100%;
  }
  .iti .item {
    display: inline-block;
    width: 31%;
    padding: 10px;
    margin: 3px;
  }
  .it .head {
    font-size: 20px;
  }
  .it .subhead {
    font-size: 14px;
  }
	.dbox {
	padding: 15px;
	font-size: 16px;
	border: none
}
	
.dbox2 {
	padding: 15px;
	border-radius: 5px;
	font-size: 16px;
}
	.sitemap li a{ padding:0px 2px;font-size:10px;}
	.service .grid1 .item{ width:100%;}
	.testim .grid1 .item {
	width: 100%;
}
}
// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.99px) {
  
}
// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.99px) {}
// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  ...
}
