body {
    color: #2E2E2E;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.625em;
    position: relative
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
select {
    display: block;
}
figure {
    margin: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #222;
    line-height: 1.2em !important;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #222
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 16px
}

h6,
.h6 {
    font-size: 14px;
    color: #222
}

td,
th {
    border-radius: 0px
}

.clear::before,
.clear::after {
    content: " ";
    display: table
}

.clear::after {
    clear: both
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-italic {
    font-style: italic
}

.text-white {
    color: #fff
}
.text-blue {
    color: #ffffff;
}
.text-black {
    color: #000
}
.headercenter{
    text-align:center;
}
.transition {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.section-full {
    padding: 100px 0
}
.section-half {
    padding: 75px 0
}
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-rigth {
    text-align: right
}
.display-table {
    display: table
}

.light {
    color: #ffffff;
}

.dark {
    color: #222222;
}

.relative {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.container.fullwidth {
    width: 100%;
}

.container.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding {
    padding: 0;
}

.section-bg {
    background: #f9fafc;
}

@media (max-width: 767px) {
    .no-flex-xs {
        display: block !important;
    }
}

.row.no-margin {
    margin-left: 0;
    margin-right: 0;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px
}

b,
sup,
sub,
u,
del {
    color: #2E2E2E;
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5em
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #777
}

.button-area {
    background: #fff
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px
}

.button-group-area .genric-btn:last-child {
    margin-right: 0
}
.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px
}
#header {
    padding: 14px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

@media (max-width: 673px) {
    #logo {
        margin-left: 20px
    }
}

#header #logo h1 {
    font-size: 34px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #3bacf0
}

#header #logo img {
    padding: 0;
    margin: 0
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 28px
    }
    #header #logo img {
        max-height: 40px
    }
}
.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99
}

.nav-menu li {
    position: relative;
    white-space: nowrap
}

.nav-menu>li {
    float: left
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block
}

.nav-menu ul ul {
    top: 0;
    left: 100%
}

.nav-menu ul li {
    min-width: 180px;
    text-align: left
}

.sf-arrows .sf-with-ul {
    padding-right: 30px
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105"
}

#nav-menu-container {
    margin: 0;
    color: #1D4F91;
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 60px
    }
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none
    }
}

.nav-menu a {
    padding: 6px 10px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-weight: bolder;
    font-size: 12px;
    text-transform: uppercase;
    outline: none
}

#header.header-scrolled {
    background: rgba(29, 79, 145, 0.8);
    color: #fff;
    transition: all 0.5s
}

#header.header-scrolled .nav-menu a {
    color: #ffffff;
}
.mainheader{
    padding-top: 180px;
}
.boldtext{
    font-weight: bolder;
}
.padding{
    padding-bottom: 30px;
}
.nav-menu>li {
    margin-left: 10px
}
.nav-menu ul {
    margin: 16px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff
}

.nav-menu ul li {
    transition: 0.3s
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none
}

.nav-menu ul li:hover>a {
    color: #3bacf0
}

.nav-menu ul ul {
    margin: 0
}

#mobile-nav-toggle {
    position: fixed;
    color: white !important;
    right: 15px;
    z-index: 999;
    top: 16px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    height: 30px !important;
    width: 30px !important;
    background-color: white;
    border-radius: 50%;
}

#mobile-nav-toggle i {
    color: #fff;
    font-weight: 900
}

@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline
    }
    #nav-menu-container {
        display: none
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(29,79,145, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s
}

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

#mobile-nav ul li {
    position: relative
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 700
}

#mobile-nav ul li a:hover {
    color: #fff
}

#mobile-nav ul li li {
    padding-left: 30px
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #3bacf0
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none
}

#mobile-nav ul .menu-item-active {
    color: #3bacf0
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

body.mobile-nav-active {
    overflow: hidden
}

body.mobile-nav-active #mobile-nav {
    left: 0
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff
}

.section-gap {
    padding: 120px 0
}
.section-gap2 {
    padding-top: 30px;
    background-color:#1D4F91;
    color: #FFFFFF;
}
.section-title h2 {
    margin-bottom: 20px
}

.section-title p {
    font-size: 16px;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .section-title p br {
        display: none
    }
}

.primary-btn {
    background-color: #88d200;
    line-height: 42px;
    padding-left: 30px;
    padding-right: 60px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: uppercase;
    position: relative
}

.primary-btn:focus {
    outline: none
}

.primary-btn span {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.primary-btn:hover {
    color: #fff
}

.primary-btn:hover span {
    color: #fff;
    right: 20px
}

.primary-btn.white {
    border: 1px solid #fff;
    color: #fff
}

.primary-btn.white span {
    color: #fff
}

.primary-btn.white:hover {
    background: #fff;
    color: #3bacf0
}

.primary-btn.white:hover span {
    color: #3bacf0
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    bottom: 0;
    z-index: -100;
}

.banner-area {
    background: url(/img/homeimage.png) center;
    background-size: cover;
    top: -90px;
    z-index: 0;
}

.banner-area .overlay-bg {
    background-color: rgba(29, 79, 145, 0.7);
}

.headerrow {
    margin-top: 90px;
    margin-bottom: 50px;
    text-align: center;
    font-color: #1D4F91;
}
.headerrow h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
}
.headerrow h1 span {
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .headerrow h1 {
        font-size: 36px
    }
}
@media (max-width: 991.98px) {
    .headerrow h1 br {
        display: none
    }
}
@media (max-width: 1199.98px) {
    .headerrow h1 {
        font-size: 45px
    }
}
@media (max-width: 414px) {
    .headerrow h1 {
        font-size: 32px
    }
}
@media (max-width: 1280px) {
    .headerrow br {
        display: none
    }
}
@media (max-width: 763px) {
    .headerrow p {
        color: #222
    }
}
.about-left h6 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #3bacf0
}

.about-left h1 {
    padding: 20px 0
}

.about-left p span {
    font-weight: 500;
    color: #222
}

.about-left .primary-btn {
    border-radius: 0;
    background-color: #3bacf0;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.about-left .primary-btn:hover {
    background-color: transparent;
    color: #222;
    border-color: #222
}
@media (max-width: 960px) {
    .about-left {
        text-align: center;
        margin-bottom: 60px
    }
}
.single-service .icon {
    margin-right: 30px
}
.single-service .desc h4 {
    margin-bottom: 20px;
    margin-top: 5px
}
.callto-action-area {
    background-color: #3bacf0
}
.bluebackground{
    background-color: #1D4F91;
    color: #ffffff;
}
.bluebackground .top-title {
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px
}
.bluebackground .about-right {
    padding-right: 8%
}
.bluebackground .about-right h1 {
    margin-bottom: 20px
}
.bluebackground .about-right p span {
    font-weight: 500
}
@media (max-width: 1366px) {
    .bluebackground .about-right {
        padding: 10px
    }
    .bluebackground .about-right h1 {
        font-size: 24px
    }
    .bluebackground .about-right p span {
        font-size: 10px
    }
}
.backgroundwhite{
    background-color: #ffffff;
}
.testimonial-area {
    background-color: #f9f9ff
}

.testimonial-area .owl-dots {
    text-align: center;
    bottom: 5px;
    margin-top: 20px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.testimonial-area .owl-dot {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127, 127, 127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
@inlcude transition()
}

.testimonial-area .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px 25px 0px 0px;
    background: #3bacf0
}

.single-testimonial {
    background-color: #fff;
    padding: 25px 30px 12px 30px
}

.single-testimonial .thumb {
    margin-right: 30px
}

.single-testimonial h4 {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 5px
}

.single-testimonial h4:hover {
    color: #3bacf0;
    cursor: pointer
}

.star .checked {
    color: orange
}

.footer-area {
    padding-top: 100px;
    background-color: #1D4F91;
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600
}

.copy-right-text i,
.copy-right-text a {
    color: #3bacf0
}

.footer-social a {
    padding-right: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.footer-social a:hover i {
    color: #3bacf0
}

.footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

@media (max-width: 991.98px) {
    .footer-social {
        text-align: left
    }
}
.white-bg {
    background: #fff
}

.section-top-border {
    padding: 70px 0;
    border-top: 1px dotted #eee
}

.switch-wrap {
    margin-bottom: 10px
}

.switch-wrap p {
    margin: 0
}

#contact {
    padding: 120px 0 40px 0;
    background: #1D4F91;
}

.contacttext {
    font-size: 16px;
    color: #ffffff;
}

.thislink:link{
    color: #ffffff !important;
}

#contact .contact-item {
    padding: 10px;
    margin: 10px;
    height: 100px;
    border-radius: 4px;
}
#contact h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 40px;
}
#contact form {
    padding: 30px 0;
}
#contact span.fa {
    font-size: 22px;
    color: #c00d0d;
    margin-bottom: 10px;
}
#contact span.fab {
    font-size: 22px;
    color: #c00d0d;
    margin-bottom: 10px;
}
#contact .text-danger {
    color: #ff3333;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}
#contact .btn-default {
    background: #c00d0d;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #ffffff;
    margin-top: 15px;
    font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus {
    color: #f6f6f6;
    background: #FD1919;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
#contact .social ul {
    margin-top: 30px;
}
#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}
#contact .social span.fa {
    font-size: 24px;
    padding-top: 8px;
    color: #ffffff;
    border-radius: 4px;
    transition: all 0.3s;
}
#contact .social span.fab {
    font-size: 24px;
    padding-top: 8px;
    color: #ffffff;
    border-radius: 4px;
    transition: all 0.3s;
}
#contact .social span.fab:hover {
    color: #c00d0d;
}
#contact .social span.fa:hover {
    color: #c00d0d;
}
/* Footer Section*/
#footer {
    background: #FAFAFA;
    color: #414141;
    padding: 20px 0;
    text-align: center;
}
#footer a {
    color: #555555;
}
#footer a:hover, a:focus {
    font-weight: bold;
}
#footer p {
    font-size: 13px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .hover-bg .hover-text {
        padding: 20%;
    }
}

@media (max-width: 640px) {
    #intro .intro-body H1 {
        font-size: 5em;
    }
}
#contacttitle {
    color: #ffffff;
}
.numbers{
    color: #D22630;
    font-weight: normal;
}
.hr2 {
    height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #c00d0d;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0;
}
.header1{
    text-align: center;
}
.white{
    color: #ffffff;
}
.header1body{
    text-align: left;
    color:#ffffff;
}
.header4{
    color:#ffffff;
}
.imagefluid{
    width:90%;
    text-align: center;
}
@media (max-width: 1725px) {
    .imagefluid {
        width: 60%;
        float: left;
        text-align: center;
    }
}
.imagecenter{
    text-align: center;
}
.carousel-control-prev{
    color: black;
    background-color: #c00d0d;
    width: 5%;
    height: 95px !important;
}
.carousel-control-next{
    color: black;
    background-color: #c00d0d;
    width: 5%;
    height: 95px !important;
}
.links{
    color: #222222;
    font-weight: bold;
}
.links:hover{
    color: #c00d0d;
}
.testimonial-area{
    height: 450px !important;
    background-color: #ffffff;
}
@media (max-width:450px) {
    .testimonial-area {
        height: 650px !important;
        background-color: #ffffff;
    }
}
msg-error {
    color: #c65848;
}
.g-recaptcha.error {
    border: solid 2px #c64848;
    padding: .2em;
    width: 19em;
}
.small{
    width:50%;
}
section.pricing {
    background: #ffffff;
}
.card{
    color: #ffffff;
}
.card-body{
    background: #1D4F91;
    color: #ffffff;
}
.pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
}
.pricing .card-price {
    font-size: 3rem;
    margin: 0;
    color: white;
}
.pricing .card-price .period {
    font-size: 0.8rem;
}
.pricing ul li {
    margin-bottom: 1rem;
}
.pricing .text-muted {
    opacity: 0.7;
}
.pricing .btn {
    font-size: 80%;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    transition: all 0.2s;
}
.trial{
    background: #D22630;
    border-color: transparent;
}
.trial:hover{
    background: #E73943;
}
.smallprice{
    color: #ffffff !important;
}
@media (min-width: 992px) {
    .pricing .card:hover {
        margin-top: -.25rem;
        margin-bottom: .25rem;
        box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
        opacity: 1;
    }
}