@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);

@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("effect.css");
@import url("jquery.fancybox.css");
@import url("owl.css");

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #505050;
    line-height: 1.6em;
    font-weight: 400;
    background: #f9f9f9;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3498db;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #3498db;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
}

input,
button,
select,
textarea {
    font-family: "Roboto", sans-serif;
}

p {
    position: relative;
    line-height: 1.6em;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.center {
    text-align: center;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    z-index: 999;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.main-header .header-top {
    position: relative;
    background: #34495e;
}

.main-header .header-top * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-header .header-top a {
    color: #d8d8d8;
}

.main-header .header-top a:hover {
    color: #ffffff;
}

.main-header .header-top .top-left {
    position: relative;
    line-height: 26px;
}

.main-header.style-two .header-top .top-left .phone,
.main-header.style-two .header-top .top-left .email {
    margin-right: 40px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
}

.main-header .header-top .top-left .phone,
.main-header .header-top .top-left .email {
    margin-right: 0px;
    margin-left: 40px;
}

.main-header .header-top .top-left .f-icon {
    position: relative;
    top: 0px;
    font-size: 14px;
    padding-right: 5px;
    color: #3498db;
}

.main-header .header-top .top-right {
    position: relative;
    top: 3px;
    font-size: 12px;
    line-height: 26px;
}

.main-header .header-top ul li {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
    color: #5a6163;
}

.main-header .header-top ul li:after {
    content: "|";
    position: absolute;
    right: -11px;
    top: -1px;
    line-height: 26px;
    display: inline-block;
}

.main-header .header-top ul li:last-child:after {
    display: none;
}

.main-header .header-top ul li a {
    position: relative;
    display: block;
    color: #d8d8d8;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-header .header-lower {
    position: relative;
    background: #ffffff;
    min-height: 100px;
    padding: 20px 0px;
}

.main-header.header-fixed .header-lower {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 555;
    border-bottom: 1px solid #505050;
}

.main-header .header-lower .logo {
    position: relative;
    float: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .header-lower .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 65px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header.style-two .header-lower .logo a {
    z-index: 5;
}

.main-header.style-two .header-lower .logo img {
    margin-top: -30px;
    z-index: 5;
}

.main-header.style-two.header-fixed .header-lower .logo img {
    margin-top: 0px;
    height: 60px;
}

.main-header.style-two .header-lower .logo:before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 152px;
    background: #3498db;
    left: -900px;
    bottom: -20px;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    z-index: 1;
}

.main-header .header-lower .right-cont {
    position: relative;
    float: right;
    padding: 14px 0px;
    padding-right: 60px;
}

.main-header .main-menu {
    position: relative;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
}

.main-header .main-menu .navbar-nav {
    margin: 0px;
}

.main-header .main-menu .navbar-nav > li {
    position: relative;
    padding: 0px;
    margin-left: 15px;
}

.main-header .main-menu .navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 6px 16px 4px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #393939;
    opacity: 1;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navbar-nav > li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(211, 33, 45);
    z-index: 1;
    opacity: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.main-header .main-menu .navbar-nav > li:hover:after,
.main-header .main-menu .navbar-nav > li.current:after,
.main-header .main-menu .navbar-nav > li.current-menu-item:after {
    opacity: 1;
}

.main-header .main-menu .navbar-nav > li > a:hover,
.main-header .main-menu .navbar-nav > li > a:active,
.main-header .main-menu .navbar-nav > li > a:focus {
    background: none;
    color: #ffffff;
    opacity: 1;
}

.main-header .main-menu .navbar-nav > li > a:visited {
    background: none;
}

.main-header .main-menu .navbar-nav > li:hover > a,
.main-header .main-menu .navbar-nav > li.current > a,
.main-header .main-menu .navbar-nav > li.current-menu-item > a,
.main-header .main-menu .navbar-nav > li > ul > li:hover > a {
    color: #ffffff;
    opacity: 1;
}

.main-header .main-menu .navbar-nav > li > ul {
    position: absolute;
    left: -4px;
    top: 200%;
    width: 200px;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    z-index: 100;
    background: #3498db;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navbar-nav > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navbar-nav > li > ul > li.dropdown:before {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: 7px;
    top: 7px;
    width: 20px;
    height: 20px;
    display: block;
    color: #ffffff;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    z-index: 5;
}

.main-header .main-menu .navbar-nav > li > ul > li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .main-menu .navbar-nav > li > ul > li:last-child {
    border: none;
}

.main-header .main-menu .navbar-nav > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover > a {
    padding-left: 25px;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul {
    position: absolute;
    left: 200%;
    top: 0px;
    width: 200px;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 100;
    background: #3498db;
    visibility: hidden;
    opacity: 0;
    border-radius: 0px 2px 2px 2px;
    -ms-border-radius: 0px 2px 2px 2px;
    -webkit-border-radius: 0px 2px 2px 2px;
    -moz-border-radius: 0px 2px 2px 2px;
    -o-border-radius: 0px 2px 2px 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li:hover > ul {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li {
    position: relative;
    float: none;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-header .main-menu .navbar-nav > li .navbar-toggle {
    z-index: 5;
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 7px 9px;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:last-child {
    border: none;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 5px 20px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    word-wrap: break-word;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-header .main-menu .navbar-nav > li > ul > li > ul > li:hover > a {
    padding-left: 25px;
}

.main-header .search-box {
    position: relative;
    padding: 15px 0px;
    background: rgb(211, 33, 45);
    color: #ffffff;
    display: none;
}

.main-header .search-box .search-title {
    position: relative;
    float: left;
}

.main-header .search-box .search-title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.main-header .search-box .search-form {
    position: relative;
    float: right;
    max-width: 300px;
    overflow: hidden;
    width: 50%;
}

.main-header .search-box .form-group {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
}

.main-header .search-box .form-group input[type="search"],
.main-header .search-box .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 40px 4px 15px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    background: none;
}

.main-header .search-box .form-group .search-submit {
    position: absolute;
    right: -5px;
    top: 0px;
    width: 45px;
    height: 38px;
    background: #ffffff;
    display: block;
    padding: 5px 10px 5px 10px;
    color: #3498db;
    font-size: 16px;
    line-height: 26px;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.main-header .search-box .form-group .search-submit .f-icon {
    display: inline-block;
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}

.main-header .search-btn {
    position: absolute;
    right: 0px;
    top: 14px;
    width: 60px;
    height: 32px;
    padding-left: 30px;
    cursor: pointer;
}

.main-header .search-btn .f-icon {
    position: relative;
    width: 28px;
    height: 32px;
    line-height: 30px;
    border: 2px solid rgb(211, 33, 45);
    border-left: none;
    color: rgb(211, 33, 45);
    text-align: center;
    padding-right: 2px;
}

.main-header .search-btn .curve {
    position: absolute;
    left: 22px;
    top: 0px;
    width: 30px;
    height: 32px;
    border: 2px solid rgb(211, 33, 45);
    border-right: none;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.txt-white {
    color: #ffffff;
}

.header-lower .auto-container {
    position: relative;
}

.sub-menu {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
}

.sub-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-menu ul li {
    flex: 1;
    margin: 0 5px;
}

.sub-menu ul li a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #fff !important;
    text-decoration: none;
    background-color: #3498db !important;
    white-space: nowrap;
}

.sub-menu ul li a:hover {
    background: linear-gradient(to bottom, #6c8aa3 0%, #537794 100%);
    transform: translateY(-2px);
}

.sub-menu-mobile {
    display: none !important;
}

@media (max-width: 1024px) {
    .sub-menu {
        display: none;
    }

    .sub-menu-mobile {
        display: block !important;
    }
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 5;
}

.main-slider .tp-bannertimer {
    height: 4px;
    background: rgb(211, 33, 45);
}

.main-slider h2 {
    position: relative;
    font-size: 72px;
    font-weight: 800;
    line-height: 1em;
    color: #34495e;
}

.main-slider .slide-text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
}

.primary-btn {
    position: relative;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    background: #3498db;
    color: #fff !important;
    padding-right: 60px;
}

.primary-btn * {
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.primary-btn .btn-text {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 12px 40px 8px 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.primary-btn .icon {
    position: absolute;
    right: -10px;
    top: 0px;
    display: block;
    line-height: 30px;
    padding: 10px 30px 10px 25px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    height: 100%;
    background: rgb(211, 33, 45);
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}

.primary-btn.light .icon {
    background: rgb(211, 33, 45);
    color: #ffffff;
}

.primary-btn .icon .f-icon {
    position: relative;
    display: block;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}

.primary-btn:hover .btn-text {
    opacity: 1;
    color: #ffffff;
}

.primary-btn.hvr-bounce-to-left::before {
    background: #34495e;
}

/*** 

====================================================================
	Featured Services style
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 35px;
}

.sec-title h2 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    line-height: 30px;
    font-size: 24px;
    padding: 10px 30px 10px 15px;
    background: #34495e;
    text-transform: uppercase;
    font-weight: 800;
}

.sec-title h2:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 0px;
    width: 20px;
    height: 100%;
    background: #34495e;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.sec-title h2 span {
    position: relative;
    color: #f8c957;
}

.sec-text {
    position: relative;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 50px;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter {
    position: relative;
}

/* Style One*/
.fact-counter-one {
    position: relative;
    min-height: 250px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-image: url(../images/icons/empl.png);
}

.fact-counter-one:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #3498db;
    opacity: 0.9;
}

.fact-counter-one .inner {
    position: relative;
    max-width: 1250px;
    padding: 0px 9%;
    margin: 0 auto;
    background: url(../images/icons/fun-fact-bg.png) center center no-repeat;
    background-size: cover;
}

.fact-counter-one .column {
    position: relative;
    float: left;
    width: 25%;
    height: 250px;
    z-index: 5;
    text-align: center;
}

.fact-counter-one .column.odd {
    padding-top: 110px;
}

.fact-counter-one .column.even {
    padding-top: 30px;
}

.fact-counter-one span.fa {
    color: #f8c957;
    font-size: 40px;
}

.fact-counter-one .content .count-text {
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 0px;
}

/*** 

====================================================================
	We are Best style
====================================================================

***/

.we-are-best {
    position: relative;

    margin-top: 50px;
}

.we-are-best:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54%;
    height: 100%;
    background: #34495e;
    z-index: 2;
    right: -5%;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.we-are-best .auto-container {
    position: relative;
}

.we-are-best .image-side {
    position: relative;
    z-index: 1;
}

.we-are-best .text-side {
    position: relative;
    color: #ffffff;
    z-index: 5;
    padding-top: 70px;
    text-align: right;
    padding-left: 50px;
}

.we-are-best .text-side h2 {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
    margin: 10px 0px 25px;
}

.we-are-best .text-side h2 span {
    color: #3498db;
}

.we-are-best .text-side .text {
    position: relative;
    margin-bottom: 25px;
    font-size: 15px;
    color: #ffffff;
}

.we-are-best .text-side .primary-btn .icon {
    font-size: 18px;
}

.we-are-best .primary-btn.hvr-bounce-to-left::before {
    background: #505050;
}

/*** 

====================================================================
	News Area style
====================================================================

***/

.news-img-little {
    height: 60px;
}

.news-area {
    position: relative;
    width: 100%;
    padding-bottom: 80px;
}

.news-area .slide-item {
    position: relative;
}

.news-area .slide-item .image {
    position: relative;
    width: 100%;
}

.news-area .slide-item .image:before {
    content: "";
    position: absolute;
    left: 300px;
    top: 0px;
    width: 56px;
    height: 100%;
    background: #fcfcfc;
    z-index: 1;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}

.news-area .slide-item .image img {
    position: relative;
    display: block;
    width: auto !important;
    height: 210px;
}

.news-area .slide-item .content-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 25px 0px;
}

.news-area .slide-item .content-box .text-content {
    position: relative;
    width: 280px;
    padding: 5px 20px 25px 30px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-left: none;
    z-index: 5;
}

.news-area .slide-item .content-box .text-content h3,
.news-area .slide-item .content-box .text-content .info,
.news-area .slide-item .content-box .text-content .text,
.news-area .slide-item .content-box .text-content .link-btn {
    z-index: 3;
}

.news-area .slide-item .content-box .text-content:before {
    content: "";
    position: absolute;
    left: -24px;
    top: -0.5%;
    margin-bottom: -1px;
    width: 44px;
    height: 101%;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-left: 4px solid rgb(211, 33, 45);
    border-right: none;
    z-index: 1;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}

.news-area .slide-item .content-box .text-content h3 {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 7px;
}

.news-area .slide-item .content-box .text-content .info {
    position: relative;
    font-size: 14px;
    color: #878787;
    margin-bottom: 15px;
}

.news-area .slide-item .content-box .text-content h3 a,
.news-area .slide-item .content-box .text-content .info a {
    color: #34495e;
}

.news-area .slide-item .content-box .text-content h3 a:hover {
    color: #3498db;
}

.news-area .slide-item .content-box .text-content .text {
    position: relative;
    font-size: 14px;
    color: #595959;
    margin-bottom: 20px;
}

.news-area .slide-item .content-box .text-content .primary-btn .btn-text {
    padding: 8px 10px 6px 20px !important;
}

.news-area .slide-item .content-box .text-content .primary-btn .icon {
    padding: 6px 25px 6px 20px;
}

.news-area .owl-nav {
    position: absolute;
    right: 0px;
    top: -110px;
    width: 100px;
    height: 54px;
}

.news-area .owl-dots {
    display: none !important;
}

.news-area .owl-nav .owl-prev,
.news-area .owl-nav .owl-next {
    position: absolute;
    border: 1px solid #eeeeee;
    top: 0px !important;
    width: 30px !important;
    height: 64px !important;
    line-height: 54px !important;
    padding: 5px 5px !important;
    font-size: 0px !important;
    overflow: hidden !important;
    color: #f1c410 !important;
    text-align: center !important;
    background: none !important;
    border-radius: 0% !important;
    -webkit-border-radius: 0% !important;
    -ms-border-radius: 0% !important;
    -o-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.news-area .owl-nav .owl-prev {
    right: 36px;
}

.news-area .owl-nav .owl-next {
    right: 0px;
}

.news-area .owl-nav .owl-prev:after,
.news-area .owl-nav .owl-next:after {
    font-size: 20px !important;
    color: #313131;
    font-family: "FontAwesome";
}

.news-area .owl-nav .owl-prev:after {
    content: "\f104";
}

.news-area .owl-nav .owl-next:after {
    content: "\f105";
}

.news-area .owl-nav .owl-prev:hover,
.news-area .owl-nav .owl-next:hover {
    background: #3498db !important;
    color: #ffffff;
    border-color: #3498db;
}

.news-area .owl-nav .owl-prev:hover:after,
.news-area .owl-nav .owl-next:hover:after {
    color: #ffffff;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.main-footer {
    position: relative;
    background: #34495e;
    color: #ffffff;
}

.main-footer .subscribe-area {
    position: relative;
    margin: 0px 30px;
    padding: 20px 30px;
    background: #3498db;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.main-footer .subscribe-area .subs-box {
    position: relative;
    max-width: 660px;
    padding: 12px 0px 12px 40px;
    min-height: 0px;
    margin: 0 auto;
    background: url(../images/icons/envelop_bg.png) left center no-repeat;
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}

.main-footer .subscribe-area h2 {
    position: relative;
    top: 1px;
    font-size: 24px;
    text-transform: uppercase;
    color: #f8c957;
    padding: 10px 0px;
    line-height: 30px;
    font-weight: 700;
}

.main-footer .subscribe-area h2 span {
    color: #ffffff;
}

.main-footer .subscribe-area .form-box {
    padding: 0px;
}

.main-footer .subscribe-area .form-group {
    position: relative;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.main-footer .subscribe-area .form-group input[type="email"],
.main-footer .subscribe-area .form-group input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    background: #ffffff;
    color: #34495e;
    padding: 10px 80px 10px 15px;
}

.main-footer .subscribe-area .form-group input[type="submit"],
.main-footer .subscribe-area .form-group button[type="submit"] {
    position: absolute;
    right: -8px;
    top: 0px;
    display: block;
    width: 80px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    background: #34495e;
    color: #d3d4d4;
    font-size: 18px;
    padding: 12px 15px 10px 5px;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
}

.main-footer .subscribe-area .form-group button[type="submit"] .fa {
    transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
}

.main-footer .subscribe-area .form-group button[type="submit"]:hover {
    color: #ffffff;
}

.main-footer .footer-widget-area {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 60px 0px 20px;
    margin: 0px -30px;
}

.main-footer .footer-widget-area .footer-widget {
    position: relative;
    padding: 0px 40px !important;
    margin-bottom: 30px;
}

.main-footer .footer-widget-area .footer-widget h3 {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.main-footer .footer-widget-area .footer-widget h3 img {
    position: relative;
    margin-top: -5px;
    height: 100px;
}

.main-footer .footer-widget-area .about-widget,
.main-footer .footer-widget-area .quick-links,
.main-footer .footer-widget-area .address,
.main-footer .footer-widget-area .latest-work {
    position: relative;
}

.main-footer .about-widget p {
    color: #c1c2c2;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.main-footer .footer-widget .widget-content * {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.main-footer .quick-links ul li {
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    margin-bottom: 7px;
}

.main-footer .quick-links ul li .fa {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 18px;
    color: #3498db;
    font-size: 15px;
}

.main-footer .quick-links ul li a {
    display: block;
    color: #e8e8e8;
}

.main-footer .footer-widget a:hover {
    color: #3498db;
}

.main-footer .address .info {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .address .info li {
    position: relative;
    color: #c1c2c2;
    margin-bottom: 7px;
}

.main-footer .address .info li a {
    position: relative;
    color: #c1c2c2;
}

.main-footer .address .info li a:hover {
    color: #3498db;
}

.main-footer .address .info li .fa {
    position: relative;
    color: #3498db;
}

.main-footer .address .social {
    position: relative;
}

.main-footer .address .social a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 22px;
    padding: 3px;
    text-align: center;
    color: #f8c957;
    border: 2px solid #f8c957;
    background: none;
    margin-right: 3px;
}

.main-footer .address .social a:hover {
    border-color: #3498db;
    background: #3498db;
    color: #34495e;
}

.main-footer .latest-work,
.widget-content {
    max-width: 400px;
}

.main-footer .latest-work .image {
    position: relative;
    float: left;
    width: 33.333%;
    border: 2px solid #34495e;
    overflow: hidden;
}

.main-footer .latest-work .image img {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.main-footer .latest-work .image img:hover {
    opacity: 0.75;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
    padding: 18px 0px;
    color: #fff;
    background: #1e2c3a;
    font-size: 13px;
    font-weight: 500;
}

.main-footer .footer-bottom a {
    color: #3498db;
}

.footer-dev {
    text-align: center;
    font-size: 14px;
    color: #9ca3af; 
    opacity: 0.85;
    font-weight: 300;
    letter-spacing: 0.4px;
    transition: opacity 0.3s ease;
}

.footer-dev:hover {
    opacity: 1;
}

.footer-dev a {
    color: #66fcf1; 
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.footer-dev a:hover {
    color: #45d8ce; 
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-widget-area {
        flex-direction: column;
        gap: 20px;
    }

    .footer-widget {
        flex: 1 1 100%;
    }

    .footer-widget .social {
        margin-top: 15px;
    }
}

/*** 

====================================================================
	Block on main page Choise Style
====================================================================

***/

.choice-section {
    padding: 60px 0;
}

.choices {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.choice-block {
    flex: 1 1 calc(50% - 15px);
    border: 1px solid #ddd;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.choice-header {
    font-size: 2rem;
    font-weight: 600;
    color: #246a9f;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.choice-image img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 900px) {
    .choices {
        flex-direction: column;
    }

    .choice-block {
        flex: 1 1 100%;
        margin-bottom: 30px;
    }
}

/*** 

====================================================================
	Page Banner style
====================================================================

***/

.page-banner {
    position: relative;
    padding: 60px 0px 50px;
    background-color: #555555;
    color: #ffffff;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-banner:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}

.page-banner h1 {
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 800;
    z-index: 5;
}

.page-banner h1:after {
    content: "";
    position: relative;
    top: 5px;
    display: block;
    width: 35px;
    height: 3px;
    margin: 5px auto 0px;
    background: #ffffff;
}

.page-banner .bread-crumb {
    position: relative;
    margin: 0px;
    padding: 0px;
    z-index: 5;
}

.page-banner .bread-crumb li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin: 0px 10px;
}

.page-banner .bread-crumb li:after {
    content: "/";
    position: absolute;
    right: -20px;
    top: 0px;
    display: inline;
    margin: 0px 5px;
    line-height: 24px;
}

.page-banner .bread-crumb li:last-child:after {
    display: none;
}

.page-banner .bread-crumb li a {
    position: relative;
    color: #ffffff;
    display: block;
}

.page-banner .bread-crumb li a:hover {
    color: #3498db;
}

/*** 

====================================================================
	About Us style
====================================================================

***/

.about-us-area {
    position: relative;
    background: #fcfcfc;
}

.about-us-area .about-upper {
    position: relative;

    padding: 80px 0px 0px;
}

.about-us-area .about-upper .image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.about-us-area .about-lower {
    position: relative;

    padding: 80px 0px 60px;
}

.about-us-area .about-lower .quote-slider {
    position: relative;
    max-width: 600px;
    margin: 0 auto 20px;
}

.about-us-area .quote-slider .slide-item {
    position: relative;
    width: 100%;
}

.about-us-area .quote-slider .slide-item .big-image {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

.about-us-area .quote-slider .slide-item .content-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 20px;
    background: none;
}

.about-us-area .quote-slider .slide-item .content {
    position: relative;
    padding: 25px 25px 25px 130px;
    background: rgba(255, 255, 255, 0.95);
}

.about-us-area .quote-slider .slide-item .content .quote-thumb {
    position: absolute;
    left: 25px;
    top: 25px;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.about-us-area .quote-slider .slide-item .content .quote-thumb img {
    display: block;
    width: 80px;
    height: 80px;
}

.about-us-area .quote-slider .slide-item .content .quote-text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 15px;
}

.about-us-area .quote-slider .slide-item .content .quote-author {
    position: relative;
    padding-left: 8px;
    border-left: 3px solid #3498db;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 0px;
    color: #34495e;
}

.about-us-area .quote-slider .owl-dots {
    display: none !important;
}

.about-us-area .text-blocks {
    position: relative;
}

.about-us-area .text-block {
    position: relative;
    margin-bottom: 45px;
}

.about-us-area .text-block h3 {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-us-area .text-block .text {
    position: relative;
    font-size: 14px;
    line-height: 1.6em;
}

.contact-cta .cta-card {
    font-size: 1.7rem;
    background: #a9e3f8;
    padding: 20px 10px;
    border-radius: 8px;
    text-align: center;
}

.icon-list li .material-icons-outlined {
    font-size: 24px;
    color: rgb(211, 33, 45) !important;
    margin-right: 10px;
    flex-shrink: 0;
}

.card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(211, 33, 45);
    font-size: 2rem;
    line-height: 1;
}

.card-title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    color: rgb(211, 33, 45);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.contacts .material-icons-outlined {
    font-size: 20px;
    color: rgb(211, 33, 45);
    margin-right: 8px;
}

.about-company-block {
    padding: 60px 0;
}

.section-title {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 1rem;
    color: #223;
}

.subtitle {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #246a9f;
}

.icon-list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
}

.icon-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
    font-size: 1.7rem;
    line-height: 1.5;
}

.icon-list li .material-icons-outlined {
    font-size: 24px;
    color: #246a9f;
    margin-right: 10px;
    flex-shrink: 0;
}

.contact-sep {
    border: none;
    border-top: 2px solid #ddd;
    margin: 2rem 0;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    justify-content: space-between;
    font-size: 1rem;
}

.contacts div {
    display: flex;
    align-items: center;
}

.contacts .material-icons-outlined {
    font-size: 20px;
    color: #246a9f;
    margin-right: 8px;
}

.contacts a {
    color: #0066cc;
    text-decoration: none;
}

.contacts a:hover {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .icon-list li {
        font-size: 0.95rem;
    }

    .contacts {
        flex-direction: column;
        gap: 10px;
    }
}

.profile-block {
    padding: 60px 0;
}

.profile-block .auto-container {
    margin: 0 auto;
    padding: 0 20px;
}

.profile-name {
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.2em;
    color: #223;
}

.profile-title {
    font-size: 2rem !important;
    margin-bottom: 1.5em;
    color: #246a9f;
}

.profile-photo {
    float: right;
    width: 200px;
    height: auto;
    margin: 0 0 1em 20px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.profile-content p {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 1.2em;
}

.profile-content::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 600px) {
    .profile-photo {
        float: none;
        display: block;
        margin: 0 auto 1.5em;
        width: 100%;
        max-width: 300px;
    }
}

.info-cards {
    padding: 60px 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.card-title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    color: #246a9f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card p {
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0.75rem;
    font-size: 1.7rem;
    line-height: 1.5;
}

.card-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00b0f0;
    font-size: 2rem;
    line-height: 1;
}

@media (max-width: 600px) {
    .card {
        padding: 20px;
    }

    .card-title {
        font-size: 1.3rem;
    }
}

/*** 

====================================================================
	Contact Us style
====================================================================

***/

.info-strip {
    position: relative;
    padding: 60px 0px 30px;
    text-align: center;
    background: #3498db;
    color: #ffffff;
}

.info-strip .info-block {
    position: relative;
    margin-bottom: 30px;
}

.info-strip .info-block * {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.info-strip .info-block .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    padding: 21px;
    line-height: 20px;
    color: #ffffff;
    border: 4px solid #81050b;
    background: rgb(211, 33, 45);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.info-strip .info-block .icon.hvr-radial-out::before {
    background: #ffffff;
}

.info-strip .info-block:hover .icon {
    border-color: rgba(238, 153, 153, 0.8);
}

.info-strip .info-block .icon:hover {
    color: rgb(211, 33, 45);
}

.info-strip .info-block .icon .f-icon {
    position: relative;
    font-size: 20px;
}

.info-strip .info-block h4 {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-strip .info-block p,
.info-strip .info-block a {
    color: #ecf0f1;
    margin: 0px;
    font-size: 14px;
}

.info-strip .info-block a:hover {
    color: #ffffff;
}

.contact-us-area {
    position: relative;
    padding: 90px 0px;
}

.contact-us-area .row {
    margin-left: -20px;
    margin-right: -20px;
}

.contact-us-area .contact-form,
.contact-us-area .map-area {
    padding: 0px 20px;
}

.contact-us-area h2 {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-us-area .contact-form {
    position: relative;
    margin-bottom: 30px;
}

.contact-us-area .field-container {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-us-area .contact-form .form-group {
    position: relative;
    padding: 0px 10px;
    margin-bottom: 10px;
}

.contact-us-area .contact-form input[type="text"],
.contact-us-area .contact-form input[type="password"],
.contact-us-area .contact-form input[type="email"],
.contact-us-area .contact-form input[type="tel"],
.contact-us-area .contact-form input[type="number"],
.contact-us-area .contact-form input[type="file"],
.contact-us-area .contact-form input[type="url"],
.contact-us-area .contact-form select,
.contact-us-area .contact-form textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 12px 20px;
    font-size: 13px;
    color: #202020;
    border: 1px solid #dddddd;
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.contact-us-area .contact-form input[type="text"]:focus,
.contact-us-area .contact-form input[type="password"]:focus,
.contact-us-area .contact-form input[type="email"]:focus,
.contact-us-area .contact-form input[type="tel"]:focus,
.contact-us-area .contact-form input[type="number"]:focus,
.contact-us-area .contact-form input[type="file"]:focus,
.contact-us-area .contact-form input[type="url"]:focus,
.contact-us-area .contact-form select:focus,
.contact-us-area .contact-form textarea:focus {
    border-color: #202020;
}

.contact-us-area .contact-form input.error {
    border-color: #ff0000 !important;
    background: rgba(255, 0, 0, 0.05);
}

.contact-us-area .contact-form label.error {
    display: none !important;
}

.contact-us-area .contact-form textarea {
    height: 200px;
    resize: none;
    margin-bottom: 10px;
}

.contact-us-area .contact-form button .icon {
    font-size: 20px;
}

.contact-us-area .our-location {
    position: relative;
    border: 10px solid #ffffff;
    height: 320px;
    width: 100%;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.info-about-company {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

/*** 

====================================================================
	Blog style
====================================================================

***/

.blog-area {
    color: #434343;
    padding: 50px 0 50px;
    background: #f8f8f8;
}

.blog-area p {
    margin: 0 0 15px;
    font-size: 15px;
}

.blog-area .post {
    background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.blog-area .col-md-8 {
    padding-right: 0px;
}

.blog-area .post-content {
    background-color: #ffffff;
    padding: 30px 40px;
}

.post-content i {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed", serif;
    font-style: italic;
}

.post-item h2 {
    text-align: left;
    margin-bottom: 40px;
    font-family: "Roboto Condensed", serif;
    font-size: 30px;
}

.post-item h2,
.post-item h2 a {
    color: #0c1f34;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;
}

.post-item h2:hover,
.post-item h2 a:hover {
    color: #3498db;
}

.blog-area .posted-date {
    margin-top: 15px;
    color: #3498db;
}

.single .posted-date {
    margin-bottom: 15px;
    margin-top: 0px;
}

.post-nav {
    text-align: center;
    margin-top: -40px;
}

.pagination > li > a,
.pagination > li > span {
    margin: 0 4px;
    background-color: rgb(211, 33, 45);
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    border: none;
}

.pagination > li > a:hover,
.pagination > li.active {
    background: #0c1f34;
    color: #ffffff;
    border: none;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background: #0c1f34;
    color: #ffffff;
    border: none;
}

.share-btn .btn {
    margin-right: 10px;
}

.blog-area .author {
    background-color: #ffffff;
    position: relative;
    min-height: 275px;
    margin-bottom: 40px;
}

.blog-area .author img {
    position: absolute;
    height: 100%;
}

.blog-area .author-comment {
    margin-left: 260px;
    padding: 30px 30px;
}

.blog-area .author-comment h5 {
    font-size: 18px;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar {
    margin-left: 20px;
    margin-top: 73px;
}

.sidebar .widget {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #ffffff;
}

.sidebar .widget h2 {
    font-size: 20px;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;
    margin-bottom: 30px;
    color: #cccccc;
    text-align: left;
    text-transform: uppercase;
}

.sidebar .widget h3,
.sidebar .widget h3 a {
    font-size: 20px;
    color: #0c1f34;
    text-align: left;
    font-family: "Roboto Condensed", serif;
    font-weight: bold;
}

.sidebar .widget h3,
.sidebar .widget h3 a {
    font-size: 16px;
    margin: 0px 0px;
    display: block;
}

.sidebar .widget h3:hover,
.sidebar .widget h3 a:hover {
    color: #3498db;
}

.sidebar .widget img {
    position: absolute;
    left: 30px;
}

.sidebar .widget li {
    margin-bottom: 20px;
}

.sidebar .category-list li {
    margin-bottom: 0px;
}

.sidebar .widget .content {
    margin-left: 100px;
    min-height: 85px;
}

.category-list li {
    padding: 16px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search {
    margin-bottom: 30px;
    position: relative;
}

.search form {
    padding: 20px 30px;
    height: 70px;
    border: none;
    box-shadow: 0 5px 13px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.search input[type="search"]::-moz-placeholder {
    color: #0c1f34;
}

.search input[type="search"] {
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    border: none;
}

.search input[type="submit"] {
    background: url(../images/search.png) no-repeat scroll 0 0 / 100% 100%;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -999999px;
    position: absolute;
    right: 15px;
    bottom: 20px;
}

/*** 

====================================================================
	Catalog Style
====================================================================

***/

.catalog-section {
    margin-top: 60px;
}

.catalog-section-name {
    font-size: 3rem;
}

.catalog-section-title {
    font-size: 2rem;
    text-align: center;
}

.catalog-container {
    display: flex;
    gap: 30px;
}

.filter-group {
    margin-bottom: 20px;
}

.filter-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 1.7rem;
}

.products {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.product {
    width: 250px;
    text-align: left;
    background: #f5f5f5;
    padding: 20px;
    border: 1px solid #ddd;
}

.product img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.product h4 {
    margin: 0 0 10px 0;
    font-size: 1.9rem;
}

.product h4:hover {
    color: #1e2c3a;
}

.product p {
    font-size: 1.3rem;
    color: #333;
    margin: 0 0 10px 0;
}

.prod-title {
    background-color: rgb(155 86 91);
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    padding: 6px 12px;
    font-size: 1.9rem;
    text-transform: uppercase;
    border-radius: 2px;
}

.products-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

.products-section .section-header h2 {
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    color: #3f5a75;
    margin: 0;
}

.prod-desc hr {
    border: none;
    border-top: 1px solid rgb(211, 33, 45);
    margin-bottom: 10px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.prod-item {
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.products-grid .prod-item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
}

.products-grid .prod-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.prod-image {
    position: relative;
}

.prod-image img {
    display: block;
    /* width: 100%; */
    height: 200px;
    object-fit: cover;
}

.prod-desc {
    padding: 15px;
}

.prod-desc p {
    font-size: 1.7rem;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 900px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
}

.filter-toggle {
    display: none;
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 20px 0;
    cursor: pointer;
}

.catalog-sidebar {
    flex: 0 0 250px;
}

@media (max-width: 768px) {
    .filter-toggle {
        display: inline-block;
    }

    .catalog-container {
        flex-direction: column;
    }

    .catalog-sidebar {
        display: none;
        border: 1px solid #ddd;
        padding: 20px;
        background: #f9f9f9;
        margin-bottom: 20px;
    }

    .catalog-sidebar.active {
        display: block;
    }
}

/*** 

====================================================================
	Catalog detail Style
====================================================================

***/

.breadcrumbs {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.breadcrumbs {
    margin-top: 10px;
    font-size: 1.5rem;
    margin-bottom: 50px;
}

h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.product-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 30px;
}

.product-text {
    flex: 1;
}

.product-text p {
    font-size: 1.7rem;
    line-height: 1.6;
}

.product-text strong {
    font-weight: bold;
}

.product-text b {
    font-weight: bold;
}

.product-buttons {
    margin: 20px 0;
}

.product-buttons a {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 20px;
    background: #003366;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

.product-images {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.product-images img {
    width: 250px;
    height: auto;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}

ul {
    margin: 20px 0;
}

ul li {
    margin-bottom: 8px;
}

.catalog-detail-list {
    list-style: none;
    padding-left: 0;
}

.catalog-detail-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.catalog-detail-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0073aa;
    font-weight: bold;
}

#openModal {
    padding: 10px 20px;
    background: rgb(211, 33, 45);
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    position: relative;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.modal-content form {
    display: flex;
    flex-direction: column;
}

.modal-content form label {
    margin: 10px 0 5px;
}

.modal-content form input,
.modal-content form textarea {
    padding: 10px;
    margin-bottom: 10px;
}

.modal-content form button {
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/*** 

====================================================================
	Partners Style
====================================================================

***/

.partners {
    padding: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.partners h2 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.partners p {
    font-size: 2rem;
    color: #555;
}

.partners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
    margin-top: 40px;
}

.partner-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-bottom: 1px solid rgb(211, 33, 45);
    padding-bottom: 20px;
}

.partner-item a img {
    width: 100px;
    height: auto;
}

.partner-item p {
    flex: 1;
    font-size: 1.7rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .partner-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .partner-item a img {
        width: 120px;
    }
}

/* .main-header .search-box.toggle-box {
	position: relative;
	width: 100%;
	background: rgb(211, 33, 45);
	color: #fff;
	opacity: 0;
	transform: translateY(-20px);
	display: none;
	transition:
		transform 0.45s ease,
		opacity 0.45s ease;
	z-index: 99;
} */

/* Когда JS включает видимость */
/* .main-header .search-box.toggle-box.visible {
	display: block;
} */

/* Анимация открытия */
/* .main-header .search-box.toggle-box.open {
	opacity: 1;
	transform: translateY(0);
} */
