

body {
  background: #fff;
  color: #444;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 14px;
  line-height: 1.9;
}

a {
  color: #1e2087;
}

a:hover,
a:active,
a:focus {
  color: #e7191e;
  outline: none;
  text-decoration: none;
}
ul , p{
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
@font-face{
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;

}
@font-face{
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face{
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf');
}

/* Back to top button */

#back-to-top {
  position: fixed;
  display: none;
  background: #e7191e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

#back-to-top i {
  padding-top: 12px;
  color: #fff;
}
/* font class */
  .montserrat-regular{
    font-family: 'Montserrat-Regular';
  }
  .montserrat-bold{
    font-family: 'Montserrat-Bold';
  }
  .montserrat-extrabold{
    font-family: 'Montserrat-ExtraBold';
  }
  .montserrat-light{
    font-family: 'Montserrat-light';
  }
  /* background class */
  .bg-blue{
    background-color: #1f2188;
  }
  .txt-blue{
    color: #1f2188;
  }
  .bg-light-blue{
    background-color: #042898;
  }
  .txt-light-blue{
    color: #004289;
  }
  .bg-cyan-blue{
    background-color:#00aed1 ;
  }
  .bg-green{
    background-color: #85c438;
  }
  .bg-red{
    background-color: #e7191e;
  }
  .txt-red{
    
    color: #e7191e;
  }
.image-box img{
  width: 100%;
}  
 /* class */
 .no-gutters{
  padding: 0;
}
/* margin class */
 /* ==================margin top class==================== */
.mg-t-sm {
  margin-top: 10px;
}

.mg-t-md {
  margin-top: 20px;
}

.mg-t-lg {
  margin-top: 30px;
}

.mg-t-xl{
  margin-top: 50px;
}
 /* ==================margin bottom class==================== */
.mg-b-sm {
  margin-bottom: 10px;
}

.mg-b-md {
  margin-bottom: 20px;
}

.mg-b-lg {
  margin-bottom: 30px;
}

.mg-b-xl {
  margin-bottom: 50px;
}
/* padding class */
 /* ==================padding  top class==================== */
 .pd-t-sm {
  padding-top: 10px;
}

.pd-t-md {
  padding-top: 20px;
}

.pd-t-lg {
  padding-top: 30px;
}

.pd-t-xl {
  padding-bottom: 50px;
}
 /* ==================padding bottom class==================== */
.pd-b-sm {
  padding-bottom: 10px;
}

.pd-b-md {
  padding-bottom: 20px;
}

.pd-b-lg {
  padding-bottom: 30px;
}

.pd-b-xl {
  padding-bottom: 50px;
}
/* header top bar */
.top-bar{
  display: none;
  background-color: #004289;
  padding: 15px 0;
}
.top-bar ul{
  margin: 0;
  padding: 0;
}
.top-bar ul li{
  list-style: none;
  color: #fff;
  display: inline-block;
  margin-left: 30px;
}
.top-bar ul li a{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.top-bar ul li a .fa-facebook::before, .top-bar ul li  .fa-map-marker::before, .top-bar ul li a .fa-mobile:before,
.top-bar ul li a .fa-google-plus::before, .top-bar ul li a .fa-youtube-play {
  margin-right: 10px;
  font-size: 16px;

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  z-index: 997;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  transition: all .5s ease-in-out;
}


#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 60px;
}

.main-pages {
  margin-top: 60px;
}
/* logo */
#header .logo a.desktop img {
display: none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  padding: 0px 15px;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 27px 0;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #e7191e;
  text-decoration: none;
  border-bottom: 4px solid #e7191e;
  transition: all .2s ease-in;
  
}
.main-nav li:hover, .main-nav li.active{
  background: #f4f4f4;
  transition: all .3s ease-in;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

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

.mobile-nav-active .mobile-nav {
  left: 0;
}

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

/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/
.bd-example{
  margin-top: 60PX;
}
.carousel-indicators li{
  background-color: #e7191e;
}  
/*--------------------------------------------------------------
# information  Sections
--------------------------------------------------------------*/
.info-box .fa-money, .info-box  .fa-user-circle-o, .info-box .fa-folder, .info-box .fa-certificate{
  background-color: #e7191e;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
  position: relative;
  border:10px solid #fff;
  transition: all .3s ease-in-out;
}
.info-box .icon-box .fa-money::before, .info-box  .fa-user-circle-o::before, .info-box .fa-folder::before, 
.info-box .fa-certificate::before{
  font-size: 40px;
  color: #fff;
}
.info-box:hover  .fa-money , .info-box:hover  .fa-user-circle-o, .info-box:hover .fa-folder, .info-box:hover .fa-certificate{
  background-color: #004289;
  border:10px solid #004289;
  box-shadow: 0px 20px 30px -10px  rgba(0, 0, 0, 0.5);
  transform: translateY(-8px);
}
/* ----------------------
about ------------------------- */
.about-wrapper .image-box{
padding:0 80px;
}

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 14px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}


#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


#services .icon i {
  font-size: 40px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #e7191e;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
/* class  */
.class-box {
  padding: 30px;
  color: #fff;
}
/* product and services */
.product-service-wrapper .image-box {
padding: 0 55px;
}

 button.custom-btn{
  border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 button.btn-0{
  border: 2px solid #004289;
  color: #004289;
}
 button.custom-btn::after{
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
 button.btn-1:after {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004289;
}
 button.btn-1:hover,  button.btn-1:active {
  color: #fff;
}
 button.btn-1:hover:after,  button.btn-1:active:after {
  width: 100%;
}
/*  */
#video-wrapper {
  padding: 60px 0;
  background: linear-gradient(to bottom, rgba(0,66,137, .7), rgba(5,69,138, .8)), url(../images/bg3.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#video-wrapper .section-header h3,
#video-wrapper .section-header p {
  color: #fff;
}
#video-wrapper .video-box iframe{
width: 100%;
min-height: 300px;
}
/* faq */
.accordion .card{
  border: none;
}
.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}
.accordion .card .card-header {
  padding: 20px 30px;
  border-radius: 35px !important;
  transition: all .5s ease-in-out;
  position: relative;
}
.accordion .card-header:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
}
.accordion .card-header:hover, .accordion .card-header:focus{
  background: rgba(230,25, 28, 1);
  color: #fff;
}
.card.active > .card-header {
  background:  rgba(230,25, 28, 1);;
  color: #fff;
}
.card .card-body{
  padding: 25px;
}
.card-body p{
  border-left: 2px solid #dedede;
  padding-left: 30px;
}
/* bg-crypto  */
.bg-crypto {
  background-image: linear-gradient(to bottom, rgba(0,66,137, .8), rgba(5,69,138, 1)), url(../images/binary0.jpg);
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
/* ===============news and event ================ */
.news-box button.custom-btn{
  padding:5px  15px ;
  margin: 15px 0 0;
}
.news-box .fa-user-circle-o, .news-box .fa-calendar{
  margin-right: 10px;
}
.news-box .fa-user-circle-o{
  margin-left: 30px;
}
.news-box:hover .news-content h6 a{
  color: #e7191e;
}
.doc-type .fa-file-text::before{
  margin-right: 15px;
}
.doc-type ul{
  display: inline;
}
.doc-type ul li{
list-style: none;
display: inline-block;
position: relative;
}
.doc-type ul li:not(:last-child):after{
content: ',';
}
.news-box .fa-user-circle-o::before, .news-box .fa-calendar::before, .news-box .fa-file-text::before{
  color: #e7191e;
}
/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
  padding: 0 15px;
}

#team .member .social a:hover {
  color: #e7191e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}
#clients .carousel-control-prev, #clients .carousel-control-next{
  display: none;
}

/* mix slider
------------------------------ */
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 20.666667%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}

#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 50%;
  color: #e7191e;
  transition: 0.15s linear;
  transform: translateY(-50%);
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}

/* Contact page
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: unset;
  padding: 10px;
  border: 1px solid #004289;
}

#contact .form button[type="submit"] {
  background: #004289;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

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

#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #22344c;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}
#footer .footer-top .footer-links ul li{
  position: relative;
}
#footer .footer-top .footer-links ul li::before{
  content: '\f054';
  font-family: 'FontAwesome';
  margin-right: 20px;
  position: absolute;
  top: 0px;
  margin-right: 15px;
}
#footer .footer-top .footer-links ul li a{
padding: 0 0px 0px 30px;
display: inline-block;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
  font-size: 13px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
#footer .footer-bottom  ul li{
  list-style:none;
  display: inline-block;
  padding: 0 15px;
}
#footer .footer-bottom  ul li a,
#footer .footer-bottom  p a{
  color: #fff;
  transition: all .3s ease-in;
  padding: 10px;
}
#footer .footer-bottom  ul li a:hover, #footer .footer-bottom  p a:hover{
  color: #74b5fc;
}
#footer .footer-bottom  ul li a .fa{
  margin-right: 15px;
  color: #fff;
  font-size: 15px;
} 

/* table style
-------------------------------------- */
.table-wrapper .table thead tr{
  background: #004289;
  color: #fff;
  text-transform: capitalize;
}
.table-wrapper .td-foot .fa{
  margin-left: 15px;
}
.table-wrapper .td-foot .fa-copy:before, .table-wrapper .td-foot .fa-download:before{
margin-right: 15px;
color: #e7191e;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .mg-t-sm {
    margin-top: 20px;
  }
  .mg-t-md {
    margin-top: 50px;
  }
  .mg-t-lg {
    margin-top: 80px;
  }
  .mg-t-xl {
    margin-top: 120px;
  }
  .mg-b-sm {
    margin-bottom: 20px;
  }
  
  .mg-b-md {
    margin-bottom: 50px;
  }
  
  .mg-b-lg {
    margin-bottom: 80px;
  }
  
  .mg-b-xlg {
    margin-bottom: 120px;
  }
  /* padding class */
  .pd-t-sm {
    padding-top: 20px;
  }
  .pd-t-md {
    padding-top: 50px;
  }
  .pd-t-lg {
    padding-top: 80px;
  }
  .pd-t-xl {
    padding-top: 120px;
  }
  .pd-b-sm {
    padding-bottom: 20px;
  }
  
  .pd-b-md {
    padding-bottom: 50px;
  }
  
  .pd-b-lg {
    padding-bottom: 80px;
  }
  
  .pd-b-xlg {
    padding-bottom: 120px;
  }
  .header-scrolled{
    padding-top: 20px;
  }
  #header .logo a.desktop img {
  display:block;
  }
  
  #header .logo a.mobile img {
  display:none;
  }
  /* how it works */
  .how-it-works{
    padding: 30px;
  }
  /* faq */
  .faq-box{
    padding:30px;
  }
  /* facebook widget */
  .fb-page{
  max-height: 300px !important;
}
.fb-page span, .fb-page iframe {
  max-height: 300px;

}
}
@media (min-width: 992px) {
  .top-bar{
    display: block;
    transition: all .5s ease;
  }
  .display-none{
    display: none;
    visibility: hidden;
    transition: all .5s ease;

  }
  
  /* class */
  .class-box {
    padding: 80px;
    color: #fff;
  }
  /* client
  ------------------ */
  #clients .carousel-control-next .fa-chevron-right:before, #clients .carousel-control-prev .fa-chevron-left:before {
  color: #e7191e;
  }
  #clients  .carousel-control-prev, #clients  .carousel-control-next{
    display: block;
    position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 15%;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      transition: opacity 0.15s ease;
  }
  #clients  .carousel-control-prev{
    left: -15%;
  }
  #clients  .carousel-control-next{
    right: -15%;
  }
}

@media (max-width: 991px) {
  

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #video-wrapper .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}
/* map */
.map iframe{
  width: 100%;
}
/* contact-page
------------------------ */
.bg-gray{
  background: rgba(0, 0, 0, 0.05);
}
.bg-gray .breadcrumb{
  background: none;
  padding: 0;
}
.bg-gray h3{
  margin-bottom: 0;
}
ul.contact-links  li {
  list-style: none;
}