/*!--

TEMPLATE NAME: worksuite
VERSION: 1.0.0
AUTHOR: Rakesh Kumar

[TABLE OF CONTENTS]


1.0 Variable Reset, Bootstrap mixins & Functions
2.0 Common CSS
    3.1 Nav
    3.1 Header
    3.1 Footer

3.0 Page CSS
    4.1 Index
    4.2 Features
    4.3 Contact
    4.4 Price

4.0 Animations

--*/

/*===== custom scrollbar ====== */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #232323;
}

:root {
  --main-color: #2a36bb;
  --main-home-background:#2a36bb;
}


/* ===== Navbar ====== */
.navigation-bar {
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgb(209 223 234);
}


.navbar .navbar-nav .nav-link {
  color: #000d33;
  font-weight: 600;
  padding: 8px 0;
  transition: all 300ms linear;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
  color: #000a40;
}

.navbar .logo {
  width: 180px;
}

.nav-item {
  padding-right: 35px;
}

.navigation-bar.sticky {
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #eef7ff;
    padding: 20px;
    margin-top: 20px;
  }
}


/* ===== Footer ===== */

.footer .logo {
  max-width: 170px;
  display: block;
}
.footer-top{
  padding: 80px 0 50px;
}
.footer .foot-links a {
  color: #222;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;

  text-transform: capitalize;
}

.footer .foot-links a:last-of-type {
  margin-bottom: 0;
}

.footer .foot-links a:before {
  font-size: 20px;
  content: '\F2FB';
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #222;
}

.footer .foot-links a:hover {
  padding-left: 20px;
}

.footer .stores-icon a {
  width: 110px;
  display: inline-block;
}
.f-contact-detail{
  position: relative;
  padding-left: 30px;
  font-size: 20px;
}
.f-contact-detail i{
  left: 0;
  position: absolute;
  font-size: 20px;
  top: 2px;
  color: #000000;
}
.contact-info li {
  position: relative;
  padding-left: 25px;
  color: #222;
}

.contact-info li:last-of-type {
  margin-bottom: 0;
}

.contact-info li i {
  left: 0;
  top: 4px;
  position: absolute;
  color: #222;
}

.socials a {
  width: 35px;
  height: 35px;
  background: #585f66;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  padding-top: 10px;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.socials a:hover {
  background-color: var(--main-color);
}
.f-contact-detail i {
  color: var(--main-color);
}


/* ===== Hero Section ===== */
/* ===== Hero Section ===== */
.section-hero{
  background-color: #f8f9fa;
  overflow: hidden;
  position: relative;
}


.section-hero .banner {
  padding: 160px 0 125px;
  position: relative;
  text-align: center;
  z-index: 1;
  /*background-color: var(--main-color);*/
}

.section-hero .banner::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  padding-bottom: 400px;
}
.section-hero .banner .banner-text{
  max-width:700px;
  margin: 0 auto;
}
/*.section-hero .banner .banner-text h2{*/
  /*color:var(--main-color);*/
/*}*/
.section-hero .banner .banner-text p {
  font-size: 20px !important;
}

.section-hero .banner .banner-video {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 20px var(--main-color);
  box-shadow: 0px 6px 20px var(--main-color);
}

.section-hero .banner .banner-video iframe {
  width: 100%;
  height: 310px;
}

/* ===== Clients Section ===== */
.clients {
  padding: 70px 0;
}

.client-img {
  text-align: center;
  margin: 0 10px;
}
.client-img .img-holder{
  background:#f1f4ff;
  min-height: 110px;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.client-img img {
  width: 140px;
  margin: 0 auto;
}
.slick-slider {
  margin:0 -15px;
}
.slick-slide {
  margin-right:15px;
  margin-left:15px;
}

/* ===== SAAS Features Section ===== */

.banner-text ul li {
  position: relative;
  padding-left: 25px;
  text-align:left;
}

.banner-text ul li:before {
  content: '\f26a';
  position: absolute;
  left: 0;
  font-family: Material-Design-Iconic-Font;
  color: #6cb0f7;
}

/* ===== Features Section ===== */
.feature-box {
  padding:50px  40px;
  height: 100%;
  box-shadow: 0 0 0.3125rem 0 rgba(20,12,0,.06);
}

.feature-box .icon {
  position: relative;
  z-index: 0;
  margin-bottom:30px;
  background-color: var(--main-color);
  padding: 20px;
  border-radius: 72px;
  height: 72px;
  width: 72px;
  text-align: center;
  overflow: hidden;
}
.feature-box .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 3px;
  border-radius: 72px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  transform: rotate(145deg);
  opacity: .2;

}

.feature-box .icon i {
  font-size:30px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

/* ===== Testimonial Section ===== */
.testimonial-item {
  padding: 35px;
  padding-top: 120px;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0.3125rem 0 rgba(20,12,0,.06) !important;
  box-shadow: 0 0 0.3125rem 0 rgba(20,12,0,.06) !important;
  margin: 15px;
  position: relative;
  text-align: center;
  border: .0625rem solid #f6f6f6;
}

.testimonial-item:after {
  position: absolute;
  left: 50%;
  top: 40px;
  content: '\F1B2';
  font-family: Material-Design-Iconic-Font;
  font-size: 50px;
  line-height: 50px;
  color:var(--main-color);
  height: 50px;
  width: 50px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  transform: translateX(-50%);
  background: -webkit-linear-gradient( var(--main-color), var(--main-color));
  /*background: -webkit-linear-gradient( var(--main-color), #78c6f5);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-item .img-holder img {
  height: 95px;
  border-radius: 50%;
}

.testimonial-item .rating {
  font-size: 20px;
}

.testimonial-slider .slick-dots {
  position: relative;
  bottom: auto;
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 0;
  margin-top: 30px;
}

.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  border: 1px solid #232323;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top:0;
}

.testimonial-slider .slick-dots li.slick-active {
  background-color: #232323;
}

.testimonial-slider .slick-dots li button {
  display: none;
}

.testimonial-slider .slick-dots li button:before {
  display: none;
}

/* ===== Video Section ===== */
.video-btn {
  height: 58px;
  width: 58px;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.video-btn i {
  font-size: 40px;
  color: #ffc200;
  padding-top: 10px;
}

/* ===== CTA Section ===== */
.cta-section {
  /* background-image: url(../img/home/cta-bg.png); */
  position: relative;
  background-color: #f1f4ff !important;
  padding:70px 0 40px;
}

/* ===== Features ===== */
.saas-f-box {
  text-align: center;
  padding: 0 10px;
}
.saas-f-box .icon {
  margin-bottom: 20px;
  display: inline-flex;
  padding: 12px;
  background-color: var(--main-color);
  border-radius: 70px;
  height: 66px;
  width: 66px;
  position: relative;
  overflow: hidden;
}
.saas-f-box .icon:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 3px;
  border-radius: 70px;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  transform: rotate(145deg);
  opacity: .2;

}

.saas-f-box .icon i {
  font-size: 26px;
  color: #ffffff;
  z-index: 1;
}

/* ===== Integration Box ===== */
.integrate-box {
  padding: 30px 15px 20px;
  width: 180px;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 0 auto;
  border:1px solid #eee;
}

.integrate-box img {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

/* ===== Clients ===== */
.clients-bg {
  position: relative;
  z-index: 0;
}

/* ===== Responsive ===== */
.app-responsive .stores-icon img {
  width: 150px;
}

/* ===== Contact Section ===== */
.contact-detail {
  background-color: #f2f5ff;
  border: 1px solid #e6ebff;
  padding: 35px;
}

.contact-detail i {
  font-size: 50px;
  color: #ffc200;
}

.form-control {
  -webkit-box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #eee;
  height: auto;
  padding: 13px 25px;
}

.form-control:focus, .form-control:hover {
  -webkit-box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
          box-shadow: 0 3px 17.28px 0.72px rgba(0, 0, 0, 0.09);
}

.form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ===== Pricing Section ===== */
.container-scroll > .row {
  overflow-x: auto;
  white-space: nowrap;
}

.price-tabs a {
  border: 1px solid #222;
  color: #222;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 50px;
}

.price-tabs a:hover {
  color: #222;
}

.price-tabs a.active {
  background-color: var(--main-color);
  color: #fff;
}
.pricing-section .border{
  border: 1px solid #e4e8ec !important;
}
.pricing-table {
  text-align: center;
  border-right: 1px solid #dee2e6 !important
}

.pricing-table.border {
  border-right: 0 !important;
}

.pricing-table .rate {
  padding: 14px 0;
  background-color: #f1f4ff;
}
.pricing-table .rate h2 span{
   font-size: 30px;
}
.pricing-table .rate sup {
  top: 13px;
  left: 5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.pricing-table .rate sub {
  font-size: 0.30em;
  color: #969696;
  left: -7px;
  bottom: 0;
}

.pricing-table .price-head {
  background-color: #e0e6fb;
  padding: 15px;
}
.pricing-table .price-head h5{
  font-size: 18px !important;
}
.pricing-table.price-pro .price-head {
  background-color:#457de4;
}
.pricing-table.price-pro .price-head h5{
  color:#fff;
}
.diff-table{
  border-right: 1px solid #e4e8ec;
}

.pricing-table.price-pro {
  -webkit-box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 30px 1px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #457de4 !important;
  border-top: 0;
  border-bottom: 0;
}

/* .pricing-table.price-pro .price-head {
  background-color: #04b532;
}

.pricing-table.price-enterprise .price-head {
  background-color: #ff0042;
} */

.overflow-x-auto {
  overflow-x: auto;
}
/*
.price-content ul {
  padding: 10px 20px;
} */

.price-content li {
  padding: 10px;
}

.price-content li:nth-child(even) {
  background-color:#f1f4ff;
}

@media (min-width: 992px) {
  .price-content li {
    padding: 10px 20px;
  }
}

.price-content .blue {
  color:#457de4;
}

.price-content .zmdi-close-circle {
  color: #ff0000;
}

@media (max-width: 1199.98px) {
  .price-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* ===== FAQ Section ===== */
.theme-accordion .card-header {
  background-color: transparent;
}

.theme-accordion .card-header button {
  padding: 10px;
  padding-left: 60px;
  font-weight: 600;
  font-size: 16px;
  background-color: var(--main-color);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.theme-accordion .card-header button:before {
  font-family: "Material-Design-Iconic-Font";
  content: '\F2FC';
  height: 100%;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 10px;
}

.theme-accordion .card-header button.collapsed {
  background-color: #fff;
  color: #222;
  border-color: #d7d7d7;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.theme-accordion .card-header button.collapsed:before {
  content: '\F2F9';
}

.theme-accordion .card-body {
  padding: 30px 30px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.row-scroll > .col-md-3 {
  min-width: 150px;
}

.row-scroll > .col-md-3:last-of-type .pricing-table {
  border-right: 1px solid #dee2e6 !important;
}

.price-top.title h3 {
  padding: 23px 20px;
  margin-bottom: 0;
  background-color: #f1f4ff;;
}

@media (min-width: 992px) {
  .price-top.title h3 {
    padding: 44px 30px 43px;
  }
}

/* ===== Reset CSS ====== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue.woff2") format("woff2"),
      url("../../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Medium.woff2") format("woff2"),
      url("../../fonts/HelveticaNeue-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../fonts/HelveticaNeue-Bold.woff2") format("woff2"),
      url("../../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: Bold;
  font-style: normal;
  font-display: swap;
}

 *{
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

body {
  font-size: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  background-color: #faf8f5;
  font-weight: 400;
  color: #444;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

a {
  cursor: pointer;
}

a:hover, a:focus {
  color: #4e63d7;
  outline: 0 none;
  text-decoration: none;
}

:active, :focus {
  outline: none !important;
}

ul,
li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  line-height: 26px;
  margin-top: 0;
}

span {
  color: inherit;
}

i {
  line-height: 1;
  font-style: normal;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* ===== Headings ====== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-family: 'Rubik', sans-serif;
  /*font-family: "Lato", sans-serif;*/
  font-weight: 500;
  line-height: 1.33;
  /*text-transform: capitalize;*/
}

h1 {
  font-size: 45px;
}

@media (min-width: 992px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 38px;
    font-weight:bold;
}

h3 {
  font-size: 30px;
    font-weight: bold;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 21px;
}

h5 a,
h6 a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

h5 a {
  color: inherit;
}

h5:hover a {
  color: #ffc200;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

/* ===== Custom CSS ====== */
.c-white {
  color: #fff !important;
}

.c-black {
  color: #222 !important;
}

.c-blue {
  color: var(--main-color) !important;
}

.gray {
  color: #444 !important;
}

.sp-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.sp-100-70 {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.sp-100-40 {
  padding-top: 80px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .sp-100-40 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

.bg-light {
  background-color:#f1f4ff !important;
  background-image: -webkit-linear-gradient( -90deg, #f1f4ff 0%, rgb(253, 254, 255) 100%);
}

.br-10 {
  border-radius: 10px;
}
.br-5 {
  border-radius: 5px;
}

.shadow {
  -webkit-box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0px 1px 30px 1px rgba(0, 0, 0, 0.05) !important;
}

.slick-slide {
  height: auto;
}

/* ===== Custom Button ====== */
.btn {
  font-family: 'Nunito', sans-serif;
  text-transform: capitalize;
  padding: 8px 25px;
  /*border: 0;*/
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 0;
  /*background-color: var(--main-color);*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
          overflow: hidden;
}

.btn:after {
  content: "";
  display: inline-block;
  height:0;
  width: 200%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color:#fff;
  opacity: 0.2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: rotate(50deg);
}

.btn:hover::after {
  height: 100%;
  transform: rotate(0);
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn-lg {
  padding: 12px 40px;
  font-size: 18px;
}

.btn-light {
  background-color: #fff;
  color: #232323;
}

.btn-light:after {
  background-color:#232323;
  opacity: 1;
}

.btn-light:hover {
  color:#fff;
}

.btn-border {
  background-color: transparent;
  border: 1px solid #222;
  color: #222;
}

.btn-border:after {
  background-color: #fff;
}

.btn-border:hover::after {
  background-color: var(--main-color);
  opacity: 1;
}

.btn-border:hover {
  color: #fff;
  border: 1px solid var(--main-color);
}

.btn-black {
  background-color: #222;
  color: #fff;
}

.btn-black:after {
  background-color: #222;
}

/* ===== Navbar Toggle ====== */
.navbar-toggler {
  height: 2.5em;
  width: 2.5em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines, .navbar-toggler .navbar-toggler-lines:after, .navbar-toggler .navbar-toggler-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  background-color: #222;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines:after {
  left: 0;
  top: -0.8em;
  width: 30px;
}

.navbar-toggler .navbar-toggler-lines:before {
  left: 0;
  top: 0.8em;
  width: 30px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines {
  background-color: initial;
  -webkit-transform: translateX(-2em);
          transform: translateX(-2em);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:before {
  width: 2em;
  left: .5em;
  top: 0;
  -webkit-transform: translateX(2em) rotate(135deg);
          transform: translateX(2em) rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:after {
  width: 2em;
  left: .5em;
  top: 0;
  -webkit-transform: translateX(2em) rotate(-135deg);
          transform: translateX(2em) rotate(-135deg);
}

/* ===== Section Title  ====== */
.sec-title {
  text-align: center;
}

.sec-title h3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.sec-title p {
  max-width: 550px;
  margin: 0 auto;
}

/* ===== Breadcrumb-Section ===== */
.breadcrumb-section {
  padding: 150px 0 100px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #CDDCDC70;
}

.breadcrumb-section::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;

  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-section {
    padding: 150px 0 100px;
  }
}

.breadcrumb-section h2 {
  font-size: 35px;
}


.breadcrumb-section .container {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}

.breadcrumb .breadcrumb-item a, .breadcrumb .breadcrumb-item.active, .breadcrumb .breadcrumb-item:before {
  color: #222;
}

.breadcrumb .breadcrumb-item:before {
  padding-right: 15px;
}

.breadcrumb .breadcrumb-item.active {
  color:var(--main-color);
}

/* ===== Animation ===== */
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(40px) rotate(-25deg);
            transform: translateY(40px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-25deg);
            transform: translateY(20px) rotate(-25deg);
  }
  100% {
    -webkit-transform: translateY(40px) rotate(-25deg);
            transform: translateY(40px) rotate(-25deg);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateY(40px) rotate(-25deg);
            transform: translateY(40px) rotate(-25deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(-25deg);
            transform: translateY(20px) rotate(-25deg);
  }
  100% {
    -webkit-transform: translateY(40px) rotate(-25deg);
            transform: translateY(40px) rotate(-25deg);
  }
}

@-webkit-keyframes floatX {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@keyframes floatX {
  0% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
}

@keyframes swing {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(95deg);
            transform: rotate(95deg);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
            transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 100% 69% 64%;
  }
  40% {
    border-radius: 100% 69% 64% 60%;
  }
  100% {
    border-radius: 69% 64% 60% 100%;
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 100% 69% 64%;
  }
  40% {
    border-radius: 100% 69% 64% 60%;
  }
  100% {
    border-radius: 69% 64% 60% 100%;
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes animationFrames {
  0%, 100% {
    -webkit-transform: translate(200px, 111px) rotate(0deg);
            transform: translate(200px, 111px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(81px, 150px) rotate(40deg);
            transform: translate(81px, 150px) rotate(40deg);
  }
}

@keyframes animationFrames {
  0%, 100% {
    -webkit-transform: translate(200px, 111px) rotate(0deg);
            transform: translate(200px, 111px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(81px, 150px) rotate(40deg);
            transform: translate(81px, 150px) rotate(40deg);
  }
}

@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}

@keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
  }
}

@-webkit-keyframes orbit-1 {
  from {
    -webkit-transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
            transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
            transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
  }
}

@keyframes orbit-1 {
  from {
    -webkit-transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
            transform: rotate(0deg) translate(calc(250px - 50%), -50%) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
            transform: rotate(360deg) translate(calc(250px - 50%), -50%) rotate(-360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.login-section{
  background-color:#f1f4ff;
  padding-top: 100px;
}
.login-box{
  border-radius: 5px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
.login-box label{
  font-size: 14px;
  color: #666;
  /*text-transform: capitalize;*/
}
.form-control {
  padding: 8px 12px;
  border-color: #c7c7c7;
  box-shadow:none;
}
.login-box form{
  padding: 10px 40px 0 40px;
}
.login-box h4{
  padding: 35px 40px 15px;
  font-size: 34px;
  text-align: center;
}
.input-group-text,.custom-select{
  border-radius: 5px;
}
.help-block {
  color: #8a1f11 !important;
}
/*# sourceMappingURL=main.css.map*/

.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: " ";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../flags/4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../flags/1x1/ad.svg);
}

.flag-icon-ae {
  background-image: url(../flags/4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../flags/1x1/ae.svg);
}

.flag-icon-af {
  background-image: url(../flags/4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../flags/1x1/af.svg);
}

.flag-icon-ag {
  background-image: url(../flags/4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../flags/1x1/ag.svg);
}

.flag-icon-ai {
  background-image: url(../flags/4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../flags/1x1/ai.svg);
}

.flag-icon-al {
  background-image: url(../flags/4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../flags/1x1/al.svg);
}

.flag-icon-am {
  background-image: url(../flags/4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../flags/1x1/am.svg);
}

.flag-icon-ao {
  background-image: url(../flags/4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../flags/1x1/ao.svg);
}

.flag-icon-aq {
  background-image: url(../flags/4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../flags/1x1/aq.svg);
}

.flag-icon-ar {
  background-image: url(../flags/4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../flags/1x1/ar.svg);
}

.flag-icon-as {
  background-image: url(../flags/4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../flags/1x1/as.svg);
}

.flag-icon-at {
  background-image: url(../flags/4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../flags/1x1/at.svg);
}

.flag-icon-au {
  background-image: url(../flags/4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../flags/1x1/au.svg);
}

.flag-icon-aw {
  background-image: url(../flags/4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../flags/1x1/aw.svg);
}

.flag-icon-ax {
  background-image: url(../flags/4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../flags/1x1/ax.svg);
}

.flag-icon-az {
  background-image: url(../flags/4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../flags/1x1/az.svg);
}

.flag-icon-ba {
  background-image: url(../flags/4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../flags/1x1/ba.svg);
}

.flag-icon-bb {
  background-image: url(../flags/4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../flags/1x1/bb.svg);
}

.flag-icon-bd {
  background-image: url(../flags/4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../flags/1x1/bd.svg);
}

.flag-icon-be {
  background-image: url(../flags/4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../flags/1x1/be.svg);
}

.flag-icon-bf {
  background-image: url(../flags/4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../flags/1x1/bf.svg);
}

.flag-icon-bg {
  background-image: url(../flags/4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../flags/1x1/bg.svg);
}

.flag-icon-bh {
  background-image: url(../flags/4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../flags/1x1/bh.svg);
}

.flag-icon-bi {
  background-image: url(../flags/4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../flags/1x1/bi.svg);
}

.flag-icon-bj {
  background-image: url(../flags/4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../flags/1x1/bj.svg);
}

.flag-icon-bl {
  background-image: url(../flags/4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../flags/1x1/bl.svg);
}

.flag-icon-bm {
  background-image: url(../flags/4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../flags/1x1/bm.svg);
}

.flag-icon-bn {
  background-image: url(../flags/4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../flags/1x1/bn.svg);
}

.flag-icon-bo {
  background-image: url(../flags/4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../flags/1x1/bo.svg);
}

.flag-icon-bq {
  background-image: url(../flags/4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../flags/1x1/bq.svg);
}

.flag-icon-br {
  background-image: url(../flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../flags/1x1/br.svg);
}

.flag-icon-bs {
  background-image: url(../flags/4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../flags/1x1/bs.svg);
}

.flag-icon-bt {
  background-image: url(../flags/4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../flags/1x1/bt.svg);
}

.flag-icon-bv {
  background-image: url(../flags/4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../flags/1x1/bv.svg);
}

.flag-icon-bw {
  background-image: url(../flags/4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../flags/1x1/bw.svg);
}

.flag-icon-by {
  background-image: url(../flags/4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../flags/1x1/by.svg);
}

.flag-icon-bz {
  background-image: url(../flags/4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../flags/1x1/bz.svg);
}

.flag-icon-ca {
  background-image: url(../flags/4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../flags/1x1/ca.svg);
}

.flag-icon-cc {
  background-image: url(../flags/4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../flags/1x1/cc.svg);
}

.flag-icon-cd {
  background-image: url(../flags/4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../flags/1x1/cd.svg);
}

.flag-icon-cf {
  background-image: url(../flags/4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../flags/1x1/cf.svg);
}

.flag-icon-cg {
  background-image: url(../flags/4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../flags/1x1/cg.svg);
}

.flag-icon-ch {
  background-image: url(../flags/4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../flags/1x1/ch.svg);
}

.flag-icon-ci {
  background-image: url(../flags/4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../flags/1x1/ci.svg);
}

.flag-icon-ck {
  background-image: url(../flags/4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../flags/1x1/ck.svg);
}

.flag-icon-cl {
  background-image: url(../flags/4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../flags/1x1/cl.svg);
}

.flag-icon-cm {
  background-image: url(../flags/4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../flags/1x1/cm.svg);
}

.flag-icon-cn {
  background-image: url(../flags/4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../flags/1x1/cn.svg);
}

.flag-icon-co {
  background-image: url(../flags/4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../flags/1x1/co.svg);
}

.flag-icon-cr {
  background-image: url(../flags/4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../flags/1x1/cr.svg);
}

.flag-icon-cu {
  background-image: url(../flags/4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../flags/1x1/cu.svg);
}

.flag-icon-cv {
  background-image: url(../flags/4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../flags/1x1/cv.svg);
}

.flag-icon-cw {
  background-image: url(../flags/4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../flags/1x1/cw.svg);
}

.flag-icon-cx {
  background-image: url(../flags/4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../flags/1x1/cx.svg);
}

.flag-icon-cy {
  background-image: url(../flags/4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../flags/1x1/cy.svg);
}

.flag-icon-cz {
  background-image: url(../flags/4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../flags/1x1/cz.svg);
}

.flag-icon-de {
  background-image: url(../flags/4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../flags/1x1/de.svg);
}

.flag-icon-dj {
  background-image: url(../flags/4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../flags/1x1/dj.svg);
}

.flag-icon-dk {
  background-image: url(../flags/4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../flags/1x1/dk.svg);
}

.flag-icon-dm {
  background-image: url(../flags/4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../flags/1x1/dm.svg);
}

.flag-icon-do {
  background-image: url(../flags/4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../flags/1x1/do.svg);
}

.flag-icon-dz {
  background-image: url(../flags/4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../flags/1x1/dz.svg);
}

.flag-icon-ec {
  background-image: url(../flags/4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../flags/1x1/ec.svg);
}

.flag-icon-ee {
  background-image: url(../flags/4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../flags/1x1/ee.svg);
}

.flag-icon-eg {
  background-image: url(../flags/4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../flags/1x1/eg.svg);
}

.flag-icon-eh {
  background-image: url(../flags/4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../flags/1x1/eh.svg);
}

.flag-icon-er {
  background-image: url(../flags/4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../flags/1x1/er.svg);
}

.flag-icon-es {
  background-image: url(../flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../flags/1x1/es.svg);
}

.flag-icon-et {
  background-image: url(../flags/4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../flags/1x1/et.svg);
}

.flag-icon-fi {
  background-image: url(../flags/4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../flags/1x1/fi.svg);
}

.flag-icon-fj {
  background-image: url(../flags/4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../flags/1x1/fj.svg);
}

.flag-icon-fk {
  background-image: url(../flags/4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../flags/1x1/fk.svg);
}

.flag-icon-fm {
  background-image: url(../flags/4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../flags/1x1/fm.svg);
}

.flag-icon-fo {
  background-image: url(../flags/4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../flags/1x1/fo.svg);
}

.flag-icon-fr {
  background-image: url(../flags/4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../flags/1x1/fr.svg);
}

.flag-icon-ga {
  background-image: url(../flags/4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../flags/1x1/ga.svg);
}

.flag-icon-gb {
  background-image: url(../flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../flags/1x1/gb.svg);
}

.flag-icon-gd {
  background-image: url(../flags/4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../flags/1x1/gd.svg);
}

.flag-icon-ge {
  background-image: url(../flags/4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../flags/1x1/ge.svg);
}

.flag-icon-gf {
  background-image: url(../flags/4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../flags/1x1/gf.svg);
}

.flag-icon-gg {
  background-image: url(../flags/4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../flags/1x1/gg.svg);
}

.flag-icon-gh {
  background-image: url(../flags/4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../flags/1x1/gh.svg);
}

.flag-icon-gi {
  background-image: url(../flags/4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../flags/1x1/gi.svg);
}

.flag-icon-gl {
  background-image: url(../flags/4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../flags/1x1/gl.svg);
}

.flag-icon-gm {
  background-image: url(../flags/4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../flags/1x1/gm.svg);
}

.flag-icon-gn {
  background-image: url(../flags/4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../flags/1x1/gn.svg);
}

.flag-icon-gp {
  background-image: url(../flags/4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../flags/1x1/gp.svg);
}

.flag-icon-gq {
  background-image: url(../flags/4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../flags/1x1/gq.svg);
}

.flag-icon-gr {
  background-image: url(../flags/4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../flags/1x1/gr.svg);
}

.flag-icon-gs {
  background-image: url(../flags/4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../flags/1x1/gs.svg);
}

.flag-icon-gt {
  background-image: url(../flags/4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../flags/1x1/gt.svg);
}

.flag-icon-gu {
  background-image: url(../flags/4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../flags/1x1/gu.svg);
}

.flag-icon-gw {
  background-image: url(../flags/4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../flags/1x1/gw.svg);
}

.flag-icon-gy {
  background-image: url(../flags/4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../flags/1x1/gy.svg);
}

.flag-icon-hk {
  background-image: url(../flags/4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../flags/1x1/hk.svg);
}

.flag-icon-hm {
  background-image: url(../flags/4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../flags/1x1/hm.svg);
}

.flag-icon-hn {
  background-image: url(../flags/4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../flags/1x1/hn.svg);
}

.flag-icon-hr {
  background-image: url(../flags/4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../flags/1x1/hr.svg);
}

.flag-icon-ht {
  background-image: url(../flags/4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../flags/1x1/ht.svg);
}

.flag-icon-hu {
  background-image: url(../flags/4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../flags/1x1/hu.svg);
}

.flag-icon-id {
  background-image: url(../flags/4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../flags/1x1/id.svg);
}

.flag-icon-ie {
  background-image: url(../flags/4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../flags/1x1/ie.svg);
}

.flag-icon-il {
  background-image: url(../flags/4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../flags/1x1/il.svg);
}

.flag-icon-im {
  background-image: url(../flags/4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../flags/1x1/im.svg);
}

.flag-icon-in {
  background-image: url(../flags/4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../flags/1x1/in.svg);
}

.flag-icon-io {
  background-image: url(../flags/4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../flags/1x1/io.svg);
}

.flag-icon-iq {
  background-image: url(../flags/4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../flags/1x1/iq.svg);
}

.flag-icon-ir {
  background-image: url(../flags/4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../flags/1x1/ir.svg);
}

.flag-icon-is {
  background-image: url(../flags/4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../flags/1x1/is.svg);
}

.flag-icon-it {
  background-image: url(../flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../flags/1x1/it.svg);
}

.flag-icon-je {
  background-image: url(../flags/4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../flags/1x1/je.svg);
}

.flag-icon-jm {
  background-image: url(../flags/4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../flags/1x1/jm.svg);
}

.flag-icon-jo {
  background-image: url(../flags/4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../flags/1x1/jo.svg);
}

.flag-icon-jp {
  background-image: url(../flags/4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../flags/1x1/jp.svg);
}

.flag-icon-ke {
  background-image: url(../flags/4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../flags/1x1/ke.svg);
}

.flag-icon-kg {
  background-image: url(../flags/4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../flags/1x1/kg.svg);
}

.flag-icon-kh {
  background-image: url(../flags/4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../flags/1x1/kh.svg);
}

.flag-icon-ki {
  background-image: url(../flags/4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../flags/1x1/ki.svg);
}

.flag-icon-km {
  background-image: url(../flags/4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../flags/1x1/km.svg);
}

.flag-icon-kn {
  background-image: url(../flags/4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../flags/1x1/kn.svg);
}

.flag-icon-kp {
  background-image: url(../flags/4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../flags/1x1/kp.svg);
}

.flag-icon-kr {
  background-image: url(../flags/4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../flags/1x1/kr.svg);
}

.flag-icon-kw {
  background-image: url(../flags/4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../flags/1x1/kw.svg);
}

.flag-icon-ky {
  background-image: url(../flags/4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../flags/1x1/ky.svg);
}

.flag-icon-kz {
  background-image: url(../flags/4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../flags/1x1/kz.svg);
}

.flag-icon-la {
  background-image: url(../flags/4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../flags/1x1/la.svg);
}

.flag-icon-lb {
  background-image: url(../flags/4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../flags/1x1/lb.svg);
}

.flag-icon-lc {
  background-image: url(../flags/4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../flags/1x1/lc.svg);
}

.flag-icon-li {
  background-image: url(../flags/4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../flags/1x1/li.svg);
}

.flag-icon-lk {
  background-image: url(../flags/4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../flags/1x1/lk.svg);
}

.flag-icon-lr {
  background-image: url(../flags/4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../flags/1x1/lr.svg);
}

.flag-icon-ls {
  background-image: url(../flags/4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../flags/1x1/ls.svg);
}

.flag-icon-lt {
  background-image: url(../flags/4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../flags/1x1/lt.svg);
}

.flag-icon-lu {
  background-image: url(../flags/4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../flags/1x1/lu.svg);
}

.flag-icon-lv {
  background-image: url(../flags/4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../flags/1x1/lv.svg);
}

.flag-icon-ly {
  background-image: url(../flags/4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../flags/1x1/ly.svg);
}

.flag-icon-ma {
  background-image: url(../flags/4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../flags/1x1/ma.svg);
}

.flag-icon-mc {
  background-image: url(../flags/4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../flags/1x1/mc.svg);
}

.flag-icon-md {
  background-image: url(../flags/4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../flags/1x1/md.svg);
}

.flag-icon-me {
  background-image: url(../flags/4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../flags/1x1/me.svg);
}

.flag-icon-mf {
  background-image: url(../flags/4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../flags/1x1/mf.svg);
}

.flag-icon-mg {
  background-image: url(../flags/4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../flags/1x1/mg.svg);
}

.flag-icon-mh {
  background-image: url(../flags/4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../flags/1x1/mh.svg);
}

.flag-icon-mk {
  background-image: url(../flags/4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../flags/1x1/mk.svg);
}

.flag-icon-ml {
  background-image: url(../flags/4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../flags/1x1/ml.svg);
}

.flag-icon-mm {
  background-image: url(../flags/4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../flags/1x1/mm.svg);
}

.flag-icon-mn {
  background-image: url(../flags/4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../flags/1x1/mn.svg);
}

.flag-icon-mo {
  background-image: url(../flags/4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../flags/1x1/mo.svg);
}

.flag-icon-mp {
  background-image: url(../flags/4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../flags/1x1/mp.svg);
}

.flag-icon-mq {
  background-image: url(../flags/4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../flags/1x1/mq.svg);
}

.flag-icon-mr {
  background-image: url(../flags/4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../flags/1x1/mr.svg);
}

.flag-icon-ms {
  background-image: url(../flags/4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../flags/1x1/ms.svg);
}

.flag-icon-mt {
  background-image: url(../flags/4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../flags/1x1/mt.svg);
}

.flag-icon-mu {
  background-image: url(../flags/4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../flags/1x1/mu.svg);
}

.flag-icon-mv {
  background-image: url(../flags/4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../flags/1x1/mv.svg);
}

.flag-icon-mw {
  background-image: url(../flags/4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../flags/1x1/mw.svg);
}

.flag-icon-mx {
  background-image: url(../flags/4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../flags/1x1/mx.svg);
}

.flag-icon-my {
  background-image: url(../flags/4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../flags/1x1/my.svg);
}

.flag-icon-mz {
  background-image: url(../flags/4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../flags/1x1/mz.svg);
}

.flag-icon-na {
  background-image: url(../flags/4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../flags/1x1/na.svg);
}

.flag-icon-nc {
  background-image: url(../flags/4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../flags/1x1/nc.svg);
}

.flag-icon-ne {
  background-image: url(../flags/4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../flags/1x1/ne.svg);
}

.flag-icon-nf {
  background-image: url(../flags/4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../flags/1x1/nf.svg);
}

.flag-icon-ng {
  background-image: url(../flags/4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../flags/1x1/ng.svg);
}

.flag-icon-ni {
  background-image: url(../flags/4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../flags/1x1/ni.svg);
}

.flag-icon-nl {
  background-image: url(../flags/4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../flags/1x1/nl.svg);
}

.flag-icon-no {
  background-image: url(../flags/4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../flags/1x1/no.svg);
}

.flag-icon-np {
  background-image: url(../flags/4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../flags/1x1/np.svg);
}

.flag-icon-nr {
  background-image: url(../flags/4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../flags/1x1/nr.svg);
}

.flag-icon-nu {
  background-image: url(../flags/4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../flags/1x1/nu.svg);
}

.flag-icon-nz {
  background-image: url(../flags/4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../flags/1x1/nz.svg);
}

.flag-icon-om {
  background-image: url(../flags/4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../flags/1x1/om.svg);
}

.flag-icon-pa {
  background-image: url(../flags/4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../flags/1x1/pa.svg);
}

.flag-icon-pe {
  background-image: url(../flags/4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../flags/1x1/pe.svg);
}

.flag-icon-pf {
  background-image: url(../flags/4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../flags/1x1/pf.svg);
}

.flag-icon-pg {
  background-image: url(../flags/4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../flags/1x1/pg.svg);
}

.flag-icon-ph {
  background-image: url(../flags/4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../flags/1x1/ph.svg);
}

.flag-icon-pk {
  background-image: url(../flags/4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../flags/1x1/pk.svg);
}

.flag-icon-pl {
  background-image: url(../flags/4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../flags/1x1/pl.svg);
}

.flag-icon-pm {
  background-image: url(../flags/4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../flags/1x1/pm.svg);
}

.flag-icon-pn {
  background-image: url(../flags/4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../flags/1x1/pn.svg);
}

.flag-icon-pr {
  background-image: url(../flags/4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../flags/1x1/pr.svg);
}

.flag-icon-ps {
  background-image: url(../flags/4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../flags/1x1/ps.svg);
}

.flag-icon-pt {
  background-image: url(../flags/4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../flags/1x1/pt.svg);
}

.flag-icon-pw {
  background-image: url(../flags/4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../flags/1x1/pw.svg);
}

.flag-icon-py {
  background-image: url(../flags/4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../flags/1x1/py.svg);
}

.flag-icon-qa {
  background-image: url(../flags/4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../flags/1x1/qa.svg);
}

.flag-icon-re {
  background-image: url(../flags/4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../flags/1x1/re.svg);
}

.flag-icon-ro {
  background-image: url(../flags/4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../flags/1x1/ro.svg);
}

.flag-icon-rs {
  background-image: url(../flags/4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../flags/1x1/rs.svg);
}

.flag-icon-ru {
  background-image: url(../flags/4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../flags/1x1/ru.svg);
}

.flag-icon-rw {
  background-image: url(../flags/4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../flags/1x1/rw.svg);
}

.flag-icon-sa {
  background-image: url(../flags/4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../flags/1x1/sa.svg);
}

.flag-icon-sb {
  background-image: url(../flags/4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../flags/1x1/sb.svg);
}

.flag-icon-sc {
  background-image: url(../flags/4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../flags/1x1/sc.svg);
}

.flag-icon-sd {
  background-image: url(../flags/4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../flags/1x1/sd.svg);
}

.flag-icon-se {
  background-image: url(../flags/4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../flags/1x1/se.svg);
}

.flag-icon-sg {
  background-image: url(../flags/4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../flags/1x1/sg.svg);
}

.flag-icon-sh {
  background-image: url(../flags/4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../flags/1x1/sh.svg);
}

.flag-icon-si {
  background-image: url(../flags/4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../flags/1x1/si.svg);
}

.flag-icon-sj {
  background-image: url(../flags/4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../flags/1x1/sj.svg);
}

.flag-icon-sk {
  background-image: url(../flags/4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../flags/1x1/sk.svg);
}

.flag-icon-sl {
  background-image: url(../flags/4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../flags/1x1/sl.svg);
}

.flag-icon-sm {
  background-image: url(../flags/4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../flags/1x1/sm.svg);
}

.flag-icon-sn {
  background-image: url(../flags/4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../flags/1x1/sn.svg);
}

.flag-icon-so {
  background-image: url(../flags/4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../flags/1x1/so.svg);
}

.flag-icon-sr {
  background-image: url(../flags/4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../flags/1x1/sr.svg);
}

.flag-icon-ss {
  background-image: url(../flags/4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../flags/1x1/ss.svg);
}

.flag-icon-st {
  background-image: url(../flags/4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../flags/1x1/st.svg);
}

.flag-icon-sv {
  background-image: url(../flags/4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../flags/1x1/sv.svg);
}

.flag-icon-sx {
  background-image: url(../flags/4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../flags/1x1/sx.svg);
}

.flag-icon-sy {
  background-image: url(../flags/4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../flags/1x1/sy.svg);
}

.flag-icon-sz {
  background-image: url(../flags/4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../flags/1x1/sz.svg);
}

.flag-icon-tc {
  background-image: url(../flags/4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../flags/1x1/tc.svg);
}

.flag-icon-td {
  background-image: url(../flags/4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../flags/1x1/td.svg);
}

.flag-icon-tf {
  background-image: url(../flags/4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../flags/1x1/tf.svg);
}

.flag-icon-tg {
  background-image: url(../flags/4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../flags/1x1/tg.svg);
}

.flag-icon-th {
  background-image: url(../flags/4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../flags/1x1/th.svg);
}

.flag-icon-tj {
  background-image: url(../flags/4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../flags/1x1/tj.svg);
}

.flag-icon-tk {
  background-image: url(../flags/4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../flags/1x1/tk.svg);
}

.flag-icon-tl {
  background-image: url(../flags/4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../flags/1x1/tl.svg);
}

.flag-icon-tm {
  background-image: url(../flags/4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../flags/1x1/tm.svg);
}

.flag-icon-tn {
  background-image: url(../flags/4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../flags/1x1/tn.svg);
}

.flag-icon-to {
  background-image: url(../flags/4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../flags/1x1/to.svg);
}

.flag-icon-tr {
  background-image: url(../flags/4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../flags/1x1/tr.svg);
}

.flag-icon-tt {
  background-image: url(../flags/4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../flags/1x1/tt.svg);
}

.flag-icon-tv {
  background-image: url(../flags/4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../flags/1x1/tv.svg);
}

.flag-icon-tw {
  background-image: url(../flags/4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../flags/1x1/tw.svg);
}

.flag-icon-tz {
  background-image: url(../flags/4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../flags/1x1/tz.svg);
}

.flag-icon-ua {
  background-image: url(../flags/4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../flags/1x1/ua.svg);
}

.flag-icon-ug {
  background-image: url(../flags/4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../flags/1x1/ug.svg);
}

.flag-icon-um {
  background-image: url(../flags/4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../flags/1x1/um.svg);
}

.flag-icon-us {
  background-image: url(../flags/4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../flags/1x1/us.svg);
}

.flag-icon-uy {
  background-image: url(../flags/4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../flags/1x1/uy.svg);
}

.flag-icon-uz {
  background-image: url(../flags/4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../flags/1x1/uz.svg);
}

.flag-icon-va {
  background-image: url(../flags/4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../flags/1x1/va.svg);
}

.flag-icon-vc {
  background-image: url(../flags/4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../flags/1x1/vc.svg);
}

.flag-icon-ve {
  background-image: url(../flags/4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../flags/1x1/ve.svg);
}

.flag-icon-vg {
  background-image: url(../flags/4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../flags/1x1/vg.svg);
}

.flag-icon-vi {
  background-image: url(../flags/4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../flags/1x1/vi.svg);
}

.flag-icon-vn {
  background-image: url(../flags/4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../flags/1x1/vn.svg);
}

.flag-icon-vu {
  background-image: url(../flags/4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../flags/1x1/vu.svg);
}

.flag-icon-wf {
  background-image: url(../flags/4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../flags/1x1/wf.svg);
}

.flag-icon-ws {
  background-image: url(../flags/4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../flags/1x1/ws.svg);
}

.flag-icon-ye {
  background-image: url(../flags/4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../flags/1x1/ye.svg);
}

.flag-icon-yt {
  background-image: url(../flags/4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../flags/1x1/yt.svg);
}

.flag-icon-za {
  background-image: url(../flags/4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../flags/1x1/za.svg);
}

.flag-icon-zm {
  background-image: url(../flags/4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../flags/1x1/zm.svg);
}

.flag-icon-zw {
  background-image: url(../flags/4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../flags/1x1/zw.svg);
}

.flag-icon-ac {
  background-image: url(../flags/4x3/ac.svg);
}
.flag-icon-ac.flag-icon-squared {
  background-image: url(../flags/1x1/ac.svg);
}

.flag-icon-cp {
  background-image: url(../flags/4x3/cp.svg);
}
.flag-icon-cp.flag-icon-squared {
  background-image: url(../flags/1x1/cp.svg);
}

.flag-icon-dg {
  background-image: url(../flags/4x3/dg.svg);
}
.flag-icon-dg.flag-icon-squared {
  background-image: url(../flags/1x1/dg.svg);
}

.flag-icon-ea {
  background-image: url(../flags/4x3/ea.svg);
}
.flag-icon-ea.flag-icon-squared {
  background-image: url(../flags/1x1/ea.svg);
}

.flag-icon-es-ct {
  background-image: url(../flags/4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../flags/1x1/es-ct.svg);
}

.flag-icon-es-ga {
  background-image: url(../flags/4x3/es-ga.svg);
}
.flag-icon-es-ga.flag-icon-squared {
  background-image: url(../flags/1x1/es-ga.svg);
}

.flag-icon-eu {
  background-image: url(../flags/4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../flags/1x1/eu.svg);
}

.flag-icon-gb-eng {
  background-image: url(../flags/4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../flags/1x1/gb-eng.svg);
}

.flag-icon-gb-nir {
  background-image: url(../flags/4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../flags/1x1/gb-nir.svg);
}

.flag-icon-gb-sct {
  background-image: url(../flags/4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../flags/1x1/gb-sct.svg);
}

.flag-icon-gb-wls {
  background-image: url(../flags/4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../flags/1x1/gb-wls.svg);
}

.flag-icon-ic {
  background-image: url(../flags/4x3/ic.svg);
}
.flag-icon-ic.flag-icon-squared {
  background-image: url(../flags/1x1/ic.svg);
}

.flag-icon-ta {
  background-image: url(../flags/4x3/ta.svg);
}
.flag-icon-ta.flag-icon-squared {
  background-image: url(../flags/1x1/ta.svg);
}

.flag-icon-un {
  background-image: url(../flags/4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../flags/1x1/un.svg);
}

.flag-icon-xk {
  background-image: url(../flags/4x3/xk.svg);
}
.flag-icon-xk.flag-icon-squared {
  background-image: url(../flags/1x1/xk.svg);
}

.flag-icon-xx {
  background-image: url(../flags/4x3/xx.svg);
}
.flag-icon-xx.flag-icon-squared {
  background-image: url(../flags/1x1/xx.svg);
}
/*-------------------------------------------------------*/

/* Footer
/*-------------------------------------------------------*/

.footer {
  position: relative;
}

.footer.bg-dark .widget-title,
.footer.bg-dark .footer__widgets a:hover {
  color: #fff;
}

.footer.bg-dark .footer__widgets a,
.footer.bg-dark .footer__widgets p {
  color: #9D9E9E;
}

.footer.bg-dark .footer__bottom .copyright {
  color: #9D9E9E;
}

.footer.bg-dark .footer__bottom.top-divider {
  border-top-color: #555555;
}

/* Footer Widgets
-------------------------------------------------------*/

.footer__widgets {
  padding: 50px 0 30px 30px;
}

.footer__widgets .widget-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer__widgets a {
  color: #555;
  transition: all 300ms linear;
}

.footer__widgets a:hover {
  color: #323232;
}

@media only screen and (max-width: 991px) {
  .footer__widgets .row > div:not(:last-child) {
    margin-bottom: 60px;
  }
}

.widget-title {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.widget-links li {
  font-size: 13px;
}

/* Footer Logo
-------------------------------------------------------*/

.footer__logo {
  margin-bottom: 52px;
}

.footer__logo img {
  max-height: 21px;
}

/* Get in Touch
-------------------------------------------------------*/

.footer__get-in-touch__paragraph {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 0;
}

.footer__get-in-touch__paragraph:last-child {
  margin-right: 0;
}

@media (max-width: 320px) {
  .footer__get-in-touch__paragraph {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer__get-in-touch__box,
.footer__get-in-touch__box p {
  font-size: 18px;
}

.footer__get-in-touch__box p {
  margin-bottom: 5px;
}

/* Nav Links
-------------------------------------------------------*/

.footer__nav-links .list-inline li > a {
  color: #fff;
  font-size: 15px;
}

.footer__nav-links .list-inline li > a:hover {
  color: #d9d9d9 !important;
}

/* Bottom Footer
-------------------------------------------------------*/

.footer__bottom {
  padding: 16px 0;
}

.footer__bottom-links a {
  color: #555;
}

.footer__bottom-links a:hover {
  color: #555;
}

.footer__bottom-links li {
  padding: 0;
}

.footer__bottom-links li:last-child:after {
  display: none;
}

.footer__bottom-links li:after {
  content: "/";
  margin-left: 10px;
  margin-right: 7px;
}

.copyright {
  display: inline-block;
  font-size: 13px;
  color: #7b7b7b;
}

.copyright a {
  color: inherit;
}

.footer__bottom.bg-dark .copyright {
  color: #484848;
}

.footer .nav-link{
  padding:0.2rem 0rem;
}

footer a {
    font-size:20px !Important;
}
/*.font-weight-bold{*/
  /*color:var(--main-color);*/
/*}*/
.banner-text ul li:before{
  color:var(--main-color);
}

.pt-5, .py-5{
  padding-top: 1.5rem!important;
}
.mt-5, .my-5 {
  margin-top: 1.5rem!important;
}
.navigation-bar .btn{
  font-size: 16px;
  line-height: 1.29;
    font-weight: bold;
}


.banner-img img{
  border-radius: 5px;
  filter: drop-shadow(1px 1px 0.5rem rgba(0,0,0,.04));
  -webkit-filter: drop-shadow(1px 1px 0.5rem rgba(0,0,0,.04));
  -moz-filter: drop-shadow(1px 1px 0.5rem rgba(0,0,0,.04));
}
.lang-selector{
  max-width: 122px;
}
.lang-selector select:focus{
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}
.saas-features:nth-of-type(odd){
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

.saas-features > .container > .sp-100:nth-of-type(even){
  padding-bottom: 0 !important;
}
.saas-features > .container > .sp-100:last-of-type{
  padding-bottom: 80px !important;
}
@media (min-width: 992px) {
  .saas-features > .container > .sp-100:last-of-type{
    padding-bottom: 100px !important;
  }
}

.section-testimonial{
  position: relative;
  overflow: hidden;
}
.testimonial-sliderP{
  position: relative;
}
.btn-menu-signup{
  border-color: var(--main-color) !important;
  background-color: var(--main-color);
  color: #ffffff !important;
  font-weight: 700;
}
.btn.btn-custom{
  border-color: var(--main-color) !important;
  background-color: var(--main-color);
  color: #ffffff !important;
    font-size:16px !important;
}
.btn.btn-custom:hover{
    background-color: #ffffff;
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}
.btn.btn-custom:focus{
    box-shadow: none;
}


.contact-section .contact-info {
  background-color: #212121;
  padding: 25px 0 5px 0;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .contact-section .contact-info {
    display: flex;
    padding: 25px 0 25px 0;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}

.contact-section .contact-info .mobile-device {
  margin-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-section .contact-info .mobile-device {
    margin: 0 auto;
    text-align: left;
  }
}

.contact-section .contact-info .style {
  color: var(--main-color);
  font-size: 17px;
}

.contact-section .contact-info .fa-home {
  font-size: 20px;
}

.contact-section .contact-info .heading-info {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  margin-left: 10px;
}

.contact-section .contact-info .address-content {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
}

.btn-facebook {
    background: #3B5998 !important;
    color: white !important;
    border-color: #3B5998 !important;
    width: 250px;
}

.btn-facebook:active:hover {
    border-color: #3B5998 !important;
}

.btn-google {
    background: #dd4b39 !important;
    color: white !important;
    border-color: #dd4b39 !important;
    width: 250px;
}
.btn-google:active:hover{
  border-color: #dd4b39 !important;
}
.btn-twitter{
  background: #55ACEE !important;
  color: white !important;
  border-color: #55ACEE !important;
    width: 250px;
}
.btn-twitter:active:hover{
  border-color: #55ACEE !important;
}
.btn-linkedin{
  background: #007bb5 !important;
  color: white !important;
  border-color: #007bb5 !important;
    width: 250px;
}
.btn-twitter:active:hover{
  border-color: #007bb5 !important;
}
.spinner-border{
    vertical-align: middle;
}
