@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Montserrat:400,400i,500,500i,600,600i,700,700i"); @import url("font-awesome.css"); @import url("flaticon.css"); @import url("animate.css"); @import url("owl.css"); @import url("jquery-ui.css"); @import url("custom-animate.css"); @import url("simple-line-icons.css"); @import url("jquery.fancybox.min.css"); @import url("jquery.mCustomScrollbar.min.css"); * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    /*color: rgb(119, 119, 119);*/
     color: black;
    line-height: 1.7em;
    font-weight: 400;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
}

.bordered-layout .page-wrapper {
    padding: 0px 50px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: rgb(35, 57, 116);
}

button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: Montserrat, sans-serif;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

input, button, select, textarea {
}

textarea {
    overflow: hidden;
}

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

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

.medium-container {
    max-width: 850px;
}

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

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

img {
    display: inline-block;
    max-width: 100%;
}

.theme-btn {
    display: inline-block;
    transition: 0.3s;
}

.centered {
    text-align: center;
}

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: rgb(35, 57, 116);
    text-transform: uppercase;
    border: 2px solid rgb(35, 57, 116);
    font-family: Montserrat, sans-serif;
    padding: 10px 31px !important;
}

.btn-style-one:hover {
    color: rgb(35, 57, 116);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px 0px;
    border-color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
}

.btn-style-two {
    position: relative;
    line-height: 24px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 12px 32px;
    border: 2px solid rgb(35, 57, 116);
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    background: rgb(35, 57, 116);
}

.btn-style-two:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(35, 57, 116);
    color: rgb(35, 57, 116);
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 6px;
    padding-left: 35px;
}

.list-style-one li:last-child {
    margin-bottom: 0px;
}

.list-style-one li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    height: 3px;
    width: 15px;
    background-color: rgb(34, 34, 34);
}

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 14px;
    display: flex;
    /* align-items: baseline; */
    gap: 7px;
}

.list-style-two li a {
    color: rgb(34, 34, 34);
}

.list-style-two li a:hover {
    text-decoration: underline;
}

.list-style-two li i {
    font-style: normal;
}

.list-style-two li .icon {
    position: relative;
    top: 2px;
    font-size: 18px;
    margin-right: 8px;
    color: rgb(35, 57, 116);
}

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    margin-right: 8px;
    display: inline-block;
}

.social-icon-one li.twitter a {
    color: rgb(0, 185, 241);
}

.social-icon-one li.linkedin a {
    color: rgb(0, 137, 177);
}

.social-icon-one li a {
    position: relative;
    font-size: 16px;
    color: rgb(74, 114, 169);
    font-weight: 400;
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgb(226, 226, 226);
    transition: 0.3s;
}

.social-icon-one li a:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(35, 57, 116);
    background-color: rgb(35, 57, 116);
}

.theme_color {
    color: rgb(35, 57, 116);
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-1 {
  width: 48px;
  height: 48px;
  border: 5px solid #f3f3f3;
  border-bottom-color: #233974;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
 /* keyFrames */
  @-webkit-keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 50px;
    height: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: rgb(35, 57, 116);
    display: none;
    transition: 300ms;
}

.scroll-to-top:hover {
    color: rgb(255, 255, 255);
    background: rgb(36, 47, 108);
}

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

.sec-title .big-title {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100px;
    color: rgb(248, 248, 248);
    font-size: 164px;
    line-height: 1em;
    font-weight: 800;
}

.sec-title .inner-title {
    position: relative;
}

.sec-title .title {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.3em;
    font-size: 34px;
    display: inline-block;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-weight: 500;
    line-height: 1.8em;
    font-size: 14px;
    margin-top: 15px !important;
}

.sec-title h2::before {
    position: absolute;
    content: "";
    left: -65px;
    top: 22px;
    height: 2px;
    width: 50px;
    /*background-color: rgb(35, 57, 116);*/
}

.sec-title.style-two h2::before {
    display: none;
}

.sec-title.style-three h2 {
    font-size: 30px;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered .text {
    max-width: 580px;
    margin: 0px auto;
}

.sec-title.light h2, .sec-title.light .text {
    color: rgb(255, 255, 255);
}

.sec-title-two {
    position: relative;
    padding-top: 100px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.sec-title-two .image-layer {
    position: absolute;
    content: "";
    inset: 0px;
    height: 250px;
}

.sec-title-two .image-layer::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(48, 48, 48, 0.8);
}

.sec-title-two .title-inner {
    position: relative;
    padding: 48px 100px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 25px;
}

.sec-title-two .title-inner .title {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sec-title-two .title-inner .title::before {
    position: absolute;
    content: "";
    left: 50%;
    top: -68px;
    height: 50px;
    width: 2px;
    margin-left: -1px;
    background-color: rgb(35, 57, 116);
}

.sec-title-two .title-inner h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.3em;
    font-size: 36px;
    display: inline-block;
    text-transform: capitalize;
}

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    animation-duration: 500ms;
}

.main-header .header-top {
    position: relative;
    padding: 5px 0px;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-left .info-list {
    position: relative;
    float: left;
}

.main-header .header-top .top-left .info-list li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    padding: 7px 0px 8px;
    margin-right: 34px;
}

.main-header .header-top .top-left .info-list li span {
    position: relative;
    color: rgb(204, 204, 204);
}

.main-header .header-top .top-left .info-list li a {
    color: rgb(255, 255, 255);
}

.main-header .header-top .top-left .info-list li a:hover {
    /*color: rgb(35, 57, 116);*/

    color:white;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .top-right .social-links {
    position: relative;
    padding-top: 12px;
}

.main-header .header-top .top-right .social-links li {
    position: relative;
    margin-left: 22px;
    display: inline-block;
}

.main-header .header-top .top-right .social-links li a {
    position: relative;
    color: rgb(255, 255, 255);
    display: inline-block;
    transition: 300ms;
}
.main-header .header-top .top-right .social-links li a span{
    color:white;
}

.main-header .header-top .top-right .social-links li a:hover {
    color: rgb(35, 57, 116);
}

.main-header .main-box {
    position: relative;
    padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none;
    transition: 300ms;
}

.main-header .main-box .outer-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    z-index: 10;
    padding: 30px 0px;
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    transition: 300ms;
}

.main-header .nav-toggler {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    display: block;
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: rgb(68, 68, 68);
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.main-header .header-upper {
    position: relative;
}

.main-header .header-upper .outer-container {
    position: relative;
    padding: 0px 100px;
}

.main-header .nav-outer {
    position: relative;
    float: left;
    width: 100%;
    margin-top: -100px;
    text-align: center;
    transition: 500ms;
}

.main-header .header-upper .logo-box {
    position: relative;
    z-index: 20;
    padding: 20px 0px;
    transition: 500ms;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .header-upper .social-outer-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 38px 60px;
    background-color: rgb(255, 255, 255);
}

.main-header .header-upper .social-outer-box .social-links {
    position: relative;
}

.main-header .header-upper .social-outer-box .social-links li {
    position: relative;
    margin: 0px 10px;
    display: inline-block;
}

.main-header .header-upper .social-outer-box .social-links li a {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    transition: 300ms;
}

.main-header .header-upper .social-outer-box .social-links li a:hover {
    color: rgb(35, 57, 116);
}

.main-header .header-upper .outer-box {
    position: relative;
    float: right;
    z-index: 10;
    background-color: rgb(255, 255, 255);
    transition: 500ms;
}

.main-header .header-upper .outer-box .login-btn {
    position: relative;
    float: left;
}

.main-header .header-upper .outer-box .login-btn .icon {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    line-height: 1.3em;
}

.main-header .header-upper .outer-box .search-box-btn {
    position: relative;
    padding: 40px 0px 36px;
    font-size: 18px;
    margin-left: 35px;
    color: rgb(35, 57, 116);
    cursor: pointer;
    float: left;
}

.main-header .header-upper .outer-box .cart-btn {
    position: relative;
    float: left;
}

.main-header .header-upper .outer-box .cart-btn .icon {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    line-height: 1.3em;
    margin-left: 15px;
}

.main-header .header-upper .outer-box .cart-btn .total-cart {
    position: absolute;
    content: "";
    top: -8px;
    right: -12px;
    color: rgb(34, 34, 34);
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding-left: 1px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background-color: rgb(35, 57, 116);
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    transition: 300ms;
}

.main-header.header-style-four .header-upper .outer-box .search-box-btn {
    padding: 0px;
    color: rgb(34, 34, 34);
    margin-left: 16px;
}

.main-header .nav-outer .search-box-btn {
    display: inline-block;
    margin-left: 30px;
}

.main-header .nav-outer .search-box-btn .icon {
    position: relative;
    top: 2px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 17px;
}

.main-header.header-style-two .nav-outer .search-box-btn .icon, .main-header.header-style-three .nav-outer .search-box-btn .icon, .main-header.header-style-four .nav-outer .search-box-btn .icon {
    color: rgb(35, 57, 116);
}

.header-style-two .main-menu, .header-style-three .main-menu {
    float: left;
    width: auto;
}

.main-header.header-style-two .nav-outer {
    margin-top: 0px;
    width: auto;
    float: right;
}

.main-header.header-style-two .header-upper .logo-box {
    position: relative;
    padding: 30px 90px 0px 0px;
    left: 0px;
    top: 5px;
    background-color: rgb(255, 255, 255);
}

.main-header.header-style-two .header-upper .logo-box::before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -40px;
    height: 50px;
    width: 2000px;
    background-color: rgb(255, 255, 255);
}

.header-style-two .main-menu .navigation > li.search-box-btn .icon {
    color: rgb(35, 57, 116);
}

.header-style-two .main-menu .navigation > li > a {
    padding: 15px 0px;
    color: rgb(34, 34, 34);
}

.header-style-two .main-menu .navigation > li > a::before {
    bottom: 30px;
}

.main-header .header-upper .upper-right {
    padding-top: 32px;
}

.main-menu {
    position: relative;
    display: inline-block;
    transition: 300ms;
}

.main-menu .navbar-collapse {
    padding: 0px;
    width: 100%;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    text-align: center;
    width: 100%;
    font-family: Montserrat, sans-serif;
}

.main-menu .navigation > li {
    position: relative;
    display: inline-block;
    padding: 0px;
    margin: 0px 15px;
    transition: 500ms;
}

.main-menu .navigation > li:last-child {
    margin-right: 0px;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0px;
    opacity: 1;
    font-weight: 600;
    padding: 15px 0px;
    font-size: 16px;
    transition: 500ms;
}

.main-menu .navigation > li > a::before {
    position: absolute;
    /* content: ""; */
    left: 0px;
    bottom: 12px;
    height: 2px;
    width: 0%;
    background-color: rgb(35, 57, 116);
    transition: 500ms;
}

.main-menu .navigation > li.current > a::before, .main-menu .navigation > li:hover > a::before {
    width: 100%;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-header.light-version .main-menu .navigation > li:hover > a, .main-header.light-version .main-menu .navigation > li.current > a {
    opacity: 1;
    color: rgb(35, 57, 116);
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    text-align: left;
    border-radius: 3px;
    transform: translateY(30px);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.main-menu .navigation > li > ul::before {
    position: absolute;
    content: "";
    left: 0px;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: rgb(35, 57, 116);
    padding-left: 5px;
}

.main-menu .navigation > li > ul > li.dropdown > a::after {
    font-family: FontAwesome;
    content: "Ã¯â€žâ€¦";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    text-align: left;
    border-radius: 3px;
    transform: translateY(30px);
    box-shadow: rgba(0, 0, 0, 0.05) 2px 2px 5px 1px, rgba(0, 0, 0, 0.05) -2px 0px 5px 1px;
}

.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    padding: 0px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 8px 0px;
    line-height: 24px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: rgb(35, 57, 116);
    padding-left: 5px;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: 500ms;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    transform: translateY(0px);
    transition: 500ms;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 28px;
    border: 1px solid rgb(255, 255, 255);
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    /*padding: 10px 0px;*/
    padding: 10px 60px;
    background: rgb(255, 255, 255);
    z-index: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 500ms;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    animation-name: fadeInDown;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sticky-header .main-menu {
    margin-top: 0px;
}

.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 40px;
    margin-right: 0px;
    padding: 0px;
}

.sticky-header .main-menu .navigation > li::before, .sticky-header .main-menu .navigation > li::after {
    display: none;
}

.sticky-header .main-menu .navigation > li > a {
}

.sticky-header .main-menu .navigation > li:hover > a, .sticky-header .main-menu .navigation > li.current > a {
    color: rgb(35, 57, 116) !important;
    background-color: inherit !important;
}

.sticky-header .nav-outer .options-box {
    margin-top: 26px;
}

.sticky-header .logo {
    padding: 4px 0px;
}

.sticky-header .header-upper .logo-box {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 30px 0px;
}

.sticky-header .header-upper .button-box {
    padding-top: 15px;
}

.sticky-header .header-upper .button-box .btn-style-one {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
}

.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0px !important;
}

.sticky-header .main-menu .navigation > li > a::before {
    display: none;
}

.header-style-two {
    position: relative;
}

.header-style-three .nav-outer {
    float: right;
    margin-top: 0px;
    width: auto;
}

.header-style-three .header-upper .logo-box {
    padding: 10px 0px;
}

.header-style-three .header-upper .inner-container {
    background-color: rgb(255, 255, 255);
    padding: 0px 40px;
    border-radius: 100px;
}

.header-style-three .main-menu .navigation > li > a {
    color: rgb(34, 34, 34);
    font-size: 16px;
    padding: 24px 0px;
}

.header-style-three .main-menu .navigation > li > a::before {
    bottom: 34px;
}

.header-style-three .header-upper .outer-box .search-box-btn {
    padding: 44px 0px 42px;
}

.header-style-four {
    position: relative;
}

.header-style-four .header-upper .logo-box {
    position: relative;
    padding: 15px 0px;
}

.header-style-four .header-upper .outer-box {
    position: absolute;
    right: 0px;
    top: 35px;
}

.header-style-four .main-menu .navigation > li > a {
    color: rgb(34, 34, 34);
    padding: 15px 0px;
}

.header-style-four .nav-outer {
    margin-top: -100px;
}

.header-style-four .main-menu .navigation > li > a::before {
    bottom: 28px;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: rgb(35, 57, 116);
    padding: 10px 0px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left;
}

.mobile-menu .nav-logo img {
    max-width: 180px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(255, 255, 255);
    padding: 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    transform: translateX(101%);
    /* display: none; */
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    transition: 0.7s 500ms;
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: rgb(32, 32, 32);
    cursor: pointer;
    z-index: 10;
    transition: 0.5s;
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    color: rgb(35, 57, 116);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: rgb(64, 64, 64);
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:hover, .mobile-menu .navigation li.current > a {
    color: rgb(35, 57, 116);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: rgb(64, 64, 64);
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
    display: none;
}

.main-slider {
    position: relative;
}

.slotholder::after{
    content:"";
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: #00000061;
    display:block;
    z-index: 111;
}


.main-slider .title {
    position: relative;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    padding-bottom: 18px;
}

.main-slider .title::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: rgb(198, 168, 104);
}

.main-slider .title-two {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: rgb(34, 34, 34);
    font-family: Montserrat, sans-serif;
    padding-bottom: 18px;
}

.main-slider .title-two::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.main-slider h2 {
    position: relative;
    display: block;
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.1em;
    font-family: Montserrat, sans-serif;
    z-index: 1;
    text-transform: uppercase;
}

.main-slider h2.style-three {
    font-size: 64px;
    font-weight: 400;
    color: rgb(34, 34, 34);
}

.main-slider h2.style-two {
    color: rgb(34, 34, 34);
}

.main-slider .text.style-two {
    color: rgb(34, 34, 34);
}

.main-slider .text {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
}

.main-slider .text::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 12px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.main-slider .link-box {
    position: relative;
    z-index: 1;
}

.main-slider .link-box .theme-btn {
    position: relative;
    margin-right: 20px;
}

.main-slider .social-links {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -100px;
    z-index: 99;
    padding: 50px 35px 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-image: initial;
    border-right: none;
    background-color: rgb(255, 255, 255);
}

.main-slider .social-links li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-slider .social-links li:last-child {
    margin: 0px;
}

.main-slider .social-links a {
    position: relative;
    display: block;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 40px;
}

.main-slider .social-links a:hover {
    color: rgb(35, 57, 116);
}

.main-slider.home-three .theme-btn {
    margin: 0px;
}

.search-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    transition: 700ms;
}

.search-popup .overlay-layer {
    position: absolute;
    inset: 0px;
    display: block;
}

.search-popup.popup-visible {
    top: 0px;
    visibility: visible;
    opacity: 1;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.7;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px;
    max-width: 1024px;
    margin: 200px auto 0px;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: rgb(255, 255, 255);
    line-height: 30px;
    font-size: 24px;
    color: rgb(35, 49, 69);
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 23px 10px 20px;
    background: rgb(35, 57, 116);
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    color: rgb(255, 255, 255) !important;
}

.theme-purple .search-popup .search-form fieldset input[type="submit"] {
    background: rgb(217, 113, 242);
}

.theme-dark-blue .search-popup .search-form fieldset input[type="submit"] {
    background: rgb(86, 119, 204);
}

.theme-orange .search-popup .search-form fieldset input[type="submit"] {
    background: rgb(255, 84, 18);
}

.theme-cyan .search-popup .search-form fieldset input[type="submit"] {
    background: rgb(67, 214, 209);
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: rgb(35, 57, 116);
}

.search-popup h3 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: rgb(255, 255, 255);
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid rgb(255, 255, 255);
    padding: 7px 15px;
    color: rgb(255, 255, 255);
    border-radius: 3px;
}

.search-popup .recent-searches li a:hover {
    color: rgb(35, 57, 116);
    border-color: rgb(35, 57, 116);
}

.theme-purple .search-popup .recent-searches li a:hover {
    color: rgb(35, 57, 116);
    border-color: rgb(35, 57, 116);
}

.theme-dark-blue .search-popup .recent-searches li a:hover {
    color: rgb(35, 57, 116);
    border-color: rgb(35, 57, 116);
}

.theme-orange .search-popup .recent-searches li a:hover {
    color: rgb(35, 57, 116);
    border-color: rgb(35, 57, 116);
}

.theme-cyan .search-popup .recent-searches li a:hover {
    color: rgb(35, 57, 116);
    border-color: rgb(35, 57, 116);
}

.about-section {
    position: relative;
    padding: 90px 0px 70px;
}

.about-section .title-box {
    position: relative;
    margin-bottom: 100px;
}

.about-section .title-box .bold-text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 40px;
    margin-bottom: 20px;
}

.about-section .title-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 35px;
}

.about-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 500px;
}

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

.services-block .inner-box {
    position: relative;
}

.services-block .inner-box .image {
    position: relative;
    display: block;
    background: rgb(0, 0, 0);
    overflow: hidden;
}

.services-block .inner-box:hover .image {
    transition: 1000ms;
    transform: rotateY(180deg);
}

.services-block .inner-box .image a {
    position: relative;
    display: block;
}

.services-block .inner-box .image a::before {
    content: "Ã¯Æ’Â";
    font-family: FontAwesome;
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(35, 57, 116);
    font-size: 20px;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
}

.services-block .inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: 600ms;
}

.services-block .inner-box:hover .image img {
    opacity: 0.3;
}

.services-block .inner-box:hover .image a::before {
    transition: 700ms 700ms;
    opacity: 1;
    transform: translateY(0px);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.services-block .inner-box .lower-box {
    position: relative;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 22px;
}

.services-block .inner-box .lower-box::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: rgb(35, 57, 116);
}

.services-block .inner-box .lower-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
}

.services-block .inner-box .lower-box h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.services-block .inner-box .lower-box h3 a:hover {
    color: rgb(35, 57, 116);
}

.services-block .inner-box .lower-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 4px;
}

.container-fluid {
    position: relative;
    padding: 0px;
    background-color: rgb(35, 57, 116);
}

.container-fluid .pattern-layer {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 600px;
    height: 460px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.container-fluid .outer-section {
    position: relative;
    background: rgb(35, 57, 116);
}

.container-fluid .outer-section .left-column {
    position: relative;
    width: 50%;
    float: left;
    padding: 0px 150px 0px 15px;
    background: rgb(35, 57, 116);
    z-index: 11;
}

.container-fluid .outer-section .left-column .inner-column {
    position: relative;
    max-width: 520px;
    width: 100%;
    display: block;
    float: right;
    padding: 95px 110px 95px 0px;
}

.container-fluid .outer-section .left-column .sec-title .title {
    color: rgb(34, 34, 34);
}

.container-fluid .outer-section .left-column .sec-title h2::before {
    background-color: rgb(35, 57, 116);
}

.container-fluid .outer-section .left-column .text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1.8em;
}

.container-fluid .outer-section .right-column {
    position: relative;
    width: 50%;
    float: right;
    padding: 0px;
    background-size: cover;
    /* z-index: 11111; */
    background: transparent;
}

.container-fluid .outer-section .right-column .inner-column {
    position: relative;
    display: block;
    padding: 95px 15px;
    margin-left: -150px;
    background-size: cover;
    /* z-index: 1111; */
    /* background: transparent; */
}

.container-fluid .outer-section .right-column .inner-column .owl-carousel {
    width: 100%;
    display: block;
    max-width: 990px;
    z-index: 11;
}

.container-fluid .outer-section .right-column .inner-column .owl-dots {
    display: none;
}

.container-fluid .outer-section .right-column .inner-column .owl-nav {
 
    /*bottom: -31px;*/
    /*left: -192px;*/
        position: absolute;
    bottom: -77px;
    left: 42%;
}
/*owl-btn*/
.c-owl-btn .owl-prev{
        top: 50%;
        left: -1px;
        transform: translate(-50%, -50%);
        position:absolute!important;
        display: flex;
}

.c-owl-btn .owl-next{
        top: 50%;
        right: 0;
        transform: translate(34%, -50%);
        position:absolute!important;
}
.c-owl-btn .owl-nav{
        
    position: absolute!important;
    
    height: 100%;
    width: 100%;
    top: 0;
    left: 0!important;
}
.c-owl-btn .owl-nav{
    margin:0!important;
}
.sponsors-carousel .owl-prev{
    transform: translate(-50%,-50%);
    top: 50%!important;!importan;!importa;!importam;!importamt;!importam;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    left: 0;
}
.sponsors-carousel owl-nav{
    width:100%;
}
.sponsors-carousel .owl-next{
    top: 50%!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    right: 0;
    transform: translate(50%,-50%);
}
/*owl-btn-end*/
.container-fluid .outer-section .right-column .inner-column .owl-nav .owl-prev, .container-fluid .outer-section .right-column .inner-column .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    margin-left: 2px;
    background-color: rgb(200, 169, 105);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.17);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.container-fluid .image-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}

.container-fluid .image-layer::before {
    position: absolute;
    content: "";
    inset: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(255 255 255 / 94%);
}

.services-block-two {
    position: relative;
}

.services-block-two .inner-box {
    position: relative;
    overflow: hidden;
    transition: 300ms;
}

.services-block-two .inner-box:hover .image img {
    transform: scale(1.2, 1.3);
}

.services-block-two .inner-box .image {
    position: relative;
}

.services-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: 600ms;
    min-height: 300px;
}

.services-block-two .inner-box .overlay-box {
    position: absolute;
    inset: 0px;
}

.services-block-two .inner-box .overlay-box::before {
    position: absolute;
    content: "";
    inset: 0px 0px -1px;
    transition: 1000ms;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.services-block-two .inner-box .overlay-box::after {
    position: absolute;
    content: "";
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 700ms;
    background: rgba(0, 0, 0, 0.7);
}

.services-block-two .inner-box:hover .overlay-box::before {
    top: 100%;
    opacity: 0;
}

.services-block-two .inner-box:hover .overlay-box::after {
    opacity: 1;
    top: 0%;
}

.services-block-two .inner-box .overlay-box h3 {
    position: absolute;
    left: 50%;
    bottom: 35px;
    text-align: center;
    line-height: 1.2em;
    padding-bottom: 10px;
    transition: 500ms;
    z-index: 1;
    transform: translateX(-50%);
    display: block;
    width: 100%;
}

.services-block-two .inner-box:hover .overlay-box h3 {
    opacity: 0;
    transform: translateX(110%);
}

.services-block-two .inner-box .overlay-box h3::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(198, 168, 104);
    transform: translateX(-50%);
}

.services-block-two .inner-box .overlay-box h3 a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    transition: 300ms;
}

.services-block-two .inner-box .overlay-box h3 a:hover {
    color: rgb(35, 57, 116);
}

.services-block-two .inner-box .overlay-box .links-box {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(-70px);
    transition: 500ms;
    z-index: 1;
}

.services-block-two .inner-box:hover .overlay-box .links-box {
    opacity: 1;
    transform: translateY(0px);
}

.services-block-two .inner-box .overlay-box .links-box .link {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: rgb(255, 255, 255);
    color: rgb(35, 57, 116);
    margin: 0px 3px;
    border-radius: 3px;
    transition: 300ms;
}

.services-block-two .inner-box .overlay-box .links-box .link:hover {
    background: rgb(35, 57, 116);
    color: rgb(255, 255, 255);
}

.story-section {
    position: relative;
    padding-top: 100px;
    /* background: rgb(245, 245, 245); */
    padding-bottom: 50px;
}

.story-section .pattern-layer-two {
    position: absolute;
    content: "";
    left: -500px;
    bottom: -50px;
    width: 780px;
    height: 550px;
    background: url("../images/background/pattern-3.png") no-repeat;
}

.story-section .owl-nav {
    display: none;
}

.story-section .owl-dots {
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: 0px;
}

.story-section .owl-dots .owl-dot {
    position: relative;
    width: 8px;
    height: 8px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(205, 205, 205);
}

.story-section .owl-dots .owl-dot.active, .story-section .owl-dots .owl-dot:hover {
    border-color: rgb(35, 57, 116);
    background-color: rgb(35, 57, 116);
}

.story-section .owl-theme .story-block-two {
    margin: 0px 15px;
}

.story-section .owl-carousel {
    margin: 0px -15px;
    width: auto;
}

.story-block {
    position: relative;
}

.story-block .pattern-layer {
    position: absolute;
    content: "";
    right: -500px;
    top: -20px;
    width: 780px;
    height: 550px;
    background: url("../images/background/pattern-3.png") no-repeat;
}

.story-block .inner-box {
    position: relative;
}

.story-block .inner-box .content-column {
    position: relative;
    padding: 0px;
    float: left;
}

.story-block .inner-box .content-column .inner-column {
    position: relative;
    padding: 50px 60px;
    z-index: 1;
    margin-right: -60px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.story-block .inner-box .content-column .inner-column .text {
    position: relative;
}

.story-block .inner-box .content-column .inner-column .text p {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.story-block .inner-box .content-column .inner-column .text p span {
    color: rgb(35, 57, 116);
}

.story-block .inner-box .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.story-block .inner-box .image-column {
    position: relative;
    padding: 0px;
    float: right;
    margin-bottom: 50px;
}

.story-block .inner-box .image-column .inner-column {
    position: relative;
}

.story-block .inner-box .image-column .inner-column .image img {
    width: 100%;
    display: block;
}

.story-block-two {
    position: relative;
}

.story-block-two .pattern-layer {
    position: absolute;
    content: "";
    left: -500px;
    top: -20px;
    width: 780px;
    height: 550px;
    background: url("../images/background/pattern-3.png") no-repeat;
}

.story-block-two .inner-box {
    position: relative;
}

.story-block-two .inner-box .content-column {
    position: relative;
    padding: 0px;
    float: left;
}

.story-block-two .inner-box .content-column .sec-title {
    text-align: right;
}

.story-block-two .inner-box .content-column .sec-title .inner-title {
    text-align: left;
    display: inline-block;
}

.story-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding: 50px 60px;
    z-index: 1;
    margin-left: -60px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.story-block-two .inner-box .content-column .inner-column .text {
    position: relative;
}

.story-block-two .inner-box .content-column .inner-column .text p {
    position: relative;
    /*color: rgb(102, 102, 102);*/
    color:black;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.story-block-two .inner-box .content-column .inner-column .text p span {
    color: rgb(35, 57, 116);
}

.story-block-two .inner-box .content-column .inner-column .text p strong {
    color: rgb(34, 34, 34);
}

.story-block-two .inner-box .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.story-block-two .inner-box .image-column {
    position: relative;
    padding: 0px;
    float: left;
    margin-bottom: 50px;
}

.story-block-two .inner-box .image-column .inner-column {
    position: relative;
}

.story-block-two .inner-box .image-column .inner-column .image {
    position: relative;
}

.story-block-two .inner-box .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-tab-section {
    position: relative;
    padding-top: 100px;
    background-attachment: fixed;
    background-size: cover;
}

.product-tab-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(26, 26, 26, 0.92);
}

.product-tab-section::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 90px;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.product-tab-section .content-box {
    position: relative;
}

.product-tab-section .content-box .inner-content {
    position: relative;
    max-width: 770px;
    z-index: 1;
    margin-left: 100px;
    padding: 70px 110px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 35px;
}

.product-tab-section .content-box .inner-content .sec-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.product-tab-section .design-tabs {
    position: relative;
    z-index: 1;
}

.product-tab-section .design-tabs .tab-btns {
    position: relative;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.product-tab-section .design-tabs .tab-btns .tab-btn {
    position: relative;
    margin-right: 25px;
    font-size: 16px;
    background: none;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    padding-bottom: 5px;
    margin-bottom: 8px;
    display: inline-block;
    transition: 500ms;
}

.product-tab-section .design-tabs .tab-btns .tab-btn::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 0px;
    background-color: rgb(35, 57, 116);
    transition: 900ms;
}

.product-tab-section .design-tabs .tab-btns .tab-btn:hover::before, .product-tab-section .design-tabs .tab-btns .tab-btn.active-btn::before {
    width: 100%;
}

.product-tab-section .design-tabs .tab-btns .tab-btn:hover, .product-tab-section .design-tabs .tab-btns .tab-btn.active-btn {
    color: rgb(34, 34, 34);
}

.product-tab-section .design-tabs .tabs-content {
    position: relative;
}

.product-tab-section .design-tabs .tabs-content .tab {
    position: relative;
    display: none;
}

.product-tab-section .design-tabs .tabs-content .tab.active-tab {
    display: block;
}

.product-tab-section .design-tabs .tabs-content .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 40px;
}

.product-tab-section .design-tabs .tabs-content .active-tab .text, .product-tab-section .design-tabs .tabs-content .active-tab .theme-btn {
    animation-name: fadeInUp;
    animation-duration: 500ms;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.projects-section {
    position: relative;
    padding-top: 140px;
}

.projects-section .pattern-layer {
    position: absolute;
    content: "";
    left: 0px;
    top: -55px;
    height: 154px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-section .column {
    position: relative;
    padding: 0px;
    float: left;
}

.project-block {
    position: relative;
    z-index: 1;
}

.project-block .inner-box {
    position: relative;
}

.project-block .inner-box .image {
    position: relative;
}

.project-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block .inner-box .image .overlay-box {
    position: absolute;
    inset: 30px;
    z-index: 2;
    opacity: 0;
    display: block;
    transition: 500ms;
}

.project-block .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scaleY(0);
    transform-origin: center top;
    transition: 0.5s;
    background-color: rgba(233, 195, 122, 0.95);
}

.project-block .inner-box:hover .image .overlay-box::before {
    opacity: 1;
    transform: scaleY(1);
}

.project-block .inner-box .image .overlay-box::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: scaleY(0);
    transform-origin: center top;
    transition: 0.5s;
    background-color: rgba(233, 195, 122, 0.95);
}

.project-block .inner-box:hover .image .overlay-box::after {
    opacity: 1;
    transform: scaleY(1);
}

.project-block .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.project-block .inner-box .image .overlay-box .plus {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: rgb(34, 34, 34);
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
    transition: 500ms;
}

.project-block .inner-box:hover .image .overlay-box .plus {
    animation-name: rotateMe;
    animation-duration: 500ms;
    animation-delay: 800ms;
    animation-timing-function: linear;
    animation-iteration-count: 2;
}

.project-block .inner-box .image .overlay-box .plus:hover {
    color: rgb(255, 255, 255);
}

.project-block .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    padding: 10px;
    vertical-align: middle;
    opacity: 0;
    transition: 500ms;
}

.project-block .inner-box:hover .image .overlay-box .overlay-inner {
    opacity: 1;
    top: 0px;
    transition-delay: 500ms;
}

.project-block .inner-box .image .overlay-box .overlay-inner .overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.project-block .inner-box .image h3 {
    position: relative;
    font-size: 22px;
    color: rgb(34, 34, 34);
    z-index: 1;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 7px;
}

.project-block .inner-box .image h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 500ms;
}

.project-block .inner-box .image h3 a:hover {
    color: rgb(34, 34, 34);
    text-decoration: underline;
}

.project-block .inner-box .image .category {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter-section {
    position: relative;
    padding: 90px 0px 130px;
}

.counter-section .sec-title {
    margin-bottom: 40px;
}

.counter-section .pattern-layer {
    position: absolute;
    content: "";
    right: 0px;
    top: -50px;
    height: 960px;
    width: 814px;
    background-position: center center;
    background-repeat: no-repeat;
}

.counter-section .counter-block {
    float: left;
}

.counter-block {
    position: relative;
}

.counter-block .inner-box {
    position: relative;
    margin: 0px;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.counter-block .inner-box .image {
    position: relative;
    width: 100%;
}

.counter-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.counter-block .inner-box .content-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 36px;
    background-color: rgb(255, 255, 255);
}

.counter-block .inner-box .content-box .count-box {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 65px;
    line-height: 1em;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
}

.counter-block .inner-box .content-box .text {
    position: relative;
    color: rgb(0, 0, 0);
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.counter-block .inner-box .content-box .text::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: rgb(34, 34, 34);
    display: none;
}

.counter-block:nth-child(2) .inner-box .content-box .count-box, .counter-block:nth-child(4) .inner-box .content-box .count-box {
    width: 100%;
}

.counter-block:nth-child(2) .inner-box .content-box .text::before, .counter-block:nth-child(4) .inner-box .content-box .text::before {
    background-color: rgb(35, 57, 116);
}

.testimonial-section {
    position: relative;
    padding: 85px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(48, 48, 48, 0.8);
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 9px;
    height: 9px;
    margin: 0px 7px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    transition: 500ms;
}

.testimonial-section .owl-dots .owl-dot.active, .testimonial-section .owl-dots .owl-dot:hover {
    background-color: rgb(255, 255, 255);
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .quote-icon {
    position: relative;
    font-size: 44px;
    line-height: 1em;
    color: rgb(255, 255, 255);
}

.testimonial-block .inner-box .title {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: 1px;
}

.testimonial-block .inner-box .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.7em;
    font-style: italic;
    max-width: 1000px;
    margin: 60px auto 0px;
    font-weight: 400;
}

.testimonial-block .inner-box .author-name {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    margin-top: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.team-section {
    position: relative;
    padding: 85px 0px;
}

.team-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 240px;
    width: 100%;
    height: 234px;
}

.team-section .sec-title {
    margin-bottom: 50px;
}

.team-section .sec-title .text {
    line-height: 2em;
    margin-top: 40px;
}

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

.team-block .inner-box {
    position: relative;
}

.team-block .inner-box .image {
    position: relative;
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.team-block .inner-box .image .overlay-box {
    position: absolute;
    inset: 20px;
    opacity: 0;
    transition: 700ms;
}

.team-block .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 700ms;
    background-color: rgba(233, 195, 122, 0.95);
    transform-origin: center bottom;
    transform: rotateX(-180deg);
}

.team-block .inner-box:hover .overlay-box::before {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
}

.team-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.team-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: -20px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 10px 15px;
    opacity: 0;
    transition: 500ms;
}

.team-block .inner-box:hover .overlay-inner {
    opacity: 1;
    top: 0px;
    transition-delay: 700ms;
}

.team-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.team-block .inner-box .image .overlay-box .phone {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    line-height: 1.8em;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.team-block .inner-box .image .overlay-box .phone a {
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.team-block .inner-box .image .overlay-box .phone a:hover {
    text-decoration: underline;
    color: rgb(255, 255, 255);
}

.team-block .inner-box .image .overlay-box .phone span {
    font-size: 16px;
    display: block;
}

.team-block .inner-box .image .overlay-box .phone::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    background-color: rgb(34, 34, 34);
}

.team-block .inner-box .image .overlay-box .social-links {
    position: relative;
}

.team-block .inner-box .image .overlay-box .social-links li {
    position: relative;
    margin: 0px 6px;
    display: inline-block;
}

.team-block .inner-box .image .overlay-box .social-links li a {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 18px;
    transition: 300ms;
}

.team-block .inner-box .image .overlay-box .social-links li a:hover {
    color: rgb(255, 255, 255);
}

.team-block .inner-box .lower-content {
    position: relative;
    padding: 30px 15px 30px 45px;
    background-color: rgb(34, 34, 34);
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.3em;
}

.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(255, 255, 255);
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    font-size: 12px;
    margin-top: 2px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.team-block .inner-box .lower-content .designation::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.sponsors-section {
    position: relative;
    padding: 50px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.sponsors-section.style-two {
    box-shadow: none;
    padding: 80px 0px;
    border-top: 1px solid rgb(238, 238, 238);
}

.sponsors-section .sponsors-outer {
    position: relative;
}

.sponsors-section .sponsors-outer .owl-dots, .sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.sponsors-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
    transition: 0.3s;
}

.sponsors-section .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: 0.3s;
}

.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: 0.4;
}

.news-section {
    position: relative;
    padding: 95px 0px 60px;
}

.news-section .sec-title {
    margin-bottom: 45px;
}

.news-section .row {
    margin: 0px -28px;
}

.news-section .news-column {
    padding: 0px 28px;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.news-block .inner-box .image a {
    position: relative;
    display: block;
}



.news-block .inner-box .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: 600ms;
}

.news-block .inner-box:hover .image img {
    opacity: 0.3;
    transform: rotate(3deg) scale(1.1, 1.1);
}

.news-block .inner-box:hover .image a::before {
    opacity: 1;
    transform: translateY(0px);
}

.news-block .inner-box .lower-content {
    position: relative;
}

.news-block .inner-box .lower-content .post-date {
    position: relative;
    color: rgb(255, 255, 255);
    top: -20px;
    font-size: 14px;
    margin-left: 30px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3em;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.news-block .inner-box .lower-content h3 a:hover {
    color: rgb(35, 57, 116);
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
    margin-top: 6px;
    padding-bottom: 5px;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}

.news-block .inner-box .lower-content .post-meta::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.news-block .inner-box .lower-content .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 10px;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1em;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
}

.news-block .inner-box .lower-content .read-more .arrow {
    position: relative;
    margin-left: 10px;
    color: rgb(35, 57, 116);
    top: 2px;
}

.news-block .inner-box .lower-content .read-more:hover {
    color: rgb(35, 57, 116);
}

.news-block-two {
    position: relative;
    margin-bottom: 60px;
}

.news-block-two .inner-box {
    position: relative;
}

.news-block-two .inner-box .image-column {
    position: relative;
}

.news-block-two .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.news-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: 600ms;
}

.news-block-two .inner-box:hover .image-column .image img {
    opacity: 0.4;
    transform: rotate(5deg) scale(1.2, 1.2);
}

.news-block-two .inner-box .content-column {
    position: relative;
}

.news-block-two .inner-box .content-column .inner-column {
    position: relative;
}

.news-block-two .inner-box .content-column .post-date {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 10px 17px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.news-block-two .inner-box .content-column h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 18px;
}

.news-block-two .inner-box .content-column h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.news-block-two .inner-box .content-column h3 a:hover {
    color: rgb(35, 57, 116);
}

.news-block-two .inner-box .content-column .post-meta {
    position: relative;
    margin-top: 7px;
    padding-bottom: 18px;
}

.news-block-two .inner-box .content-column .post-meta::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.news-block-two .inner-box .content-column .post-meta li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 20px;
    display: inline-block;
}

.news-block-two .inner-box .content-column .post-meta li:last-child {
    margin-right: 0px;
}

.newsletter-section {
    position: relative;
    padding: 75px 0px;
}

.newsletter-section.style-two {
    padding-top: 0px;
}

.newsletter-section .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 253px;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
}

.newsletter-section .title-column .inner-column h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    padding-right: 30px;
    display: inline-block;
}

.newsletter-section .title-column .inner-column h2::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 20px;
    width: 24px;
    height: 2px;
    background-color: rgb(35, 57, 116);
}

.newsletter-section .title-column .inner-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 15px;
}

.newsletter-section .form-column {
    position: relative;
}

.newsletter-section .form-column .inner-column {
    position: relative;
}

.newsletter-section .form-column h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    margin-bottom: 18px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 170px;
}

.subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="tel"], .subscribe-form .form-group input[type="email"], .subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 10px 15px;
    transition: 300ms;
}

.subscribe-form .form-group input[type="submit"], .subscribe-form button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.subscribe-form .form-group input[type="submit"]:hover, .subscribe-form button:hover {
}

.main-footer {
    position: relative;
    color: rgb(187, 187, 187);
    background: url('../images/footer.jpg');
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widgets-section {
    position: relative;
    padding: 95px 0px 40px;
}

.main-footer .footer-widget h2 {
    position: relative;
    font-weight: 600;
    color: rgb(198, 168, 104);
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-bottom: 14px;
    text-transform: uppercase;
}

.main-footer .footer-widget h2::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.main-footer .about-widget .social-links {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    /* justify-content: center; */
}

.main-footer .about-widget .social-links li {
    position: relative;
    /* margin-right: 18px; */
    display: inline-block;
    /* flex: 1 0 15%; */
}

.main-footer .about-widget .social-links li:last-child {
    margin-right: 0px;
}

.main-footer .about-widget .social-links li a {
    position: relative;
    color: rgb(36 57 116);
    font-size: 18px;
    transition: 300ms;
    background: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.main-footer .about-widget .social-links li a:hover {
    color: rgb(35, 57, 116);
}

.main-footer .about-widget .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 18px;
    margin-bottom: 35px;
}

.main-footer .about-widget .copyright {
    position: relative;
    color: rgb(204, 204, 204);
    font-size: 14px;
    line-height: 1.9em;
}

.main-footer .about-widget .copyright span {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.footer-list {
    position: relative;
}

.footer-list li {
    position: relative;
    margin-bottom: 20px;
}

.footer-list li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    transition: 300ms;
}

.footer-list li a:hover {
    color: rgb(255, 255, 255);
}

.main-footer .contact-list {
    position: relative;
}

.main-footer .contact-list li {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 14px;
    font-weight: 700;
}

.main-footer .contact-list li a {
    color: rgb(255, 255, 255);
}

.main-footer .contact-list li a:hover {
    text-decoration: underline;
}

.main-footer .contact-list li span {
    color: rgb(255, 255, 255);
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.main-footer .footer-bottom-image {
    position: relative;
}

.main-footer .footer-bottom-image .image {
    position: relative;
}

.main-footer .footer-bottom-image .image::before {
    position: absolute;
    content: "";
    inset: 0px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

.main-footer .footer-bottom-image .image img {
    position: relative;
    width: 100%;
    display: block;
}

.architecture-section {
    position: relative;
    padding: 100px 0px 120px;
}

.architecture-section .pattern-layer {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 424px;
}

.architecture-section .title-box {
    position: relative;
}

.architecture-section .title-box .title-inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 85px 60px 60px 150px;
    border: 10px solid rgb(238, 238, 238);
}

.architecture-section .title-box .title-inner-box .sec-title h2 {
    font-size: 44px;
    line-height: 1.1em;
    font-weight: 700;
}

.architecture-section .title-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
}

.architecture-section .lower-content {
    position: relative;
}

.architecture-section .lower-content .inner-content {
    position: relative;
    padding: 0px 70px 0px 140px;
}

.architecture-section .lower-content .list-column {
    position: relative;
}

.architecture-section .lower-content .list-column .inner-column {
    position: relative;
    padding-top: 50px;
}

.architecture-section .lower-content .architecture-info {
    position: relative;
    margin-bottom: 32px;
}

.architecture-section .lower-content .architecture-info:last-child {
    margin-bottom: 0px;
}

.architecture-section .lower-content .architecture-info .info-inner {
    position: relative;
    padding-bottom: 14px;
}

.architecture-section .lower-content .architecture-info .info-inner::before {
    position: absolute;
    content: "";
    left: 0px;
    width: 35px;
    bottom: 0px;
    height: 2px;
    background-color: rgb(35, 57, 116);
}

.architecture-section .lower-content .architecture-info .info-inner h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3em;
}

.architecture-section .lower-content .architecture-info .info-inner .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 4px;
}

.architecture-section .lower-content .image-column {
    position: relative;
}

.architecture-section .lower-content .image-column .inner-column {
    position: relative;
    margin-top: -90px;
}

.architecture-section .lower-content .image-column img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-section {
    position: relative;
    padding-top: 90px;
}

.gallery-section .filters {
    position: relative;
    margin-bottom: 40px;
}

.gallery-section .filters .filter-tabs {
    position: relative;
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    color: rgb(101, 101, 101);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 12px 6px;
    padding: 0px 0px 6px;
    text-transform: uppercase;
    transition: 300ms;
}

.gallery-section .filters li::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: rgb(35, 57, 116);
    transition: 300ms;
}

.gallery-section .filters li.active::before, .gallery-section .filters li:hover::before {
    width: 100%;
}

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

.project-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-item .image-box {
    position: relative;
    display: block;
    margin: 0px;
}

.project-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.project-item .overlay-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 240px;
    height: 120px;
    margin: -60px 0px 0px -120px;
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
}

.project-item .inner-box:hover .overlay-box {
    animation-name: bounceIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.project-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.project-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.project-item .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px 5px;
    display: inline-block;
    background-color: rgb(35, 57, 116);
    transition: 300ms;
}

.project-item .overlay-inner .link .icon {
    position: relative;
}

.project-item .overlay-inner .link:hover {
    background: rgb(32, 32, 32);
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px;
}

.default-portfolio-item.mix {
    display: none;
}

.sortable-masonry .items-container {
    position: relative;
}

.sortable-masonry .masonry-item {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.sortable-masonry .masonry-item::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    outline: rgb(255, 255, 255) solid 5px;
    outline-offset: -5px;
    z-index: 1;
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.default-portfolio-item .image-box {
    position: relative;
    display: block;
    background: rgb(16, 16, 16);
    margin: 0px;
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    border-radius: 3px;
    width: 100%;
    transition: 500ms;
}

.default-portfolio-item:hover .inner-box .image-box img {
    opacity: 0.5;
    transform: scale(1.1);
}

.default-portfolio-item .overlay-box {
    position: absolute;
    inset: 0px;
    padding: 0px;
    opacity: 0;
    text-align: center;
    transition: 500ms;
    transform: scaleX(0);
    z-index: 10;
}

.default-portfolio-item .overlay-box {
    border: 5px solid transparent;
}

.default-portfolio-item:hover .overlay-box {
    top: 0px;
    opacity: 1;
    transform: scaleX(1);
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0);
}

.default-portfolio-item .overlay-inner .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.default-portfolio-item .overlay-inner .content-box {
    position: relative;
    padding: 80px 20px;
    max-width: 450px;
    margin: 0px auto;
    background: rgba(255, 255, 255, 0.95);
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    max-width: 250px;
    margin: 0px auto;
}

.default-portfolio-item .overlay-inner h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    line-height: 1.4em;
    padding-bottom: 10px;
}

.default-portfolio-item .overlay-inner h3 a {
    color: rgb(34, 34, 34);
}

.default-portfolio-item .overlay-inner h3::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
    width: 20px;
    border-bottom: 2px solid rgb(197, 164, 126);
}

.default-portfolio-item .overlay-inner .text {
    position: relative;
    line-height: 1.8em;
    margin-top: 20px;
}

.services-section {
    position: relative;
    padding: 95px 0px 80px;
}

.services-section .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 800px;
    height: 455px;
}

.services-block-three {
    position: relative;
    margin-bottom: 30px;
}

.services-block-three.style-two {
    text-align: center;
}

.services-block-three.style-two .inner-box h3::before {
    margin-left: -25px;
    left: 50%;
}

.services-block-three .inner-box {
    position: relative;
}

.services-block-three .inner-box .service-number {
    position: absolute;
    right: 0px;
    top: 40px;
    color: rgb(35, 57, 116);
    opacity: 0.4;
    font-size: 72px;
    line-height: 1em;
    font-weight: 700;
}

.services-block-three .inner-box .icon-box {
    position: relative;
    font-size: 54px;
    line-height: 1em;
    color: rgb(35, 57, 116);
}

.services-block-three .inner-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-top: 18px;
    padding-bottom: 12px;
}

.services-block-three .inner-box h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.services-block-three .inner-box h3 a:hover {
    color: rgb(35, 57, 116);
}

.services-block-three .inner-box h3::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.services-block-three .inner-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 25px;
}

.planning-section {
    position: relative;
    padding: 100px 0px 60px;
    background-size: cover;
    background-attachment: fixed;
}

.planning-section::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(48, 48, 48, 0.9);
}

.planning-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.planning-section .image-column .inner-column {
    position: relative;
}

.planning-section .image-column .inner-column .image {
    position: relative;
}

.planning-section .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.planning-section .content-column {
    position: relative;
}

.planning-section .content-column .inner-column {
    position: relative;
    padding-top: 20px;
    padding-left: 70px;
}

.planning-section .content-column .inner-column .text {
    position: relative;
}

.planning-section .content-column .inner-column .text p {
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.planning-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.planning-section .content-column .inner-column .text p span {
    font-weight: 600;
}

.services-section-two {
    position: relative;
    padding: 100px 0px 60px;
}

.services-section-two .pattern-layer {
    position: absolute;
    left: -350px;
    top: 430px;
    width: 1000px;
    height: 334px;
}

.services-section-two .left-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-two .left-column .inner-column {
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
}

.services-section-two .left-column .inner-column .sec-title {
    margin-bottom: 90px;
}

.services-section-two .left-column h3 {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 42px;
    line-height: 1.3em;
}

.services-section-two .left-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 6px;
    margin-bottom: 20px;
}

.services-section-two .left-column ul {
    position: relative;
    margin-bottom: 100px;
}

.services-section-two .left-column ul li {
    position: relative;
    color: rgb(221, 221, 221);
    font-weight: 600;
    font-size: 38px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.skills {
    position: relative;
}

.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item:last-child {
    margin-bottom: 0px;
}

.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
}

.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    border-bottom: 3px solid rgb(204, 204, 204);
}

.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 3px;
    background: rgb(34, 34, 34);
    transition: 2000ms;
}

.skills.green .skill-item .skill-bar .bar-inner .bar {
    background: rgb(255, 102, 102);
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 10px;
}

.skills .skill-item .skill-header .skill-title {
    float: left;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
}

.skills .skill-item .skill-header .skill-percentage {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    float: right;
}

.services-section-two .left-column .image {
    position: relative;
    margin-top: 70px;
    margin-left: -210px;
}

.services-section-two .right-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-two .right-column .inner-column {
    position: relative;
    margin-right: -350px;
}

.services-section-two .right-column .image-box {
    position: relative;
    margin-bottom: 40px;
}

.services-block-four {
    position: relative;
}

.services-block-four .inner-box {
    position: relative;
}

.services-block-four .inner-box .image {
    position: relative;
}

.services-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-four .inner-box .lower-content {
    position: relative;
}

.services-block-four .inner-box .lower-content .content-inner {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -180px;
    padding: 70px 70px 70px 120px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.services-block-four .inner-box .lower-content h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 18px;
}

.services-block-four .inner-box .lower-content h2::before {
    position: absolute;
    content: "";
    left: -65px;
    top: 19px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.services-block-four .inner-box .lower-content h2 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.services-block-four .inner-box .lower-content h2 a:hover {
    color: rgb(35, 57, 116);
}

.services-block-four .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 35px;
}

.services-block-four .inner-box .lower-content .text p {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 15px;
}

.services-block-four .inner-box .lower-content .text p:last-child {
    margin-bottom: 0px;
}

.services-section-three {
    position: relative;
    padding: 100px 0px 70px;
    background: rgb(245, 245, 245);
}

.services-section-three .pattern-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 695px;
    height: 395px;
}

.services-section-three .pattern-layer-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 695px;
    height: 395px;
}

.services-block-five {
    position: relative;
    margin-bottom: 30px;
}

.services-block-five .inner-box {
    position: relative;
}

.services-block-five .inner-box .image-column {
    position: relative;
    margin-bottom: 30px;
}

.services-block-five .inner-box .image-column .inner-column {
    position: relative;
}

.services-block-five .inner-box .image-column .inner-column .image {
    position: relative;
}

.services-block-five .inner-box .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.services-block-five .inner-box .content-column {
    position: relative;
    margin-bottom: 30px;
}

.services-block-five .inner-box .content-column .inner-column {
    position: relative;
    padding-top: 60px;
}

.services-block-five .inner-box .content-column {
    position: relative;
}

.services-block-five .inner-box .content-column .inner-column {
    position: relative;
    padding-right: 50px;
}

.services-block-five.style-two .inner-box .content-column .inner-column {
    position: relative;
    padding-right: 0px;
    padding-left: 50px;
}

.services-block-five .inner-box .content-column h3 {
    position: relative;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 25px;
    padding-bottom: 15px;
    color: #000;
}

.services-block-five .inner-box .content-column h3::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.services-block-five .inner-box .content-column h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 300ms;
}

.services-block-five .inner-box .content-column h3 a:hover {
    color: rgb(35, 57, 116);
}

.services-block-five .inner-box .content-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
}

.container-fluid-two {
    position: relative;
    overflow: hidden;
    /*padding: 40px 0px 0px;*/
    padding: 40px 0px;
    background-color: rgb(35, 57, 116);
    border-bottom: 1px solid rgb(215, 215, 215);
    border-top: 1px solid rgb(215, 215, 215);
}

.container-fluid-two .outer-section {
    position: relative;
}

.container-fluid-two .outer-section .left-column {
    position: relative;
    width: 50%;
    float: left;
    padding-top: 40px;
}

.container-fluid-two .outer-section .left-column .inner-column {
    position: relative;
    max-width: 560px;
    margin-right: 270px;
    margin-left: -270px;
    display: block;
    float: right;
    padding: 0px 60px 0px 15px;
}

.container-fluid-two .outer-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 430px;
    height: 304px;
}

.container-fluid-two .outer-section .left-column .quote-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 50px;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(200, 170, 108);
}

.container-fluid-two .outer-section .left-column .title-box {
    position: relative;
    padding-left: 90px;
}

.container-fluid-two .outer-section .left-column .title-box .title {
    position: relative;
    color: rgb(199, 168, 104);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.container-fluid-two .outer-section .left-column .title-box h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 12px;
}

.container-fluid-two .outer-section .left-column .title-box .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.7em;
}

.container-fluid-two .outer-section .right-column {
    position: relative;
    width: 50%;
    float: left;
    padding-bottom: 40px;
}

.container-fluid-two .outer-section .right-column::before, .container-fluid-two .outer-section .right-column .inner-column::before {
    position: absolute;
    content: "";
    right: 0px;
    top: -180px;
    width: 100%;
    height: 300%;
    background-color: rgb(255, 255, 255);
}

.container-fluid-two .outer-section .right-column .inner-column {
    position: relative;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 90px;
    margin-left: -270px;
    padding-right: 30px;
}

.container-fluid-two .outer-section .right-column .inner-column .owl-dots {
    display: none;
}

.container-fluid-two .outer-section .right-column .inner-column .owl-nav {
    position: relative;
    text-align: center;
    margin-top: 70px;
}

.container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-prev, .container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        color: rgb(255 255 255);
        font-size: 28px;
        line-height: 51px;
        text-align: center;
        margin: 0px 4px;
        border: 2px solid rgb(238, 238, 238);
        display: flex;
        transition: 300ms;
        background: #c8a969;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
}

.container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-prev:hover, .container-fluid-two .outer-section .right-column .inner-column .owl-nav .owl-next:hover {
    color: rgb(255, 255, 255); 
       background: #c8a969;
}

.testimonial-block-two {
    position: relative;
        min-height: 230px ;

}

.testimonial-block-two .inner-box {
    position: relative;
    padding-top: 10px;
}

.testimonial-block-two .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 180px;
}

.testimonial-block-two .inner-box .upper-box {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.testimonial-block-two .inner-box .upper-box h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
}

.testimonial-block-two .inner-box .upper-box .location {
    position: relative;
    color: rgb(34, 34, 34);
    font-style: italic;
}

.testimonial-block-two .inner-box .upper-box .rating {
    position: relative;
    padding-top: 10px;
}

.testimonial-block-two .inner-box .upper-box .rating .fa {
    position: relative;
    color: rgb(255, 206, 74);
    font-size: 13px;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    line-height: 1.7em;
    /*color: rgb(34, 34, 34);*/
    color: black;
    font-size: 16px;
}

.project-contact-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
}

.project-contact-section .inner-container {
    position: relative;
}

.project-contact-section .inner-container .pattern-layer {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -50px;
    height: 185px;
    width: 1300px;
}

.project-contact-section .image-layer {
    position: absolute;
    content: "";
    inset: 0px 0px 170px;
    background-size: cover;
}

.project-contact-section .image-layer::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(48, 48, 48, 0.9);
}

.project-contact-section .content-box {
    position: relative;
    max-width: 570px;
    float: right;
    width: 100%;
}

.project-contact-section .content-box .content-inner {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 50px 50px 50px 110px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
}

.project-contact-section .content-box .content-inner .sec-title h2 {
    font-size: 30px;
    font-weight: 700;
}

.project-form {
    position: relative;
}

.project-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.project-form .form-group input[type="text"], .project-form .form-group input[type="tel"], .project-form .form-group input[type="email"], .project-form .form-group select, .project-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: rgb(34, 34, 34);
    height: 55px;
    font-size: 15px;
    background: rgb(244, 244, 244);
    transition: 300ms;
}

.project-form .form-group input[type="text"]:focus, .project-form .form-group input[type="tel"]:focus, .project-form .form-group input[type="email"]:focus, .project-form .form-group textarea:focus {
}

.project-form .form-group textarea::-webkit-input-placeholder, .project-form .form-group input::-webkit-input-placeholder {
    color: rgb(136, 136, 136);
}

.project-form .form-group textarea {
    height: 130px;
    resize: none;
}

.project-form button {
    cursor: pointer;
    margin-top: 20px;
}

.sponsors-section-two {
    position: relative;
    padding: 60px 0px;
    background-color: rgb(245 245 245);
}

.sponsors-section-two .sponsors-outer {
    position: relative;
}

.sponsors-section-two .sponsors-outer::before {
    position: absolute;
    content: "";
    right: -2px;
    top: 0px;
    width: 6px;
    height: 100%;
    z-index: 1;
    background-color: rgb(244, 244, 244);
}

.sponsors-section-two .sponsors-outer .owl-dots, .sponsors-section-two .sponsors-outer .owl-nav {
    position: relative;
    /*display: none;*/
}

.sponsors-section-two .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
    transition: 0.3s;
    /* background: #fff; */
    border: 1px solid #e9e9e9;
}

.sponsors-section-two .sponsors-outer .image-box::before {
    position: absolute;
    /* content: ""; */
    right: -1px;
    top: 0px;
    width: 1px;
    height: 100%;
    background-color: rgb(221, 221, 221);
}

.sponsors-section-two .sponsors-outer .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: 0.3s;
}

.sponsors-section-two .sponsors-outer .image-box img:hover {
    opacity: 0.4;
}

.about-section-two {
    position: relative;
    padding: 80px 0px 70px;
}

.about-section-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
}

.about-section-two .outer-container {
    position: relative;
    padding: 0px 50px;
}

.about-section-two .left-column {
    position: relative;
    width: 40%;
    float: left;
}

.about-section-two .left-column .row {
    position: relative;
    margin: 0px -15px;
}

.about-section-two .left-column .image-column {
    position: relative;
    padding: 0px 15px;
}

.about-section-two .left-column .image-column .image {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .left-column .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section-two .right-column {
    position: relative;
    width: 60%;
    float: left;
}

.about-section-two .right-column .inner-column {
    position: relative;
    padding-left: 100px;
}

.about-section-two .right-column .inner-column .sec-title {
    margin-bottom: 20px;
}

.about-section-two .right-column .inner-column .bold-text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.about-section-two .right-column .inner-column .text {
    position: relative;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 1.7em;
}

.about-section-two .right-column .inner-column .image {
    position: relative;
    margin-bottom: 30px;
}

.about-section-two .right-column .inner-column .image img {
    width: 100%;
    display: block;
}

.services-section-four {
    position: relative;
    padding-bottom: 90px;
}

.services-section-four .title-box {
    position: relative;
    padding: 90px 0px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.services-section-four .title-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(48, 48, 48, 0.9);
}

.services-section-four .title-box .sec-title .title {
    color: rgb(255, 255, 255);
}

.services-section-four .title-box .sec-title .text {
    margin-top: 38px !important;
}

.services-section-four .lower-content {
    position: relative;
    margin-top: -55px;
    z-index: 1;
}

.services-section-four .lower-content .pattern-layer {
    position: absolute;
    left: 0px;
    top: 35px;
    width: 900px;
    height: 803px;
}

.services-block-six {
    position: relative;
    margin-bottom: 30px;
}

.services-block-six .inner-box {
    position: relative;
    text-align: center;
    padding: 0px;
}

.services-block-six .inner-box .icon-box {
    position: relative;
    font-size: 80px;
    line-height: 1em;
    color: rgb(79, 79, 79);
}

.services-block-six .inner-box h3 {
    position: relative;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 13px;
    color: rgb(0, 0, 0);
    padding-bottom: 11px;
    text-transform: capitalize;
}

.services-block-six .inner-box h3::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: rgb(35, 57, 116);
}

.services-block-six .flip-container {
    perspective: 1000px;
}

.services-block-six .flip-container {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.services-block-six .flip-container .front {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
    border: 1px solid rgb(227, 227, 227);
    border-radius: 10px;
}

.services-block-six .flip-container .back {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(28, 28, 28);
    z-index: 1;
    border-radius: 10px;
}

.services-block-six .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    padding: 0px;
}

.services-block-six .flip-container:hover .flipper, .services-block-six .flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.services-block-six .front, .services-block-six .back {
    backface-visibility: hidden;
    top: 0px;
    left: 0px;
}

.services-block-six .front {
    z-index: 2;
    transition: opacity 500ms;
}

.services-block-six .flip-container:hover .flipper .front, .services-block-six .flip-container.hover .flipper .front {
    opacity: 0;
    z-index: 0;
}

.services-block-six .back {
    transform: rotateY(180deg);
    background: rgb(35, 57, 116);
}

.services-block-six .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 700ms;
    overflow: hidden;
}

.services-block-six .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 35px;
    opacity: 1;
    transition: 500ms;
}

.services-block-six .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.services-block-six .inner-box .overlay-inner h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 15px;
}

.services-block-six .inner-box .overlay-inner h4::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: rgb(255, 255, 255);
}

.services-block-six .inner-box .overlay-inner h4 a {
    position: relative;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 30px;
}

.services-block-six .inner-box .overlay-inner .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.8em;
    margin-top: 18px;
}

.services-block-six .inner-box .overlay-inner .read-more {
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.services-block-six .inner-box .overlay-inner .read-more:hover {
    border-bottom-color: rgb(34, 34, 34);
}

.services-block-six .inner-box .overlay-inner .icon {
    position: absolute;
    left: 0px;
    right: 0px;
    color: rgb(34, 34, 34);
    font-size: 90px;
    line-height: 1em;
    margin-top: 60px;
    opacity: 0.1;
}

.counter-section-two {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.counter-section-two .outer-container {
    position: relative;
    padding: 0px 20px;
}

.counter-block-two {
    position: relative;
    margin-bottom: 30px;
}

.counter-block-two .inner-box {
    position: relative;
}

.counter-block-two .inner-box .image-column {
    position: relative;
    padding: 0px;
    float: left;
}

.counter-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.counter-block-two .inner-box .content-column {
    position: relative;
    padding: 0px;
    float: left;
}

.counter-block-two .inner-box .content-column .inner-column {
    position: relative;
    width: 100%;
    text-align: center;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 4px 15px 0px;
    background-color: rgb(255, 255, 255);
}

.counter-block-two .inner-box .content-column .inner-column .content {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.counter-block-two .inner-box .content-column .inner-column .count-box {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 102px;
    font-family: Montserrat, sans-serif;
    line-height: 1em;
    font-weight: 400;
}

.counter-block-two .inner-box .content-column .inner-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 13px;
    padding-top: 15px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
}

.counter-block-two .inner-box .content-column .inner-column .text::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    height: 2px;
    width: 50px;
    margin-left: -25px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.counter-block-two:nth-child(2) .inner-box .content-column .count-box, .counter-block-two:nth-child(4) .inner-box .content-column .count-box {
    color: rgb(34, 34, 34);
}

.counter-block-two:nth-child(2) .inner-box .content-column .text::before, .counter-block-two:nth-child(4) .inner-box .content-column .text::before {
    background-color: rgb(35, 57, 116);
}

.project-section-two {
    position: relative;
    padding-bottom: 100px;
    padding-top: 100px;
}

.project-section-two.style-two {
    padding-bottom: 0px;
}

.project-section-two.style-three {
    padding-top: 40px;
    padding-bottom: 130px;
}

.project-section-two.style-four {
    padding-top: 90px;
}

.project-section-two.style-four .sec-title {
    margin-bottom: 45px;
}

.project-section-two .owl-dots, .project-section-two .owl-nav {
    display: none;
}

.project-section-two .btn-box {
    position: relative;
    padding-top: 75px;
}

.project-section-two .pattern-layer {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 125px;
    width: 100%;
    bottom: 120px;
    background-repeat: no-repeat;
    background-position: center center;
}

.project-block-two {
position: relative;
    /* margin-bottom: 30px; */
    text-align: center;
    /* background: red; */
    padding: 17px 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 22px;
}

.project-block-two .inner-box {
    position: relative;
}

.project-block-two .inner-box .image {
    position: relative;
}

.project-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.project-block-two .inner-box .image .overlay-box {
    position: absolute;
    inset: 0px;
    z-index: 2;
    opacity: 0;
    display: block;
    transition: 900ms;
}

.project-block-two .inner-box .image .overlay-box::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateY(-90deg);
    transform-origin: right center;
    transition: 0.5s;
    background-color: rgba(233, 195, 122, 0.95);
}

.project-block-two .inner-box:hover .image .overlay-box::before {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
}

.project-block-two .inner-box .image .overlay-box::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left center;
    transition: 0.5s;
    background-color: rgba(233, 195, 122, 0.95);
}

.project-block-two .inner-box:hover .image .overlay-box::after {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
}

.project-block-two .inner-box:hover .image .overlay-box {
    opacity: 1;
}

.project-block-two .inner-box .image .overlay-box .plus {
    position: relative;
    display: inline-block;
    z-index: 1;
    color: rgb(34, 34, 34);
    font-size: 18px;
    text-align: center;
    line-height: 34px;
    font-weight: 400;
    transition: 500ms;
}

.project-block-two .inner-box .image .overlay-box .plus:hover {
    color: rgb(255, 255, 255);
}

.project-block-two .inner-box:hover .image .overlay-box .plus {
    animation-name: rotateMe;
    animation-duration: 500ms;
    animation-delay: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: 2;
}

.project-block-two .inner-box .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle;
    opacity: 0;
    transform: translateY(50px);
    z-index: 1;
}

.project-block-two .inner-box:hover .image .overlay-box .overlay-inner {
    opacity: 1;
    transform: translateY(0px);
    transition: 500ms 700ms;
}

.project-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.project-block-two .inner-box .image h3 {
    position: relative;
    font-size: 24px;
    color: rgb(34, 34, 34);
    z-index: 1;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 7px;
}

.project-block-two .inner-box .image h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 500ms;
}

.project-block-two .inner-box .image h3 a:hover {
    color: rgb(34, 34, 34);
    text-decoration: underline;
}

.project-block-two .inner-box .image .category {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    margin-top: 4px;
    z-index: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.branded-section {
    position: relative;
    background-size: cover;
    padding: 90px 0px 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.branded-section.style-two {
    border-bottom: 0px;
}

.branded-section .title-box {
    position: relative;
    margin-bottom: 90px;
}

.branded-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(48, 48, 48, 0.9);
}

.branded-section .title-box .sec-title .title {
    color: rgb(255, 255, 255);
}

.branded-section .title-box .sec-title .text {
    margin-top: 38px !important;
}

.branded-section .lower-section {
    position: relative;
}

.branded-section::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 215px;
    background-color: rgb(255, 255, 255);
}

.branded-section .lower-section .row {
    margin: 0px -55px;
}

.branded-section .lower-section .brand-block, .branded-section .lower-section .brand-block-two {
    padding: 0px 55px;
}

.brand-block {
    position: relative;
    z-index: 1;
}

.brand-block .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.brand-block .inner-box .upper-box {
    position: relative;
    padding: 42px 45px 45px;
    background-color: rgb(35, 57, 116);
}

.brand-block .inner-box .upper-box h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 22px;
}

.brand-block .inner-box .upper-box h3::before {
    position: absolute;
    content: "";
    left: 0px;
    height: 3px;
    width: 50px;
    bottom: 0px;
    background-color: rgb(34, 34, 34);
}

.brand-block .inner-box .lower-box {
    position: relative;
    padding: 32px 0px;
}

.brand-block .inner-box .lower-box .box-inner {
    position: relative;
    padding: 25px 20px 25px 155px;
}

.brand-block .inner-box .lower-box .box-inner .image {
    position: absolute;
    left: -30px;
    top: 0px;
}

.brand-block .inner-box .lower-box .box-inner .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
}

.testimonial-section-two {
    position: relative;
    padding: 95px 0px;
}

.testimonial-section-two.style-two {
    padding-top: 0px;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-three .inner-box .quote-icon {
    position: relative;
    font-size: 44px;
    line-height: 1em;
    color: rgb(35, 57, 116);
}

.testimonial-block-three .inner-box h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    display: inline-block;
    padding: 0px 30px;
}

.testimonial-block-three .inner-box h3::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 23px;
    height: 2px;
    width: 24px;
    background-color: rgb(35, 57, 116);
}

.testimonial-block-three .inner-box h3::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 23px;
    height: 2px;
    width: 24px;
    background-color: rgb(35, 57, 116);
}

.testimonial-block-three .inner-box .text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.7em;
    max-width: 950px;
    margin: 35px auto 0px;
}

.testimonial-block-three .inner-box .author-name {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    margin-top: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial-block-three .inner-box .designation {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 0px;
}

.testimonial-section-two .client-thumb-outer {
    position: relative;
    max-width: 250px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 45px;
}

.testimonial-section-two .client-thumb-outer .owl-item.active .thumb-item .thumb-box {
    z-index: 999;
    transform: scale(1, 1);
}

.testimonial-section-two .client-thumb-outer .client-thumbs-carousel {
    position: relative;
    max-width: 80px;
    margin: 0px auto;
    text-align: center;
}

.testimonial-section-two .client-thumb-outer .client-thumbs-carousel .owl-stage-outer {
    overflow: visible;
}

.testimonial-section-two .client-thumb-outer .thumb-item .thumb-box {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0px auto;
    overflow: hidden;
    transform: scale(0.9, 0.9);
    transition: 300ms;
}

.testimonial-section-two .client-thumb-outer .owl-item {
    z-index: 0;
}

.testimonial-section-two .client-thumb-outer .owl-item.active {
    z-index: 10;
}

.testimonial-section-two .client-thumb-outer .thumb-item .thumb-box::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
}

.testimonial-section-two .client-thumb-outer .owl-item.active .thumb-box::before {
    opacity: 0;
}

.testimonial-section-two .client-thumb-outer .client-thumbs-carousel .thumb-item img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.testimonial-section-two .owl-item.active .thumb-content {
    opacity: 1;
}

.testimonial-section-two .owl-nav {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    margin-top: -10px;
}

.testimonial-section-two .owl-nav .owl-prev, .testimonial-section-two .owl-nav .owl-next {
    position: absolute;
    display: inline-block;
    color: rgb(238, 238, 238);
    font-size: 20px;
    line-height: 40px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: none;
    border: 2px solid rgb(238, 238, 238);
    transition: 300ms;
}

.testimonial-section-two .owl-nav .owl-prev {
    left: 0px;
    right: auto;
}

.testimonial-section-two .owl-nav .owl-next {
    right: 0px;
    left: auto;
}

.testimonial-section-two .owl-nav .owl-prev:hover, .testimonial-section-two .owl-nav .owl-next:hover {
    color: rgb(255, 255, 255);
    border-color: rgb(35, 57, 116);
    background-color: rgb(35, 57, 116);
}

.testimonial-section-two .owl-dots {
    display: none;
}

.fluid-section-one {
    position: relative;
}

.fluid-section-one .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 55%;
    bottom: 50px;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-one .image-column .image {
    width: 100%;
}

.fluid-section-one .image-column .image img {
    display: block;
    width: 100%;
}

.fluid-section-one .image-column .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    transition: 0.6s;
}

.fluid-section-one .image-column .overlay-link:hover {
    background: rgba(0, 0, 0, 0.5);
}

.fluid-section-one .image-column .overlay-link .icon-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: rgb(34, 34, 34);
    font-size: 22px;
    padding-left: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
    margin-left: -40px;
    margin-top: -40px;
    background-color: rgb(255, 255, 255);
}

.fluid-section-one .content-column {
    position: relative;
    width: 45%;
    float: right;
    padding: 60px 0px 0px;
}

.fluid-section-one .content-column .content-box {
    position: relative;
    max-width: 700px;
    float: left;
}

.fluid-section-one .content-column .content-box .content {
    position: relative;
    z-index: 1;
    margin-left: -70px;
    padding: 50px 50px 50px 55px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px;
}

.fluid-section-one .content-column .sec-title {
    padding-left: 135px;
}

.fluid-section-one .content-column .content-box .content .text {
    position: relative;
    line-height: 1.8em;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-bottom: 45px;
}

.fluid-section-one .content-column .content-box .content .text span {
    font-weight: 600;
}

.feature-box {
    position: relative;
}

.feature-box .inner-box {
    position: relative;
    text-align: center;
}

.feature-box .inner-box .icon-box {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 70px;
    line-height: 1em;
    font-weight: 400;
}

.feature-box .inner-box h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

.sponsors-section-three {
    position: relative;
    padding: 160px 0px 60px;
}

.sponsors-section-three .inner-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
    border-image: initial;
    border-right: none;
}

.sponsors-section-three .inner-container .column {
    float: left;
    padding: 0px;
}

.sponsors-section-three .inner-container .column .image {
    text-align: center;
    border-bottom: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
}

.project-form-section {
    position: relative;
    padding: 60px 0px 110px;
}

.project-form-section .content-column {
    position: relative;
}

.project-form-section .content-column .inner-column {
    position: relative;
    padding-left: 65px;
    padding-right: 75px;
    margin-bottom: 40px;
}

.project-form-section .content-column ul {
    position: relative;
}

.project-form-section .content-column ul li {
    position: relative;
    margin-bottom: 8px;
    color: rgb(34, 34, 34);
    font-size: 14px;
}

.project-form-section .content-column ul li span {
    position: relative;
}

.map-section {
    position: relative;
}

.map-section .map-canvas {
    position: relative;
    height: 400px;
}

.products-section {
    position: relative;
    padding: 80px 0px 30px;
}

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

.product-block .inner-box {
    position: relative;
}

.product-block .inner-box .image {
    position: relative;
}

.product-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-block .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.product-block .inner-box .overlay-box .overlay-inner {
    position: relative;
    padding-top: 44px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.product-block .inner-box .overlay-box .overlay-inner h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
}

.product-block .inner-box .overlay-box .overlay-inner h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.6s;
}

.product-block .inner-box .overlay-box .overlay-inner h3 a:hover {
    color: rgb(35, 57, 116);
}

.product-block .inner-box .overlay-box .overlay-inner .title {
    position: relative;
    color: rgb(68, 68, 68);
    font-size: 14px;
    margin-top: 2px;
}

.product-block .inner-box .overlay-box .overlay-inner .see-products {
    position: relative;
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-top: 12px;
    padding-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(35, 57, 116);
    transition: 0.6s;
}

.product-block .inner-box .overlay-box .overlay-inner .see-products:hover {
    color: rgb(35, 57, 116);
}

.product-block-two {
    position: relative;
    margin-bottom: 30px;
}

.product-block-two .inner-box {
    position: relative;
}

.product-block-two .inner-box .image {
    position: relative;
}

.product-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

.product-block-two .inner-box .overlay-box .overlay-inner {
    position: relative;
    max-width: 280px;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.product-block-two .inner-box .overlay-box .overlay-inner h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
}

.product-block-two .inner-box .overlay-box .overlay-inner h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.6s;
}

.product-block-two .inner-box .overlay-box .overlay-inner h3 a:hover {
    color: rgb(35, 57, 116);
}

.product-block-two .inner-box .overlay-box .overlay-inner .title {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    margin-top: 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-block-two .inner-box .overlay-box .overlay-inner .sale {
    position: relative;
    font-size: 14px;
    color: rgb(68, 68, 68);
    margin-top: 25px;
    padding-bottom: 3px;
    display: block;
}

.product-block-three {
    position: relative;
    margin-bottom: 30px;
}

.product-block-three .inner-box {
    position: relative;
}

.product-block-three .inner-box .image {
    position: relative;
}

.product-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-block-three .inner-box .overlay-box {
    position: absolute;
    inset: 0px;
}

.product-block-three .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 40px;
    bottom: 40px;
    max-width: 280px;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-block-three .inner-box .overlay-box .overlay-inner h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
}

.product-block-three .inner-box .overlay-box .overlay-inner h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.6s;
}

.product-block-three .inner-box .overlay-box .overlay-inner h3 a:hover {
    color: rgb(35, 57, 116);
}

.product-block-three .inner-box .overlay-box .overlay-inner .shop-now {
    position: relative;
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-top: 16px;
    padding-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(35, 57, 116);
    transition: 0.5s;
}

.product-block-three .inner-box .overlay-box .overlay-inner .shop-now:hover {
    color: rgb(35, 57, 116);
}

.shop-products-section {
    position: relative;
    padding: 40px 0px 60px;
}

.shop-products-section .btn-box {
    position: relative;
    margin-top: 20px;
}

.product-block-four {
    position: relative;
    margin-bottom: 45px;
}

.product-block-four .inner-box {
    position: relative;
    display: block;
}

.product-block-four .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(0, 0, 0);
}

.product-block-four .inner-box .image .sale {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px 15px 7px;
    border-radius: 2px;
    background-color: rgb(247, 76, 76);
    text-transform: uppercase;
}

.product-block-four .inner-box .image .hot {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px 15px 7px;
    border-radius: 2px;
    background-color: rgb(59, 202, 75);
    text-transform: uppercase;
}

.product-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: 0.3s;
}

.product-block-four .inner-box:hover .image img {
    opacity: 0.7;
    transform: scale(1.1) rotate(3deg);
}

.product-block-four .inner-box .prod-options {
    position: absolute;
    right: 5px;
    bottom: 2px;
    width: 40px;
    opacity: 0;
    transition: 0.5s;
}

.product-block-four .inner-box:hover .prod-options {
    opacity: 1;
}

.product-block-four .inner-box .prod-options .add-fav, .product-block-four .inner-box .prod-options .add-cart, .product-block-four .inner-box .prod-options .view-prod {
    position: relative;
    display: block;
    margin-bottom: 3px;
}

.product-block-four .inner-box .prod-options a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 38px;
    border: 1px solid rgb(34, 34, 34);
    font-size: 16px;
    height: 40px;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    transition: 0.5s;
}

.product-block-four .inner-box .prod-options a:hover {
    background: rgb(35, 57, 116);
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.product-block-four .inner-box .lower-content {
    position: relative;
    padding-top: 32px;
    text-align: center;
}

.product-block-four .inner-box .lower-content h3 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
}

.product-block-four .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.product-block-four .inner-box .lower-content h3 a:hover {
    color: rgb(35, 57, 116);
}

.product-block-four .inner-box .lower-content .price {
    position: relative;
    margin-top: 8px;
}

.product-block-four .inner-box .lower-content .price li {
    position: relative;
    font-size: 16px;
    color: rgb(35, 57, 116);
    margin: 0px 5px;
    display: inline-block;
    font-weight: 700;
}

.product-block-four .inner-box .lower-content .price li:last-child {
    color: rgb(102, 102, 102);
    text-decoration: line-through;
}

.products-section-two {
    position: relative;
    padding: 50px 0px 70px;
}

.product-block-five {
    position: relative;
    margin-bottom: 30px;
}

.product-block-five .inner-box {
    position: relative;
}

.product-block-five .inner-box .image {
    position: relative;
}

.product-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-block-five .inner-box .image .overlay-box {
    position: absolute;
    inset: 0px;
}

.product-block-five .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    max-width: 280px;
    width: 100%;
    display: block;
    float: right;
    padding-top: 60px;
}

.product-block-five .inner-box .image .overlay-box .overlay-inner .title {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: rgb(68, 68, 68);
    display: block;
}

.product-block-five .inner-box .image .overlay-box .overlay-inner h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 8px;
}

.product-block-five .inner-box .image .overlay-box .overlay-inner h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.product-block-five .inner-box .image .overlay-box .overlay-inner h3 a:hover {
    color: rgb(35, 57, 116);
}

.product-block-six {
    position: relative;
    margin-bottom: 30px;
}

.product-block-six .inner-box {
    position: relative;
}

.product-block-six .inner-box .image {
    position: relative;
}

.product-block-six .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.product-block-six .inner-box .image .overlay-box {
    position: absolute;
    inset: 0px;
}

.product-block-six .inner-box .image .overlay-box .overlay-inner {
    position: relative;
    width: 100%;
    display: block;
    float: right;
    padding-left: 60px;
    padding-top: 40px;
}

.product-block-six .inner-box .image .overlay-box .overlay-inner .discover {
    position: relative;
    font-size: 15px;
    color: rgb(34, 34, 34);
    float: left;
    margin-left: 75px;
    margin-top: 28px;
    font-weight: 700;
    padding-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(35, 57, 116);
    transition: 0.6s;
}

.product-block-six .inner-box .image .overlay-box .overlay-inner .discover:hover {
    color: rgb(35, 57, 116);
}

.product-block-six .inner-box .image .overlay-box .overlay-inner h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 8px;
    float: left;
}

.product-block-six .inner-box .image .overlay-box .overlay-inner h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.product-block-six .inner-box .image .overlay-box .overlay-inner h3 a:hover {
    color: rgb(35, 57, 116);
}

.feature-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background: rgba(0, 0, 0, 0.78);
}

.feature-block {
    position: relative;
    margin-bottom: 45px;
}

.feature-block .inner-box {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.feature-block .inner-box .icon-box {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 50px;
    line-height: 1em;
    margin-right: 14px;
}

.feature-block .inner-box h3 {
    position: relative;
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.3em;
    margin-bottom: 10px;
}

.feature-block .inner-box .text {
    position: relative;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 1.9em;
}

.products-section-three {
    position: relative;
    padding: 95px 0px 60px;
}

.products-section-three .sec-title .more-products {
    position: relative;
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-top: 40px;
    padding-bottom: 3px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(35, 57, 116);
    transition: 0.6s;
}

.products-section-three .sec-title .more-products:hover {
    color: rgb(35, 57, 116);
}

.subscribe-section {
    position: relative;
    padding: 85px 0px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.subscribe-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.06);
}

.subscribe-section .title-column {
    position: relative;
}

.subscribe-section .title-column .inner-column {
    position: relative;
}

.subscribe-section .title-column .inner-column h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
}

.subscribe-section .title-column .inner-column .text {
    position: relative;
    color: rgb(68, 68, 68);
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 14px;
}

.subscribe-section .form-column {
    position: relative;
}

.subscribe-section .form-column .inner-column {
    position: relative;
    padding-top: 40px;
    padding-left: 40px;
}

.subscribe-form-two {
    position: relative;
}

.subscribe-form-two .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 175px;
}

.subscribe-form-two .form-group input[type="text"], .subscribe-form-two .form-group input[type="tel"], .subscribe-form-two .form-group input[type="email"], .subscribe-form-two .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 53px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 10px 15px;
    transition: 300ms;
}

.subscribe-form-two .form-group input[type="submit"], .subscribe-form-two button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.page-title {
    position: relative;
    padding: 230px 0px 70px;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title .content {
    position: relative;
    /* padding-left: 195px; */
    text-align: center;
}

.page-title::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.7);
}

.page-title h2 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 48px;
    line-height: 1.3em;
}

.page-title .text {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 22px;
    margin-top: 5px;
    line-height: 1.3em;
}

.page-title .page-breadcrumb {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    /* margin-top: 90px; */
    font-family: Montserrat, sans-serif;
}

.page-title .page-breadcrumb li {
    position: relative;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    text-transform: capitalize;
    display: inline-block;
}

.page-title .page-breadcrumb li::after {
    position: absolute;
    content: "/";
    right: -6px;
    top: 0px;
}

.page-title .page-breadcrumb li:last-child::after {
    display: none;
}

.page-title .page-breadcrumb li a {
    position: relative;
    color: rgb(198 168 104);
}

.brand-block-two {
    position: relative;
    z-index: 1;
}

.brand-block-two .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.brand-block-two .inner-box .upper-box {
    position: relative;
}

.brand-block-two .inner-box .upper-box .upper-inner {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    background-color: rgb(35, 57, 116);
}

.brand-block-two .inner-box .upper-box .upper-inner .image {
    position: relative;
    margin-top: -35px;
    display: inline-block;
}

.brand-block-two .inner-box .lower-box {
    position: relative;
}

.brand-block-two .inner-box .lower-box .box-inner {
    position: relative;
    padding: 50px 55px;
}

.brand-block-two .inner-box .lower-box .box-inner h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.brand-block-two .inner-box .lower-box .box-inner h3::before {
    position: absolute;
    content: "";
    left: 0px;
    height: 3px;
    width: 50px;
    bottom: 0px;
    background-color: rgb(34, 34, 34);
}

.brand-block-two .inner-box .lower-box .box-inner .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 30px;
}

.solution-section {
    position: relative;
    padding-bottom: 60px;
}

.solution-section .skill-column {
    position: relative;
}

.solution-section .skill-column .inner-column {
    position: relative;
    padding-left: 35px;
    padding-top: 35px;
}

.services-section-five {
    position: relative;
    padding: 90px 0px 60px;
}

.services-section-five.style-two {
    padding-top: 50px;
}

.services-section-five .pattern-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 960px;
    height: 365px;
}

.services-section-five .sec-title {
    margin-bottom: 60px;
}

.services-section-five .sec-title .text {
    position: relative;
    max-width: 840px;
}

.team-page-section {
    padding-bottom: 0px;
}

.team-page-section .team-block {
    padding-bottom: 100px;
}

.price-page-section {
    position: relative;
    padding: 100px 0px 70px;
}

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

.price-block .inner-box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.price-block .inner-box .upper-box {
    position: relative;
    padding: 145px 45px 50px;
    background-size: cover;
}

.price-block .inner-box .upper-box::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.price-block .inner-box .upper-box h3 {
    position: relative;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 36px;
    line-height: 1.3em;
}

.price-block .inner-box .upper-box .price {
    position: relative;
    color: rgb(35, 57, 116);
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 5px;
    padding-bottom: 25px;
}

.price-block .inner-box .upper-box .price::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: rgb(35, 57, 116);
}

.price-block .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding: 50px 45px 60px;
}

.price-block .inner-box .lower-box .price-list {
    position: relative;
    margin-bottom: 40px;
}

.price-block .inner-box .lower-box .price-list li {
    position: relative;
    font-size: 14px;
    margin-bottom: 12px;
}

.price-page-section-two {
    position: relative;
    background-size: cover;
    padding: 90px 0px 100px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.price-page-section-two .title-box {
    position: relative;
    margin-bottom: 80px;
}

.price-page-section-two::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.price-page-section-two .title-box .sec-title .title {
    color: rgb(255, 255, 255);
}

.price-page-section-two .title-box .sec-title .text {
    margin-top: 38px !important;
}

.price-page-section-two .lower-section {
    position: relative;
}

.price-page-section-two::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 415px;
    background-color: rgb(255, 255, 255);
}

.price-block-two {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.price-block-two .inner-box {
    position: relative;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.price-block-two .inner-box .upper-box {
    position: relative;
    padding: 45px;
    background-color: rgb(35, 57, 116);
}

.price-block-two .inner-box .upper-box .title {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 1.3em;
}

.price-block-two .inner-box .upper-box h3 {
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2em;
    padding-bottom: 20px;
}

.price-block-two .inner-box .upper-box h3::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: rgb(34, 34, 34);
}

.price-block-two .inner-box .lower-box {
    position: relative;
    text-align: center;
    padding: 50px 45px 60px;
}

.price-block-two .inner-box .lower-box .price-list {
    position: relative;
    margin-bottom: 40px;
}

.price-block-two .inner-box .lower-box .price-list li {
    position: relative;
    font-size: 14px;
    margin-bottom: 12px;
}

.services-section-six {
    position: relative;
    padding: 125px 0px 60px;
}

.services-section-six .content-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-six .content-column .inner-column {
    position: relative;
    padding-right: 60px;
}

.services-section-six .content-column .inner-column .text {
    position: relative;
    margin-bottom: 40px;
}

.services-section-six .content-column .inner-column .text p {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.services-section-six .content-column .inner-column .text p:last-child {
    margin-bottom: 0px;
}

.services-section-six .accordian-column {
    position: relative;
    margin-bottom: 40px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.accordion-box .block.active-block {
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 24px;
    cursor: pointer;
    line-height: 34px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    padding: 20px 0px;
    transition: 500ms;
}

.accordion-box .block .acc-btn.active {
    color: rgb(35, 57, 116);
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 22px;
    font-size: 20px;
    color: rgb(38, 38, 38);
    font-weight: 800;
    transition: 500ms;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    color: rgb(34, 34, 34);
    font-size: 12px;
    text-align: center;
    line-height: 32px;
    font-weight: 800;
}

.accordion-box .block .icon-outer .icon-pluss {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minuss {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minuss {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-pluss {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 30px;
}

.accordion-box .block .content .text {
    position: relative;
    color: rgb(102, 102, 102);
    line-height: 1.9em;
}

.accordion-box .block .content .accordian-text {
    line-height: 1.9em;
    font-size: 16px;
    color: rgb(132, 133, 138);
    font-weight: 600;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.accordion-box.style-two .block .acc-btn {
    font-size: 17px;
}

.branded-section-two {
    position: relative;
    background-size: cover;
    padding: 90px 0px 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.branded-section-two::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 215px;
    background-color: rgb(255, 255, 255);
}

.branded-section-two .title-box {
    position: relative;
    margin-bottom: 90px;
}

.branded-section-two::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
}

.branded-section-two .title-box .sec-title .title {
    color: rgb(255, 255, 255);
}

.branded-section-two .title-box .sec-title .text {
    margin-top: 38px !important;
}

.branded-section-two .title-box .sec-title h2 {
    display: block;
}

.branded-section-two .title-box .theme-btn {
    margin-top: 35px;
}

.branded-section-two .lower-section {
    position: relative;
}

.branded-section-two .lower-section .sponsors-section-three {
    padding: 0px;
    z-index: 1;
}

.services-section-seven {
    position: relative;
    padding: 170px 0px 130px;
}

.services-section-seven .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 65px;
    width: 960px;
    height: 803px;
}

.services-section-seven .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 70px;
}

.services-section-seven .title-box .big-text {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -100px;
    color: rgb(248, 248, 248);
    font-size: 164px;
    line-height: 1em;
    font-weight: 800;
}

.services-section-seven .title-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    max-width: 830px;
    margin: 0px auto;
}

.services-section-eight {
    position: relative;
    padding: 90px 0px 30px;
}

.services-section-eight .title-column {
    position: relative;
}

.services-section-eight .title-column .inner-column {
    position: relative;
}

.services-section-eight .content-column {
    position: relative;
    margin-bottom: 40px;
}

.services-section-eight .content-column .inner-column {
    position: relative;
}

.services-section-eight .content-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    padding-top: 28px;
    margin-bottom: 30px;
}

.fluid-section-two {
    position: relative;
}

.fluid-section-two .image-column {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    float: right;
    bottom: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-two .image-column .image {
    width: 100%;
    display: none;
}

.fluid-section-two .image-column .image img {
    display: block;
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    width: 50%;
    float: right;
    padding: 60px 0px 0px;
}

.fluid-section-two .content-column .inner-content {
    position: relative;
    margin-left: -100px;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    padding: 70px 125px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.fluid-section-two .content-column .inner-content .sec-title {
    margin-bottom: 10px;
}

.fluid-section-two .content-column .inner-content .accordion-box {
    margin-bottom: 50px;
}

.call-to-action-section {
    position: relative;
    text-align: center;
    padding: 110px 0px 100px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.call-to-action-section::before {
    position: absolute;
    content: "";
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.1);
}

.call-to-action-section h2 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 40px;
}

.call-to-action-section ul {
    position: relative;
    font-family: Montserrat, sans-serif;
}

.call-to-action-section ul li {
    position: relative;
    font-size: 24px;
    color: rgb(34, 34, 34);
    margin: 0px 60px 15px;
    font-weight: 500;
    display: inline-block;
}

.call-to-action-section ul li a {
    color: rgb(35, 57, 116);
}

.call-to-action-section ul li a:hover {
    text-decoration: underline;
}

.call-to-action-section .theme-btn {
    margin-top: 50px;
}

.call-to-action-section.style-two::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.call-to-action-section.style-two h2, .call-to-action-section.style-two ul li {
    color: rgb(255, 255, 255);
}

.call-to-action-section.style-three::before {
    display: none;
}

.about-section-three {
    position: relative;
    padding: 100px 0px;
}

.about-section-three .image-column {
    position: relative;
}

.about-section-three .image-column .inner-column {
    position: relative;
    margin-left: -90px;
}

.about-section-three .image-column .inner-column .image {
    position: relative;
}

.about-section-three .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-section-three .content-column {
    position: relative;
}

.about-section-three .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 22px;
}

.about-section-three .content-column .inner-column .sec-title {
    margin-bottom: 20px;
}

.about-section-three .content-column .inner-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.contact-form-section {
    position: relative;
    padding: 70px 0px 70px;
}

.contact-form-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 960px;
    height: 785px;
}

.contact-form-section .sec-title {
    margin-bottom: 50px;
}

.contact-form-section .sec-title .text {
    max-width: 750px;
}

.contact-form-section .contact-form {
    max-width: 950px;
    margin: 0px auto;
}

.contact-form-section.style-two {
    padding-top: 90px;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
    text-align:end;
}

.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select, .contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: rgb(34, 34, 34);
    height: 50px;
    font-size: 15px;
    background: rgb(244, 244, 244);
    transition: 300ms;
    border-radius: 4px;
}
.map-responsive {
    height: 365px;
    border-radius: 20px;
    overflow: hidden;
}
span{
    color:black;
}
.contact-form .form-group input[type="text"]:focus, .contact-form .form-group input[type="tel"]:focus, .contact-form .form-group input[type="email"]:focus, .contact-form .form-group textarea:focus {
}

.contact-form .form-group textarea::-webkit-input-placeholder, .contact-form .form-group input::-webkit-input-placeholder {
    color: rgb(136, 136, 136);
}

.contact-form .form-group textarea {
    height: 130px;
    resize: none;
}

.contact-form button {
    cursor: pointer;
}

.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
    border-color: rgb(255, 0, 0) !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(255, 0, 0);
    font-weight: 600;
}

.contact-info-section {
    position: relative;
    padding: 60px 0px 90px;
}

.contact-info-section.style-two {
    padding-top: 90px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.contact-info-section .auto-container {
    max-width: 960px;
}

.contact-info-section .social-box {
    position: relative;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.contact-info-section .social-box span{
    color:white;
}
.contact-info-section .social-box a {
    position: relative;
    margin: 0px 15px;
    color: rgb(255 255 255);
    font-size: 36px;
    display: inline-block;
    transition: 300ms;
    background: #233974;
    /* padding: 10px; */
    width: 40px;
    height: 40px;
    font-size: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info-section .social-box a:hover {
    color: rgb(234, 199, 130);
}

.map-section .google-map {
    height: 500px;
}

.blog-page-section {
    position: relative;
    padding: 100px 0px;
}

.blog-page-section .news-block {
    margin-bottom: 70px;
}

.blog-page-section .btn-box {
    position: relative;
    margin-top: 20px;
}

.blog-classic .auto-container {
    max-width: 1140px;
}

.news-block-three {
    position: relative;
    margin-bottom: 80px;
}

.news-block-three .inner-box {
    position: relative;
}

.news-block-three .inner-box .row {
    position: relative;
    margin: 0px;
}

.news-block-three .inner-box .content-column {
    position: relative;
    padding: 0px;
    float: left;
    z-index: 1;
}

.news-block-three .inner-box .content-column .inner-column {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    padding: 0px 70px 50px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
}

.news-block-three .inner-box .content-column .inner-column .content {
    position: relative;
}

.news-block-three .inner-box .content-column .post-date {
    position: relative;
    color: rgb(255, 255, 255);
    top: -10px;
    font-size: 14px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.news-block-three .inner-box .content-column h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-top: 27px;
}

.news-block-three .inner-box .content-column h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.news-block-three .inner-box .content-column h3 a:hover {
    color: rgb(35, 57, 116);
}

.news-block-three .inner-box .content-column .post-meta {
    position: relative;
    margin-top: 18px;
    padding-bottom: 18px;
}

.news-block-three .inner-box .content-column .post-meta li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

.news-block-three .inner-box .content-column .post-meta li:last-child {
    margin-right: 0px;
}

.news-block-three .inner-box .content-column .post-meta::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.news-block-three .inner-box .content-column .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 2em;
    margin-top: 25px;
}

.news-block-three .inner-box .content-column .read-more {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1em;
    margin-top: 38px;
    display: inline-block;
    transition: 0.3s;
}

.news-block-three .inner-box .content-column .read-more .arrow {
    position: relative;
    margin-left: 10px;
    color: rgb(35, 57, 116);
    top: 2px;
}

.news-block-three .inner-box .content-column .read-more:hover {
    color: rgb(35, 57, 116);
}

.news-block-three .inner-box .image-column {
    position: relative;
    padding: 0px;
    float: left;
}

.news-block-three .inner-box .image-column .inner-column {
    position: relative;
    margin-left: -60px;
}

.news-block-three .inner-box .image-column .inner-column .image {
    position: relative;
}

.news-block-three .inner-box .image-column .inner-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.sidebar-page-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 105px 0px 70px;
}

.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side .sidebar.padding-right {
    padding-right: 30px;
}

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .sidebar-title h2 {
    position: relative;
    display: block;
    font-size: 24px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.sidebar-page-container .sidebar-title h2::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.sidebar .search-box {
    position: relative;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 28px;
    padding: 10px 60px 10px 25px;
    height: 55px;
    width: 100%;
    background-color: rgb(244, 244, 244);
    transition: 500ms;
}

.sidebar .search-box .form-group input:focus {
    border-color: rgb(35, 57, 116);
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 5px;
    top: 0px;
    width: 50px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: rgb(34, 34, 34);
    cursor: pointer;
    background: none;
    font-weight: normal;
}

.category-list {
    position: relative;
}

.category-list li {
    position: relative;
    margin-bottom: 8px;
}

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

.category-list li a {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    transition: 500ms;
}

.category-list li a:hover {
    color: rgb(35, 57, 116);
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 0px 0px 0px 100px;
    min-height: 110px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    overflow: hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: rgb(35, 57, 116);
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: 0.3s;
    background-color: rgba(51, 51, 51, 0.7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -10px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 1.6em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.sidebar .popular-posts .post a:hover {
    color: rgb(35, 57, 116);
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 400;
}

.about-widget .image img {
    position: relative;
    width: 100%;
    display: block;
}

.about-widget .widget-content .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 1.9em;
    margin-top: 30px;
}

.popular-tags a {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.3s;
}

.popular-tags a:hover {
    color: rgb(35, 57, 116);
}

.newsletter-widget .widget-content {
    position: relative;
    padding: 40px 30px 50px;
    background-color: rgb(35, 57, 116);
}

.newsletter-widget .widget-content h3 {
    position: relative;
    font-size: 18px;
    color: rgb(34, 34, 34);
    line-height: 1.8em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 22px;
    margin-bottom: 30px;
}

.newsletter-widget .widget-content h3 span {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.newsletter-widget .widget-content h3::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    width: 50px;
    height: 2px;
    margin-left: -25px;
    background-color: rgb(34, 34, 34);
}

.subscribe-form-three {
    position: relative;
}

.subscribe-form-three .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
}

.subscribe-form-three .form-group input[type="text"], .subscribe-form-three .form-group input[type="tel"], .subscribe-form-three .form-group input[type="email"], .subscribe-form-three .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background: rgb(255, 255, 255);
    border: 2px solid rgb(221, 221, 221);
    padding: 10px 20px;
    transition: 300ms;
}

.subscribe-form-three .form-group input[type="submit"], .subscribe-form-three button {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    cursor: pointer;
    background: none;
}

.news-block-four {
    position: relative;
    margin-bottom: 70px;
}

.news-block-four .inner-box {
    position: relative;
}

.news-block-four .inner-box .image {
    position: relative;
    display: block;
    overflow: hidden;
    background: rgb(16, 16, 16);
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: 300ms;
}

.news-block-four .inner-box:hover .image img {
    opacity: 0.5;
    transform: scale(1.05);
}

.news-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.news-block-four .inner-box .image .overlay-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    color: rgb(34, 34, 34);
    margin-left: -40px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    display: inline-block;
    padding-left: 4px;
    font-size: 20px;
    margin-top: -40px;
    background-color: rgb(255, 255, 255);
}

.news-block-four .inner-box .image .owl-dots {
    display: none;
}

.news-block-four .inner-box .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    margin-top: -38px;
}

.news-block-four .inner-box .owl-nav .owl-prev {
    position: absolute;
    left: 30px;
    top: 0px;
    width: 55px;
    height: 55px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.news-block-four .inner-box .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    top: 0px;
    width: 55px;
    height: 55px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
}

.news-block-four .inner-box .owl-nav .owl-prev:hover, .news-block-four .inner-box .owl-nav .owl-next:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
}

.news-block-four .inner-box .lower-content {
    position: relative;
    z-index: 1;
}

.news-block-four.style-two .inner-box .lower-content .inner-content {
    margin: 0px;
}

.news-block-four .inner-box .lower-content .inner-content {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -80px;
    background-color: rgb(255, 255, 255);
    padding: 0px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.news-block-four .inner-box .lower-content .post-date {
    position: relative;
    color: rgb(255, 255, 255);
    top: -10px;
    font-size: 14px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.news-block-four .inner-box .lower-content h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 20px;
}

.news-block-four .inner-box .lower-content h3 a {
    position: relative;
    color: rgb(34, 34, 34);
    transition: 0.3s;
}

.news-block-four .inner-box .lower-content h3 a:hover {
    color: rgb(35, 57, 116);
}

.news-block-four.style-two .inner-box .lower-content .quote-icon {
    position: absolute;
    right: 70px;
    bottom: 30px;
    color: rgb(35, 57, 116);
    font-size: 60px;
    line-height: 1em;
}

.news-block-four .inner-box .lower-content .post-meta {
    position: relative;
    margin-top: 10px;
    padding-bottom: 18px;
}

.news-block-four .inner-box .lower-content .post-meta li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
}

.news-block-four .inner-box .lower-content .post-meta::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.news-block-four .inner-box .lower-content .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.9em;
    margin-top: 18px;
}

.news-block-four .inner-box .lower-content .read-more {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1em;
    margin-top: 20px;
    display: inline-block;
    transition: 0.3s;
}

.news-block-four .inner-box .lower-content .read-more .arrow {
    position: relative;
    margin-left: 10px;
    color: rgb(35, 57, 116);
    top: 2px;
}

.news-block-four .inner-box .lower-content .read-more:hover {
    color: rgb(35, 57, 116);
}

.styled-pagination {
    position: relative;
    font-family: Montserrat, sans-serif;
}

.styled-pagination li {
    position: relative;
    font-size: 16px;
    color: rgb(34, 34, 34);
    display: inline-block;
    margin: 0px 8px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    text-transform: capitalize;
    transition: 500ms;
}

.styled-pagination li a:hover, .styled-pagination li a.active {
    color: rgb(35, 57, 116);
}

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .image {
    position: relative;
    margin-bottom: 30px;
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box .lower-content {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.blog-detail .inner-box .lower-content .upper-box {
    position: relative;
    margin: -80px 30px 40px;
    background-color: rgb(255, 255, 255);
    padding: 0px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px;
}

.blog-detail .inner-box .lower-content .upper-box .post-date {
    position: relative;
    color: rgb(255, 255, 255);
    top: -10px;
    font-size: 14px;
    margin-top: -10px;
    padding: 10px 17px;
    display: inline-block;
    background-color: rgb(34, 34, 34);
}

.blog-detail .inner-box .lower-content .upper-box h3 {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 20px;
    color: rgb(34, 34, 34);
}

.blog-detail .inner-box .lower-content .upper-box .post-meta {
    position: relative;
    margin-top: 10px;
    padding-bottom: 18px;
}

.blog-detail .inner-box .lower-content .upper-box .post-meta li {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-right: 15px;
    display: inline-block;
}

.blog-detail .inner-box .lower-content .upper-box .post-meta li:last-child {
    margin-right: 0px;
}

.blog-detail .inner-box .lower-content .upper-box .post-meta::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background-color: rgb(35, 57, 116);
}

.blog-detail .inner-box .lower-content .lower-box {
    position: relative;
}

.blog-detail .inner-box .lower-content .lower-box .text {
    position: relative;
}

.blog-detail .inner-box .lower-content .lower-box .text p {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
}

.blog-detail .inner-box .lower-content .two-column {
    position: relative;
    margin-top: 40px;
}

.blog-detail .inner-box .lower-content .lower-box .text .list-style-one {
    position: relative;
    margin-left: 70px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-detail .inner-box .lower-content .lower-box blockquote {
    position: relative;
    margin-left: 70px;
    font-family: Montserrat, sans-serif;
    padding-left: 25px;
    margin-top: 40px;
    font-weight: 600;
    margin-bottom: 40px;
    border-left: 3px solid rgb(35, 57, 116);
}

.blog-detail .inner-box .lower-content .lower-box blockquote .blockquote-text {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 24px;
    line-height: 1.4em;
}

.blog-detail .inner-box .lower-content .lower-box blockquote .author-post {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin-top: 8px;
}

.blog-detail .post-share-options {
    position: relative;
    margin-top: 50px;
}

.blog-detail .post-share-options .post-share-inner {
    position: relative;
    text-align: center;
}

.blog-detail .post-share-options .post-share-inner .social-box {
    position: relative;
}

.blog-detail .post-share-options .post-share-inner .social-box li {
    position: relative;
    margin: 0px;
    display: inline-block;
}

.blog-detail .post-share-options .post-share-inner .social-box li a {
    position: relative;
    width: 68px;
    height: 40px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.blog-detail .post-share-options .post-share-inner .social-box li.facebook a {
    background-color: rgb(59, 89, 153);
}

.blog-detail .post-share-options .post-share-inner .social-box li.google-plus a {
    background-color: rgb(220, 78, 65);
}

.blog-detail .post-share-options .post-share-inner .social-box li.pinterest a {
    background-color: rgb(189, 8, 28);
}

.blog-detail .post-share-options .post-share-inner .social-box li.twitter a {
    background-color: rgb(85, 172, 238);
}

.blog-detail .post-share-options .post-share-inner .tags {
    position: relative;
    margin-top: 20px;
}

.blog-detail .post-share-options .post-share-inner .tags a {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    margin: 0px 8px;
    display: inline-block;
}

.blog-detail .news-posts {
    position: relative;
    margin-top: 90px;
}

.blog-detail .news-posts .more-posts {
    display: none;
}

.blog-detail .news-posts .prev, .blog-detail .news-posts .next {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: capitalize;
    transition: 300ms;
}

.blog-detail .news-posts .prev:hover, .blog-detail .news-posts .next:hover {
    color: rgb(35, 57, 116);
}

.blog-detail .news-posts::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0px;
    height: 100%;
    width: 1px;
    background-color: rgb(238, 238, 238);
}

.blog-detail .news-posts h4 {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    line-height: 1.6em;
    margin: 0px 0px 10px;
    padding-bottom: 12px;
}

.blog-detail .news-posts h4::before {
    position: absolute;
    content: "";
    right: 0px;
    height: 2px;
    width: 50px;
    bottom: 0px;
    background-color: rgb(35, 57, 116);
}

.blog-detail .news-posts .prev-post a {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: capitalize;
    transition: 300ms;
}

.blog-detail .news-posts .prev-post h4::before {
    position: absolute;
    content: "";
    left: 0px;
    height: 2px;
    width: 50px;
    bottom: 0px;
    background-color: rgb(35, 57, 116);
}

.blog-detail .news-posts .prev-post .image {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 80px;
    height: 80px;
}

.blog-detail .news-posts .next-post {
    position: relative;
    text-align: right;
    padding-right: 100px;
}

.blog-detail .news-posts .next-post .image {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 80px;
    height: 80px;
}

.blog-detail .news-posts .next-post a {
    position: relative;
    color: rgb(34, 34, 34);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    text-transform: capitalize;
    transition: 300ms;
}

.blog-detail .news-posts .prev-post {
    position: relative;
    padding-left: 100px;
}

.blog-detail .news-posts .prev-post a:hover, .blog-detail .news-posts .next-post a:hover {
    color: rgb(35, 57, 116);
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-bottom: 60px;
    margin-top: 65px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 24px;
    color: rgb(34, 34, 34);
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.sidebar-page-container .group-title h2::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: rgb(35, 57, 116);
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0px;
    margin-bottom: 48px;
    transition: 300ms;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    padding: 0px 0px 0px 100px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    color: rgb(34, 34, 34);
    display: block;
    line-height: 1.3em;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    position: relative;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 16px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 12px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
}

.sidebar-page-container .comments-area .comment-box .reply-outer {
    position: relative;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 14px;
    color: rgb(34, 34, 34);
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    transition: 300ms;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: rgb(35, 57, 116);
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"], .comment-form .form-group input[type="password"], .comment-form .form-group input[type="tel"], .comment-form .form-group input[type="email"], .comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 28px;
    color: rgb(136, 136, 136);
    border: 1px solid transparent;
    height: 55px;
    font-size: 14px;
    background: rgb(244, 244, 244);
    transition: 300ms;
}

.comment-form .form-group input[type="text"]:focus, .comment-form .form-group input[type="password"]:focus, .comment-form .form-group input[type="tel"]:focus, .comment-form .form-group input[type="email"]:focus, .comment-form .form-group select:focus, .comment-form .form-group textarea:focus {
    border-color: rgb(35, 57, 116);
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 28px;
    color: rgb(136, 136, 136);
    border: 1px solid transparent;
    height: 150px;
    background: rgb(244, 244, 244);
    resize: none;
    font-size: 14px;
    transition: 300ms;
}

.comment-form button {
    cursor: pointer;
}

.main-header .header-upper .logo-box .logo img {
    width: 140px;
}

.sticky-header .logo img {
    width: 145px;
}

.services-block-six .flip-container .front img {
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.process-one {
    position: relative;
    display: block;
    padding: 80px 0px 50px;
    counter-reset: count 0;
    z-index: 1;
}

.process-one .row {
    --bs-gutter-x: 150px;
}

.process-one__single {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 23px;
}

.process-one__shape-1 {
    position: absolute;
    top: 30px;
    right: -125px;
}

.process-one__shape-1 img {
    width: auto;
}

.process-one__count-box {
    position: relative;
    display: block;
}

.process-one__count {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px solid rgb(35, 57, 116);
    border-radius: 50%;
    margin: 0px auto;
    background-color: rgb(35, 57, 116);
}

.process-one__count img {
    width: 60px;
}

.process-one__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-bottom: 14px;
    margin-top: 23px;
    color: rgb(0, 0, 0);
}

.process-one__title a {
    color: rgb(0, 0, 0);
    transition: 500ms;
}

.process-one__title a:hover {
    color: var(--arckytec-base);
}

.process-one__text {
    color: rgb(0, 0, 0);
}

.footer-widget.about-widget img {
    width: 185px;
}

.pl-80 {
    padding-left: 80px;
}

.footer-bottom {
    background: rgb(24, 46, 105);
    padding-top: 10px;
}

.counter-block .inner-box .content-box img {
    width: 65px;
    margin-bottom: 15px;
}

.footer-bottom p {
    color: rgb(255, 255, 255);
}

.footer-bottom p a {
    color: rgb(199, 168, 104);
}
.project-block-two h3 {
    font-size: 19px;
    color: #233973;
    font-weight: 600;
    line-height: 19px;
    margin-top: 9px;
    margin-bottom: 2px;
}
a.footer-logo {
    display: inline-block;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.heading-projects{
    position: relative;
    color: rgb(34, 34, 34);
    font-weight: 700;
    line-height: 1.3em;
    font-size: 34px;
    display: inline-block;
    text-transform: uppercase;
}
/*nav*/
.sponsors-carousel .owl-nav .owl-prev,.sponsors-carousel .owl-nav .owl-next{
       position: relative;
       width: 40px;
       height: 40px;
       color: rgb(255, 255, 255);
       line-height: 56px;
       text-align: center;
       font-size: 20px;
       margin-left: 2px;
       background-color: rgb(200, 169, 105);
       display: flex;
       border: 1px solid rgba(255, 255, 255, 0.17);
       top: 30px;
       font-size: 14px;
       align-items: center;
       justify-content: center;
       border-radius: 50%;
}
.sponsors-carousel .owl-nav{
        position: absolute;
    left: 0px;
    right: 0;
    display: flex;
    width:100%!important;
    align-items: center;
    justify-content: center;
}
.sponsors-section-tw2{
    padding-bottom:80px;
}

/*form*/
.c-form{
   box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; 
}
.c-form h4{
    font-size:18px;
    font-weight:500;
    margin-bottom: 20px;
    text-align: center;
}
.c-box{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.c-blob::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#c6a868;
    height:100%;
    width:100%;
    z-index:-1;
}
/*form-end*/

/*about*/

.ab-img img{
        max-height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.about-bg::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:55%;
    background-color:rgb(35, 57, 116);
    z-index: 1;
}
/*.tp-revslider-mainul {*/
/*     height:85%!important; */
/*}*/
/*about-end*/

/* with the :focus here, we would show grey when not using the element */
select {
  color: #9e9e9e!important;
   -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
/* with the :focus here, we show grey when using the element */
select:focus {
  color: black!important;
}
option {
  color: black!important;
}
option:first-of-type {
  color: black!important;
}
.c-ul ul{
    list-style : disc;
    /*padding-left: 15px;*/
}
.c-ul ul li{
    list-style : disc;
    /*padding-left: 15px;*/
}
.c-ul ul{
padding-left:18px;
}
.whatsapp-fix{

    display: block;
    position: fixed;
    z-index: 12121212;
    right: -9px;
    bottom: 56px;
    transform: translate(-25px, -75px);
    display: flex
;
    align-items: baseline;
    /* gap: 5px; */
}
.whatsapp-fix a{

z-index: 11;
}
.whatsapp-fix a img{
	
height: 45px;
	
width: 45px;
border-radius: 50px;

box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);

}
