body {
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #191919;
}

a {
  display: inline-block;
  color: #1e59d7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: #191919;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

p {
  margin: 0;
  font-weight: 400;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.mobile-nav {
  position: relative;
}
.mobile-nav .logo {
  margin: 0;
}
.mobile-nav .logo a {
  position: absolute;
  left: 2%;
  margin-top: 7px;
  z-index: 99999999;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #ffffff;
}

.bg-blue {
  background-color: #1e59d7;
  border-color: #1e59d7;
}

.text-blue {
  color: #1e59d7;
}

.btn-primary {
  background: #1e59d7 !important;
  border-color: #1e59d7 !important;
}

.btn-outline-primary {
  border-color: #1e59d7;
  color: #1e59d7 !important;
}
.btn-outline-primary:hover {
  background-color: #1e59d7 !important;
  color: #ffffff !important;
}

.head1 h2 {
  font-size: 50px;
}

.para1 {
  max-width: 60%;
  padding: 2rem 0;
}
.para1 p {
  font-weight: 400;
  color: #0D1C30;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay::after {
  background: #191919 none repeat scroll 0 0;
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn {
  border-radius: 0;
  border-width: 2px;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: #ced4da;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.preloader img {
  background: #ffffff;
  position: fixed;
  width: 50px;
  height: auto;
  top: 40%;
  left: 46%;
  z-index: 99999;
}

.submit-btn {
  border: 1px solid transparent;
  background: #1e59d7;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  margin-top: 1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit-btn:hover {
  background: #0D1C30;
}

.btn-blue {
  border-color: #1e59d7;
  background: #1e59d7;
  color: #ffffff;
}
.btn-blue:hover {
  background-color: #ffffff;
  color: #1e59d7;
}

.btn-white {
  border-color: #ffffff;
  background: #ffffff;
  color: #1e59d7;
}
.btn-white:hover {
  background-color: #ffffff;
  color: #1e59d7;
}

.btn-black {
  border-color: #191919;
  background: #191919;
  color: #ffffff;
}
.btn-black:hover {
  background-color: #ffffff;
  color: #191919;
}

.section-padding {
  padding: 80px 0;
}

.description {
  color: #495057;
  font-weight: 400;
}

.appointment-form .description {
  margin-bottom: 20px;
}

.ui-tooltip, .arrow:after {
  background: #191919;
  border: 1px solid #ffffff;
}

.ui-tooltip {
  padding: 5px 10px;
  color: #ffffff;
  font-family: "Ubuntu", sans-serif;
  text-transform: capitalize;
  box-shadow: 0 0 7px #191919;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px #191919;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.niceselect {
  width: 100%;
  border-radius: 0;
}
.niceselect ul.list {
  width: 100%;
  border-radius: 0;
}
.niceselect ul.list .option:hover {
  background-color: #1e59d7;
  color: #ffffff;
}
.niceselect .current {
  color: #495057;
}

.separator {
  margin-bottom: 1rem;
}
.separator .shape {
  height: 12px;
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.separator .line-post {
  height: 3px;
  min-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -3px;
}
.separator .line-pre {
  height: 3px;
  min-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -3px;
}

.section-title .description {
  max-width: 50%;
}
.section-title .description.text-center {
  margin: 0 auto;
}
.section-title .description.text-center p {
  color: #495057;
}

footer {
  padding-top: 50px;
}
footer .copyright {
  background-color: #ffffff;
  padding: 20px;
}
footer .copyright a {
  font-weight: 500;
}
footer .copyright a:hover {
  color: #191919;
}

.meanmenu-reveal {
  transition: none;
  overflow: hidden;
}

.mean-container .mean-bar {
  background: transparent;
}
.mean-container .mean-nav {
  background: #1e59d7;
  max-height: 250px;
  overflow: auto;
}
.mean-container .mean-nav ul li a:hover {
  color: #ffffff;
  background-color: #4377e5 !important;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 28px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #ffffff !important;
  color: #1e59d7;
}

.contact-info .info h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #0D1C30;
  margin-bottom: 1rem;
}
.contact-info .info span {
  display: inline-block;
  font-size: 16px;
  color: #495057;
}

.contact-form .submit-btn {
  width: inherit;
  padding: 8px 25px;
}

.google-map iframe {
  width: 100%;
}

.scrolltotop {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 10;
  display: none;
}
.scrolltotop a {
  background-color: #1e59d7;
  color: #ffffff;
  padding: 6px 15px;
  font-size: 16px;
}
.scrolltotop a:hover {
  background-color: #0D1C30;
}

.header-contact span {
  margin-right: 5px;
}
.header-contact span i {
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}

.header-social ul {
  text-align: right;
  width: 100%;
}
.header-social ul li {
  display: inline-block;
  margin: 0 5px;
}
.header-social ul li a {
  font-size: 16px;
  color: inherit;
}
.header-social ul li a:hover {
  color: #1e59d7;
}

.header-info {
  padding: 15px;
}
.header-info .logo h2 {
  display: inline-block;
  text-transform: uppercase;
}

.info-block .icon {
  width: 15%;
  float: left;
  margin-top: 10px;
  text-align: center;
}
.info-block .icon i {
  font-size: 20px;
}
.info-block .info-content {
  width: 85%;
  overflow: hidden;
}
.info-block .info-content .info-head h4 {
  font-size: 15px;
  color: #1e59d7;
}

.mobile-logo {
  display: none;
}

.navigation .menu li {
  display: inline-block;
}
.navigation .menu li a {
  font-weight: 400;
  padding: 10px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.navigation .menu li a:hover {
  background-color: #0D1C30;
}
.navigation .menu li.has-submenu {
  position: relative;
}
.navigation .menu li.has-submenu > a::after {
  content: "\f107";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.navigation .menu li.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .menu li.has-submenu .submenu li {
  display: block;
}
.navigation .menu li.has-submenu .submenu li a {
  padding: 5px 10px;
  display: block;
}
.navigation .menu li.has-submenu .submenu li a:hover {
  background-color: #0D1C30;
}
.navigation .menu li.has-submenu:hover .submenu {
  visibility: visible;
  opacity: 1;
}
.navigation .menu li.has-submenu:hover .submenu li a:hover {
  padding-left: 15px;
}

.banner-item {
  background-position: top center;
  background-repeat: no-repeat;
  padding: 170px 0;
  background-size: cover;
}

.slide1 {
  background-image: url("../img/1.jpg");
}

.banner-bg {
  background-image: url("../img/bannerbg.jpg");
}

.page-banner .head1 h2 {
  display: inline-block;
  background: #1e59d7;
  padding: 0 10px;
}

.slide2 {
  background-image: url("../img/slider.jpg");
}

.slide3 {
  background-image: url("../img/3.jpg");
}

.home-slider .owl-nav .owl-next, .home-slider .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.home-slider .owl-nav .owl-next {
  right: 0;
  display: flex;
  color: #ffffff !important;
  margin-right: 2%;
  font-size: 25px !important;
}

.home-slider .owl-nav .owl-prev {
  left: 0;
  display: flex;
  color: #ffffff !important;
  margin-left: 2%;
  font-size: 25px !important;
}

.home-slider .owl-nav i {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 5px 10px;
}
.home-slider .owl-nav i:hover {
  background-color: #1e59d7;
  border-color: #1e59d7;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.iconbox {
  padding: 25px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iconbox .icon {
  margin-bottom: 20px;
}
.iconbox .icon span {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  background-color: #1e59d7;
  padding: 5px 12px;
  border-radius: 50%;
  border: 5px solid #7097eb;
}
.iconbox .title {
  margin-bottom: 20px;
}
.iconbox .title h4 {
  font-size: 20px;
  color: #0D1C30;
  text-transform: uppercase;
}
.iconbox .description p {
  color: #495057;
  font-size: 15px;
  font-weight: 400;
}
.iconbox:hover {
  -moz-transform: translate(0px, -5px);
  -webkit-transform: translate(0px, -5px);
  -o-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}
.iconbox:hover .icon span i {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flip-box {
  background-color: #ffffff;
  min-width: 300px;
  height: 200px;
  perspective: 1000px;
}
.flip-box .flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
}
.flip-box .flip-box-inner .flip-box-front, .flip-box .flip-box-inner .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box .flip-box-inner .flip-box-front {
  background-color: #bbb;
  color: black;
}
.flip-box .flip-box-inner .flip-box-back.vertical {
  background-color: dodgerblue;
  color: white;
  transform: rotateX(180deg);
}
.flip-box .flip-box-inner .flip-box-back.horizental {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
.flip-box:hover .flip-box-inner.vertical {
  transform: rotateX(180deg);
}
.flip-box:hover .flip-box-inner.horizental {
  transform: rotateY(180deg);
}

.pricing-item {
  border: 1px solid #ced4da;
  border-radius: 6px;
  border-radius: 6px;
  margin: 1rem 0;
}
.pricing-item .pricing-title {
  background-color: #1e59d7;
  padding: 2rem 0;
  border-radius: 6px;
  border-radius: 6px;
}
.pricing-item .pricing-title h4 {
  font-size: 20px;
  text-align: center;
}
.pricing-item .pricing-title .price {
  text-align: center;
}
.pricing-item .pricing-title .price .currency {
  font-size: 16px;
  font-weight: 500;
}
.pricing-item .pricing-title .price .amount {
  font-size: 35px;
  font-weight: 700;
}
.pricing-item .pricing-title .price .period {
  font-size: 16px;
  font-weight: 500;
}
.pricing-item .checklist {
  margin: 20px 0;
  padding: 0 3rem;
}
.pricing-item .checklist ul li {
  color: #495057;
  padding: 10px 0;
  border-bottom: 1px solid #ced4da;
}
.pricing-item .checklist ul li:first-child {
  padding-top: 0;
}
.pricing-item .checklist ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.pricing-item .checklist ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  display: inline-block;
  color: #1e59d7;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.pricing-item .buy-link {
  margin: 2rem 0;
}

.service-item {
  margin: 1rem 0;
  border: 3px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-item .title {
  margin: 0.7rem 0 0.7rem 0;
}
.service-item .icon {
  margin-top: 1.4rem;
}
.service-item .icon i {
  font-size: 30px;
  color: #1e59d7;
}
.service-item:hover {
  border-color: #1e59d7;
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.cta-block {
  border-radius: 5px;
  padding: 1.3rem;
  margin-top: 10px;
}
.cta-block span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #0D1C30;
  font-style: italic;
}
.cta-block span i {
  color: #1e59d7;
}

.member .member-thumb {
  border: 2px solid transparent;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member .member-thumb img {
  width: 100%;
  height: auto;
}
.member .member-thumb .member-social {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.member .member-thumb .member-social::after {
  content: "";
  background: #1e59d7;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: -1;
}
.member .member-thumb .member-social ul {
  -moz-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.member .member-thumb .member-social ul li {
  display: inline-block;
  margin: 2px;
}
.member .member-thumb .member-social ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 6px 10px;
}
.member .member-thumb .member-social ul li a:hover {
  background: #ffffff;
  color: #1e59d7;
}
.member .member-thumb .member-social ul li.facebook a {
  padding: 6px 12px;
}
.member .member-info {
  padding: 20px;
  overflow: hidden;
}
.member .member-info h4 {
  font-size: 18px;
}
.member .member-info b {
  font-style: italic;
  color: #495057;
  display: inline-block;
  margin: 0.5rem 0;
}
.member .member-info p {
  color: #495057;
}
.member:hover .member-thumb {
  border-color: #1e59d7;
}
.member:hover .member-thumb .member-social {
  visibility: visible;
  opacity: 1;
}
.member:hover .member-thumb .member-social ul {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.widget.footer-widget {
  margin: 1rem 0;
}
.widget h4.widget-title {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.widget p {
  color: #495057;
}
.widget .tags li {
  display: inline-block;
  margin-bottom: 5px;
}
.widget .tags li a {
  color: #0D1C30;
  border: 1px solid #1e59d7;
  padding: 5px 10px;
  border-radius: 5px;
}
.widget .tags li a:hover {
  color: #ffffff;
  background: #1e59d7;
}
.widget .links ul li a {
  font-weight: 500;
  padding: 5px 0;
  color: #0D1C30;
}
.widget .links ul li a:hover {
  color: #1e59d7 !important;
}
.widget.sidebar-widget .links li {
  padding: 3px 0;
}
.widget.sidebar-widget .links li a {
  font-weight: bold;
  display: block;
  color: #0D1C30;
}
.widget.sidebar-widget .links li a:hover {
  color: #1e59d7;
}
.widget .footer-social ul li {
  display: inline-block;
  margin: 2px;
}
.widget .footer-social ul li a {
  border-radius: 50%;
  padding: 6px 10px;
}
.widget .footer-social ul li.facebook a {
  padding: 6px 12px;
}
.widget .subscribe-widget .form-control {
  border-color: transparent !important;
}
.widget .subscribe-widget .form-control:focus {
  border-color: transparent !important;
}
.widget .subscribe-widget button {
  box-shadow: none !important;
}
.widget .subscribe-widget button:focus {
  box-shadow: none !important;
}

footer.bg-dark p {
  color: #ffffff;
}
footer.bg-dark h4.widget-title {
  color: #ffffff;
}
footer.bg-dark .links ul li a {
  color: #ffffff;
}
footer.bg-dark .links ul li a:hover {
  color: #e6e6e6;
}
footer.bg-dark .footer-social ul li a {
  color: #ffffff;
  border: 1px solid #ffffff;
}
footer.bg-dark .footer-social ul li a:hover {
  background: #ffffff;
  color: #1e59d7;
}

.footer-widget .links ul li a:hover {
  color: #191919;
}

.sidebar .widget {
  margin-bottom: 2rem;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-item {
  margin-bottom: 1rem;
}
.blog-item:last-child {
  margin-bottom: 0;
}

.blog-title h3 {
  font-size: 30px;
  margin-bottom: 1rem;
}
.blog-title h3 a {
  color: #0D1C30;
}
.blog-title h3 a:hover {
  color: #1e59d7;
}

.blog-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.blog-meta a {
  font-weight: bold;
}
.blog-meta span {
  color: #495057;
  font-weight: bold;
}

.blog-excerpt {
  margin: 1rem 0;
}
.blog-excerpt p {
  color: #495057;
}

.blog-info {
  margin-top: 2rem;
  padding: 15px 0;
}
.blog-info .share-links a {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.blog-info .share-links span {
  display: inline-block;
  margin-right: 15px;
}

.recent-post-item {
  margin-bottom: 1rem;
}
.recent-post-item:last-child {
  margin-bottom: 0;
}
.recent-post-item .blog-info {
  margin-top: 0;
  padding: 0;
}
.recent-post-item .blog-info h4 a {
  font-size: 16px;
  color: #0D1C30;
}
.recent-post-item .blog-info h4 a:hover {
  color: #1e59d7;
}
.recent-post-item .blog-info .date {
  color: #495057;
  font-weight: 500;
}

.blog-details {
  margin: 1.5rem 0;
}
.blog-details p {
  color: #495057;
}
.blog-details b {
  color: #0D1C30;
}
.blog-details blockquote {
  padding: 1rem;
  font-style: italic;
  font-size: 18px;
}
.blog-details ul {
  padding: 1rem;
}
.blog-details ul li {
  font-size: 16px;
  font-weight: 500;
}
.blog-details ul li::before {
  content: "\f14a";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.blog-comment {
  margin: 2rem 0;
}
.blog-comment .comment-info h5 {
  font-size: 18px;
}
.blog-comment .comment-info span {
  color: #495057;
  font-weight: bold;
  display: inline-block;
}
.blog-comment .comment-info p {
  margin-top: 0.5rem;
  color: #495057;
}
.blog-comment .author-thumb {
  text-align: center;
}
.blog-comment .author-thumb img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-top: 0.8rem;
}

.comment-title {
  margin-bottom: 2rem;
}

.comment-item {
  margin: 2rem 0;
}
.comment-item .comment-item {
  margin: 2rem 0 0 80px;
}
.comment-item .reply {
  margin-top: 10px;
}
.comment-item .reply a {
  font-weight: bold;
  color: #0D1C30;
}
.comment-item .reply a:hover {
  color: #1e59d7;
}
.comment-item .reply a i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.comment-form .form-control {
  border-radius: 5px;
}
.comment-form .submit-btn {
  width: inherit;
  padding: 8px 15px;
}
.comment-form label {
  color: #495057;
  font-weight: 500;
}

@media all and (max-width: 992px) {
  .logo {
    margin-bottom: 20px;
    text-align: center;
  }
  .banner-item {
    padding: 90px 0;
  }
  .para1 {
    max-width: 80%;
  }
  .iconbox {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 768px) {
  .primary-nav {
    overflow: hidden;
  }
  .desktop-logo, .information {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .header-info {
    padding: 0;
  }
  .info-block {
    margin-bottom: 15px;
  }
  .header-contact, .header-social ul {
    text-align: center;
  }
  .banner-item {
    padding: 20px 0;
  }
  .page-banner {
    padding: 6rem 0;
  }
  .para1 {
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .banner-item {
    padding: 10px 0;
  }
  .page-banner {
    padding: 4rem 0;
  }
  .para1 {
    padding: 0.5rem 0;
  }
}

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