/* @font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Cera Pro Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Lato', sans-serif;
  src: url('../fonts/Cera Pro Light.otf') format('opentype');
} */
body, html {
  overflow-x: hidden !important;
  background: #004789;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

.main-wrap{
  position: relative;
  width: 100%;
  height: 100vh;
}

.main-wrap-menu{
  background: #004789;
  position: relative;
  width: 100%;
  height: 100vh;
}
.inner-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  width: 90%;
  text-align: center;
}
.tc-container{
  width: 90%;
  margin: auto;
}
.section-padtop-20{
  padding-top: 20px;
}
.section-padbottom-20{
  padding-bottom: 20px;
}

.brand-logo{
  width: 250px;
  margin-bottom: 10px;
}

.tc-bold{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

.tc-normal{
  font-family: 'Lato', sans-serif;
}

.tc-white{
  color: #fff;
}


.tc-h2{
  font-size: 28px;
  }

.contact-info a{
 text-decoration: none;
 color: #fff; 
 transition: ease-in .2s;
}
.contact-info a:hover{
 text-decoration: none;
 color: #3BB8C5; 
 transition: ease-in .2s;
}
.social-box{
  margin: 45px;
}

.tc-btn{
  background-color: #fff;
  color: #004789 !important;
  font-weight: 700;
  border: 0;
  outline: 2px solid #fff;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
}
.tc-btn:hover{
  background-color: #fff;
  outline: 2px solid #3BB8C5;
  outline-offset: -5px;
  color: #fff;
  text-decoration: none;
}
.tc-btn:focus{
  box-shadow: none;
  outline: 0;
}
.half-text{
  width: 60%;
  margin: auto;
}


/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1800px) and (max-width: 2000px) {

}
@media (min-width: 1281px) and (max-width: 1380px) {

}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px

*/
@media (min-width: 1199px) and (max-width: 1280px) {
.inner-wrap{
  width: 80%;
}

.tc-h2{
font-size: 34px;
}


.social-box{
  margin: 40px;
}

}

@media (min-width: 1025px) and (max-width: 1199px) {

}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media only screen and (max-width: 1200px) and (min-width: 500px){

}

@media (max-width: 767px){

}

/* 
  ##Device = Smart Phones (Portrait and Landscape)
*/

@media (min-width: 768px) and (max-width: 1024px) {


.half-text {
  width: 90%;
  margin: auto;
}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  body{
    font-size: 13px;
  }

  .inner-wrap{
    width: 100%;
  }
  
  .brand-logo{
    width: 180px;
    margin: 0;
  }
  
  .tc-h2{
  font-size: 22px;
  }
  
  .social-box{
    margin-top: 30px;
  }
  
  
  .half-text {
    width: 90%;
    margin: auto;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

body{
  font-size: 14px;
}
.inner-wrap{
  width: 90%;
}

.brand-logo{
  width: 210px;
}

.tc-h2{
font-size: 20px;
}
.social-box{
  margin: 15px;
}

.half-text {
  width: 100%;
  margin: auto;
}
}
@media (max-width: 320px){

}

@media (max-width: 1025px){

}

@media (min-width: 1025px){

}


