@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Raleway:wght@700&display=swap");
h1, .h1 {
font-size: 40px; }
@media (max-width: 767px) {
h1, .h1 {
font-size: 34px; } }
h2, .h2 {
font-size: 36px; }
@media (max-width: 767px) {
h2, .h2 {
font-size: 28px; } }
h3, .h3 {
font-size: 30px; }
@media (max-width: 767px) {
h3, .h3 {
font-size: 22px; } }
h4, .h4 {
font-size: 20px; }
h5, .h5 {
font-size: 18px; }
h6, .h6 {
font-size: 15px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
margin: 0; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: "Raleway", sans-serif; }
h1, .h1, h2, .h2, h3 {
font-weight: 700; }
h5, .h5, h6, .h6 {
font-weight: 600; }
a:focus,
button:focus {
outline: 0; }
a {
text-decoration: none;
display: inline-block;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s; }
a:hover {
color: #ffaa19; }
ol {
list-style-position: inside; }
ul, li {
padding: 0;
margin: 0; }
body {
color: #000;
font-family: "Poppins", sans-serif;
line-height: 1.6;
font-size: 16px;
overflow-x: hidden;
overflow-y: hidden; }
body.loaded {
overflow-y: scroll; }
::-webkit-selection {
color: #35382f;
background-color: rgba(255, 170, 25, 0.7);
text-shadow: none; }
::-moz-selection {
color: #35382f;
background-color: rgba(255, 170, 25, 0.7);
text-shadow: none; }
::selection {
color: #35382f;
background-color: rgba(255, 170, 25, 0.7);
text-shadow: none; }
:focus {
outline: 0; }
/*=== UTILITIES CLASSES ===*/
.font-primary {
font-family: "Raleway", sans-serif; }
.font-secondery {
font-family: "Poppins", sans-serif; }
.font-w-400 {
font-weight: 400 !important; }
.font-w-600 {
font-weight: 600 !important; }
.font-w-700 {
font-weight: 700 !important; }
small, .small {
font-size: 13px !important; }
.line-h-1-5 {
line-height: 1.5; }
.line-h-1-6 {
line-height: 1.6; }
.line-h-1-7 {
line-height: 1.7; }
.line-h-1-8 {
line-height: 1.8; }
.lead {
font-size: 18px !important;
line-height: 30px; }
@media (max-width: 767px) {
.lead {
font-size: 16px !important; } }
.bg-cover {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.section-heading {
margin-top: -9px; }
.overlay,
.overlay-dark,
.overlay-light {
position: relative;
z-index: 1; }
.overlay::after,
.overlay-dark::after,
.overlay-light::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
background-color: #000;
top: 0;
left: 0;
z-index: -1;
opacity: .35; }
.overlay-dark::after {
background-color: #18305d;
opacity: .9; }
.overlay-light::after {
background-color: #ffffff;
opacity: .5; }
.btn {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
padding: 17px 35px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
position: relative;
z-index: 1;
overflow: hidden;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
@media (max-width: 767px) {
.btn {
padding: 14px 30px; } }
.btn.btn-sm {
font-size: 15px;
padding: 14px 30px; }
@media (max-width: 767px) {
.btn.btn-sm {
font-size: 14px;
padding: 14px 26px; } }
.btn:active, .btn:focus {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important; }
.btn::after {
position: absolute;
content: "";
height: 0;
width: 100%;
bottom: 0;
left: 0;
z-index: -1; }
.btn:hover::after {
height: 100%;
bottom: 100%;
-webkit-transition: height .3s, bottom .7s;
-o-transition: height .3s, bottom .7s;
-moz-transition: height .3s, bottom .7s;
transition: height .3s, bottom .7s; }
.btn-primary {
color: #35382f;
background-color: #ffaa19; }
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
color: #35382f;
background-color: #ffaa19; }
.btn-primary::after {
background-color: #ffffff; }
.btn-light {
color: #35382f;
background-color: #ffffff; }
.btn-light:hover, .btn-light:active, .btn-light:focus {
color: #35382f;
background-color: #ffffff; }
.btn-light::after {
background-color: #ffaa19; }
.btn-primary-outline {
color: #35382f;
background-color: #ffffff;
border: 1px solid #ffaa19;
padding: 16px 35px; }
.btn-primary-outline.btn-sm {
padding: 13px 30px; }
@media (max-width: 767px) {
.btn-primary-outline.btn-sm {
padding: 13px 26px; } }
.btn-primary-outline:hover, .btn-primary-outline:active, .btn-primary-outline:focus {
color: #35382f;
background-color: #ffffff; }
.btn-primary-outline::after {
background-color: #ffaa19; }
.owl-nav button {
height: 30px;
width: 30px;
line-height: 30px !important;
background: #babbb9 !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff !important;
font-size: 12px !important;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
position: absolute;
top: -webkit-calc(50% - 30px);
top: -moz-calc(50% - 30px);
top: calc(50% - 30px); }
.owl-nav button.disabled {
background: rgba(255, 170, 25, 0.5) !important; }
.owl-nav button.disabled:hover {
cursor: default;
background: rgba(255, 170, 25, 0.5) !important; }
.owl-nav button:hover {
background: #333333 !important; }
.owl-nav .owl-prev {
left: -15px !important; }
.owl-nav .owl-next {
right: -15px !important; }
.owl-dots {
margin-top: 25px;
text-align: center;
line-height: 0; }
.owl-dots button.owl-dot {
width: 50px;
height: 12px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #cecece !important;
margin: 0 5px;
margin-top: 5px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.owl-dots button.owl-dot.active {
background-color: #ffaa19 !important; }
.section {
padding-top: 100px;
padding-bottom: 100px; }
@media (max-width: 767px) {
.section {
padding-top: 70px;
padding-bottom: 70px; } }
.section.pt-80 {
padding-top: 80px !important; }
@media (max-width: 767px) {
.section.pt-80 {
padding-top: 50px; } }
.section.pt-60 {
padding-top: 60px !important; }
@media (max-width: 767px) {
.section.pt-60 {
padding-top: 10px; } }
.cm-page-header {
padding-top: 150px;
padding-bottom: 150px; }
@media (max-width: 767px) {
.cm-page-header {
padding-top: 100px;
padding-bottom: 100px; } }
.cm-page-header.overlay-dark::after {
background-color: #18305d;
opacity: .45; }
.pagination {
margin-top: 30px; }
.pagination li {
margin: 0 5px; }
.pagination a {
display: inline-block;
height: 35px;
width: 35px;
line-height: 33px;
border: 1px solid #dbdbdb;
color: #7d7d7d;
text-align: center; }
.pagination a.active, .pagination a:hover {
text-decoration: none;
color: #35382f;
border-color: #ffaa19;
background-color: #ffaa19; }
.check-list {
list-style: none; }
.check-list li {
position: relative;
margin-top: 15px; }
.check-list li:first-child {
margin-bottom: 0; }
.check-list li::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
margin-right: 10px;
font-size: 80%;
color: #ffaa19; }
.number-input {
border: 1px solid #dbdbdb;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
height: 48px;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
opacity: 1; }
.number-input input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
max-width: 60px;
border: 0;
font-size: 16px;
height: 40px;
font-weight: bold;
padding: 0 15px; }
.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none; }
.number-input button {
outline: none;
-webkit-appearance: none;
border: none;
cursor: pointer;
margin: 0;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: transparent;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
font-size: 12px;
display: block;
margin-right: 7px; }
.text-primary {
color: #ffaa19 !important; }
a.text-primary:focus, a.text-primary:hover {
color: #ffaa19 !important;
opacity: .7; }
.bg-primary {
background-color: #ffaa19 !important; }
.text-dark {
color: #35382f !important;
font-weight: 700;
margin-top: 1%;  }
.text-darktwo{
color: #35382f !important;
font-weight: 700;
margin-top: 3%;
}
a.text-dark:hover, .text-dark a:hover {
color: #ffaa19 !important; }
.bg-dark {
background-color: #35382f !important; }
.text-blue {
color: #18305d !important; }
.bg-blue {
background-color: #18305d !important; }
.text-gray {
color: #fff !important;
font-size: 15.8px;  }
.bg-gray {
background-color: #cecece !important; }
.bg-light-gray {
background-color: #f3f3f5 !important; }
.bg-black {
background-color: #000000; }
.text-black {
color: #000000; }
.text-black-100 {
color: #111111; }
.bg-black-100 {
background-color: #111111; }
.bg-black-200 {
background-color: #222222; }
.text-black-200 {
color: #222222; }
.bg-black-300 {
background-color: #333333; }
.text-black-300 {
color: #333333; }
.text-black-400 {
color: #444444; }
.bg-black-400 {
background-color: #444444; }
.bg-black-500 {
background-color: #555555; }
.text-black-500 {
color: #555555; }
.text-black-600 {
color: #666666; }
.bg-black-600 {
background-color: #666666; }
.bg-black-700 {
background-color: #777777; }
.text-black-700 {
color: #777777; }
.text-black-800 {
color: #888888; }
.bg-black-800 {
background-color: #888888; }
.bg-black-900 {
background-color: #999999; }
.text-black-900 {
color: #999999; }
/*===  PRELOADER CSS  ===*/
.preloader-wrapper {
display:none;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
background-color: #ffaa19;
z-index: 9999999;
text-align: center;
overflow: hidden;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.preloader-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transition: .7s ease;
-o-transition: .7s ease;
-moz-transition: .7s ease;
transition: .7s ease;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.preloader-inner .spinner-border {
border-width: .15em;
position: absolute;
top: -30%;
color: #555555;
left: -webkit-calc(50% - 1rem);
left: -moz-calc(50% - 1rem);
left: calc(50% - 1rem);
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s; }
.preloader-inner .spinner-border span {
display: block; }
.preloader-wrapper.loaded {
opacity: 0;
visibility: hidden; }
.sk-chase {
width: 40px;
height: 40px;
position: relative;
-webkit-animation: sk-chase 2.5s infinite linear both;
-moz-animation: sk-chase 2.5s infinite linear both;
-o-animation: sk-chase 2.5s infinite linear both;
animation: sk-chase 2.5s infinite linear both; }
.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
-webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
-moz-animation: sk-chase-dot 2.0s infinite ease-in-out both;
-o-animation: sk-chase-dot 2.0s infinite ease-in-out both;
animation: sk-chase-dot 2.0s infinite ease-in-out both; }
.sk-chase-dot::before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: #35382f;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
-webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
-moz-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
-o-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }
.sk-chase-dot:nth-child(1) {
-webkit-animation-delay: -1.1s;
-moz-animation-delay: -1.1s;
-o-animation-delay: -1.1s;
animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) {
-webkit-animation-delay: -1.0s;
-moz-animation-delay: -1.0s;
-o-animation-delay: -1.0s;
animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) {
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
-o-animation-delay: -0.8s;
animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) {
-webkit-animation-delay: -0.7s;
-moz-animation-delay: -0.7s;
-o-animation-delay: -0.7s;
animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) {
-webkit-animation-delay: -0.6s;
-moz-animation-delay: -0.6s;
-o-animation-delay: -0.6s;
animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before {
-webkit-animation-delay: -1.1s;
-moz-animation-delay: -1.1s;
-o-animation-delay: -1.1s;
animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before {
-webkit-animation-delay: -1.0s;
-moz-animation-delay: -1.0s;
-o-animation-delay: -1.0s;
animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before {
-webkit-animation-delay: -0.9s;
-moz-animation-delay: -0.9s;
-o-animation-delay: -0.9s;
animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before {
-webkit-animation-delay: -0.8s;
-moz-animation-delay: -0.8s;
-o-animation-delay: -0.8s;
animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before {
-webkit-animation-delay: -0.7s;
-moz-animation-delay: -0.7s;
-o-animation-delay: -0.7s;
animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before {
-webkit-animation-delay: -0.6s;
-moz-animation-delay: -0.6s;
-o-animation-delay: -0.6s;
animation-delay: -0.6s; }
@-webkit-keyframes sk-chase {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes sk-chase {
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes sk-chase {
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes sk-chase {
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes sk-chase-dot {
80%, 100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes sk-chase-dot {
80%, 100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes sk-chase-dot {
80%, 100% {
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes sk-chase-dot {
80%, 100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes sk-chase-dot-before {
50% {
-webkit-transform: scale(0.4);
transform: scale(0.4); }
100%, 0% {
-webkit-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes sk-chase-dot-before {
50% {
-moz-transform: scale(0.4);
transform: scale(0.4); }
100%, 0% {
-moz-transform: scale(1);
transform: scale(1); } }
@-o-keyframes sk-chase-dot-before {
50% {
-o-transform: scale(0.4);
transform: scale(0.4); }
100%, 0% {
-o-transform: scale(1);
transform: scale(1); } }
@keyframes sk-chase-dot-before {
50% {
-webkit-transform: scale(0.4);
-moz-transform: scale(0.4);
-o-transform: scale(0.4);
transform: scale(0.4); }
100%, 0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); } }
@media (min-width: 991px) {
.navbar .dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
width: 220px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.navbar .dropdown:hover .dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
-webkit-box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
-moz-box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1);
box-shadow: 0 10px 30px rgba(22, 28, 45, 0.1); } }
.dropdown-menu {
border: 0;
padding: 10px 0; }
.dropdown-item {
font-size: 16px;
padding: 8px 20px; }
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
color: #ffffff;
background-color: #ffaa19; }
.navbar-toggler {
border: 0; }
.navbar-toggler span {
color: #35382f; }
.dropdown-toggle::after {
display: none; }
@media (max-width: 991px) {
.dropdown-menu {
border: 0;
padding: 0;
text-align: left !important;
background: #f2faff;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; }
.navbar .navbar-nav {
margin-top: 15px;
width: 250px;
max-width: 100%;
margin-right: auto;
-webkit-box-align: initial !important;
-webkit-align-items: initial !important;
-moz-box-align: initial !important;
-ms-flex-align: initial !important;
align-items: initial !important; }
.navbar .nav-item {
display: block;
text-align: left; }
.navbar .nav-link {
padding: 8px 4px !important; }
.navbar .dropdown-menu li:first-child {
padding-top: 10px; }
.navbar .dropdown-menu li:last-child {
padding-bottom: 10px; } }
.cm-header .nav-link {
text-transform: uppercase;
font-weight: 600;
padding: 10px 15px !important; }
.cm-header .navbar-light .nav-link {
color: #35382f !important; }
.cm-header .navbar-light .nav-link:hover {
opacity: .7; }
@media (max-width: 991px) {
.cm-header .navbar-light .nav-link {
text-align: center; } }
.cm-header .nav-item.active .nav-link {
color: #ffaa19 !important; }
@media (max-width: 991px) {
.cm-header .header-top {
padding: 7px 0; } }
.cm-header .block .icon {
display: inline-block;
border: 1px solid #46597d;
border-top: 0;
border-bottom: 0;
padding: 15px 16px; }
@media (max-width: 991px) {
.cm-header .block .icon {
padding: 0;
border: 0 !important;
margin-right: 5px; }
.cm-header .block .icon:first-child {
padding-left: 0 !important; } }
@media (max-width: 991px) {
.cm-header .block {
font-size: 15px;
text-align: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-left: 0 !important; }
.cm-header .block.mr-35 {
margin-right: 25px; } }
@media (max-width: 767px) {
.cm-header .block {
font-size: 13px; }
.cm-header .block.mr-35 {
margin-right: 0; } }
.cm-header .header {
padding: 12px 0;
-webkit-box-shadow: 0 0 30px -15px #cecece;
-moz-box-shadow: 0 0 30px -15px #cecece;
box-shadow: 0 0 30px -15px #cecece; }
@media (max-width: 991px) {
.cm-header .header {
padding: 8px 0; }
.cm-header .header .navbar-brand img {
width: 160px; }
.cm-header .header .dropdown-item {
text-align: center; } }
@media (max-width: 767px) {
.cm-header .header {
padding: 4px 0; } }
.cm-header .header .block {
margin-left: 15px; }
.cm-header .header .block .icon {
padding: 5px 20px;
position: relative;
border: 0;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.cm-header .header .block .icon:hover {
color: #ffaa19 !important; }
.cm-header .header .block .icon::after {
position: absolute;
content: "";
height: 100%;
width: 1px;
background-color: rgba(206, 206, 206, 0.5);
left: 0;
top: 0; }
.cm-header .header .block .icon:first-child::after {
display: none; }
.cm-header.cm-header-2 {
position: absolute;
width: 100%;
top: 0;
left: 0;
z-index: 15; }
.cm-header.cm-header-2 .header {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.cm-header.cm-header-2 .header .navbar-light .nav-link {
color: #ffffff !important; }
@media (max-width: 991px) {
.cm-header.cm-header-2 .header .navbar-light .nav-link {
color: #35382f !important; }
.cm-header.cm-header-2 .header .navbar-collapse {
background: #fff; } }
.cm-header.cm-header-2 .header .nav-item.active .nav-link {
color: #ffaa19 !important; }
.cm-header.cm-header-2 .header .navbar-toggler {
background-color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 7px !important; }
.cm-header.cm-header-2 .header .navbar-toggler span {
font-size: 15px; }
.cm-header.cm-header-2 .header .block {
margin-left: 0; }
@media (max-width: 991px) {
.cm-header.cm-header-2 .header .block {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 20px; } }
.cm-header.cm-header-2 .header .block .icon {
padding: 5px;
margin-right: 25px;
color: #ffffff !important; }
@media (max-width: 991px) {
.cm-header.cm-header-2 .header .block .icon {
color: #35382f !important; } }
.cm-header.cm-header-2 .header .block .icon:hover {
color: #ffaa19 !important; }
.cm-header.cm-header-2 .header .block .icon::after {
display: none; }
.search-wrapper {
top: 0;
left: 0;
right: 0;
width: 100vw;
height: 100vh;
opacity: 0;
visibility: hidden;
z-index: 9995;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
background: rgba(0, 0, 0, 0.8); }
.search-wrapper .form-control {
height: 60px;
width: 350px;
max-width: 100%;
padding-left: 30px; }
.search-wrapper .form-control:focus {
border-color: #555555; }
@media (max-width: 480px) {
.search-wrapper .form-control {
width: 250px; } }
.search-wrapper .form-group {
background: #fff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
overflow: hidden;
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0; }
.search-wrapper button {
height: 60px;
width: 70px; }
@media (max-width: 480px) {
.search-wrapper button {
width: 55px; } }
.search-wrapper .search-close-btn {
height: 45px;
width: 45px;
line-height: 45px;
margin: 0 auto;
margin-top: 50px;
background-color: #ffaa19;
color: #ffffff;
position: absolute;
bottom: 0;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
opacity: 0; }
.search-wrapper .search-close-btn:hover {
opacity: .8; }
.search-wrapper .search-close-wrap {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
z-index: -1;
cursor: -webkit-zoom-out;
cursor: -moz-zoom-out;
cursor: zoom-out; }
.showSearch {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.showSearch .search-close-btn {
bottom: 70px;
opacity: 1;
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s; }
.showSearch .form-group {
top: 70px;
opacity: 1;
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s; }
.cm-banner {
padding-top: 200px;
padding-bottom: 250px; }
@media (max-width: 1369px) {
.cm-banner {
padding-top: 150px;
padding-bottom: 200px; } }
.cm-banner .block h3 {
margin-top: -4px; }
@media (max-width: 767px) {
.cm-banner .block .display-3 {
font-size: 56px; } }
@media (max-width: 575px) {
.cm-banner .block .display-3 {
font-size: 42px; } }
@media (max-width: 575px) {
.cm-banner .block .lead {
margin-top: 15px;
margin-bottom: 25px; } }
.banner-carousel .overlay::after {
background-color: #000;
opacity: .6; }
.banner-carousel .cm-banner {
padding-top: 300px; }
@media (max-width: 1369px) {
.banner-carousel .cm-banner {
padding-top: 250px; } }
@media (max-width: 991px) {
.banner-carousel .cm-banner {
padding-top: 210px;
padding-bottom: 150px; } }
@media (max-width: 575px) {
.banner-carousel .cm-banner {
padding-top: 180px;
padding-bottom: 150px; } }
.banner-carousel .owl-nav button {
height: 50px;
width: 50px;
line-height: 50px !important; }
.banner-carousel .owl-nav .owl-prev {
left: 25px !important; }
.banner-carousel .owl-nav .owl-next {
right: 25px !important; }
@media (max-width: 991px) {
.banner-carousel .owl-nav button {
height: 40px;
width: 40px;
line-height: 40px !important;
top: -webkit-calc(100% - 65px);
top: -moz-calc(100% - 65px);
top: calc(100% - 65px); } }
.cm-banner-03 {
padding: 150px 0; }
@media (max-width: 767px) {
.cm-banner-03 {
padding: 100px 0; } }
@media (max-width: 767px) {
.cm-banner-03 .display-4 {
font-size: 56px; } }
@media (max-width: 575px) {
.cm-banner-03 .display-4 {
font-size: 38px; } }
.cm-banner-03.overlay-dark::after {
opacity: .5; }
.banner-form {
border: 1px solid #ffaa19;
margin-top: 7%;
margin-bottom: 7%; }
.banner-form .form-control {
height: 45px; }
.banner-form .form-control:focus {
border-color: #888888; }
.banner-form textarea.form-control {
height: 90px;
margin-top: 20px; }
.banner-form .nice-select {
height: 45px;
line-height: 43px;
background-color: #f3f3f5; }
.banner-form .nice-select::after {
height: 6px;
right: 18px;
width: 6px; }
.banner-form .nice-select .list {
width: 100%; }
.gyu{
height: 45px;
line-height: 43px;
background-color: #f3f3f5;
}
.cm-features {
margin-top: -80px;
position: relative;
z-index: 3; }
.cm-features .block {
margin-top: 30px;
padding: 30px 35px;
-webkit-box-shadow: 0 5px 25px -5px #eee;
-moz-box-shadow: 0 5px 25px -5px #eee;
box-shadow: 0 5px 25px -5px #eee;
background-color: #ffffff; }
@media (max-width: 575px) {
.cm-features .block {
padding: 30px 25px; }
.cm-features .block h4 {
font-size: 18px; } }
.cm-features .block .icon {
height: 50px;
width: 50%;
line-height: 50px;
text-align: center;
margin-right: 20px;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s; }
.cm-features .block .icon img {
width: 22px; }
.cm-features .block:hover .icon {
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px; }
.cm-features .block:hover .icon img {
-webkit-transition: .7s;
-o-transition: .7s;
-moz-transition: .7s;
transition: .7s;
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
transform: rotateY(360deg); }
/*(mine code start)*/		
.alignn{
text-align:justify;
}
.mine{
height: 65px;
}
.time{
width: 94%;
height: 27%;
background-color: #fff;
padding: 7px;
border-radius: 4%;
}
.yu{
background-color: #f3f3f5;
}
/*(Extra section)*/
.text-color{
color: #ffa919;
}
.about-us{
font-size: 40px;
line-height: 50px;
color: #000;
}
.nn{
max-width: 100% !important;
}
.mm{
color:#35382f; 
}
.ho{
font-size: 24px;
}
.bg-counter{
background: url(../images/features/background-img.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
}
.bb{
color: #ffaa19;
font-size: 30px;
}
.coun{
color: #ffaa19;
font-size: 58px;
}
.textq{
color:#fff;
}
/*
<our team start>
*/
/* FontAwesome for working BootSnippet :> */
#team {
background: #eee !important;
}
#team .card {
border: none;
background: #ffffff;
}
.image-flip:hover .backside,
.image-flip.hover .backside {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
border-radius: .25rem;
}
.image-flip:hover .frontside,
.image-flip.hover .frontside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.mainflip {
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-ms-transition: 1s;
-moz-transition: 1s;
-moz-transform: perspective(1000px);
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
position: relative;
}
.frontside {
position: relative;
-webkit-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
z-index: 2;
margin-bottom: 30px;
}
.backside {
position: absolute;
top: 0;
left: 0;
background: white;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
.frontside,
.backside {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: 1s;
-webkit-transform-style: preserve-3d;
-moz-transition: 1s;
-moz-transform-style: preserve-3d;
-o-transition: 1s;
-o-transform-style: preserve-3d;
-ms-transition: 1s;
-ms-transform-style: preserve-3d;
transition: 1s;
transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
min-height: 312px;
}
.backside .card a {
font-size: 18px;
color: #ffa919  !important;
}
.frontside .card .card-title,
.backside .card .card-title {
color: #ffa919 !important;
}
.frontside .card .card-body img {
width: 120px;
height: 120px;
border-radius: 50%;
}
.ww{
margin-top: 68px;
margin-bottom: 42px;
}
/*
<our team end>
*/
/*
<our Career start>
*/
.blogShort{ border-bottom:1px solid #ddd;}
.add{background: #333; padding: 10%; height: 300px;}
.nav-sidebar { 
width: 100%;
padding: 8px 0; 
border-right: 1px solid #ddd;
}
.sai{
margin-top: 7%;
margin-bottom: 5%;
}
.ccd{
font-size: 25px;
color: #000;
font-weight: 600;
text-decoration: none !important;
}
.hhy{
background: #fff;
border: 1px solid;
border-color: #ffaa19;
margin: 1rem auto;
border-radius: 5px;
box-shadow: 0 4px 6px -1px rgb(198, 207, 234);
margin-bottom: 1.6%;
overflow: hidden;
padding: 2%;
text-align: justify;
}
.re{
color:#ffaa19;
font-weight:600;
}
.ga{
text-decoration:none !important;
}
.tq{
margin-top: 5%;
margin-bottom: 2%;
padding: 2%;
background-color: #f3f3f5;
}
.vz{
font-size: 30px;
color: #000;
font-weight:600;
}
.prava{
	height:800px !important;
}
.vzi{
font-size: 19px;
color: #000;
font-weight:600;
}
.na{
margin-left:3%;
}
.hrrr{
margin-bottom:1%;
}
.vzz{
font-size: 30px;
color: #ffaa19;
font-weight: 600;
text-decoration:underline;
}
.vzii{
font-size: 19px;
color: #000;
font-weight: 500;
}
.naw{
text-align:justify;
}
/*
<our career end>
*/

/*<tab css start>*/

.kk{
	color:#29af8a;
}
.pra{
	 padding: 9%;
}
.btn-info{
	background-color: #ffaa19 !important;
}

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  font-size: 16px;
  color:#000;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;

  margin: 40px 0;
  
}


.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
    border: 1px solid #ffaa19;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
    
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #ffaa19;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}
.eew{
	    color: #29af8a;
    font-weight: 600;
}
.vrt{
	width: 100%;
}
.vn{
	
}
.modal-body{
	text-align:center !important;
}
.fp{
	background-color: #8d847526;
}
.voo{
	margin-left: -1px !important;
   
}

/*<tab css end>*/

.bbb{
	text-align:center !important;
}
.jp{
	text-align:center !important;
}
.text-darkk{
	    color: #35382f !important;
    font-weight: 700;
     margin-top: -6%;
}
.vg{
	text-align:left;
	
}
.rr{
	
	  border-bottom: 1px solid #dddddd;
	  margin-bottom: 5px;
}
.mt-254{
	    margin-top: 16px;
		text-align:justify;
}

.bg-counterr {
    background: url(../images/hardib-sale.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
   .text-darkl{
	   color: #35382f !important;
    font-weight: 700;
    margin-top: -3%;
    margin-bottom: 4%;
   }
   .bbn{
	   width:198px;
	   height:100px;
   }
/*
<sitemap strats>
*/
.sitemap {
margin-top: 5%;
margin-bottom: 5%;
background-color: #f7f7f7;
margin-left: 5%;
margin-right: 5%;
padding: 5px;
border-radius: 10px;
overflow: hidden;
overflow-x: scroll;	
}
.sitemap li {
margin-right: 7px;
list-style: none;
}
.sitemap-root {
margin-bottom: 2em;
}
.sitemap a {
position: relative;
z-index: 10;
display: inline-flex;
flex-direction: column;
padding: 0.5em 1em;
border: 1px solid #e0e0e0;
border-radius: 4px;
border-bottom-width: 3px;
font-weight: 500;
text-decoration: none;
color: #fff;
}
.sitemap-root > a {
min-width: 8em;
background: #11254a;
border-color: #aea28c;
color: #fff;
margin-left: 20px;
}
.sitemap-root > a:after {
position: absolute;
bottom: -2.6em;
left: calc(1em - 6px);
display: block;
width: 2px;
height: 2em;
background: #353232;
content: "";
}
.sitemap-main {
position: relative;
flex: 1 1 100%;
order: 3;
margin-bottom: 1em;
}
.sitemap-main > ul {
display: flex;
/* flex-wrap: wrap; */
justify-content: center;
align-items: flex-start;
}
.sitemap-main ul {
position: relative;
padding-left: 2em;
}
.sitemap li {
margin-right: 7px;
list-style: none;
}
.sitemap-main li:before, .sitemap-main li:after {
display: inline-block;
width: 1em;
height: 2em;
border: 2px solid #353232;
border-right: none;
border-top: none;
content: "";
}
.sitemap-main li:after {
position: absolute;
left: 2em;
bottom: 0;
width: 2px;
height: 100%;
}
/*
<sitemap end>
*/
/*
<gallery>
*/
.text-primary{
color:#ffaa19 !important;
}
.gyo{
margin-top:5%;
}
.backo{
background-color: #ffa919;
}
.vcx{
color:#000 !important;
text-align:right;
text-decoration:none !important;
margin-bottom:2%;
}
a.vcx:hover, .vcx a:hover{
color:#000 !important;
}
.aw{
text-align:justify ;
}
.npl{
color:#ffaa19;
text-decoration:none;
}
/*
<gallery end>
*/
table {
border: 1px #a39485 solid;
font-size: .9em;
box-shadow: 0 2px 5px rgba(0,0,0,.25);
width: 100%;
border-collapse: collapse;
border-radius: 5px;
overflow: hidden;
margin-top: 5%;
margin-bottom: 5%;
}
th {
text-align: center;
}
.io{
text-align:center;
}
thead {
font-weight: bold;
color: #fff;
background: #ffaa19;
}
td, th {
padding: 1em .5em;
vertical-align: middle;
}
td {
border-bottom: 1px solid rgba(0,0,0,.1);
background: #fff;
}
a {
color: #73685d;
}
@media all and (max-width: 768px) {
table, thead, tbody, th, td, tr {
display: block;
}
th {
text-align: right;
}
table {
position: relative; 
padding-bottom: 0;
border: none;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
thead {
float: left;
white-space: nowrap;
}
tbody {
overflow-x: auto;
overflow-y: hidden;
position: relative;
white-space: nowrap;
}
tr {
display: inline-block;
vertical-align: top;
}
th {
border-bottom: 1px solid #a39485;
}
td {
border-bottom: 1px solid #e5e5e5;
}
}
/*
<contact page start>
*/
.contact-info {
display: inline-block;
width: 100%;
text-align: center;
margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
background: #071c34;
padding: 30px 0px;
}
.sec{
background: #071c34;
padding: 42px 0px;
}
.contact-page-sec .contact-page-form h2 {
color: #071c34;
text-transform: capitalize;
font-size: 22px;
font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
padding-left: 0;
}  
.contact-page-form.contact-form input {
margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
background: #071c34;
width: 150px;
border-color: #071c34;
}
.contact-info-icon i {
font-size: 48px;
color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
color: #fff;
font-size: 22px;
text-transform: capitalize;
font-weight: 600;
margin-bottom: 10px;
}
.contact-info-text span {
color: #fff;
font-size: 16px;
font-weight: ;
display: inline-block;
width: 100%;
}
.contact-page-form input {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
margin-bottom: 20px;
padding: 12px 16px;
width: 100%;
border-radius: 4px;
}
.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
background: #f9f9f9 none repeat scroll 0 0;
border: 1px solid #f9f9f9;
width: 100%;
height: 120px;
padding: 12px 16px;
border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
background: #fda40b none repeat scroll 0 0;
color: #fff;
display: inline-block;
font-weight: 600;
padding: 10px 0;
text-transform: capitalize;
width: 150px;
margin-top: 20px;
font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
color: #464646;
text-transform: capitalize;
font-size: 14px;
}
.contact-page-form {
display: inline-block;
width: 100%;
margin-top: 30px;
}
.contact-page-map {
margin-top: 36px;
background-repeat: no-repeat;
background-size: cover;
}
.contact-page-form form {
padding: 20px 15px 0;
}
.de{
margin-top: 40px;
margin-bottom:35px;
}
.shop{
background-color: #8d847526;
padding: 20px;
}
.gt{
padding: 17px;
border: 2px solid #ffaa19;
margin: 37px;
}




/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	font-family:'Noto Serif',serif;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;	
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:40px;
	font-size:15px;
	text-transform:capitalize;
	min-width:40px;
	border:1px solid #e0e0e0;
	background:#f2f2f2;
	color:#777777;
	font-weight:500;
	text-align:center;
	border-radius:50%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;	
	border-color: #ffaa19;
    background: #ffaa19;
}
.kpo{
	margin:5%;
}

/*** 

====================================================================
	Default Form Style
====================================================================

***/
/*
<blog code starts>
*/
.details-card {
background: none;
}
.card-content {
background: #ffffff;
border: 4px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-img {
position: relative;
overflow: hidden;
border-radius: 0;
z-index: 1;
}
.card-img img {
width: 100%;
height: 206px;
display: block;
}
.card-img span {
position: absolute;
top: 15%;
left: 25%;
background: #ffaa19;
padding: 6px;
color: #fff;
font-size: 12px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
transform: translate(-50%,-50%);
}
.card-img span h4{
font-size: 14px;
margin:0;
padding:10px 5px;
line-height: 0;
}
.card-desc {
padding: 1.25rem;
}
.card-desc h3 {
color: #000000;
font-weight: 600;
font-size: 1.5em;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 5px;
padding: 0;
}
.bg-light-grayy{
	background-color: #f3f3f5 !important;
	padding:1%;
}
.btn-card{
background-color: #1ABC9C;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: .84rem 2.14rem;
font-size: .81rem;
-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
margin: 0;
border: 0;
-webkit-border-radius: .125rem;
border-radius: .125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
color: #fff;
}
.btn-card:hover {
background: orange;
}
a.btn-card {
text-decoration: none;
color: #fff;
}
.webb{
margin-top: 5%;
margin-bottom: 13%;
}
.vc{
margin-top: 5%;
margin-bottom: 3%;
}
/*
<end>
/*
<contact page end>
*/
.wrap {
display: flex;
background: white;
padding: 1rem 1rem 1rem 1rem;
border-radius: 0.5rem;
box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
margin-bottom: 2rem;
border-left: 5px solid #ffaa19;
}
.wrap:hover {
background: linear-gradient(135deg,#ffaa19 0%,#0a193b 100%);
color: white;
}
.back{
background-color:#30456e;
}
.my{
color:#fff !important;
}
.ico-wrap {
margin: auto;
}
.mbr-iconfont {
font-size: 4.5rem !important;
color: #313131;
margin: 1rem;
padding-right: 1rem;
}
.vcenter {
margin: auto;
}
.rx{
border: 1px solid #ffaa19;
border: 2px solid #ffaa19;
border-radius: 3%;
padding: 2%;
}
.rxx{
border: 1px solid #ffaa19;
border: 2px solid #ffaa19;
border-radius: 3%;
padding: 2%;
margin-left:1%;
}
.mbr-section-title3 {
text-align: left;
}
h2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.display-5 {
font-family: 'Source Sans Pro',sans-serif;
font-size: 1.4rem;
}
.mbr-bold {
font-weight: 700;
}
p {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
line-height: 25px;
}
.display-6 {
font-family: 'Source Sans Pro',sans-serif;
font-size: 1re}
/*(Extra section end)*/
/*(mine code start end)*/	
.cm-how-can-help .block {
padding: 30px 25px;
background-color: #ffffff;
border: 1px solid #ffaa19;
position: relative;
z-index: 1; }
.cm-how-can-help .block .icon {
height: 70px;
width: 70px;
text-align: center;
line-height: 70px;
margin-bottom: 25px;
background-color: #ffaa19;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s; }
.cm-how-can-help .block .icon img {
height: 30px;
width: 30px; }
.cm-how-can-help .block:hover .icon {
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px; }
.cm-how-can-help .block:hover .icon img {
-webkit-transition: .7s;
-o-transition: .7s;
-moz-transition: .7s;
transition: .7s;
-webkit-transform: rotateY(-360deg);
-moz-transform: rotateY(-360deg);
transform: rotateY(-360deg); }
.cm-how-can-help .block::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
background-color: #ffffff;
-webkit-transition: .2s;
-o-transition: .2s;
-moz-transition: .2s;
transition: .2s;
top: 0;
left: 0;
z-index: -1; }
.cm-how-can-help .block.active, .cm-how-can-help .block:hover {
color: #ffffff;
border-color: transparent; }
.cm-how-can-help .block.active::after, .cm-how-can-help .block:hover::after {
opacity: .7;
background-color: #18305d; }
.cm-how-can-help .block.active .text-dark, .cm-how-can-help .block:hover .text-dark {
color: #ffffff !important; }
.cm-how-can-help.cm-how-can-help-2 .block {
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.cm-how-can-help.cm-how-can-help-2 .block .context img {
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.cm-how-can-help.cm-how-can-help-2 .block::after {
display: none; }
.cm-how-can-help.cm-how-can-help-2 .block:hover {
color: #7d7d7d;
border-color: transparent;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: 5px 0 20px -5px #eee;
-moz-box-shadow: 5px 0 20px -5px #eee;
box-shadow: 5px 0 20px -5px #eee; }
.cm-how-can-help.cm-how-can-help-2 .block:hover .text-dark {
color: #35382f !important; }
.cm-how-can-help.cm-how-can-help-2 .block:hover .context img {
-webkit-transform: scale(0.9) rotateY(360deg);
-moz-transform: scale(0.9) rotateY(360deg);
transform: scale(0.9) rotateY(360deg); }
.cm-services .nav-link {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
background-color: rgba(255, 255, 255, 0.1);
padding: 20px 35px;
color: #cecece !important;
text-transform: uppercase;
font-weight: 600; }
.cm-services .nav-link:last-child {
border-bottom: 0; }
.cm-services .nav-link:hover, .cm-services .nav-link.active {
background-color: #ffaa19;
color: #35382f !important;
font-size: 15px;}
.cm-services.cm-services-02 .nav-link {
border-bottom: 1px solid rgba(53, 56, 47, 0.1);
background-color: rgba(53, 56, 47, 0.05);
padding: 20px 35px;
color: #35382f !important;
text-transform: uppercase;
font-weight: 600; }
.cm-services.cm-services-02 .nav-link:last-child {
border-bottom: 0; }
.cm-services.cm-services-02 .nav-link:hover, .cm-services.cm-services-02 .nav-link.active {
background-color: #ffaa19;
color: #35382f !important; }
.pricing-item h4 {
padding: 25px 10px;
background-color: gray; }
.pricing-item .list-unstyled li {
padding: 12px 15px; }
.pricing-item .list-unstyled li:nth-child(odd) {
background-color: #f3f3f5; }
.pricing-item .pricing-footer {
background-color: #f3f3f5;
padding: 30px 0; }
.why-choose-us .block {
padding: 40px 30px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.02);
-moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.02);
box-shadow: 1px 0 10px rgba(0, 0, 0, 0.02); }
.why-choose-us .block:hover {
-webkit-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.07);
-moz-box-shadow: 3px 0 20px rgba(0, 0, 0, 0.07);
box-shadow: 3px 0 20px rgba(0, 0, 0, 0.07);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.why-choose-us .block .icon {
height: 60px;
width: 60px;
line-height: 60px;
text-align: center;
background-color: #ffaa19;
margin-left: auto;
margin-right: auto;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s; }
.why-choose-us .block .icon img {
height: 30px;
width: 30px; }
.why-choose-us .bg-shape-image {
padding: 70px 50px;
background-image: url(../images/why-choose-us/bg.png);
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: right bottom; }
span.fa.fa-user.text-primary.mr-2 {
    margin-left: 15px;
}
i.fas.fa-hand-point-right {
    margin-top: 13px;
    margin-right: 6px;
}
li.lidsac {
    display: flex;
}
@media (max-width: 575px) {
.why-choose-us .bg-shape-image {
padding: 60px 30px; } }
@media (max-width: 480px) {
.why-choose-us .bg-shape-image {
padding: 60px 15px; } }
.why-choose-us .bg-shape-image .icon img {
height: auto;
margin: auto;
padding-top: 15px; }
.why-choose-us .bg-shape-image .block:hover {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.why-choose-us .bg-shape-image .block:hover .icon {
-webkit-border-radius: 17px;
-moz-border-radius: 17px;
border-radius: 17px; }
.why-choose-us .bg-shape-image .owl-dots {
text-align: left;
margin-left: -3px; }
.why-choose-us .bg-shape-image .owl-dots button.owl-dot {
width: 12px;
height: 12px; }
.why-choose-us .bg-shape-image .owl-dots button.owl-dot.active {
width: 20px; }
.cm-first-time .block {
-webkit-transition: 0.3s;
-o-transition: 0.3s;
-moz-transition: 0.3s;
transition: 0.3s; }
.cm-first-time .block.active, .cm-first-time .block:hover {
background-color: #fff !important;
-webkit-box-shadow: 0 0 15px #ddd;
-moz-box-shadow: 0 0 15px #ddd;
box-shadow: 0 0 15px #ddd;
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px); }
.product-filter-buttons button,
.product-filter-buttons-2 button {
border: 1px solid #bbbbbb;
color: #35382f; }
.product-filter-buttons button:hover, .product-filter-buttons button.active,
.product-filter-buttons-2 button:hover,
.product-filter-buttons-2 button.active {
background-color: #ffaa19;
border-color: #ffaa19; }
@media (max-width: 991px) {
.product-filter-buttons button,
.product-filter-buttons-2 button {
padding: 15px 25px;
font-size: 15px; } }
@media (max-width: 767px) {
.product-filter-buttons button,
.product-filter-buttons-2 button {
border: 0; } }
@media (max-width: 767px) {
.product-filter-buttons,
.product-filter-buttons-2 {
display: block; } }
.carousel-fluid {
width: 1310px;
margin: auto;
max-width: 100%;
padding: 0 20px; }
.fluid-carousel .product-item .card-img-top {
border-color: rgba(255, 170, 25, 0.2) !important; }
.product-img-style {
border: 1px solid #dbdbdb;
position: relative; }
.product-img-style::after, .product-img-style::before {
position: absolute;
content: "";
height: 1px;
width: 70%;
background-color: #ffffff;
left: 15%; }
.product-img-style::after {
bottom: -1px; }
.product-img-style::before {
top: -1px; }
.border-bottom-tab .nav-tabs {
border-bottom: 1px solid #dbdbdb;
padding-bottom: 10px; }
.border-bottom-tab .nav-tabs .nav-item {
margin-bottom: 0; }
.border-bottom-tab .nav-tabs .nav-link {
border: 0;
font-size: 18px;
font-weight: bold; }
.border-bottom-tab .nav-tabs .nav-link.active {
color: #35382f !important; }
.product-item {
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.product-item .card-img-top {
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.product-item .show-on-hover {
text-align: center;
position: absolute;
width: 100%;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.product-item .show-on-hover .btn {
font-size: 12px;
padding: 13px 22px; }
.product-item .card-body {
position: relative; }
.product-item:hover .card-img-top {
-webkit-filter: saturate(0) blur(1px);
filter: saturate(0) blur(1px);
-webkit-transform: scale(0.99);
-moz-transform: scale(0.99);
-ms-transform: scale(0.99);
-o-transform: scale(0.99);
transform: scale(0.99); }
.product-item:hover .show-on-hover {
top: -60px;
opacity: 1; }
.cm-cta.overlay-light::after {
display: none; }
@media (max-width: 767px) {
.cm-cta.overlay-light::after {
display: block; } }
.cm-cta-02 {
overflow: hidden;
position: relative; }
@media (max-width: 991px) {
.cm-cta-02 .cta-img {
display: none; } }
@media (max-width: 575px) {
.cm-team {
padding-bottom: 110px; } }
@media (max-width: 575px) {
.cm-team .team-img {
width: 250px !important; } }
.cm-team .owl-nav .owl-prev {
left: auto !important;
right: 45px !important;
top: -80px;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0); }
@media (max-width: 575px) {
.cm-team .owl-nav .owl-prev {
top: auto;
bottom: -80px;
right: -webkit-calc(50% + 10px) !important;
right: -moz-calc(50% + 10px) !important;
right: calc(50% + 10px) !important; } }
.cm-team .owl-nav .owl-next {
right: 0px !important;
top: -80px;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0); }
@media (max-width: 575px) {
.cm-team .owl-nav .owl-next {
top: auto;
bottom: -80px;
right: -webkit-calc(50% - 30px) !important;
right: -moz-calc(50% - 30px) !important;
right: calc(50% - 30px) !important; } }
.cm-team .barWrapper {
margin-top: 25px; }
.cm-team .barWrapper .progress-text {
font-weight: 600;
color: #35382f;
display: inline-block;
margin-bottom: 5px; }
.cm-team .progress {
overflow: visible;
height: 7px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
position: relative; }
.cm-team .progress .progress-bar {
background: #ffaa19;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
overflow: visible;
position: relative;
opacity: 0;
-webkit-transition: opacity .3s, width 1.5s ease-in-out;
-o-transition: opacity .3s, width 1.5s ease-in-out;
-moz-transition: opacity .3s, width 1.5s ease-in-out;
transition: opacity .3s, width 1.5s ease-in-out; }
.cm-team .progress .progress-bar .skill-percent {
position: absolute;
color: #ffffff;
right: 0;
height: 26px;
width: 30px;
line-height: 26px;
background-color: #35382f;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
bottom: 14px; }
.cm-team .progress .progress-bar .skill-percent::after {
position: absolute;
content: "";
border-left: 5px solid transparent;
border-bottom: 5px solid transparent;
border-right: 5px solid #35382f;
border-top: 5px solid #35382f;
bottom: -7px;
right: 0; }
.testimonial-item {
padding: 30px;
background-color: #ffffff;
border-left: 5px solid #ffaa19;
-webkit-box-shadow: 0 10px 25px #eee;
-moz-box-shadow: 0 10px 25px #eee;
box-shadow: 0 10px 25px #eee; }
.blog-item {
position: relative;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.blog-item .card-img-top {
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.blog-item:hover .card-img-top {
-webkit-filter: sepia(0.4);
filter: sepia(0.4); }
.blog-item .blog-meta-overlap {
position: absolute;
top: 15px;
right: 15px;
font-size: 20px;
font-weight: 900;
color: #ffffff;
background-color: #ffaa19;
height: 50px;
width: 50px;
text-align: center;
padding-top: 8px;
line-height: 1; }
.blog-item .blog-meta-overlap span {
display: block;
font-weight: 500;
font-size: 13px;
text-transform: uppercase; }
.quote-info {
position: relative; }
.quote-info::after {
position: absolute;
content: "";
height: 100%;
width: 100%;
background-image: url(../images/quote-bg.png);
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
top: 0;
left: 0;
opacity: .3; }
.quote-text {
line-height: 1.9; }
.cm-brands {
padding-top: 60px; }
@media (max-width: 767px) {
.cm-brands {
padding-top: 30px; } }
.divider {
border-top: 1px solid #ddd; }
.work-gallery .work-item {
position: relative;
padding-bottom: 24px;
overflow: hidden;
position: relative; }
.work-gallery .work-item::after {
position: absolute;
content: "";
height: 0;
width: 100%;
background-color: #18305d;
top: 0;
left: 0; }
.work-gallery .work-item .img-fluid {
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.work-gallery .work-item .btn {
position: absolute;
bottom: 0;
right: 15px;
width: 70%; }
.work-gallery .work-item:hover .btn {
right: 50%;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%);
background-color: #ffaa19; }
.work-gallery .work-item:hover .img-fluid {
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-ms-transform: scale(1.15);
-o-transform: scale(1.15);
transform: scale(1.15); }
.work-gallery .work-item:hover::after {
height: 100%;
opacity: .2;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.work-gallery .owl-nav button {
top: -webkit-calc(50% - 44px);
top: -moz-calc(50% - 44px);
top: calc(50% - 44px); }
.widget {
margin-top: 30px; }
.widget .widget-heading {
padding: 15px 10px;
color: #35382f;
background-color: #ffaa19;
text-transform: capitalize;
text-align: center;
font-size: 20px;
font-weight: bold; }
.widget.widget-search form {
background: #f2f2f3;
border: 1px solid #dbdbdb;
padding: 7px;
padding-right: 10px; }
.widget.widget-search button {
color: #7d7d7d; }
.footer-links a {
position: relative;
color: #cecece;
margin-top: 20px; }
.footer-links a:hover {
text-decoration: none;
color: #ffaa19; }
.footer-links a::before {
font-family: 'Font Awesome 5 Free';
content: "\f054";
font-weight: 900;
margin-right: 8px;
font-size: 14px; }
.footer-bottom {
padding: 20px 10px;
background-color: #18305d;
color: #ffffff; }
.social-links li {
display: inline-block;
margin-right: 10px; }
.social-links li:last-child {
margin-right: 0; }
.social-links li a {
display: inline-block;
height: 40px;
width: 40px;
line-height: 40px;
text-align: center;
border: 1px solid #728199;
color: #ffaa19;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.social-links li a:hover {
background-color: #ffaa19;
color: #ffffff;
border-color: transparent; }
.input-group-primary {
height: 45px;
border: 1px solid #7988a1;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
max-width: 250px; }
.input-group-primary .form-control {
height: 44px; }
.input-group-primary .form-control::-webkit-input-placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .form-control:-moz-placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .form-control::-moz-placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .form-control:-ms-input-placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .form-control::-ms-input-placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .form-control::placeholder {
color: #ffffff;
opacity: .7; }
.input-group-primary .btn {
color: #ffffff !important;
padding: 0;
line-height: 39px;
height: 39px;
width: 39px;
font-size: 13px;
margin-top: 2px;
margin-right: 2px; }
a.scroll-to-top {
position: fixed;
bottom: 0;
right: 30px;
height: 40px;
width: 40px;
background: #ffaa19;
line-height: 40px;
text-align: center;
color: #ffffff;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s;
z-index: 995;
font-size: 14px;
opacity: 0;
visibility: hidden; }
@media (max-width: 767px) {
a.scroll-to-top {
right: 10px;
height: 30px;
width: 30px;
line-height: 30px;
font-size: 12px; } }
a.scroll-to-top.show {
bottom: 40px;
opacity: 1;
visibility: visible; }
a.scroll-to-top.show:hover {
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
-ms-transform: translateY(-4px);
-o-transform: translateY(-4px);
transform: translateY(-4px); }
@media (max-width: 767px) {
a.scroll-to-top.show {
bottom: 10px; } }
a.text-reset {
    font-size: 15px;
}
