@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
*{margin:0px; padding:0px;}
body{font-size:15px; font-family: 'Roboto', sans-serif; color:#323232; font-weight:400; line-height:25px;letter-spacing: 1.1px;}
p{letter-spacing: 1.1px;}
h1, h2, h3, h4, h5, h6{font-family: 'Roboto', sans-serif;}
a:focus, a:active, a{ outline:0!important; border: 0; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none!important;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


button {outline: none; }
.mar-165{ margin-top:165px;}
.mar-20{ margin-top:20px!important;}
.mar-t-30{ margin-top:20px;}
section {padding:40px 0; position:relative;}

section h1 {
    font-size: 28px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;
    margin-top: 0px;
    padding-bottom: 10px;
}
section h2 {
    font-size: 25px;
    color: #1d274e;
    text-transform: none;
    font-weight: 700;
    font-style: normal;margin-top: 20px;
}

.ms  {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;letter-spacing: 1.1px;
}

.ms  li {
    list-style: outside none none;
    margin: 0;
    padding: 3px 0 3px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #333;
}

.ms  li::before {
   color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 4px;  font-weight: 600;   
}
.sub-heading {
    margin-bottom: 15px;
    position: relative;
}

section h1:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #ff0000;
    bottom: 0;
}

@media only screen and (max-width: 767px) { 

section h1 {
    font-size: 24px;
}
section h2 {
    font-size: 21px;

}


