@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

/********** general ***********/

a {
	color: #666;
	text-decoration: none;
	transition: all .3s;
	font-size: 14px;
}

a:hover {
	color: #325d7e;
	text-decoration: none;
}

a:focus {
	color: #666;
	text-decoration: none;
}

a.btn-disabled {
	opacity: 0.6;
}

button:focus {
	outline: none;
}


img {
	width: 100%;
}

ul {
	list-style: none;
	padding-left: 0;
}

h5 {
	font-size: 18px;
	font-weight: 500;
}

h2 {
	font-weight: 700;
}

.clear-both {
	clear: both;
}

.material-icons {
	vertical-align: middle;
}

.font-size-16 {
    font-size: 16px;
}

.link-white {
    color: #ffffff;
    font-weight: 500;
    transition: all .3s;
    position: relative;
}

.link-white:hover {
    letter-spacing: 1px;
    color: #ffffff;
}

.link-white::after {
    content: " ";
    z-index: -2;
    font-weight: 500;
    color: #B19777;
    position: absolute;
    bottom: -5px;
    right: 0px;
    left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-color: #eee;
}

.link-theme {
	color: #325d7e;
    font-weight: 500;
    font-size: 16px;
	transition: all .3s;
    position: relative;
}

.link-theme:hover {
	letter-spacing: 1px;
}

.link-theme::after {
    content: " ";
    z-index: -2;
    font-weight: 500;
    color: #B19777;
    position: absolute;
    bottom: -5px;
    right: 0px;
    left: 0px;
    border-bottom: 1px solid #325d7e;
}

.link-black {	
	transition: all .3s;
}

.link-black:hover {
	letter-spacing: 1px;
}

.text-theme {
	color: rgb(104 142 181);
}

.text-grey {
   color: rgb(255 255 255 / 55%);
}

.bg-grey1 {
	background: #fcfcfc;
}

.bg-grey2 {
	background: #f8f8f8;
}

.bg-grey3 {
	background: #f5f5f5;
}

.bg-black {
	background: #181818;
}

/********** buttons **********/

.btn-border-theme {
		background: #ffffff;
    border: 1px solid #3f6787;
    color: #3f6787!important;
		border-radius: 0px;
    height: auto;
    padding: 15px 40px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
    display: inline-block;
}

.btn-border-theme:hover {
	background: #3f6787 !important;
    border: 1px solid #3f6787;
    color: #fff !important;
}


.btn-border-theme.focus, .btn-border-theme:focus, 
.btn-border-theme:active, 
.btn-border-theme:not(:disabled):not(.disabled):active,
.btn-border-theme:not(:disabled):not(.disabled).active, 
.show>.btn-border-theme.dropdown-toggle {
	background: #ffffff !important;
    border: 1px solid #3f6787;
    color: #3f6787 !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-border-theme:disabled,
.btn-border-theme.disabled {
	background: #ffffff;
    border: 1px solid #3f6787;
    color: #3f6787;
}

.btn-solid-theme {
	background: #3f6787;
    border: 1px solid #3f6787;
    color: #fff!important;
    border-radius: 0px;
    height: auto;
    padding: 15px 40px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .3s all;
    display: inline-block;
}

.btn-solid-theme:hover {
	background: #ffffff !important;
    border: 1px solid #3f6787;
    color: #3f6787!important;
}


.btn-solid-theme.focus, .btn-solid-theme:focus, .btn-solid-theme:active,
.btn-solid-theme:not(:disabled):not(.disabled):active,
.btn-solid-theme:not(:disabled):not(.disabled).active, 
.show>.btn-solid-theme.dropdown-toggle  {
	background: #3f6787 !important;
    border: 1px solid #3f6787;
    color: #fff !important;
    box-shadow: none;
    text-decoration: none;
}

.btn-solid-theme:disabled,
.btn-solid-theme.disabled {
	background: #3f6787;
    border: 1px solid #3f6787;
    color: #fff;
}

.btn-white {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff !important;
}

.btn-white:hover {
    background-color: #fff !important;
    border: 1px solid #fff;
    color: #3f6787 !important;
}


.btn-white.focus, .btn-white:focus, .btn-white:active,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active, 
.show>.btn-white.dropdown-toggle  {
    background-color: #transparent; !important;
    color: #fff !important;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	color: #666;
}

header {
	background: transparent;
	transition: all .3s;
	padding: 10px 0;
}

.navbar-brand img {
	max-width: 110px;
}

header.dark .navbar-brand img {
    max-width: 70px;
}

header ul.navbar-nav {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link::after {
    content: " ";
    z-index: -2;
    font-weight: 500;
    color: #B19777;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-color: #eee;
}


header.dark {
	background-color: rgb(53 95 129 / 95%);
	padding: 10px 0;
}

.btn-login {
	padding: 7px 20px;
}

.btn-request-call {
    position: fixed;
    right: -56px;
    top: 55%;
    z-index: 9999;
    transform: rotate(-90deg);
    box-shadow: none;
    transition: all .3s;
    background-color: #eee;
    padding: 12px 20px;
    font-size: 15px;
}

section {
	padding-top: 75px;
}

/*#home-slider .carousel-item::before {
	background-image: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 50%));
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}
*/
#home-slider .carousel-caption {
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
    text-align: left;
	background-image: linear-gradient(rgb(9 31 64 / 60%), rgb(9 31 64 / 50%));
}

#home-slider .carousel-caption .caption-wrapper {
    max-width: 500px;
}

#home-slider .carousel-caption h3 {
	font-size: 50px;
	line-height: 60px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

#home-slider .carousel-caption p {
    margin-bottom: 30px;
}

/****** zoom effect starts ******/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .carousel-item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/****** zoom effect ends ******/


/******** text effect starts ******/


/*#home-slider .carousel-caption h3 span {
  width:0px;
  animation: reveal 7s infinite;
}*/


/*
#home-slider .carousel-caption p {
  margin-left:-200%;
  animation: slidein 7s infinite;
}

#home-slider .carousel-caption p {
  animation: showup 7s infinite;
}*/

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-200%; }
    20% { margin-left:-200%; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:100%;}
    80% {opacity:1;}
    100% {opacity:0;width:100%;}
}

/******** text effect ends ******/

.slider-nav {
	position: absolute;
	right: 20px;
	top: 40%;
}

.slider-nav a {
	color: #fff;
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 10px;  
}

.slider-nav a > .material-icons {
	font-size: 20px;
    padding: 20px;
}

.banner-wrapper {
	position: relative;
}

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

.banner-caption {
	padding: 150px 0 250px 0;
	color: #ddd;
}

.banner-caption h2 {
	font-size: 42px;
    font-weight: 700;
    color: #ddd;
}

.banner-caption h6 {
	font-size: 17px;
    font-weight: 400;
    color: #ddd;
    line-height: 25px;
}

.banner-caption p {
	margin-bottom: 15px;
}

.banner-caption a {
	font-size: 14px;
	font-weight: 400;
}


.sub-banner {
    background-image: linear-gradient(0deg,rgba(8, 61, 95, 0.75),rgba(8, 61, 95, 0)),url(../images/backgrounds/bg-banner_sub.jpg);
}

.sub-banner .banner-caption {
    padding: 150px 0 100px 0;
}


.section-title {
	font-size: 45px;
    font-weight: 700;
    padding:  0;
    color:  #181818;
}

.section-sub-title {
	font-size: 30px;
    font-weight: 700;
    padding:  0;
    color: #181818;
}



.btn-no-rounded {
	border-radius: 0;
}

.request-callback {
	position: fixed;
    top: 15%;
    right: 0;
    z-index: 9999;
    background-color: #fafafa;
    padding: 50px 20px;
    width: 100%;
    max-width: 500px;
    display: none;
}

.request-callback.is-visible {
	display: block;
}

.request-callback h3 {
	font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #777;
}

.request-callback .btn-close {
	position: absolute;
    right: 10px;
    top: 20px;
}

.request-callback .btn-close i {
	font-size: 35px;
	color: #ccc;
}

.form-control {    
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;    
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ced4da;
}

.img-about {
	position: relative;
}

.img-about::after {
	content: "";
	position: absolute;
	left: -100px;
	right: -100px;
	top: 0;
	height: 100%;
	z-index: -1;
	background-image: url(../images/backgrounds/bg-dots.png);
	background-repeat: no-repeat;
	background-position: center;
}



.text-bg-header {
	position: relative;
    text-align: center;
    overflow: hidden;
    min-height: 250px;
    padding-top: 100px;
}

.text-bg-header h5 {
	top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 250px;    
    font-weight: 800;
    z-index: 0;
    margin-top: 10px;
    text-transform: uppercase;
    color: transparent !important;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

.text-bg-header h6 {
	font-family: 'Pinyon Script', serif;
	font-size: 30px;
}

.text-bg-header h5.text-white {
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.07);
}


.single-brand img {
    max-width: 150px;
    margin: 0 auto;
}

footer {
    font-size: 14px;
    background-color: #2f4d65;
    color: #fff;
    font-weight: 300;
}

.footer-top {
    padding: 75px 0;
    position: relative;
}

.footer-top:before {
    content: "";
    background-image: url(../images/backgrounds/bg-map.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    max-width: 900px;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}

footer .widget {
    margin-bottom: 20px;
    padding: 0 15px;
}

footer .widget h3 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

/*footer .widget h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}*/

footer .widget h3:after {
    content: "";
    border-bottom: 2px solid #B19777;
    border-color: rgb(104 142 181);
    position: absolute;
    display: block;
    width: 30px;
    bottom: 0;
}

footer .widget img {
    max-width: 125px;
}

footer .widget ul li {
    margin-top: 5px;
}

footer .widget ul li a {
    color: rgb(162 201 241);
    font-weight: 400;
    font-size: 15px;
}
/*
footer .widget.links ul li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    color: rgb(104 142 181);
    font-weight: 600;
    font-size: 12px;
    margin-right: 10px;
}*/

footer .contact .mobile {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 260px;
    letter-spacing: 1px;
}

.footer-bottom {
    padding: 24px 0 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.25);
}

.features img {
    border-radius: 7px;
}

.features i {
    font-size: 60px;
    color: #3f6787;
}

.features h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #181818;
    letter-spacing: 0.5px;
    margin: 20px 0;
}

.theme-table .table-responsive {
    border-radius: 10px;
    border: 1px solid #ccc;
    border-top: none;
}

.theme-table table {
    margin-bottom: 0;
}

.theme-table > div > table thead {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.theme-table th {
    background-color: #3f6787;
    color: #fff;
}

.theme-table td, .theme-table th {
    border-left: 1px solid #ccc;
}

.theme-table td:first-child, .theme-table th:first-child {
    border-left: none;
}

.equivalents .nav-tabs {
    border-bottom: none;
}

.equivalents .nav-tabs .nav-item {
    margin-bottom: 1px;
}

.equivalents .nav-tabs .nav-link {
    background-color: #749cbb;
    color: #fff;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.equivalents .nav-tabs .nav-link.active {
    background-color: #3f6787;
    color: #fff;
}

.equivalents .tab-content ul li {
    padding: 7px 30px;
    background-color: #fafafa;
    margin-bottom: 1px;
    line-height: 1;
    min-height: 95px;
}

@media (max-width: 767px) {

    .equivalents {
        display: flex;
    }

    .equivalents div:first-child {
        order: -1;
    }
    .equivalents div:last-child {
        order: -1;
    }
}

.equivalents .tab-content ul li:nth-child(even) {
    background-color: #eee;
}

