@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light|Source+Sans+Pro:400,700");
.titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,300..800&display=swap');
open-sans-medium {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: oblique;
    font-variation-settings: "wdth" 100;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #003eaa;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-size: 38px;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

h51 {
    color: white;
    font-size: 1.29em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Titillium Web", sans-serif;
}

h2c {
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    font-family: "Titillium Web", sans-serif;
    word-wrap: break-all;
    text-shadow: 0 0 0.2em #1f408f, 0 0 0.2em #1f408f, 0 0 0.2em #1f408f;
}

.script-font {
    font-family: 'Shadows Into Light', cursive;
}

/* a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
} */

a:hover {
    text-decoration: none;
}

a a:focus {
    outline: none;
}

.nocolor {
    color: #003eaa;
    text-decoration: none
}

.arrow {
    transform: scale(1.5)
}

.link-style-2 {
    color: #003eaa;
    text-decoration: none;
}

.link-style-2:hover {
    color: white;
    background-color: navy;
}

p {
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    margin: 0px;
    font-size: 16px;
}

.note {
    margin: 0px;
    font-size: .95em;
    line-height: 1.1em;
    margin-bottom: 10px
}

.white {
    color: #fff !important;
}

ul,
ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    overflow: none !important;
}

ul li,
ol li {
    list-style: none;
}

button .options {
    position: fixed;
    top: 5px;
    left: 40px;
    height: 34px !important;
    width: 38px;
    border-radius: 0px;
    border-width: 0px;
    border: #007bff;
    background-color: white;
    z-index: 100;
    cursor: pointer;
}

.icon-options,
.icon-close {
    position: sticky;
    z-index: 100000
}

.flag {
    display: flex;
    position: fixed;
    top: 0px !important;
    right: 5px !important;
    height: 40px !important;
    width: 40px !important;
    z-index: 1000000
}

.picMe:hover {
    transform: scale(1.1) !important;
    transition: ease-in-out
}

.centerDiv {
    max-width: fit-content;
    margin-inline: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kaymak-logo {
    padding: 0px 0 !important;
    font-family: 'Open Sans';
    font-style: oblique;
    font-weight: 400;
    font-size: clamp(1.65rem, 3.25vw, 1.85rem) !important;
    z-index: 100000000 !important;
}

.scroll-container {
    position: absolute;
    width: 100%;
    height: 90%;
    /* Set a fixed height */
    padding-left: 30px;
    margin-left: -30px;
    overflow-y: scroll;
    /* Enable vertical scrolling */
    scrollbar-width: thin;
    /* For Firefox */
    border-radius: 5px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.8) 26%, rgba(255, 255, 255, 0) 65%);
    box-shadow: 0px 0px 30px 25px rgba(255, 255, 255, .75);
    border-width: 0px
}

/* Custom scrollbar for WebKit browsers */

.scroll-container::-webkit-scrollbar {
    width: 0px;
    /* Width of the scrollbar */
    position: absolute;
    /* Positioning the scrollbar */
    top: 0;
    /* Align to the top */
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #007bff;
    /* Color of the scrollbar thumb */
    border-radius: 0px;
    /* Rounded corners */
}

.scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background of the scrollbar track */
}

.hero-heading {
    font-size: 68px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0.1rem;
}

.hero-sub-heading {
    font-size: 20px;
    font-weight: 400;
    color: #e6e6e6;
    line-height: 45px;
    letter-spacing: 0.1rem;
}

.section-titile-bg {
    display: inline;
    font-size: 115px;
    font-weight: 700;
    height: 100%;
    left: -173px;
    opacity: 0.1;
    position: absolute;
    top: -14px;
    width: 100%;
    text-align: center;
}

.section-title-header p {
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
}

.section-title {
    color: #252525;
    font-size: 38px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 48px;
    padding: 0 10px;
    position: relative;
}

.center {
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 0px;
}

.panel-heading .collapsed .active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
}

.panel-heading .active {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
}

.btn-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-auto-flow: dense;
    justify-content: space-between !important;
    text-align: center !important;
}

.item {
    grid-row: 1;
}

.btn {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 0px;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.panel-body:hover {
    background-color: teal;
    transition: none;
}

.btn-common {
    background-color: #007bff;
    position: relative;
    z-index: 1;
}

.btn-common:hover {
    transform: scale(1.02);
    color: #fff;
    background-color: navy !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.btn-common2 {
    background-color: #008B8B;
    position: relative;
    z-index: 1;
}

.btn-common2:hover {
    color: #fff;
    background-color: #20B2AA;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.nav-link.dropdown-toggle:after {
    transform: rotateX(-180deg);
    transition: transform 500ms;
}

.nav-link.dropdown-toggle.show:after {
    transform: rotateX(0deg);
}

.btn-danger:hover {
    background-color: #f55262;
    border-color: #f55262;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-border:hover {
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize;
}

button:focus {
    outline: none !important;
}

.icon-close,
.icon-check {
    color: #007bff;
}

.social-icon li {
    display: inline-block;
}

.nk-icon {
    display: inline-block;
}

.social-icon li a {
    color: #000;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin: 15px 6px 12px 6px;
    transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}

.social-icon li a:hover {
    color: #fff;
}

.social-icon li .facebook:hover {
    background: #3b5999;
}

.social-icon li .amazon:hover {
    background: #ff9900;
}

.social-icon li .xing:hover {
    background: #026466;
}

.social-icon li .youtube:hover {
    background: #ff0000;
    transition: none;
}

.social-icon li .linkedin:hover {
    background: #1260A2;
}

.social-icon li .twitter:hover {
    background: #1da1f2;
}

.social-icon li .google:hover {
    background: #CE332A;
}

/* ScrollToTop */

a.back-to-top {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 15px;
    text-decoration: none;
    z-index: 10000;
}

a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #007bff;
    border-radius: 2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}

#loader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.checkbox {
    top: 0px !important;
    right: 0px !important;
    height: 40px !important;
    width: 50px !important;
    z-index: 10000000 !important;
}

.square-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.square-spin img {
    max-width: 64px;
}

.section-padding {
    padding: 60px 0;
}

#about .img-thumb img {
    border: 8px solid #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.profile-wrapper {
    padding: 0% 0;
}

.profile-wrapper .btn {
    margin: 10px 10px 0px 0px;
}

.profile-wrapper .btn i {
    vertical-align: middle;
    margin-right: 5px;
}

.about-profile {
    position: relative;
    margin: 20px 0 20px 0;
}

.about-profile .pro-title {
    font-weight: 700;
    color: #040404;
    position: relative;
    width: 120px;
    display: inline-block;
    margin-bottom: 2px;
}

.about-profile .pro-title:after {
    position: absolute;
    content: ':';
    color: #040404;
    font-size: 14px;
    left: 77px;
}

.about-profile .admin-sign {
    position: absolute;
    right: 45px;
    bottom: 10px;
}

.counter-section {
    background: url(../img/background/bg-2.jpg);
    overflow: hidden;
    position: relative;
}

.counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.counter-section .counter {
    padding: 30px 0;
}

.counter-section .counter .icon {
    margin-bottom: 30px;
}

.counter-section .counter .icon i {
    font-size: 48px;
    color: #fff;
}

.counter-section .counter p {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px 0;
}

.counter-section .counter .counterUp {
    color: #fff;
    font-size: 42px;
    margin-top: 15px;
    font-weight: 700;
}

/* Resume */

.timeline {
    position: relative;
    background-color: white;
}

.timeline .timelin-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 25px;
}

.timeline li {
    padding: 0 20px 20px 30px;
    list-style: none;
    border-left: 2px solid #f1f1f1;
}

.timeline li .content-text {
    color: white !important;
    background: #0641cb;
    border-radius: 8px !important;
    padding: 20px;
}

.timeline li .content-text:hover {
    background: navy !important;
}

.timeline li .line-title {
    color: white !important;
    font-size: 16px;
    line-height: 15px;
    padding: 9px 0px;
}

.timeline li .line-employer {
    font-size: 16px;
    line-height: 15px;
    padding: 9px 0px;
}

.timeline li span {
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.timeline li .line-text {
    color: white !important;
    padding: 9px 0px;
    line-height: 14px;
}

.timeline li:first-child:before {
    border: 0;
    background: none;
    position: relative;
}

.timeline li:last-child {
    padding: 0 20px 0px 30px;
}

.timeline li:before {
    content: "";
    border: solid 2px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-size: 8px;
    margin-left: -35px !important;
    font-weight: 400;
    background: #fff;
    display: block;
    position: absolute;
    margin-top: 18px;
    border-color: #9d94ff !important;
}

.timeline li:first-child i {
    font-size: 20px;
    float: left;
    display: block;
    margin-left: -46px !important;
    line-height: 50px;
    border-radius: 30px;
    margin-right: -12px;
    background: #007bff;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 1000;
}

.navbar-brand {
    position: relative;
    margin-top: 0px;
    margin-right: 0px;
}

.brand {
    max-height: 40px;
    position: fixed;
    display: flex;
    justify-content: center;
    margin-top: 0%;
    margin-right: 0% !important;
    z-index: 1000000
}

button .options {
    position: fixed;
    top: 5px;
    left: 45px !important;
    height: 34px!important;
    width: 38px;
    border-radius: 8px;
    border-width: 0px;
    border: #007bff;
    background-color: #fff;
    z-index: 1000000;
    cursor: pointer
}

.bar {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    background-color: rgba(255, 255, 255, 1);
    height: 40px;
    width: 100%;
    z-index: 100;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 260px;
    overflow-y: auto;
    height: 600px !important;
    /* background-color: #fff; */
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: 20%;
    margin-left: -5px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    border: none;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 12px 20px;
    margin-left: 20px;
    
    color: #333;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    color: white !important;
    display: block !important;
    border-radius: 5px;
    padding-left: -10px;
    background: linear-gradient(to right, rgba(0, 0, 128, 1) 35%, rgba(125, 185, 232, 0) 70%) !important;
    /* box-shadow: 0px 0px 10px 5px rgba(0,0,128,.5); */
    transition: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
    color: #003eaa;
    font-size: clamp(1.25rem, 3vw, 3.85rem) !important;
    font-weight: 500;
    padding-top: 2% !important;
    
}

.nav-link:hover {
    color: white !important;
    display: block !important;
    background: navy !important;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
    color: #007bff;
}

.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

#mobile-menu {
    display: none !important;
}

.center {
    width: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* ==========================================================================
3. Hero Area
========================================================================== */

.hero-area-bg {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: cover;
}

#hero-area {
    color: #fff;
    overflow: hidden;
    position: relative;
}

#hero-area .overlay {
    position: absolute;
    width: 100vw;
    height: 100% !important;
    top: 0px;
    left: 0px;
    background: #0c0808;
    opacity: 0.5;
}

#hero-area .contents {
    padding: 55px 0px 120px;
}

/* #hero-area .contents h5 {
  font-size: 50px;
} */

#hero-area .contents .head-title {
    color: #fff;
    /* font-size: 80px; */
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#hero-area .contents p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

#hero-area .contents .btn {
    margin: 25px 0px;
    text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
    margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
    color: #fff;
    font-size: 48px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
    color: #ddd;
}

/* ==========================================================================
  Portfolio Section
   ========================================================================== */

#portfolios {
    background: #f2f2f2;
}

#portfolios .mix {
    padding: 10px;
}

#portfolios .portfolio-item .shot-item {
    margin: 0px;
}

#portfolio .mix {
    display: none;
}

.controls {
    text-align: center;
    padding: 0px 0px 20px;
}

.controls .active {
    color: #00b4d9 !important;
    border-color: #007bff;
    background: transparent;
}

.controls .btn {
    text-transform: uppercase;
    margin: 2px;
    color: #fff;
}

.controls:hover {
    cursor: pointer;
}

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-img img {
    width: 100%;
}

.shot-item {
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.shot-item img {
    width: 100%;
}

.shot-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 180, 217, 0.6);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shot-item:hover .overlay {
    opacity: 1;
}

.overlay {
    opacity: 0;
}

.overlay .icons i {
    height: 42px;
    width: 42px;
    line-height: 42px;
    color: #007bff;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    top: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: #fff;
    border-radius: 4px;
}

.overlay .preview {
    position: absolute;
    left: 45%;
    top: 50%;
    color: #fff;
}

.overlay .link {
    position: absolute;
    left: 60%;
    margin-left: 10px;
    top: 50%;
    color: #fff;
}

.shot-item:hover .overlay {
    opacity: 1;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}

/* Services Item */

.services {
    background: #F0F0F0;
    margin-top: 25px;
    margin-bottom: 10px !important;
}

.services-item {
    background: #003eaa;
    border-radius: 5%;
    padding: 48px 10px!important;
    margin-top: 20px;
    margin-bottom: 10px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.services-item:hover {
    background: navy!important;
    transition: none;
}

.services-item .bigger i {
    width: 80%;
    height: 80%;
}

.services-item .icon i {
    font-size: 42px;
    text-align: center;
    width: 48px;
    display: flex;
    position: static;
    margin-top: 20px!important;
    margin-bottom: 10px!important;
    height: 48px;
    color: white !important;
}

.services-item .reels {
    font-size: 42px;
    margin-bottom: 10px !important;
    text-align: center;
    width: 48px;
    display: contents;
    height: 48px;
    color: white !important;
}

.filter-blue {
    filter: invert(15%) sepia(44%) saturate(4699%) hue-rotate(208deg) brightness(109%) contrast(114%);
    -webkit-filter: invert(15%) sepia(44%) saturate(4699%) hue-rotate(208deg) brightness(109%) contrast(114%);
}

.services-item .services-content h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.services-item .services-content h3 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
}

.services-item .services-content h3 a:hover {
    color: #007bff;
}

.services-item .services-content p {
    line-height: 22px;
    background-color: transparent;
    margin-bottom: 15px !important;
}

.services-item:hover {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.form-control {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.contact-form-area {
    background: #fff;
    box-shadow: 0 0 30px #ededed;
    padding: 60px 40px;
}

.contact-form-area h2 {
    font-size: 18px;
    text-transform: uppercase;
}

.footer-right-contact {
    padding: 4px;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}

.footer-right-contact .single-contact {
    margin: 10px 22px;
    padding: 3px 55px;
    position: relative;
    color: #666;
}

.footer-right-contact .single-contact p {
    margin-bottom: 5px;
}

.footer-right-contact .single-contact p a {
    color: #666;
}

.footer-right-contact .contact-icon {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    left: 0;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

#contact {
    position: relative;
    overflow: hidden;
}

#contact #contactForm {
    margin-top: 30px;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

.center {
    margin: auto !important;
    width: 50% !important;
    left: 50% !important;
    /* transform: translate(-50%, -50%) !important; */
    padding-top: 10px;
}

.aqua {
    background-color: #7FFFD4;
}

#conatiner-map {
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    height: 370px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
    width: 100%;
}

/* Footer Area Start */

.footer-area {
    background: #1C1C20;
}

.footer-area .footer-text p {
    font-size: 14px;
    margin-top: 20px;
    color: #fff;
}

.footer-area .footer-text p a {
    color: #007bff;
}

.footer-area .footer-text .nav-inline .nav-link {
    padding: 11px 7px;
    color: #888;
}

.footer-area .footer-text .nav-inline .nav-link:hover {
    color: #007bff;
}

.footer-2 {
    background: #252525;
}

.footer-2 img {
    margin-top: -8px;
}

.footer-2 h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footer-2 p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding-right: 50px;
}

.footer-2 ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.footer-2 ul li a:hover {
    color: #007bff;
}

#copyright {
    background: #333;
}

#copyright p {
    line-height: 42px;
    color: #fff;
    margin: 0;
}

#copyright p a {
    color: #fff;
}

#copyright p a:hover {
    color: #007bff;
}

/* Firefox old*/

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* IE */

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Opera and prob css3 final iteration */

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink-image {
    position: sticky;
    height: 38px;
    width: 38px;
    -moz-animation: blink normal 5s infinite ease-in-out;
    /*Firefox*/
    -webkit-animation: blink normal 4s infinite ease-in-out;
    /*Webkit*/
    -ms-animation: blink normal 4s infinite ease-in-out;
    /*IE*/
    animation: blink normal 2s infinite ease-in-out;
    /* Opera and prob css3 final iteration */
    ;
    -webkit-animation: blink normal 2s infinite ease-in-out;
}

.phonebox {
    margin-top: 5%;
    width: 100%;
    height: fit-content;
    padding: 8vw;
    border-radius: 3vw;
    background-color: #003eaa;
    color: white;
    -webkit-border-radius: 3vw;
    -moz-border-radius: 3vw;
    -ms-border-radius: 3vw;
    -o-border-radius: 3vw;
}

.fein {
    font-size: clamp(1.25rem, 3.25vw, 1.85rem);
    font-weight: 500;
    line-height: 120%;
    text-align: center;
}
