/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}
* {
    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: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    overflow-x: hidden !important;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #555;
    margin-bottom: 15px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 21px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    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: transparent;
    -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;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #043c6f;
}
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: #043c6f;
    border-radius: 50%;
/*     padding: 5px; */
	font-weight: 700;
}
.fa-circle-check{
	color: #043c6f;
	margin-right: 20px;
}
/* .listext-text {
    margin-left: 15px;
} */
.listext-text p {
    font-size: 16px;
    margin: 0;
}
/* 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: #043c6f;
}
/* 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: #043c6f;
}
/* 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: #043c6f;
}
/* 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 #043c6f;
    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: #043c6f;
    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: #043c6f;
}
/* ======= 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 #043c6f;
    -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: #0472c0;
    border: 1px solid #0472c0;
}
/* ======= Section style ======= */
.section-padding {
    padding: 60px 0;
}
.section-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.section-title span {
    color: #043c6f;
}
.section-subtitle {
    font-size: 25px;
    font-weight: 800;
    color: #0472c0;
    position: relative;
    margin-bottom: 0px;
    padding-left: 50px;
    font-family: 'Poppins', sans-serif;
}
.section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #0472c0;
    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: #043c6f;
}
/* ======= Header Top style ======= */
.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
    background: #000;
}
.main-header .header-top {
    position: relative;
}
.main-header .header-top .top-left {
    position: relative;
    float: left;
    padding: 10px 0px;
}
.main-header .header-top .top-left .links {
    position: relative;
    float: left;
}
.main-header .header-top .top-left ul.links {
    margin-bottom: 0px;
    padding-left: 0px;
}
.main-header .header-top .top-left .links li {
    position: relative;
    float: left;
    margin-right: 12px;
    line-height: 1em;
    color: #ffffff;
    padding-right: 12px;
}
.main-header .header-top .top-left ul li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}
.main-header .header-top .top-left .links li:last-child:after {
    display: none;
}
.main-header .header-top .top-left .links li .icon {
    position: relative;
    top: 3px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    margin-right: 10px;
}
.main-header .header-top .top-left .links li a {
    position: relative;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header .header-top .top-left .links li a:hover {
    color: #fff;
}
.main-header .header-top .top-right {
    position: relative;
    float: right;
    padding: 5px 0px 0px 0px;
}
.main-header .header-top .top-right .links li {
    position: relative;
    color: #555;
    font-size: 14px;
    float: left;
    line-height: 1.6em;
    margin-right: 20px;
}
.main-header .header-top .top-left .links li a span {
    position: relative;
    margin: 0px 7px 0px 0px;
    font-size: 12px;
    color:#035693;
}
.main-header .header-top .top-right .links > li > a {
    position: relative;
    color: #fff;
    font-size: 14px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-header .header-top .top-right .links > li > a:hover {
    color: #fff;
}
.main-header .header-top .top-right .links {
    position: relative;
    float: left;
    top: 3px;
    outline: none;
}
.main-header .header-top .top-right .links > li:last-child {
    margin-right: 0px;
    
}
.main-header .header-top .top-right .social-icon-one {
    float: left;
    margin-left: 15px;
    margin-bottom: 0px;
}
/* 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: 18px;
    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 i{
	color: #fff;
	transition: 0.5s;
}
.social-icon-one li i:hover{	
    color: #222;
}

/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    padding: 10px 0;
}
.navbar .icon-bar {
    color: #000;
}
.navbar-brand{width: 230px;}
.navbar-brand img {
    width: 100%;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0c0c0c;
    margin: 5px 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
/* .navbar .navbar-nav .nav-link:hover {
    color: #043c6f;
} */
.navbar .navbar-nav .active {
    color: #043c6f !important;
}

.navbar-light .navbar-nav .nav-link:hover{
	color: #131313;
}
/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
} */
.nav-scroll {
    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 .icon-bar {
    color: #000;
}
/* .nav-scroll .navbar-nav .nav-link {
    color: #000;
} */
.nav-scroll .navbar-nav .active {
    color: #043c6f !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: #043c6f;    
}
.navbar ul li ul li:hover a{
    color: #fff;
}
.navbar ul li ul li:last-child{
    border-bottom: none;
}
.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;
    display:none;
}
.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::after{
position: absolute;
content: "";
bottom: -2px;
left: 0;
width: 100%;
height: 117px;
background: url(../../assets/img/wavy1.png) no-repeat;
background-size: cover;
z-index: 1;
} */
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h4 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #289ff3;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    font-size: 64px;
    line-height: 1em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
}
.header .caption h1 span {
    color: #043c6f;
}
.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 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #043c6f;
    border:1px solid #fff;
}
.header .caption .button-tersiyer{
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #0472c0;
    color: #fff;
}
/* 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 #043c6f;
}
.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;
}
.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: #0472c0;
    border: 1px solid #0472c0;
}
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}

/* owl-nav next and prev */
.owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }
.owl-prev {
  left: 15px !important;
}
.owl-next {
  right: 15px !important; 
}
.owl-prev, 
.owl-next {
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -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; 
}

.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-prev:hover, 
.owl-prev:focus {
    background: #ed5520; 
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 27px;
    margin: 5px;
    padding: 12px 0px;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    cursor: pointer;
    border-radius: 0%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
    background: #ed5520;
}

.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: #043c6f;
    position: absolute;
    left: 0;
    top: 50%;
}
.banner-header h6 a {
    color: #043c6f;
}
.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: #043c6f
}
.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: #043c6f;
}
/* 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: #043c6f;
    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;
}
/* ======= About style ======= */
.about h5 {
    font-size: 27px;
}
.about-img {
    position: relative;
}
.about-img:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: 50%;
    bottom: 50%;
    z-index: 1;
    background: #043c6f;
}
.about-img img {
    position: relative;
    z-index: 10;
}
.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: #043c6f;
    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 .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: #043c6f;
}
.about-info .about-info-img .img img {
    position: relative;
    z-index: 2;
    background: #fff;
    margin-bottom: 0px;
}

/* ======= Services style ======= */
.services {
    position: relative;
}

.services .item .service-img .img {
    overflow: hidden;
    height:230px;
	border-radius: 6px 6px 0 0;
}
.services .item .service-img .img img {
  height:100%;
  width:100%;
  object-fit:cover;
}

.services .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #043c6f;
    position: absolute;
    left: 41%;
    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 .cont {
    position: relative;
    padding: 30px 30px 45px 30px;
    width: 100%;
    background: #fff;
	border-radius: 0 0 6px 6px ;
}
.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: #043c6f;
    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: 20px;
    color: #000;
}
.services.center .item {
    text-align: left;
    margin-bottom: 60px;
}
.services.center .item .cont {
    padding: 30px 30px 45px 30px;
}
.services.center .item .cont img {
    width: 60px;
    height: auto;
}
.service-icon {
    /* width: 60px; */
    height: 90px;    
    width: 90px;
    margin-bottom: 20px;
    margin-top: -60px;
    background-color: #043c6f;
    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: 6px;
}
.service-icon img {
    width: 100%;
    height: 100%;
    text-align: center;
}

/* ======= Values style ======= */
.values .single-facility {
    background: #fff;
    padding: 40px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
/*     margin-bottom: 30px; */
    line-height: 1;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	border-radius: 6px;
}
.values .single-facility h5 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}
.values .single-facility:hover h5 {
  color: #043c6f;
  -webkit-transition: .5s;
  transition: .5s;
}
.values .single-facility:hover span {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.values .single-facility .value-box{
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    background: #043c6f;
    padding: 10px;
    position: relative; 
	border-radius: 6px;
}
.values .single-facility .safety,
.values .single-facility .innovation,
.values .single-facility .quality,
.values .single-facility .integrity,
.values .single-facility .strate,
.values .single-facility .inclusion{
    position: relative;
}

.values .single-facility .safety:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url(../../assets/img/vi1.png) no-repeat;
}
.values .single-facility .innovation:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url(../../assets/img/vi2.png) no-repeat;
}
.values .single-facility .quality:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 5px;
    background: url(../../assets/img/vi3.png) no-repeat;
}
.values .single-facility .integrity:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url(../../assets/img/vi4.png) no-repeat;
}
.values .single-facility .strate:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url(../../assets/img/vi5.png) no-repeat;
}
.values .single-facility .inclusion:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: url(../../assets/img/vi6.png) no-repeat;
}
.values .single-facility p {
    margin: 0;
    color: #555;
}
.values .single-facility .facility-shape {
    position: absolute;
    opacity: 0.018;
    z-index: -1;
    bottom: 30px;
    left: 74px;
}
.values .single-facility .facility-shape span {
    font-size: 140px;
    color: #ccc;
    background: transparent;
}
/* ======= Clients style ======= */
.clients {
    background-color: #000;
    background-color: #043c6f;
    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;
}
/* ======= Process style ======= */
.process .padding {
  padding: 0 20px;
}
.process .item {
  padding: 0 20px;
  border-radius: 10px;
  position: relative;
}
.process .item:hover .icon {
  background: #fff !important;
  color: #043c6f;
}
.process .item img {
  position: absolute;
  width: 50%;
  right: -30%;
  top: 30%;
  z-index: 4;
}

.process .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #0472c0;
    position: absolute;
    left: 35%;
    top: 50%;
}
.process .section-subtitle{
    color: #fff;
}
.process .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 15%;
}
.process .item .process-circle {
    font-size: 30px;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #0472c0;
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 65px;
}
.process .item .process-circle:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1.4, 1.4);
          transform: scale(1.4, 1.4);
  opacity: .08;
  z-index: -1;
}
.process .item .icon-plan{
    position: relative;
}
.process .item .icon-plan:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 23px;
    left: 23px;
    background: url(../../assets/img/icon1.png) no-repeat;
    z-index: -1;
    
  }
  .process .item .icon-design{
    position: relative;
}
.process .item .icon-design:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 22px;
    left: 20px;
    background: url(../../assets/img/icon2.png) no-repeat;
    z-index: -1;
   
  }
  .process .item .icon-construct{
    position: relative;
}

.process .item .icon-construct:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 17px;
    left: 3px;
    background: url(../../assets/img/icon3.png) no-repeat;
    z-index: -1;
    }
  .process .item .icon-finish{
    position: relative;
}
.process .item .icon-finish:before {
    content: '';
    width: 100%;
    height: 100%;    
    position: absolute;
    top: 25px;
    left: 22px;
    background: url(../../assets/img/icon4.png) no-repeat;
    z-index: -1;
  }

.process h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.25em;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.process h5 {
    font-size: 16px;
    font-weight: 400;
    color: #043c6f;
    position: relative;
    margin-bottom: 0px;
}
.process .item h6 {
    font-size: 20px;
    font-weight: 700;
        margin-bottom: 40px;
}
.process .item h6 span {
    font-size: 14px;
    color: #0472c0;
/*     margin-right: 10px; */
}
.process p,
.process .item p {
  font-size: 16px;
  color: #fff;
  opacity: .9;
}
/* project style start */
.project-sec{
    padding: 60px 0;
}
.project-sec .section-subtitle:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #043c6f;
    position: absolute;
    left: 32%;
    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;
    height: 300px;
}

.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.7;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #043c6fc4;
    transition: 0.5s;
    text-align: center;
    padding: 75px 20px;
    color: #fff;
    opacity: 0;
}
.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: #fff;
    font-size: 50px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.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 .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: 10px 24px;
    text-align: center;
    background: #043c6f;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
	border-radius: 6px;
}
.project-sec .view-button:hover {
background: #e20001;
}



.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: #0472c0;
}
.numbers .item .icon .back {
    background: #fff;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    color: #0472c0;
}
.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: #0472c0;
    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: #043c6f;
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
 }

/* =======  Testimonials style ======= */
/* 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: #043c6f;
    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: #043c6f;
}
.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: #043c6f;
}
.play-button.color .circle-fill circle {
    fill: #043c6f;
}
.usful-links{
    padding: 45px 0;
}
/* testimonials */
.testimonials h5 {
    font-size: 24px;
    margin-bottom: 30px;
}
.testimonials-box {
    position: relative;
    background: #fff;
    padding: 45px;
    margin-bottom: -60px;
    border-top: 7px solid #0472c0;
	border-radius: 6px;
}
.testimonials-box .head-box h6 {
    position: relative;
    font-weight: 400;
    color: #555;
    font-size: 19px;
    margin-bottom: 0px;
    padding-left: 50px;
}
.testimonials-box .head-box h6:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #043c6f;
    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;
}
.testimonials .item p.v-border {
    margin-bottom: 20px;
}
.testimonials .item .quote {
    position: absolute;
    right: 15px;
    top: 120px;
    width: 55px;
    margin: 0 auto 0px;
    opacity: 0.05;
}
.testimonials .item p {
    color: #555;
}
.testimonials .item .info {
    text-align: left;
    padding: 10px 0 30px 0px;
}
.testimonials .item .info .author-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.testimonials .item .info .cont {
    margin-left: 70px;
}
.testimonials .item .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;
}

/* ======= Button style ======= */
/* primary */
.button-primary {
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: #043c6f;
    -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-primary:hover {
    border: 1px solid #fff;
    background-color: #e20001;
    color: #fff;
}
/* secondary */
.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: #043c6f;
    -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-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: 6px;
    background-color: #e20001;
    -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 #043c6f;
    background-color: #043c6f;
    color: #fff;
}
/* line hover  */
.link-btn {
    display: inline-block;
    position: relative;
    padding: 10px 17px;    
    border: 1px solid #043c6f;
	border-radius: 6px;
    color: #043c6f;
    font-size: 14px;
    font-weight: 600;    
    transition: 0.5s;
    z-index: 1;
	overflow: hidden;
}
.link-btn:hover {
    background: #043c6f;
    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: #043c6f;
    -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: #050505;
    padding: 60px 0 30px;
}
.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 #0472c0;
}
/* 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;
}
.footer .links li a:hover{
	color: #fff;
}
.footer-img{
    width: 80%;
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer .links li span {
    color: #0472c0;
    padding-right: 20px;
	width: 25px;
}
.address-link li i {
    padding-top: 15px;
}
.footer-social-media li {
    display: inline-block;
/*     margin: 7px; */
}
.footer-social-media li i {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #043c6f;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: 0.5s;
}
.footer-social-media li i:hover {
    width: 40px;
    height: 40px;
    background: #0e6ed7;
    color: #fcfcfc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: 0.5s;
}
.bottom-footer-text{
    background: #000000;
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #043c6f;
    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 {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: #ccc;
}
/* usefull links */
.footer .usful-links ul {
    margin: 0;
    padding: 0;
}
.footer .usful-links ul li {
    margin-bottom: 5px;
    position:relative;
}
.footer .usful-links ul li:hover {
    color: #043c6f;
}
.footer .usful-links ul li i {
    font-size: 18px;
    margin-right: 3px;
}
.address-link{
    padding-left: 0;
}
.footer .usful-links ul li a {
    color: #ccc;
    position: relative;
    padding-left: 15px;
}
.footer .usful-links ul li a svg {
    width: 30px;
    height: 10px;
    fill: #fff;
    display:none;
}
.footer .usful-links ul li a:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #0472c0;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}
.footer .usful-links ul li a:hover {
    color: #14a0a6;
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: #ccc;
    font-size: 14px;
}
.copyright p a {
    color: #043c6f;
}
.copyright p a:hover {
    color: #043c6f;
}
/* 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: #043c6f;
    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: #043c6f;
}
/* 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: #043c6f;
    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;
}


/* ======= 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.5;
}
[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: #043c6f;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
  }
  #toTop i{
    color: #fff;
  }
   .inner_page{padding:40px 0;}
  .inner_page h2{font-size: 20px;}
  .inner_page img{margin:0 0 20px; width:100%;}
  .inner_page p, .inner_page ul li{font-size: 14px; line-height: 22px;}
.header_area .navbar-brand:before {
    transform: skew(31deg);
}
.inner_page{padding:70px 0;}
.inner_page h2{font-weight: bold;font-size: 36px;color: #ffffff;margin: 0 0 10px;}
.inner_page img{float: right;margin: 0 0 20px 20px;width: 450px;border: 2px solid #f5500e;box-shadow: 0 0 30px rgb(0 0 0 / 10%);border-radius: 8px;overflow: hidden;}
.inner_page p{font-size: 16px;line-height: 28px;color: #5a5a68;text-align: justify;margin:10px 0;}
.inner_page p span{ font-weight: 600; color: #fff;}
.inner_page p i{padding-right: 10px; padding-top: 8px; color:#0472c0;}
.inner_page ul li{list-style:none;color: #5a5a68;margin: 5px 0;position:relative;padding-left:20px;}
.inner_page ul li:before{content:"\f00c";color:#f5500e;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: 0; top: 0;}
.inner_page p a{color: #ffffff; font-weight:bold; word-break: break-all;}

.cont_form input{border: 1px solid #b7b7b7; color: #5a5a68;height: 50px; margin-bottom: 10px; border-radius: 8px; padding: 6px 15px;}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: inline-block;
}
.cont_form p {
    margin: 0;
}
.cont_form textarea{border: 1px solid #b7b7b7; color: #5a5a68;height: 100px; margin: 15px 0; border-radius: 8px;}
.cont_form input::placeholder, .cont_form textarea::placeholder{color: #5a5a68;}
.cont_form input:focus, .cont_form textarea:focus{box-shadow:0 0 5px rgba(232,168,19,0.5);border: 1px solid #043c6f;}
.cont_btn{padding: 18px 32px;position: relative;overflow: hidden;transition: all 0.3s linear;z-index: 2;display:block;border-radius: 8px;width: 280px;margin: 0 auto 20px;}
.cont_btn:before {top: 135px;border-radius: 0%;position: absolute;left: -50px;right: -50px;height: 170px;content: "";background: #000;transform: translateY(-55px);transition-duration: 800ms;z-index: -1;border-radius: 50%;}
.cont_btn:after {border-radius: 0px;background-color:#043c6f;content: "";position: absolute;top: 0px;left: 0px;bottom: 0px;right: 0px;opacity: 1;transform: scaleX(1.0);transition-duration: 800ms;z-index: -2;}
.cont_btn:hover:before {top: 0%;left: -70px;right: -70px;}
.cont_btn:hover:after {transform: scaleX(0);transition-duration: 1500ms;}
.cont_btn input{margin: 0 auto;padding: 0;height: auto !important;border: none !important;background: transparent;font-size: 18px;font-weight: bold;color: #fff;text-transform: uppercase; display:block;transition: all 0.3s linear;}
.cont_btn:hover input{color: #fff;}
.cont_btn span{position: absolute !important;right: 0;top: 50%;transform: translateY(-50%);z-index: 10;}
/*===============Responsive Ends===============*/
.inner_banner {
    overflow: hidden;
    position: relative;
    height: 300px;
}
.inner_banner img{width: 100%;height: 100%;object-fit: cover;}
.inner_banner_caption {
    position: absolute;
    top: 30%;
    left: 8%;
}
.inner_banner_caption h1 {
    font-size: 42px;
    color: #fff;
    margin: 0;
}

select.form-control {
    margin: 15px 0 0;
    padding: 17px 10px;
}
.inner_banner {
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner_banner::after {
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000003d;
}
.inner_banner_caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
}
.single_service img{float: right;width: 40%;height: auto;margin: 0 0 20px 20px;}
.single_service p{font-size: 16px; font-weight: 400; line-height: 28px; margin: 20px 0 0;color: #505050;}
.single_service p a{color:#043c6f;;font-weight:bold;}
.single_service ul li{list-style:none;color: #505050;margin: 5px 0;font-weight: 400;padding-left: 25px;position: relative;font-size: 16px;}
.single_service ul li:before{content:"\f00c";color:#043c6f;;font-family:"Font Awesome 6 Free"; font-weight:bold;position: absolute;left: 0;}
.single_service ul li{margin-left: -30px; }

.widget-area-quick{
	display: flex;
	justify-content: center;
}
.text-primary{
    color: #043766 !important;
}

.contact_address{
	padding: 10px;
	background: #012240;
  border-radius:10px;
}
.contact_address p{
	margin: 20px 0;
    display: flex;
}

.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;
    display: inline-block;
    width: 100%;
}
.glsr-summary-percentages {
    display: none;
}
.glsr-review-author {
    display: none !important;
}


.call_float {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 9999;
}
.call_float a i {
    width: 50px;
    height: 50px;
    background: #fcb900;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}



.nav-open {
  border: 3px solid white;
  height: 36px;
  position: relative;
  width: 40px;
}
.nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
  background-color: #ffffff;
  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-scroll .navbar-brand img {
    width: 80%;
}
.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);
}

/* responsive style start */



/* ======= Responsive style ======= */

@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}

@media (max-width: 767px) {
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .banner-header h6 a:hover {
        color: #fff;
    }

    .widget-area-quick {
        display: flex;
        justify-content: start;
    }

    /* .useful-links{
	margin-top: 45px;
} */
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #1c1b1b;
    }

    .services .section-subtitle:after {
        left: 22%;
    }

    .process .item .process-circle {
        left: 0 !important;
        margin: auto;
        margin-bottom: 20px;
    }

    .project-sec .section-subtitle:after {
        left: 22%;
    }

    .gallery-item {
        flex-basis: 49%;
    }

    .lightbox-content {
        width: 70%;
        height: unset;
        margin-top: 73%;
    }

    .clients .owl-carousel {
        margin: 2px 0;
        padding-left: 34px;
    }

    .widget-area-contact {
        justify-content: left;
        display: flex;
    }

    .copyright-text {
        text-align: center;
    }

    .footer-img {
        margin: auto;
    }

    .header .caption h1 {
        position: relative;
        font-size: 34px;
        line-height: 44px;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        color: #fff;
        font-weight: 700;
    }

    .banner-header p {
        font-size: 14px;
        color: #555;
    }

    .section-padding {
        padding: 40px 0;
    }

    .process .section-padding,
    .values .section-padding {
        padding: 40px 0 0;
    }

    .project-sec {
        padding: 40px 0;
    }

    .values .single-facility {
        margin-bottom: 15px;
    }

    .gallery-item {
        height: 110px;
        overflow: hidden;
    }

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

    .project-sec p {
        margin-bottom: 0;
    }

    .gallery-container {
        padding: 0;
    }

    .address-link li {
        display: flex;
        margin-bottom: 10px;
    }

    .address-link li i {
        width: 16px;
    }

    .address-link li i {
        padding-top: 11px;
    }

    .contact_address p {
        display: flex;
    }

    .inner_page p i {
        padding-top: 10px;
    }

    .values {
        padding-bottom: 30px;
    }
    .cont_form input{
        margin: 10px 0;
    }
    .cont_btn p{
        display: flex;
        justify-content: center;
    }
    .cont_btn:before{
        top: 146px;
    }
}

@media (min-width: 768px) {

    .owl-prev,
    .owl-next {
        font-size: 27px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .widget-area-contact{
        justify-content: start;
    }
    .second-footer .widget-area .widget{
        padding: 10px 0;
    }

    .services .section-subtitle:after {
        left: 40%;
    }
	.process .item{
		padding: 4 5px;
	}

    .process .item .process-circle {
        left: 50%;
        transform: translateX(-50%);
    }
	.process .item h6 span{
		margin-right: 3px;
	}

    .section-padding {
        padding: 40px 0;
    }

    .process .section-padding,
    .values .section-padding {
        padding: 40px 0 0;
    }

    .project-sec {
        padding: 40px 0;
    }

    .values .single-facility {
        margin-bottom: 15px;
    }

    .gallery-item {
        height: 160px;
        overflow: hidden;
    }

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

    .project-sec p {
        margin-bottom: 0;
    }

    .gallery-container {
        padding: 0;
    }

    .address-link li {
        display: flex;
    }

    .address-link li i {
        width: 24px;
    }

    .navbar-light .navbar-toggler {
        background: #043766;
    }

    .nav-scroll.navbar-light .navbar-toggler {
          background: #043766;
    }

    .project-sec .section-subtitle:after {
        left: 20%;
    }

    .values {
        padding-bottom: 40px;
    }


}

@media screen and (max-width: 767px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        /*      background: #fff;
        padding-top: 15px;
        padding-bottom: 15px; */
        height: unset;
    }

    .single_service h3 {
        font-size: 23px;
    }

    .single_service h2 {
        font-size: 26px;
    }

    .process h2,
    .project-sec h2 {
        font-size: 30px;
    }

    .section-subtitle {
        font-size: 23px;
    }

    .navbar-brand img {
        width: 90%;
    }

    .navbar .logo img {
        width: unset;
        height: unset;
    }

    .about-img-hotifer {
        position: absolute;
        right: 38px;
        bottom: -74px;
        width: 260px;
        padding: 30px;
        z-index: 11;
        border-radius: 2px;
        text-align: left;
        background: #043766;
        box-shadow: 0 5px 25px rgb(0 0 0 / 5%);
    }

    .navbar-light .navbar-toggler {
        background: #043766;
    }

    .nav-scroll.navbar-light .navbar-toggler {
        background: #043766;
    }

    .navbar-light .navbar-toggler-icon {
        filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7440%) hue-rotate(28deg) brightness(113%) contrast(98%)!important;
        
    }
	.navbar-light .navbar-brand {
   width: 80%;
}
    .nav-scroll .navbar-brand img {
        width: 70%;
    }
    .nav-scroll {
        background: #ffffff;
    }

    .logo-wrapper {
        float: left;
        padding: 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
    .process .item h6{
        font-size: 16px;
    }
    .usful-links{
        margin-top: 0;
        padding: 0;
    }
    .second-footer .widget-area .widget{
        margin-top: 15px;
    }
    .inner_banner{
        height: 300px;
    }
    .copyright{
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .logo-wrapper .logo h2 {
        display: none;
    }

    /* .header .caption h1 {
        font-size: 45px;
    } */
    .header .caption h4 {
        font-size: 16px;
    }

    .header .caption p {
        font-size: 14px;
        margin-right: 10px;
    }

    .header .caption .button-tersiyer {
        margin-right: 0;
    }

    .slider-fade .owl-theme .owl-dots {
        bottom: 118px;
    }

    .about-content {
        margin-top: 100px;
    }

    .process .section-subtitle:after {
        left: 27%;
    }

    .second-footer .widget-area .widget {
        padding: 0;
    }

    .button-tersiyer {
        padding: 14px 22px;
    }

 

    .news-comment-section h3 span {
        margin-left: 0px;
    }

    .main-footer .sub-footer p.right {
        text-align: left;
    }

    .main-footer .abot .social-icon {
        text-align: left;
        margin-bottom: 15px;
    }

    .footer .logo {
        padding: 0;
        width: auto;
        margin: 0px 0;
    }

    .footer .social-icons {
        text-align: left;
        margin-top: 20px;
    }
    .inner_banner_caption h1{
        font-size: 25px;
    }

    .single_service img {
        float: none;
        width: 100%;
        margin: 15px 0 20px;
    }

    .single_service p {
        font-size: 17px;
        color: #111;
    }

    .about-bottom {
        display: inline-block;
        text-align: center;
    }

    .about-name-wrapper {
        display: inline-block;
        text-align: center;
    }

    .img-flag {
        text-align: center;
    }

    .image.about-signature {
        margin-right: 10px;
        width: 120px;
    }

    .footer {
        padding: 40px 0 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px) {
    .main-header {
        display: none;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar .logo {
        width: 180px;
        text-align: left;
        margin-left: 15px;
    }

    .nav-scroll .logo {
        width: 180px;
    }

    .logo-img {
        margin-bottom: 0px;
    }

    .navbar button {
        /*         margin-right: 15px; */
        outline: none !important;
        background: #fff;
    }

    .navbar-light .navbar-toggler span i {
        color: #fff;
        padding-top: 3px;
    }

    .navbar button:hover {
        /*         background: #fff; */
        box-shadow: 0 0.5rem 0.8rem rgb(0 0 0 / 10%);
    }

    .nav-scroll button,
    .nav-scroll button:hover {
        background: #1e47b9;
    }

    .navbar .container {
        max-width: 100%;
        padding: 0px;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0rem;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }

    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #fff;
        text-align: left;
        margin-top: 15px;
        padding: 15px;
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #0c0c0c;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #0c0c0c !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #035692 !important;
    }

    /* .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    } */
    /* .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    } */
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        display: none;
    }

    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }

    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #555;
    }

    .dropdown-menu .dropdown-item,
    .sub-menu .dropdown-item {
        color: #555;
    }

    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }

    /* .header .caption h1 {
        font-size: 50px;
    } */
    .process .item img,
    .process .item img.tobotm {
        display: none;
    }

    .section-title {
        font-size: 30px;
    }

    .title-404 {
        font-size: 120px;
    }

    .not-found-wrap h2 {
        font-size: 32px;
    }

}

@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-img{
        width: 90%;
        padding: 10px;
        margin-bottom: 14px;
    }
    .footer-contact-links-divider {
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }
}