/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden !important;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family: 'Enriqueta', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #111;
    overflow-y: hidden !important;
}
p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #111;
    margin-bottom: 15px;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 30px;    
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Enriqueta', serif;
    font-weight: 600;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #000;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #555;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 10px;
    /* padding: 15px 0; */
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
.button-banner{
  text-align: left !important;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #c6321b;
}
/*input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #fff;
    border: none;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #f4f4f4;
    color: #555;
    border: none;
}*/
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #f4f4f4;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #555;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #555;
}
::-moz-placeholder {
    color: #555;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #555;
}
/* Important */
.bg-gray {
    background: #F5F5F5;
}
.bg-white {
     background: #fff;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-60 {
    margin-top: 60px;
}
.mt-90 {
    margin-top: 90px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-90 {
    margin-bottom: 90px !important;
}
.mb-120 {
    margin-bottom: 120px !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.no-padding {
    padding: 0 !important;
}
/* list style */
.listext {
    position: relative;
    display: block;
}
.listext li {
    position: relative;
    display: flex;
    align-items: center;
}
.listext li + li {
    margin-top: 10px;
}
.listext-icon {
    display: flex;
    align-items: center;
}
.listext-icon i {
    font-size: 20px;
    color: #287ff9;        
    padding: 5px;
}
.listext-text {
    margin-left: 15px;
}
.listext-text p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.head{
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
.head span {
    color: #d9200e;
    /* font-size: 24px; */
    position: relative;
    font-weight: 600;
    /* text-transform: uppercase; */
    padding-left: 40px;
    padding-right: 40px;
}
.head span:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #d9200e;
    left: 0;
    top: 12px;
}
/* .head span:after {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    background: #001873;
    right: 0;
    top: 15px;
} */
/* line dec */
.line-dec {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 40px;
    background: #c6321b;
}
/* line dec2 */
.line-dec2 {
    position: relative;
    height: 1px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec2:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 90px;
    background: #c6321b;
}
/* line dec3 */
.line-dec3 {
    position: relative;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.line-dec3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background: #c6321b;
}
/* hr line */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* blockquote */
blockquote {
    border-left: 7px solid #c6321b;
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #c6321b;
    font-weight: 600;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #c6321b;
}
/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid #ececec;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -2px;
    left: -2px;
    border: 1px solid transparent;
    border-top: 1px solid #c6321b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c6321b;
    border: 1px solid #c6321b;
    display: none;
}
/* ======= Section style ======= */
.section-padding {
    padding: 80px 0;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.section-title span {
    color: #c6321b;
}
.section-subtitle {
    font-size: 16px;
    font-weight: 800;
    color: #001873;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
}
.section-subtitle:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #001873;
    position: absolute;
    left: 0;
    top: 50%;
}
.section-title2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px; 
}
.section-title2 span {
    color: #c6321b;
}
/* ======= Header Top style ======= */
.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #fff;
}
.main-header .header-top {
  position: relative;
}
.main-header .header-top .logo-area {
    width: 180px;
    /* height: 105px; */
    padding: 5px 0;
}
.main-header .header-top ul{
    display: flex;
}
.main-header .header-top ul li{
    margin-right: 40px;
    padding-top: 30px;
}
.main-header .header-top ul li:last-child{
    margin-right: 0;
}
.main-header .header-top ul li i{
    width: 50px;
    height: 50px;
    background: #b8151a;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 22px;
    align-items: center;
}
.main-header .header-top ul li a{
    display: flex;    
}
.main-header .header-top ul li a span{
    padding-top: 12px;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
}
.social-icon li{
    margin-right: 20px;
    padding-top: 20px;
}
.social-icon li:last-child{
margin-right: 0;
}
.social-icon li i{
    font-size: 22px; 
    /* color: #fff;    */
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.facebook i{
    color: #1877f2;
}
.insta i{
    color: #fe0a6a;
}
.youtube i{
    color: #fe0000;
}

.print i{ 
    border: 1px solid #ffffff;
    width: 32px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e60023;
    }

    /* social icon  */
.social-icon-one {
  position: relative;
}
.social-icon-one li {
  position: relative;
  margin-right: 10px;
  margin-left: 7px;
  display: inline-block;
}
.social-icon-one li a {
  position: relative;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: transparent;
    top: 0px;
}
.social-icon-one li a:hover {
  color: #fff;
}
/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #002664;
    z-index: 99;
    padding: 0;
}
.navbar .icon-bar {
    color: #000;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    margin: 5px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}


.free-btn{
    padding: 10px 20px;
    background: #001873;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #000;
}
/* .navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
} */
.navbar .navbar-nav .active {
    color: #001873 !important;
    /* border-bottom: 2px solid #077acd; */
}
.usp-cont{
    padding-top: 20px;
}
.usp-box .usp-cont p{
    font-size: 17px;
}
.nav-scroll {
    background: #002664;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 30px rgb(0 0 0 / 7%);
}
.nav-scroll .social-icon{
    display: block;
}
/* .nav-scroll .social-icon i{
    color: #b8151a;
} */



.nav-scroll .icon-bar {
    color: #fff;
}
.nav-scroll .navbar-nav .nav-link {
    color: #ffffff;
}
.nav-scroll .navbar-nav .active {
    color: #ffffff !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #000;
}
.nav-scroll .logo {
    width: 180px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    line-height: 1.25em;
    letter-spacing: 5px;
    display: none;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-size: 13px;
    color: #555;
    font-weight: 400;
    letter-spacing: 3px;
    display: block;
    margin-top: 3px;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-left: 5px;
    display: none !important;
}
.nav-scroll .logo-wrapper {
    padding: 15px 70px 15px 150px;
    background: #000;
}
.logo-wrapper {
    float: left;
    background: #000;
    padding: 30px 50px;
}
.logo-wrapper .logo h2 {
    font-size: 48px;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}
.logo-wrapper .logo h2 a i {
    color: #555;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
    font-size: 12px;
    color: #555;
    font-weight: 400;
    letter-spacing: 4px;
    display: block;
    margin-top: 5px;
    line-height: 1.5em;
    text-transform: uppercase;
}

.logo-img {
    width: 75px;
    margin-bottom: 5px;
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 14px;
    color: #ccc;
}
.dropdown-item {
    position: relative;
}
.navbar ul li ul li{
    padding-left: 10px;
  padding-right: 10px;
    border-bottom: 1px solid #00000012;
}
.navbar ul li ul li:hover{
    background: #b8151a;    
}
.navbar ul li ul li:hover a{
    color: #fff;
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}

.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 7px 0;    
    font-size: 16px;
    font-weight: 400;
    color: #000;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    background-color: transparent;    
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    /* padding-left: 20px; */
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 14px;
    float: right;
    color: #ccc;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #000;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid rgba(255, 255, 255, 0.03);
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* ======= Header style ======= */
.header {
    min-height: 666px;
    overflow: hidden;
   background: #fff;
   position: relative;
}
/* .header .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
display: none !important;
} */

.header .check-status ul{
    display: flex;
    padding-left: 0;
}
.header .check-status ul li{
    color: #000;
    font-weight: 500;
}
.header .check-status ul li:nth-child(2){
    margin-left: 40px;
}
.header .check-status ul li:nth-child(3){
    margin-left: 40px;
}
.header .check-status ul li i{
color: #287ff9;
padding-right: 10px;
font-size: 20px;
}
.ex-number{
    color: #ffffff !important;
}


.header .caption .o-hidden {
    display: inline-block;
}
.slider-fade .owl-carousel .owl-dot{
    display: none;
}
[data-overlay-dark]:before {
    background: #00000075;
}
.slider-fade .owl-nav{
    display: none !important;
}

.header .caption h6{
    color: #fff;
}
.header .caption h1 {
    position: relative;
    font-size: 56px;
    line-height: 58px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #000;
    font-weight: 700;
}
/* .header .caption h1 span {
    color: #c6321b;
} */
.header .caption p {
    font-size: 16px;
    line-height: 1.75em;
    margin-bottom: 30px;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .button-primary,
.header .caption .button-tersiyer {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 21px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #c6321b;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
/* ======= Slider style ======= */
.slider .owl-item,
.slider-fade .owl-item {
    min-height: 666px; 
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
.slider .item,
.slider-fade .item::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #00000093;
z-index: -1;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
/* owl dots */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 140px;
    width: 100%;
}
.slider-fade .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    line-height: .7;
    /* display: none; */
}
.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #c6321b;
    border: 1px solid #c6321b;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}

.owl-prev > span, 
.owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.owl-carousel .owl-nav .owl-next i.norc-small-right, 
.owl-carousel .owl-nav .owl-prev i.norc-small-left {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* ======= Banner Header style ======= */
.banner-header {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center center;
}
.banner-header h6 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
    padding-left: 50px;
}
.banner-header h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 0;
    top: 50%;
}
.banner-header h6 a {
    color: #c6321b;
}
.banner-header h1 {
    font-size: 48px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
    position: relative;
}
.banner-header h1 span {
    color: #c6321b
}
.banner-header p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #fff;
}
.banner-header p span {
    color: #c6321b;
}
/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #c6321b;
    font-size: 18px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, .5) 100%, rgba(21, 21, 21, 0.2) 100%);
    background: linear-gradient(to top, rgba(21, 21, 21, 1) 0%, rgba(21, 21, 21, 0.5) 100%, rgba(21, 21, 21, 0.2) 100%);
    object-fit: cover;
    bottom: 0;
}

/* usp style start */
.usp-sec{
    padding: 70px 0;    
    position: relative;
    top: -170px;
    z-index: 9;
}
.usp-box{
    /* display: flex; */
    background: #2e1877;
    padding: 50px 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
.usp-box::after{
    position: absolute;
    top: -50px;
    right: -300px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    content: "";
    background: #fff;
    z-index: -1;
    opacity: 0.07;
    transition: 0.5s;
}
.usp-box:hover:after{
right: -100px;
top: -50px;
}

.usp-box .usp-icon {
    width: 90px;
    height: 90px;
    background: #fff;    
    margin-right: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.usp-box:hover .usp-icon {
transform: translateY(-10px);

}
.usp-box .usp-icon img{
    width: 50px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(41%) sepia(45%) saturate(6762%) hue-rotate(335deg) brightness(94%) contrast(103%);
}
.usp-box .usp-cont h6{
color: #fff;
font-size: 25px;
}
.usp-box .usp-cont p{
color: #fff;
line-height: 25px;
}
.usp-box{
  height: 273px;
}
.construc-box{
    background: #002664;
    border-right: 2px solid #fff;
}
.usp-box .usp-cont i{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-left: 20px;
    padding-top: 2px;
    color: #000;
}
.usp-box .usp-cont a{
    color: #fff;    
}
.usp-box .usp-cont a i{
    transition: 0.5s;
}


.usp-box:hover .usp-cont a i{
transform: translateX(10px);
}

/* usp style end */

/* ======= About style ======= */
.about{
    position: relative;
    z-index: 1;
    top: -130px;
    padding-bottom:0;
}

.about::before{
    position: absolute;
    content: "";
    right: 0;
    top: -235px;
    width: 698px;
    height: 353px;
    background: url(../../assets/img/abt-back.png) no-repeat;
    z-index: -1;    
}
.about h5 {
    font-size: 27px;
}
.about-img {
    position: relative;
    width: 100%;
  z-index: 1;
}


.about-img img{
    height: 100%;
    object-fit: cover;
}
.abt-sub{
    width: 100%;
    border-radius: 10px;
    background: #002664;
    padding: 10px 20px;
    display: flex;
}
.abt-content p{
margin-bottom: 0;
color: #000;
font-size: 15px;
font-weight:400;  
}
.home-img{
    width: 90px;
    padding-top: 8px;
}
.home-img h3{
color: #fff;
font-family: 'Alata', sans-serif;
}


.home-para{
    padding-left: 50px;    
}
.home-para p{
color: #fff;
line-height: 33px;
font-size: 26px;
font-weight: 400;
font-family: "Poppins", "sans-serif";
}
.about h6 {
color: #b8151a;
font-weight: 500;
font-family: "Poppins", "sans-serif";
}

.about h2 {
line-height: 46px;
padding-top: 10px;
}

.about-image-box{
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 218px;
    height: 125px;
    background: #b8151a;
    border-radius: 10px 0 0 0;
    /* box-shadow: 0 0 2px #fff inset; */
    padding: 8px;
}
.about-image-box .inset-border p span{
font-size: 25px;
font-weight: 600;
}
.about-image-box h6{
    margin-bottom: 0;
    font-size: 17px;
}
.about-image-box p{
padding-left: 20px;
color: #fff;
}

.about-image-box img{
width: 54px;
height: 47px;
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%) hue-rotate(205deg) brightness(102%) contrast(101%);
}
.about-image-box .inset-border p{
    text-align: center;
    color: #fff;
    padding-top: 35px;
    font-size: 14px;
}
 .subtitle{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #d9200e;
    position: relative;
    padding-left: 50px;
}
.subtitle:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background: #d9200e;    
}
.head-subtitle{    
    position: relative;
    padding-left: 50px;
}
.head-subtitle::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 40px;
    height: 2px;
    background: #001873;    
}

/* .about-img img:hover {
    transform: scale(0.98);
} */
.about-img-hotifer {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 260px;
    padding: 30px;
    z-index: 11;
    border-radius: 2px;
    text-align: left;
    background: #c6321b;
    box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
}
.about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
}
.years-number{
    font-size: 22px;
    font-weight: 700;
}
.about-title {
  margin-bottom: 50px;
}
.about-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 30px 0; */
}
.image.about-signature {
    margin-right: 40px;
    width: 80px;
}
.about-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.about-rol {
    color: #555;
    font-size: 14px;
}

/* ======= About Info style ======= */
.about-info .about-info-img img:hover {
    transform: scale(0.98);
}
.about-info .about-info-img {
    position: relative;
}
.about-info .about-info-img .img {
    padding: 20px 0px 0px 20px;
    position: relative;
}
.about-info .about-info-img .img:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    right: 80px;
    bottom: 80px;
    background: #c6321b;
}
.about-info .about-info-img .img img {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 0px;
}

/* ======= Services style ======= */
.services {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
/*     background: url(../../assets/img/abt-bg.jpg) no-repeat; */
	 background: #001435;
    background-size: cover ;
    background-position: 0% 100%;
    z-index: 1;
}
.services::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.7;
z-index: -1;
}
.service-img{
    position: relative;
    overflow: hidden;
}

.services .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 43%;
    top: 50%;
}

.services .item .service-img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.services .item .service-img img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services .item .info {
    margin-bottom: 15px;
    font-size: 16px;
}
.services .item .info a {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 10px;
}
.services .item .info a:last-of-type {
    margin-right: 0;
}
.services .item .info a i {
    margin-right: 2px;
}
.services .item .info .tag {
    color: #c6321b;
    font-weight: 400;
    float: right;
}
.services .item h5,
.services.center .item .cont h5,
.services .item h5 a,
.services.center .item .cont h5 a {
    font-size: 19px;
    color: #fff;
    /* text-transform: uppercase; */
    line-height: 37px;
    padding-top: 14px;
}

.services .item .cont-button{
    width: 100%;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .item .cont-button .cont-btn{
    font-size: 22px;
    color: #164170;
}
.services .item .cont-button .cont-btn i{
    padding-left: 10px;
    transition: 0.5s;
}
.services .item:hover .cont-button .cont-btn i{
transform: translateX(10px);
}


.services .item .service-title{
    background: #b8151a;
    height: 400px;
    transition: 0.5s;
}
.services .item .service-title p{
    color: #fff;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 20px;
}
.services .item:hover .service-title{
    transform: translateY(-200px);
}

.services.center .item .cont h5{
    margin-bottom: 0;
    text-align: center;    
}
.services.center .item {
    text-align: left;
    margin-bottom: 60px;
    margin-top: 20px;
    transition: 0.5s;
}
.services.center .item .cont {
    width: 100%;
    height: 90px;
    background-color: #fff;
    position: relative;
    /* overflow: hidden; */
}
.services.center .item .cont .service-ico{
    width: 100%;
    height: 100%;
    background: #002664;
    padding: 0;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services.center .item .cont .service-ico img{
    width: unset;
    height: unset;
}
.services.center .item .button-primary{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.services.center .item .service-icon {
    /* width: 60px; */
    height: 90px;    
    width: 110px;
    /* margin-bottom: 20px; */
    margin-top: -60px;
    background-color: #ffffff;
    color: #fff;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 100px 100px 0 0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #c6321b;
}
.services.center .item:hover .service-icon img {
    transform-origin: 40% 40%;
    transform: rotateZ(360deg);
}
.service-btn{
    background-color: transparent !important;
    border: 2px solid #c6321b !important;
    color: #c6321b !important;
    border-radius: 40px !important;
    font-weight: 600 !important;
}
.service-btn:hover{
background: #c6321b !important;
color: #fff  !important;
}


.services.center .item .service-icon img {
    width: 55px;
    height: 55px;
    text-align: center;
    transform: rotateZ(0deg);

}
/* ======= Clients style ======= */
.clients {
    background-color: #000;
    background-color: #c6321b;
    padding: 30px 0;
}
.clients .owl-carousel {
    margin: 2px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
    width: 40px;
}

.clients .clients-logo a i{
    color: #Fff;
    font-weight: 700;
    font-size: 22px;

}

.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* Choose sec style start */

.choose-sec{
    padding: 60px 0;
    position: relative;
    background: url(../../assets/img/chhose-bg.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
}
.choose-sec::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffed;
    z-index: -1;
}
.choose-sec h2{
    line-height: 45px;
}
/* .choose-sec .choose-info{
text-align: center;
} */
.choose-sec .choose-info h4{
margin-bottom: 0;
padding-top: 10px;
font-size: 22px;
}
.choose-sec .choose-icon{
    width: 60px;
    height: 60px;
}
.choose-sec .choose-icon img{
  filter: brightness(0) saturate(100%) invert(9%) sepia(64%) saturate(7054%) hue-rotate(352deg) brightness(109%) contrast(91%);
}
.choose-sec .choose-info p{
    font-size: 19px;
}
/* Choose sec style end */
/* project style start */
.project-sec{
    padding: 60px 0;    
    position: relative;    
    z-index: 1;
    background: #001a45;
/*  background: url(../../assets/img/pro-bg.jpg) no-repeat; */   
    background-size: cover;
}
 .project-sec::before{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";        
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #000;
    opacity: 0.5;
}


.project-sec .head span:before,
.project-sec .head span:after{
    background: #fff;
}
.project-sec p{
    font-size: 16px;
    line-height: 23px;
}
.project-sec .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 35%;
    top: 50%;
}

.project-sec .service-sub-head span {
    border-left: 3px solid #ff580c;
    padding-left: 20px;
    font-size: 1.25rem;
}

.project-sec .service-head h2 {
    font-size: 40px;
    margin-top: 7px;
    margin-bottom: 50px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #fff; */
    /* box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); */
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 12px;
    opacity: .85;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-radius: 6px;
}

.gallery-item img {
    transition: 0.5s;
    margin-left: 30px;
    transform: scale(1.2);
}

.gallery-overlay .overlay-cont {
    transform: translateX(10px);
    transition: 0.5s;
}

.gallery-item:hover .gallery-overlay .overlay-cont {
    transform: translateX(0px);
}
.gallery-item .gallery-overlay .overlay-cont h5,
.gallery-item .gallery-overlay .overlay-cont h3{
    /* line-height: 30px; */
    color: #fff;
}
.gallery-item .gallery-overlay .overlay-cont h5{
margin-bottom: 0;
}
.gallery-item .gallery-overlay .overlay-cont h3{
font-size: 32px;
}

.gallery-item:hover img {
    margin-left: 0;
}

.gallery-item:hover .gallery-overlay {
    opacity: 0.8;
}

.gallery-overlay {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 90%;
    background: #cb1f29ab;
    transition: 0.5s;
    text-align: center;    
    color: #fff;
    opacity: 0;
    /* border-radius: 20px 0 20px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-overlay .right-arrow {
    font-weight: bold;
    position: relative;
    transition: 0.5s;
}

.gallery-overlay .right-arrow::after {
    position: absolute;
    right: -62px;
    top: -30px;
    content: "\1F892";
    font-size: 30px;
    color: #fff;
}

.gallery-overlay .btn-gallery {
    position: absolute;
}

.gallery-overlay .read-gallery {
    transition: 0.5s;
    transform: translateX(0px);
}

.gallery-overlay .btn-gallery:hover .read-gallery {
    transform: translateX(50px);
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
}

.gallery-overlay .btn-gallery:hover:after {
    opacity: 0;
    transform: translateX(-10px);
}

.gallery-overlay .btn-gallery:hover:before {
    opacity: 1;
    left: -2px;
}

.gallery-overlay .btn-gallery::after {
    position: absolute;
    top: 12px;
    left: 90px;
    width: 48px;
    height: 1px;
    background: #fff;
    content: "";
    z-index: -2;
    transition: 0.5s;
    transition-delay: 0.1s;
}

.gallery-overlay .btn-gallery::before {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    z-index: -2;
    opacity: 0;
    transition: 0.5s;
}
.gallery-overlay .btn-gallery i {
    color: #fff;
    font-size: 14px;
    padding-left: 50px;
}

.gallery-overlay i {
    color: #ffffff;
    font-size: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    /* background: #fff; */
    line-height: 100px;
    opacity: 0.8;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-btn{
    background: #0082cd !important;
}

.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 999;
}

.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}

.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}

.lightbox-prev {
    left: 0;
}

.lightbox-next {
    right: 0;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}
.project-sec .gal-btn-area .right-arrow::after {
    position: absolute;
    right: 20px;
    top: 8px;
    content: "\1F892";
    font-size: 30px;
    color: #fff;
}

.project-sec .btn-gallery {
    position: absolute;
    bottom: 20px;
    color: #fff;
}

.project-sec .read-gallery {
    transition: 0.5s;
    transform: translateX(-20px);
}

.project-sec .btn-gallery:hover .read-gallery {
    transform: translateX(19px) !important;
    color: #fff;
    transition: 0.5s;
    font-weight: bold;
}

.project-sec .btn-gallery:hover:after {
    opacity: 0;
    /* transform: translateX(-10px); */
}

.project-sec .btn-gallery:hover:before {
    opacity: 1;
    left: 25px;
}
.project-sec


.project-sec .btn-gallery::after {
    position: absolute;
    top: 32px;
    left: 110px;
    width: 48px;
    height: 1px;
    background: #fff;
    content: "";
    /* z-index: -2; */
    transition: 0.5s;
    transition-delay: 0.1s;
}

.project-sec .btn-gallery::before {
    position: absolute;
    top: 32px;
    left: 45px;
    width: 40px;
    height: 1px;
    background: #fff;
    content: "";
    /* z-index: -2; */
    opacity: 0;
    transition: 0.5s;
}

/* view button end */

.project-sec .view-button {
    padding: 20px 60px;
    text-align: center;
    background: #cb422d;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.gallery-btn:hover {
    color: #fff;
}

/* project style end */

/* ======= CountUp Numbers style ======= */
.numbers {
  background-attachment: fixed;
}
.numbers .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.numbers .item .icon span,
.numbers .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: #c6321b;
}
.numbers .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: #c6321b;
}
.numbers .item h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 40px;
}
.numbers .item h6 {
  font-size: 20px;
  font-weight: 700;
}
.numbers .item h6 span {
    font-size: 14px;
    color: #c6321b;
    margin-right: 10px;
}
ol.number {
   list-style: none;
   counter-reset: item;
   margin-bottom: 20px;
 }
ol.number li {
   counter-increment: item;
   margin-bottom: 10px;
 }
ol.number li:before {
    margin-right: 10px;
    content: counter(item);
    background: #c6321b;
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
 }

/* =======  Testimonials style ======= */
.testimonials{
    padding: 80px 0;
    /* background: url(../../assets/img/form-bg.jpg) no-repeat; */
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.review-box{
    width: 100%;
    background: #f2f5f8;
    border-radius: 6px;
    padding: 20px;
}
.review-box h4{
float: right;
font-family: "Poppins", "sans-serif";
font-size: 37px;
}
.google-icon{
    width: 60px;
    height: 60px;
}
.star-area li i{
    color: #ffc107;
    padding-top: 10px;
}
.rating-number{
    color: #095bde;
    font-size: 30px;
    font-weight: 600;
    padding-top: 10px;
}
.review-number{
    padding-top: 1px;
    font-size: 32px;
    font-weight: 500;
    font-family: "Poppins", "sans-serif";
    color: #000;
}
.review-btn{
    padding: 14px 26px;
    text-align: center;
    background:#4161d7 ;
    border-radius: 6px;
    color: #ffff;
    margin-top: 30px;
    transition: 0.5s;
}
.review-btn:hover{
color: #fff;
background:#18359e;
}
.testimonials .item{
background: #fff;
box-shadow: 0 0 10px #000;
}

.testimonial.owl-carousel .owl-dot{
    display: none;    
}
.testimonials .owl-carousel .owl-stage-outer{
    padding: 30px 0px 10px 0;
}
/* .testimonial.owl-carousel{
padding-top: 20px;
} */
.testimonials .para{
position: relative;
}
.testimonials .para i{
    font-size: 30px;
    color: #001873;
}
.testimonials .para p{
color: #000;
}
.form-area{
    width: 100%;
    height: auto;
    background: #001873;
    padding: 20px;
    margin-top: 36px;
}
.form-bg-img{
    height: 450px;
    width: 100%;
    background: #888;
}
.form-bg-img img{
    height: 100%;
}
.form-area input{
height: 45px;
border-radius: 0 !important;
}
.form-area textarea{
height: 156px;
}
.form-btn{
    background: #0082cd !important;  
}

form h3{
color: #fff;

}



/* play button */
.vid-area .cont h4 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}
.vid-area .cont h6 {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    padding-left: 50px;
}
.vid-area .cont h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 0;
    top: 50%;
}
.play-button {
    position: relative;
    width: 85px;
    height: 85px;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 20px;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: #d13e27;
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 85px;
    font-size: 27px;
    z-index: 2;
    padding-left: 5px;
}
.polygon:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    opacity: .08;
    z-index: -1;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #c6321b;
}
.play-button.color .circle-fill circle {
    fill: #c6321b;
}
/* testimonials */
.testimonials h5 {
    font-size: 24px;
    margin-bottom: 7px;
}
/* .testimonials-box {
    position: relative;
    background: #f9fafc;
    padding: 20px 30px;
    margin-bottom: -60px;
    
} */
/* .testimonials-box::before {
    position: absolute;
    bottom: -21px;
    left: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 18px 0 18px;
    border-color: #f1f1f1 transparent transparent transparent;
    z-index: -1;
} */
/* .testimonials .item .client-desk .cont span{
    padding-left: 50px;
} */
.testimonials .item .client-desk .cont{
    position: relative;
    /* left: 20px;
    top: -10px; */
    text-align: center;
}
.testimonials .item .client-desk .cont h6{
    margin-bottom: 0;
    text-align: center;
}

.testimonials-box .head-box h6 {
    position: relative;
    font-weight: 400;
    color: #555;
    font-size: 19px;
    margin-bottom: 0px;
    padding-left: 50px;
}
.client-area{
    position: relative;
    z-index: 1;
}

.testimonials .owl-theme .owl-nav.disabled + .owl-dots{
    display: none;
}
.testimonials .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 27px;
    margin: 5px;
    padding: 12px 0px;
    background: #b8151a;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    /* -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); */
}
.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #b8151a;
}

.testimonials .owl-next {
  position: absolute !important;
  top: 52%;
  right: -1% !important;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 27px; 
}
.testimonials .owl-prev::after{
    position: absolute;
    top: 13px;
    left: 13px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../assets/img/left-arrow.png) no-repeat;
}
.testimonials .owl-next::after{
    position: absolute;
    top: 13px;
    left: 13px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../../assets/img/right-arrow.png) no-repeat;
}
.testimonials .owl-prev {
    position: absolute !important;
    top: 52%;
    left: -1% !important;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 27px; 
  }
.client-area .cont span{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #095bde;
    position: relative;
    top: -2px;
}
.client-area .cont{
    color: #287ff9;
}



.view-para{
    text-decoration: underline !important;
    color: #287ff9;
}
.testimonials-box .head-box h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #c6321b;
    position: absolute;
    left: 0;
    top: 50%;
}
.testimonials-box .head-box h4 {
    font-size: 27px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-bottom: 15px;
}
.testimonials-box .head-box h4 span {
    color: #000;
}

.testimonials .item {
    position: relative;
    padding: 20px 50px;
}
.testimonials .item p.v-border {
    margin-bottom: 20px;
    margin: auto;
    text-align: center;
}
.testimonials .item .quote {
    position: absolute;
    left: 14px;
    top: -32px;    
}
.testimonials .item .quote i{
    color: #287ff9;
    font-size: 68px;
}
.testimonials .item p {
    color: #555;
}
.testimonials-box ul{
    display: flex;
    padding-top: 22px;
}
.testimonials-box ul li i{
    color: #ffd000;
}

/* .client-desk{
    margin-top: 80px;
} */
.testimonials .item .info {
    text-align: left;
    padding: 10px 0 18px 0px;
}
.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    /* float: left; */
    overflow: hidden;
    margin: auto;
}
.testimonials .item .info .cont {
    margin-left: 70px;
}
.testimonials .item .client-desk .info h6 {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 7px;    
    color: #000;
    line-height: 1em;    
}
.testimonials .item .info span {
    font-size: 14px;
    color: #555;
    margin-right: 5px;
    line-height: 1em;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info i {
    color: #000;
    font-size: 10px;
}
.item-go{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 48px;
}

/* ======= Button style ======= */
/* primary */
.button-primary {
    display: inline-block;
    height: auto;
    padding: 18px 42px;
    border-radius: 6px;
    background-color: #b8151a;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
 border:none;
   
}
.button-primary::after {
position: absolute;
top: -30px;
right: -100px;
content: "";
width: 100px;
height: 100px;
background: #002664;
border-radius: 50%;
z-index: -1;
transition: 0.9s;
opacity: 0.4;
}
.button-primary::before{
    position: absolute;
    top: -30px;
    left: -100px;
    content: "";
    width: 100px;
    height: 100px;
    background: #002664;
    border-radius: 50%;
    z-index: -1;
    transition: 0.9s;
    opacity: 0.4;
    }
.button-primary:hover:after{    
    right: 0px;
}
.button-primary:hover:before{    
    left: 0px;
}
.button-primary:hover{
    color: #fff;
    background-color: #002664;
}
.project-sec .button-primary:hover{
    color: #ffffff;
}
/* secondary */
.button-primary.book-btn{
    background-color: #d9200e;
    color: #fff;
    border-radius: 30px;
}

.button-secondary {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: #c6321b;
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}

.button-primary.banner-btn{
border-radius: 80px;
border: 2px solid #fff;
background: transparent;
}
.button-primary.banner-btn:hover{
color: #fff;
background: #d9200e;
}
.button-primary.view-btn{
    background: #d9200e;
    border-radius: 80px;
    border: 2px solid #fff;
}
.button-primary.view-btn:hover{
color: #fff;
}
.button-primary.working-btn{
    background: #fff;
    border-radius: 80px;    
    color: #d9200e;
    font-weight: 600;
}

.button-secondary:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
/* tersiyer */
.button-tersiyer {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 80px;
    background-color: transparent;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}
.button-tersiyer:hover {
    border: 1px solid #c6321b;
    background-color: #c6321b;
    color: #fff;
}
/* line hover  */
.link-btn {
    display: inline-block;
    position: relative;
    padding: 10px 17px;    
    border: 1px solid #c6321b;
    color: #c6321b;
    font-size: 14px;
    font-weight: 600;    
    transition: 0.5s;
    z-index: 1;
}
.link-btn:hover {
    background: #c6321b;
    border: none;
    color: #fff;
}
.link-btn i {
    margin-left: 5px;
    font-size: 10px;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 100%;
    background-color: #c6321b;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: -1;
    
}
.link-btn:hover::before {
    width: 100%
}
/* ======= Footer style ======= */
.footer {
    background-color: #00102a;
    padding: 60px 0;
    position: relative;
}

.footer-logo {
    width: 180px;
    margin-bottom: 15px;
}
.footer .widget .widget-title {
    font-size: 21px;
    display: inline-block;
    position: relative;
    color: #fff;
    border-bottom: 2px solid #ff303c;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
}
.footer .links li a {
    display: inline-block;
    position: relative;
    color: #F9F9F9;    
    font-size: 15px;
    line-height: 33px;
}
.second-footer ul.links li{
    display: flex;
}
.sticker{
    width: 140px;
    height: 101px;
}
.footer-img{
    width: 250px;
    height: auto;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    margin-bottom:20px;
}
.footer-img h4{
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.footer .links li span {
    color: #ff303c;
    padding-right: 20px;
}
.address-link li i {
    padding-top: 10px;
}
.footer-social-media li {
    display: inline-block;
   
}
.footer-social-media li i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1d57d1;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    transition: 0.5s;
}
/* .footer-social-media li:first-child i{
background: #3a589b;
color: #fff;
border-radius: 50%;
}
.footer-social-media li:last-child i{
    background: #ff0000;
    color: #fff;
    border-radius: 50%;
    } */


.bottom-footer-text{
    background: #000000;
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #c6321b;
    color: #fff;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #000;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 20px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-contact-link-wrapper p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 0px;
}
/* second footer */

.second-footer .widget-area .widget p {
    color: #ffffff;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
}
.footer .usful-links ul li i{
    padding-right: 20px;
}
.footer .usful-links ul li:hover {
    color: #c6321b;
}
.footer .usful-links ul li i {
    font-size: 8px;
    margin-right: 3px;
}

.footer .usful-links ul li i{
    color: #ffffff;
}

.address-link{
    padding-left: 0;
}
.footer .usful-links ul li a {
    color: #ffffff;
    position: relative;
    /* padding-left: 15px; */
}
.footer .usful-links ul li a:hover {
color: #ff303c; 
}
/* .footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #c6321b;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
} */
.footer .usful-links ul li a:hover {
color: #ff303c; 
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}
.design-para{
    font-weight: 600 !important;
    color: #ffffff !important;
}
.copyright p a {
    color: #c6321b;
}
.copyright p a:hover {
    color: #c6321b;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    background: #c6321b;
    color: #fff;
    font-weight: 400;
    border-radius: 0;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
    font-size: 20px;
}
.social-icons li a:hover {
    background: #fff;
    color: #c6321b;
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #555;
    outline: none;
    padding: 0 90px 0 20px;
}
/* .widget-area-contact {
    justify-content: end;
    display: flex;
} */
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #c6321b;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}
.widget-newsletter button:hover {
    background: #000;
}
/* ======= toTop Button style ======= */
.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
          box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
  z-index: 10000;
  opacity: 1;
  /* visibility: hidden; */
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #cb422d;

}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.progress-wrap i {
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #fc5e16;
  stroke-width: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ======= Overlay Effect Bg image ======= */
[data-overlay-dark],
[data-overlay-light] {
    position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
    position: relative;
    z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[data-overlay-dark]:before {
    background: #000;
}
[data-overlay-light]:before {
    background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
    color: #555;
}
[data-overlay-dark] p {
    color: #fff;
}
[data-overlay-light] p {
    color: #555;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
    opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
    opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
    opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
    opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
    opacity: 0.7;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
    opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
    opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
    opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
    opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
    opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
    opacity: 1;
}

#toTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 998;
    background: #b8151a;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
  }
  #toTop i{
    color: #fff;
    line-height: 32px;
  }
  .about-logo-extra{
    margin: auto;
  }


  .about .circle-masonry {
    position: absolute;
    bottom: -35px;
    right: 10px;
    width:190px;
    height: 190px;   
    border-radius: 50%;
    z-index: 10;
    animation: extralogo 7s infinite linear;
}




.roof {
    position: absolute;
    bottom: 7px;
    right: 53px;
    width: 100px;
    height: 100px;
}
.roof img{
    width: 100%;
    height: 100%;

}

@keyframes extralogo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (min-width: 768px) and (max-width: 991px){
.about-sec .circle-masonry {
    left: 75px;
}
}

.contact-form{
    padding: 60px 0;
    position: relative;
    background: url(../img/contact-bg.jpg) no-repeat;
    background-size: cover;
}
.contact-form .main-form form{
    padding: 40px 20px 40px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.7rem 1.3rem rgba(0,0,0,.22); 
    border-bottom: 5px solid #b92121;
}
.contact-form .main-form form input{
    background: #c4c4c4;    
    height: 45px;
}
.contact-form .main-form form label{
margin-top: 15px;
}
.contact-form .main-form form textarea{
    background: #c4c4c4;    
}
.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    /* border-color: transparent !important; */
    border: 2px solid #b92121 !important;
    outline: 0;
    box-shadow: none !important;
    transition: 0.5s;
}
.cnt-button{
    padding: 10px 60px;
    background: #e55a29;
    border-radius: 7px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    margin-top: 20px;
}
.contact-head h1{
    font-size: 46px;
    font-weight: 700;
}
.footer{
    padding: 60px 0; 
}
.footer .footer_logo_area p{
color: #fff;
font-size: 18px;

}
.footer-logo{
    width: 300px;
    height: auto;
}
.wideget-area h3{
    border-bottom: 3px solid #e55a29;
    display: inline-block;
    color: #fff;
    padding-bottom: 4px;
    text-transform: uppercase;
    font-size: 23px;
}
.wideget-area ul{
    padding-top: 20px;
}
.wideget-area ul li a{ 
    text-decoration: none;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    transition: 0.5s;
    }
    .wideget-area ul li a:hover{
       color: #dc5628; 
    }
    .wideget-area ul li a::after{
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dc5628;
    }

    .wideget-area ul li i{ 
        color: #e55a29;
        font-size: 6px;
        position: relative;
        top: -3px;
        padding-right: 20px;
    }
    .wideget-contact-area ul li i{
        color: #e55a29;
        padding-top: 6px;
        padding-right: 20px;
        font-size: 28px;
    }
    .wideget-contact-area h3{
        border-bottom: 3px solid #e55a29;
        display: inline-block;
        color: #fff;
        font-size: 23px;
        text-transform: uppercase;
    }
    .wideget-contact-area ul{
        padding-top: 20px;
    }
    .wideget-contact-area ul li p{
        color: #fff;
        font-size: 18px;
    }
    .wideget-contact-area ul li{
    display: flex;
    }
    .wideget-contact-area a{
        text-decoration: none;
        color: #fff;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
    }
    .wideget-contact-area a:hover{
        color: #fff;
    }
    /* footer style end */
    /* footer-bottom style start */

    .footer-bottom{
        padding: 10px 0;
        background: #000;
    }
    .footer-bottom p{
        padding-top: 10px;
        font-size: 18px;

    }
    .footer-bottom a{
        color: #e55a29;
        text-decoration: none;
    }
    .footer-bottom a:hover{
        color: #e55a29;

    }
  

    /* Modal form start */
     .modal .modal-dialog .modal-body .form-box{
        background: #ffffff;
        border-radius: 7px;
        padding: 26px 20px 10px;
        position: relative;
        /* top: -140px; */
        z-index: 11111;
    }
    .modal .modal-dialog .modal-body .form-box h3{
        color: #e55a29;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .modal .modal-dialog .modal-body .form-box input{
        height: 50px;
        margin-bottom: 15px;
        border: 1px solid #000;
    }
    .modal .modal-dialog .modal-body .form-box select{
        height: 50px;
        margin-bottom: 15px;
        border: 1px solid #000;
    }
    .modal .modal-dialog .modal-body .form-box textarea{        
        margin-bottom: 15px;
        border: 1px solid #000;
    }
    .modal .modal-dialog .modal-body .form-box input[type=submit]{    
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background: #e55a29;
    width: 140px;
    margin: auto;
    color: #fff;
    font-size: 18px;
    border: none;
    }
    .modal .modal-dialog .modal-body .form-box input[type=submit]:focus{
    background-color: #000000 !important;
    border: none !important;
    }
    .modal .modal-dialog .modal-body .form-box input[type=submit].form-control{
        position: relative;
    }
    .modal .modal-dialog .modal-body .form-box input[type=submit].form-control::after{
        position: absolute;
        content: "";
        bottom: -40px;
        left: 0;
        width: 300px;
        height: 200px;
        border-radius: 50%;
        background: #000;    
    }
     .modal-header{
        border: 0 !important;
    }
   .btn-close{
        position: relative;        
        z-index: 1;
        opacity: 1 !important;
        background: unset !important;
    }
   .btn-close i{
    font-size: 22px;
    color: #fff;
    }
   .btn-close::after{
        position: absolute;
        top: -1px;
        right: -3px;
        width: 40px;
        height: 40px;
        content: "";
        background: #e55a29;
        z-index: -1;
        border-radius: 50%;
    }
    .modal-content{
        background: #e55a29 !important;
    }


.inner_banner_caption{position: absolute;left: 50%;top: 50%; transform: translate(-50%);width:100%; padding:0 10px;}
.inner_banner{position: relative; z-index: 1;margin-top: 0px;}
.inner_banner img{width:100%; height:300px; object-fit:cover;}
.inner_banner:before{content: ""; background:rgba(0,0,0,0.5); position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 0;}
.inner_banner h1{font-size: 36px; font-weight: 600;text-transform: uppercase;text-align: center;margin: 0; color: #fff;}
.single_service img{float: right;width: 40%;height: auto;margin: 0 0 20px 20px;}
.single_service p{font-size: 16px; font-weight: 400; text-align: justify; line-height: 28px; margin: 20px 0;color: #111;}
.single_service p a{color:#28386a;font-weight:bold;}
.single_service ul li{list-style:none;color: #505050;margin: 5px 0;font-weight: 400;padding-left: 20px;position: relative;}
.single_service ul li:before{content:"\f00c";color:#b8151a;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: 0;}
.abt_areasec{
    padding: 60px 0;
}
.abt_areasec .head {
    text-align: left;
    text-transform: capitalize;
    font-size: 27px;
}
.abt_areasec img {
    float: right;
    display: inline-block;
    width: 340px;
}
.abt_areasec ul{margin:0; padding: 0;}
.abt_areasec ul li{list-style:none;color: #505050;margin: 5px 0;font-weight: 400;padding-left: 20px;position: relative;}
.abt_areasec ul li:before{content:"\f00c";color:#008ac1;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: 0;}
.abt_areasec a{color:#008ac1;}
.book_area{padding: 70px 0;}
.book_left{width:100%;}
.book_left .head_img:after{width: 245px;}
.book_left .head_area span:after{width: 145px;}
.book_left p{font-size: 18px;color: #505050;line-height: 26px; text-align: justify; margin:0px 0;}
.book_left form .form-control{width: 100%; height: 46px; border: 1px solid #b5b5b5; border-radius: 0;margin-bottom: 10px;font-size: 18px;color: #505050;}
.book_left form textarea.form-control{width: 100%; height: 95px; border: 1px solid #b5b5b5; border-radius: 0;margin-bottom: 10px;font-size: 18px;color: #505050;}
.book_right{width: 100%; height: 100%; border-radius: 8px; overflow: hidden;}
.book_right img{width: 100%; height: 100%; object-fit: cover;transition: all 0.5s;transform: scale(1.2);position: relative; left: 0;}
.book_right:hover img{left: 50px;}
.form_box {
    padding:0;

}
.home_map {
    background: #b8151a;
    padding: 20px 10px;
}
.home_map ul{
  font-size: 14px;
  color: #fff;
  padding: 0;
}
.home_map ul li{
  padding: 0 0 10px;
  display: inline-block;
  width: 100%;
}
.home_map ul li i {
    vertical-align: middle;
    margin: 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
}
.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
}
.home_map ul li span h4{
  margin: 0 0 5px;
  font-size: 17px;
}
.home_map ul li a{
  text-decoration: none;
  color: #fff;
font-size: 13px;
}
.map iframe {
    width: 100%;
    height: 350px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.form_submit{background: #2187b1 !important; border-radius: 100px; width: 196px; height: 48px; color: #fff; text-align: center;box-shadow: 0 10px 15px rgba(0,0,0,0.2);position: relative;overflow: hidden;z-index: 1;transition: all 0.5s;display: inline-block; line-height: 48px; font-weight: 600;border: none;margin-top: 15px; margin-bottom: 10px;}
.form_submit:after{content: "";background: linear-gradient(to top, #595959, #000); position: absolute; left: 0; top: 0; width: 100%; height: 0; z-index: -1;transition: all 0.5s;}
.form_submit:hover:after{height: 100%;}
.form_submit:hover{letter-spacing: 1px;}

.review_box .checked {
    color: #ffbf00;
}
.review_box {
    padding: 15px;
    background: #f1f1f1;
    width: 70%;
    margin: 0 auto 30px;
}
.single_service .btn-primary {
    display: inline-block;
    width: auto;
    height: auto;
}
.review_btn {
    text-align: right;
    width: 72%;
    margin: 0 auto 20px;
}
.reviewtop_sec {
    width: 70%;
    margin: 0 auto 30px;
}
.reviewtop_sec h4 {
    font-size: 14px;
}
.reviewtop_sec .checked {
    color: #d59f06;
    font-size: 24px;
}
.filter-bar button.active, .filter-bar button:hover {
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #a5a5a5;
}
.active .checked {
    font-size: 14px;
}
.reviewtop_sec h3 {
    color: #ff1717;
    margin: 20px 0 30px;
    font-size: 24px;
}
.single_service {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.abt_area{
    padding: 60px 0 20px;
    display: inline-block;
    width: 100%;
}
.glsr-summary-percentages {
    display: none;
}
.glsr-review-author {
    display: none !important;
}
.about_wrap {
    padding: 60px 0;
}
.abt-content p{
margin-bottom:15px; 
}
.hardscaping-img img{
  float: none;
  width: 100%;
  margin-top: 10px;
}
.fusion-column-wrapper img,
.stone-img img{
  float: none;
}
.gallery_page{
background:#fff;	
}
.gallery_page:before{
display:none;	
}

/*Nav close style*/


.nav-open {  
  height: 36px !important;
  position: relative;
  width: 40px !important;
  background: #000;
  border: 0;
	border-radius: 4px;
}
.nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}
.nav-open.nav-close .inner::before, .nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 17px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}



