

@font-face {
font-family: "Raleway-Regular";
src: url("fonts/Raleway-Regular.tff");
}

@font-face {
font-family: "Raleway-Light";
src: url("fonts/Raleway-Light.tff");
}
@font-face {
font-family: "Raleway-Bold";
src: url("fonts/Raleway-Bold.tff");
}

@font-face {
font-family: "Raleway-ExtraBold";
src: url("fonts/Raleway-ExtraBold.tff");
}

body , h1, h2, h3, h4, h5, p, a
{
   font-family: 'Raleway', sans-serif;
   font-weight: 500;
}

p
{
	font-size: 15px;
}

.bluebg
{
  background: #0062BA;
}

.met p
{
  font-size: 18px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.out-vc {
  display: table;
}
.in-vc {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.in-vc-right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.white
{
  color: #fff;
}
.purpletxt
{
  color: #44266d;
}
.rowl
{
  padding-top: 15px;
  padding-bottom: 15px;
}
.rowll
{
  padding-top: 25px;
  padding-bottom: 25px;
}
.rowm
{
	padding-top: 20px;
}

.center
{
	text-align: center;
}

.blrs
{
  padding-left: 3vw;
 padding-right: 3vw;
   
}
.blls
{

  border-left: 1px solid  #333333;
  padding-left: 3vw;
 padding-right: 3vw;
   
}

.btn07 {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.btn07 img {
    position: relative;
    top: 0;
    left: 0;
          -webkit-transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -o-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out;
}
.btn07 .ovrly {

    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn07 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn07 .buttons .fa {
    background: rgba(256, 256, 256, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    height: 30px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: transparent;
}
.btn07:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    color: rgba(50, 50, 50, 0.9);
}
.btn07:hover .ovrly {
    opacity: 1;
}


.gray
{
  background-color: #4E4F54;
  padding-top:15px;
  padding-bottom:10px;
  position: relative;
    top: -5px;
    z-index: 1;
}

.gray .row
{
  max-width:75%;
}

.gray .columns
{
  padding-left:0.5rem;
  padding-right: 0.5rem;
}
.top_bg
{
	background: url('../img/b1.jpg');
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
    padding-top: 15vw;
}
.top_bg2
{
    background: url('../img/b1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 12vw;
}

.abt_roger
{
  background: url('../img/roger.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.gaur
{
  background: url('../img/garuntee.jpg');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}



.whitebg
{
  background: rgba(255,255,255,0.7);
  padding-left: 3vw;
  padding-right: 3vw;
}

.orgbutton
{
  padding: 10px 70px;
  background: #f6931e ;
  color: #fff;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.orgbutton2
{
  padding: 10px 70px;
  background: #f6931e ;
  color: #fff;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}


.rown
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.pan2
{
  background: rgba(255,255,255,0.9);
  padding:2vw 5vw;

}
.bg2
{
    background: url('../img/bg_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg3
{
    background: url('../img/b2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 6vw;

    padding-top: 5vw;
}

.bg4
{
    background: url('../img/b3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.polli
{
  padding-left: 2vw;
  padding-right: 2vw;
}

.polli img
{
  padding-bottom: 10px;
}
.polli p
{
  font-size: 14px;
}

.panel3
{
background: rgba(255,255,255,0.8);
padding: 10px 50px;
}

.bh3
{
  background: #F0592A;
}

.bt1
{
    background: url('../img/1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw 2vw;
}
.bt2
{
    background: url('../img/2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw 2vw;
}
.bt2 h1
{
font-size: 3.5rem;
padding-top: 10px;
}
.bt3
{
    background: url('../img/3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4vw 2vw;
}

textarea
{
  resize: none;
}
.input-group-label
{
  margin-top: 20px;
    margin-bottom: 15px;
        padding: 0 0.25rem;
  font-size: 14px;
}
[type='text'], select, [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea
{
  margin-top: 20px;
  font-size: 14px;
  border-radius: 0px;
}
.pkl
{
  max-width: 100px;
  width: 100px;
  margin:0px !important;
}
[type='file'], [type='checkbox'], [type='radio']
{
    margin-top: 20px;
}
.accordion
{
  background: transparent;
}

.accordion-title{padding:1rem 1rem;border:0px;border-bottom:1px solid #e6e6e6;color:#000;
background: transparent}
.is-active .accordion-title{padding:1rem 1rem;border:0px;border-bottom:0px;color:#2ba6cb;background-color:transparent;padding-bottom:0px;}
.accordion-title:hover,.accordion-title:focus{background-color:transparent;}
.accordion-content li{font-size:18px;}
.accordion-content{border:0px;padding-left:35px;padding-top:5px;border-bottom:1px solid #e6e6e6;}

@media screen and (min-width: 40em) and (max-width: 75em) {
  .orgbutton
  {

  padding: 10px 40px;

  font-size: 20px;
  font-weight: bold;
  }
  .abt_roger
{
  background: none;
}
  .abt_roger h2 ,   .abt_roger p
{
color: #000 !important;
}
.pms
{
  max-width: 90%;
    padding-bottom: 20px;
}

}

@media screen and (max-width: 40em) {
  .orgbutton
  {

  padding: 10px 50px;

  font-size: 16px;
  font-weight: bold;
  }


  .abt_roger
{
  background: none;
}
  .abt_roger h2 ,   .abt_roger p
{
color: #000 !important;
}

.pts
{
  text-align: left !important;
}

.pms
{
  max-width: 100%;
    padding-bottom: 25px;
}

h1, h2,h3
{
  font-weight: bold;
}

.pan2 {
    padding:4vw 5vw;
}

.blls
{
  border-left: 0px;
  }
}
