@font-face {
  font-family:RobotoLight;
  src: url('../fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
  font-family:RobotoBlack;
  src: url('../fonts/Roboto/Roboto-Black.ttf');
}
@font-face {
  font-family:RobotoRegular;
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family:MontserratRegular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
  font-family:RobotoRegular;
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
  font-family:MontserratExtraBold;
  src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
}
@font-face {
  font-family:MontserratBold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}
@font-face {
  font-family:MontserratLight;
  src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
body {
  color: #363636;
}
a {
  color: #363636;
}
a:hover {
  color: #363636;
  text-decoration: none;
}
.footer-top ul{
  padding-left: 0 !important;
}
ul,li{
  list-style: none;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
#topbar {
  background: #F2F2F2;
  padding:15px;
  font-size: 14px;
  transition: all 0.5s;
  color: #363636;
}
.contact-info i{
  color: #52C9EA;
}
#topbar.topbar-scrolled {
  top: -40px;
}
.contact-info{
  font-family:"RobotoLight";
}
#topbar .contact-info a {
  line-height: 1;
  color: #363636;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i , #topbar .contact-info div svg {
  padding-right: 4px;
  margin-left: 15px;
}
#topbar .contact-info i:first-child,#topbar .contact-info div svg:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #52C9EA;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
.social-links i{
  background: white;
  padding: 8px;
  border-radius: 8px;
}
#topbar .social-links a:hover {
  color: #fff;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header  button{
  background: transparent;
    border-radius: 15px;
    border: 1px solid #52C9EA;
    color: #52C9EA;
}
#header  button a{
color: #52C9EA;
font-weight: 900;
font-size:12px;
text-transform: uppercase;
}
#header.header-scrolled {
  top: 0;
  padding: 15px;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  width: 170px;
  background-color: white;
  position: absolute;
    z-index: 1000000;
    top: 9%;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    padding-left: 29px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
}
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu{
  margin-left: 230px;
}
.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 60px;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #707070;
  transition: 0.3s;
  font-size: 19px;
  padding: 0 3px;
  font-family: "RobotoRegular";
}
.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: -5px;
  left: 0;
  background-color: #52C9EA;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  top: 30px;
  z-index: 1000000;
}
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #52C9EA;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  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: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062b5b;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
.mobile-nav-toggle {
  position: fixed;
  right: 330px;
  top: 15px;
  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;
}
.icofont-navigation-menu:before{
  color:#363636;
}

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

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

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

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

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

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

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

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

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

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

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

#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/slider1.png") top left;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
/* .carousel-item-1{
  background: url("../img/slider1.png") top left;
  height: 100vh;
}
.carousel-item-2{
  background: url("../img/history.png") top left;
  height: 100vh;
}
.carousel-item-3{
  background: url("../img/bg.jpg") top left;
  height: 100vh;
} */
#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 132px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
  #footer iframe{
    width: 100% !important;
  }
  .margins{
    margin:0px !important;
    padding:0px !important;
  }
  
  #about-slider #hero h1, #services-slider #hero h1, #contact-slider #hero h1, #news-slider #hero h1{
    padding-left:30px !important;
  }
  .paddings{
    padding-left:0px !important;
  }
  #history img{
    width:90%;height:100%; padding-left:10px;
  }
}
@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
  .index-footer .footer-newsletter form input[type="email"]{
width: 70% !important;
    margin-right: 15px;
  }
}
.index-footer .input{
  left:70%;
}
.index-footer .footer-newsletter form input[type="email"]{
  width: 400px ;
}
.about-footer .footer-newsletter form input[type="email"],.services-footer .footer-newsletter form input[type="email"],.news-footer .footer-newsletter form input[type="email"]{
  width: 380px !important;
}
@media (max-width: 600px) {

}
/* .container, .container-lg, .container-md, .container-sm, .container-xl{
  max-width: 1250px !important;
} */
@media (min-width: 1200px){
.container {
    width: 1260px !important;
}
}
#hero .circle-box{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 60px !important;
  padding-right: 60px !important;
  backdrop-filter: blur(4px);
  background: transparent !important;
  background-image: url("../img/bg-small.png");
      object-fit: cover;
    background-position: top;
    border: 0.5px solid #f1eaea;
}
.image-circle img{
  top: 3%;
  /* padding-top: 30%; */
  position: absolute;
  width: 145px;
  height: 147px;
  /* object-fit: cover; */
  z-index: 1000000;
  right: 0%;
}
.hero-button{
  border:1px solid #52C9EA;
  background: white;
  color:#52C9EA;
  border-radius:15px;
}
.hero-button a{
  color:#52C9EA;
  font-family:"MontserratBold";
  font-size:13px;
}
#hero p{
  color:white;
  font-family:"MontserratExtraBold";
}
#hero .row{
  padding-left:800px;
}
#hero h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  /* line-height: 56px; */
  color: white;
  font-family: "Poppins", sans-serif;
  /* padding-left: 250px; */
}
.li {
  display: inline-block;
  margin: 0 6px 0 0;
  padding: 0;
  font-size: 19px;
}
.line-height{
  line-height: 1em !important;
}
.a {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 12px 0 0;
  font-size:19px;
}
.ul .li .a::after {
  position: absolute;
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 20px;
  line-height: 10px;
  content: '/';
  color: white;
  padding-left: 10px;
  padding-top: 11px;
}
.li a{
  color:white;
}
.paddings{
  padding-left: 258px;
}
#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  .footer-links{
    padding-left:unset !important;
  }
  #footer .input{
    left:unset !important;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 140vh;
  }
}
.section-bg {
  background-color: #F2F2F2;
}
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 0;
  background: #52C9EA;
  color: white;
  display: inline-block;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  color:#363636; font-family: "MontserratLight";
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
@media (max-width: 992px) {

  .quote-position, .contact-footer .footer-newsletter{
    padding-left:30px !important;
  }
  .contact-footer .form{
    width:300px !important;
  }
 .contact-footer .footer-newsletter form input[type="email"]{
    width:300px !important;
  }
  .contact-footer .input-footer{
    left: 85% !important;
  }
}
#about{
  background-image: url("../img/bg22.png");
  background-position: top;
  background-repeat: no-repeat;
}
.parallax{
  min-height: 200px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/parallax.png");
}
.parallax .container .row{
  justify-content: space-evenly;
}
#about-slider #hero,#services-slider #hero,#contact-slider #hero,#news-slider #hero{
  background: url("../img/slider.png") ;
  height:170px;
}
#about-slider #hero,#services-slider #hero,#contact-slider #hero,#news-slider #hero{
  justify-content: unset !important;
}
#about-slider #hero h1,#services-slider #hero h1,#contact-slider #hero h1,#news-slider #hero h1{
  padding-left: 225px;
}
.box{
  background-color:#F2F2F2;
  border-radius:10px;
  padding:50px;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
.home-services button{
  border:1px solid #B1B1B2;
  border-radius:15px; background: #F2F2F2;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
.home-services button p{
  color:#B1B1B2 !important; font-weight:bold !important;
}

#services h2{
  color:#B1B1B2;
  font-size:20px; text-transform: uppercase;
}
#services p{
  color:#363636;
  font-size:15px;    font-weight: 100;
}
#services .box:hover h2 {
color:#52C9EA;
cursor:pointer;
}
.box:hover{
  background-color: white;cursor:pointer;
}
.box h2{

}
#services .box svg{
  fill:#B1B1B2 !important;
}
#services .box:hover svg{
  fill:#52C9EA !important;
  cursor:pointer;
}
#services .box:hover button{
border:1px solid #52C9EA;
background-color: white;
}
#services .box:hover button p{
  color:#52C9EA !important;
  }

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
#about p{
 font-size: 15px; font-family: "RobotoLight";
}
.border-top-title{
  border-top:5px solid #52C9EA;border-radius:10px;    width: 60px;
}
.date-title{
font-size: 20px !important; color: #363636; font-family:"RobotoLight";
}
#index .date-title{
  font-size: 19px !important;
}
.colored-title{
  color:#52C9EA;
  font-family:"RobotoBlack" !important; font-size: 19px !important;
}
.sub-title{
  color:white !important;
}
.spacing-circle{
  display: flex;
    justify-content: space-between;
}
.circle-box{
  background: white;
  border-radius: 50%;
  /* padding: 30px; */
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 15%);
}
.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul div {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}
@media (min-width:1440px) and (max-width:1440px) {
  .index-footer iframe {
    width: 489px !important;
  }
  .contact-footer iframe{
    width: 852px !important; 
  }
  #about-slider #hero h1, #services-slider #hero h1, #contact-slider #hero h1, #news-slider #hero h1 {
    padding-left: 300px !important;
}
}

@media(min-width:1440px){
.paddings {
  padding-left:241px  !important;
}
#news-slider .paddings{
  padding-left:212px  !important;
}
#services-slider .paddings{
  padding-left:261px  !important;
}
}
.services .icon-box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i {
  color: #106eea;
}

.services .icon-box:hover .icon {
  border-color: #106eea;
}
.team {
  padding: 60px 0;
}
#team .read button{
  border: 1px solid #B1B1B2;
  background: white;
  color: #B1B1B2;
  border-radius: 15px; font-size:13px;text-transform: uppercase; font-weight:bold;
}
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;width:100%;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
#news .member-img img{
  width: 300px;
}
.member:hover .social, .lightbox:hover .social{
  position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background: linear-gradient(1deg, rgba(0,0,0,0) -110%, rgba(17, 52, 62, 1) 190%);
    cursor:pointer;
    height: 100%;
}
.member:hover .member-info{
background-color: #52C9EA; 
cursor:pointer;
}
#team .member:hover .member-info .read button{
  color:#52C9EA;
  border:1px solid #52C9EA;
}
.social svg{
  margin-top:80px;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #3b8af2;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 100;
  margin-bottom: 5px;
  font-size: 20px;
  color: #B1B1B2;
}
.team .member:hover .member-info h4 {
  color: white;
}
.team .member:hover .member-info span {
  color: white;
}
.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 100;
  color: #363636;
  font-size:13px;
  font-family: "RobotoLight";
}
#team .read{
  display: flex;
  justify-content: flex-end;
}
.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.bg-img{
  background: url(../img/bg1.png) no-repeat;
  background-position: center;
  object-fit: contain;
  background-color: #52C9EA;
}
#team .send button{
  border: 1px solid white;
  border-radius: 20px;
  background: transparent;
  color: white; font-size:13px;    font-weight: 600;
}
.quote-position,.contact-footer .footer-newsletter{
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 110px;
}
.contact-footer .color{
  color:white;
}
.contact-footer .form{
  width: 500px;
}
#team .send{
  display: flex; justify-content: flex-end;
}
.request{
  text-transform: uppercase;
  color:white !important;
  font-size: 25px; font-weight:400;font-family: "MontserratBold" !important;
}
.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contact-footer iframe{
  width: 737px ;     height: 355px;
}
#footer {
  background: #fff;
  color: #444444;
  font-size: 14px;
}
#footer iframe{
  width:421px;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
.contact-footer .footer-newsletter h4{
  font-size: 35px !important;
}
.title{
  font-size: 20px !important;
}
.contact-footer .input-footer {
  left: 89%;
  background: white;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
#footer .input{
  background: white;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    left: 90%;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
#footer .footer-newsletter form {
  margin-top: 30px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer form{
   width: 400px;
}
.bold-title{
  font-family:"MontserratBold"
}
.contact-info-page .bold-title{
  color:#52C9EA;
}
.contact-info-page p{
  color:#363636; font-family: "RobotoLight";
}
.contact-info-page .number{
  font-family: 'RobotoLight';
  font-size: 17px;
}
.contact-title{
  font-weight: 100; color:#363636;
}
#history p{
  font-family: "RobotoLight";
}
.contact-footer .footer-newsletter form input[type="email"]{
  width: 400px;
}
#footer .footer-newsletter form input[type="email"] {
  border-radius: 5px;
  border:0;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 10px;
  border-radius: 5px;
 font-family: "RobotoLight";
}
#team .form-group .form-control{
  font-size: 13px !important;    font-weight: 100 !important;
}
.form-control{
  padding: 20px 12px !important;
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #106eea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.contact-footer .footer-links{
  background-color: #192C31;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 60px 0 0px 0;
  background: #192C31;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-contact h3{
  font-family:"MontserratExtraBold"
}
#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 400;
  color:white;
}

#footer .footer-top .footer-contact h3 span {
  color: white;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "MontserratLight";
  color: white;
}

#footer .footer-top h4 {
  font-size: 31px;
  font-family: "RobotoLight";
  color: white;
  position: relative;
  padding-bottom: 12px;
}

#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 i {
  padding-right: 2px;
  color: #106eea;
  font-size: 18px;
  line-height: 1;
}
#footer span{
  color:white !important;
}
.footer-newsletter p{
  color: white;
  font-size: 16px;
  font-family: "RobotoLight";
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #106eea;
}

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

#footer .footer-top .social-links a:hover {
  background: #3b8af2;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

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

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
.content-module{
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  }
  .content-module-left{
    padding-left: 10px;
  }
  
  @media (min-width: 1200px){
  .content-module {
    max-width: 1351px;
  }
  }
  .footer-links {
    padding-left:90px;
  }
  .contact-footer .footer-links{
    padding-left:unset !important;
  }
  .d-flex{
	display:flex;flex-wrap:wrap;
  }
  .h100{height:100%}
  
  @media (max-width: 960px){
	  body , html{width:100%;display:block}
	  #header .logo img{top:0}
	  .mobile-nav-toggle{right:30px;}
	  #header{padding:0}
	  #hero .row.margins{justify-content:center}
	  .spacing-circle .circle-box{margin-bottom:25px;    width: 50%;}
	  .footer-newsletter{padding-left:15px;}
	  .spacing-circle{    display: flex;flex-direction: column;justify-content: center;flex-wrap: inherit;align-items: center; }
	  .mobile-nav{z-index:9999999999}
	  .contact-info-page .row .col-lg-6{padding-bottom:50px;}
	  #about-slider #hero, #services-slider #hero, #contact-slider #hero, #news-slider #hero{height:350px}
	  .contact-info-page .form-group.col-md-6.pr-3{padding-left:1rem}
	  #hero .pt-5{padding-top:230px !important}
	   #hero .paddings{padding-top:10px}
	   #news .member-img img{width:auto;max-width:100%}
	   #footer span ,  #footer li{
  color:white !important;
}
  }