@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Cookie&family=Crimson+Text&family=Dancing+Script:wght@700&family=Dosis:wght@500&family=Great+Vibes&family=Inter&family=Montserrat:wght@500&family=Pacifico&family=Poppins&family=Roboto&family=Rubik&family=Rubik+Bubbles&display=swap');

*{
	margin: 0;
	padding: 0;
  text-align: justify;
	box-sizing: border-box;
	font-family: sans-serif;
}
.row>* {
  flex-shrink:initial !important;
  /* width: 100%;
  max-width: 100%; */
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
html { 
  scroll-behavior: smooth; 
}
body{
  overflow-x: hidden;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 15rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(0.375rem - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  /* --bs-dropdown-link-hover-bg: var(--bs-body-bg); */
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.topfix{
  position: fixed;
  top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
h1{
  font-family: 'Berkshire Swash', cursive;
}
 nav ul{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	/* font-size: 1.2em; */
	transition: .3s;
}

nav{
	
	position: relative;
	padding: 10px 0;
	z-index: 10;
}
.logo{
	position: absolute;
	/* width: 100px;
	height: 100px; */
	top: 1px;
	left: 44.1%;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 1%;
}

nav ul{
	width: 100%;
	transition: .3s;
}
nav ul li:nth-child(2){
	margin-left: 0px;
}
nav ul li:nth-child(3){
	margin-left: 0px;
}
nav ul li:nth-child(4){
	margin-left: 0px;
}
/* nav ul li:nth-child(4){
	margin-left: 40px;
}
nav ul li:nth-child(6){
	margin-left:80px;
}
nav ul li:nth-child(7){
	margin-left:80px;
}
nav ul li:nth-child(8){
	margin-left:40px;
}
nav ul li:nth-child(9){
	margin-left: 20px;
}
nav ul li:nth-child(10){
	margin-left: 20px;
}
nav ul li:nth-child(11){
	margin-left: 20px;
} */
nav ul li a{
	color: black;
	/* font-weight: bold; */
}
nav ul li a:hover{
	color:#fc9603;
  text-decoration: none;
}
nav ul li a.active{
	color:#ffa501;
  text-decoration: none;
}
#menu{
	display: none;
}
table td{
  border: #000000 2px solid;
  
}
label{
	color: black;
	/* font-size: 1.2em; */
	padding:25px 0;
	display: none;
}

header.masthead {
 padding-top: 15.5rem;
 padding-bottom: 6rem;
 text-align: center;
 color: #050000;
 height: 77.5vh;
 background-image: url("/img/banner.png");
 background-repeat: no-repeat;
 background-attachment: scroll;
 background-position: center center;
 background-size: cover;
 margin-top: -17px ;
 max-width: 100%;

}
header.masthead .masthead-subheading {
 font-size: 50px;

 line-height: 6.5rem;
 margin-bottom: 5px;
 font-family: 'Berkshire Swash', cursive;
}
header.masthead .masthead-heading {


 line-height: 2rem;
 margin-bottom: 4rem;
font-family: 'Courier New', Courier, monospace;
}

/* @media (min-width: 768px) {
 header.masthead {
   padding-top: 17rem;
   padding-bottom: 12.5rem;
 }
 header.masthead .masthead-subheading {
   font-size: 2.25rem;
   font-style: italic;
   line-height: 2.25rem;
   margin-bottom: 2rem;
 }
 header.masthead .masthead-heading {
   font-size: 4.5rem;
   font-weight: 700;
   line-height: 4.5rem;
   margin-bottom: 4rem;
 }
}
 */


.line{
 width: 70px;
 height: 10px;
 background-color: #fc9603;
}
.line1{
 width: 70px;
 height: 10px;
 background-color: #ffffff;
}
.btt1{
 border-radius: 25px;
 background-color:#5bc7d1 ;
 border-style: none;
 color: white;
 padding: 10px 40px;
}
.btt2{
 border-radius: 25px;
 background-color:#ffffff ;
 border-style: none;
 color: #5bc7d1;
 padding: 10px 40px;
}
.btt3{
  border-radius: 25px;
  background-color:#fc9603 ;
  border-style: none;
  color: #ffffff;
  padding: 10px 40px;
 }
 .btt4{
  border-radius: 25px;
  background-color:#fc9603 ;
  border-style: none;
  color: #070707;
  padding: 10px 20px;
  transition: 1s;
 }
 .btt5{
  border-radius: 25px;
  background-color:#fc9603 ;
  border-style: none;
  color: #070707;
  padding: 5px 10px;
  font-size: 12px;
  margin-top: 5%;
  transition: 1s;
 }
 .tick{
  padding-right: 15px;
  color: white;
  font-weight: 700;
  font-size: 16px;
 }
 .tick1{
  padding-right: 10px;
  color: white;
  font-weight: 700;
  font-size: 12px;
 }
.textshadow{
 color: rgba(213, 210, 210, 0.784);
 font-size: 50px;
 margin-top: -80px;
margin-left: 95px;
font-family: 'Poppins', sans-serif;
font-weight: 800;
text-transform:uppercase;
}
.box1{
 background-color: #fc9603;
 color: white;
}
.box2{
 margin-left: -130px;
 margin-top: 160px;

}
.box2 img{
  width: 350px;
}
.box3 ul li{
 list-style: none;
 line-height: 60px;
}
ul li{
 line-height:30px;
 list-style: none;
}


ul {
  list-style-image: url('/img/logo2.png');

}
.cir{
 width: 70px;
 height: 70px;
 background-color: #fc9603;
 border-radius: 50%;
}
.left{
 float: left;
}
.right{
 float: left;
 padding-left: 30px;
}


.pro{
  
  background-image: url("/img/profil1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  /* background-size: cover; */
  height: 100vh;
  max-width: 100%;
}
.pro1{
  
  background-image: url("/img/pro1.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  /* background-size: cover; */
  height: 76vh;
  max-width: 100%;
}
.pro2{
  
  background-image: url("/img//pro2.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  /* background-size: cover; */
  height: 100vh;
/* margin-top: 200px; */
  max-width: 100%;
}
.bott{
  margin-top: -200px !important;
}
@media (min-width: 1520px){
 
  /* .header.masthead{
margin-top: -100px;
  }
   */
}
/* @media (min-width: 768px){
 
  .p .bttn5{
    margin-left: 200px;
  }
  
} */
@media (max-width: 720px){
  .map {
    width:580px;
  }
}
@media (max-width: 520px){
  .map {
    width:580px;
  }
}
@media (max-width: 620px){
  .map {
    width:580px;
  }
}
@media (max-width: 1320px) 
{
  .map{
    width: 1180px;
  }
 
  header.masthead .masthead-subheading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1360px) 
{
  .map{
    width: 1180px;
  }
 
  header.masthead .masthead-subheading {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 800px) 
{
 
  .logo{
    /* top:27px; */
    left: 40%;
  }
  header.masthead .masthead-subheading {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1220px){
  .map{
    width: 880px;
  }

}
@media (max-width: 1400px){
	label{
		display: block;
    /* margin-bottom: 200px; */
	}
	
  /* header.masthead{
    margin-top:-66px;
  }
	
  .logo{
    top:-27px;
    left: 38%;
  } */


	nav{
		padding: 0;
	}
	nav ul{
		position: absolute;
		top: 70px;
		left: -100%;
		
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		
    color: rgb(0, 0, 0);
	}
	#menu:checked ~ ul{
		left: 0;
	}
	nav ul li{
		margin: 0 !important;
		width: 100%;
	}
  .icon_img
  {
    width: 50%;
    margin-top: -10px;
  }
	nav ul li a{
		/* border: 1px solid #ef3624; */
		padding: 9px 0;
		
		text-align:left;
    color: rgb(0, 0, 0);
	}
	
}
@media (max-width: 460px){
	/* .logo{
		top: -1px;
	} */
	
  .map{
    width: 400px;
  }
}
@media (max-width: 360px){
 
          .map{
            width:200px;
          }
}
@media (max-width: 990px){
 
  .map{
    width:550px;
  }
}
@media (max-width: 720px){
 
  .map{
    width:500px;
  }
}
@media (max-width: 520px){
 
  .map{
    width:400px;
  }
}
@media (max-width: 1024px){
  .menuList {
    font-size: 12px;
  }
  /* .logo{
		left: 30%;
		top: -10px;
	} */
}
@media  (min-width:200px) and (max-width: 269px){

  .logo{
		left: 19%;
    width: 150px;
		/* top: 22px; */
	}
  header.masthead{
    margin-top:-34px;
/* margin-left: 59px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -20px !important;
  }
}
@media  (min-width:270px) and (max-width: 299px){

  .logo{
		left: 34%;
    width: 100px;
		top: 40px;
	}
  header.masthead{
    margin-top:50px;
/* margin-left: 50px; */
  }
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .bott{
    margin-top: -10px !important;
  }
}
@media  (min-width:300px) and (max-width: 319px){

  .logo{
		left: 34%;
    width: 100px;
		top: 40px;
	}
  header.masthead{
    margin-top:50px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  body{
    overflow-x: hidden;
  }
  .bott{
    margin-top: -10px !important;
  }
  .pro11{
    margin-top: 0px !important;
  }
}
@media  (min-width:320px) and (max-width: 332px){

  .logo{
		left: 34%;
    width: 100px;
		top: 40px;
	}
  header.masthead{
    margin-top:50px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  body{
    overflow-x: hidden;
  }
  .bott{
    margin-top: -10px !important;
  }
  .pro11{
    margin-top: 0px !important;
  }
}
@media  (min-width:333px) and (max-width: 360px){

  .logo{
		left: 29%;
    width: 150px;
		top: 41px;
	}
  header.masthead{
    margin-top:52px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .bott{
    margin-top: -20px !important;
  }
  .pro11{
    margin-top: 120px !important;
  }
}
@media  (min-width:361px) and (max-width: 389px){

  .logo{
		left: 29%;
    width: 150px;
		top: 41px;
	}
  header.masthead{
    margin-top:52px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .bott{
    margin-top: -40px !important;
  }
  .pro11{
    margin-top: 130px !important;
  }
  
}
@media  (min-width:390px) and (max-width: 399px){

  .logo{
		left: 29.5%;
    width: 160px;
		top: 41px;
	}
  header.masthead{
    margin-top:48px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -40px !important;
  }
  .pro11{
    margin-top: 130px !important;
  }
}
@media  (min-width:400px) and (max-width: 420px){

  .logo{
		left: 30.5%;
    width: 160px;
		top: 41px;
	}
  header.masthead{
    margin-top:39px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -40px !important;
  }
  .pro11{
    margin-top: 17 0px !important;
  }
 
}
@media  (min-width:421px) and (max-width: 449px){

  .logo{
		left: 32.5%;
    width: 150px;
		top: 41px;
	}
  header.masthead{
    margin-top:42px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -40px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:450px) and (max-width: 462px){

  .logo{
		left: 33.5%;
    width: 150px;
		top: 41px;
	}
  header.masthead{
    margin-top:5px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -50px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:463px) and (max-width: 499px){

  .logo{
		left: 34%;
    width: 150px;
		top: 40px;
	}
  header.masthead{
    margin-top:4px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -50px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:500px) and (max-width: 549px){

  .logo{
		left: 34.5%;
    width: 155px;
		top: 38px;
	}
  header.masthead{
    margin-top:8px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -60px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:550px) and (max-width: 599px){

  .logo{
		left: 36%;
    width: 155px;
		top: 35px;
	}
  header.masthead{
    margin-top:5px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:600px) and (max-width: 659px){
  .logo{
		left: 37%;
    width: 155px;
		top: 35px;
	}
  header.masthead{
    margin-top: 5px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -80px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:660px) and (max-width: 699px){

  .logo{
		left: 37%;
    width: 180px;
		top: 32px;
	}
  header.masthead{
    margin-top:2px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -80px !important;
  }
  .pro11{
    margin-top: 150px !important;
  }
}
@media  (min-width:700px) and (max-width: 767px){

  .logo{
		left: 39%;
    width: 155px;
		top: 32px;
	}
  header.masthead{
    margin-top:2px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -80px !important;
  }
  .pro11{
    margin-top: 160px !important;
  }
}
@media  (min-width:768px) and (max-width: 800px){

  .logo{
		left: 39%;
    width: 180px;
		top: 30px;
	}
  header.masthead{
    margin-top:1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -10px !important;
  }
  .pro11{
    margin-top: 160px !important;
  }
}
@media  (min-width:800px) and (max-width: 820px){

  
  .logo{
		left: 39%;
    width: 180px;
		top: 30px;
	}
  header.masthead{
    margin-top:-10px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -20px !important;
  }
  .pro11{
    margin-top: 290px !important;
  }
}
@media  (min-width:820px) and (max-width: 859px){

  .logo{
		left: 39%;
    width: 180px;
		top: 30px;
	}
  header.masthead{
    margin-top:-14px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -30px !important;
  }
  .pro11{
    margin-top: 290px !important;
  }
}
@media  (min-width: 860px) and (max-width: 900px){

  .logo{
		left: 41%;
    width: 155px;
		top: 24px;
	}
  header.masthead{
    margin-top:-5px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -60px !important;
  }
  .pro11{
    margin-top: 290px !important;
  }
}
@media  (min-width: 900px) and (max-width: 950px){

  .logo{
		left: 41.5%;
    width: 155px;
		top: 30px;
	}
  header.masthead{
    margin-top:-1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
  .pro11{
    margin-top: 290px !important;
  }
}
@media  (min-width: 950px) and (max-width: 953px){

  .logo{
		left: 42%;
    width: 155px;
		top: 30px;
	}
  header.masthead{
    margin-top:-1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
  .pro11{
    margin-top: 220px !important;
  }
}
@media  (min-width: 954px) and (max-width: 959px){

  .logo{
		left: 42%;
    width: 155px;
		top: 30px;
	}
  header.masthead{
    margin-top:1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
  /* .pro11{
    margin-top: 220px !important;
  } */
}
@media  (min-width: 960px) and (max-width: 977px){

  .logo{
		left: 42%;
    width: 155px;
		top: 30px;
	}
  header.masthead{
    margin-top:-1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
  /* .pro11{
    margin-top: 220px !important;
  } */
}
@media  (min-width: 978px) and (max-width: 987px){

  .logo{
		left: 42%;
    width: 160px;
		top: 30px;
	}
  header.masthead{
    margin-top:4px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -70px !important;
  }
}
@media  (min-width: 988px) and (max-width: 990px){
  .logo{
		left: 42%;
		top: 27px;
    width: 160px;
	}
  header.masthead{
    margin-top:3px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -50px !important;
  }
}
@media  (min-width: 990px) and (max-width:993px){

  .logo{
		left: 40%;
		top: 16px;
    width: 150px;
	}
  header.masthead{
    margin-top:1px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 42px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }
}
@media  (min-width: 993px) and (max-width:999px){

  .logo{
		left: 39.7%;
		top: 17px;
    width: 160px;
	}
  header.masthead{
    margin-top:-4px;
/* margin-left: 7px; */
  }
  
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }
}
@media  (min-width: 1000px) and (max-width: 1030px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 42%;
		top: 17px;
    width: 160px;
	}
  header.masthead{
    margin-top:20px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size:30px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }
}
@media  (min-width: 1031px) and (max-width: 1040px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 41%;
		top: 17px;
    width: 160px;
	}
  header.masthead{
    margin-top:-4px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }
}
@media  (min-width: 1040px) and (max-width: 1079px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 41%;
		top: 17px;
    width: 170px;
	}
  header.masthead{
    margin-top:5px;
/* margin-left: 7px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }
}
@media  (min-width: 1080px) and (max-width: 1100px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 41.6%;
		top: 17px;
    width: 170px;
	}
  header.masthead{
    margin-top:5px;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -150px !important;
  }

}
@media  (min-width: 1101px) and (max-width: 1120px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 42.4%;
		top: 18px;
    width: 170px;
	}
  header.masthead{
    margin-top:5px;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -160px !important;
  }
}
/* @media  (min-width: 1221px) and (max-width: 2200px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45%;
		top: 40px;
	}
  header.masthead{
    margin-top:58px;
/* margin-left: 1px; 
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -160px !important;
  }
} */

@media  (min-width: 1121px) and (max-width: 1200px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 42.6%;
		top: 19px;
    width:170px ;
	}
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
 
  header.masthead{
    margin-top:6px;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -160px !important;
  }
}
@media  (min-width: 1201px) and (max-width: 1225px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 42.2%;
		top: 5px;
    width:180px ;
	}
  header.masthead{
    margin-top:-17px;
    height: 85vh;

/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top:-170px !important;
  }
}
@media  (min-width: 1226px) and (max-width: 1255px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.3%;
		/* top: 40px; */
    width:165px ;
	}
  header.masthead{
    margin-top:-17px;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -170px !important;
  }
}
@media  (min-width: 1256px) and (max-width: 1300px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    margin-top:  9px;
    height: 85vh;

/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  
  .bott{
    margin-top: -170px !important;
  }
}

@media  (min-width: 1301px) and (max-width: 1310px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-21px;
    height: 85vh;

/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -190px !important;
  }
}
@media  (min-width: 1311px) and (max-width: 1320px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.2%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-21px;
    height: 85vh;

/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
  .bott{
    margin-top: -190px !important;
  }
}
@media  (min-width: 1321px) and (max-width: 1340px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.2%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-21px;
    height: 85vh;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 40px;
    line-height: 60px;
  }
  .bott{
    margin-top: -190px !important;
  }
}

@media  (min-width: 1341px) and (max-width: 1360px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.3%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-19px;
    height: 85vh;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 40px;
    line-height: 60px;
  }
  .bott{
    margin-top: -190px !important;
  }
}
@media  (min-width: 1361px) and (max-width: 1400px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 41.6%;
		/* top: 40px; */
    width:180px ;
	}
  header.masthead{
    height: 85vh;
    margin-top:-19px;
/* margin-left: 1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 39px;
    line-height: 60px;
  }
  .bott{
    margin-top: -200px !important;
  }
}
@media  (min-width: 1401px) and (max-width: 1441px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.6%;
		/* top: 42px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-11px;
    height: 85vh;
/* margin-left: -1px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -200px !important;
  }
}
@media  (min-width: 1442px) and (max-width: 1520px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 43.8%;
		/* top: 44px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-19px;
    height: 85vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -210px !important;
  }
}

@media  (min-width: 1521px) and (max-width: 1562px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44%;
		/* top: 39px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-19px;
    height: 85vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -220px !important;
  }
}
@media  (min-width: 1563px) and (max-width: 1600px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.3%;
		/* top: 38px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-19px;
    height: 85vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -230px !important;
  }
}
@media  (min-width: 1601px) and (max-width: 1628px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.5%;
		/* top: 36px; */
    width:180px ;
	}
  header.masthead{
    margin-top:-20px;
    height: 85vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -230px !important;
  }
}
@media  (min-width: 1629px) and (max-width: 1660px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.3%;
		/* top: 33px; */
	}
  header.masthead{
    margin-top:-22px;
    height: 89vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -230px !important;
  }
}
@media  (min-width: 1661px) and (max-width: 1700px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.4%;
		/* top: 31px; */
	}
  header.masthead{
    margin-top:-19px;
    height: 88vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -240px !important;
  }
}
@media  (min-width: 1701px) and (max-width: 1740px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.5%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-21px;
    height: 89vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -240px !important;
  }
}
@media  (min-width: 1741px) and (max-width: 1800px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.6%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-21px;
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -240px !important;
  }
}
@media  (min-width: 1801px) and (max-width: 1860px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 44.8%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-21px;
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -260px !important;
  }
}
@media  (min-width: 1861px) and (max-width: 1900px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-21px;
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -260px !important;
  }
}
@media  (min-width: 1901px) and (max-width: 1929px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-21px;
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -280px !important;
  }
}
@media  (min-width: 1930px) and (max-width: 1959px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45%;
		/* top: 29px; */
	}
  header.masthead{
    margin-top:-18px;
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -280px !important;
  }
}
@media  (min-width: 1960px) and (max-width: 2009px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45.2%;
		/* top: 29px; */
	}
  header.masthead{
    /* margin-top:25px; */
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -280px !important;
  }
}
@media  (min-width: 2010px) and (max-width: 2109px){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  .logo{
		left: 45.2%;
		/* top: 29px; */
	}
  header.masthead{
    /* margin-top:28px; */
    height: 90vh;
/* margin-left: -18px; */
  }
  header.masthead .masthead-subheading {
    font-size: 45px;
    line-height: 60px;
  }
  .bott{
    margin-top: -280px !important;
  }
}
@media (max-width: 1041px ){
  .textshadow{
    font-size: 50px;
     padding-bottom: 10px;
    }
 
  .menuList {
    font-size: 14px;
    background-color: rgb(255, 255, 255);
  }
  /* .logo{
		left: 39%;
		top: 0px;
	}
  header.masthead{
    margin-top:-20px;

  } */
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
}
@media (max-width: 1001px){
  .textshadow{
    font-size: 48px;
     padding-bottom: 10px;
    }
  /* .logo{
		left: 40%;
	
	}
  header.masthead{
    margin-top:0px; */
/* margin-left: 22px; */
  /* } */
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
}

@media (max-width: 991px){
  
 
  header.masthead .masthead-subheading {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (max-width: 1033px){
  
  /* .logo{
		left: 41%;
		top: 28px;
	}
  header.masthead{
    margin-top:0px;
margin-left: 20px;
  } */
  header.masthead .masthead-subheading {
    font-size: 35px;
    line-height: 60px;
  }
}
/* @media (max-width: 985px){

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
} */
@media (max-width: 977px){
  

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 977px){
  .textshadow{
    font-size: 46px;
     padding-bottom: 10px;
    }
 
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 955px){
  .textshadow{
    font-size: 42px;
     padding-bottom: 10px;
    }

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 20px;
   
   }
   .box2 img{
     width: 300px;
   }
}
@media (max-width: 850px){
  .textshadow{
    font-size: 42px;
     padding-bottom: 10px;
    }

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 20px;
   
   }
   .box2 img{
     width: 300px;
   }
}
@media (max-width: 760px){
  .textshadow{
    font-size: 42px;
     padding-bottom: 10px;
    }
  /* .logo{
		left: 40%;
		top: 20px;
	}
  header.masthead{
    margin-top:7px;

  } */
  /* .logo img{
		width: 130px;
	} */
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 30px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 60px;
   
   }
   .box2 img{
     width: 300px;
   }
}
@media (max-width: 819px){
  .textshadow{
    font-size: 42px;
     padding-bottom: 10px;
    }
  
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
}
@media (max-width: 430px){
 
  .map{
    width:300px;
  }
}
@media (max-width: 640px){
  .textshadow{
    font-size: 42px;
     padding-bottom: 10px;
    }
  
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 300px;
   }
   .flo{
    margin-top: -200px!important;
  }  
}
@media (max-width: 600px){
  .textshadow{
    font-size: 38px;
     padding-bottom: 19px;
    }

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 0px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 300px;
   }
   .flo{
    margin-top: -200px!important;
  }
}
@media (max-width: 550px){
  .textshadow{
    font-size: 34px;
     padding-bottom: 19px;
    }
 
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 60px;
   
   }
   .box2 img{
     width: 300px;
   }
   .flo{
    margin-top: -200px!important;
  }
}
@media (max-width: 450px){
  .textshadow{
    font-size: 34px;
     padding-bottom: 29px;
    }

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 200px;
   }
   .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .flo{
    margin-top: -200px!important;
  }
}
@media (min-width: 991px) and (max-width:1200px){
 
   .btt4{
    padding: 5px 17px;
    margin-bottom: -2rem!important;
    font-size: 12px;
  }
  .pro2{
    padding-top: 250px !important;

  }
  
}
@media (max-width: 420px){
  .textshadow{
    font-size: 28px;
     padding-bottom: 29px;
    }

  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 200px;
   }
   .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .flo{
    margin-top: -150px!important;
  }
}
@media (max-width: 400px){
  .textshadow{
    font-size: 28px;
     padding-bottom: 29px;
    }

  .logo img{
		width: 150px;
	}
  header.masthead .masthead-subheading {
    font-size: 30px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 200px;
   }
   .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .flo{
    margin-top: -150px!important;
  }
}
@media (max-width: 380px){
  .textshadow{
    font-size: 23px;

padding-bottom: 29px;}
  
  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 30px;
   
   }
   .box2 img{
     width: 200px;
   }
   .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .flo{
    margin-top: -150px!important;
  }
}
@media (max-width: 350px){
  

  header.masthead .masthead-subheading {
    /* font-size: 25px; */
    line-height: 60px;
  }
  .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .textshadow{
    font-size: 20px;

padding-bottom: 40px;

  }
  .flo{
    margin-top: -150px!important;
  }
}
@media (max-width: 300px){
  

  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .textshadow{
    font-size: 20px;

padding-bottom: 20px;

  }
  
  .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .box1{
    font-size: 9px;
  }
  .text h1{
    margin-left: 50px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 60px;
   
   }
   .box2 img{
     width: 200px;
   }
   .pro{
  
    /* background-image: url("/img/profil1.png");
    background-repeat: no-repeat;
    background-attachment: scroll; */
    background-position: center center;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
  }
  .bot{
    margin-top: 0px;
  }
  
}
@media (max-width: 280px){
  

  header.masthead .masthead-subheading {
    font-size: 20px;
    line-height: 60px;
  }
  .textshadow{
    font-size: 20px;

padding-bottom: 20px;

  }
  .btt4{
    padding: 5px 10px;
    margin-bottom: 1rem!important;
  }
  .box1{
    font-size: 9px;
  }
  .text h1{
    margin-left: 50px;
  }
  .box2{
    margin-left: 3px;
    margin-top: 60px;
   
   }
   .box2 img{
     width: 200px;
   }
   .pro{
  
    /* background-image: url("/img/profil1.png");
    background-repeat: no-repeat;
    background-attachment: scroll; */
    background-position: center center;
    background-size: cover;
    height: 100vh;
    max-width: 100%;
  }
  .bot{
    margin-top: 0px;
  }
  
}
@media (max-width: 330px){
 
  .map{
    width:200px;
  }
}
#cmsms_icon_list_items_641a74d9b7ebe1_09660177 .cmsms_icon_list_icon {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsms_icon_list_items.cmsms_color_type_bg #cmsms_icon_list_item_641a74d9b7eec2_48881032 .cmsms_icon_list_icon {
  background-color: #e3b26d;
}


.flo{
  margin-top: -300px;
}

#btn-back-to-top {
  position: fixed;
  border-radius: 50%;
  bottom: 20px;
  right: 7px;
  display: none;
  color: white;
}




.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 20px;
  bottom: 90px;
  right: 5px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.facebook {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 20px;
  bottom: 145px;
  right: 5px;
  background-color: #0043c1;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.youtube {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 20px;
  bottom: 200px;
  right: 5px;
  background-color: #aa0101;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.twitter {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 20px;
  bottom: 255px;
  right: 5px;
  background-color: #049cee;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


.pro11{
  margin-top: 130px
}












@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
::selection{
color: #fff;
background: #007bff;
}
/* body{
padding: 10px;
} */
.wrapper{
margin: 100px auto;
max-width: 1100px;
}
.wrapper nav{
display: flex;
justify-content: center;

}
/* .wrapper .items{
display: flex;
max-width: 920px;
width: 100%;
justify-content: space-between;
} */
.items span{
padding: 8px 45px;
font-size: 15PX;
margin-top: 60px;
font-weight: 500;
cursor: pointer;
color: #03b6cadc;
border-radius: 50px;
border: 2px solid #03b6cadc;
transition: all 0.3s ease;
}
.items span.active,
.items span:hover{
color: #fff;
background: #03b6cadc;
}

.gallery{
display: flex;
flex-wrap: wrap;
margin-top: 30px;
}
.gallery .image{
width: calc(100% / 4);
padding: 7px;
}
.gallery .image span{
display: flex;
width: 100%;
overflow: hidden;
}
.gallery .image img{
width: 100%;
vertical-align: middle;
transition: all 0.3s ease;
}
.gallery .image:hover img{
transform: scale(1.1);
}
.gallery .image.hide{
display: none;
}
.gallery .image.show{
animation: animate 0.4s ease;
}
@keyframes animate {
0%{
  transform: scale(0.5);
}
100%{
  transform: scale(1);
}
}
/* 
.preview-box{
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.9);
background: #fff;
max-width: 410px;
width: 100%;
z-index: 5;
opacity: 0;
pointer-events: none;
border-radius: 3px;
padding: 0 5px 5px 5px;
box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.preview-box.show{
opacity: 1;
pointer-events: auto;
transform: translate(-50%, -50%) scale(1);
transition: all 0.3s ease;
}
.preview-box .details{
padding: 13px 15px 13px 10px;
display: flex;

align-items: center;
justify-content: space-between;
}
.details .title{
display: flex;
font-size: 18px;
font-weight: 400;
}
.details .title p{
font-weight: 500;
margin-left: 5px;
}
.details .icon{
color: #038bb5;
font-style: 22px;
cursor: pointer;
}
.preview-box {
width: 100%;
display: flex;
}
.image-box{
  width: 500px;
}
.image-box img{
width: 80%;
text-align: center;
border-radius: 0 0 3px 3px;
}
.shadow{
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 2;
display: none;
background: rgba(0,0,0,0.4);
}
.shadow.show{
display: block;
} */
@media (max-width: 1200px) {
  .gallery .image{
    width: calc(100% / 3);
  }
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  }
@media (max-width: 1000px) {
.gallery .image{
  width: calc(100% / 3);
}
.wrapper{
  margin: 30px auto;
}
.wrapper nav .items{
  flex-wrap: wrap;
  justify-content: center;
}
nav .items span{
  margin: 5px;
}
}
@media (max-width: 800px) {
.gallery .image{
  width: calc(100% / 2);
}
.wrapper{
  margin: 30px auto;
}
.wrapper nav .items{
  flex-wrap: wrap;
  justify-content: center;
}
nav .items span{
  margin: 5px;
}
}
@media (max-width: 700px) {
.wrapper nav .items{
  max-width: 400px;
}

}
@media (max-width: 600px) {
.wrapper{
  margin: 30px auto;
}
.wrapper nav .items{
  flex-wrap: wrap;
  justify-content: center;
}
nav .items span{
  margin: 5px;
}
.gallery .image{
  width: 100%;
}
}

@media (min-width: 320px) and (max-width: 440px){
  .wrapper{
    margin: 30px auto;
  }
  .wrapper nav .items{
    flex-wrap: wrap;
    justify-content: center;
  }
  nav .items span{
    margin: 5px;
  }
  .gallery .image{
    width: 100%;
  }
  .items span{
    width: 100%;
    line-height: 70px;
    padding: 6px 25px;
   
  }
  /* .pro11{
    margin-top: 70px;
  } */
  }
  @media (min-width: 275px) and (max-width: 320px){
    .wrapper{
      margin: 30px auto;
    }
    .wrapper nav .items{
      flex-wrap: wrap;
      justify-content: center;
    }
    nav .items span{
      margin: 5px;
    }
    .gallery .image{
      width: 100%;
    }
    .items span{
      width: 100%;
      line-height: 70px;
      padding: 6px 44px;
      font-size: 14px;
      margin: 1% 20%;
    }
    }
    @media (min-width: 200px) and (max-width: 275px){
      .wrapper{
        margin: 30px auto;
      }
      .wrapper nav .items{
        flex-wrap: wrap;
        justify-content: center;
      }
      nav .items span{
        margin: 5px;
      }
      .gallery .image{
        width: 100%;
      }
      .items span{
        width: 100%;
        line-height: 70px;
        padding: 6px 30px;
       font-size: 12px;
       margin: 1% 20%;
      }
      }

      .h1, .h2, .h3, .h4, .h5, .h6 {
        color: #000000;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }
    
    .h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .content-inner {
      padding-top: 70px;
      padding-bottom: 40px;
  }
  .bg-img-fix {
      background-size: cover;
  }
  .overlay-primary-dark:after{
    background-color: #029EB7;
  }
  .overlay-primary-dark:after {
    opacity: 0.9;
}
.counter-style-1 .counter {
  font-size: 50px;
  font-weight: 600;
}
:root {
  --color-primary: #029EB7;
}
.counter-style-1 .counter-text {
  font-size: 16px;
  font-weight: 600;
}
.counter {
  position: relative;
}
.counter-style-1 .icon {
  font-size: 45px;
  margin-right: 10px;
}
  @media only screen and (max-width: 1024px)
  .section-full {
      background-attachment: scroll !important;
  }
  .text-white {
      color: #FFF;
  }
  .section-full {
      position: relative;
  }
   h5,h2,h3,h4{
    color: #000;
    font-weight: bold;
    padding-top: 2%;
    padding-bottom: 2%;
  }
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0fd1eb;;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 20px;
  color: #fff;
}
.dbox .text {
  width: 100%;
}
.dbox p {
  margin-bottom: 0;
}
.dbox p span {
  font-weight: 500;
  color: #000;
}
.dbox p a {
  color: #0fd1eb;;
}
body {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  background: #ffffff;
  color: #666666;
}
/* .dez-img-effect.zoom-slow img {
  transition: all 10s;
  -moz-transition: all 10s;
  -webkit-transition: all 10s;
  -o-transition: all 10s;
}
.dez-media img, .dez-post-media img {
  width: 100%;
  height: auto;
}
.dez-img-effect img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}
.dez-post-meta ul {
  margin: 0 -4px;
  list-style: none;
}
.date-style-2 .dez-post-info .post-date {
  float: left;
  margin-right: 15px;
  position: absolute;
}
.date-style-2 .post-date, .date-style-4 .post-date {
  color: #2b2a2a;
  position: absolute;
  left: 20px;
  top: 0;
  width: 50px;
  text-align: center;
  text-transform: uppercase;
}
.dez-post-meta ul li {
  padding: 0;
  display: inline-block;
  font-size: 13px;
}
.dez-post-meta li, .dez-post-meta a, .dez-post-meta i {
  color: #7b7b7b;
}

.dez-post-meta li, .dez-post-meta a, .dez-post-meta i {
  color: #7b7b7b;
}
ul li, ol li {
  padding: 0;
} */
.tag ul li {
  position:relative;
  display:inline;
  padding-left: 0px !important;
  color: #000;
}
.tag ul{
  padding-left: 0px !important; 
}