@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,500;1,200;1,300&display=swap');
:root{
  --black:  #000;
  --white:#fff;
  --blue:#0086cd;
  --dblue:#0095ff
}
*{
  margin: 0px;
  padding: 0px;
}
body{
  font-family: 'Raleway', sans-serif !important;
background: #F9F9FC !important;
font-weight: 300 !important
}
h1,h2,h3,h4,h5,h6{m
  font-family: "Poppins", sans-serif !important;
}
h1{
font-size:60px !important
}
h2{
  font-size:48px !important
}
h3{
  font-size:36px !important
}
h4{
  font-size:28px !important
}
h5{
  font-size:22px !important
}
h6{
  font-size:18px !important
}
sub,sup{
  font-size: 12px !important;
  color: #888 !important
}
.top-bar{
  background: var(--blue);
  padding: 5px 0;
}
.top-bar a,.top-bar a:hover{
  color: white;
  text-decoration: none;
  padding: 0 2px;
  font-size: 12px
}

.home-main-1{
  background: url('/media/images/bg-home.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 200px 0;
  color: white;
  text-align: center;
}

.home-main{
  background: url('/media/images/bg-home.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 80px 0;
  color: white;
  text-align: center;
}

.home-main-cup{
  background: url('/media/cup.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;
  padding: 50px 0;
  color: white;
  /*text-align: center;*/
}


.logo img{
  width: 70%;
  margin-top:5px;
  margin-bottom: 2px
}
.menu-trigger{
  background: var(--blue);
  color:white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: relative;
  float: right;
  margin-top: 18px;
  margin-left: 3px;
  cursor: pointer;
}
.menu-trigger i{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);

}
.margin{
margin-top: 50px !important;
display: block;
}
p{
  font-size: 16px !important;
  font-weight: 300
}

.btn-light{
  background: var(--white);
  color: var(--black);
  border-radius: 80px !important;
  padding: 10px 40px !important;
  border: none;
}
.btn-blue{
  background: var(--blue);
  color: var(--white);
  border-radius: 80px !important;
  padding: 10px 40px !important;
  border: none;
}
.menu-section{
  /* background: var(--blue); */
  background: url('/media/images/bg-home.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size:cover;

  height: 100vh;
  width: 100%;
  display: none;
  position: absolute;
  top:0;
  left:0;
  z-index: 100000;
  position: fixed;
  color:white;
  overflow-y:scroll;
}
.menu-section .inner{
  padding: 50px;
  position: relative;
}
.theList h5 a{
color: white;
text-decoration: none;
line-height: 35px !important
}
.socialLinks{
  padding-left: 0;
}
.socialLinks li{
display: inline-block;
background: var(--white);
height: 30px;
width: 30px;
border-radius: 50%;
position: relative;
color: var(--blue);
}
.socialLinks li a i{
  position: absolute;
  color: var(--blue);
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  font-size: 14px
}
.close{
  position: absolute;
  right: 40px;
  font-size: 22px;
  cursor: pointer;
}
.img-clt{
  height: 60px;
  max-width: 100%;
  filter: grayscale(1.2);display: block;
  margin: 0 auto;
  margin-top: 5px
}
.img-board{
  width: 90%;
  filter: grayscale(.4);display: block;
  margin: 0 auto;
}
.sectionBlue{
  padding: 50px 0;
  background: var(--blue);
}
.movedDiv{
  /* width: 90%; */
  background: white;
  border:5px solid black;
  padding: 30px;
  margin-left: -100px;
  z-index: 1;
  position: absolute;
  margin-top: 80px;
  width: 40%
}


#search-bar{
    height:60px !important;
    background:white !important;
    border-radius:80px !important;
}
.btn-search{
position: absolute;
    right: 23px;
    top: 1px;
    width: 45px;
    height: 43px;
    background: #0086cd;
    color: #fff;
    border: none;
    border-radius:80px;
    }

button{
  
}

.medal-area{
    background:var(--blue);
    padding:25px 0;
    color:#fff;
    margin:80px 0;
}
.medal-area h1 {
    font-size:100px;
}


.sectionBlack{
  background: var(--black);
  padding: 50px 0;
  color:white;
}
.service{
  border-left: 1px solid gray;
  padding-left: 20px
}

.custom-box {
    box-shadow: 0px 0px 4px silver;
}
.box {
  padding: 50px 20px;
    transition: 0.6s;
    height: 260px;
    background: var(--blue)
}
.box:hover {
    box-shadow: 0px 0px 4px silver;
    transform: translate(0px,-10px);
}

._card {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px silver;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0 10px 0;
  }
._card ._card_inner{
  padding: 10px 20px;
}
._card ._card_inner a{
  color:var(--black);
  text-decoration: none;
}
._card ._card_inner a::after{
  content:">>";
  padding-left: 10px;
}
._card ._card_bottom{
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px
}

._card i{
  /* color:var(--blue) */
}
.pkg-features{
list-style: none;
padding-left: 0;
}
.pkg-features li{
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
}

.scard{
/* box-shadow: 0 0 3px silver; */
padding: 20px;
background: #efefef;
border-radius: 4px
}

.request{
  background: var(--black);
  padding: 40px 0;
  text-align: center;
  color:white
}
#about-sec1 h4,#about-sec1 h1,#about-sec1 p{
  color:#444
}
.custom{
  background: #2c3645;
  padding: 50px 0;
  color: white;
  text-align: center;
}
footer{
  background: #2c3645;
  /* background: #2c3645 */
  padding: 20px 0 10px 0;
  color: white
}
.bor{
  border-top: .5px solid silver;

}
footer ul{
  list-style: none;
  padding-left: 0;
}
footer ul li{
  line-height: 25px
}
footer ul li a{
  /* color:var(--white); */
  text-decoration: none;
  font-weight: 300;
}
footer p, footer a{
  color: #999 !important;
  font-size: 14px !important
}
.link{
  color:var(--black);
  text-decoration: none;
}
.page-header{
  padding: 50px 0;
  background: #efefef;
}
.form-control{
background: #efefef !important;
border:none !important;
border-radius:0 !important
}


.article-list{
    list-style:none;
    padding-left:0px;
    margin-top:25px ;
}

.article-list li {
    line-height:55px;
    border-top:1px solid #ccc;
    transition:0.6s;
}

.article-list li a{
    color: #666;
    text-decoration:none;
    font-size:16px;
}

.article-list li:hover a{
    color: var(--blue);
}

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p, .team-details  {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}

.color-gray{
  /* filter: grayscale(1); */
}
.techIcon{
  padding: 40px;
  margin-top: 10px;
}
.techIcon img{
  width: 70px;
  display: block;
  margin: 0 auto;
  height: 70px;
}
@media(max-width:768px){
.menu-trigger{
  margin-top: 13px;
}
.logo img{
  width: 100%
}
.home-main{
    padding-top:100px !important;
}
}
