@import url(glyphicon.css);

body,
html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Roboto";
  display: flex;
  flex-direction: column;
  line-height: 1.8;
}


@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
	  url("../fonts/Roboto-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
	  url("../fonts/Roboto-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
  }
  
  @font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
	  url("../fonts/Roboto-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
  }
  
  
  @font-face {
	  font-family: "Oswald";
	  src: url("../fonts/Oswald-Bold.woff"),
	  url("../fonts/Oswald-Bold.woff2");
  }
  @font-face {
	  font-family: "Oswald";
	  src: url("../fonts/Oswald-Medium.woff"),
	  url("../fonts/Oswald-Medium.woff2");
  }
  
  @font-face {
	font-family: "Oswald";
	src: url("../fonts/oswald-regular-webfont.woff"),
	  url("../fonts/oswald-regular-webfont.woff2");
  }
  

/* end open sans font */
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
  height: 6px;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background-color: #f7941d;
  border-radius: 10px;
}

.main_wrapper {
  flex: 1 0 auto;
  margin-top: 76px;
}

.list::-webkit-scrollbar {
  -webkit-appearance: scrollbarthumb-vertical;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald" !important;
  color: #0d4388;
  font-weight: 600;
}

body {
  font-family: "Roboto" !important;
}

a {
  outline: 0 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn,
button {
  outline: 0 !important;
  box-shadow: none !important;
}

.container-fluid {
  padding: 0 5%;
}

.py-70 {
  padding: 70px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.card {
  border: 0;
  border-radius: 0;
}

hr.grey-color {
  background-color: #f2f2f2;
}

.section-pading {
  padding: 50px 0;
}

.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.breadcrumb-wrapper ol.breadcrumb {
  padding: 0 7px;
}

.breadcrumb > .active {
  color: #fff;
}

.breadcrumb > li {
  display: inline-block;
  margin: 0;
  text-shadow: none;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.btn-theme {
  background: #f7941d;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 20px;
}

.btn-theme:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f7941d;
  border-color: #f7941d;
}

.box-shadow {
  box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
}

.btn-default:hover,
.btn-warning:hover,
.button:hover,
button#information-form-submit:hover {
  color: #fff;
  background-color: #ee8d19;
  border-color: #ee8d19;
}

.btn {
  box-shadow: none !important;
}

.form-control {
  height: 50px;
  border-radius: 0;
  border: 1px solid #c9d4df;
}

.text-theme {
  color: #f7941d !important;
}

.bg-theme {
  background: #fff6e5;
}

.header li {
  list-style: none;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.step-single-services1 i {
  background: #fff;
  color: #f7941d;
  border: 2px solid #ff9719;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-size: 30px;
  margin-bottom: 0;
}

.step-services.home-two.blue-bg .title-style p {
  font-size: 35px;
  text-transform: uppercase;
  display: block;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  position: relative;
}

.step-services.home-two.blue-bg .title-style.clearfix {
  padding-bottom: 40px;
}

.step-services .owl-item {
  height: 100%;
}

.services .single-service {
  min-height: unset !important;
}

.single-service {
  height: 100% !important;
  padding: 20px 40px;
  background: #fff;
  margin: 10px;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  -ms-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  -o-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
  border-radius: 10px;
}

.single-service h3 {
  text-transform: capitalize;
  font-size: 24px;
  padding: 10px 0;
}

.single-service ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.single-service li {
  padding-left: 30px;
  position: relative;
}

.single-service li::before {
  background: 0 0;
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  border: 2px solid #07afe0;
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  z-index: 1;
  border-radius: 50%;
}

.single-service li::after {
  content: "";
  width: 1.5px;
  height: 100%;
  background: #07afe0;
  position: absolute;
  left: 11px;
  top: 16px;
}

.single-service li:last-child:after {
  display: none;
}

.step-services.home-two.blue-bg .title-style p::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100px;
  bottom: -12px;
  border-bottom: 2px solid #fff;
}

.step-services.home-two.blue-bg .title-style p::after {
  position: absolute;
  content: "";
  bottom: -17px;
  width: 80px;
  left: 0;
  border-bottom: 2px solid #fff;
}

section.banner-bottom {
  background-attachment: scroll;
  background-size: auto;
  padding: 65px 0 85px;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

section.banner-bottom::before {
  background: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  z-index: 0;
}

.banner-bottom-inner h2 {
  color: #fff !important;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 23px;
  font-weight: 400;
}

.bottom-content {
  text-align: center;
}

.bottom-content .name {
  font-size: 20px;
  color: #07afe0;
}

.item-thumbs {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  cursor: pointer;
}

.item-thumbs h4 {
  font-size: 24px;
  color: #fff;
  opacity: 0;
  font-weight: 600;
}

.item-thumbs:hover .btn-theme,
.item-thumbs:hover h4 {
  opacity: 1;
  z-index: 2;
}

.item-overlay {
  opacity: 0;
}

.item-thumbs:hover .item-overlay,
.item-thumbs:hover .portfolio-inner {
  opacity: 1;
  z-index: 1;
}

.item-thumbs .hover-wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.item-thumbs .hover-wrap .overlay-img {
  background: #07afe0;
}

.item-thumbs .hover-wrap .overlay-img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
  color: #fff;
  font-size: 32px;
  line-height: 1em;
  opacity: 1;
}

.font-icon-plus::before {
  content: "\f067";
  font-family: 'fontawesome';
}

.item-thumbs a + img {
  width: 100%;
}

.item-thumbs.active .hover-wrap,
.item-thumbs:hover .hover-wrap {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}

.portfolio-hover a span {
  display: block;
}

.client-section .owl-dot.active {
  background: #fff;
}

.client-section .owl-dot {
  border: 1px solid #fff;
}

.client-section {
  background: url(../images/client-back.png) center center/cover no-repeat
    scroll;
  background-color: #07afe0;
}

.single-testimonial.item {
  margin-bottom: 10px;
  padding: 20px;
}

.testimonials-wrapper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 0;
  text-align: center;
}

.quote-box i {
  margin: 15px auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ccc;
}

.blog_part .single-home-blog .card-img-top {
  border-radius: 0;
  object-fit: cover;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.single-home-blog .card-body a {
  color: #212529;
}

.author-name {
  color: #f7941d !important;
}

.card-group.blog-group .card {
  background-color: #fff;
  position: relative;
  box-shadow: -7.552px 9.326px 20px 0 rgba(1, 84, 85, 0.1);
  border-radius: 0;
  text-align: center;
  border: 0;
}

.blog_part .single-home-blog .card .card-body a {
  color: #07afe0;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.card-body h5 {
  font-size: 20px;
  line-height: 29px;
}

.single-home-blog .btn-theme {
  border: 2px solid #f7941d;
  background-color: #fff;
  color: #f7941d !important;
  font-size: 14px;
  padding: 4px 12px;
}

.single-home-blog .card-body {
  padding: 15px 20px;
  text-align: left;
  font-size: 15px;
}

.clients {
  background: 0 0;
}

.read-more {
  color: #3ad3ff;
  font-size: 20px;
  text-decoration: underline;
}

.read-more:hover {
  color: #07afe0;
}

.footer-social-menu li a {
  font-size: 16px;
  color: #fff;
  background: #ea9c3d;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  text-decoration: none;
  display: block;
  border-radius: 2px;
}

.footer-social-menu li {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.form-container {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 30px;
}

footer.footer-section {
  background: #0d4388;
  color: #bbb;
}

.first-footer {
  padding: 60px 0;
}

h3.section-title.box a {
  color: #0d4388;
  display: block;
  margin-bottom: 10px;
}

.list-inline > li {
  margin: 2px 0;
}

ul.social-network li a {
  display: block;
  width: 40px;
  padding: 0;
  height: 40px;
  line-height: 39px;
  border-radius: 50%;
  background: #fff !important;
  color: #0d4388;
  margin-right: 5px;
}

.footer-content .footer-contentheading a {
  font-weight: 500;
}

footer.footer-section h3 {
  color: #eee;
  width: fit-content;
}

footer .footer-contentheading {
  position: relative;
}

.footer-contentheading {
  font-size: 22px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 0.1px;
}

.footer-contentheading.centerfooter::after {
  background-color: #07afe0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
  right: 0;
  margin: auto;
}

.footer-contentheading::after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer-content > p {
  color: #fff;
}

ul.link-list li {
  list-style: outside none none;
  margin: 0;
  padding: 2px 0 10px;
  font-size: 17px;
}

footer ul.link-list li a {
  color: #fff;
  text-decoration: none;
}

footer ul.link-list li a:hover {
  color: #07afe0;
  text-decoration: none;
}

ul.review-ul li {
  display: inline-block;
  margin: 0 20px;
}

.review-ul h5 {
  font-size: 14px;
  color: #f7941d;
  margin-top: 15px;
  text-align: center;
}

#sub-footer {
  background: #002f6c;
  color: #fff;
  text-shadow: none;
}

.our_locations p {
  padding-left: 20px;
  position: relative;
}

.our_locations p i {
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-col {
  color: #07afe0;
}

.get-quote.btn {
  background: #fff !important;
  color: #f7941d;
  border-radius: 0;
}

footer h4 {
  font-size: 17px;
}

footer a {
  color: #3ad3ff;
  text-decoration: underline;
}

footer a:hover {
  color: #07afe0;
}

.form-section.py-5 {
  background: #e7f1f1;
}

.content.p-bg,
.p-bg.quote-content {
  padding: 45px 0;
  background-image: url(../images/top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.content.p-bg::before,
.p-bg.quote-content::before {
  background: rgb(0 0 0/ 29%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.portfolio-heading-section {
  position: relative;
  z-index: 1;
}

.content.p-bg p,
.p-bg.quote-content p {
  margin-bottom: 0;
}

.area-title {
  color: #fff;
  font-size: 36px;
  margin: 0;
  text-align: center;
}

.career-link ul li a::before {
  position: absolute;
  left: -10px;
  content: "\f105";
  color: #006cff;
  top: 9px;
  font-size: 16px;
  font-family: 'fontawesome';
}

.career-link ul li a {
  color: #000;
  border-bottom: 1px solid #ececec;
  display: block;
  padding: 10px 5px;
  position: relative;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 500;
}

.solidline {
  border-top: 1px solid #e6e6e6;
  margin: 0 0 15px;
}

.page-title {
  padding: 45px 0;
  background-image: url(../images/top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.page-title::before {
  background: rgb(0 0 0/ 29%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.page-title h1 {
  color: #fff;
  font-size: 36px !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}

.p-bg.quote-content p.sub--heading {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.form-group-outer {
  min-height: 77px;
}

.section-title.box {
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #fff;
}

.about-contact hr {
  border-top: 1px solid #c7d5eb;
}

.contact-icon i {
  font-size: 22px;
}

.icon-info {
  font-size: 19px;
  line-height: normal;
}

.icon-info a {
  color: #fff;
  text-decoration: underline !important;
}

.contact-info-section {
  margin-bottom: 10px;
}

.about-us-wrapper,
.blog-more-section {
  display: inline-block;
  width: 100%;
  padding: 25px;
  background: #fff;
}

.custom-btn-four {
  background: #f7941d;
  color: #fff;
  border-radius: 0;
  border: none;
  display: inline-block;
  margin-right: 10px;
}

.white-bg {
  background: #fff;
}

.box-title {
  color: #232323;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.section-title .text-title {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  letter-spacing: -1px;
}

span.hash-title {
  font-size: 23px;
  text-transform: capitalize;
  color: #f7941d;
  font-weight: 500;
}

.call-title {
  color: #0d4388;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 600;
}

.btn-info:hover {
  border-color: none !important;
}

.mg-tp {
  margin-top: 60px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.rating-sm {
  font-size: 22px;
}

.btn-warning {
  color: #fff;
  background-color: #f99200;
  border-color: #f99200;
  text-decoration: none !important;
  border-radius: 3px;
}

.button,
button#information-form-submit {
  color: #fff;
  background-color: #f7941d;
  border: none;
  padding: 6px 20px;
  box-shadow: none;
  border-radius: 0.25rem;
}

.wrapper-2 {
  padding: 30px;
  text-align: center;
}

.wrapper-1 {
  height: initial;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 50px;
  box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.go-home,
.go-home:hover {
  color: #fff;
  background: #ea9c3d;
  border: none;
  padding: 10px 50px;
  margin: 30px 0;
  border-radius: 30px;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 10px 16px 1px #aec7fb;
}

.wrapper-2 p {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 20px;
}

.section-title p span {
  color: #000;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize !important;
  font-family: 'Oswald';
  display: block;
  text-align: left;
}

.btn-default {
  color: #fff;
  background-color: #f7941d;
  border-color: #f7941d;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px;
}

.form-control:focus {
  box-shadow: none;
}

.footer-content .iconsection,
.footer-content address {
  margin-bottom: 20px !important;
  font-style: normal;
  line-height: 1.42857143;
  display: inline-flex;
  text-align: center;
  margin: auto;
  align-content: center;
  align-items: center;
  font-size: 17px;
  min-height: 70px;
}

.span-icons {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #07afe0;
  line-height: 40px;
  color: #07afe0;
  min-width: 50px;
  text-align: center;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}

.twitter {
  background-color: #598dca !important;
}

.google {
  background-color: #f34a38 !important;
}

.facebook {
  background-color: #3a589b !important;
}

.linkedin {
  background-color: #007ab9 !important;
}

.skype {
  background-color: #00aff0 !important;
}

.footer-section hr {
  opacity: 0.6;
  border-top: 1px solid #305f9b;
}

.social-network.social-icons-style.list-inline {
  margin-bottom: 40px;
}

.step-single-services1 img {
  width: 70px !important;
}

.owl-dots {
  height: auto !important;
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  height: 15px !important;
  width: 15px;
  display: inline-block;
  margin: 2px;
  border-radius: 50%;
  border: 1px solid #07afe0;
}

.owl-dot.active {
  background: #07afe0;
  height: 15px !important;
  width: 15px;
}

.wrap-sticky {
  height: auto !important;
}

.service-page {
  padding: 50px 0;
}

.service-page .more-discription img {
  width: 600px;
  max-width: 100%;
  margin: 20px 0;
  display: block;
  object-fit: contain;
}

.service-page .more-discription p strong {
  font-size: 21px;
  font-weight: 500;
  color: #07afe0;
  margin-top: 30px;
  display: block;
}

.service-page .more-discription p {
  line-height: 27px;
}

.service-page .more-discription li {
  list-style-image: url(../images/check.png);
  margin-bottom: 10px;
}

.service-page .more-discription li strong {
  margin-bottom: 10px;
  display: block;
}

.list-wrapper .items {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 11px;
}

.service-page .panel.panel-primary {
  border-color: #ececec;
}

.d-flex .form-control {
  background: 0 0;
  border-radius: 0;
  min-height: 40px;
  margin: 0 auto 20px;
  color: #fff;
  padding: 0 15px;
  border-color: rgba(255, 255, 255, 0.5);
}

.contact-us-wrapper .d-flex .form-control {
  background: 0 0;
  border-radius: 0;
  min-height: 40px;
  margin: 0 auto 20px;
  margin-top: 0px;
  color: #fff;
  padding: 0 15px;
  border-color: rgba(94, 90, 90, 0.5);
}

.isoimage {
  width: 150px;
}

.more-discription img {
  width: 100%;
  height: auto;
}

.youtube,
.youtube:hover {
  background: #c4302b;
}

.empty {
  min-height: 200px;
  text-align: center;
  line-height: 180px;
}

.area-heading-1 {
  width: 60%;
  margin: 0 auto 50px;
  position: relative;
}

.area-title {
  color: #fff;
  font-size: 40px !important;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 52px;
  font-weight: 600;
  margin: 0;
}

.area-heading-1::before {
  background: #006cff;
  content: "";
  bottom: -15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 70px;
}

.quote-content .sub--heading {
  font-size: 19px !important;
  margin-top: 10px !important;
}

.cx-section {
  padding: 50px 0;
  position: relative;
  background: #e7f1f1;
}

.job-widget .panel-group .panel h4 a {
  position: relative;
  display: inherit;
}

.badge a {
  color: #fff !important;
  text-decoration: none !important;
}

.youtube-video-div iframe {
  width: 100% !important;
}

.btn-primary {
  color: #fff;
  background-color: #07afe0;
  border-color: #07afe0;
}

.more-discription ul {
  padding-left: 15px;
}

.login_wrapper {
  padding: 100px 0;
}

.login_wrapper .loginbox {
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  background: #fff;
}

.loginbox h2 {
  font-size: 24px;
}

.blog-categories ul li {
  display: inline-block;
}

.blog-comment-section ul li a.fa-whatsapp.whatsapp,
.social-share.footer-social-menu.list-inline li:nth-child(3) {
  display: none;
}

.portfolio-content ul li {
  color: #fff;
  background-color: #07afe0;
  border-color: #07afe0;
}

.portfolio-content h5 a {
  color: #111;
}

.portfolio-img {
  height: 320px;
}

.cx-section.cx-blog-section .card {
  height: inherit !important;
}

.card-header {
  background-color: #f7941d;
  border-radius: 0 !important;
  color: #fff;
}

.contact-us-wrapper .card-header h5 {
  color: #fff;
}

.items .menu-icon a,
ul.list-wrapper li a {
  color: #111;
}

.about-us-wrapper h3.title {
  display: none;
}

.social-network li {
  display: inline-block;
}

ul.pagination li a,
ul.pagination li.next span,
ul.pagination li.prev span {
  padding: 5px 15px;
  background: #fff;
  color: #000;
  display: block;
  margin: 10px 5px;
  border: 1px solid #ddd;
}

ul.pagination {
  text-align: center;
  display: block;
  margin: 35px 0 0;
}

ul.pagination li {
  display: inline-block;
}

ul.pagination li.active a {
  background: #ea9c3d !important;
  color: #fff;
  border: 1px solid #ea9c3d;
}

ul.pagination li.next span,
ul.pagination li.prev span {
  color: #555;
}

ul.pagination li a:hover {
  background: #e9ecef;
}

form div.field-information-verifycode label.control-label:after,
form div.required label.control-label:after {
  content: " * ";
  color: red;
}

.blog-post h2 a {
  color: #0d4388;
}

.section-video {
  background: #07afe0;
}

.box1 {
  background: #07afe0;
}

.box2 {
  background: #7951b6;
}

.counter-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
  height: 100%;
}

.counter-box h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  color: #000;
}

.counter-box h4 {
  color: #212529;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.counter-icon img {
  width: 70px;
}

.technology-section {
  background-image: url(../images/slide-image.jpg);
  background-size: cover;
}

.single-client {
  margin-bottom: 70px;
}

.technology-section {
  background-image: url(../images/slide-image.jpg);
  background-size: cover;
}

.portfolio-title {
  background-image: url(../images/top-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
}

.portfolio-title::before {
  background: rgb(0 0 0/ 29%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.portfolio-title h1.title {
  font-size: 39px;
  font-weight: 700;
  line-height: 45px;
}

.portfolio-title p {
  font-size: 30px;
}

.portfolio-ul li {
  display: inline-block;
  margin-left: 10px;
}

.portfolio-ul li:first-child {
  margin-left: 0;
}

.portfolio-ul li a.portfolio-active {
  background: #fff !important;
  border: 1px solid #caddf6;
  padding: 5px 15px;
  display: block;
  color: #0d4388;
  border-radius: 10px;
  text-decoration: none !important;
}

.portfolio-ul li a.portfolio-inactive {
  background: #f7941d !important;
  border: 1px solid #f7941d;
  padding: 5px 15px;
  display: block;
  color: #fff;
  border-radius: 10px;
  text-decoration: none !important;
}

.portfolio-ul li a.portfolio-active:hover {
  background: #f7941d !important;
  border: 1px solid #f7941d;
  color: #fff;
}

.portfolio-ul li a.active {
  background: #f7941d;
  color: #fff;
  border: 1px solid #f7941d;
}

.bg-light .list-view .empty {
  line-height: 24px;
}

.portfolio-div h3.portfolio-heading a {
  color: #0d4388;
}

.views-badge {
  background: #0d4388;
  color: #fff;
  padding: 0 10px;
  border-radius: 2px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.year-badge {
  background: #07afe0;
  color: #fff;
  padding: 5px 10px;
  border-radius: 2px;
}

.portfolio-div .btn-theme {
  font-size: 15px;
  padding: 5px 15px;
}

.rating-stars i {
  font-size: 26px;
  color: #e9c83d;
}

.rating-stars .btn-theme {
  font-synthesis: 14px;
  padding: 5px 15px;
}

.portfolio-detail hr {
  border-top: 1px solid rgb(200, 215, 235);
}

.portfolio-widget ul .sideimage {
  max-width: 100px;
}

.portfolio-widget ul {
  list-style: none;
  padding: 0;
}

.portfolio-description p {
  margin: 0;
  word-break: break-word;
}

h3.portfolio-heading {
  word-break: break-word;
}

#totop {
  font-weight: 900;
  color: #fff;
  display: none;
  position: fixed;
  right: 34px;
  bottom: 34px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  line-height: 34px;
  border-radius: 3px;
}

#totop.top-visible {
  background-color: #07afe0;
}

#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 22px;
  display: inline;
  left: 30px;
  bottom: 30px;
  line-height: 40px;
}

#totop {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.cta-section {
  background-color: #0d4388;
  background-image: url(../images/cta-back.png);
  background-repeat: no-repeat;
  background-position: top 35% right -68px;
}

.insight-top {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  position: relative;
  background-color: #1a4e8f;
}

.single-client {
  margin-bottom: 70px;
  max-width: 142px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.counter-section {
  background: #f7941d;
  padding: 20px 0;
}

#image-map {
  position: relative;
}

.pin {
  display: none;
}

.tooltip-down {
  position: relative;
  background: url(../images/map.png);
  width: 100%;
  height: 365px;
  left: 0 !important;
  top: 0 !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.tooltip {
  opacity: 1;
  display: none;
  width: 250px;
  cursor: help;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -115px;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
  background: #f7941d;
}

.tooltip::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom: 10px solid #fff1d3;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
  bottom: auto;
  top: 0;
}

.tooltip-down .tooltip::after {
  bottom: -10px;
  top: auto;
  border-bottom: 0;
  border-top: 10px solid #f7941d;
}

.tooltip h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.tooltip ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}

.tooltip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.video-content {
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  display: flex;
  height: 100%;
}

.ease-of-life {
  z-index: 99;
}

.fun-section {
  background: linear-gradient(to top, #f7941d 60%, #fff 40%);
  z-index: 9;
}

.fun-activity {
  margin: 0;
  padding: 0 0 0;
  position: relative;
}

.fun-text {
  padding: 30px;
  text-align: center;
}

.text-theme {
  color: #f7941d;
}

.fun-text h4 {
  font-size: 28px;
  color: #fff;
}

.fun-text p {
  font-size: 18px;
  color: #212529;
}

.custom-control-label {
  padding: 0px;
}

.fun-carousel.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.fun-carousel .owl-dot.active {
  background: #fff;
  height: 20px !important;
  width: 20px;
}

.fun-carousel .owl-dot {
  height: 20px !important;
  width: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.client-section-ozvid .single-testimonial.item {
  background: #07afe0;
  border-radius: 20px;
}

.client-section-ozvid blockquote {
  font-size: 18px;
}

.client-section-ozvid .bottom-content .title {
  font-size: 20px;
}

.our-achivements img {
  max-width: 115px;
  margin: 0 auto 12px;
  filter: brightness(0) invert(1);
}

.awards p {
  font-size: 18px;
  text-transform: uppercase;
  color: #0d4388;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.awards a {
  border-bottom: 1px solid #fff;
}

.awrd {
  color: #fff;
  font-size: 16px;
  margin: 12px auto 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

.our-achivements .col-md-3:first-child {
  border-left: 0;
}

.our-achivements .col-md-3 {
  padding: 0 41px;
  border-left: 1px solid #74c7df;
}

.our-achivements {
  padding: 25px 0 20px;
  width: 100%;
  background: #07afe0;
  text-align: center;
}

.bg-bottom {
  background-color: #ffffffe0;
}

.line_h {
  color: #212529;
  font-size: 20px;
}

.line_h a {
  text-decoration: underline !important;
  color: #f7941d;
}

.bg-bottom button.btn-success {
  margin-left: 5px;
  border-radius: 4px !important;
}

.personal-detail .form-group.field-quote-verifycode .row {
  margin: 0;
}

.form-group.field-quote-verifycode .col-lg-4 {
  border: 1px solid #c9d4df;
  padding-left: 0;
}

.bg-light .rating-stars .caption,
.blog-more-section .rating-container .caption {
  display: none;
}

button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon i:before {
  content: "\f0c9" !important;
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:before {
  content: "\f00d" !important;
}

.post-content-inner .meta-info li {
  margin-bottom: 10px;
}

.post-content-inner .meta-info {
  margin-bottom: 0;
}

.portfolio-heading-section .area-title {
  text-transform: capitalize;
}

.alert-wrapper .more-discription h3 {
  margin-bottom: 20px;
}

.section-title {
  position: relative;
}

.section-title {
  position: relative;
}

.section-title.text-center p {
  max-width: 700px;
  margin: auto;
}

.more-discription h2 {
  text-align: left !important;
}

.tnq-wrapper {
  padding: 100px 0 80px !important;
}

.btn-main,
.butn {
  border: 1px solid #f7941d;
  font-size: 16px;
  color: #fff;

  padding: 10px 30px;
  line-height: 1.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-weight: 600;
  background: #f7941d;
  text-decoration: none !important;
  display: inline-block;
  white-space: nowrap;
  border-radius: 5px;
  height: fit-content;
}

.btn-main:hover,
.butn:hover {
  color: #f7941d;
  background-color: #f7941d;
}

.btn-main::before,
.butn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-main:hover::before,
.butn:hover::before {
  width: 100%;
}

.client-section .owl-dot {
  background-color: transparent;
}

.count-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.count-wrap h2 {
  color: #fff;
}

.count-wrap p {
  font-size: 16px;
  margin-bottom: 0;
}

.portfolio-filter {
  padding: 149px 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.portfolio-filter ul li.active::before,
.portfolio-filter ul li:hover::before {
  background-color: #212529;
}

.portfolio-filter ul li a {
  color: #f7941d;
  font-size: 18px;
  font-weight: 400;
}

.portfolio-filter ul li {
  padding: 12px 16px;
  position: relative;
  list-style: none;
}

.portfolio-filter ul li::before,
.portfolio-filter ul li:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: transparent;
}

.portfolio-filter ul li.active::before,
.portfolio-filter ul li:hover::before {
  background-color: #f7941d;
}

.portfolio-points {
  padding: 0;
  margin: 0;
}

.portfolio-points li {
  display: block;
  padding: 8px 24px;
  position: relative;
  font-size: 18px;
}

.portfolio-points li::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "\f005";
  color: #f7941d;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
  font-size: 16px;
  display: inline-block;
  border: 0;
  pointer-events: none;
  font-weight: bold;
}

.right-search-wrapper .form-group .form-control {
  background: #fff;
  border: 0;
  height: 50px;
  padding: 10px;
  border-radius: 4px;
  min-width: 340px;
}

.right-search-wrapper .form-group .search-wrapper {
  position: absolute;
  right: 16px;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .portfolio-filter {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .right-search-wrapper .form-group .form-control {
    width: 100%;
    min-width: unset;
  }
}

.footer-content b {
  font-weight: 500;
}

/*------------- Technologies Css ---------*/
@media screen and (min-width: 1201px) {
  .container.tech-grid {
    max-width: 980px !important;
  }
}

.hexgrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}

.hex {
  position: relative;
  visibility: hidden;
  outline: 1px solid transparent;
  transition: all 0.5s;
  backface-visibility: hidden;
  will-change: transform;
  transition: all 0.5s;
}

.hex::after {
  content: "";
  display: block;
  padding-bottom: 86.602%;
}

.hexIn {
  position: absolute;
  width: 96%;
  padding-bottom: 110.851%;
  margin: 2%;
  overflow: hidden;
  visibility: hidden;
  outline: 1px solid transparent;
  -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
  transition: all 0.5s;
}

.hexIn {
  width: 91%;
  padding-bottom: 103.851%;
}

.hexIn * {
  position: absolute;
  visibility: visible;
  outline: 1px solid transparent;
}

.hexLink {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
  transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
}

#demo2 {
  top: 50%;
  text-align: center;
  text-transform: uppercase;
}

.hex .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.post-content-inner p strong {
  font-weight: 600;
}

.post-content-inner h2,
.post-content-inner p {
  text-align: initial !important;
}

.social-network.social-icons-style li a:hover {
  background: #f7941d !important;
  color: #fff !important;
}

.content-list.content-image.menu-action-right ul li a:hover,
.media.sideimage .media-body a:hover {
  color: #07419f;
}

.required label::after {
  content: "*";
  color: red;
  margin-left: 3px;
}

.custom_links.pt-4 {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.post-content-inner h3 a:hover,
.single-home-blog .card-body a:hover h5,
.portfolio-heading a:hover {
  color: #f7941d !important;
}

.blog-categories ul li a.active {
  background: #07afe0;
  color: #fff;
}

.what-app-ic img {
  transition: all ease 0.3s;
  animation: moveIcon 1s infinite;
}

@keyframes moveIcon {
  0%,
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
}

@media (min-width: 1201px) {
  .hexgrid {
    padding-bottom: 6%;
  }

  .hex {
    width: 16.6%;
  }

  .hex:nth-child(11n + 7) {
    margin-left: 8.2%;
  }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .hexgrid {
    padding-bottom: 6.5%;
    font-size: 13px;
  }

  .hex {
    width: 25%;
  }

  .hex:nth-child(7n + 5) {
    margin-left: 12.5%;
  }
}

@media (max-width: 900px) and (min-width: 601px) {
  .hexgrid {
    padding-bottom: 7.4%;
    font-size: 14px;
  }

  .hex {
    width: 33.333%;
  }

  .hex:nth-child(5n + 4) {
    margin-left: 16.666%;
  }
}

@media (max-width: 600px) {
  .hexgrid {
    padding-bottom: 11.2%;
    font-size: 12px;
  }

  .hex {
    width: 50%;
  }

  .hex:nth-child(3n + 3) {
    margin-left: 25%;
  }
}

@media (max-width: 400px) {
  .hexgrid {
    font-size: 8px;
  }

  .about-us-wrapper {
    padding: 25px 0;
  }
}

.portfolio-detail a {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .about-section ol {
    padding-left: 13px;
  }

  .about-section ol ol {
    padding-left: 20px;
  }

  .about-section ol ol ol {
    padding-left: 13px;
  }
}

.portfolio-social a:hover {
  color: #dbe6ff !important;
}

.social-network.social-icons-style li a:hover img {
  filter: brightness(0) invert(1);
}

.field-loginform-password {
  position: relative;
}

.field-loginform-password span {
  position: absolute;
  top: 19px;
  right: 25px;
}

.page-title-inner {
  position: relative;
  z-index: 1;
}

.invalid-feedback {
  display: block !important;
}

.invalid {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.btn-block {
  display: block;
  width: 100%;
}

.cx-blog-section .post-content h3 {
  font-weight: 500;
}

.cx-blog-section .sideimage img {
  max-width: inherit;
  border-radius: 4px;
}

.cx-blog-section .post-single img {
  height: inherit !important;
}

.cx-blog-section .post-content h3 a {
  font-weight: 500;
}

.woot-widget-bubble {
  background: #07b6ea !important;
}

.woot-widget-bubble:hover {
  background: #f7941d !important;
}

.cx-blog-section .portfolio-filter-1 li a {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}

.cx-blog-section .portfolio-filter-1 li a:hover,
.cx-blog-section .portfolio-filter-1 li.active a {
  background: #f7941d;
}

.service-page .blog-widget-view {
  position: sticky;
  top: 100px;
}

/* portfolio page */

.portfolio-search input {
  padding-right: 44px;
}

.contact-us-wrapper {
  padding-bottom: 0;
}

.number-box p {
  line-height: 22px;
}
