@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Nunito Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


.Above_footer{
    background-color: #B31119;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}



/* footer Styling starts */

footer{
    width: 100vw;
    height: auto;
    padding-left: 10vw;
    padding-right: 10vw;
    background-color: rgb(0, 0, 0);
}


/* Footer */
.footer-v1 {
    background-color: #050505;
    padding: 50px 0 50px 0;
    color: #AEAACB;
}
.widget-footer {
    
    margin-bottom: 10px;
    
}

.widget-footer-1{
    padding-left: 30px;
}
.widget-footer h5 {
    margin-bottom: 15px;
    /* text-decoration: underline; */
    color: #B31119;
}
.list-items {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.list-items li {
    padding-bottom: 8px;
    font-family: "Nunito Sans",Sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
.list-items li:last-child {
    padding-bottom: 0;
}
.list-items a {
    color: #fff;
    text-decoration: none;
}
.list-items a:hover {
    color: #42acfb;
}
.copyright-text {
    margin-bottom: 0;
    font-size: 15px;
}

.footer-v2 {
    background-color: #211E3B;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0 100px 0;
}
.ft-contact-info {
    padding-bottom: 20px;
}
.ft-contact-info p{
    color: #fff;
}
.ft-contact-info h6{
    color: #AEAACB;
}
.footer-menu ul {
    list-style: none;
}
.copyright-text.v2 {
    color: #AEAACB;
    font-size: 16px;
}
.ft-list-icon {
    line-height: 1;
}
.ft-list-icon a {
    display: inline-block;
    font-size: 12px;
    color: #4CCEF9;
    line-height: 1;
    text-align: center;
    background-color: #FFF;
    margin-right: 5px;
    padding: .5em;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.ft-list-icon a:last-child {
    margin-right: 0;
}
.ft-list-icon a:hover {
    transform: translateY(-8px);
    opacity: 0.9;
}
.ft-list-icon a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.ft-list-icon .twitter {
    color: #4CCEF9;
}
.ft-list-icon .facebook {
    color: #25E;
}
.ft-list-icon .linkedin {
    color: #3292FF;
}
.ft-list-icon .instagram {
    color: #FF9000;
}
.bg-map-dots {
    background-image:url(images/bg-maps-dots.jpg);
}

.ft_logo {
    width: 250px;
    height: auto;
    margin: 0;
    padding: 0;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
    list-style: none;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
  }
  .footer-menu ul li {
    display: inline-block;
    margin: 0px 29px;
  }
  .footer-menu ul li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .footer-menu ul li a:visited {
    color: #fff;
  }
  .footer-menu ul li a:hover {
    color: #43baff;
  }
/* footer Styling end */