@charset "UTF-8";
/*-------------------------------------------------
 =  Table of Css

 1.Import google fonts & basic style of template
 2.Header
 3.Isotope filtering
 4.Kenburn slider basic
 5.General
 6.Blog style
 7.Portfolio style
 8.Contact section
 9.About style
 10.Features carousel style
 11.Architecture section style
 12.Scroller section style
 13.slider serction style
 14.Unique section style
 15.team style
 16.Tabs, Collapse style
 15.Sidebar Style 
 16.Single Post style
 17.Single Project style
 18.Services style
 19.Footer style
 20.Responsive part
-------------------------------------------------*/

.reset-elem {
  margin: 0;
  padding: 0;
}

p, .paragraph, section.about-section .about-box ul.feature-list li {
  font-size: 15px;
  color: #272727;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 16px;
}

.heading1, h1 {
  color: #ffffff;
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
}

.heading2, h2 {
  color: #323232;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px;
}

.heading3, h3 {
  color: #272727;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 12px;
}

.heading3, h4 {
  color: #272727;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: auto;
  margin: 0 0 6px;
}

td {
    border: 1px solid;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
}

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
}

a, .anchor {
  display: inline-block;
  text-decoration: none !important;
  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;
}

a:hover {
    color: #d92828 !important;
}

a.blue__hover:hover {
    color: #1f3c88 !important;
}
 
.btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    background: #1f3c88;
    box-shadow: none !important;
    color: #fff;
}

/*====| - Text_Align |====*/

.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify
}

/*header*/

/* ======================
    15. HEADER (top part of page)
======================= */
.daz-header {
    position: relative;
    z-index: 99999;
}
.daz-header ul,
.daz-header ol {
    margin-bottom: 0;
}
.secondary-nav {
    float: right;
    padding: 26px 0 23px 0;
    position: relative;
    z-index: 9;
}
.secondary-nav .site-button-link{
    font-size:15px;
}
.secondary-nav .secondary-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width: 767px) {
    .secondary-nav {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .secondary-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
/* ======================
    16. PAGE TOP BAR (left & right content)
======================= */
.topbar {
    background-color: #f6f7ff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #161d43;
    padding: 11px 0;
}
.topbar-left {
    float: left;
}
.topbar-right {
    float: right;
}
.topbar-center,
.topbar-left,
.topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.topbar-left ul,
.topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.topbar-left ul li,
.topbar-right ul li{
    display:inline-block;
}
.topbar-left ul li{
    padding-right:15px;
}
.topbar-left ul li a,
.topbar-right ul li a{
    color:#444444;
}
.topbar-left ul li a.site-button,
.topbar-right ul li a.site-button{
    color:#fff;
}
.topbar-social li a{
    padding: 0 6px; 
}
@media only screen and (max-width: 991px) {
    .topbar-right {
        padding-left: 0;
        padding-right: 15px;
    }
    .topbar-left{
        padding-left: 15px;
        padding-right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .topbar {
        padding:5px 0;
    }
    .topbar-center,
    .topbar-left,
    .topbar-right {
        display:block;
        width:100%;
        text-align:center;
        padding:3px 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .topbar-left ul li{
        padding:0 5px;
    }
}
/* ======================
    17. LOGO ( company identify  symbol )
        - Logo_For_Header
        - When_Header_Is_Sticky
======================= */
/*====| - Logo_For_Header |====*/
.daz-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #1f3c88;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 300px;
    height: 80px;
    position: relative;
    z-index: 9;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    color: #1f3c88;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: 60px;
}
.daz-logo > a,
.logo-footer > a{
    display: table-cell;
    vertical-align: middle;
}
.daz-logo img,
.logo-footer img {
    height: auto;
    width: auto;
    max-width: 200px;
}
.daz-logo span,
.logo-footer span {
    font-size: 20px;
    color: #1f3c88;
    letter-spacing: 20px;
}
/*====| - When_Header_Is_Sticky |====*/
.is-fixed .daz-logo{
    height: 70px;
    width: 200px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
}
@media only screen and (max-width: 1280px) {
    .daz-logo{
        width: 200px;
    }
    .daz-logo img{
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .daz-logo,
    .is-fixed .daz-logo{
        width: 150px;
        max-width: 150px;
        height:50px;
    }
    .daz-logo img, 
    .logo-footer img {
        max-width: 150px;
    }
    .is-fixed .daz-logo a img{
        vertical-align: sub;
    }
    .daz-header .navbar-toggler,
    .daz-header .is-fixed .navbar-toggler{
         margin: 18px 0 14px 10px;
    }
    .daz-header .secondary-nav,
    .daz-header .is-fixed .secondary-nav{
        padding: 11px 0;
    }
    .topbar{
        display:none;
    }
}
/* ======================
    18. NAVIGATIONS
        - Header_Nav
        - Mega_Menu
        - Header_Sticky
        - BG_Header
        - Header_Transparent
        - Nav_Close_Icon
        - Search_Style
        - Mobile_Side_Nav
======================= */
/*====| - Header_Nav |====*/
.main-bar {
    background: #1f3c88;
    width: 100%;
    position: relative;
}
.navbar-toggler {
    border: 0;
    font-size: 16px;
    line-height: 24px;
    margin: 32px 0 30px 10px;
    padding: 0;
    float: right;
}
.navbar-toggler span {
    background: #fff;
}
.is-fixed .navbar-toggler {
    margin:28px 0 20px 10px;
}
.daz-header .main-bar .container{
    position: relative;
}
.header-nav {
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    margin-left: 8px;
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.header-nav .nav > li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}
.header-nav .nav > li > a {
    text-transform: uppercase;
    border-radius: 0px;
    color: #FFF;
    font-size: 13px;
    padding:29px 10px 29px 10px;
    cursor: pointer;
    font-weight: 600;
    display: block;
    position: relative;
}
.header-nav .nav > li ul li > a {
    border-left:3px solid rgba(0,0,0,0);
}
.header-nav .nav > li ul li:hover > a {
    border-left:3px solid #1f3c88;
}
.header-nav .nav > li > a.nav-link{
    padding-left:12px;
    padding-right:12px;
}
.header-nav .nav > li > a:hover {
    background-color: transparent;
    color:  255,255,255 !;
}
.header-nav .nav > li > a:active,
.header-nav .nav > li > a:focus {
    background-color: transparent;
}
.header-nav .nav > li.active > a{
    background-color: transparent;
    color: #FFF;
}
.header-nav .nav > li:hover > .sub-menu,
.header-nav .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li > .sub-menu,
.header-nav .nav > li > .mega-menu {
    box-shadow:0 20px 40px rgba(0, 0, 0, 0.05);
}
.header-nav .nav > li .sub-menu {
    background-color: #ffffff;
    border: 0px solid #f4f4f4;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.header-nav .nav > li .sub-menu li {
    border-bottom: 0px solid #f4f4f4;
    position: relative;
}
.header-nav .nav > li .sub-menu li a {
    color: #505050;
    display: block;
    font-size: 15px;
    padding: 8px 20px;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
}
.header-nav .nav > li .sub-menu li a:hover {
    background-color:rgba(39,50,114,0.05);
    color: #505050;
    text-decoration: none;
}
.header-nav .nav > li .sub-menu li:hover > a {
    color: #505050;
}
.header-nav .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.header-nav .nav > li .sub-menu li > .sub-menu.left,
.header-nav .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 220px;
}
.header-nav .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 1;
}
.header-nav .nav > li .sub-menu li .fa.fa-nav {
    color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.header-nav .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
/*====| - Mega_Menu |====*/
.header-nav .nav > li.has-mega-menu {
    position: inherit;
}
.header-nav .nav > li .mega-menu {
    background-color: #ffffff;
    border: 1px solid #f8f8f8;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    font-family: Montserrat;
    margin-top: 20px;
    z-index: 9;
}
.header-nav .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.header-nav .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.header-nav .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.header-nav .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 600;
}
.header-nav .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.header-nav .nav > li .mega-menu > li ul a {
    color: #505050;
    display: block;
    font-size: 13px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 20px;
    font-weight: 500;
}
.header-nav .nav > li .mega-menu > li ul a:hover {
    color: #1f3c88;
}
.header-nav .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
@media only screen and (max-width: 991px) {

    .header-nav .nav > li .mega-menu{
        border:0;
    }
    .header-nav .nav > li .mega-menu > li{
        padding:10px 0;
    }
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        border-radius:0;
    }
    header .logo {
        display: block;
        padding: 4px 0;
    }
    .header-nav .nav > li > a {
        position: relative;
    }
    .header-nav .nav i {
        margin-top: 6px;
        float: right;
    }
    .header-nav {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .header-nav .nav {
        float: none;
        margin: 0;
        background: #fff;
        width:100%;
        display: block;
    }
    .header-nav .nav li {
        float: none;
        display:block;
        width:100%;
    }
    .header-nav .nav > li .sub-menu > li,
    .header-nav .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .header-nav .nav > li > a {
        padding: 10px 15px;
        border-top: 1px solid #E9E9E9;
        display:block;
        color: #000000;
    }
    .header-nav .nav > li > a:hover,
    .header-nav .nav > li > a:active,
    .header-nav .nav > li > a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
    .header-nav .nav > li .mega-menu > li:after {
        display: none;
    }
    .header-nav .nav > li ul,
    .header-nav .nav > li .sub-menu,
    .header-nav .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: #f6f6f6;
    }
    .header-nav .nav > li ul.mega-menu ul {
        display: none;
    }
    .header-nav .nav > li:hover > ul,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu,
    .header-nav .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .header-nav .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
        content:"\f078";
    }
    .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
    .nav.navbar-nav li.open a i.fa-chevron-down:before {
        content:"\f054";
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-chevron-down,
    .nav.navbar-nav li a i.fa-angle-right {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        height: 100%;
        line-height: 40px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -6px;
        width: 40px;
        z-index: 3;
    }
    .header-nav .nav > li .sub-menu li i.fa-angle-right:before{
        content: "\f078";
        font-size: 10px;
    }
    .header-nav .nav > li .sub-menu li.open i.fa-angle-right:before{
        content: "\f054";
    }
    .header-nav .nav > li .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu .sub-menu,
    .header-nav .nav > li:hover .sub-menu,
    .header-nav .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav li .sub-menu .sub-menu{
        display: none;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav > li.open > .sub-menu .sub-menu{
        display: none;
    }
    .header-nav .nav > li.open > .sub-menu li.open .sub-menu,
    .header-nav .nav > li.open > .mega-menu,
    .header-nav .nav > li.open > .sub-menu,
    .header-nav .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
    }
    .header-nav .nav > li .sub-menu li .fa{
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        margin: 0;
        right: -1px;
        color:#fff;
    }
    .header-nav .nav > li .mega-menu > li{
        padding:0;
    }
    .header-nav .nav > li .mega-menu > li > a{
        display:none;
    }
    .header-nav .nav .mega-menu a i{
        display:inline-block;
        float:none;
        margin-top: 0;
    }
    .header-nav .nav .open > a,
    .header-nav .nav .open > a:focus,
    .header-nav .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
}
/*====| - Header_Sticky |====*/
.sticky-no .main-bar {
    position: static !important;
}
.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.is-fixed .header-nav .nav > li > a {
    padding: 24px 10px;
}
.is-fixed .secondary-nav {
    padding: 21px 0;
}
@media only screen and (max-width: 1280px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 24px 8px;
    }
}
@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
    .header-nav .nav li:first-child {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 225px;
    }
    .is-fixed .header-nav .nav > li > a {
        padding: 12px 15px;
    }
}
/*====| - BG_Header |====*/
[class*="bg-"] .header-nav .nav > li > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li.active > a,
[class*="bg-"] .header-nav .nav > li.current-menu-item > a {
    color: #fff;
}
[class*="bg-"] .header-nav .nav > li > a:hover,
[class*="bg-"] .header-nav .nav > li:hover > a {
    color: #fff;
}
[class*="bg-"] .navbar-toggler {
    border-color: #fff;
}
[class*="bg-"] .navbar-toggler span {
    background-color: #fff;
}
@media only screen and (max-width: 991px) {
    [class*="bg-"] .header-nav .nav > li > a {
        color: #555;
    }
}
/*====| - Header_Transparent |====*/
.header-transparent{
    position:absolute;
    width:100%;
}
.header-transparent .main-bar{
    background-color:rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.header-transparent .header-nav .nav > li > a,
.header-transparent .header-nav .nav > li:hover > a,
.header-transparent .header-nav .nav > li.active > a{
    color:#fff;
}
.header-transparent .header-nav .nav > li > a,
.header-transparent .secondary-nav .site-button-link,
.header-transparent .navbar-toggler {
    color: #fff;
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .main-bar{
    position:fixed;
    background-color:rgba(0,0,0,0.9);
}
.header-transparent .topbar{
    background-color: rgba(0,0,0,0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
@media only screen and (max-width: 991px) {
    .header-transparent .header-nav .nav > li > a{
        color:#000;
    }
}
/*====| - Nav_Close_Icon |====*/
.menuicon{
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.menuicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menuicon span:nth-child(1) {
  top: 0px;
}

.menuicon span:nth-child(2) {
  top: 7px;
}
.menuicon span:nth-child(3) {
  top: 14px;
}
.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/*====| - Search_Style |====*/
.daz-search {
    background-color: rgba(0,0,0,0.9) !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    z-index: 999;
    display: none;
    overflow: hidden;
}

.daz-search.On form {
    transition:all 0.5s ease 0.5s;
    -moz-transition:all 0.5s ease 0.5s;
    -webkit-transition:all 0.5s ease 0.5s;
    max-width: 1200px;
    opacity:1;
}
.daz-search form {
    width: 100%;
    max-width: 100px;
    margin: auto;
    position: relative;
    top: 50%;
    transition:all 0.5s;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    opacity:0;
}
.daz-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: none;
    color: #fff;
    font-size: 20px;
    border-bottom:2px solid rgba(255,255,255,0.2);
}
.daz-search .form-control::-moz-placeholder {
    color: #fff;
}
.daz-search .form-control:-moz-placeholder {
    color: #fff;
}
.daz-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.daz-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.daz-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

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

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .header-nav .nav > li > a {
        font-size: 10px;
    }
}

@media (max-width:1063px) {
    .header-nav .nav > li > a {
        font-size: 10px;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}




.daz-search.search-style-1{
    position:absolute;
    width: 100%;
    background-color: #fff !important;
    color: #000;
}
.daz-search.search-style-1 .form-control,
.daz-search.search-style-1 .form-control::placeholder,
.daz-search.search-style-1 .form-control::-moz-placeholder{
    color:#000;
}
.daz-search.search-style-2{
    position:absolute;
    width: 50px;
    background-color: #fff !important;
    color: #000;
    height: 50px;
    right:0;
    top:100%;
    left:auto;
    transition:all 0.5s;
    opacity:0;
}
.daz-search.search-style-2.On{
    width: 300px;
    transition:all 0.5s;
    opacity:1;
    top:100%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    transition:all 0.5s;
}
.daz-search.search-style-2 .form-control,
.daz-search.search-style-2 .form-control::placeholder,
.daz-search.search-style-2 .form-control::-moz-placeholder{
    color:#000;
    font-size:14px;
    height: 50px;
}
.daz-search.search-style-2  span{
    font-size: 14px;
    margin: -12px 0;
}
/*====| - Mobile_Side_Nav |====*/
@media screen and (max-width: 991px){
    .mobile-nav .header-nav.nav-dark{
        background-color:#202020;
    }
    .mobile-nav .header-nav{
        overflow:hidden;
        position: fixed;
        width: 60px;
        left:-280px;
        height:100% !important;
        transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
        top:0;
        background-color:#fff;
        margin:0;
        z-index:99;
    }
    .mobile-nav .header-nav li.open a{
        position:relative;
    }
    .navbar-nav{
        overflow-x:scroll;
        height:100%;
    }
    .mobile-nav .header-nav.show {
        left: 0px;
        transition:all 0.8s;
        -webkit-transition:all 0.8s;
        -moz-transition:all 0.8s;
        -o-transition:all 0.8s;
        margin:0;
        width: 295px;
    }
    .mobile-nav .is-fixed .header-nav .nav{
        height:100%;
    }
    .mobile-nav .navbar-toggler.open:after{
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition:all 0.5s;
    }
    .mobile-nav .header-nav .daz-logo {
        display: block;
        float: none;
        height: auto;
        max-width: 100%;
        padding: 30px 15px;
        width: 100%;
    }
    .mobile-nav .header-nav .daz-logo img{
        max-width: unset;
        width: 250px;
    }
    .mobile-nav .navbar-toggler.open span{
        background:#fff;
    }
}
/* Nav Style 1 */
.navs1 .header-nav .nav > li.active > a, 
.navs1 .header-nav .nav > li:hover > a{
    background-color:#1f3c88;
    color:#fff;
}
.navs1 .header-nav .nav > li .sub-menu, 
.navs1 .header-nav .nav > li .mega-menu{
    background-color:#1f3c88;
    border:1px solid rgba(0,0,0,0.02);
}
.navs1 .header-nav .nav > li .mega-menu > li > a{
    color:#fff;
}
.navs1 .header-nav .nav > li .mega-menu > li ul a,
.navs1 .header-nav .nav > li .sub-menu li a{
    color:rgba(255,255,255,0.9);
}
.navs1 .header-nav .nav > li .mega-menu > li ul a:hover,
.navs1 .header-nav .nav > li .sub-menu li:hover > a{
    background-color:rgba(0,0,0,0.1);
    color:#fff;
}
@media only screen and (max-width: 991px) {
    .navs1 .header-nav .nav > li ul, 
    .navs1 .header-nav .nav > li .sub-menu, 
    .navs1 .header-nav .nav > li .mega-menu{
        background-color:#1f3c88;
    }
}
/* Navs 2 */
.navs2 .header-nav .nav > li > a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #1f3c88;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.navs2 .header-nav .nav > li:hover > a:after,
.navs2 .header-nav .nav > li.active > a:after{
    opacity: 1;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    transform: translateY(-4px);
}
/* ======================
    19. BANNER
        - Inner_Page_Banner
        - Banner_Contant
        - Banner_Breadcrumb
======================= */
/*====| - Inner_Page_Banner |====*/
.bnr-inr.bnr-inr-lg {
    height: 800px;
}
.bnr-inr.bnr-inr-md {
    height: 600px;
}
.bnr-inr.bnr-inr-sm {
    height: 450px;
}
.bnr-inr {
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    text-align:left;
    padding-bottom: 20px;
}
.bnr-inr .container {
    display: table;
    height: 100%;
}
.bnr-inr-entry {
    display: table-cell;
    vertical-align: bottom;
}
.bnr-inr-entry.align-m {
    vertical-align: middle;
}
.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6 {
    color: #FFF;
}
/*====| - Banner_Contant |====*/
.bnr-inr.banner-content h1{
    font-weight: 500;
}
.bnr-inr.banner-content p {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 36px;
    max-width: 750px;
    display: inline-block;
}
.bnr-inr.banner-content .site-button{
    padding: 13px 35px; 
    font-size: 16px;
}
/*====| - Banner_Breadcrumb |====*/
.bnr-inr .breadcrumb-row{
    padding:0;
    background-color:rgba(0,0,0,0);
}
.bnr-inr h1 {
    font-weight:600;
    font-size:40px;
    margin-bottom: 10px;
}
.bnr-inr .breadcrumb-row.text-white ul li a,
.bnr-inr .breadcrumb-row.text-white ul li:after, 
.bnr-inr .breadcrumb-row.text-white ul li:last-child{
    color:#fff;
}
.bnr-inr .breadcrumb-row ul li:after,
.bnr-inr .breadcrumb-row ul li:last-child{
    color:#fff;
}
.bnr-inr .breadcrumb-row ul li a{
    color:#fff;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .bnr-inr-entry{
        vertical-align: bottom;
        padding-bottom:15px;
    }
    .bnr-inr-entry h1{ 
        margin-bottom:10px;
    }
    .bnr-inr{
        padding-bottom: 0;
    }
    .bnr-inr .breadcrumb-row ul{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .bnr-inr {
        height: 200px;
    }
    .bnr-inr h1{
        line-height: 24px;
        font-size: 20px;
        text-align:center;
    }
    .bnr-inr.bnr-inr-sm,
    .bnr-inr {
        height: 250px;
    }
    .bnr-inr{
        position:relative;
    }
    .bnr-inr .container{
        z-index:2;
        position:relative;
    }
    .bnr-inr:after{
        position:absolute;
        width:100%;
        height:100%;
        content:"";
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        top: 0;
        z-index: 1;
    }
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */
/*----------------------------------------------------------------------------- */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}

/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.slotholder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
.ip-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.ip-header h1 {
  margin: 0;
}

.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.ip-logo {
  top: 0;
  height: 100%;
  transform: translate3d(0, 25%, 0);
  text-align: center;
}

.ip-logo img {
  max-width: 250px;
}

.ip-loader {
  bottom: 20%;
}

.ip-header .ip-inner {
  display: block;
  margin: 0 auto;
}

.ip-header .ip-loader svg {
  fill: #ffffff;
}

.ip-header .ip-loader svg path.ip-loader-circlebg {
  stroke: #333333 !important;
  stroke-width: 5px;
}

.ip-header .ip-loader svg path.ip-loader-circle {
  transition: stroke-dashoffset 0.2s;
  stroke: #d92828;
  stroke-width: 2px;
}

.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .ip-loader {
  animation-delay: 0.2s;
}

@keyframes animInitialHeader {
  from {
    opacity: 0;
    transform: translate3d(0, 800px, 0);
  }
}
.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1;
}

.loaded .ip-logo {
  transform-origin: 50% 0;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLogo {
  to {
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
.loaded .ip-logo {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

.loaded .ip-loader {
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
.loaded .ip-header {
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes animLoadedHeader {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
/* Content animations */
.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  animation-delay: 0.1s;
}

.loaded .ip-main .browser .box:nth-child(2) {
  animation-delay: 0.15s;
}

.loaded .ip-main .browser .box:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes animLoadedContent {
  from {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
}
.layout-switch .ip-header {
  position: absolute;
}

.no-js .ip-header {
  position: relative;
  min-height: 0px;
}

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  transform: none;
}

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
}

.cursor--small {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  border-radius: 50%;
  z-index: 11000;
  background: #ffffff;
}

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000;
}

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif !important;
}

.container {
  max-width: 1270px;
}

#container {
  opacity: 0;
  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;
}

.loaded #container {
  opacity: 1;
}

.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0 0;
    border-top: 1px solid #fff;
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }
}
#content {
  padding-left: 100px;
}
@media (max-width: 1023px) {
  #content {
    padding-left: 0;
  }
}

a.button-one {
  padding: 14px 34px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  border: 1px solid #ffffff;
  position: relative;
}
a.button-one:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -1px;
  width: 0;
  bottom: -1px;
  background: #d92828;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
a.button-one:hover:before {
  width: 100%;
}
a.button-one:hover {
  color: #ffffff;
}
a.button-one span {
  position: relative;
  z-index: 2;
}

/* Основная кнопка */
a.theme-button {
  display: inline-block;
  padding: 14px 30px;
  color: #1f3c88;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: #1f3c88;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

a.theme-button span{
  color: #1f3c88;
}

a.theme-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #d92828;
  transition: width 0.3s ease-in-out;
  z-index: 0;
}

/* a.theme-button span:hover {
  color: #fff; 
} */

a.theme-button:hover:before {
  width: 100%;
}

a.theme-button span {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* Модификация для темного фона */
a.theme-button--light {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

a.theme-button--light:before {
  background: #d92828;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #d92828;
  transition: width 0.3s ease-in-out;
  z-index: 0;
}

a.theme-button--light span {
  position: relative;
  z-index: 2;
  color: #fff;
}

a.theme-button--light:hover:before {
  width: 100%; /* как у основной кнопки */
}

a.theme-button--light:hover {
  color: #fff !important; /* оставляем белым поверх красного фона */
}


div.title-box.center-title {
  text-align: center;
}
div.title-box span {
  display: inline-block;
  font-size: 14px;
  color: rgba(248, 248, 248, 0.7);
  margin-bottom: 4px;
  font-weight: 500;
}
div.title-box h2 {
  text-align: center;
  margin-bottom: 65px;
  line-height: 42px;
}

section.page-banner-section {
  padding: 100px 0 40px;
  text-align: left;
  background-image: url("../upload/banners/page-title-bg.jpg");
  background-size: cover;
  background-position: center center;
}
section.page-banner-section p {
  margin-bottom: 0;
}

.info-box {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 15px;
  z-index: 2;
  background: rgb(48 57 131);
}
@media (max-width: 1023px) {
  .info-box {
    display: none;
  }
}
.info-box p {
  color: #ffffff;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.info-box p i {
  font-size: 18px;
  margin-right: 7px;
}
.info-box p span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #6e6e6e;
  margin: 0 11px;
}

.divider-line {
  border-bottom: 1px solid #1f3c88;
}

/*-------------------------------------------------- */
/* Blog style
/*------------------------------------------------- */
section.blog-section {
  padding: 140px 0;
}
section.blog-section .blog-box.col2 {
  margin: -15px;
}
section.blog-section .blog-box.col2 .blog-post {
  width: 50%;
  padding: 15px;
}
@media (max-width: 767px) {
  section.blog-section .blog-box.col2 .blog-post {
    width: 100%;
  }
}

.blog-post a.post-thumbnail {
  display: block;
  margin: 0;
}
.blog-post a.post-thumbnail img {
  width: 100%;
  height: auto;
}
.blog-post .post-content {
  padding: 40px;
  background: #1f3c88;
}
.blog-post .post-content h3 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #313131;
}
@media (max-width: 1023px) {
  .blog-post .post-content h3 {
    font-size: 19px;
    line-height: 30px;
  }
}
.blog-post .post-content h3 a {
  color: #ffffff;
}
.blog-post .post-content h3 a:hover {
  color: #d92828;
}
.blog-post .post-content p {
  margin-bottom: 28px;
}
.blog-post.post-list-style {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #1f3c88;
}
@media (max-width: 767px) {
  .blog-post.post-list-style {
    flex-wrap: wrap;
  }
}
.blog-post.post-list-style:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.blog-post.post-list-style a.post-thumbnail,
.blog-post.post-list-style .post-content {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-post.post-list-style a.post-thumbnail,
.blog-post.post-list-style .post-content {
    width: 100%;
  }
}
.blog-post.post-list-style a.post-thumbnail img {
  height: 415px;
  object-fit: cover;
  object-position: center;
}
.blog-post.post-list-style .post-content {
  padding: 50px;
}
@media (max-width: 1023px) {
  .blog-post.post-list-style .post-content {
    padding: 30px;
  }
}
.blog-post.post-list-style .post-content h3 {
  padding-top: 26px;
  margin-top: 30px;
}

ul.meta-list {
  padding: 0;
  margin: 0;
}
ul.meta-list li {
  display: inline-block;
  margin-right: 17px;
}
@media (max-width: 1239px) {
  ul.meta-list li {
    margin-right: 10px;
  }
}
ul.meta-list li:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #ffffff;
  margin-right: 20px;
  float: left;
  margin-top: 14px;
}
@media (max-width: 1239px) {
  ul.meta-list li:before {
    margin-right: 14px;
  }
}
ul.meta-list li:first-child:before {
  display: none;
}
ul.meta-list li a {
  color: #1f3c88;
  font-size: 15px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 30px;
}
ul.meta-list li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  text-align: center;
  font-size: 15px;
  float: left;
  margin-right: 5px;
}
@media (max-width: 1239px) {
  ul.meta-list li a i {
    margin-right: 10px;
  }
}

ul.pagination-list {
  padding: 24px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #1f3c88;
}
ul.pagination-list li {
  display: inline-block;
  margin-right: 17px;
}
ul.pagination-list li a {
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  width: 30px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #1f3c88;
}
ul.pagination-list li a.active {
  border-bottom: 5px solid #d92828;
  margin-bottom: -4px;
}
ul.pagination-list li a:hover {
  color: #ffffff;
}

/*-------------------------------------------------- */
/* Portfolio style
/*------------------------------------------------- */
section.filter-section {
  background-image: url("../upload/portfolio/portfolio-filter-bg.png");
  background-color: rgba(48 57 131);
  background-blend-mode: multiply;
  background-size: cover;
  text-align: center;
}
section.filter-section ul.filter {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
section.filter-section ul.filter li {
  display: inline-block;
  padding: 16px 0;
  border-right: 1px solid #5e5e5e;
  width: 160px;
  text-align: center;
}
section.filter-section ul.filter li:first-child {
  border-left: 1px solid #5e5e5e;
}
@media (max-width: 1459px) {
  section.filter-section ul.filter li {
    width: 130px;
    padding: 50px 0;
  }
}
@media (max-width: 1239px) {
  section.filter-section ul.filter li {
    width: auto;
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  section.filter-section ul.filter li {
    width: 25%;
    float: left;
    border-bottom: 1px solid #5e5e5e;
    border-left: none !important;
  }
}
@media (max-width: 767px) {
  section.filter-section ul.filter li {
    width: 33.3333%;
    float: left;
  }
}
section.filter-section ul.filter li a {
  display: inline-block;
  padding: 16px 0;
  color: #f8f8f8;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
section.filter-section ul.filter li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 3px;
  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;
  background: transparent;
}
section.filter-section ul.filter li a.active:before {
  background: #d92828;
}

section.portfolio-section {
  padding: 140px 0;
}
@media (max-width: 1239px) {
  section.portfolio-section {
    padding: 100px 0;
  }
}
@media (max-width: 1023px) {
  section.portfolio-section {
    padding: 60px 15px;
  }
}
@media (max-width: 767px) {
  section.portfolio-section {
    padding: 30px 15px;
  }
  section.filter-section ul.filter li a {
    font-size: 10px;
  }
}
section.portfolio-section.fullscreen {
  padding: 0;
}
section.portfolio-section .portfolio-box {
  margin: -15px;
}
section.portfolio-section .portfolio-box .portfolio-post {
  width: 33.3333%;
  padding: 15px;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box .portfolio-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.colum4 .portfolio-post {
  width: 25%;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box.colum4 .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.colum4 .portfolio-post.with-large-size {
  width: 50%;
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box.colum4 .portfolio-post.with-large-size {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.colum5 .portfolio-post {
  width: 20%;
}
@media (max-width: 1239px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  section.portfolio-section .portfolio-box.colum5 .portfolio-post {
    width: 100%;
  }
}
section.portfolio-section .portfolio-box.joined {
  margin: 0;
}
section.portfolio-section .portfolio-box.joined .portfolio-post {
  padding: 0;
}

/* Common style */
.portfolio-post figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
/* .portfolio-post figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
} */

.portfolio-post figure img {
  position: relative;
  display: block;
  width: 110%;
  height: 270px;
}

.portfolio-post figure figcaption {
  padding: 30px;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}

.portfolio-post figure figcaption::before,
.portfolio-post figure figcaption::after {
  pointer-events: none;
}

.portfolio-post figure figcaption,
.portfolio-post figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-post figure.hover2 figcaption {
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: inherit;
  width: auto;
  height: auto;
  background-color: #1f3c8896;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.portfolio-post figure figcaption > a {
  z-index: 1000;
  top: 30px;
  left: initial;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  line-height: 56px;
  text-align: center;
}
.portfolio-post figure figcaption > a span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 60px;
  color: #ffffff;
  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;
}
.portfolio-post figure figcaption > a:hover span {
  color: #d92828;
}
.portfolio-post figure figcaption > a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  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;
}
.portfolio-post figure figcaption > a:hover:after {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portfolio-post figure.hover2 figcaption > a {
  border: 5px solid #d92828;
  background-color: #3d3d3d;
  top: -30px;
  right: 20px;
}
.portfolio-post figure.hover2 figcaption > a span {
  line-height: 50px;
}

.portfolio-post figure h4,
.portfolio-post figure p {
  margin: 0;
}
.portfolio-post figure h4 a,
.portfolio-post figure p a {
  color: #ffffff;
}
.portfolio-post figure h4 a:hover,
.portfolio-post figure p a:hover {
  color: #d92828;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #888888;
}

figure.effect-milo img {
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo.hover2:hover img {
  opacity: 1;
}

figure.effect-milo figcaption > a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover figcaption > a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-milo p {
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
}

figure.effect-milo.hover2 p {
  font-size: 13px;
  text-transform: uppercase;
}

.portfolio-post figure.effect-milo.hover2 h4 {
  font-size: 16px;
  margin-top: 2px;
}

figure.effect-milo.hover2 figcaption > a {
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
}

figure.effect-milo.hover2:hover figcaption > a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*------------------------------------------------- */
/* =  Contact section*/
/*------------------------------------------------- */
section.contact-info-section {
  padding: 140px 0;
}
section.contact-info-section .col-lg-4 {
  margin-right: -1px;
}
section.contact-info-section .col-lg-4 .contact-info-post {
  display: flex;
  align-items: center;
  padding: 25px 25px;
  border: 1px solid #3d3d3d;
}
@media (max-width: 1023px) {
  section.contact-info-section .col-lg-4 .contact-info-post {
    margin-bottom: 30px;
    padding: 30px 30px;
  }
}
section.contact-info-section .col-lg-4 .contact-info-post i {
  color: #1f3c88;
  font-size: 28px;
  margin-right: 26px;
}
section.contact-info-section .col-lg-4 .contact-info-post h4 {
  font-weight: 400;
  font-size: 19px;
}
section.contact-info-section .col-lg-4 .contact-info-post p {
  margin-bottom: 0;
  font-size: 14px;
}

.contact-form-box {
  padding-top: 50px;
}
.contact-form-box #contactFormm {
  padding: 30px 30px 10px;
  border: 1px solid #3d3d3d;
}
@media (max-width: 1023px) {
  .contact-form-box #contactFormm {
    margin-bottom: 40px;
  }
}
.contact-form-box #contactFormm h4 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-form-box #contactFormm .input-line {
  display: flex;
  border-bottom: 1px solid #3d3d3d;
  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;
  margin-bottom: 35px;
  position: relative;
  width: 48%;
}
/*.contact-form-box #contactFormm .input-line:first-child {
  margin-right: 20px; 
}*/
.form-group.col-lg-6 {
    margin-bottom: 30px;
}
.contact-form-box #contactFormm .input-line label {
  color: rgb(61 61 61);
  font-size: 16px;
  padding-bottom: 20px;
}
.contact-form-box #contactFormm .input-line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 14px;
  background: #3d3d3d;
  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;
}
.contact-form-box #contactFormm .input-line:focus-within {
  border-color: #1f3c88;
}
.contact-form-box #contactFormm .input-line:focus-within:after {
  left: 100%;
  margin-left: -14px;
  background: #1f3c88;
}
input {
    border: none !important;
}
input:focus-visible {
    border: none !important;
    outline: none;
}
.contact-form-box #contactFormm input[type=text], input[type=email],
.contact-form-box #contactFormm textarea {
  display: block;
  width: 100%;
  padding: 0 12px 20px;
  background: transparent;
  color: rgb(61 61 61);;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  outline: none;
  border: none;
  margin: 0;
  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;
}
.contact-form-box #contactFormm textarea {
  padding: 0;
  height: 124px;
}
.contact-form-box #contactFormm button {
  width: 100%;
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 12px 22px;
  border: none;
  background: #1f3c88;
  outline: none;
  margin-bottom: 20px;
  text-transform: uppercase;
  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;
}
.contact-form-box #contactFormm button:hover {
  background: #d92828;
  color: #ffffff;
}

#msg {
  display: none;
  padding: 14px 30px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

#map {
  width: 100%;
  height: 310px;
}

/*-------------------------------------------------- */
/* About style
/*------------------------------------------------- */
section.about-section {
  padding-top: 130px;
}
section.about-section .about-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 30px;
}
section.about-section .about-box img.snd-size {
  height: 430px;
}
section.about-section .about-box .about-content {
  padding-left: 10px;
  margin-top: -24px;
}
section.about-section .about-box h3 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 26px;
}
section.about-section .about-box p {
  margin-bottom: 24px;
}
section.about-section .about-box ul.feature-list {
  padding: 0;
  margin: 0;
}
section.about-section .about-box ul.feature-list li {
  display: block;
  margin-bottom: 20px;
}
/* section.about-section .about-box ul.feature-list li:before {
  content: "ï˜";
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 16px;
  float: left;
} */

/*-------------------------------------------------- */
/* Features carousel style
/*------------------------------------------------- */
section.features-carousel-section {
  margin-bottom: 130px;
}
section.features-carousel-section .feature-post {
  padding-right: 212px;
  overflow: hidden;
  padding-bottom: 31px;
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post {
    padding-right: 0;
  }
}
section.features-carousel-section .feature-post .image-holder {
  float: left;
  width: 60%;
  margin-right: -10%;
  position: relative;
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post .image-holder {
    width: 100%;
  }
}
section.features-carousel-section .feature-post .image-holder:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 426px;
  top: 0;
  right: -30px;
  background-color: #1f3c88;
}
section.features-carousel-section .feature-post .image-holder:before {
  content: "";
  position: absolute;
  width: auto;
  height: 1px;
  bottom: -30px;
  right: -30px;
  left: 0;
  background-color: #1f3c88;
}
section.features-carousel-section .feature-post img {
  width: 100%;
  height: 396px;
  object-fit: cover;
  object-position: center;
}
section.features-carousel-section .feature-post .feature-post-content {
  width: 50%;
  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #3c4fe8;
  padding: 30px;
  float: right;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  section.features-carousel-section .feature-post .feature-post-content {
    height: auto;
    width: 100%;
  }
}
section.features-carousel-section .feature-post .feature-post-content span {
  font-size: 20px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
section.features-carousel-section .feature-post .feature-post-content span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d92828;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
section.features-carousel-section .feature-post .feature-post-content h3 {
  font-size: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
section.features-carousel-section .owl-dots {
  display: none;
}
section.features-carousel-section .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #1f3c88;
  border-left: none;
  width: 212px;
  padding: 48px 0 47px;
  margin: 0;
  background-color: #1f3c88;
}
section.features-carousel-section .owl-carousel .owl-nav button.owl-prev,
section.features-carousel-section .owl-carousel .owl-nav button.owl-next {
  color: #ffffff;
  padding: 50px 20px !important;
  border: 1px solid #d92828;
  font-size: 20px;
  margin: 0 !important;
  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;
}
section.features-carousel-section .owl-carousel .owl-nav button.owl-next {
  border-left: none;
  margin-left: -1px !important;
}

.features-section {
  padding: 130px 0;
}
.features-section .features-box .row {
  align-items: center;
}
.features-section .features-box h3 {
  font-size: 26px;
}
.features-section .features-box p {
  margin-bottom: 20px;
}
.features-section .features-box img {
  width: 100%;
  height: auto;
}

.features-section2 {
  padding: 130px 0;
}
.features-section2.no-padd-top {
  padding-top: 0;
}
.features-section2 .features-box2 {
  position: relative;
}
.features-section2 .features-box2:before, .features-section2 .features-box2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.features-section2 .features-box2:before {
  top: 0;
  right: 0;
  border-top: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
.features-section2 .features-box2 .row {
  align-items: center;
}
.features-section2 .images-box {
  position: relative;
  border: 1px solid #1f3c88;
  padding: 30px;
}
@media (max-width: 1023px) {
  .features-section2 .images-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .features-section2 .images-box {
    padding-bottom: 1px;
  }
}
.features-section2 .images-box:before, .features-section2 .images-box:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
.features-section2 .images-box:before {
  top: 0;
  left: 0;
  border-top: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box:after {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
.features-section2 .images-box img {
  width: 110%;
  height: auto;
  margin-bottom: 0;
  max-width: none;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.features-section2 .images-box .image-holder {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .features-section2 .images-box .image-holder {
    margin-bottom: 30px;
  }
}
.features-section2 .images-box .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.features-section2 .images-box .image-holder span {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  opacity: 0;
  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;
  z-index: 3;
}
.features-section2 .images-box .image-holder:hover span {
  opacity: 1;
}
.features-section2 .images-box .image-holder:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.features-section2 .feature-content {
  text-align: right;
  padding-right: 30px;
}
.features-section2 .feature-content span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  margin-bottom: 5px;
}
.features-section2 .feature-content span:after {
  content: "";
  height: 2px;
  width: 30px;
  background-color: #d92828;
  float: right;
  margin-top: 10px;
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .features-section2 .feature-content span:after {
    display: none;
  }
}
.features-section2 .feature-content h3 {
  margin-bottom: 15px;
}
.features-section2 .feature-content p {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Architecture section style
/*------------------------------------------------- */
section.architecture-section {
  padding: 100px 0px 100px;
}
@media (max-width: 1239px) {
  section.architecture-section {
    padding: 130px 30px 30px 30px;
  }
}
section.architecture-section .architecture-box {
  margin: -50px;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box {
    margin: -15px;
  }
}
section.architecture-section .architecture-box .architecture-post {
  width: 33.33333%;
  padding: 20px;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box .architecture-post {
    padding: 15px;
  }
}
@media (max-width: 1023px) {
  section.architecture-section .architecture-box .architecture-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.architecture-section .architecture-box .architecture-post {
    width: 100%;
  }
}
section.architecture-section .architecture-box .architecture-post .image-holder {
  overflow: hidden;
}
section.architecture-section .architecture-box .architecture-post img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.architecture-section .architecture-box .architecture-post .hover-box {
  position: initial;
  bottom: 50px;
  left: 95px;
  right: 95px;
  height: 150px;
  padding: 30px;
  margin-bottom: 10px;
  background: #1f3c88;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box .architecture-post .hover-box {
    bottom: 15px;
    left: 45px;
    right: 45px;
  }
}
@media (max-width: 1239px) {
  section.architecture-section .architecture-box .architecture-post .hover-box {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
section.architecture-section .architecture-box .architecture-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 6px;
}
section.architecture-section .architecture-box .architecture-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 3px;
  margin-right: 15px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.architecture-section .architecture-box .architecture-post .hover-box h4 {
  font-size: 18px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  section.architecture-section .architecture-box .architecture-post .hover-box h4 {
    font-size: 17px;
  }
}
@media (max-width: 1023px) {
  section.architecture-section .architecture-box .architecture-post .hover-box h4 {
    font-size: 18px;
  }
}
section.architecture-section .architecture-box .architecture-post .hover-box h4 a {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
section.architecture-section .architecture-box .architecture-post .hover-box h4 a:hover {
  color: #d92828;
}
section.architecture-section .architecture-box .architecture-post:hover img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.architecture-section .architecture-box .architecture-post:hover .hover-box {
  bottom: 95px;
}
@media (max-width: 1459px) {
  section.architecture-section .architecture-box .architecture-post:hover .hover-box {
    bottom: 45px;
  }
}
@media (max-width: 1239px) {
  section.architecture-section .architecture-box .architecture-post:hover .hover-box {
    bottom: 15px;
  }
}
section.architecture-section .architecture-box .architecture-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

/*-------------------------------------------------- */
/* Scroller section style
/*------------------------------------------------- */
section.scroller-section {
  padding-top: 100px;
}
section.scroller-section .owl-dots,
section.scroller-section .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section .scroller-post {
  position: relative;
}
section.scroller-section .scroller-post .image-holder {
  overflow: hidden;
}
section.scroller-section .scroller-post .image-holder img {
  width: 105%;
  height: calc(100vh - 100px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}
section.scroller-section .scroller-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
}
@media (max-width: 1239px) {
  section.scroller-section .scroller-post .hover-box {
    padding: 30px;
  }
}
section.scroller-section .scroller-post .hover-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  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;
  z-index: 2;
  background: linear-gradient(180deg, rgba(190, 35, 35, 0) 0%, rgba(190, 35, 35, 0.1) 25%, rgba(190, 35, 35, 0.5) 50%, #bd2323 100%);
}
section.scroller-section .scroller-post .hover-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  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;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.1) 25%, rgba(11, 11, 11, 0.4) 50%, rgba(11, 11, 11, 0.7) 100%);
}
section.scroller-section .scroller-post .hover-box span {
  display: inline-block;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 67px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}
section.scroller-section .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
section.scroller-section .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 86px;
  height: 3px;
  margin-right: 30px;
  background: #fff;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section .scroller-post .hover-box h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1459px) {
  section.scroller-section .scroller-post .hover-box h3 {
    font-size: 20px;
  }
}
section.scroller-section .scroller-post .hover-box h3 a {
  color: #ffffff;
}
section.scroller-section .scroller-post .hover-box h3 a:hover {
  opacity: 0.7;
}
section.scroller-section .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section .scroller-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

section.scroller-section2 {
  background: url("../upload/home7/bg.jpg") center center fixed no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 100px 100px 0;
}
@media (max-width: 767px) {
  section.scroller-section2 {
    padding: 100px 75px 0 15px;
  }
}
section.scroller-section2 .owl-dots,
section.scroller-section2 .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section2 .scroller-box {
  max-height: 510px;
  overflow: hidden;
}
section.scroller-section2 .item {
  margin: 0 50px;
}
@media (max-width: 767px) {
  section.scroller-section2 .item {
    margin: 0;
  }
}
section.scroller-section2 .scroller-post .image-holder {
  overflow: hidden;
  position: relative;
  margin-left: 200px;
  height: 510px;
}
@media (max-width: 1459px) {
  section.scroller-section2 .scroller-post .image-holder {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  section.scroller-section2 .scroller-post .image-holder {
    margin-left: 0;
  }
}
section.scroller-section2 .scroller-post .image-holder img {
  width: 110%;
  height: 510px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
section.scroller-section2 .scroller-post .image-holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  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;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.1) 25%, rgba(11, 11, 11, 0.4) 50%, #0b0b0b 100%);
}
section.scroller-section2 .scroller-post .image-holder span {
  position: absolute;
  bottom: 95px;
  left: 30px;
  display: block;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  border: 5px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}
section.scroller-section2 .scroller-post .hover-box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
}
@media (max-width: 767px) {
  section.scroller-section2 .scroller-post .hover-box {
    max-width: 100%;
    padding: 30px;
  }
}
section.scroller-section2 .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px;
  margin-left: -30px;
  position: relative;
  z-index: 2;
}
section.scroller-section2 .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 3px;
  margin-right: 15px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section2 .scroller-post .hover-box h3 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1459px) {
  section.scroller-section2 .scroller-post .hover-box h3 {
    font-size: 20px;
  }
}
section.scroller-section2 .scroller-post .hover-box h3 a {
  color: #ffffff;
}
section.scroller-section2 .scroller-post .hover-box h3 a:hover {
  color: #d92828;
}
section.scroller-section2 .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section2 .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section2 .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section2 .scroller-post:hover .hover-box a.cat-link:before {
  width: 0;
  margin-right: 0;
}

p.fixed-notifier {
  position: fixed;
  top: 50%;
  right: -45px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 22;
  transform: rotate(-90deg);
}
p.fixed-notifier span {
  display: inline-block;
  float: right;
  width: 30px;
  height: 17px;
  margin-top: 4px;
  margin-left: 20px;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
p.fixed-notifier span:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 7px;
  height: 4px;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

section.scroller-section3 {
  padding-top: 100px;
}
section.scroller-section3 .owl-dots {
  display: none;
}
section.scroller-section3 .scroller-post {
  position: relative;
}
section.scroller-section3 .scroller-post .image-holder {
  overflow: hidden;
}
section.scroller-section3 .scroller-post .image-holder img {
  width: 110% !important;
  height: calc(100vh - 100px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
}
section.scroller-section3 .scroller-post .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
}
@media (max-width: 767px) {
  section.scroller-section3 .scroller-post .hover-box {
    padding: 30px;
  }
}
section.scroller-section3 .scroller-post .hover-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  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;
  z-index: 2;
  background: linear-gradient(180deg, rgba(190, 35, 35, 0) 0%, rgba(190, 35, 35, 0.1) 25%, rgba(190, 35, 35, 0.5) 50%, #bd2323 100%);
}
section.scroller-section3 .scroller-post .hover-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
  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;
  background: rgba(0, 0, 0, 0.5);
}
section.scroller-section3 .scroller-post .hover-box span {
  display: inline-block;
  width: 87px;
  height: 87px;
  text-align: center;
  line-height: 67px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 2;
}
section.scroller-section3 .scroller-post .hover-box a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
section.scroller-section3 .scroller-post .hover-box a.cat-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3px;
  margin-right: 0;
  background: #fff;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section3 .scroller-post .hover-box h4 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
section.scroller-section3 .scroller-post .hover-box h4 a {
  color: #ffffff;
}
section.scroller-section3 .scroller-post .hover-box h4 a:hover {
  opacity: 0.7;
}
section.scroller-section3 .scroller-post:hover .image-holder img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.scroller-section3 .scroller-post:hover .hover-box:before {
  opacity: 1;
}
section.scroller-section3 .scroller-post:hover .hover-box:after {
  opacity: 0;
}
section.scroller-section3 .scroller-post:hover .hover-box a.cat-link:before {
  width: 27px;
  margin-right: 15px;
}
section.scroller-section3 .owl-carousel .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -35px;
}
section.scroller-section3 .owl-carousel .owl-nav button {
  width: 70px;
  height: 70px;
  background: #d92828;
  color: #ffffff;
  text-align: center;
  border: 10px solid #242424;
  line-height: 40px;
  font-size: 26px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  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;
}
section.scroller-section3 .owl-carousel .owl-nav button:hover {
  opacity: 0.85;
  background: #d92828;
}
section.scroller-section3 .owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 70px;
}
@media (max-width: 767px) {
  section.scroller-section3 .owl-carousel .owl-nav button.owl-prev {
    margin-left: 30px;
  }
}
section.scroller-section3 .owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 70px;
}
@media (max-width: 767px) {
  section.scroller-section3 .owl-carousel .owl-nav button.owl-next {
    margin-right: 30px;
  }
}

section.scroller-section4 {
  padding: 150px 50px 50px;
}
@media (max-width: 1459px) {
  section.scroller-section4 {
    padding: 130px 30px 30px;
  }
}
section.scroller-section4 .owl-dots,
section.scroller-section4 .owl-carousel .owl-nav {
  display: none;
}
section.scroller-section4 .scroller-box {
  border-right: 1px solid #353535;
}
section.scroller-section4 a.scroller-post {
  border: 1px solid #353535;
  border-right: none;
  height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post {
    height: calc(100vh - 160px);
  }
}
section.scroller-section4 a.scroller-post .num-holder {
  height: 40%;
  padding: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #353535;
}
section.scroller-section4 a.scroller-post .num-holder span {
  display: inline-block;
  font-size: 160px;
  line-height: 60px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #3c3c3c;
  letter-spacing: 10px;
  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;
}
section.scroller-section4 a.scroller-post .cont-holder {
  height: 60%;
  padding: 40px 50px 50px;
  position: relative;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder {
    padding: 30px 30px 30px;
  }
}
section.scroller-section4 a.scroller-post .cont-holder span.cat-link {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1239px) {
  section.scroller-section4 a.scroller-post .cont-holder span.cat-link {
    display: none;
  }
}
section.scroller-section4 a.scroller-post .cont-holder span.cat-link:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  margin-right: 10px;
  background: #d92828;
  margin-top: 8px;
  float: left;
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.scroller-section4 a.scroller-post .cont-holder h4 {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder h4 {
    font-size: 18px;
  }
}
section.scroller-section4 a.scroller-post .cont-holder .text-holder {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  background: #242424;
}
section.scroller-section4 a.scroller-post .cont-holder img {
  position: absolute;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  object-fit: cover;
  object-position: center;
  top: 50px;
  left: 50px;
}
@media (max-width: 1459px) {
  section.scroller-section4 a.scroller-post .cont-holder img {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    top: 30px;
    left: 30px;
  }
}
section.scroller-section4 a.scroller-post:hover .num-holder span {
  color: #ffffff;
}
section.scroller-section4 a.scroller-post:hover .cont-holder span.cat-link:before {
  width: 0;
  margin-right: 0;
}
section.scroller-section4 .owl-item:nth-child(2n) .scroller-post {
  flex-direction: column-reverse !important;
}
section.scroller-section4 .owl-item:nth-child(2n) .scroller-post .num-holder {
  border-top: 1px solid #353535;
  border-bottom: none;
}

/*-------------------------------------------------- */
/* slider serction style
/*------------------------------------------------- */
/*section.slider-section {
  padding-top: 100px;
}*/
section.slider-section.slider-style2 {
  padding-top: 230px;
  margin-bottom: 130px;
}
@media (max-width: 1023px) {
  section.slider-section.slider-style2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.slider-section.slider-style2 {
    padding-top: 100px;
  }
}
section.slider-section.slider-style2 .tp-caption.NotGeneric-Title {
  font-weight: 700;
  text-transform: inherit;
}
section.slider-section.slider-style2 .tp-caption.NotGeneric-Title span.big-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-color: #242424;
  color: #ffffff;
  text-align: center !important;
  font-size: 90px !important;
  line-height: 140px !important;
}
section.slider-section.fullscreen-style {
  padding-top: 0;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span {
  padding: 0;
  background-color: transparent;
  position: relative;
  z-index: 999999;
  padding-left: 50px !important;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle span:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #d92828;
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a {
  color: #ffffff;
  padding: 10px 28px;
  border: 2px solid #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  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;
  text-transform: uppercase;
  font-weight: 400;
}
section.slider-section.fullscreen-style .tp-caption.NotGeneric-SubTitle a:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.slider-section.fullscreen-style .tp-bullets {
  height: 70px !important;
  background-color: #3d3d3d;
  width: 170px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style .tp-bullets {
    transform: matrix(1, 0, 0, 1, 0, -70) !important;
  }
}
@media (max-width: 767px) {
  section.slider-section.fullscreen-style .tp-bullets {
    display: none !important;
  }
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet {
  position: relative !important;
  left: inherit !important;
  height: 10px;
  width: 10px;
  border: 1px solid #5f5f5f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected {
  border-color: transparent;
  background-color: #d92828;
}
section.slider-section.fullscreen-style .tp-bullets .tp-bullet.selected:after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  right: -9px;
  bottom: -9px;
  border: 2px solid #878787;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
section.slider-section.fullscreen-style .tp-static-layer {
  color: #ffffff;
  width: 60px;
  height: 60px;
  border: 10px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
section.slider-section.fullscreen-style li {
  counter-increment: section;
}
section.slider-section.fullscreen-style li:after {
  content: "0" counter(section);
  position: absolute;
  top: 130px;
  right: 30px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 90px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  width: 150px;
  text-align: center;
  line-height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style li:after {
    display: none;
  }
}
section.slider-section.fullscreen-style li:before {
  content: "";
  position: absolute;
  bottom: 60%;
  top: 272px;
  right: 30px !important;
  left: initial !important;
  visibility: visible;
  width: 1px;
  display: inline-block;
  z-index: 2;
  background: #ffffff;
  opacity: 0.3 !important;
}
@media (max-width: 1023px) {
  section.slider-section.fullscreen-style li:before {
    display: none;
  }
}
section.slider-section.with-back-overlay .slotholder:after {
  display: block;
  width: 50% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.95);
  background-blend-mode: multiply;
  background-size: cover;
  background-image: url("../upload/home10/bg2.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 17;
  margin-left: 100px;
}
@media (max-width: 1023px) {
  section.slider-section.with-back-overlay .slotholder:after {
    width: 60% !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  section.slider-section.with-back-overlay .slotholder:after {
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
section.slider-section .progress-holder {
  margin: 33px 170px 33px 300px;
  position: relative;
  height: 4px;
  border-left: 1px solid #3d3d3d;
  border-right: 1px solid #3d3d3d;
  background-color: #3d3d3d;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  section.slider-section .progress-holder {
    margin: 33px 170px 33px 200px;
  }
}
@media (max-width: 767px) {
  section.slider-section .progress-holder {
    margin: 33px 170px 33px 33px;
  }
}
section.slider-section .tp-bannertimer {
  background-color: #d92828 !important;
  bottom: 1px !important;
}
section.slider-section .custom-navigator-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  left: 0;
  background-color: #272727;
  z-index: 20;
}
section.slider-section .tp-caption.NotGeneric-Title {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: inherit;
}
section.slider-section .tp-caption.NotGeneric-SubTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: inherit;
}
section.slider-section .tp-caption.NotGeneric-SubTitle span {
  display: inline-block;
  font-weight: 600;
  padding: 8px 14px;
  background-color: #d92828;
}
section.slider-section .tparrows {
  width: 70px;
  height: 70px;
  background-color: #3c4fe8;
  border: 10px solid #1f3c88;
  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;
}
section.slider-section .tparrows:before {
  line-height: 50px;
}
section.slider-section .tparrows.tp-leftarrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 1px;
  background-color: #ffffff;
}
section.slider-section .tparrows:hover {
  background-color: #d92828;
}

#rev_slider_41_1_wrapper {
  padding-left: 100px !important;
  background-color: transparent !important;
}
#rev_slider_41_1_wrapper .slotholder:after {
  display: none;
}
@media (max-width: 1023px) {
  #rev_slider_41_1_wrapper {
    padding-left: 0 !important;
  }
}
#rev_slider_41_1_wrapper .tparrows {
  width: 60px;
  height: 60px;
  color: #ffffff !important;
  background-color: #d92828;
  border: none;
  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;
}
#rev_slider_41_1_wrapper .tparrows:before {
  color: #ffffff !important;
  line-height: 46px;
}
#rev_slider_41_1_wrapper .tparrows.tp-leftarrow:after {
  display: none;
}
#rev_slider_41_1_wrapper .FoodCarousel-Button {
  color: #ffffff;
  border: none;
  background-color: rgb(48 57 131 / 80%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb .tp-thumb-over {
  background-color: rgba(0, 0, 0,);
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb.selected .tp-thumb-over,
#rev_slider_41_1_wrapper .erinyen .tp-thumb:hover .tp-thumb-over {
  background-color: rgba(61, 61, 61, 0.9);
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb-more:before {
  display: none;
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb-title {
  font-size: 13px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  opacity: 0.4;
}
#rev_slider_41_1_wrapper .erinyen .tp-thumb.selected .tp-thumb-title,
#rev_slider_41_1_wrapper .erinyen .tp-thumb:hover .tp-thumb-title {
  color: #ffffff;
  opacity: 1;
}
#rev_slider_41_1_wrapper .tp-caption.FoodCarousel-Content,
#rev_slider_41_1_wrapper .FoodCarousel-Content {
  background-color: #272727;
  color: #ffffff;
}
#rev_slider_41_1_wrapper .tp-caption.FoodCarousel-CloseButton, #rev_slider_41_1_wrapper .FoodCarousel-CloseButton {
  background-color: #d92828;
  color: #ffffff;
  border-radius: 0px;
}
#rev_slider_41_1_wrapper span.foodcarousel-headline {
  display: inline-block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
#rev_slider_41_1_wrapper p.slide-line {
  display: block;
  border: 1px solid #3d3d3d;
  border-bottom: none;
  margin: 0;
}
#rev_slider_41_1_wrapper p.slide-line.last-slide-line {
  border-bottom: 1px solid #3d3d3d;
  margin-bottom: 20px;
}
#rev_slider_41_1_wrapper p.slide-line span {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}
#rev_slider_41_1_wrapper p.slide-line span.data-name {
  width: 150px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3d3d3d;
  padding: 0 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 767px) {
  .tp-static-layers {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slider-style2 .tp-leftarrow {
    transform: matrix(1, 0, 0, 1, -140, -70) !important;
  }

  .slider-style2 .tp-rightarrow {
    transform: matrix(1, 0, 0, 1, -70, -70) !important;
  }
}
/*-------------------------------------------------- */
/* Unique section style
/*------------------------------------------------- */
section.unique-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1459px) {
  section.unique-section {
    padding-top: 160px;
  }
}
@media (max-width: 1023px) {
  section.unique-section {
    padding-top: 100px;
  }
}
section.unique-section .unique-box {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box {
    padding-top: 100px;
    max-width: 1200px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box {
    max-width: 1000px;
    padding-top: 0;
  }
}
section.unique-section .unique-box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 200px;
  width: 1px;
  background-color: #353535;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box:before {
    display: none;
  }
}
section.unique-section .unique-box ul.unique-list {
  padding-left: 200px;
  padding-right: 100px;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
  position: relative;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list {
    padding-right: 0;
  }
}
section.unique-section .unique-box ul.unique-list li {
  display: block;
  max-width: 520px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 480px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li {
    max-width: 100%;
  }
}
section.unique-section .unique-box ul.unique-list li:first-child {
  border-top: none;
}
section.unique-section .unique-box ul.unique-list li h4 {
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li h4 {
    position: relative;
    z-index: 9;
    background-color: rgba(52, 52, 52, 0.8);
  }
}
section.unique-section .unique-box ul.unique-list li h4 a {
  display: block;
  padding: 30px 30px;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  line-height: 20px;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li h4 a {
    padding: 20px;
  }
}
section.unique-section .unique-box ul.unique-list li .left-part {
  display: none;
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li .left-part {
    display: none !important;
  }
}
section.unique-section .unique-box ul.unique-list li .image-holder {
  position: absolute;
  left: 720px;
  top: 0;
  right: 100px;
  transform: rotate3d(0, 1, 0, 90deg);
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
@media (max-width: 1459px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 680px;
  }
}
@media (max-width: 1239px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 400px;
  }
}
@media (max-width: 1023px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    left: 360px;
  }
}
@media (max-width: 767px) {
  section.unique-section .unique-box ul.unique-list li .image-holder {
    right: 0;
    left: 0;
  }
}
section.unique-section .unique-box ul.unique-list li .image-holder img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.unique-section .unique-box ul.unique-list li .left-part {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 200px;
  height: 100%;
  align-items: center;
  background-color: #1f3c88;
  transform: rotate3d(0, 1, 0, 90deg);
  transition: all 0.36s ease-in-out;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
}
section.unique-section .unique-box ul.unique-list li .left-part span {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 70px;
  color: #fff;
  border: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  margin-right: 30px;
}
section.unique-section .unique-box ul.unique-list li .left-part a.cat-link {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transform: rotate(-90deg);
}
section.unique-section .unique-box ul.unique-list li.active h4 a {
  color: #ffffff;
  padding-left: 70px;
  background-color: #353535;
}
section.unique-section .unique-box ul.unique-list li.active h4 a:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 40px;
  width: 1px;
  background-color: #ffffff;
}
section.unique-section .unique-box ul.unique-list li.active h4 a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 21px;
  height: 1px;
  background-color: #ffffff;
}
section.unique-section .unique-box ul.unique-list li.active .left-part {
  display: flex;
  transform: rotate3d(0, 1, 0, 0deg);
}
section.unique-section .unique-box ul.unique-list li.active .image-holder {
  transform: rotate3d(0, 1, 0, 0deg);
}
section.unique-section .unique-box .button-navigation-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
}
@media (max-width: 767px) {
  section.unique-section .unique-box .button-navigation-box {
    display: none !important;
  }
}
section.unique-section .unique-box .button-navigation-box a {
  width: 60px;
  height: 60px;
  color: #ffffff;
  text-align: center;
  border: 1px solid #353535;
}
section.unique-section .unique-box .button-navigation-box a span {
  font-size: 28px;
  line-height: 60px;
}
section.unique-section .unique-box .button-navigation-box a.prev-active {
  border-bottom: none;
}

/*-------------------------------------------------- */
/* team style
/*------------------------------------------------- */
section.team-section {
  padding: 130px 0;
}
section.team-section .team-box {
  padding-top: 10px;
}
section.team-section .team-post {
  position: relative;
}
@media (max-width: 1023px) {
  section.team-section .team-post {
    margin-bottom: 30px;
  }
}
section.team-section .team-post img {
  width: 100%;
  height: auto;
}
section.team-section .team-post .hover-team {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(48 57 131 / 55%);
  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;
}
section.team-section .team-post .hover-team ul.social-team {
  padding: 0;
  margin: 0 0 15px;
}
section.team-section .team-post .hover-team ul.social-team li {
  display: inline-block;
}
section.team-section .team-post .hover-team ul.social-team li a {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 15px;
  line-height: 42px;
  border: 1px solid #515151;
}
section.team-section .team-post .hover-team ul.social-team li a:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.team-section .team-post .hover-team h3 {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
section.team-section .team-post .hover-team h3:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 500px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #d92828;
}
section.team-section .team-post .hover-team h3:after {
  content: "";
  position: absolute;
  left: 100%;
  width: 500px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  background-color: #d92828;
}
@media (max-width: 1023px) {
  section.team-section .team-post .hover-team h3 {
    font-size: 20px;
  }
}
section.team-section .team-post .hover-team span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}
section.team-section .team-post:hover .hover-team {
  opacity: 1;
}

/*-------------------------------------------------- */
/* Tabs, Collapse style
/*------------------------------------------------- */
section.tabs-collapse-section {
  padding: 130px 0;
  background: #363636 url("../upload/about/service-bg.jpg") center bottom no-repeat;
  background-size: cover;
}
section.tabs-collapse-section .nav-tabs {
  border-bottom: 1px solid #515151;
  border-top: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li {
  width: 33.33333%;
  text-align: center;
  border-right: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li:first-child {
  border-left: 1px solid #515151;
}
section.tabs-collapse-section .nav-tabs li button {
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding: 14px 0;
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
section.tabs-collapse-section .nav-tabs li button:hover {
  background-color: #d92828;
  border-color: transparent;
}
section.tabs-collapse-section .nav-tabs .nav-item.show .nav-link,
section.tabs-collapse-section .nav-tabs .nav-link.active {
  background: #515151;
  color: #ffffff;
  border-color: #515151;
}
section.tabs-collapse-section .tab-content {
  border: 1px solid #515151;
  border-top: none;
}
@media (max-width: 1023px) {
  section.tabs-collapse-section .tab-content {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane {
  padding: 30px;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane {
    padding-bottom: 1px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane img {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .tab-content .tab-pane p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.tabs-collapse-section .tab-content .tab-pane p {
    margin-bottom: 30px !important;
  }
}
section.tabs-collapse-section .accordion-button {
  border: 1px solid #515151;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  border-radius: 0px !important;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
section.tabs-collapse-section .accordion-button i {
  float: left;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  background-color: #515151;
  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;
}
section.tabs-collapse-section .accordion-button span {
  padding: 0 20px;
}
section.tabs-collapse-section .accordion-button:after {
  display: none;
}
section.tabs-collapse-section .accordion-button:not(.collapsed) i {
  background-color: #d92828;
}
section.tabs-collapse-section .accordion-header {
  margin-bottom: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
section.tabs-collapse-section .accordion-collapse {
  margin-bottom: 2px;
  border-width: 1px;
  border-color: #515151;
}
section.tabs-collapse-section .accordion-collapse .accordion-body {
  padding: 22px 30px;
}
section.tabs-collapse-section .accordion-collapse p {
  margin-bottom: 0;
}

/*-------------------------------------------------- */
/* Sidebar style
/*------------------------------------------------- */
.sidebar {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sidebar {
    padding-left: 0;
  }
}
.sidebar .sidebar-widget {
  margin-bottom: 50px;
}
.sidebar .sidebar-widget > h4 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
.sidebar .sidebar-widget > h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #d92828;
}
.sidebar .sidebar-widget form#searchform {
  margin: 0;
}
.sidebar .sidebar-widget form#searchform input[type=text] {
  display: block;
  width: 100%;
  color: #272727;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 20px;
  outline: none;
  background: transparent;
  border: 1px solid #1f3c88 !important;
  border-left: 3px solid #d92828 !important;
}
.sidebar .sidebar-widget form#searchform input[type=text]::placeholder {
  color: #1a1a1a;
}
.sidebar .sidebar-widget form#searchform button[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  float: right;
  margin-top: -36px;
  font-size: 14px;
  margin-right: 15px;
  color: #1f3c88;
}
.sidebar .sidebar-widget.widget_categories ul, .sidebar .sidebar-widget.widget_archives ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-widget.widget_categories ul li, .sidebar .sidebar-widget.widget_archives ul li {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #1f3c88;
}
.sidebar .sidebar-widget.widget_categories ul li a, .sidebar .sidebar-widget.widget_archives ul li a {
  color: #272727;
  font-size: 14px;
  display: block;
}
.sidebar .sidebar-widget.widget_categories ul li a:hover, .sidebar .sidebar-widget.widget_archives ul li a:hover {
  color: #d92828;
}
.sidebar .sidebar-widget.widget_categories ul li a span, .sidebar .sidebar-widget.widget_archives ul li a span {
  display: inline-block;
  float: right;
  width: 26px;
  height: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  border-radius: 5px;
  background: #d92828;
}
.sidebar .sidebar-widget.widget_categories ul li:last-child, .sidebar .sidebar-widget.widget_archives ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .sidebar-widget.widget_categories ul li:before, .sidebar .sidebar-widget.widget_archives ul li:before {
  content: "+";
  display: inline-block;
  background: #d92828;
  color: #242424;
  font-size: 14px;
  line-height: 4px;
  text-indent: -1px;
  width: 5px;
  height: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 16px;
}
.sidebar .sidebar-widget.widget_tag_cloud a {
  display: inline-block;
  padding: 6px 17px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #1f3c88;
  margin-right: 8px;
  margin-bottom: 13px;
}
.sidebar .sidebar-widget.widget_tag_cloud a:hover {
  background: #d92828;
  border-color: transparent;
}
.sidebar .sidebar-widget .popular-widget ul {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-widget .popular-widget ul li {
  list-style: none;
  margin-bottom: 25px;
  border-bottom: 1px solid #1f3c88;
  clear: both;
  min-height: 90px;
  padding-bottom: 25px;
}
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.sidebar .sidebar-widget .popular-widget ul li img {
  float: left;
  width: 95px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content {
  margin-left: 115px;
  padding-top: 5px;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 8px;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a {
  color: #272727;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content h4 a:hover {
  color: #d92828;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content span {
  display: inline-block;
  margin: 0;
  color: rgba(39, 39, 39, 1);
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
}
.sidebar .sidebar-widget .popular-widget ul li .side-content span:before {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  margin-right: 8px;
}
.sidebar .sidebar-widget .popular-widget ul li:last-child {
  margin-bottom: 0;
}

.manage-item{
    border-radius: 5px;
    background-color: #f5f8fb;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}
  
.manage-item__head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.manage-item__image{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
    width: 200px;
    margin-right: 30px;
}
.manage-item__image img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.manage-item__info{
    width: 100%;
}
.manage-item__info h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 15px;
    color: #313131;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.manage-item__info h4{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 24px;
    color: #0c0c0c;
    margin-bottom: 15px;
}
.manage-item__contacts{
    padding: 15px 0;
    /* margin-bottom: 15px; */
}
.manage-item__contacts--row{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
   /* justify-content: space-between;*/
}
.manage-item__contacts--item{
    max-width: 100%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    max-width: auto;
    padding: 0 15px;
    margin-bottom: 15px;
}
.manage-item__contacts--item label{
    display: block;
    font-size: 14px;
    color: #313131;
}
.manage-item__contacts--item span{
      max-width: 320px;
}
.manage-item__contacts--item span,
.manage-item__contacts--item a{
    display: block;
    font-size: 15px;
    color: #1f3c88;
  
}
.manage-item__contacts--item a.btn, .na_priem{
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #1f3c88;
}
.na_priem {
    border-radius: 0px;    
    padding: .375rem 1.25rem;
    
    display: block;
    font-size: 15px;
    color: #1f3c88;
}

.manage-item__info .nav-tabs{
    border: 0;
}
.manage-item__info .nav-tabs .nav-item{
    margin: 0;
    margin-right: 20px;
}
.manage-item__info .nav-tabs .nav-link{
    background: #e1ebff;
    border: 0;
    font-size: 14px;
    color: #313131;
    border-radius: 25px;
    padding: 8px 20px;
}
.manage-item__info .nav-tabs .nav-item.show .nav-link, 
.manage-item__info .nav-tabs .nav-link.active{
    background: #1f3c88;
    color: #ffffff;
}
.manage-item__content .tab-content>.tab-pane{
    padding: 30px 0 0 0;
    font-size: 15px;
    color: #313131;
}

@media (max-width: 991px) {
    .manage-item__head {
        flex-wrap: wrap;
    }

    .manage-item__image {
        padding-bottom: 20px;
        flex: 0 0 240px;
    }

}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 50.9%;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 30px 10px 0 10px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


/*-------------------------------------------------- */
/* Single Post style
/*------------------------------------------------- */
section.single-post-section {
  padding: 140px 0;
}
section.single-post-section .post-thumbnail {
  margin-bottom: 30px;
}
section.single-post-section .post-thumbnail img {
  width: 100%;
  height: auto;
}
section.single-post-section .meta-list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #313131;
}
section.single-post-section .post-content p {
  margin-bottom: 20px;
}
section.single-post-section .post-content p span.dropcap {
  display: inline-block;
  float: left;
  color: #ffffff;
  width: 56px;
  height: 50px;
  text-align: center;
  background: #d92828;
  font-size: 34px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 6px;
}
section.single-post-section .post-content blockquote {
  color: #272727;
  font-size: 15px;
  line-height: 32px;
  position: relative;
  padding: 10px 0;
  padding-left: 90px;
  margin-top: 24px;
  margin-bottom: 24px;
  border-left: 5px solid #d92828;
}
section.single-post-section .post-content blockquote:after {
  content: "“";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 20px;
  margin-top: -18px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
}
section.single-post-section .post-content .tags-list {
  clear: both;
}
section.single-post-section .post-content ul.post-tags {
  padding: 15px 0 11px;
  margin: 40px 0;
  border-top: 1px solid #1f3c88;
  border-bottom: 1px solid #1f3c88;
}
section.single-post-section .post-content ul.post-tags li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
section.single-post-section .post-content ul.post-tags li span {
  color: #1f3c88;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
section.single-post-section .post-content ul.post-tags li a {
  display: inline-block;
  color: #272727;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline !important;
}
section.single-post-section .post-content ul.post-tags li a:hover {
  color: #d92828;
}
section.single-post-section .post-content .author-box {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #1f3c88;
  position: relative;
}
section.single-post-section .post-content .author-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: #d92828;
}
section.single-post-section .post-content .author-box .image-holder {
  position: relative;
  z-index: 2;
  margin-right: 30px;
}
section.single-post-section .post-content .author-box .image-holder img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: center;
}
section.single-post-section .post-content .author-box p {
  margin-bottom: 0;
}

.comments-box {
  margin-bottom: 30px;
}
.comments-box h3 {
  margin-bottom: 22px;
}

.comments-box ul.comments-list {
  padding: 0;
  margin: 0;
}

.comments-box ul.comments-list > li {
  display: block;
  padding-top: 30px;
}

.comments-box ul.comments-list li .comment-box {
  display: flex;
}

.comments-box ul.comments-list li .comment-box .image-holder {
  position: relative;
  margin-right: 30px;
}

.comments-box ul.comments-list li .comment-box .image-holder:before {
  content: "";
  width: 6px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  background-color: #d92828;
  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;
}

.comments-box ul.comments-list li .comment-box .image-holder:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #d92828;
  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;
}

.comments-box ul.comments-list li .comment-box:hover .image-holder:before {
  height: 0;
}

.comment-content {
  margin-top: 10px;
}

.comments-box ul.comments-list li .comment-box:hover .image-holder:after {
  width: 100%;
}

.comments-box ul.comments-list li .comment-box .image-holder img {
  width: 200px;
  height: 215px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 769px) {
  .comments-box ul.comments-list li .comment-box .image-holder img {
    width: 140px;
    height: 140px;
  }
}
.comments-box ul.comments-list li .comment-box span.time {
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  font-weight: 300;
  margin-bottom: 5px;
  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;
}

.comments-box ul.comments-list li .comment-box p {
  margin-bottom: 0;
  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;
}

.comments-box ul.comments-list li .comment-box:hover span.time,
.comments-box ul.comments-list li .comment-box:hover p {
  color: #ffffff;
  opacity: 1;
}

.comments-box ul.comments-list li .comment-box span.time i {
  display: inline-block;
  margin-right: 4px;
}

.comments-box ul.comments-list li .comment-box a.reply,
.comments-box ul.comments-list li .comment-box a.comment-reply-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 400;
  padding: 4px 10px;
  margin-top: 20px;
  border: 1px solid #1f3c88;
}

.comments-box ul.comments-list li .comment-box a.reply:hover,
.comments-box ul.comments-list li .comment-box a.comment-reply-link:hover {
  background-color: #d92828;
  border-color: transparent;
}

.comments-box ul.comments-list ul.children {
  padding-top: 30px;
}

.comments-box ul.comments-list ul.children > li {
  display: block;
  padding-top: 30px;
  margin-top: 50px;
  border-top: 1px solid #f7f4fb;
  padding-left: 30px;
}

@media (max-width: 769px) {
  .comments-box ul.comments-list ul.children > li {
    padding-left: 15px;
  }
}
.comments-box ul.comments-list li:first-child,
.comments-box ul.comments-list ul.children > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.comments-box #respond {
  margin-top: 30px;
}

#comment-form h3 a#cancel-comment-reply-link,
#respond h3 a#cancel-comment-reply-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

#comment-form p.comment-notes,
#comment-form p.logged-in-as,
#comment-form p.comment-form-cookies-consent,
#respond p.comment-notes,
#respond p.logged-in-as,
#respond p.comment-form-cookies-consent {
  display: none;
}

#comment-form form,
#respond form {
  margin-top: 20px;
}

#comment-form .input-line,
#respond .input-line {
  margin-bottom: 30px;
  display: flex;
  padding-top: 6px;
  border-bottom: 1px solid #505050;
  align-items: center;
}

#comment-form .input-line:focus,
#respond .input-line:focus {
  border-bottom: 1px solid #ffffff;
}

#comment-form .input-line label,
#respond .input-line label {
  padding-bottom: 18px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  border-right: none;
}

#comment-form .input-line input[type=text],
#respond .input-line input[type=text] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 20px 20px 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  border: none;
  background-color: transparent;
  font-weight: 400;
  margin: 0;
}

#comment-form .input-line input[type=text]::placeholder,
#respond .input-line input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#comment-form .input-line:last-child,
#respond .input-line:last-child {
  margin-bottom: 0;
}

#comment-form textarea,
#respond textarea {
  width: 100%;
  height: 118px;
  border: none;
  border-bottom: 1px solid #505050;
  outline: none;
  padding: 0 0 20px;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  background-color: transparent;
  margin-bottom: 18px !important;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #comment-form textarea,
#respond textarea {
    margin-top: 30px;
  }
}
#comment-form input[type=submit],
#respond input[type=submit] {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  padding: 17px 20px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  background: #3d3d3d !important;
  margin: 0;
  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;
}

#comment-form input[type=submit]:hover,
#respond input[type=submit]:hover {
  color: #ffffff;
  background-color: #d92828 !important;
}

#respond p.form-submit {
  width: 50%;
  margin-top: -53px;
  float: right;
  padding-left: 15px;
  margin-bottom: 0;
  position: relative;
  opacity: 1;
  z-index: 2;
}

#respond p.form-submit.logged-in {
  width: 100%;
  float: none;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 1023px) {
  #comment-form {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------- */
/* Single Project style
/*------------------------------------------------- */
section.single-project-section {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  section.single-project-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  section.single-project-section {
    padding: 40px 0;
  }
}
section.single-project-section .feature-image {
  position: relative;
  margin-bottom: 30px;
}
section.single-project-section .feature-image img {
  width: 100%;
  height: auto;
}
section.single-project-section .col-md-6 .feature-image {
  margin-left: 5px;
}
section.single-project-section .single-project-content {
  padding-bottom: 10px;
}
section.single-project-section .single-project-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
section.single-project-section .single-project-content > .feature-image {
  margin-top: 20px;
}
section.single-project-section .single-project-content .col-md-6 .project-content {
  margin-right: 5px;
}

.project-content ul.project-data-list {
  padding: 0;
  margin: 0 0 20px;
}
.project-content ul.project-data-list li {
  display: block;
  border: 1px solid #3c4fe8;
  border-bottom: none;
}
.project-content ul.project-data-list li:last-child {
  border-bottom: 1px solid #3c4fe8;
}
.project-content ul.project-data-list li span {
  display: inline-block;
  color: #323232;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
}
.project-content ul.project-data-list li span.data-name {
  width: 200px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #3c4fe829;
  padding: 0 30px;
  margin-right: 30px;
}
.project-content p {
  margin-bottom: 20px;
}

ul.gallery-list {
  padding: 0;
  margin: 0 -40px 0 -1px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
ul.gallery-list li {
  width: 25%;
  padding-right: 40px;
  padding-left: 1px;
  margin-bottom: 40px;
}
@media (max-width: 1239px) {
  ul.gallery-list li {
    width: 33.3333%;
  }
}
@media (max-width: 1023px) {
  ul.gallery-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.gallery-list li {
    width: 100%;
  }
}
ul.gallery-list li a {
  display: block;
  overflow: hidden;
  margin: 0;
}
ul.gallery-list li a img {
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0) scale(1.12);
  transform: translate3d(-10px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.gallery-list li a:hover img {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.hover-feature {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hover-feature h2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
  padding: 13px 25px;
  font-weight: 400;
  margin: 0 !important;
  background-color: #d92828;
}
@media (max-width: 767px) {
  .hover-feature h2 {
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    font-size: 18px;
  }
}
.hover-feature ul.project-data-list {
  width: 380px;
  float: right;
  margin-top: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .hover-feature ul.project-data-list {
    margin-top: 0;
    margin-right: -6px;
  }
}
.hover-feature ul.project-data-list li {
  border-color: transparent !important;
}
.hover-feature ul.project-data-list li span {
  background-color: #3d3d3d !important;
  padding: 0 28px;
  width: 220px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .hover-feature ul.project-data-list li span {
    line-height: 32px;
  }
}
.hover-feature ul.project-data-list li span.data-name {
  background-color: #242424 !important;
  margin-right: -3px;
  color: white;
}

/*====| - Next_Prev_Btn |====*/
.owl-none .owl-nav{
    display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/*====| - Owl_Dots_Button |====*/
.owl-theme .owl-dots{
    text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/*====| - Owl_Dots_Style_1 |====*/
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.2);
    width: 8px;
    height: 8px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #1f3c88;
}
/*====| - Owl_Dots_Style_1 |====*/
.owl-theme.dots-style-2 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
    margin: 0;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 0px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot.active, 
.owl-theme.dots-style-2 .owl-dots .owl-dot:hover{
    border: 1px solid #FF3B68;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-2 .owl-dots .owl-dot:hover span{
    background-color:#FF3B68;
}
.owl-item.dots-style-2 .slide-content-box{
    opacity:0;
}
.owl-item.active.dots-style-2 .slide-content-box{
    opacity:1;
    transition:all 2s ease 2s;
    -moz-transition:all 2s ease 2s;
    -webkit-transition:all 2s ease 2s;
    -o-transition:all 2s ease 2s;
}
/*====| - Owl_Button_Top_To_Center |====*/
.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*====| - Owl_Button_Top_To_Left |====*/
.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
/*====| - Owl_Button_Top_To_Right |====*/
.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
/*====| - Owl_Button_Top_To_Left_And_Right |====*/
.owl-btn-top-lr .owl-nav{
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-prev, 
.owl-btn-full .owl-next{
    padding: 40px 8px;
}
/*====| - Owl_Button_Center_Left_Right |====*/
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    display: none;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
/*====| - Owl_Button_Style |====*/
.owl-btn-1 .owl-prev, 
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px;
}
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity:0.2;
}
.owl-btn-3 .owl-prev:hover, 
.owl-btn-3 .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#000;
    opacity:1;
}
.owl-btn-3.btn-white .owl-prev, 
.owl-btn-3.btn-white .owl-next {
    color:#fff;
}
.owl-btn-3.btn-white .owl-prev:hover, 
.owl-btn-3.btn-white .owl-next:hover {
    color:#fff;
}
.owl-btn-4 {
    overflow:hidden;
}
.owl-btn-4 .owl-prev, 
.owl-btn-4 .owl-next{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow:0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity:0.7;
}
.owl-btn-4 .owl-prev:hover, 
.owl-btn-4 .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    opacity:1;
}
#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, 0.2);
    outline-offset: -9px;
}
.owl-dots-none .owl-dots{
    display:none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    opacity:0.5;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    margin:4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{
    background-color:#1abc9c;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span{
    background-color:#1f3c88;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    background-color:#f5f5f5;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span{
    opacity:1;
    width:25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span{
    width:14px;
    height:14px;
    opacity:1;
    margin:0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
    .owl-btn-2 .owl-prev, 
    .owl-btn-2 .owl-next,
    .owl-btn-3 .owl-prev, 
    .owl-btn-3 .owl-next{
        margin:0 10px !important;
    }
}

/* ======================
    20. SLIDER  
        20.1 > RS_Slider
        20.2 > Owl_Slider
            - Next_Prev_Btn
            - Owl_Dots_Button
            - Owl_Dots_Style_1
            - Owl_Dots_Style_2
            - Owl_Button_Top_To_Center
            - Owl_Button_Top_To_Left
            - Owl_Button_Top_To_Right
            - Owl_Button_Top_To_Left_And_Right
            - Owl_Button_Center_Left_Right
            - Owl_Button_Style
======================= */
/*====| 20.1 > RS_Slider |====*/
.tp-caption .fw3 {
    font-weight: 300;
}
.tp-caption .fw4 {
    font-weight: 400;
}
.tp-caption .fw5 {
    font-weight: 500;
}
.tp-caption .fw6 {
    font-weight: 600;
}
.tp-caption .fw7 {
    font-weight: 700;
}
.tp-caption .fw8 {
    font-weight: 800;
}
.tp-caption .fw9 {
    font-weight: 900;
}
.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*====| 
    20.2 > Owl_Slider
        - Next_Prev_Btn
        - Owl_Dots_Button
        - Owl_Dots_Style_1
        - Owl_Dots_Style_2
        - Owl_Button_Top_To_Center
        - Owl_Button_Top_To_Left
        - Owl_Button_Top_To_Right
        - Owl_Button_Top_To_Left_And_Right
        - Owl_Button_Center_Left_Right
        - Owl_Button_Style
|====*/
/*====| - Next_Prev_Btn |====*/
.owl-none .owl-nav{
    display:none;
}
.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}
/*====| - Owl_Dots_Button |====*/
.owl-theme .owl-dots{
    text-align:center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    border: 0;
    background: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}
/*====| - Owl_Dots_Style_1 |====*/
.owl-theme.dots-style-1 .owl-dots .owl-dot span,
.owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0,0,0,0.2);
    width: 8px;
    height: 8px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span,
.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #1f3c88;
}
/*====| - Owl_Dots_Style_1 |====*/
.owl-theme.dots-style-2 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot span{
    height: 8px;
    width: 8px;
    margin: 0;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 0px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot.active, 
.owl-theme.dots-style-2 .owl-dots .owl-dot:hover{
    border: 1px solid #FF3B68;
}
.owl-theme.dots-style-2 .owl-dots .owl-dot.active span, 
.owl-theme.dots-style-2 .owl-dots .owl-dot:hover span{
    background-color:#FF3B68;
}
.owl-item.dots-style-2 .slide-content-box{
    opacity:0;
}
.owl-item.active.dots-style-2 .slide-content-box{
    opacity:1;
    transition:all 2s ease 2s;
    -moz-transition:all 2s ease 2s;
    -webkit-transition:all 2s ease 2s;
    -o-transition:all 2s ease 2s;
}
/*====| - Owl_Button_Top_To_Center |====*/
.owl-btn-top-c .owl-nav {
    text-align: center;
}
/*====| - Owl_Button_Top_To_Left |====*/
.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
/*====| - Owl_Button_Top_To_Right |====*/
.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
/*====| - Owl_Button_Top_To_Left_And_Right |====*/
.owl-btn-top-lr .owl-nav{
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-prev, 
.owl-btn-full .owl-next{
    padding: 40px 8px;
}
/*====| - Owl_Button_Center_Left_Right |====*/
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr + 
.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-prev,
.owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
/*====| - Owl_Button_Style |====*/
.owl-btn-1 .owl-prev, 
.owl-btn-1 .owl-next,
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 40px;
}
.owl-btn-2 .owl-prev, 
.owl-btn-2 .owl-next,
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next{
    margin: 0 -70px !important;
}
.owl-btn-3 .owl-prev, 
.owl-btn-3 .owl-next {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity:0.2;
}
.owl-btn-3 .owl-prev:hover, 
.owl-btn-3 .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color:#000;
    opacity:1;
}
.owl-btn-3.btn-white .owl-prev, 
.owl-btn-3.btn-white .owl-next {
    color:#fff;
}
.owl-btn-3.btn-white .owl-prev:hover, 
.owl-btn-3.btn-white .owl-next:hover {
    color:#fff;
}
.owl-btn-4 {
    overflow:hidden;
}
.owl-btn-4 .owl-prev, 
.owl-btn-4 .owl-next{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow:0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity:0.7;
}
.owl-btn-4 .owl-prev:hover, 
.owl-btn-4 .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    opacity:1;
}
#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, 0.2);
    outline-offset: -9px;
}
.owl-dots-none .owl-dots{
    display:none;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    opacity:0.5;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    margin:4px;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span{
    background-color:#1abc9c;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span{
    background-color:#1f3c88;
}
.owl-dots-white-full.owl-theme .owl-dots .owl-dot span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span{
    background-color: #1f3c88;
}
.owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span{
    opacity:1;
    width:25px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span,
.owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span{
    width:14px;
    height:14px;
    opacity:1;
    margin:0px 4px 2px 4px;
}
@media only screen and (max-width: 1200px) {
    .owl-btn-2 .owl-prev, 
    .owl-btn-2 .owl-next,
    .owl-btn-3 .owl-prev, 
    .owl-btn-3 .owl-next{
        margin:0 10px !important;
    }
} 

/*-------------------------------------------------- */
/* Services style
/*------------------------------------------------- */
section.services-section {
  padding: 130px 0;
  background-color: #242424;
}
section.services-section .services-box .services-post {
  border: 1px solid #3d3d3d;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 1023px) {
  section.services-section .services-box .services-post {
    margin-bottom: 30px;
  }
}
section.services-section .services-box .services-post i {
  display: inline-block;
  width: 95px;
  height: 82px;
  background-color: #3d3d3d;
  line-height: 82px;
  font-size: 39px;
  margin-bottom: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section .services-box .services-post h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase;
}
section.services-section .services-box .services-post p {
  margin-bottom: 25px;
}
section.services-section .services-box .services-post:hover i {
  background-color: #d92828;
  font-size: 26px;
}

section.services-section2 {
  padding: 100px 0;
  /*background: #1f3c88 url("../upload/about/service-bg.jpg") center bottom no-repeat;
  background-size: cover;*/
}
section.services-section2 .services-box2 .services-post2 {
  border: 1px solid #1f3c88;
  display: flex;
  margin-bottom: 30px;
}
section.services-section2 .services-box2 .services-post2 .icon {
  width: 30%;
  background-color: #1f3c88;
  justify-content: center;
  line-height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section2 .services-box2 .services-post2 .serv-content {
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
}
section.services-section2 .services-box2 .services-post2 span {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 60px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section2 .services-box2 .services-post2 h4 {
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
}
section.services-section2 .services-box2 .services-post2 p {
  margin-bottom: 0;
}
section.services-section2 .services-box2 .services-post2:hover span {
  background-color: #d92828;
  border-color: transparent;
  font-size: 40px;
}

section.services-section3 {
  padding: 130px 0;
  background-color: #242424;
}
section.services-section3 .services-box3 .col-lg-4 {
  margin-right: -1px;
}
section.services-section3 .services-box3 .services-post3 {
  border: 1px solid #3d3d3d;
  text-align: center;
  padding: 60px;
}
@media (max-width: 1023px) {
  section.services-section3 .services-box3 .services-post3 {
    margin-bottom: 30px;
  }
}
section.services-section3 .services-box3 .services-post3 i {
  display: inline-block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #ffffff;
}
section.services-section3 .services-box3 .services-post3 h4 {
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 18px;
  text-transform: uppercase;
}
section.services-section3 .services-box3 .services-post3 p {
  margin-bottom: 0;
}

section.services-section4 .services-box4 {
  display: flex;
}
@media (max-width: 1023px) {
  section.services-section4 .services-box4 {
    flex-wrap: wrap;
  }
}
section.services-section4 .services-box4 .services-post4 {
  width: 33.3333%;
  text-align: center;
  display: flex;
  flex-direction: column;
}
section.services-section4 .services-box4 .services-post4:nth-child(2n) {
  flex-direction: column-reverse;
}
@media (max-width: 1023px) {
  section.services-section4 .services-box4 .services-post4 {
    width: 100%;
  }
  section.services-section4 .services-box4 .services-post4:nth-child(2n) {
    flex-direction: column;
  }
}
section.services-section4 .services-box4 .services-post4 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
section.services-section4 .services-box4 .services-post4 .serv-content {
  height: 400px;
  background-color: #2d2d2d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
}
section.services-section4 .services-box4 .services-post4 span {
  display: inline-block;
  width: 98px;
  height: 98px;
  line-height: 98px;
  font-size: 40px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section4 .services-box4 .services-post4 h4 {
  margin-bottom: 12px;
}
section.services-section4 .services-box4 .services-post4 p {
  margin-bottom: 0;
}
section.services-section4 .services-box4 .services-post4:hover span {
  background-color: #d92828;
  border-color: transparent;
  font-size: 30px;
}

section.services-section5 {
  padding: 130px 0 100px;
  background-color: #242424;
}
section.services-section5 .services-box5 .services-post5 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
section.services-section5 .services-box5 .services-post5 div.icon {
  width: 120px;
  height: 120px;
  border: 1px solid #1f3c88;
  text-align: center;
  margin-right: 30px;
  position: relative;
}
section.services-section5 .services-box5 .services-post5 div.icon:before, section.services-section5 .services-box5 .services-post5 div.icon:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section5 .services-box5 .services-post5 div.icon:before {
  top: 0;
  left: 0;
  border-top: 2px solid #6c6c6c;
  border-left: 2px solid #6c6c6c;
}
section.services-section5 .services-box5 .services-post5 div.icon:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #6c6c6c;
  border-right: 2px solid #6c6c6c;
}
section.services-section5 .services-box5 .services-post5 span {
  display: inline-block;
  font-size: 40px;
  width: 118px;
  height: 118px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 120px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section5 .services-box5 .services-post5 h4 {
  font-weight: 400;
  margin-bottom: 12px;
}
section.services-section5 .services-box5 .services-post5 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section5 .services-box5 .services-post5:hover span {
  background-color: #d92828;
  font-size: 30px;
}
section.services-section5 .services-box5 .services-post5:hover div.icon:before,
section.services-section5 .services-box5 .services-post5:hover div.icon:after {
  width: 100%;
  height: 100%;
  border-color: rgba(255, 255, 255, 0.3);
}

section.services-section6 {
  padding-bottom: 100px;
  margin-top: 100px;
}
section.services-section6 .services-box6 .services-post6 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
section.services-section6 .services-box6 .services-post6 div.icon {
  width: 116px;
  height: 116px;
  background: #1f3c88;
  text-align: center;
  margin-right: 30px;
  position: relative;
  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;
}
section.services-section6 .services-box6 .services-post6 span {
  display: inline-block;
  font-size: 40px;
  width: 116px;
  height: 116px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 120px;
  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;
}
section.services-section6 .services-box6 .services-post6 h4 {
  font-weight: 700;
  margin-bottom: 12px;
}
section.services-section6 .services-box6 .services-post6 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section6 .services-box6 .services-post6:hover div.icon {
  background-color: #d92828;
}
section.services-section6 .services-box6 .services-post6:hover span {
  font-size: 30px;
}
section.services-section6 .image-holder {
  padding-right: 40px;
  position: relative;
}
section.services-section6 .image-holder img {
  width: 100%;
  height: auto;
}
section.services-section6 .image-holder a.serv-link {
  display: inline-block;
  padding: 7px 10px 5px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #1f3c88;
  position: relative;
  font-size: 19px;
  position: absolute;
  top: 55px;
  right: -56px;
  transform: rotate(-90deg);
}
section.services-section6 .image-holder a.serv-link i {
  margin-left: 8px;
}
section.services-section6 .image-holder a.serv-link:hover {
  background-color: #d92828;
  border-color: transparent;
}

section.services-section7 {
  padding-bottom: 130px;
}
section.services-section7.no-padd-bottom {
  padding-bottom: 0;
}
section.services-section7 .services-box7 a.services-post7 {
  display: flex;
  padding: 36px;
  border: 1px solid #3d3d3d;
  margin-bottom: 30px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
section.services-section7 .services-box7 a.services-post7 i {
  color: #ffffff;
  font-size: 44px;
  margin-right: 16px;
}
section.services-section7 .services-box7 a.services-post7 div.serv-cont h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
section.services-section7 .services-box7 a.services-post7 div.serv-cont p {
  margin-bottom: 0 !important;
}
section.services-section7 .services-box7 a.services-post7:before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  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;
}
section.services-section7 .services-box7 a.services-post7:after {
  content: "ï”";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  bottom: 4px;
  right: 7px;
}
section.services-section7 .services-box7 a.services-post7:hover:before {
  background-color: #d92828;
}

section.services-section8 {
  padding: 130px 0;
}
section.services-section8 .services-post8 img {
  width: 100%;
  height: auto;
}
section.services-section8 .services-post8 .serv-cont {
  padding: 30px;
  background-color: #3d3d3d;
  position: relative;
}
section.services-section8 .services-post8 .serv-cont p {
  font-size: 13px;
  margin-bottom: 0;
}
section.services-section8 .services-post8 .serv-cont a {
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  line-height: 75px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border-top-right-radius: 0px;
  background-color: #3d3d3d;
  position: absolute;
  top: -37px;
  right: 0;
  transition: all 0.36 ease-in-out;
  -moz-transition: all 0.36 ease-in-out;
  -webkit-transition: all 0.36 ease-in-out;
  -o-transition: all 0.36 ease-in-out;
}
section.services-section8 .services-post8:hover .serv-cont a {
  right: 40px;
  transform: rotate(360deg);
  background-color: #d92828;
  border-top-right-radius: 50%;
}

section.services-section9 {
  padding: 130px 0 80px;
  background-color: #242424;
}
section.services-section9 .services-box9 .services-post9 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
section.services-section9 .services-box9 .services-post9 div.icon {
  width: 110px;
  height: 110px;
  border: 10px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-right: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section.services-section9 .services-box9 .services-post9 span {
  display: inline-block;
  font-size: 40px;
  width: 90px;
  height: 90px;
  margin-bottom: 25px;
  color: #ffffff;
  line-height: 90px;
  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;
}
section.services-section9 .services-box9 .services-post9 h4 {
  margin-bottom: 12px;
}
section.services-section9 .services-box9 .services-post9 p {
  margin-bottom: 0;
  padding-right: 20px;
}
section.services-section9 .services-box9 .services-post9:hover div.icon {
  background: #d92828;
  border-color: transparent;
}
section.services-section9 .services-box9 .services-post9:hover div.icon span {
  font-size: 30px;
}


/*====| 24.6 > Testimonials |====*/

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.testimonial-pic.style1{
    border: 0 none;
    height: 100px;
    width: 100px;
}
.quote-left,
.quote-right {
    position: relative;
}
.quote-left:before,
.quote-right:after {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 10;
    top: 15px;
}
.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}
.testimonial-text {
    padding: 15px;
    position: relative;
    font-size:15px;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name{
    font-family: montserrat;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-position {
    font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}
.testimonial-name,
.testimonial-position {
    display: block;
}
.testimonial-text p:last-child {
    margin: 0;
}
/*testimonial with background image*/
.testimonial-bg {
    color: #fff;
}
/*====| - Testimonials_1 |====*/

/* COPYHERE */
.testimonial-1 .testimonial-text{
    background-color: #F4F5F7;
    padding: 30px;
}
.testimonial-1 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F4F5F7;
}
.testimonial-1 .testimonial-detail {
    padding: 25px 0 20px 20px;
}
.testimonial-1 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.testimonial-1 .quote-left:before{
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #1f3c88;
    color: #FFF;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-1 .testimonial-name,
.testimonial-1 .testimonial-position{
    padding: 2px 0;
}
.testimonial-1 .testimonial-name {
    padding-top: 20px;
}
.testimonial-1 .testimonial-position{
    color: #1f3c88;
}
.testimonial-1 .quote-left:before {
    top: 50px;
}
/*testimonial 1 with background image*/
.testimonial-1.testimonial-bg .testimonial-text {
    color: #777;
    background-color: rgba(255, 255, 255, 0.9);
}
.testimonial-1.testimonial-bg .testimonial-text:after {
    border-top-color: rgba(255, 255, 255, 0.9);
}
/*====| - Testimonials_2 |====*/
.testimonial-2{
    background-color:#fff;
    padding: 50px 25px;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
    text-align:center;
    height: 280px;
}
.testimonial-2 .testimonial-text{
    padding:0;
}
.testimonial-2 .testimonial-name,
.testimonial-3 .testimonial-name{
    font-weight:600;
    font-size:13px;
    text-transform:uppercase;
    font-family: "Montserrat",sans-serif;
    color:#000;
}
.testimonial-2 .testimonial-position,
.testimonial-3 .testimonial-position{
    text-transform:uppercase;
    font-family: "Montserrat",sans-serif;
    color:#888;
    font-size:12px;
    font-style: inherit;
}
.testimonial-2 .testimonial-position p,
.testimonial-3 .testimonial-position p{
    line-height: 26px;
}
.testimonial-2 .testimonial-text,
.testimonial-3 .testimonial-text{
    color: #505050;
    font-family: montserrat;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.testimonial-2 .testimonial-pic{
    margin-bottom:15px;
}
/*====| - Testimonials_3 |====*/
.testimonial-3 {
    margin: auto;
    max-width: 600px;
    padding-left: 120px;
    position: relative;
}
.testimonial-3 .testimonial-text{
    padding:0;
}
.testimonial-3 .testimonial-pic {
    border: 0 none;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100px;
    padding:5px;
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    
}
.testimonial-3 .testimonial-pic,
.testimonial-3 .testimonial-pic img{
    border-radius:0;
}
.testimonial-one.owl-btn-3 .owl-prev, 
.testimonial-one.owl-btn-3 .owl-next{
    margin:0 !important;
}
/*====| - Testimonial_Center |====*/
.testimonial-center .owl-item.active{
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
}
.testimonial-center .owl-item.active.center{
    opacity:1;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
}
.testimonial-center .item{
    padding: 15px;
    overflow:hidden;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
}
.testimonial-center .owl-item{
    overflow:hidden;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
}
.testimonial-center .owl-item.active .item > [class*="testimonial"]{
    position:relative;
}
.testimonial-center .owl-item.active .item > [class*="testimonial"]:after,
.testimonial-center .owl-item.active .item > [class*="testimonial"]:before {
    position: absolute;
    top: -40px;
    width: 300px;
    height: 10px;
    background-color: #000;
    content: "";
    display: block;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    left: -100px;
    transition:all 0.8s;
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
    -ms-transition:all 0.8s;
    opacity:0;
}
.testimonial-center .owl-item.active .item > [class*="testimonial"]:before {
    right: -100px;
    top: auto;
    left: auto;
    bottom: -40px;
}
.testimonial-center .owl-item.active.center .item > [class*="testimonial"]:after{
    opacity:0;
    top: 0;
}
.testimonial-center .owl-item.active.center .item > [class*="testimonial"]:before {
    opacity:0;
    bottom: 0;
}

/*-------------------------------------------------- */
/* Footer style
/*------------------------------------------------- */
footer.template-footer {
  position: relative;
}
footer.template-footer div.instagram-line {
  border-top: 1px solid #1f3c88;
}
footer.template-footer div.instagram-line ul.insta-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
footer.template-footer div.instagram-line ul.insta-list li {
  display: block;
  float: left;
  width: 12.5%;
  border: none;
}
@media (max-width: 1023px) {
  footer.template-footer div.instagram-line ul.insta-list li {
    width: 25%;
  }
}
footer.template-footer div.instagram-line ul.insta-list li a {
  display: block;
}
footer.template-footer div.instagram-line ul.insta-list li a img {
  width: 100%;
  height: auto;
}
footer.template-footer div.instagram-line ul.insta-list li a:hover {
  opacity: 0.7;
}
footer.template-footer div.widget-part-area {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  footer.template-footer div.widget-part-area {
    flex-wrap: wrap;
  }
  footer.template-footer div.widget-part-area .footer-widget-line:first-child {
    display: none;
  }
}
footer.template-footer div.widget-part-area .footer-widget-line {
  width: 25%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 60px;
  background: #1f3c88;
  margin-top: 60px;
}

footer.template-footer div.widget-part-area .footer-widget-line:first-child {
    border: 0;
}

@media (max-width: 1239px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    padding-left: 30px;
    min-height: 360px;
  }
}
@media (max-width: 1023px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  footer.template-footer div.widget-part-area .footer-widget-line {
    width: 100%;
    min-height: 0px;
    padding: 0px 30px;
    border-left: none;
  }
}
footer.template-footer div.widget-part-area .footer-widget-line .image-widget {
  text-align: center;
  margin-left: -30px;
  margin-right: -1px;
}
footer.template-footer div.widget-part-area .footer-widget-line .image-widget img {
  max-width: 150px;
  margin: 0 auto;
}
footer.template-footer div.widget-part-area .footer-widget-line h5 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 0 25px;
  text-transform: uppercase;
}
.site-name2 h5 {
    text-transform: none !important;
}
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list {
  padding: 0;
  margin: 0;
}
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list li {
  display: block;
}
footer.template-footer div.widget-part-area .footer-widget-line ul.custom-list li a {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  text-decoration: underline !important;
}

.footer__background {
    background: #1f3c88; 
}

a.go-top {
  position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    background: #d92828;
}
a.go-top:hover {
  opacity: 0.9;
}
@media (max-width: 1023px) {
  a.go-top {
    display: none;
  }

  .header-box-info {
        display: none;
    }
}

/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-height: 800px) {
  header .header-line div.social-line {
    padding: 15px 0;
    height: calc(100vh - 300px);
  }
  header .header-line div.social-line.active {
    height: calc(100vh - 400px);
  }
  header .header-line div.copyright-line {
    height: 200px;
  }
}

/*# sourceMappingURL=style.css.map */


/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.main-banner-img{
  width: 100%;
  height: 765px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-banner-item {
  background-color: #fafafa;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-banner-item.banner-item-two {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-banner-item.banner-item-two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .70;
}

.main-banner-item.banner-item-two .main-banner-content h1 {
  color: #ffffff;
}

.main-banner-item.banner-item-two .main-banner-content p {
  color: #ffffff;
}

.main-banner-item.banner-item-two .main-banner-content .banner-btn .default-btn {
  background-color: #4865ff;
}

.main-banner-item.banner-item-three {
  padding-top: 150px;
  padding-bottom: 150px;
}

.main-banner-item.banner-item-three .main-banner-content .banner-btn .default-btn {
  background-color: #4ed198;
}

.main-banner-item.banner-item-three .main-banner-image {
  position: relative;
  z-index: 1;
}

.main-banner-item.banner-item-five {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 300px;/*
  padding-bottom: 235px;*/
  background-attachment: fixed;
}

.main-banner-item.banner-item-five::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: .50;
}

.main-banner-item.banner-item-five .main-banner-content {
  max-width: 650px;
}

.main-banner-item.banner-item-five .main-banner-content h1 {
  color: #ffffff;
}

.main-banner-item.banner-item-five .main-banner-content p {
  color: #ffffff;
}

.main-banner-content h1 {
  font-size: 65px;
  margin-bottom: 20px;
  font-weight: bold;
}

.main-banner-content p {
  margin-bottom: 0;
}

.main-banner-content .banner-btn {
  margin-top: 30px;
}

.main-banner-image {
  position: relative;
}

.main-banner-image .banner-mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.main-banner-shape .shape-1 {
  position: absolute;
  top: -60px;
  left: 0;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.main-banner-shape .shape-2 {
  position: absolute;
  bottom: -60px;
  right: 0;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

.main-banner-shape .shape-3 {
  position: absolute;
  top: 15%;
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
}

@-webkit-keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes moveBounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.main-banner-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  padding: 50px 40px;
  position: relative;
  border-radius: 0px;
  max-width: 590px;
  margin-left: auto;
}

.main-banner-form .content {
  margin-bottom: 30px;
  text-align: center;
}

.main-banner-form .content h3 {
  font-size: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.main-banner-form .form-group .form-control {
  padding: 15px 20px;
  border: 1px solid #ebebeb;
  color: #6e727f;
  border-radius: 0;
  background-color: #ebebeb;
  font-size: 16px;
  font-weight: 600;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main-banner-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.main-banner-form .form-group label {
  font-size: 16px;
  color: #6e727f;
  font-weight: 600;
  margin-bottom: 10px;
}

.main-banner-form .nice-select {
  height: 60px;
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  padding-left: 20px;
  border: 1px solid #ebebeb;
  color: #6e727f;
  border-radius: 0;
  background-color: #ebebeb;
  padding-top: 5px;
  font-weight: 600;
  margin-bottom: 20px;
}

.main-banner-form .nice-select:focus {
  background-color: transparent;
}

.main-banner-form .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-banner-form .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #09101f;
  padding-left: 20px;
  padding-right: 20px;
}

.main-banner-form .nice-select .list .option:hover {
  background-color: #4865ff !important;
  color: #ffffff;
}

.main-banner-form .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 600;
}

.main-banner-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #b5b6bc;
  right: 20px;
}

.main-banner-form .lost-your-id {
  font-size: 16px;
  color: #6e727f;
  font-weight: 600;
  float: right;
}

.main-banner-form .lost-your-id:hover {
  color: #4865ff;
}

.main-banner-form .lost-your-password {
  font-size: 16px;
  color: #6e727f;
  font-weight: 600;
  float: right;
}

.main-banner-form .lost-your-password:hover {
  color: #4865ff;
}

.main-banner-form .banner-form-btn {
  margin-top: 10px;
}

.main-banner-form .banner-form-btn .default-btn {
  cursor: pointer;
  width: 100%;
  background-color: #4865ff;
  border: none;
}

.loadmore.spacer.m-top-sm {
    font-weight: 600;
}

/* ======================
    25. PAGINATION
======================= */
.pagination-bx .pagination{
    margin: 40px 0 0;
    padding: 10px 0;
    width:100%;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #1f3c88;
    color: #1f3c88;
    padding: 8px 14px;
    font-weight: 400;
    font-family: montserrat;
    font-size: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    border-color: transparent;
    color: #1f3c88;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    border-color: #1f3c88;
    background: #1f3c88;
    color: #fff;
}
.pagination > .previous > a,
.pagination > .next > a {
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .pagination-bx{
        margin-bottom:30px;
    }


}


/*------------------------------------*\
    #Accordion
\*------------------------------------*/
/* Accordion Base */
.accordion {
  border-top   : 4px solid #c30517;
  margin-bottom: 40px;
}

.accordion .card,
.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  padding           : 23px 20px 22px;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border            : 0;
  border-bottom     : 2px solid #eaeaea;
  margin-bottom     : 0px;
  border-radius     : 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  text-align        : left;
}

.accordion .card.active-acc .card-heading .card-link::before,
.accordion .card:first-of-type.active-acc .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link::before {
  color: #c30517;
}

.accordion .card .card-heading,
.accordion .card:first-of-type .card-heading,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding: 0;
}

.accordion .card .card-heading .card-link,
.accordion .card:first-of-type .card-heading .card-link,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
  font-family       : var(--global--font-heading);
  font-size         : 19px;
  font-weight       : 500;
  color             : #273a69;
  font-weight       : 500;
  text-transform    : none;
  position          : relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  display           : block;
  padding-left      : 0;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
}

.accordion .card .card-heading .card-link:hover,
.accordion .card:first-of-type .card-heading .card-link:hover,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link:hover {
  color: #c30517;
}

.accordion .card .card-heading .card-link::before,
.accordion .card:first-of-type .card-heading .card-link::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link::before {
  /* symbol for "opening" cards */
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  font-family       : "Font Awesome 5 Free";
  font-weight       : 700;
  content           : "\f068";
  font-size         : 11px;
  margin-right      : 20px;
  color             : #273a69;
}

.accordion .card .card-heading .card-link.collapsed::before,
.accordion .card:first-of-type .card-heading .card-link.collapsed::before,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link.collapsed::before {
  /* symbol for "collapsed" cards */
  content: "\f067";
}

.accordion .card .card-body,
.accordion .card:first-of-type .card-body,
.accordion .card:not(:first-of-type):not(:last-of-type) .card-body {
  font-family: var(--global--font-body);
  color      : var(--global--color-body);
  padding    : 16px 0 0 31px;
  font-size  : 15px;
  font-weight: 400;
  line-height: 25px;
}

.accordion .card:last-of-type {
  margin-bottom: 0px; 
}
 
.accordion.accordion-2 {
  padding-top   : 100px;
  padding-bottom: 100px;
  border-top    : 0;
  margin-bottom : 0;
}

.accordion.accordion-2 p {
  font-size    : 16px;
  line-height  : 27px;
  color        : var(--global--color-body);
  margin-bottom: 41px;
}

.accordion.accordion-2 p a {
    color: #1f3c88;
    transition: all 0.4s ease-in-out 0s;
}

.accordion.accordion-2 p a:hover {
    color: #d92828;
}

.accordion.accordion-2 .accordion-holder {
  border-top: 4px solid #1f3c88;
}

.accordion.accordion-3 {
  margin-bottom: 70px;
}

/*------------------------------------*\
    #Accordion2 Search Results
\*------------------------------------*/

.accordion2 {
  border-top   : 4px solid #c30517;
  margin-bottom: 40px;
}

.accordion2 .card,
.accordion2 .card:first-of-type,
.accordion2 .card:not(:first-of-type):not(:last-of-type) {
  padding           : 10px;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border            : 0;
  border-bottom     : 2px solid #eaeaea;
  margin-bottom     : 0px;
  border-radius     : 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  text-align        : left;
}

.accordion2 .card.active-acc .card-heading .card-link::before,
.accordion2 .card:first-of-type.active-acc .card-heading .card-link::before,
.accordion2 .card:not(:first-of-type):not(:last-of-type).active-acc .card-heading .card-link::before {
  color: #c30517;
}

.accordion2 .card .card-heading,
.accordion2 .card:first-of-type .card-heading,
.accordion2 .card:not(:first-of-type):not(:last-of-type) .card-heading {
  padding: 0;
}

.accordion2 .card .card-heading .card-link,
.accordion2 .card:first-of-type .card-heading .card-link,
.accordion2 .card:not(:first-of-type):not(:last-of-type) .card-heading .card-link {
  font-family       : var(--global--font-heading);
  font-size         : 19px;
  font-weight       : 500;
  color             : #273a69;
  font-weight       : 500;
  text-transform    : none;
  position          : relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition     : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
  display           : block;
  padding-left      : 0;
  display           : -webkit-box;
  display           : -ms-flexbox;
  display           : flex;
  -webkit-box-align : center;
  -ms-flex-align    : center;
  align-items       : center;
}

.accordion2 .card .card-body,
.accordion2 .card:first-of-type .card-body,
.accordion2 .card:not(:first-of-type):not(:last-of-type) .card-body {
  font-family: var(--global--font-body);
  color      : var(--global--color-body);
  padding    : 16px 0 0 31px;
  font-size  : 15px;
  font-weight: 400;
  line-height: 25px;
}

.accordion2 .card:last-of-type {
  margin-bottom: 0px; 
}
 
.accordion2.accordion-2 {
  padding-top   : 100px;
  padding-bottom: 100px;
  border-top    : 0;
  margin-bottom : 0;
}

.accordion2.accordion-2 p {
  font-size    : 16px;
  line-height  : 27px;
  color        : var(--global--color-body);
  margin-bottom: 41px;
}

.accordion2.accordion-2 p a {
    color: #1f3c88;
    transition: all 0.4s ease-in-out 0s;
}

.accordion2.accordion-2 p a:hover {
    color: #d92828;
}

.accordion2.accordion-2 .accordion-holder {
  border-top: 4px solid #1f3c88;
}

.accordion2.accordion-3 {
  margin-bottom: 70px;
}


/*skin stylesheet*/
.service-list li.active a {
    border-left: 3px solid #1f3c88;
}
.mfp-bg{
    z-index: 999999;

}
.mfp-wrap{
    z-index: 999999;
}
.require-doc{
    border: 1px solid #dddddd!important;
    display: flex;
}
.req-doc-title
{
    width: 45%;
    padding: 15px;
}

.form-req{
    width: 55%;
}
.form-req-doc{
    float: right;
    width: 200px;
    border-color: #e1e6eb;
    box-shadow: none;
    height: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    border: 0px solid rgba(39,50,114,0.2);
}
.button-req-doc{
    font-weight: 500;
    float: right;
    height: 100%;
}
img.logo-img{
    width: 85%;
    margin-bottom: 8px;
}
.virtual-img{
    width: 100%;
    height: 100%;
    border: 5px solid #FFF;
}
.contact-icon{
    height: 220px!important;
}
a.color-blue{
    color: #1f3c88!important;
}
.bg-color-white{
    background-color: #fff!important;
}
.my-box{
    background: #fff;
    border: 1px solid;
    border-color: rgba(39,50,114,0.15);
    z-index: 999;
    position: relative;
    padding-top: 25px;
    margin-top: -135px;
}
.my-slider{
    height: 500px;
}
i.ti-arrow-right{
    color: #1f3c88;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    padding-right: 10px;
    padding-left: 10px;
}
input.my-subscribe::placeholder{
    color: #fff;
}
a.my-curency{
    border: 1px solid #fff!important; 
    width: 120px!important; 
    color: #fff!important; 
    font-weight: 500!important;
}
.info-has.bg-primary, .info-has.bg-secondry:hover, .tp-bannertimer.tp-bottom, .box-bg.active .icon-bx-wraper, .team-section .team-content{
    background-color: rgba(39, 50, 114, 0.9);
}
.my-zakup-box{
    border: 1px solid rgba(39,50,114,0.15);
    padding: 8px;
    height: 150px;
}
.site-name{
    float: left;
    margin-top: 12px;
    width: 48%;
    text-align: left;
}

/* огромные экраны — 45% (по умолчанию) */

/* ≤ 1250px */
@media (max-width: 1250px) {
    .site-name {
        width: 55%;
    }
}

/* ≤ 1199px */
@media (max-width: 1199px) {
    .site-name {
        width: 60%;
    }
}

/* ≤ 1023px */
@media (max-width: 1023px) {
    .site-name {
        width: 100%;
        margin-top: 8px;
    }
}


.site-name h3 {
    font-size: 15px;
    font-weight: 600;
}

.site-name2 {
    margin-top: 10px;
}

.search-box{
    background-color: #1f3c88;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 260px;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 101;
}

.search-box span i {
    font-size: 15px;
    color: #ffffff;
    float: right;
    margin: 5px;
    cursor: pointer;
}
 
.search-box form{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

.search-box form input{
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    height: auto;
}
    
.search-box.active{
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    visibility: visible;
}
.acod-body table{
    margin: 5px 0;
}
.acod-body table td{
    border: 1px solid #dddddd;
    padding: 5px 6px;
}



/*--------------------------------------------------------------
11.1. Top Header
--------------------------------------------------------------*/
#tophead {
    background: #504d4d;
}

#tophead .social-links {
    clear: inherit;
    float: left;
}
#tophead span.social-title {
    float: left;
    padding: 9px 20px;
    color: #cecece;
    font-style: italic;
}

/*quick contact*/


#quick-contact > ul {
    margin: 0;
    padding: 0;
}


#quick-contact a:hover {
    text-decoration: underline;
}

#quick-contact li {
    clear: inherit;
    float: left;
    font-size: 14px;
    line-height: 0.8;
    list-style: outside none none;
    text-align: left;
    font-weight: 400;
    margin: 0 0 0 20px;
    padding: 0;
    color: #666;
}

#tophead .section {
    margin:0;
}

.quick-link a.quick-button-links {
    padding: 11px 30px 11px 20px;
    display: block;
    background: #0b60a9;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.quick-link a.quick-button-links:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 13px;
    top: 11px;
    -moz-transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 900;
}

#header-right {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
}

#main-header #header-right {
    float: right;
    margin-top: 25px;
}

#quick-link-buttons {
    float: right;
    display: table;
    position: relative;
}

#quick-link-buttons .cart-button i {
    margin-right: 10px;
}

#quick-link-buttons .cart-button > span {
    min-width: 15px;
    min-height: 15px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 11px;
    padding: 1px 0px;
    line-height: 1.2;
    position: absolute;
    top: -12px;
    background: #f1f0f0;
    text-align: center;
    right: 0;
}

#tophead .social-links li a {
    border: none;
    margin: 0;
    width: 45px;
    height: initial;
    padding: 6px 0;
}

#tophead .social-links li {
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0px;
    float: right;
}

#tophead .social-links li a::before {
    color: #cecece;
    line-height: 2.5;
    font-size: 13px;
    font-weight: 100;
    text-shadow: none;
}

#tophead .social-links li a:hover::before {
    color: #fff;
}

#tophead a.search-icon {
    float: right;
    display: block;
    color: #928f8f;
    padding: 11px 15px;
    font-size: 13px;
}

#header-search {
    position: relative;
    float: right;
    margin-left: 15px;
}

.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: 0;
    top: 55px;
    padding: 25px 30px 25px;
    z-index: 9991;
}

#header-search a.search-icon {
    padding: 16px 0 0;
    display: block;
    font-size: 13px;
    color: #fff;
}
.header-social-wrapper .social-links ul li a::before {
    color: #fff;
}

.shadow-bottom {
    -webkit-box-shadow: inset 1px 0px 7px 0px rgb(9 29 62 / 15%);
    box-shadow: inset 1px 0px 7px 0px rgb(9 29 62 / 15%);
}

/*--------------------------------------------------------------
11.2. Header
--------------------------------------------------------------*/

#masthead {
    clear: both;
    width: 100%;
    z-index: 999;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    padding: 35px 0 0 0;
    background: #fff;
}


#site-identity {
    float: left;
    margin-top: 8px;
    text-align: start;
    width: 100px; 
} 

.site-branding {
    margin: 0;
    text-align: center;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.site-title {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
}

.site-title a,
.site-title a:visited {
    color: #191d3d;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active{
    color: #0b60a9;
}

.site-description {
    color: #777;
    font-size: 14px;
    font-style: inherit;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: left;
}


#main-navigation .container {
    position: relative;
}

#quick-contact {
  float: right;
  width: 50%;
    
}

#quick-contact ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-box-icon {
    float: left;
    font-size: 20px;
    margin-right: 5px;
    line-height: 1.4;
    color: #1f3c88;
    text-align: center;
}

#quick-contact li i {
    font-size: 20px;
    margin: 0;
    display: block;
    color: #1f3c88;
    height: auto;
    width: auto;
    border: none;
    padding: 0; 
}

.header-box-info {
    float: left;
    line-height: 1.5;
}

.header-box-info strong {
    display: block;
    color: #222;
}

#quick-contact a {
    display: block;
    color: #1f3c88;
}


.custom-button.apply-now {
    font-weight: 600;
    margin-top: 20px;
    float: right;
    margin-left: 35px;
    min-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 379px) {
    #quick-contact {
        margin: 16px 0;
    }

    #site-identity {
        width: 55px;
    }

    #quick-contact li {
        margin: 0 0 0 12px;
    }
}

@media (max-width: 500px){
    img.logo-img{
        width: 85%!important;
    }

    .site-name h3 {
        font-size: 10px !important;
    }

    .site-name {
        width: 75% !important;
    }

    .element-355-plugin {
        display: none !important;
    }

    #quick-contact {
        float: left;
    }

}
@media (min-device-width: 501px) and (max-device-width: 1023px) {
    .site-name h3 {
        font-size: 11px !important;
    }
}

/*--------------------------------------------------------------
13.1. Custom Gird
--------------------------------------------------------------*/



/* .container::after,
.inner-wrapper::after {
    clear: both;
    content: "";
    display: table;
} */

.boxed-layout #page {
    width: 1300px;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 26px #d8d7d7;
}



#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.global-layout-no-sidebar #primary {
    width: 100%;
    padding: 0;
}

/*====| - Button_Text_Link |====*/
.site-button-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 400;
    padding: 3px 5px;
    color: #1f3c88;
    cursor: pointer;
}
.site-button-link i {
    margin-left: 10px;
    color: #ffffff;
}
.site-button-link.border-link {
    border-radius:0;
    padding:0;
}

.feature-text p a strong{
    color: #1f3c88;
    transition: all 0.4s ease-in-out 0s;
}

.feature-text p a strong:hover{
    color: #d92828; 
}


/*breadcrumb
=========================*/
/*====| - Banner_Breadcrumb |====*/
.bnr-inr .breadcrumb-row{
    padding:0;
    background-color:rgba(0,0,0,0);
}
.bnr-inr h1 {
    font-weight:600;
    font-size:40px;
    margin-bottom: 10px;
}
.bnr-inr .breadcrumb-row.text-white ul li a,
.bnr-inr .breadcrumb-row.text-white ul li:after, 
.bnr-inr .breadcrumb-row.text-white ul li:last-child{
    color:#fff;
}
.bnr-inr .breadcrumb-row ul li:after,
.bnr-inr .breadcrumb-row ul li:last-child{
    color:#fff;
}
.bnr-inr .breadcrumb-row ul li a{
    color:#fff;
    font-weight: 600;
    font-size: 18px;
}
@media only screen and (max-width: 767px) {
    .bnr-inr-entry{
        vertical-align: bottom;
        padding-bottom:15px;
    }
    .bnr-inr-entry h1{ 
        margin-bottom:10px;
    }
    .bnr-inr{
        padding-bottom: 0;
    }
    .bnr-inr .breadcrumb-row ul{
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .bnr-inr {
        height: 200px;
    }
    .bnr-inr h1{
        line-height: 24px;
        font-size: 20px;
        text-align:center;
    }
    .bnr-inr.bnr-inr-sm,
    .bnr-inr {
        height: 250px; 
    }
    .bnr-inr{
        position:relative;
    }
    .bnr-inr .container{
        z-index:2;
        position:relative;
    }
    .bnr-inr:after{
        position:absolute;
        width:100%;
        height:100%;
        content:"";
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,0.0) 0%, rgba(255,255,255,0.9) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
        top: 0;
        z-index: 1;
    }
}

 /*====| 24.10 > Breadcrumb |====*/
.breadcrumb-row {
    padding: 50px 0 0;
}
.breadcrumb-row ul {
    margin: 0;
    color: #fff;
}
.breadcrumb-row ul li a {
    padding: 0;
    margin-right: 3px;
    color: #fff;
}
.breadcrumb-row ul li:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    margin-right: 5px;
}

.breadcrumb-row ul li:last-child:after {
    display: none;
}


/*================================================
Main Slider Area CSS
=================================================*/
.main-slider-area {
  position: relative;
  z-index: 1;
}

.main-slider-item {
  background-color: #f8f9fb;
  /*padding-top: 150px;
  padding-bottom: 150px;*/
}   

.main-slider-item:before {
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider-item .container {
  max-width: 100%;
}

.main-slider-content{
    position: absolute;
    top: 32%;
    padding: 25px;
    text-align: center;
}

.main-slider-content:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}



.main-slider-content span {
  font-size: 18px;
  color: #002856;
  font-weight: 500;
}

.main-slider-content h1 {
    color: #fff;
    line-height: 32px;
    border-width: 0px;
    margin: 0px;
    padding: 7px 0px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 35px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-transform: uppercase;
}

.main-slider-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.main-slider-content .slider-btn {
    display: inline-block;
    font-weight: 500;
    padding: 8px 14px;
    background-color: #d92828;
    margin-top: 30px;
    position: relative;
    z-index: 3;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  height: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-next] {
    top: 100%;
    transform: matrix(1, 0, 0, 1, 0, -70);
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #3c4fe8;
    border: 10px solid #1f3c88;
    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;
    border-radius: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-prev] {
    top: 100%;
    transform: matrix(1, 0, 0, 1, 0, -70);
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #3c4fe8;
    border: 10px solid #1f3c88;
    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;
    border-radius: 0;
}

.home-slides.owl-theme .owl-nav [class*=owl-prev]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background-color: #ffffff;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover, .home-slides.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #d92828;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}

.home-slides.owl-theme .owl-nav [class*=owl-] i {
  font-size: 15px;
  font-family: revicons;
  font-style: normal;
  color: #fff;
  
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.main-slider-shape .shape-1 {
  position: absolute;
  top: -60px;
  left: 0;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
  z-index: 1;
}

.main-slider-shape .shape-2 {
  position: absolute;
  bottom: -60px;
  right: 0;
  -webkit-animation: moveBounce 5s linear infinite;
          animation: moveBounce 5s linear infinite;
  z-index: 1;
}

.flaticon-right-arrow:before { 
    content: '\e825';
}

.flaticon-left-arrow:before { 
    content: '\e824'; 
}

.container.repair-top {
    display: flex;
    align-items: center;
}

/* ====== ABOUT FEATURES ====== */
.about-features{
  background: #1f3c88;
  color: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing:antialiased;
}

/* Left (subtitle + year) */
.about-subtitle-year {
	display: flex;
    align-items: flex-start;
    gap: 25px;
    flex-direction: column;
}
.about-subtitle {
  font-size:16px;
  color: rgba(255,255,255,0.95);
  line-height:1.5;
  margin:0;
}
.about-year {
  font-size:56px;
  font-weight:700;
  color:#ffd9d9;
  background: rgba(255,255,255,0.06);
  padding:12px 20px;
  border-radius: 0px;
  min-width:120px;
  text-align:center;
}

/* Right timeline */
.timeline {
  position: relative;
  margin-bottom: 20px;
  padding-left: 24px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255,255,255,0.25);
}
.timeline-item {
  position: relative;
  margin-bottom: 20px;
}
.timeline-dot {
  position: absolute;
  left: -1px;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d92828;
  border: 2px solid #fff;
}
.timeline-content {
  margin-left: 20px;
}
.about-text {
  color: rgba(255,255,255,0.95);
  font-size:15px;
  line-height:1.6;
}

/* ====== CARDS (5 в ряд) ====== */
.feature-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.feature-card {
  display:flex;
  align-items:center;
  gap:18px;
  background: #fff;
  color:#1f3c88;
  padding:18px 22px;
  border-radius: 0px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.18);
}
.feature-card-icon{
  flex:0 0 48px;
  height:48px;
  border-radius:12px;
  background: linear-gradient(135deg, rgba(31,60,136,0.06), rgba(31,60,136,0.12));
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color: #1f3c88;
}
.feature-card-body h4{
  margin:0 0 6px 0;
  font-size:16px;
  color:#1f3c88;
}
.feature-card-body p{
  margin:0;
  color: #4b556b;
  font-size:13px;
}

/* мобильная адаптация */
@media (max-width: 1199px){
  .feature-list { grid-template-columns: repeat(3, 1fr);}
  .leader-content{height: 145px;} 
}
@media (max-width: 767px){
  .feature-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px){
  .feature-list { grid-template-columns: 1fr; }
}

.center {
    text-align: center;
}

/* ===== DEPARTMENTS ===== */
.departments {
  padding: 80px 0;
}
.heading-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1f3c88;
}
.heading-subtitle {
  color: #6b7280;
  font-size: 16px;
  margin-bottom: 50px;
}

/* Карточки */
.department-card {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}
.department-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.16);
}
.department-img {
  position: relative;
  overflow: hidden;
}
.department-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.department-card:hover .department-img img {
  transform: scale(1.1);
}

/* Overlay эффект */
.department-overlay {
  position: absolute;
  top:0; left:0;
  width:100%; height:100%;
  background: rgba(31,60,136,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity:0;
  transition: opacity .3s ease;
}
.department-card:hover .department-overlay {
  opacity:1;
}

/* Текст */
.department-body {
    padding: 20px;
    background: #fff;
    height: 85px;
}
.department-body h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.department-body h4 a {
  color: #1f3c88;
  text-decoration: none;
  transition: color .3s ease;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.department-body h4 a:hover {
  color: #d92828;
}

/* Адаптив */
@media (max-width: 991px){
  .department-img img { height: 220px; }
}
@media (max-width: 767px){
  .department-img img { height: 200px; }
  .heading-title { font-size: 28px; }
}

.leadership-section { 
  padding: 80px 0; background: #f9f9f9; 
}
.leader-card {
  background: #fff;
  border: 1px solid #1f3c88;
  text-align: center;
  transition: 0.3s;
  margin: 10px;
}
.leader-card:hover {
   transform: translateY(-6px); box-shadow: 0 12px 28px rgba(0,0,0,0.12); 
}

.leader-img {
   position: relative; overflow: hidden; 
}
.leader-img img {
   width: 100%; display: block; transition: 0.4s; 
}
.leader-card:hover .leader-img img {
   transform: scale(1.05); 
}

.leader-overlay {
  position: absolute; inset: 0;
  background: rgba(31,60,136,0.85);
  opacity: 0; display: flex; align-items: center; justify-content: center;
  transition: 0.4s;
}
.leader-card:hover .leader-overlay {
   opacity: 1; 
}

.leader-social a {
  color: #fff; margin: 0 10px; font-size: 22px;
  transition: color 0.3s;
}
.leader-social a:hover {
   color: #d92828; 
}

.leader-content {
   padding: 20px; height: 112px;
}
.leader-name a {
  font-size: 18px; font-weight: 700;
  color: #1f3c88; text-decoration: none; transition: 0.3s;
}
.leader-name a:hover { color: #d92828; }
.leader-role {
   font-size: 14px; color: #666; margin-top: 5px; overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blog-carousel.owl-theme .owl-nav {
  margin-top: 10px;
  height: 0;
  margin-bottom: 20px;
}

.blog-carousel.owl-theme .owl-nav [class*=owl-next] {
    top: 100%;
    color: #fff;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #3c4fe8;
    border: 10px solid #1f3c88;
    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;
    border-radius: 0;
}

.blog-carousel.owl-theme .owl-nav [class*=owl-prev] {
    top: 100%;
    color: #fff;
    left: 50%;
    width: 70px;
    height: 70px;
    background-color: #3c4fe8;
    border: 10px solid #1f3c88;
    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;
    border-radius: 0;
}

.blog-carousel.owl-theme .owl-nav [class*=owl-prev]:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background-color: #ffffff;
}

.blog-carousel.owl-theme .owl-nav [class*=owl-]:hover, .blog-carousel.owl-theme .owl-nav [class*=owl-]:focus {
  background-color: #d92828;
}

.blog-carousel.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}blog-carousel

.blog-carousel.owl-theme .owl-nav [class*=owl-] i {
  font-size: 15px;
  font-family: revicons;
  font-style: normal;
  color: #fff;
  
}

.owl-nav.disabled {
    display: none;
}

.blog-carousel.owl-theme:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
  left: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-carousel.owl-theme:hover .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

/* Секция */
.processes-advanced {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(135deg, #1f3c88 0%, #162d66 100%);
  overflow: hidden;
  color: #fff;
}

/* Карточка */
.process-item {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  height: 330px;
  padding: 40px 24px;
  margin-bottom: 30px;
  text-align: center;
  transition: transform .35s ease, box-shadow .35s ease;
  overflow: hidden;
}
.process-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.3);
}

/* Иконка */
.process-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 3px solid #d92828;
  outline: 3px solid #1f3c88;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  position: relative;
  transition: transform .3s ease;
}
.process-item:hover .process-icon {
  transform: scale(1.15);
}

/* Контент */
.process-content h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.process-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  margin: 0;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

/* Номер шага */
.process-step {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-size: 48px;
  font-weight: 900;
  color: rgba(255,255,255,0.08);
  pointer-events: none;
  transition: color .3s ease;
}
.process-item:hover .process-step {
  color: rgba(217, 40, 40, 0.15);
}

.process-icon i {
    display: flex;
}

/* Адаптив */
@media (max-width: 991px) {
  .process-item { padding: 30px 20px; }
  .process-icon { width: 68px; height: 68px; font-size: 28px; }
  .process-step { font-size: 38px; }
}
@media (max-width: 576px) {
  .process-item { text-align: left; }
  .process-icon { margin: 0 0 18px 0; }
}

.info-section {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;

  margin: 0 0 100px 0;
}

.info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 60, 136, 0.6); /* #1f3c88 с 60% прозрачности */
  z-index: 1;
}

.info-section .container {
  position: relative;
  z-index: 2; /* контент поверх оверлея */
}


.info-content h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}
.info-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.info-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Форма */
.info-form .form-wrapper {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 35px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.info-form h4 {
  color: #fff;
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

/* поля формы */
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-group label {
  position: absolute;
  top: 23px;
  left: 15px;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0.8;
}
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px 15px 12px 45px;
  border: none;
  outline: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 14px;
}
.input-group textarea {
  min-height: 100px;
  resize: none;
}
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: rgba(255,255,255,0.7);
}

/* hover эффекты */
.input-group input:focus,
.input-group textarea:focus {
  background: rgba(255,255,255,0.25);
  border: 1px solid #d92828;
  box-shadow: 0 0 8px rgba(217,40,40,0.5);
}

.testimonials-section {
  padding: 90px 0;
  background: #f8f9fc;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  color: #1f3c88;
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-card {
  background: #fff;
  border: 2px solid #e0e4ef;
  border-radius: 0; /* острые углы */
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.35s ease, border-color 0.35s ease;
  height: 100%;
}

.testimonial-card:hover {
  transform: scale(1.03) rotate(-1deg);
  border-color: #1f3c88;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.testimonial-text i {
  font-size: 22px;
  color: #d92828;
  margin-bottom: 10px;
  display: block;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1f3c88;
}

.testimonial-author h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 700;
  color: #1f3c88;
}

.testimonial-author p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* пагинация */
.swiper-pagination {
  margin-top: 45px; /* ниже */
  text-align: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1f3c88;
  opacity: 0.3;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #d92828;
  opacity: 1;
  transform: scale(1.3);
}



.video-section {
  position: relative;
  width: 100%;
  padding: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.video-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.6s ease;
}

.video-wrapper:hover img {
  transform: scale(1.1);
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(31, 60, 136, 0.6); /* фирменный оверлей */
  z-index: 1;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  transition: all 0.3s ease;
}

.video-play:hover {
  color: #d92828;
}

.play-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  color: #1f3c88;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}

.video-play:hover .play-icon {
  background: #d92828;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 35px rgba(217, 40, 40, 0.6);
}

.video-play span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Сброс стандартных стилей кнопки */
button.theme-button {
  all: unset; /* убираем ВСЕ браузерные стили */
  display: inline-block;
  cursor: pointer;
  padding: 14px 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.3s ease-in-out;
  border-radius: 0; /* острые углы */
}

/* Основная кнопка */
button.theme-button {
  display: inline-block;
  padding: 14px 30px;
  color: #1f3c88;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: #1f3c88;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  z-index: 1;
  transition: color 0.3s ease-in-out;
}

button.theme-button span{
  color: #1f3c88;
}

button.theme-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #d92828;
  transition: width 0.3s ease-in-out;
  z-index: 0;
}

/* a.theme-button span:hover {
  color: #fff; 
} */

button.theme-button:hover:before {
  width: 100%;
}

button.theme-button span {
  position: relative;
  z-index: 2;
  color: #fff;
}

.post-content img {
    width: 100%;
}

section.about {
    padding: 50px 0;
}

.leader-social a.black-icons {
  color: #1f3c88;
}

.sidebar-custom {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-card {
    background-color: #ffffff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-3px);
}

.sidebar-title {
    background-color: #002d72;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    margin: 0;
    border-radius: 0px 10px 0 0;
}

.sidebar-links {
    list-style: none;
    padding: 15px 20px;
    margin: 0;
}

.sidebar-links li {
    margin-bottom: 12px;
}

.sidebar-links li a {
    color: #002d72;
    text-decoration: none;
    font-weight: 500;
    display: block;
    transition: color 0.3s;
}

.sidebar-links li a:hover {
    color: #d62828;
}

/* Карточка телефона */
.contact-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.contact-card .sidebar-content {
    text-align: center;
    padding: 20px;
    background-color: #002d72;
    color: white;
}

.contact-card i {
    font-size: 30px;
    margin-bottom: 10px;
}

.phone-link {
    display: inline-block;
    margin-top: 8px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.phone-link:hover {
    text-decoration: underline;
}

/* Койки */
.bed-card {
    background-color: #002d72;
    color: #fff;
}

.bed-card .sidebar-content {
    padding: 20px;
    text-align: center;
}

.bed-card i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #ffffff;
}

.bed-card p {
    font-size: 15px;
    margin-bottom: 15px;
}

.sidebar-btn {
    display: inline-block;
    background: #ffffff;
    color: #002d72;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidebar-btn:hover {
    background-color: #d62828;
    color: #fff;
}

.sidebar-content p {
    color: #fff;
}

/* ===== Карточка блока ===== */
.price-card {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 6px 24px rgba(31, 60, 136, 0.12);
  padding: 2.5rem;
  transition: all 0.3s ease;
}
.price-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(31, 60, 136, 0.18);
}

/* ===== Заголовки ===== */
.category-title {
  color: #1f3c88;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  letter-spacing: 0.3px;
  border-left: 4px solid #1f3c88;
  padding-left: 10px;
}

/* ===== Таблица ===== */
.price-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.96rem;
}

.price-table thead tr {
  background: linear-gradient(90deg, #1f3c88, #2b52b5);
  color: #fff;
}

.price-table th,
.price-table td {
  padding: 14px 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e6e9f3;
}

.price-table th:first-child,
.price-table td:first-child {
  width: 50px;
  text-align: center;
}

.price-table th:nth-child(2),
.price-table td:nth-child(2) {
  width: 70%;
}

.price-table th:nth-child(3),
.price-table td:nth-child(3) {
  text-align: right;
  width: 25%;
}

/* Hover эффект строки */
.price-table tr:hover {
  background-color: rgba(31, 60, 136, 0.05);
  transition: background-color 0.2s ease;
}

/* ===== Кнопка загрузки прайс-листа ===== */
.price-download-card {
  text-align: center;
  background: linear-gradient(145deg, #1f3c88, #274fa6);
  border-radius: 18px;
  padding: 1.2rem 2rem;
  box-shadow: 0 8px 25px rgba(31, 60, 136, 0.3);
  transition: all 0.3s ease;
}
.price-download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(31, 60, 136, 0.4);
}
.price-download-btn {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
}
.price-download-btn:hover {
  color: #cbd8ff;
}

/* ===== Радио-переключатель ===== */
.toggle-group {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.toggle-group label {
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #1f3c88;
  transition: 0.3s;
}
.toggle-group input {
  margin-right: 8px;
  accent-color: #1f3c88;
}
.toggle-group label:hover {
  transform: scale(1.05);
}

/* ===== Итого ===== */
.price-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 2px solid #f1f4fb;
  padding-top: 1rem;
  margin-top: 1rem;
}
.summary {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1f3c88;
}
.summary strong {
  font-size: 1.6rem;
  margin-left: 0.6rem;
}

.table-responsive {
    margin-bottom: 15px;
}

section.about a, section.about p, section.about strong {
    color: #002d72;
}

.contact-section {
  background: #f8faff;
  padding: 80px 0;
}

.contact-card {
  background: #fff;
  border-radius: 0px;
  box-shadow: 0 6px 24px rgba(31, 60, 136, 0.15);
  height: 100%;
}

.contact-title {
  color: #1f3c88;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-subtitle {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 30px;
}

.contact-info {
  margin-bottom: 25px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
.info-item i {
  color: #1f3c88;
  font-size: 1.3rem;
  margin-top: 4px;
}
.info-item h5 {
  font-weight: 600;
  margin-bottom: 4px;
  color: #1f3c88;
}
.info-item p,
.info-item a {
  color: #444;
  font-size: 0.95rem;
  text-decoration: none;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dfe3ee;
  border-radius: 0px;
  padding: 12px 15px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s ease;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1f3c88;
  box-shadow: 0 0 0 3px rgba(31, 60, 136, 0.15);
}

.btn-submit {
  background: linear-gradient(90deg, #1f3c88, #2b52b5);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  padding: 12px 25px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 18px rgba(31, 60, 136, 0.3);
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(31, 60, 136, 0.4);
}

/* Карта */
.map-wrapper {
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(31, 60, 136, 0.15);
}

.bed-card .sidebar-content p {
    color: #fff;
}

.pt-130{
  padding-top: 130px;
} 

.pb-90{
  padding-bottom: 90px;
}

.video-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(31, 60, 136, 0.15);
}
.video-thumb { position: relative; overflow: hidden; }
.video-img { width: 100%; display: block; transition: transform .3s ease; }
.video-card:hover .video-img { transform: scale(1.05); }
.video-play-btn {
  position: absolute; top:50%; left:50%;
  width:70px; height:70px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  text-decoration: none;
}
.video-play-btn i {
  font-size: 26px; color:#1f3c88;
  transition: transform .3s ease, color .3s ease;
}
.video-play-btn:hover { background: #1f3c88; }
.video-play-btn:hover i { color:#fff; transform: scale(1.2); }
.video-info { background:#f9f9f9; border-top:1px solid #eee; height: 75px; }
.video-title { color:#1f3c88; font-weight:600; font-size:16px; margin:0; overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;}

div#GFG strong a, a {
    color: #272727;
}

a.nav__item-link {
    color: #fff;
}

a.light {
    color: #fff;
}

@media (max-width: 1199px){
  .leader-content{height: 145px;} 
}

a.default-btn {
    color: #fff;
}

.fancybox__container {
    z-index: 999999 !important;
}