html, body{
  padding:0px;
  margin:0px;
  position:relative;
}

html{
  height:100%;
}

body{
  margin:0px;
  min-height:100%;
  box-sizing: border-box;
  padding:0px;
  background: #fff;
}

.img-logo {
  padding-top: 4em;
  padding-bottom: 2em;
}

.img-logo > *{
  vertical-align:middle;
}

.img-logo h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  width: 190px;
  display: inline-block;
  letter-spacing: 7px;
  margin:0px 0px 0px 20px;
}

.con-front, .logo-sec {
  max-width:75vw;
  margin:0px auto;
}

.heading {
  font-family: outfit;
  padding: 0;
  margin: 0;
  font-size: 120px;
  line-height: 91.2%;
  font-weight: 100;
  color: #1374B6;
}

.h3-para h3 {
  font-weight: 500;
}

.head {
  font-family: outfit;
  font-size: 120px;
  margin: 0;
  font-weight: 500;
}

.btn, a[href].btn {
  background-color: rgb(2, 116, 182);
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  padding: 13px 35px;
  border: 0;
  margin: 0px 7px;
  cursor: pointer;
  transition: .4s;
  text-decoration:none;
  display:inline-block;
}

.btn:hover, a[href].btn:hover {
  opacity: 0.7;
  text-decoration:none;
}

.button, a[href].button{
  background-color: rgb(213, 213, 213);
  color: black;
  border: 0;
}

.head-1{
  align-self:center;
  flex-grow:1;
  min-width:400px;
}

.head-1 h2{
  margin-bottom:68px;
}

/* parasection css */
.paragraph {
  font-family: outfit;
  font-size: 23px;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  max-width: 989px;
  padding-top: 15px;
  margin: 0 auto;
}

.h3-para {
  font-family: outfit;
  text-align: center;
  font-size: 45px;
}

.button1 {
  padding: 10px 4px;
}

/* contactsec css */
.heads-contact {
  text-align: center;
  font-family: outfit;
  padding-top: 110px;
}

.heads-contact h3 {
  font-size: 36px;
  font-weight: 500;
  margin: 0%;
}

.heads-contact h4 {
  font-size: 24px;
  font-weight: 500;
  color: #0573B8;
  margin: 0%;
}

.container {
  display: flex;
  justify-content: space-between;
  gap:30px;
}

/* footersec css */
.footer {
  box-sizing: border-box;
  background-color: #333333;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
}

.foot-head {
  padding-left: 175px;
  flex-shrink:0;
}

.foot-head h2 {
  font-size: 64px;
  font-weight: 500;
  font-family: outfit;
  padding-left: 30px;
  color: white;
  margin: 0;
}

.foot-head h4 {
  font-size: 36px;
  font-weight: 500;
  font-family: outfit;
  padding-left: 30px;
  color: #0573B8;
  margin: 0;
}

.foot-para {
  font-family: outfit;
  font-size: 24px;
  font-weight: 500;
  color: white;
  padding-left: 32px;
  padding-top: 25px;
}

.foot-para a, .foot-para a[href], .foot-para a:visited, .foot-para a:link, .foot-para a:link a:visited{
  color: white;
}

.icon {
  margin-right: 237px;
  text-align: right;
  align-self:flex-end;
}

.icon-sec {
  display: inline-flex;
  padding-top: 150px;
  gap:24px;
  flex-wrap:wrap;
}

.icon-sec > a{
  background-color:white;
  display:inline-block;
  width:45px;
  height:45px;
  border-radius: 50%;
  position:relative;
}

.icon-sec > a i{
  color:#3E86C5;
  position:absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  font-size:2em;
}

.para-3 {
  color: white;
  font-size: 16px;
  font-family: outfits;
}

body {
  margin: 0;
}

a,
p,
button,
.btn {
  font-family: Outfit, sans-serif;
}

.img-front{
  min-width:50px;
}

.img-front img{
  max-height: 585px;
  max-width: 100%;
  border-radius: 30px;
  box-shadow: 10px 0px 30px 0px rgba(0,0,0,0.25);
}

.color-blue {
  color: #0573B8;
}

.icon-sec ul.icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.icon-sec ul.icons a {
  margin: 30px 8px 0 8px;
  display: inline-block;
}

nav#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

nav#nav ul a {
  list-style: none;
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 16px 35px;
  background: #D5D5D5;
  border-radius: 18px;
  margin: 0 20px 0 0;
}

nav#nav ul li:first-child a {
  background: #0274B6;
  color: white;
}

nav#nav {
  margin-top: 3em;
}


.container.con-3 {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.container.con-3 .box {
  width: 30%;
  padding: 75px 0 50px 0;
  text-align: center;
}

.box-img {
  padding: 0;
}

.mz_socialGrids{
  display:grid;
  grid-template-columns: repeat(3, 29%);
  margin:100px auto 200px auto;
  width:100%;
  max-width:1500px;
  padding:30px;
  justify-content: space-between;
  box-sizing: border-box;
}

.mz_socialGrids > div a {
  font-family: outfit;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-decoration: none;
  color: black;
  background: #EEECEC;
  padding: 2.5em 1em 4em 1em;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  transition: .5s;
}


.mz_socialGrids > div a:after {
  content: 'View More';
  background-color: rgb(2, 116, 182);
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 15px;
  padding: 5px 35px;
  border: 0;
  cursor: pointer;
  transition: .4s;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3em;
}

.mz_socialGrids > div a i{
  content:'';
  width: 3em;
  height: 3em;
  position: absolute;
  top: -1.4em;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  background-color: white;
  border-radius: 50%;
}

.mz_socialGrids > div a i:before{
  font-size:3em;
  position:absolute;
  top:50%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
}

.mz_socialGrids > div a i.fa-facebook:before{
  color: #4167B2;
}

.mz_socialGrids > div a i.fa-square-twitter:before{
  color: #00A1F7;
}

.mz_socialGrids > div a i.fa-medium:before{
  color: #000;
}

.mz_socialGrids > div a i.fa-google-plus:before{
  color: #D54C40;
}

.mz_socialGrids > div a i.fa-linkedin:before{
  color: #0378AD;
}

.mz_socialGrids > div a i.fa-square-instagram:before{
  color: #BE0294;
  /* background-image: linear-gradient(45deg, red, yellow, blue); */
  background-image: radial-gradient(circle at 25% 100%, #F5D645, #FD4863, #2B3FB8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.mz_socialGrids > div a i.fa-skype:before{
  color: #00A7E5;
}

.mz_socialGrids .links li a:hover {
  background: white;
  box-shadow: 0px 10px 20px 0px #0000001f;
}

.mz_socialGrids .links li a:hover:after {
  background: black;
}

@media(max-width:1250px) {
  .foot-head{
    padding-left:50px;
  }

  .icon{
    margin-right:150px;
  }
}

@media(max-width:1000px) {

  .con-front, .logo-sec {
    max-width:85vw;
  }

  .mz_socialGrids{
    margin:100px auto 50px auto;
  }

  .paragraph{
    width:auto;
  }

  .footer{
    width: 100%;
    padding:50px 30px;
    text-align:center;
  }

  .foot-head{
    padding-left:0px;
  }

  .foot-head h2 {
    padding: 0;
    margin: 0;
    font-size: 38px;
  }

  .foot-head h4 {
    padding: 0;
    margin: 0;
    font-size: 25px;
  }

  .foot-para{
    font-size:18px;
    padding-left:0px;
  }

  .icon{
    margin-right:0px;
  }

  .mz_socialGrids > div a {
    line-height:inherit;
  }

  div.pages, div.container{
    padding:0px 30px;
  }

  div.container.footer{
    padding:50px 30px;
  }
}

@media(max-width:767px) {
  .con-front, .logo-sec {
    max-width:100vw;
  }

  .head-1{
    align-self: flex-start;
  }

  .paragraph{
    font-size:18px;
  }

  .head-1 .heading{
    font-size:65px;
  }

  .head-1 h2{
    margin-bottom:10px;
  }

  .container.con-front{
    flex-direction:column;
    gap:50px;
  }

  .img-front img{
    max-height:365px;
    max-width:75%;
  }

  .heads-contact{
    padding-top:0px;
    margin-top:50px;
  }

  .footer{
    display:block;
  }

  .mz_socialGrids{
    margin-bottom:20px;
    margin-top:40px;
  }

  .h3-para h3, .heads-contact h3 {
    font-size: 26px;
    line-height: 50px;
  }

  .mz_socialGrids{
    grid-template-columns: repeat(1, 100%);
    margin:0px auto;
  }

  .icon-sec{
    padding-top:0px;
  }

  .icon{
    text-align:center;
  }
}
