
html,body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
    scroll-behavior: smooth;
    overflow-x: hidden;
}


/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #071e70;
}
p {
	color: #676767;
	line-height: 30px;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.top-bar-info a {
    color: #fff;
}

.back-top {
    height: 100%;
    background: #06658f;
    width: 100%;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    position: relative;
    top: 8px;
}

.back-top p {
    color: #fff;
    font-weight: 500;
}

.fixed-top-nav {
    position: relative;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.header-social-list {
    padding: 0;
    display: flex;
}

.header-social-list li i {
    color: #000000;
    width: 25px;
    height: 25px;
    font-size: 18px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
    transition: all 0.3s;
    background: #fff;
}

.navbar {
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	padding: 0 15px;
}

.logo-img {
	width: 230px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #06658f !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}

/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
} 

.customNav  {
	background-color: #ee3739!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fff;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #06658f;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  line-height: 40px;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
	display: none;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

.owl-carousel .owl-item img {
	width: 100%;
}

.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}


/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.hm-about-box  h3 {
    color: #0195dd;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0283b0;
    font-size: 65px;
    font-weight: 700;
}

.test-head-box-pro h3 {
    color: #fff;
    -webkit-text-fill-color: #99999900;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 65px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hm-about-wrapper {
    background-image: url(../img/suretech-background.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

.mrg-section {
    position: relative;
    top: -70px;
}

.value-box {
    background: linear-gradient(180deg, rgb(42 162 215) 0%, rgb(9 134 196) 35%, rgb(7 75 106) 100%);
    padding: 25px;
    height: 100%;
}

.value-img-box {
    display: flex;
    justify-content: center;
}

.value-box h5 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 29px;
}

.value-box p {
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.hm-ab-button  {
    margin-top: 30px;
}

.hm-ab-button a {
    background-color: #06658f;
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 32px;
    border: solid 1px #06658f;
}

.hm-ab-button a:hover {
    background-color: transparent;
    color: #06658f;
    padding: 10px 28px;
    border-radius: 32px;
    border: solid 1px #06658f;
}

.test-name {
    color: #06658f;
}

/*///////////////// hm-products /////////////////////*/


.hm-products-wrapper {
       background-color: #06658f;
}

.hm-pro-box {
     background-color: #fff;
     padding: 10px
}

.pro-txt-box {
     text-align: center;
     padding: 25px;
}

.pro-txt-box h4 {
	color: #06658f;
    font-weight: 600;
}

.hm-pro-btn {
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
}

.hm-pro-btn a{
    background-color: #06658f;
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 32px;
    border: 1px solid;
}

.hm-pro-btn a:hover {
    background-color: transparent;
    color: #06658f;
    padding: 10px 28px;
    border-radius: 32px;
    border: solid 1px #06658f;
}


/*///////////testimonials//////////////*/

.test-head-box {
    position: relative;
    z-index: 1;
    /* padding-top: 150px; */
}

.hm-testimonials-wrapper {
	background-color: #dfdedb;
}

.test-head-box {
     text-align: center;
}

.test-box {
	background-color: #fff;
    padding: 25px;
}

.checked {
  color: orange;
}

.test-head-box h3 {
    color: #0195dd;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0283b0;
    font-size: 65px;
    font-weight: 700;
}

.test-head-box p {
    font-size: 21px;
    color: #06658f;
    font-weight: 500;
}


/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.why-us-wrapper {
   background-color: #06658f;
}

.why-us-box {
   background-color: #fff;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    border-radius: 15px;}

.why-icon-box i {
    background-color: #000;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 25px;
}

.why-icon-box {
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

.products-info-wrapper {
    background-color: #ececea;
}

.product-card-wrap {
    z-index: 1;
    border: none;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 0 1.9rem 1.9rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all .3s ease-in-out;
}

.product-details h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-btn {
    display: flex;
    justify-content: center;
}

.pro-btn a {
    background-color: #06658f;
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 32px;
    border: 1px solid;
}

.pro-btn a:hover {
    background-color: transparent;
    color: #06658f;
    padding: 10px 28px;
    border-radius: 32px;
    border: solid 1px #06658f;
}

.table .thead-dark th {
    color: #fff;
    background-color: #06658f;
    border-color: #06658f;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 3px solid #dee2e6;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
}

.auto-img {
    display: flex;
    justify-content: center;
}

.auto-img img {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    border-radius: 15px;
}



/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}

.map-wrapper {
        line-height:0;

}


.contact-inner-wrapper {
    background-color: #F5F5F5;
    padding: 50px;
   /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.contact-title h3 {
    color: #0195dd;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0283b0;
    font-size: 65px;
    font-weight: 700;
    text-align: justify;
}

.cont-info-box {
    display: flex;
}

.cont-info-img-box i {
    background-color: #06658f;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 18px;
    text-align: center;
}

.cont-info-txt-box {
    margin-left: 20px;
}

.cont-info-txt-box p a {
    color: #676767;
}

.form-btn {
    background-color: #06658f;
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 32px;
    border: none;
}

.form-btn:hover {
    background-color: transparent;
    color: #06658f;
    padding: 10px 28px;
    border-radius: 32px;
    border: solid 1px #06658f;
}


.trade-contact-wrap i {
    color: rgb(255, 255, 255);
    background-color: #06658f;
    border-radius: 50%;
    padding: 10px;
    font-size: 15px;
}

.trade-contact-wrap  a {
    color: #676767;
}

.trade-contact-wrap h5 {
    margin-bottom: 20px;
}


/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	/*display: none; currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
	
}
.bottom-footer-wrapper {
	background-color: #fff;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #000000;
}
.creator-link {
	color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.creator-link:hover {
	color: #fff;
}

.top-footer-wrapper {
    background-color: #06658f;
}

/*.foot-img-box img {
    width: 230px;	
}*/

.footer-para {
	color: #fff;
    font-weight: 300;
}

.list-text {
    line-height: 33px;
    padding-left: 0;
}

.list-text li {
    color: #fff;
    font-weight: 600;
}

.list-text li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.foot-info-box {
    display: flex;
    align-items: center;
}

.foot-icon-box i {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 18px;
}

.foot-info-box p {
    margin-left: 12px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.foot-info-box p a {
    color: #fff;
}

.footer-social-list {
    margin-bottom: 20px;
    display: flex;
    margin-top: 17px;
    padding-left: 0;
}

.footer-social-list li i {
   color: #000000;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s;
    background: #fff;
}

.footer-para h4 {
    color: #fff;
}

.footer-para p {
    color: #fff;
    font-weight: 300;
}




