@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');
/*
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a, a:hover, a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
*/
.top-35 {
  padding-top: 35px;
}
.footerheader {
  text-align: center;
  background-color: #175c85;
  padding: 15px 0;
}
.footerSection {
  padding: 50px 0 20px;
  background-color: #f4f4f4;
}
.footer_heading > h3 {
  color: #45464b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.popLinks > a {
  color: #485465;
  font-size: 14px;
  padding: 8px 8px 8px 35px;
  display: block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.popLinks > a:hover {
  background-color: #f4f4f4;
  color: #175c85;
}
.popLinks > a > span.arrowIcon > i {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  /*    border: 1px solid #485465;*/
  top: 10px;
  padding: 2px;
  transform: translate(0, 0);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.popLinks > a:hover > span.arrowIcon > i {
  transform: translate(3px, 0);
  color: #175c85 !important
}
.popLinks > a.active {
  background-color: #175c85;
  border-color: #d4d4d4;
  color: #fff;
  font-weight: 500;
}
.popLinks > a.active span.arrowIcon > i {
  color: #fff;
  width: 18px;
  height: 18px;
}
.blogInfo {
  position: relative;
}
.blogInfo + .blogInfo {
  margin-top: 15px;
}
.blogImg {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}
.blogImg > img {
  max-width: 35px;
}
.blogDetail {
  padding-left: 90px;
}
.blogDetail > a {
  color: #45464b;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}
.blogDetail > span {
  color: #5a5b60;
  font-size: 14px;
  font-weight: 500;
  margin: 8px 0 10px;
  display: block;
  line-height: 20px;
}
.blogDetail > p {
  color: #5a5b60;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 20px;
  margin: 0;
}
.blogDetail > p > a {
  text-decoration: underline;
}
.linkCol {
  color: #337ab7;
  font-size: 13px;
  font-weight: 600;
}
.addCol > ul > li {
  color: #45464b;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}
.addCol > ul > li > a {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.addCol > ul > li > a:hover {
  color: #175c85;
  text-decoration: underline;
}
.addCol > ul > li > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #175c85;
}
.addCol > ul > li + li {
  margin-top: 10px;
}
.newsletter {
  margin-top: 30px;
  max-width: 230px;
}
.newsletter > h3 {
  color: #5a5b60;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3px;
}
.form_group {
  position: relative;
  border: 1px solid #646464;
  border-radius: 4px;
  background-color: #fff;
  height: 45px;
  padding-right: 45px;
  overflow: hidden;
}
.inputStyle {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  height: 45px;
  background-color: transparent;
}
.form_group > span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #646464;
}
.form_group > span > img {
  width: 20px;
}
.socialLinks {
  margin-top: 20px;
}
.socialLinks > ul > li {
  display: inline-block;
  width: 18%;
}
.socialLinks > ul > li > a {
  color: #175c85;
  font-size: 20px;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.socialLinks > ul > li > a:hover {
  background-color: #175c85;
  color: #fff;
}
.footerInfo.addfooterInfo {
  margin-left: 30px;
}
.footerbottom {
  background-color: #175c85;
  padding: 30px 0;
}
.footerText > p {
  color: #fff;
  font-size: 14px;
  opacity: .8;
  margin: 0;
}
.footerlinks {
  text-align: center;
}
.footerlinks > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.footerlinks > ul > li a {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  opacity: 0.8;
}
.footerlinks > ul > li a:hover {
  opacity: 1;
}
.footerlinks > ul > li + li {
  margin-left: 15px;
}
.footerDetail {
  text-align: right;
}
.footerlinks > ul > li > span {
  display: inline-block;
  vertical-align: middle;
}
.footerlinks > ul > li > span > img {
  width: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
}
.footerRow {
  position: relative;
  padding-right: 0px;
}
.scrollTop {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop > a {
  font-size: 30px;
  color: #175c85;
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.scrollTop > a > img {
  width: 14px;
}
.footerLogo > a > img {
  max-width: 175px;
}
/********************************
********** media-quary ********
*********************************/
@media (min-width:1400px) {}
@media (max-width:1400px) {
  .blogImg {
    height: 60px;
    width: 60px;
  }
  .blogDetail {
    padding-left: 75px;
  }
  .blogImg > img {
    max-width: 30px;
  }
  .footerInfo.addfooterInfo {
    margin-left: 0;
  }
  .addCol > ul > li {
    font-size: 14px;
    padding-left: 24px;
  }
  .footerlinks > ul > li + li {
    margin-left: 10px;
  }
}
@media (max-width:1199px) {
  .blogImg {
    height: 45px;
    width: 45px;
  }
  .blogDetail {
    padding-left: 55px;
  }
  .blogDetail > a {
    font-size: 14px;
    line-height: 18px;
  }
  .blogDetail > p {
    font-size: 12px;
    line-height: 16px
  }
  .blogDetail > span {
    margin: 5px 0 8px;
    line-height: 20px;
  }
  .sliderInfo > p {
    line-height: 18px;
  }
  .sliderItemsIcons > i {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .sliderInner {
    padding-left: 40px;
  }
  .addCol > ul > li {
    font-size: 13px;
    padding-left: 20px;
    line-height: 20px;
  }
  .newsletter {
    margin-top: 20px;
    max-width: 100%;
  }
  .newsletter > h3 {
    letter-spacing: 0;
  }
  .scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .footerlinks > ul > li a {
    font-size: 13px;
  }
  .footerlinks > ul > li > span > img {
    width: 15px;
    margin-right: 5px;
  }
}
@media (max-width:991px) {
  .footerLogo > a > img {
    max-width: 150px;
  }
  .footerInfo {
    margin-bottom: 40px;
  }
  .popLinks {
    max-width: 100%;
  }
  .footer_heading > h3 {
    margin-bottom: 20px;
  }
  .blogInfo + .blogInfo {
    margin-top: 30px;
  }
  .footerbottom {
    padding: 25px 0;
    text-align: center;
  }
  .footerDetail {
    text-align: center;
  }
  .footerText {
    margin-top: 25px;
  }
  .socialLinks > ul > li {
    width: 15%;
  }
  .sliderItems {
    height: 235px;
  }
  .datepicker {
    margin-top: 0;
  }
  .sliderItems ul li {
    height: auto;
  }
  .sliderInner {
    margin-bottom: 15px;
  }
  .footerText p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .footerDetail {
    padding-top: 10px;
  }
}
@media (max-width:585px) {
  .footerText p {
    font-size: 13px;
  }
  .footerRow {
    padding-bottom: 20px;
  }
  .footerSection {
    padding: 20px 0 0;
  }
  .footer_heading > h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .sliderItems {
    height: 200px;
  }
  .sliderInner {
    margin-bottom: 10px;
  }
  .footerInfo {
    margin-bottom: 25px;
  }
  .footerheader {
    padding: 10px 0;
  }
  .footerbottom {
    padding: 25px 0 25px;
  }
  .scrollTop > a {
    width: 20px;
    height: 20px;
  }
  .scrollTop > a > img {
    width: 10px;
  }
  .blogInfo + .blogInfo {
    margin-top: 20px;
  }
}
.footerText {
    font-size: 11px;
}