﻿/* ==================================================== */
/* Template : Coming Soon */
/* Authour  : https://downloadfort.com/ */
/* LIcense  :  https://downloadfort.com/License */
/* Template URL: https://downloadfort.com/ */
/* ==================================================== */
body {
    padding: 2% 8% ;
    font-family: verdana;
    text-align: center;
    margin-top: 1%;
    line-height: 30px;
    background-color:#29377C;
}
.body p {
  float: left;
  width: 60%;
  padding: 20px 0 0;
  text-align: left;
}
.txtblue {
    font-size: 16px;
    font-weight: 400;
    color: #0094ff;
}
.txtwhite {
  font-size: 27px;
  color: #fff;
  line-height: 43px;
}
.txtyellow {
    font-size: 16px;
    color: #ffd400;
}
.imgcenter {width:32%;
}
.imgcenter1 {width: 520px; padding-top: 10px; padding-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    
.imgcenter1 {width: 100% !important;
}
    .imgcenter {width:100%;}
    .body p {
  float: left;
  width: 100%;
  padding: 20px 0 0;
  text-align: left;
}
    .txtwhite {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
}
}