@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
#headerCntr {
  width: 100%; /*position: fixed; left: 0px; right: 0px; top: 0px;*/
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 9;
}
#headerCntr .holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1100px) {
  #headerCntr .holder {
    display: block;
  }
}
#headerCntr .marqueetop {
  background: #f58220;
  height: 40px;
}
#headerCntr .marquee {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  padding: 10px 0 0 0;
  width: 100%;
}
#headerCntr .menuBox {
  overflow: hidden;
  width: 100%;
  padding: 0 0 10px 0;
}
#headerCntr .menuBox .navbar {
  padding: 0px;
}
#headerCntr .menuBox ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin-bottom: 0px;
}
#headerCntr .menuBox ul li {
  position: relative;
}
#headerCntr .menuBox ul li a {
  display: block;
  padding: 5px 25px 0px 25px;
  font-size: 18px;
  color: #262525;
  line-height: 67px;
  text-decoration: none;
  position: relative;
}
@media (max-width: 1023px) {
  #headerCntr .menuBox ul li a {
    line-height: 45px;
  }
}
#headerCntr .menuBox ul li a:after {
  display: block;
  width: 0px;
  height: 5px;
  content: "";
  transition: all 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0px;
  background: #fd6802;
}
#headerCntr .menuBox ul li a:hover::after {
  width: 100%;
  left: 0px;
}
#headerCntr .menuBox ul li a:hover {
  color: #fd6802;
}
#headerCntr .logo {
  width: 220px;
  margin-top: 5px;
  display: block;
  float: left;
}
#headerCntr .logo img {
  width: 100%;
}
#headerCntr .loginBtn {
  padding-top: 25px;
  position: absolute;
  right: 15px;
  top: 0px;
  display: flex;
}
@media (max-width: 1023px) {
  #headerCntr .loginBtn {
    padding-top: 16px;
    right: 70px;
  }
}
@media (max-width: 767px) {
  #headerCntr .loginBtn {
    top: 7px;
  }
}
@media (max-width: 479px) {
  #headerCntr .loginBtn {
    display: none;
  }
}
#headerCntr .loginBtn a {
  margin-left: 20px;
  display: block;
  font-size: 16px;
  color: #0a0a0a;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
}
#headerCntr .loginBtn a i {
  margin-right: 5px;
  font-size: 20px;
  color: #fd6802;
}
#headerCntr .loginBtn a .info {
  margin-top: -4px;
}
#headerCntr .loginBtn:hover a {
  color: #0174be;
}

.headerblank {
  width: 100%;
  height: 143px;
  display: none;
}

.headertop {
  width: 100%;
  background: #0174be;
}
@media (max-width: 1100px) {
  .headertop .holder {
    height: 47px;
  }
}
.headertop .Stripmenu {
  width: auto;
  position: relative;
  /**/
}
.headertop .Stripmenu ul {
  margin-bottom: 0px;
  list-style: none;
  display: flex;
  padding: 0px;
}
@media (max-width: 1100px) {
  .headertop .Stripmenu ul {
    overflow-x: auto;
  }
}
.headertop .Stripmenu ul li a {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 15px;
  font-weight: 500;
  padding: 16px 18px;
  display: block;
}
.headertop .Stripmenu ul li a:hover, .headertop .Stripmenu ul li a.active {
  background: #064974;
}
.headertop .Stripmenu .dropdownMenu {
  display: none;
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 0px;
  color: #333;
  top: 47px;
  z-index: 1;
  border: 1px solid #0174be;
  max-height: 400px;
  overflow-y: auto;
}
.headertop .Stripmenu .dropdownMenu h5 {
  color: #0174be;
}
.headertop .Stripmenu .dropdownMenu ul {
  display: block;
}
.headertop .Stripmenu .dropdownMenu ul li {
  width: 20%;
  float: left;
}
@media (max-width: 1100px) {
  .headertop .Stripmenu .dropdownMenu ul li {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .headertop .Stripmenu .dropdownMenu ul li {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .headertop .Stripmenu .dropdownMenu ul li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .headertop .Stripmenu .dropdownMenu ul li {
    width: 100%;
  }
}
.headertop .Stripmenu .dropdownMenu ul li a {
  color: #333;
  white-space: inherit;
  padding: 10px 5px;
}
.headertop .Stripmenu .dropdownMenu ul li a:hover, .headertop .Stripmenu .dropdownMenu ul li a.active {
  color: #f58220;
  background: none;
}
.headertop .Stripmenu .dropdownMenu ul li i {
  margin-right: 10px;
}
.headertop .topsupport {
  width: auto;
}
@media (max-width: 767px) {
  .headertop .topsupport {
    position: absolute;
    right: 0px;
    top: -4px;
  }
}
.headertop .topsupport ul {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style: none;
  display: flex;
}
@media (max-width: 767px) {
  .headertop .topsupport ul {
    flex-direction: column;
  }
}
.headertop .topsupport ul li {
  padding: 0 10px;
}
.headertop .topsupport ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 479px) {
  .headertop .topsupport ul li a {
    font-size: 12px;
  }
}
.headertop .topsupport ul li a i {
  margin-right: 7px;
  color: #fd6802;
}
.headertop .topsupport ul li a:hover {
  color: #fd6802;
}

/*.Stripmenu {
    &:hover {
    .dropdownMenu { display: block;}
} }
*/
.show-mobile {
  display: none;
}
@media (max-width: 479px) {
  .show-mobile {
    display: block;
  }
}

.wraperCntr {
  overflow: hidden;
}

.mobileMenu {
  float: left;
  cursor: pointer;
  z-index: 15;
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.2s;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .mobileMenu {
    display: block;
  }
}

.mobileMenu span {
  display: block;
  height: 4px;
  text-indent: -9999px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 20%;
  left: 20%;
  transition: 0.2s;
}

.mobileMenu span:before, .mobileMenu span:after {
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 5px;
  background-color: #000;
  transition-duration: 0.2s, 0.2s;
  position: absolute;
  left: 0;
}

.mobileMenu span:before {
  top: -7px;
  transition-property: top, transform;
}

.mobileMenu span:after {
  bottom: -7px;
  transition-property: bottom, transform;
}

.mm-opened .mobileMenu span {
  background: none;
}

.mm-opened .mobileMenu.active span:before, .mm-opened .header__menu-toggle.active span:after {
  transition-delay: 0s, 0.2s;
}

.mm-opened .mobileMenu span:before {
  top: 0;
  transform: rotate(45deg);
}

.mm-opened .mobileMenu span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.site-search {
  float: right;
  position: relative;
  margin-top: 10px;
  width: 320px;
}
@media (max-width: 767px) {
  .site-search {
    width: 100%;
  }
}
.site-search .form-control {
  padding-right: 54px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.site-search .search-btn {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #064974;
  width: 40px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  color: #fff;
  font-size: 20px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before, .mm-panel.mm-hasnavbar .mm-navbar {
  display: none !important;
  height: 0px !important;
}

#bannerCntr {
  padding-top: 50px;
  width: 100%;
  position: relative;
  background: url(../../images/banner.jpg) right top no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  #bannerCntr {
    background-position: 84% top;
  }
}
@media (max-width: 767px) {
  #bannerCntr {
    padding: 50px 20px 0 20px;
  }
}
@media (max-width: 479px) {
  #bannerCntr {
    padding: 50px 0px 0 0px;
  }
}
#bannerCntr .topArticle {
  padding: 10px;
  width: 100%;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 1023px) {
  #bannerCntr .topArticle {
    padding: 20px;
  }
}
#bannerCntr .topArticle fieldset {
  border: none;
}
#bannerCntr .topArticle h3 {
  color: #0174be;
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  text-align: center;
}
@media (max-width: 1023px) {
  #bannerCntr .topArticle h3 {
    line-height: 30px;
  }
}
#bannerCntr .topArticle img {
  width: 100%;
  border-radius: 10px;
}
#bannerCntr .btnHolder {
  width: auto;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#bannerCntr .btnHolder a {
  padding: 10px 15px;
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 12px;
  box-sizing: border-box;
  background: #056998;
  border-radius: 5px;
  border: 2px solid #056998;
  transition: all 0.5s;
  text-decoration: none;
}
#bannerCntr .btnHolder a:hover {
  border: 2px solid #fff;
  animation: blink 1s ease-out;
}
@keyframes blink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(1.07);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@media (max-width: 767px) {
  #bannerCntr .btnHolder {
    display: none;
  }
}

.serviceBox {
  padding: 20px 0 50px 0;
  width: 100%;
  background: #e7f3ff;
}
.serviceBox p {
  font-size: 16px;
  color: #a9a9a9;
  line-height: 24px;
}
.serviceBox .service {
  padding: 25px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.serviceBox .service figure {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0px auto 20px auto;
}
.serviceBox .service figure img {
  width: 95px;
  object-fit: cover;
  display: inline-block;
}
.serviceBox .service p {
  max-height: 140px;
  font-size: 16px;
  color: #262525;
  line-height: 24px;
  overflow: hidden;
}
.serviceBox .service h4 {
  margin-bottom: 2px;
  overflow: hidden;
}
.serviceBox.whitebg {
  background: #fff;
}
.serviceBox.whitebg .service {
  border: 1px solid #fd6802;
  text-align: center;
}

.ratingBox {
  width: 100%;
  padding: 70px;
  background: url(../../images/bg2.jpg) center top no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .ratingBox {
    padding: 50px 0px;
  }
}
.ratingBox .overlay {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 767px) {
  .ratingBox .overlay {
    flex-direction: column;
  }
}
.ratingBox .overlay .circle {
  width: 205px;
  height: 205px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1023px) {
  .ratingBox .overlay .circle {
    width: 170px;
    height: 170px;
  }
}
@media (max-width: 767px) {
  .ratingBox .overlay .circle {
    margin-bottom: 30px;
  }
}
.ratingBox .overlay .circle img {
  width: 56px;
}
.ratingBox .overlay .circle h2 {
  color: #fff;
  line-height: 40px;
  margin-bottom: 2px;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .ratingBox .overlay .circle h2 {
    font-size: 33px;
  }
}
.ratingBox .overlay .circle p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .ratingBox .overlay .circle p {
    font-size: 14px;
    line-height: 20px;
  }
}

/*testimonialBox*/
.testimonialBox {
  padding: 117px 0 100px 0;
  width: 100%;
  position: relative;
  background: #e7f3ff;
}
@media (max-width: 1100px) {
  .testimonialBox {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 1023px) {
  .testimonialBox {
    padding: 50px 0 50px 30px;
  }
}
@media (max-width: 479px) {
  .testimonialBox {
    padding: 50px 0 50px 10px;
  }
}
.testimonialBox .testimonial {
  padding: 0 48px 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonialBox .testimonial {
    padding: 0 10px 0 20px;
  }
}
@media (max-width: 479px) {
  .testimonialBox .testimonial {
    padding: 0;
  }
}
.testimonialBox .quote {
  width: 100px;
  height: 100px;
  z-index: 1;
  position: absolute;
  left: -28px;
  top: -52px;
  border-radius: 100%;
  background: #fd6802;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
}
@media (max-width: 767px) {
  .testimonialBox .quote {
    width: 45px;
    height: 45px;
    font-size: 20px;
    left: 7px;
    top: -14px;
  }
}
@media (max-width: 479px) {
  .testimonialBox .quote {
    left: -14px;
    top: -23px;
  }
}
.testimonialBox .block {
  width: 100%;
  background: #0174be;
  padding: 34px 34px 25px 34px;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
@media (max-width: 479px) {
  .testimonialBox .block {
    padding: 14px;
    border-radius: 10px;
  }
}
.testimonialBox .block .profile {
  width: 100%;
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.testimonialBox .block img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}
.testimonialBox .block p {
  opacity: 85%;
  font-size: 22px;
}
@media (max-width: 479px) {
  .testimonialBox .block p {
    font-size: 16px;
  }
}
.testimonialBox .block .name {
  font-size: 20px;
  color: #fff;
  opacity: 85%;
}
@media (max-width: 479px) {
  .testimonialBox .block .name {
    font-size: 14px;
  }
}
.testimonialBox .content {
  max-width: 405px;
}
@media (max-width: 1023px) {
  .testimonialBox .content {
    max-width: 100%;
    padding-bottom: 85px;
  }
}
@media (max-width: 479px) {
  .testimonialBox .content {
    padding-bottom: 65px;
  }
}
.testimonialBox .content h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .testimonialBox .content h3 {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .testimonialBox .content h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.testimonialBox .content p {
  font-size: 22px;
  color: #0174be;
}
@media (max-width: 767px) {
  .testimonialBox .content p {
    font-size: 16px;
  }
}
.testimonialBox .content .button {
  font-size: 20px;
  line-height: 30px;
  background: #0174be;
  padding: 11px 60px 11px 20px;
  position: relative;
  font-weight: 500;
  border-radius: 14px;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .testimonialBox .content .button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .testimonialBox .content .button {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 20px;
  }
}
.testimonialBox .content .button i {
  font-size: 21px;
  position: absolute;
  top: 15px;
  right: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .testimonialBox .content .button i {
    position: static;
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    margin-left: 7px;
  }
}
.testimonialBox .slick-slide {
  padding: 0 10px;
}
.testimonialBox .slick-prev {
  display: none !important;
}
.testimonialBox .slick-prev,
.testimonialBox .slick-next {
  display: none !important;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fd6802;
}
.testimonialBox .slick-prev:before,
.testimonialBox .slick-next:before {
  font-family: "icomoon";
  content: "\e909";
  width: 10px;
  height: 15px;
  display: block;
  margin: 0px auto;
  font-size: 15px;
  line-height: 17px;
  opacity: 1;
}
.testimonialBox .slick-prev:before {
  content: "\e909";
}
.testimonialBox .slick-prev {
  left: -7px;
}
.testimonialBox .slick-prev.slick-disabled {
  display: none !important;
}
.testimonialBox .slick-next {
  right: 0px;
}
.testimonialBox .slick-next.slick-disabled {
  display: none !important;
}
.testimonialBox .slick-prev:hover,
.testimonialBox .slick-next:hover {
  background: #e7f3ff;
  border-color: #fff;
}
.testimonialBox .slick-prev:hover:before,
.testimonialBox .slick-next:hover:before {
  color: #fff;
}
.testimonialBox .slick-dots {
  width: 87%;
  bottom: -42px;
}
.testimonialBox .slick-dots li button {
  background: none;
  border: 1px solid #486b57;
  border-radius: 100%;
  width: 11px;
  height: 11px;
}
.testimonialBox .slick-dots li.slick-active button {
  background: #0174be;
  border-radius: 21px;
}

/**/
.detailCntr {
  width: 100%;
  overflow: hidden;
  background: #ededed;
  padding: 30px 0;
}

.leftCntr {
  width: 280px;
  float: left;
}
@media (max-width: 1100px) {
  .leftCntr {
    display: none;
  }
}

.mm-panels > .mm-panel {
  padding: 0px !important;
}

.rightCntr {
  width: calc(100% - 530px);
  padding: 0 20px;
  float: left;
  font-size: 15px;
  line-height: 30px;
}
@media (max-width: 1100px) {
  .rightCntr {
    width: calc(100% - 280px);
    padding-left: 0px;
  }
}
@media (max-width: 1023px) {
  .rightCntr {
    width: 100%;
    padding: 0px;
  }
}
.rightCntr h1 {
  padding: 5px 0px;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rightCntr h1 {
    font-size: 23px;
  }
}

.right_technology {
  width: 250px;
  float: left;
}
@media (max-width: 1023px) {
  .right_technology {
    width: 100%;
    padding: 10px;
    background: #fff;
    margin-top: 17px;
  }
}
.right_technology h3 {
  font-size: 20px;
}
.right_technology ol {
  padding: 0px 0 0 20px;
  margin: 0px;
}
.right_technology ol li {
  position: relative;
}
.right_technology ol li a {
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 7px 10px;
}
@media (max-width: 767px) {
  .right_technology ol li a {
    font-size: 14px;
  }
}
.right_technology ol li a.active, .right_technology ol li a:hover {
  color: #FF5300;
}

.titleHeader {
  width: 100%;
  background: #d0d0d0;
  color: #000;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}
.titleHeader h1 {
  padding: 5px 0px;
  font-size: 32px;
  font-weight: 500;
}

/*Right menu*/
.rightMenu {
  overflow: hidden;
  background: #fff;
}
.rightMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.rightMenu ul li {
  position: relative;
}
.rightMenu ul li a {
  font-size: 16px;
  color: #222222;
  text-decoration: none;
  display: block;
  padding: 7px 30px 7px 20px;
}
.rightMenu ul li a:after {
  display: none;
  content: "";
  width: 3px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  background: transparent linear-gradient(103deg, #F15747 0%, #F68E63 100%) 0% 0% no-repeat padding-box;
  transform: translateY(-50%);
}
.rightMenu ul li a i {
  margin-right: 5px;
}
.rightMenu ul li a.active, .rightMenu ul li a:hover {
  background: #FAEDEA;
  color: #FF5300;
}
.rightMenu ul li a.active:after, .rightMenu ul li a:hover:after {
  display: block;
}
.rightMenu ul li.titleHeader {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .rightMenu ul li.titleHeader {
    padding: 15px;
  }
}

.nextBtn, .prevBtn {
  background-color: #0174be;
  color: #ffffff;
  border-color: #04AA6D;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  float: right;
  text-decoration: none;
  display: block;
  padding: 5px 10px 5px 20px;
  font-weight: 600;
}
.nextBtn:hover, .prevBtn:hover {
  color: #fff;
  text-decoration: none;
}

.prevBtn {
  float: left;
  padding-left: 10px;
  padding-right: 20px;
}

/*Content detail */
.content_detail {
  padding: 0px 0 20px 0;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 767px) {
  .content_detail {
    margin: 0 -14px;
  }
}
.content_detail img {
  margin: 10px 0;
  max-width: 100%;
}
.content_detail p {
  text-align: justify;
}

#footerCntr {
  width: 100%;
  overflow: hidden;
  background: #fff;
}
#footerCntr .footer_holder {
  padding: 50px 0 0 0;
}
@media (max-width: 1023px) {
  #footerCntr .footer_holder {
    padding: 20px;
  }
}
#footerCntr .footerlogo {
  padding: 20px 0;
  margin-bottom: 50px;
  width: 100%;
  background: #fff;
  border-top: 10px solid #0174be;
  border-bottom: 10px solid #0174be;
}
#footerCntr .footerlogo .f_logo_b {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#footerCntr .footerlogo .f_logo_b img {
  margin: 0 5px;
}
#footerCntr .list h4 {
  color: #333;
}
#footerCntr .list ul {
  list-style: none;
  padding-left: 0px;
}
#footerCntr .list ul li {
  padding: 5px 0;
}
#footerCntr .list ul li a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footerCntr .list ul li a {
    font-size: 14px;
  }
}
#footerCntr .list ul li a:hover {
  color: #fd6802;
}
#footerCntr .list ul li i {
  margin-right: 5px;
  font-size: 10px;
}
#footerCntr .block {
  width: 100%;
  margin-top: 50px;
}
#footerCntr .social {
  width: 100%;
  margin-top: 50px;
}
#footerCntr .social h4 {
  color: #333;
}
#footerCntr .social ul {
  list-style: none;
  display: flex;
  padding-left: 0px;
}
#footerCntr .social ul li {
  padding: 0 10px 0 0;
}
#footerCntr .social ul li a {
  font-size: 14px;
  color: #333;
}
#footerCntr .social ul li a:hover {
  color: #fd6802;
}
#footerCntr .footerbottom {
  padding: 20px 0;
  width: 100%;
  background: #364266;
}
#footerCntr .footerbottom a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1023px) {
  #footerCntr .footerbottom a {
    font-size: 12px;
    white-space: nowrap;
  }
}
#footerCntr .footerbottom a:hover {
  color: #fd6802;
}
#footerCntr .footerbottom .bottomlink {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #fff;
}
#footerCntr .footerbottom .bottomlink ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footerCntr .footerbottom .bottomlink ul li {
  padding: 0 10px 0 10px;
}
@media (max-width: 767px) {
  #footerCntr .footerbottom .bottomlink ul li {
    width: 50%;
  }
}
#footerCntr .footerbottom .bottomlink ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#footerCntr .footerbottom .bottomlink ul li a:hover {
  color: #fd6802;
}
#footerCntr .copyright {
  padding: 20px 0 5px 0;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
  font-size: 13px;
}

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

input,
button {
  font-family: "Open Sans", sans-serif;
}

focus {
  outline: none;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background-color: #fff;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

#wraperCntr {
  width: 100%;
  overflow: hidden;
}

#contentCntr {
  width: 100%;
  overflow: hidden;
}

h2 {
  font-size: 35px;
  color: #0174be;
  line-height: 60px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  color: #0174be;
  line-height: 35px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  color: #0174be;
  line-height: 25px;
  font-weight: 600;
}

.redBtn {
  display: block;
  padding: 15px 40px 10px 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  background: #fd6802;
}
.redBtn:hover {
  background: #0174be;
  color: #fff;
  transition: all 0.5s;
}

/*# sourceMappingURL=style.css.map */
