@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* global styles */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "League Spartan", sans-serif;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}
h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}
h4 {
  font-size: 20px;
  color: #222;
}
h6 {
  font-weight: 700;
  font-size: 12px;
}
p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}
.section-p1 {
  padding: 40px 0;
}
.section-m1 {
  margin: 40px 0;
}

button.normal {
  font-size: 14px;
  font-weight: 600px;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}
button.normal:hover {
  background-color: #088178;
  color: #fff;
}


/* header styles */

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e3e6f3;
  padding: 20px 30px 20px 70px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  z-index: 999;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-list-nav ul {
  display: flex;
}
.header-list-nav ul li {
  list-style-type: none;
  padding: 0 20px;
  position: relative;
}
.header-list-nav ul a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}
.header-list-nav ul a:hover,
.header-list-nav ul a.active {
  color: #088178;
  content: "";
}
.header-list-icon a {
  color: #1a1a1a;
  padding-left: 20px;
  transition: 0.3s ease;
}
.header-list-icon a:hover,
.header-list-nav ul a.active {
  color: #088178;
}
.header-list-nav ul li a:hover::after,
.header-list-nav ul li a.active::after {
  content: "";
  width: 50%;
  height: 2px;
  background: #088178;
  position: absolute;
  bottom: -4px;
  left: 20px;
}
/* search style */

.searchbox {
  /* position: absolute; */
  position: relative;
  width: 200px;
  right: 2px;
  height: 35px;
  border-radius: 40px;
  padding-left: 20px;
  background-color: #a3a3a3;
  transition: border 0.4s;
  margin-left: 30px;
}
.searchbox input[type=text], textarea {
  border: none;
  width: 100%;
    padding: 0px;
    margin-top: 0px;
    /* margin-bottom: 0px; */
    
}
  


 .searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  text-decoration: none;
  width: 160px;
}

.searchButton {
  color: #ffffff;
  float: right;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.searchButton:hover {
  background-color: #088178;
  color: #ffffff;
  cursor: pointer;
}




body {
    
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-image: url(images/bg12.jpg);
    background-size: cover;
    opacity: 2;
}

.container-main {
  
    /* background-color: rgba(255, 255, 255, 0.8);  */
    /* background-color: rgba(227, 230, 243,0.8); */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 1rem 3rem; */
    padding: 10px;
    border-radius: .5rem;
    width: 98%;
    height: 84%;
    margin-top: 6%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;

    
    
}


.container1 {
  
    /* background-color: rgba(255, 255, 255, 0.8);  */
    background: rgba(227, 242, 253,0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    /* padding: 1rem 3rem; */
    /* padding: 20px; */
    border-radius: .5rem;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 10px  rgba(143, 143, 143, 0.5)
    ,-5px  -5px 10px rgba(143, 143, 143, 0.5)
    ,5px  -5px 10px rgba(143, 143, 143, 0.5)
    ,-5px  5px 10px rgba(143, 143, 143, 0.5)
}


.container2 {
  
    /* background-color: rgba(255, 255, 255, 0.8);  */
    background: rgba(227, 242, 253,0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 1rem 3rem; */
    /* padding: 10px; */
    padding: 10px;
    border-radius: .5rem;
    width: 100%;
    height:100%;
    box-shadow: 5px 5px 10px  rgba(143, 143, 143, 0.5)
    ,-5px  -5px 10px rgba(143, 143, 143, 0.5)
    ,5px  -5px 10px rgba(143, 143, 143, 0.5)
    ,-5px  5px 10px rgba(143, 143, 143, 0.5)
}
#hd{
  text-align: center;
  color-scheme: black;
  margin-top: 10px;
  /* padding: 10px; */
}
#bold{
  
  padding: 10px;
  font-size: 25px;
}
.addr{
      padding-top: 40px;
}
.formBottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.formBottom ul {
  margin-bottom: 3rem;
}

/* .formBottom p {
  margin-bottom: .5rem;
  font-size: .8rem;
} */

.flexUl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.flexUl a {
  text-decoration: none;
  padding: 5px;
}

.flexUl li {
  list-style: none;
}

.flexUl li i {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-brands {
  margin-top: 1rem;
  cursor: pointer;
  color: white;
  padding: 0.3rem;
  border-radius: 50%;
}

.fa-linkedin-in {
  background-color: rgb(0, 47, 255);
  font-size: 20px;
  
}
.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);

  font-size: 30px;
  
}
.fa-telegram {
  background-color:rgb(0, 162, 255);
  font-size: 30px;
  
  
}

.fa-twitter {
  background-color: rgb(43, 71, 228);
  font-size: 20px;
}

.fa-facebook-f {
  background-color: darkblue;
  font-size: 20px;
}





label {
	font-size: 1em;
	margin-left: 12px;
}


input[type=text],input[type=email], textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* Add styles to show 'focus' of selector */
/* input[type=text]:focus,input[type=email]:focus, textarea:focus {
	border: 1px solid green;
} */

/* Add styles to the submit button */
input[type=submit] {
	background: #64B5F6;
	margin: 0 auto;
	outline: 0;
	color: white;
	border: 0;
	padding: 12px 24px;
	border-radius: 4px;
	transition: all ease-in-out 0.1s;
	position: relative;
	display: inline-block;
	text-align: center;
}

/* Add styles for 'focus' property */
input[type=submit]:focus {
	background: #A5D6A7;
	color: whitesmoke;
}

/* Style 'hover' property */
input[type=submit]:hover {
	background: #2196F3;
}

/* Align items to center of the 'div' with the class 'center' */
.center {
	text-align: center;
}

