/*---------------------------------------------

/*
  Website Name: Shomoul
  Support: Vivid
  DEV : Wael Moahmed - W2me - 0998808719 -113260326;
*/
/*=========

=========================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
body {
    font-family: "GT Walsheim Pro";
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    font-style: normal;
    color: #777777;
}

/* line 21, Shomoul_common.scss */
.f-left {
    float: left;
}

/* line 24, Shomoul_common.scss */
.f-right {
    float: right;
}

/* line 27, Shomoul_common.scss */
.fix {
    overflow: hidden;
}

/* line 30, Shomoul_common.scss */
a,
.button {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 34, Shomoul_common.scss */
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

/* line 39, Shomoul_common.scss */
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

/* line 44, Shomoul_common.scss */
a,
button {
    color: inherit;
    outline: medium none;
    text-decoration: none;
}

/* line 50, Shomoul_common.scss */
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

/* line 57, Shomoul_common.scss */
.uppercase {
    text-transform: uppercase;
}

/* line 60, Shomoul_common.scss */
.capitalize {
    text-transform: capitalize;
}

/* line 63, Shomoul_common.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "GT Walsheim Pro";
    color: #083d59;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    letter-spacing: -0.3px;
}

/* line 85, Shomoul_common.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

/* line 94, Shomoul_common.scss */
h1 {
    font-size: 40px;
}

/* line 97, Shomoul_common.scss */
h2 {
    font-size: 35px;
}

/* line 100, Shomoul_common.scss */
h3 {
    font-size: 28px;
}

/* line 103, Shomoul_common.scss */
h4 {
    font-size: 22px;
}

/* line 106, Shomoul_common.scss */
h5 {
    font-size: 18px;
}

/* line 109, Shomoul_common.scss */
h6 {
    font-size: 16px;
}

/* line 112, Shomoul_common.scss */
.list-none {
    margin: 0px;
    padding: 0px;
}

/* line 116, Shomoul_common.scss */
li {
    list-style: none;
}

/* line 119, Shomoul_common.scss */
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "GT Walsheim Pro";
    color: #777777;
    margin-bottom: 0;
}

/* line 127, Shomoul_common.scss */
hr {
    border-bottom: 1px solid rgba(27, 33, 47, 0.1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

/* line 133, Shomoul_common.scss */
label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

/* line 138, Shomoul_common.scss */
*::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

/* line 143, Shomoul_common.scss */
::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

/* line 148, Shomoul_common.scss */
::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
/* line 157, Shomoul_common.scss */
*::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

/* line 162, Shomoul_common.scss */
*::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
/* line 171, Shomoul_common.scss */
.pos-rel {
    position: relative;
}

/* line 174, Shomoul_common.scss */
.pos-abl {
    position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
/* line 180, Shomoul_common.scss */
.fix {
    overflow: hidden;
}

/* line 183, Shomoul_common.scss */
.clear {
    clear: both;
}

/* line 189, Shomoul_common.scss */
.overlay-bg {
    position: relative;
    z-index: 2;
}

/* line 192, Shomoul_common.scss */
.overlay-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* line 204, Shomoul_common.scss */
.popup-video {
    color: #083d59;
    background: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 120px;
    display: inline-block;
    width: 120px;
    height: 120px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    animation: pulseBig infinite 5s linear;
}

/* line 222, Shomoul_common.scss */
.popup-video:hover {
    color: #ffffff;
    background: #ffa84b;
}

/* line 230, Shomoul_common.scss */
.dark #preloader {
    background-color: #232323;
}

/* line 234, Shomoul_common.scss */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

/* line 244, Shomoul_common.scss */
.preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

/* line 258, Shomoul_common.scss */
.preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffa84b;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

/* line 269, Shomoul_common.scss */
.preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

/* line 298, Shomoul_common.scss */
#scrollUp {
    background: #004B99;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 50px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
}

/* line 308, Shomoul_common.scss */
#scrollUp i {
    color: #ffffff;
}

/*--
    - Overlay
------------------------------------------*/
/* line 5, Shomoul_overlay.scss */
.overlay-soft {
    position: relative;
    z-index: 1;
}

/* line 8, Shomoul_overlay.scss */
.overlay-soft::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 19, Shomoul_overlay.scss */
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* line 24, Shomoul_overlay.scss */
[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/*-- Overlay Color --*/
/* line 36, Shomoul_overlay.scss */
[data-overlay="light"]::before {
    background-color: #ffffff;
}

/* line 41, Shomoul_overlay.scss */
[data-overlay="dark"]::before {
    background-color: #ffa84b;
}

/*-- Overlay Opacity --*/
/* line 48, Shomoul_overlay.scss */
[data-opacity="1"]::before {
    opacity: 0.1;
}

/* line 53, Shomoul_overlay.scss */
[data-opacity="2"]::before {
    opacity: 0.2;
}

/* line 58, Shomoul_overlay.scss */
[data-opacity="3"]::before {
    opacity: 0.3;
}

/* line 63, Shomoul_overlay.scss */
[data-opacity="4"]::before {
    opacity: 0.4;
}

/* line 68, Shomoul_overlay.scss */
[data-opacity="5"]::before {
    opacity: 0.5;
}

/* line 73, Shomoul_overlay.scss */
[data-opacity="6"]::before {
    opacity: 0.6;
}

/* line 78, Shomoul_overlay.scss */
[data-opacity="7"]::before {
    opacity: 0.7;
}

/* line 83, Shomoul_overlay.scss */
[data-opacity="8"]::before {
    opacity: 0.8;
}

/* line 88, Shomoul_overlay.scss */
[data-opacity="9"]::before {
    opacity: 0.9;
}

/* line 2, Shomoul_header.scss */
.heding-bg-1 {
    position: relative;
}

/* line 6, Shomoul_header.scss */
.main-header-area {
    position: relative;
    width: 100%;
    top: 16px;
    left: 0;
    z-index: 999;
}

/* line 14, Shomoul_header.scss */
.logo-area img {
    max-width: 100%;
    width: 160px;
    position: relative;
    top: -17px;
    margin-bottom: -13px;
}

/* line 17, Shomoul_header.scss */
.logo-area .head-logo-1 {
    display: inline-block;
    position: relative;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
}

/* Hamburger-menu */
/* line 29, Shomoul_header.scss */
.hamburger-menu {
    display: inline-block;
    background-color: #E6332A;
    padding: 20px 25px;
}

.sticky-menu .hamburger-menu {
    background-color: #f4f4f4;
}

/* line 34, Shomoul_header.scss */
.hamburger-menu > a {
    display: inline-block;
    font-size: 25px;
    color: #ffa84b;
}

/* line 40, Shomoul_header.scss */
.side-mobile-menu {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 40, Shomoul_header.scss */
    .side-mobile-menu {
        display: block;
    }
}

@media (max-width: 767px) {

    /* line 40, Shomoul_header.scss */
    .side-mobile-menu {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 40, Shomoul_header.scss */
    .side-mobile-menu {
        display: block;
    }
}

/* line 53, Shomoul_header.scss */
.offset-sidebar {
    display: block;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 53, Shomoul_header.scss */
    .offset-sidebar {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 53, Shomoul_header.scss */
    .offset-sidebar {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 53, Shomoul_header.scss */
    .offset-sidebar {
        display: none;
    }
}

/* line 69, Shomoul_header.scss */
.navbar-nav {
    padding-left: 35px;
}

/* line 71, Shomoul_header.scss */
.navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}

/* line 74, Shomoul_header.scss */
.navbar-nav .nav-item::before {
    content: "";
    position: absolute;
    background-color: #f4f4f47d;
    width: 2px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-nav .nav-item:first-child::before{}
.sticky-menu .navbar-nav .nav-item::before {
    background: #f4f4f4ed;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 74, Shomoul_header.scss */
    .navbar-nav .nav-item::before {
        right: 0;
    }
}

/* line 95, Shomoul_header.scss */
.navbar-nav .nav-item:last-child::before {
    display: none;
}

/* line 98, Shomoul_header.scss */
.navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

/* line 100, Shomoul_header.scss */
.navbar-nav .nav-item:last-child .nav-link::before {
    display: none;
}

/* line 105, Shomoul_header.scss */
.navbar-nav .nav-item.active {
    color: #083d59;
}

/* line 107, Shomoul_header.scss */
.navbar-nav .nav-item.active .nav-link {
    color: #083d59;
}

/* line 111, Shomoul_header.scss */
.navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 0 0 0;
    padding: 26px 19.5px;
}

.navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 111, Shomoul_header.scss */
    .navbar-nav .nav-item .nav-link {
        margin: 0 0 0 0;
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* line 123, Shomoul_header.scss */
.navbar-nav .nav-item .nav-link::after {
    display: none;
}

/* line 127, Shomoul_header.scss */
.navbar-nav .nav-item .nav-link:hover {
    color: #E6332A;
}

/* line 130, Shomoul_header.scss */
.navbar-nav .nav-item .nav-link i {
    font-size: 10px;
    margin-left: 5px;
}

/* line 135, Shomoul_header.scss */
.navbar-nav .nav-item:hover > .nav-link {
    color: #E6332A;
}

/* line 143, Shomoul_header.scss */
.navbar .dropdown-menu {
    border: 0;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    border-radius: 0;
    display: block;
    right: 0;
    left: -35px;
    padding: 8px 0;
    top: 100%;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    min-width: 220px;
    box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* line 166, Shomoul_header.scss */
.navbar .dropdown-menu .dropdown-item {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 35px;
    display: block;
    transition: all 0.3s ease-in-out;
}

/* line 173, Shomoul_header.scss */
.navbar .dropdown-menu .dropdown-item:hover {
    transform: translatex(5px);
    color: #E6332A;
    background-color: transparent;
    -webkit-transform: translatex(5px);
    -moz-transform: translatex(5px);
    -ms-transform: translatex(5px);
    -o-transform: translatex(5px);
}

/* line 186, Shomoul_header.scss */
.navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

/* line 195, Shomoul_header.scss */
.navbar .navbar-nav .nav-item.active > .nav-link {
    color: #E6332A;
    position: relative;
}

/* line 205, Shomoul_header.scss */
.sticky-menu {
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}

.sticky-menu .heding-bg2 {
    background: white;
}

/* line 215, Shomoul_header.scss */
.sticky-menu .logo {
    transform: translateY(2px);
}

/* line 219, Shomoul_header.scss */
.sticky-menu .hamburger-menu {
    top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 219, Shomoul_header.scss */
    .sticky-menu .hamburger-menu {
        top: 35px;
    }
}

/* line 228, Shomoul_header.scss */
.sticky-menu .navbar-nav .nav-item .nav-link {
    color: #505050;
}

/* line 235, Shomoul_header.scss */
.left-cta span {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 10px;
}

@media (max-width: 767px) {

    /* line 235, Shomoul_header.scss */
    .left-cta span {
        font-size: 13px;
    }
}


@media (max-width: 767px) {

    /* line 245, Shomoul_header.scss */
    .logo-area img {
        top: 0;
        margin-bottom: 0;
        max-width: 130px;
    }
}

/* line 251, Shomoul_header.scss */
.left-cta span i {
    color: #004B99;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    margin-right: 3px;
}

/* line 266, Shomoul_header.scss */
.right-language .language-btn {
    background: #004B99;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 5px;
}

/* line 270, Shomoul_header.scss */
.right-language .language-btn i {
    font-size: 15px;
    margin-right: 4px;
}

/* line 273, Shomoul_header.scss */
.right-language .language-btn::after {
    display: none;
}

/* line 277, Shomoul_header.scss */
.right-language .dropdown-menu {
    min-width: 170px;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
    border: 1px solid #f8f8f8;
    border-radius: 0;
    top: 20px;
    text-align: left;
    padding-left: 8px;
}

@media (max-width: 767px) and (orientation: landscape) {

    /* line 277, Shomoul_header.scss */
    .right-language .dropdown-menu {
        top: 165px !important;
    }
}

/* line 292, Shomoul_header.scss */
.right-language .dropdown-menu ul li a {
    display: block;
    padding: 0 15px;
    font-size: 15px;
    color: #767a89;
    line-height: 35px;
    text-transform: uppercase;
}

/* line 304, Shomoul_header.scss */
.bottom-border-line {
    border-bottom: 1px solid #d9d9d9;
}

/* line 307, Shomoul_header.scss */
.right-query {
    display: flex;
    align-items: center;
    justify-content: end;
}

/* line 312, Shomoul_header.scss */
.right-query li:first-child,
.right-query li:nth-child(2) {
    display: flex;
    align-items: center;
}

/* line 317, Shomoul_header.scss */
.right-query li:first-child {
    padding-right: 40px;
    position: relative;
    top: -4px;
}

/* line 320, Shomoul_header.scss */
.right-query li:nth-child(2) {
    padding-right: 60px;
    position: relative;
    top: -4px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 320, Shomoul_header.scss */
    .right-query li:nth-child(2) {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 320, Shomoul_header.scss */
    .right-query li:nth-child(2) {
        padding-right: 40px;
    }
}

/* line 330, Shomoul_header.scss */
.right-query li .icon {
background-color: #004B99;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-right: 14px;
}

/* line 341, Shomoul_header.scss */
.right-query li span {
    color: #004b99;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

/* line 347, Shomoul_header.scss */
.right-query li span strong {
    color: #ffffff;
    font-weight: 500;
    border-bottom: 1px solid #ffffff;
}

/* line 351, Shomoul_header.scss */
.right-query li span strong:hover {
    color: #ffa84b;
    border-color: #ffa84b;
}

/* line 361, Shomoul_header.scss */
.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 111;
    top: 0;
}

/* line 367, Shomoul_header.scss */
.transparent-header .header-top {
    padding-top: 2px;
    padding-bottom: 3px;
}

/* line 371, Shomoul_header.scss */
.transparent-header .bottom-border-line {
    border-color: rgba(255, 255, 255, 0.2);
}

/* line 376, Shomoul_header.scss */
.transparent-header .left-cta span i {
    color: #ffffff;
    margin-right: 4px;
}

/* line 383, Shomoul_header.scss */
.ham-menu-2 {
    background-color: transparent;
}

/* line 385, Shomoul_header.scss */
.ham-menu-2 a {
    font-size: 18px;
}

/* line 391, Shomoul_header.scss */
.menu-style-2 {
    top: 7px;
}

/* line 393, Shomoul_header.scss */
.menu-style-2.sticky-menu {
    top: 0;
}

/* line 396, Shomoul_header.scss */
.menu-style-2 .sticky-logo {
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 400, Shomoul_header.scss */
.menu-style-2 .main-logo {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 406, Shomoul_header.scss */
.menu-style-2 .navbar-nav .nav-item::before {
    display: none;
}

/* line 410, Shomoul_header.scss */
.menu-style-2 .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

/* line 414, Shomoul_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    margin: 0 50px 0 0;
    padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 414, Shomoul_header.scss */
    .menu-style-2 .navbar-nav .nav-item .nav-link {
        margin-right: 35px;
    }
}

/* line 421, Shomoul_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link::before {
    display: none;
}

/* line 424, Shomoul_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link:hover {
    color: #ffa84b;
}

/* line 432, Shomoul_header.scss */
.menu-style-2.sticky-menu .sticky-logo {
    display: inline-block;
}

/* line 435, Shomoul_header.scss */
.menu-style-2.sticky-menu .main-logo {
    display: none;
}

/* line 440, Shomoul_header.scss */
.menu-style-2.sticky-menu .navbar-nav .nav-item .nav-link {
    color: #083d59;
}

/* line 447, Shomoul_header.scss */
.menu-style-2 .navbar .dropdown-menu .dropdown-item:hover {
    color: #ffa84b;
}

/* line 454, Shomoul_header.scss */
.header-top-3 {
    padding-top: 2px;
    padding-bottom: 3px;
}

/* line 460, Shomoul_header.scss */
.left-cta-3 span i {
    color: #ffffff;
    margin-right: 5px;
}

/* line 467, Shomoul_header.scss */
.menu-style-3 {
    top: 0;
}

/* line 471, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item::before {
    display: none;
}

/* line 474, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link {
    color: #040404;
    margin: 0 46px 0 0;
    padding: 30px 0;
}

/* line 478, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link::before {
    display: none;
}

/* line 481, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link i {
    color: #bb0b0b;
}

/* line 484, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link:hover {
    color: #bb0b0b;
}

/* line 489, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item:hover > .nav-link {
    color: #bb0b0b;
}

/* line 496, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item.active > .nav-link {
    color: #bb0b0b;
    position: relative;
}

/* line 499, Shomoul_header.scss */
.menu-style-3 .navbar-nav .nav-item.active > .nav-link i {
    color: #bb0b0b;
}

/* line 507, Shomoul_header.scss */
.menu-style-3 .right-nav {
    padding: 0;
    margin: 0;
}

/* line 510, Shomoul_header.scss */
.menu-style-3 .right-nav .quote-btn {
    background: #bb0b0b;
    margin-top: 5px;
}

/* line 513, Shomoul_header.scss */
.menu-style-3 .right-nav .quote-btn:hover {
    background: #040404;
}

/* line 518, Shomoul_header.scss */
.menu-style-3 .hamburger-menu {
    background-color: transparent;
}

/* line 522, Shomoul_header.scss */
.menu-style-3 .navbar .dropdown-menu .dropdown-item:hover {
    color: #bb0b0b;
}

/* line 2, Shomoul_breadcrumb.scss */
.page-title-area {
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 440px;
    position: relative;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    background: url(../img/portfolio/pattern-bg1.png);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, Shomoul_breadcrumb.scss */
    .page-title-area {
        min-height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 2, Shomoul_breadcrumb.scss */
    .page-title-area {
        min-height: 350px;
    }
}

@media (max-width: 767px) {

    /* line 2, Shomoul_breadcrumb.scss */
    .page-title-area {
        min-height: 350px;
    }
}

/* line 22, Shomoul_breadcrumb.scss */
.page-title-area::before {
    content: "";
    position: absolute;
/*    background: #f7f7f7;
*/    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}

/* line 31, Shomoul_breadcrumb.scss */
.page-title-area::after {
    content: "";
    position: absolute;
    background: #E6332A;
    width: 179px;
    height: 300px;
    border-radius: 0 0 0 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-border-radius: 200px 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    display: none;
}

@media (max-width: 767px) {

    /* line 31, Shomoul_breadcrumb.scss */
    .page-title-area::after {
        display: none;
    }
}

/* line 49, Shomoul_breadcrumb.scss */
.page-title-area .right-shape {
    position: absolute;
    right: 100px;
    bottom: 111px;
    z-index: 2;
    animation: float-bob-y infinite 3s linear;
    -webkit-animation: float-bob-y infinite 3s linear;
    display: none;
}

@media (max-width: 767px) {

    /* line 49, Shomoul_breadcrumb.scss */
    .page-title-area .right-shape {
        display: none;
    }
}

/* line 61, Shomoul_breadcrumb.scss */
.page-title-wrapper {
    position: relative;
    z-index: 2;
}

/* line 64, Shomoul_breadcrumb.scss */
.page-title-wrapper .page-title {
    color: #004B99;
    font-size: 78px;
    z-index: 1;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 64, Shomoul_breadcrumb.scss */
    .page-title-wrapper .page-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 64, Shomoul_breadcrumb.scss */
    .page-title-wrapper .page-title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {

    /* line 64, Shomoul_breadcrumb.scss */
    .page-title-wrapper .page-title {
        font-size: 35px;
    }
}

/* line 82, Shomoul_breadcrumb.scss */
ul.breadcrumb li.active {
    color: #E6332A;
    margin-left: 5px;
}

/* line 86, Shomoul_breadcrumb.scss */
ul.breadcrumb li a {
    color: #a9b8bd;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

/* line 1, Shomoul_mobile-menu.scss */
.slide-bar {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: -370px;
    width: 350px;
    padding: 25px 30px;
    height: 100%;
    display: block;
    background-color: #004B99;
    z-index: 1900;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 1, Shomoul_mobile-menu.scss */
    .slide-bar {
        width: 350px;
    }
}

@media (max-width: 767px) {

    /* line 1, Shomoul_mobile-menu.scss */
    .slide-bar {
        width: 310px;
        padding: 25px 20px;
    }
}

/* line 25, Shomoul_mobile-menu.scss */
.slide-bar.show {
    right: 0;
}

/* line 29, Shomoul_mobile-menu.scss */
.open-mobile-menu {
    display: inline-block;
}

/* line 31, Shomoul_mobile-menu.scss */
.open-mobile-menu a {
    display: block;
    width: 50px;
    height: 50px;
    background: #212121;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-left: 20px;
    color: #fff;
}

/* line 41, Shomoul_mobile-menu.scss */
.open-mobile-menu a:hover {
    background: #ffa84b;
}

/* line 45, Shomoul_mobile-menu.scss */
.open-mobile-menu a.active {
    background: #ffa84b;
}

/* line 51, Shomoul_mobile-menu.scss */
.close-mobile-menu a {
    color: #ffffff;
    position: relative;
    z-index: 2;
    font-size: 16px;
    top: -10px;
    left: 0;
}

/* line 59, Shomoul_mobile-menu.scss */
.close-mobile-menu a:hover {
    color: #ff0000;
}

/* line 65, Shomoul_mobile-menu.scss */
.on-side {
    overflow: hidden;
}

/* line 69, Shomoul_mobile-menu.scss */
.body-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1010;
    left: 0;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 82, Shomoul_mobile-menu.scss */
.body-overlay.active {
    opacity: 1;
    display: block;
}

/* line 88, Shomoul_mobile-menu.scss */
.side-mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 94, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li a {
    padding: 13px 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

/* line 104, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li a:hover {
    color: #E6332A;
    padding-left: 5px;
}

/* line 110, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li a[aria-expanded="true"] {
    color: #E6332A;
}

/* line 113, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li a[aria-expanded="true"]:before {
    background: #E6332A;
    border-color: #E6332A;
}

/* line 119, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul {
    padding-left: 0;
    list-style: none;
}

/* line 123, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li {
    padding-left: 15px;
}

/* line 127, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li:hover > a {
    color: #E6332A;
    padding-left: 20px;
}

/* line 131, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li:hover > a:before {
    background: #E6332A;
    border-color: #E6332A;
}

/* line 138, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li a {
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 16px;
}

/* line 144, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li a:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #ffffff;
    border-radius: 50%;
}

/* line 157, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
    padding-left: 20px;
}

/* line 166, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li.has-dropdown > a:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-width: 2px 0 0 2px;
    border-style: solid;
    border-color: initial;
    right: 16px;
    top: 50%;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition: all 0.3s ease-out;
}

/* line 185, Shomoul_mobile-menu.scss */
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

/* line 195, Shomoul_mobile-menu.scss */
.offset-widget.offset-logo {
    border-bottom: 1px solid #eeecec;
    padding-bottom: 20px;
}


/* line 200, Shomoul_mobile-menu.scss */
.offset-widget .info-widget .offset-title {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
}

/* line 205, Shomoul_mobile-menu.scss */
.offset-widget .info-widget p {
    color: #ffffff;
}

/* line 209, Shomoul_mobile-menu.scss */
.offset-widget .info-widget.info-widget2 p {
    margin-bottom: 15px;
}

/* line 211, Shomoul_mobile-menu.scss */
.offset-widget .info-widget.info-widget2 p i {
    margin-right: 7px;
    color: #ffffff;
}

/* line 2, Shomoul_typography.scss */
.fw-bold {
    font-weight: 700;
}

/* line 6, Shomoul_typography.scss */
.fw-semi {
    font-weight: 600;
}

/* line 10, Shomoul_typography.scss */
.fw-medium {
    font-weight: 500;
}

/* line 14, Shomoul_typography.scss */
.fw-normal {
    font-weight: 400;
}

/* line 18, Shomoul_typography.scss */
.fw-light {
    font-weight: 300;
}

/* line 21, Shomoul_typography.scss */
.fw-thin {
    font-weight: 100;
}

/* line 27, Shomoul_typography.scss */
.fs-20 {
    font-size: 20px;
}

/* line 31, Shomoul_typography.scss */
.fs-16 {
    font-size: 16px;
}

/* line 35, Shomoul_typography.scss */
.fs-14 {
    font-size: 14px;
}

/* line 39, Shomoul_typography.scss */
.fs-12 {
    font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
/* line 47, Shomoul_typography.scss */
.grey-bg {
    background: #a7bbc5;
}

/* line 50, Shomoul_typography.scss */
.grey-bg2 {
    background: #f6f6f6;
}

/* line 53, Shomoul_typography.scss */
.grey-bg3 {
    background: #f7f7f7;
}

/* line 56, Shomoul_typography.scss */
.grey-bg4 {
    background: #f8f8f8;
}

/* line 60, Shomoul_typography.scss */
.white-bg {
    background: #ffffff;
}

/* line 64, Shomoul_typography.scss */
.black-bg {
    background: #000;
}

/* line 68, Shomoul_typography.scss */
.heding-bg {
    background: #083d59;
}

.heding-bg2 {
    background: #004B99;
}

@media (max-width: 992px) {
    .heding-bg2 {
        background: none !important;
    }
}

/* line 72, Shomoul_typography.scss */
.theme-bg {
    background: #ffa84b !important;
}

/* line 75, Shomoul_typography.scss */
.theme-bg2 {
    background: #bb0b0b !important;
}

/* line 79, Shomoul_typography.scss */
.grey-bg-color {
    background-color: rgba(27, 33, 47, 0.03);
}

/*--
    - color
-----------------------------------------*/
/* line 86, Shomoul_typography.scss */
.white-color {
    color: #ffffff;
}

/* line 89, Shomoul_typography.scss */
.black-color {
    color: #000;
}

/* line 92, Shomoul_typography.scss */
.theme-color {
    color: #ffa84b;
}

/* line 95, Shomoul_typography.scss */
.theme-color2 {
    color: #bb0b0b !important;
}

/* line 98, Shomoul_typography.scss */
.body-color {
    color: #777777;
}

/* line 102, Shomoul_typography.scss */
.heding-color {
    color: #083d59;
}

/* line 105, Shomoul_typography.scss */
.heding-color2 {
    color: #b8b8b8;
}

/* line 108, Shomoul_typography.scss */
.text-heding {
    color: #040404 !important;
}

/* line 111, Shomoul_typography.scss */
.grey-heding {
    color: #92aab6;
}

/*--
    - fonts
-----------------------------------------*/
/* line 119, Shomoul_typography.scss */
.body-font {
    font-family: "GT Walsheim Pro";
}

/* line 122, Shomoul_typography.scss */
.heding-font {
    font-family: "GT Walsheim Pro";
}

/* line 126, Shomoul_typography.scss */
.uppercase {
    text-transform: uppercase;
}

/* line 129, Shomoul_typography.scss */
.capitalize {
    text-transform: capitalize;
}

/* line 132, Shomoul_typography.scss */
.capitalize {
    text-transform: lowercase;
}

/* Menu Search
-------------------------------------------------------*/
/* line 3, Shomoul_search.scss */
.header-2-icon {
    color: #ffffff;
}

/* line 6, Shomoul_search.scss */
.nav-search.search-trigger.header-2-icon {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    margin-right: 25px;
}

@media(max-width: 992px) {
    .nav-search.search-trigger.header-2-icon {
        color: #c4c4c4;
    }
}

/* line 17, Shomoul_search.scss */
.nav-search {
    position: relative;
    display: block;
    color: inherit;
}

/* line 23, Shomoul_search.scss */
.nav-search:hover {
    color: inherit;
}

/* line 27, Shomoul_search.scss */
.search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
}

/* line 39, Shomoul_search.scss */
.search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

/* line 44, Shomoul_search.scss */
.search-wrap .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

/* line 51, Shomoul_search.scss */
.search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    animation: slideInUp 0.3s;
}

@media (max-width: 767px) {

    /* line 51, Shomoul_search.scss */
    .search-wrap .search-field-holder {
        width: 100%;
    }
}

/* line 61, Shomoul_search.scss */
.search-wrap .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    color: #fff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
}

@media (max-width: 767px) {

    /* line 61, Shomoul_search.scss */
    .search-wrap .main-search-input {
        padding: 0 10px;
        font-size: 16px;
    }
}

/* line 79, Shomoul_search.scss */
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
    background-color: #fff;
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* line 106, Shomoul_search.scss */
input.main-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 25px;
}

@media (max-width: 767px) {

    /* line 106, Shomoul_search.scss */
    input.main-search-input::-webkit-input-placeholder {
        font-size: 16px;
    }
}

/* line 114, Shomoul_search.scss */
input.main-search-input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 767px) {

    /* line 114, Shomoul_search.scss */
    input.main-search-input:-moz-placeholder {
        font-size: 16px;
    }
}

/* line 123, Shomoul_search.scss */
input.main-search-input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 25px;
}

@media (max-width: 767px) {

    /* line 123, Shomoul_search.scss */
    input.main-search-input::-moz-placeholder {
        font-size: 16px;
    }
}

/* line 132, Shomoul_search.scss */
input.main-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 25px;
}

@media (max-width: 767px) {

    /* line 132, Shomoul_search.scss */
    input.main-search-input:-ms-input-placeholder {
        font-size: 16px;
    }
}

/* line 140, Shomoul_search.scss */
.search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

@-webkit-keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotatedHalf {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotatedHalfTwo {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@keyframes scale-upOne {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
}

@-webkit-keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@keyframes scale-right {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    50% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0.5;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes hvr-ripple-out {
    0% {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 1;
    }

    100% {
        top: -6px;
        right: -6px;
        bottom: -6px;
        left: -6px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out-two {
    0% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@-webkit-keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-one-1 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes animationFramesOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

/* Move frame*/
@keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 100px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 200px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@-webkit-keyframes moveRound {
    0% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }

    25% {
        background-color: #feddfc;
        left: 100px;
        top: 0px;
    }

    50% {
        background-color: #efe4ff;
        left: 100px;
        top: 200px;
    }

    75% {
        background-color: #e2fcf4;
        left: -24px;
        top: 100px;
    }

    100% {
        background-color: #eee3ff;
        left: -24px;
        top: 0px;
    }
}

@keyframes moveShap {
    0% {
        left: 0px;
        top: 0px;
    }

    25% {
        left: 100px;
        top: 0px;
    }

    50% {
        left: 100px;
        top: 100px;
    }

    75% {
        left: 0px;
        top: 200px;
    }

    100% {
        left: 0px;
        top: 0px;
    }
}

@keyframes moveShap2 {
    0% {
        right: 0px;
        top: 0px;
    }

    25% {
        right: 100px;
        top: 0px;
    }

    50% {
        right: 100px;
        top: 100px;
    }

    75% {
        right: 0px;
        top: 200px;
    }

    100% {
        right: 0px;
        top: 0px;
    }
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/* Rotation frame*/
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}

/* pulseBig */
@keyframes pulseBig {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    50% {
        box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

/* line 482, Shomoul_custom-animation.scss */
.scaleUp1 {
    -webkit-animation-name: scaleUp1;
    animation-name: scaleUp1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes scaleUp1 {
    0% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    40% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }

    80% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(1);
        transform: translateY(1);
    }
}

@keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-webkit-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-moz-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@-o-keyframes runs {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    50% {
        transform: translateY(300px) rotate(90deg);
    }

    100% {
        transform: translateY(-300px) rotate(180deg);
    }
}

@keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #ffa84b;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #ffa84b;
        opacity: 0.8;
    }
}

@-webkit-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #ffa84b;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #ffa84b;
        opacity: 0.8;
    }
}

@-moz-keyframes zoomIncolor {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
        background: #ffa84b;
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3);
        background: #ffa84b;
        opacity: 0.8;
    }
}

@keyframes squareMove {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    33% {
        transform: translateY(-100px) rotate(180deg);
    }

    66% {
        transform: translateX(200px) rotate(-90deg);
    }

    100% {
        transform: translateX(0px) rotate(0deg);
    }
}

@-webkit-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }

    33% {
        transform: translateY(-100px);
    }

    66% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

@-moz-keyframes squareMove {
    0% {
        transform: translateX(0px);
    }

    33% {
        transform: translateY(-100px);
    }

    66% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0px);
    }
}

/*--
    -theme-btn
----------------------------------------*/
/* line 4, Shomoul_btn.scss */
.theme_btn {
    overflow: hidden;
    color: #ffffff;
    background: #E6332A;
    font-size: 14px;
    font-family: "GT Walsheim Pro";
    font-weight: 700;
    line-height: 1;
    padding: 24px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

/* line 19, Shomoul_btn.scss */
.theme_btn i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 5px;
}

/* line 23, Shomoul_btn.scss */
.theme_btn:hover {
    color: #ffffff;
    background: #004B99;
}

/* line 26, Shomoul_btn.scss */
.theme_btn:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/* line 34, Shomoul_btn.scss */
.theme_btn.theme_btn2 {
    color: #ffffff;
    background: #bb0b0b;
}

/* line 37, Shomoul_btn.scss */
.theme_btn.theme_btn2:hover {
    background: #040404;
}

/* line 44, Shomoul_btn.scss */
.quote-btn {
    padding: 19px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 44, Shomoul_btn.scss */
    .quote-btn {
        padding: 19px 28px;
    }
}

/* line 49, Shomoul_btn.scss */
.quote-btn:hover {
    background: #040404;
}

/* line 54, Shomoul_btn.scss */
.btn-list {
    padding: 0;
}

/* line 59, Shomoul_btn.scss */
.border_btn {
    border: 2px solid #e3e3e3;
    color: #004B99;
    padding: 22px 38px;
    background: rgba(220, 20, 20, 0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 66, Shomoul_btn.scss */
.border_btn::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #004B99;
    opacity: 0.7;
    border-radius: 50%;
    left: -19px;
    bottom: -19px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.services-area {
    background: #f7f7f7;
    position: relative;
    z-index: 2;
    background: url(../img/portfolio/pattern-bg1.png);
    background-position: center;
}

.services-area::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}

/* line 79, Shomoul_btn.scss */
.border_btn:hover,
.border_btn.active {
    color: #ffffff;
    border-color: #004B99;
    background: transparent;
}

/* line 84, Shomoul_btn.scss */
.border_btn:hover::before,
.border_btn.active::before {
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}

/* line 94, Shomoul_btn.scss */
.border_btn.active::before {
    left: 0;
    bottom: 0;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

/* line 102, Shomoul_btn.scss */
.border_btn.active:hover {
    color: #ffa84b;
    background-color: transparent;
}

/* line 105, Shomoul_btn.scss */
.border_btn.active:hover::before {
    left: 5px;
    bottom: 5px;
    opacity: 0.7;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

/* line 115, Shomoul_btn.scss */
.border_btn.border_btn2 {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

/* line 117, Shomoul_btn.scss */
.border_btn.border_btn2::before {
    background: #bb0b0b;
}

/* line 121, Shomoul_btn.scss */
.border_btn.border_btn2:hover {
    border-color: #bb0b0b;
}

/* line 123, Shomoul_btn.scss */
.border_btn.border_btn2:hover::before {
    background: #bb0b0b;
}

/* line 130, Shomoul_btn.scss */
.service-btn {
    color: #cccccc;
    font-size: 14px;
    font-weight: 700;
    display: block;
}

/* line 135, Shomoul_btn.scss */
.service-btn i {
    margin-left: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 139, Shomoul_btn.scss */
.service-btn:hover {
    color: #ffa84b;
}

/* line 141, Shomoul_btn.scss */
.service-btn:hover i {
    transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
}

/* line 152, Shomoul_btn.scss */
.theme-border-btn {
    background: transparent;
    color: #004B99;
    border: 2px solid #ececec;
    padding: 23px 38px;
}

/* line 157, Shomoul_btn.scss */
.theme-border-btn i {
    color: #004B99;
    margin-left: 8px;
    font-weight: 300;
}

/* line 162, Shomoul_btn.scss */
.theme-border-btn:hover {
    border-color: transparent;
    color: #ffffff;
}

/* line 165, Shomoul_btn.scss */
.theme-border-btn:hover i {
    color: #ffffff;
}

/* line 172, Shomoul_btn.scss */
.theme_btn2 {
    overflow: hidden;
    color: #083d59;
    background-color: #e7eef2;
    font-size: 16px;
    font-family: "GT Walsheim Pro";
    font-weight: 700;
    line-height: 1;
    padding: 21px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    text-transform: capitalize;
}

/* line 188, Shomoul_btn.scss */
.theme_btn2:hover {
    color: #ffffff;
    background: #083d59;
}

/* line 195, Shomoul_btn.scss */
.theme_btn3 {
    background: #083d59;
    padding: 22px 44px;
}

/* line 198, Shomoul_btn.scss */
.theme_btn3 i {
    margin-left: 15px;
}

/* line 201, Shomoul_btn.scss */
.theme_btn3:hover {
    background: #bb0b0b;
}

/* line 1, Shomoul_section-title.scss */
.semi-title {
    color: #E6332A;
    font-size: 14px;
    letter-spacing: 0px;
}

.about-us-area.about-us-2 .about-img-wrapper {
    max-height: 400px;
    overflow: hidden;
    padding-right: 45px;
}

.about-us-area.about-us-2 .about-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 768px) {
    .about-us-area.about-us-2 .about-img-wrapper {
        padding-right: 0;
        max-height: 200px;
    }
}

@media(min-width: 768px) and (max-width: 992px) {
    .about-us-area.about-us-2 .about-img-wrapper {
        padding-right: 0;
    }
}

/* line 7, Shomoul_section-title.scss */
.sect-title {
    font-size: 60px;
    line-height: 1.17;
    color: #004B99;
}

/* line 10, Shomoul_section-title.scss */
.sect-title span {
    font-weight: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 7, Shomoul_section-title.scss */
    .sect-title {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 7, Shomoul_section-title.scss */
    .sect-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {

    /* line 7, Shomoul_section-title.scss */
    .sect-title {
        font-size: 30px;
    }
}

/* line 22, Shomoul_section-title.scss */
.sect-title .bottom-shape::before {
    left: 0;
    top: 63%;
}

/* line 28, Shomoul_section-title.scss */
.paragraph-title {
    color: #777777;
    font-size: 18px;
    line-height: 28px;
}

/* line 32, Shomoul_section-title.scss */
.paragraph-title strong {
    color: #004B99;
    font-weight: 700;
}

/* line 37, Shomoul_section-title.scss */
.semi-grey {
    color: #92aab6;
}

/* line 41, Shomoul_section-title.scss */
.semi-title2 {
    color: #E6332A;
    font-size: 14px;
    letter-spacing: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* line 48, Shomoul_section-title.scss */
.semi-title2 .line-one {
    margin-right: 10px;
}

/* line 51, Shomoul_section-title.scss */
.semi-title2 .line-two {
    margin-left: 10px;
}

/* line 56, Shomoul_section-title.scss */
.sect-title2 {
    font-size: 60px;
    line-height: 1.1;
    color: #004B99;
}

/* line 60, Shomoul_section-title.scss */
.sect-title2 span {
    font-weight: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 56, Shomoul_section-title.scss */
    .sect-title2 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 56, Shomoul_section-title.scss */
    .sect-title2 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {

    /* line 56, Shomoul_section-title.scss */
    .sect-title2 {
        font-size: 30px;
    }
}

/* line 72, Shomoul_section-title.scss */
.sect-title2 .bottom-shape::before {
    top: 70%;
}

/* line 78, Shomoul_section-title.scss */
.section-title2 .semi-title2 {
    margin-bottom: 13px;
    line-height: 1;
}

/* line 82, Shomoul_section-title.scss */
.section-title2 .sect-title2 {
    margin-bottom: 48px;
}

/* line 2, Shomoul_slider.scss */
.custom-container-slider {
    max-width: 1430px;
    overflow: hidden;
}

/* line 6, Shomoul_slider.scss */
.main-slider {
    position: relative;
    top: -190px;
}

/* line 10, Shomoul_slider.scss */
.slider-bg {
    position: relative;
    background: url(../img/portfolio/pattern-bg1.png);
    background-position: center;
    background-size: cover;
    min-height: 696px;
    display: flex;
    align-items: center;
    z-index: 2;
    background: white;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 10, Shomoul_slider.scss */
    .slider-bg {
        min-height: 620px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 10, Shomoul_slider.scss */
    .slider-bg {
        min-height: 550px;
    }
}

@media (max-width: 767px) {

    /* line 10, Shomoul_slider.scss */
    .slider-bg {
        min-height: 500px;
    }
}

@media (min-width: 1200px) {
    .slider-bg {
        margin-top: -53px;
    }
}

/* line 29, Shomoul_slider.scss */
.slider-bg::before {
    position: absolute;
    content: "";
    background-color: #f7f7f7;
    opacity: 0.98;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #fff;
    opacity: .7;
}

/* line 40, Shomoul_slider.scss */
.slider-bg .slider__content {
    padding-left: 50px;
    margin-top: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 40, Shomoul_slider.scss */
    .slider-bg .slider__content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 40, Shomoul_slider.scss */
    .slider-bg .slider__content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 40, Shomoul_slider.scss */
    .slider-bg .slider__content {
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {

    /* line 40, Shomoul_slider.scss */
    .slider-bg .slider__content {
        padding-left: 0;
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

/* line 60, Shomoul_slider.scss */
.slider-bg .slider-right {
    padding-top: 63px;
    margin-left: -32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 60, Shomoul_slider.scss */
    .slider-bg .slider-right {
        padding-top: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 60, Shomoul_slider.scss */
    .slider-bg .slider-right {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 60, Shomoul_slider.scss */
    .slider-bg .slider-right {
        margin-left: 0;
    }
}

/* line 76, Shomoul_slider.scss */
#slider-one .owl-item.active h1 {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    color: #004B99;
}

/* line 85, Shomoul_slider.scss */
#slider-one .owl-item.active p {
    -webkit-animation-duration: 800ms;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.4s;
}

/* line 94, Shomoul_slider.scss */
#slider-one .owl-item.active .btn-list {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

/* line 102, Shomoul_slider.scss */
#slider-one .owl-item.active .slider-right {
    -webkit-animation-duration: 2s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight2;
    animation-delay: 0.4s;
}

#slider-one .owl-item.active .slider-right {
    display: flex;
    justify-content: center;
}

#slider-one .owl-item.active .slider-right img {
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 102, Shomoul_slider.scss */
    #slider-one .owl-item.active .slider-right {
        animation-name: fadeIn;
    }
}

@media (max-width: 767px) {

    /* line 102, Shomoul_slider.scss */
    #slider-one .owl-item.active .slider-right {
        animation-name: fadeIn;
    }
}

/* line 118, Shomoul_slider.scss */
.main-slider-area .dodlle-one {
    position: absolute;
    border-radius: 50%;
    background-color: #E6332A;
    width: 7px;
    height: 7px;
    z-index: 12;
    right: 46.09%;
    top: 260px;
}

@media(max-width: 786px) {

    .main-slider-area .row {
        min-height: auto !important;
    }

    .main-slider-area .item {
        background-image: none !important;
        min-height: auto !important;
    }
}

/* line 127, Shomoul_slider.scss */
.main-slider-area .dodlle-one.two {
    top: 468px;
    right: 27.03%;
}

/* line 131, Shomoul_slider.scss */
.main-slider-area .dodlle-one.three {
    top: 73%;
    left: 19.2%;
}

/* line 137, Shomoul_slider.scss */
.main-slider-area .owl-nav button {
    border: 2px solid #E6332A !important;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    display: inline-block;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 5;
    color: #E6332A !important;
    transition: .2s;
}

/* line 153, Shomoul_slider.scss */
.main-slider-area .owl-nav button i {
    font-size: 18px;
}

/* line 156, Shomoul_slider.scss */
.main-slider-area .owl-nav button.owl-prev {
    left: 30px;
}

/* line 159, Shomoul_slider.scss */
.main-slider-area .owl-nav button.owl-next {
    right: 30px;
}

/* line 162, Shomoul_slider.scss */
.main-slider-area .owl-nav button.owl-prev:hover,
.main-slider-area .owl-nav button.owl-next:hover {
    color: #ffffff !important;
    border-color: #004B99 !important;
    background: #004B99;
}

/* line 171, Shomoul_slider.scss */
.owl-dots {
    position: absolute;
    z-index: 11;
    left: 40px;
    bottom: 40px;
}

/* line 176, Shomoul_slider.scss */
.owl-dots button.owl-dot {
    border: 1px solid #777777;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 15px;
}

/* line 182, Shomoul_slider.scss */
.owl-dots button.owl-dot.active {
    border-color: #ffa84b;
    background-color: #ffa84b;
}

/* line 190, Shomoul_slider.scss */
.slider__content .main-title-one {
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 190, Shomoul_slider.scss */
    .slider__content .main-title-one {
        font-size: 70px;
    }
}

/* line 196, Shomoul_slider.scss */
.slider__content p {
    color: #777;
    font-size: 18px;
    line-height: 28px;
}

/* line 201, Shomoul_slider.scss */
.slider__content p strong {
  /*  color: #004B99;*/
    font-weight: 700;
    font-size: 21px;
}

/* line 208, Shomoul_slider.scss */
.sub-title {
    color: #083d59;
    font-size: 16px;
    font-weight: 500;
    font-family: "GT Walsheim Pro";
    text-transform: uppercase;
    line-height: 23px;
}

/* line 217, Shomoul_slider.scss */
.main-title-one {
    color: #083d59;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 217, Shomoul_slider.scss */
    .main-title-one {
        font-size: 56px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 217, Shomoul_slider.scss */
    .main-title-one {
        font-size: 56px;
    }
}

@media (max-width: 767px) {

    /* line 217, Shomoul_slider.scss */
    .main-title-one {
        font-size: 50px;
    }
}

/* line 232, Shomoul_slider.scss */
.main-title-one span {
    font-weight: 100;
    letter-spacing: -0.6px;
}

/* line 238, Shomoul_slider.scss */
.bottom-shape {
    display: inline-block;
    position: relative;
    z-index: 2;
}

/* line 242, Shomoul_slider.scss */
.bottom-shape::before {
    position: absolute;
    content: "";
    background: url(../img/shape/line-1.svg) no-repeat;
    width: 100%;
    height: 14px;
    left: 7px;
    top: 65%;
    z-index: -1;
}

/* line 256, Shomoul_slider.scss */
.slider-bg-2 {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 970px;
    z-index: 1;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 256, Shomoul_slider.scss */
    .slider-bg-2 {
        min-height: 750px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 256, Shomoul_slider.scss */
    .slider-bg-2 {
        min-height: 550px;
    }
}

@media (max-width: 767px) {

    /* line 256, Shomoul_slider.scss */
    .slider-bg-2 {
        min-height: 500px;
    }
}

/* line 277, Shomoul_slider.scss */
.slider-bg-2::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 54, 96, 0.4);
    opacity: 0.98;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 289, Shomoul_slider.scss */
.slider-bg-2 img.shape-one {
    width: 311px;
    height: 311px;
    display: inline-block;
    position: absolute;
    top: 315px;
    right: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 289, Shomoul_slider.scss */
    .slider-bg-2 img.shape-one {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 289, Shomoul_slider.scss */
    .slider-bg-2 img.shape-one {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 289, Shomoul_slider.scss */
    .slider-bg-2 img.shape-one {
        display: none;
    }
}

/* line 307, Shomoul_slider.scss */
.slider-bg-2 .slider__content {
    padding-top: 155px;
    padding-left: 8px;
}

/* line 310, Shomoul_slider.scss */
.slider-bg-2 .slider__content .main-title-two {
    margin-bottom: 53px;
}

/* line 315, Shomoul_slider.scss */
.shape-h2-one {
    width: 336px;
    height: 350px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 315, Shomoul_slider.scss */
    .shape-h2-one {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 315, Shomoul_slider.scss */
    .shape-h2-one {
        display: none;
    }
}

/* line 331, Shomoul_slider.scss */
.slide-tag-list {
    padding: 0;
    margin-bottom: 12px;
}

/* line 334, Shomoul_slider.scss */
.slide-tag-list li {
    padding-right: 51px;
    display: inline-block;
}

/* line 339, Shomoul_slider.scss */
.slide-tag-list li:last-child a::before {
    display: none;
}

@media (max-width: 767px) {

    /* line 334, Shomoul_slider.scss */
    .slide-tag-list li {
        padding-right: 10px;
    }

    /* line 346, Shomoul_slider.scss */
    .slide-tag-list li a {
        font-size: 14px;
    }
}

/* line 350, Shomoul_slider.scss */
.slide-tag-list li a {
    color: rgba(255, 255, 255, 0.502);
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 2;
}

/* line 357, Shomoul_slider.scss */
.slide-tag-list li a::before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.302);
    width: 20px;
    height: 1px;
    right: -38px;
    top: 12px;
    z-index: 11;
}

@media (max-width: 767px) {

    /* line 357, Shomoul_slider.scss */
    .slide-tag-list li a::before {
        display: none;
    }
}

/* line 374, Shomoul_slider.scss */
.main-title-two {
    color: #ffffff;
    font-size: 120px;
    line-height: 1.02;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 374, Shomoul_slider.scss */
    .main-title-two {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 374, Shomoul_slider.scss */
    .main-title-two {
        font-size: 56px;
    }
}

@media (max-width: 767px) {

    /* line 374, Shomoul_slider.scss */
    .main-title-two {
        font-size: 50px;
    }
}

/* line 389, Shomoul_slider.scss */
#slider-one .slider-bg-2 .owl-item.active .theme_btn {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}

/* line 398, Shomoul_slider.scss */
.slider-bg-3 {
    min-height: 830px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 398, Shomoul_slider.scss */
    .slider-bg-3 {
        min-height: 750px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 398, Shomoul_slider.scss */
    .slider-bg-3 {
        min-height: 550px;
    }
}

@media (max-width: 767px) {

    /* line 398, Shomoul_slider.scss */
    .slider-bg-3 {
        min-height: 500px;
    }
}

/* line 414, Shomoul_slider.scss */
.slider-bg-3::before {
    content: "";
    position: absolute;
    background-color: #040404;
    opacity: 0.902;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 425, Shomoul_slider.scss */
.slider-bg-3::after {
    content: "";
    position: absolute;
    background: url(../img/slider/pattern-1.png) no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 436, Shomoul_slider.scss */
.slider__content3 {
    position: relative;
    z-index: 5;
}

/* line 439, Shomoul_slider.scss */
.slider__content3 .popup-video {
    color: #ffffff;
    font-size: 14px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #bb0b0b;
    margin-bottom: 24px;
}

/* line 449, Shomoul_slider.scss */
.slider__content3 .bottom-shape::before {
    background: url(../img/shape/line-3.png) no-repeat;
}

/* line 453, Shomoul_slider.scss */
.slider__content3 .main-title-one {
    margin-bottom: 12px;
}

/* line 456, Shomoul_slider.scss */
.slider__content3 .paragraph-title {
    color: #a7bbc5;
}

/* line 458, Shomoul_slider.scss */
.slider__content3 .paragraph-title strong {
    color: #ffffff;
}

/* line 462, Shomoul_slider.scss */
.slider__content3 .subscribe-form {
    position: relative;
    z-index: 1;
}

/* line 465, Shomoul_slider.scss */
.slider__content3 .subscribe-form input {
    background-color: #ffffff;
    position: relative;
    height: 60px;
    color: #999999;
}

/* line 470, Shomoul_slider.scss */
.slider__content3 .subscribe-form input::placeholder {
    color: #999999;
}

/* line 473, Shomoul_slider.scss */
.slider__content3 .subscribe-form input::-moz-placeholder {
    color: #999999;
}

/* line 476, Shomoul_slider.scss */
.slider__content3 .subscribe-form input::-webkit-placeholder {
    color: #999999;
}

/* line 479, Shomoul_slider.scss */
.slider__content3 .subscribe-form input::-o-placeholder {
    color: #999999;
}

@media (max-width: 767px) {

    /* line 465, Shomoul_slider.scss */
    .slider__content3 .subscribe-form input {
        padding-left: 10px;
    }
}

/* line 486, Shomoul_slider.scss */
.slider__content3 .subscribe-form .subscribe-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    background: #bb0b0b;
    position: absolute;
    z-index: 2;
    max-width: 200px;
    width: 100%;
    height: 60px;
    right: 0;
    top: 0;
}

@media (max-width: 767px) {

    /* line 486, Shomoul_slider.scss */
    .slider__content3 .subscribe-form .subscribe-btn {
        max-width: 115px;
    }
}

/* line 510, Shomoul_slider.scss */
.nav-none .owl-nav {
    display: none;
}

/* line 515, Shomoul_slider.scss */
.main-slider-area {
    position: relative;
    z-index: 2;
}

/* line 518, Shomoul_slider.scss */
.main-slider-area .right-img {
    position: absolute;
    z-index: 3;
    left: 48px;
    bottom: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 518, Shomoul_slider.scss */
    .main-slider-area .right-img {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 518, Shomoul_slider.scss */
    .main-slider-area .right-img {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 518, Shomoul_slider.scss */
    .main-slider-area .right-img {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 518, Shomoul_slider.scss */
    .main-slider-area .right-img {
        display: none;
    }
}

/* line 535, Shomoul_slider.scss */
.main-slider-area .right-img.two {
    top: 90px;
    right: 0;
    left: auto;
}

/* line 543, Shomoul_slider.scss */
#slider-three .owl-item.active h1 {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s;
}

/* line 551, Shomoul_slider.scss */
#slider-three .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s;
}

/* line 559, Shomoul_slider.scss */
#slider-three .owl-item.active p {
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.2s;
}

/* line 567, Shomoul_slider.scss */
#slider-three .owl-item.active .subscribe-form {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

/* line 2, Shomoul_feature.scss */
.single-feature {
    position: relative;
    background: url(../img/feature/1.jpg) no-repeat top center;
    background-size: cover;
    padding: 77px 0 78px 70px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, Shomoul_feature.scss */
    .single-feature {
        padding: 72px 0 78px 15px;
    }
}

@media (max-width: 767px) {

    /* line 2, Shomoul_feature.scss */
    .single-feature {
        padding: 72px 0 78px 15px;
    }
}

/* line 16, Shomoul_feature.scss */
.single-feature::before {
    position: absolute;
    content: "";
    background-color: #083d59;
    opacity: 0.902;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 28, Shomoul_feature.scss */
.single-feature .f-icon {
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 17px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

/* line 35, Shomoul_feature.scss */
.single-feature h6 {
    color: #a6b8c2;
    font-weight: 300;
    margin-bottom: 13px;
}

/* line 39, Shomoul_feature.scss */
.single-feature h6 span {
    color: #ffffff;
    font-weight: 400;
    margin-right: 18px;
}

/* line 45, Shomoul_feature.scss */
.single-feature h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.1;
    padding-left: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 45, Shomoul_feature.scss */
    .single-feature h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 45, Shomoul_feature.scss */
    .single-feature h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    /* line 45, Shomoul_feature.scss */
    .single-feature h2 {
        font-size: 30px;
    }
}

/* line 61, Shomoul_feature.scss */
.single-feature.feat-2 h6 {
    color: #ffeedc;
}

/* line 64, Shomoul_feature.scss */
.single-feature.feat-2::before {
    background-color: #ffa84b;
    opacity: 0.902;
}

/* line 70, Shomoul_feature.scss */
.single-feature.feat-3::before {
    background-color: #006571;
    opacity: 0.902;
}

/* line 76, Shomoul_feature.scss */
.single-feature:hover h6 {
    color: #ffffff;
}

/* line 79, Shomoul_feature.scss */
.single-feature:hover::before {
    background-color: #ffa84b;
}

/* line 82, Shomoul_feature.scss */
.single-feature:hover .f-icon {
    top: 25px;
    right: 50px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* line 95, Shomoul_feature.scss */
.core-feature-area {
    position: relative;
    z-index: 2;
}

/* line 98, Shomoul_feature.scss */
.core-feature-area::before {
    content: "";
    position: absolute;
    background: url(../img/feature/core-2.png) no-repeat right;
    width: 615px;
    max-width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 98, Shomoul_feature.scss */
    .core-feature-area::before {
        width: 100%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 98, Shomoul_feature.scss */
    .core-feature-area::before {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 98, Shomoul_feature.scss */
    .core-feature-area::before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 121, Shomoul_feature.scss */
    .core-wrapper .section-title {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 121, Shomoul_feature.scss */
    .core-wrapper .section-title {
        padding-right: 0;
    }
}

/* line 131, Shomoul_feature.scss */
.text-list li {
    color: #004B99;
    font-size: 16px;
    font-weight: 500;
    padding-left: 60px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

/* line 139, Shomoul_feature.scss */
.text-list li::before {
    content: "\f00c";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    color: #fff;
    left: 0;
    top: -7px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e6332a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

/* line 162, Shomoul_feature.scss */
.video-wrapper {
    background: url(../img/about/About%202.png) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 500px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 162, Shomoul_feature.scss */
    .video-wrapper {
        min-height: 400px;
    }
}

@media (max-width: 767px) {

    /* line 162, Shomoul_feature.scss */
    .video-wrapper {
        min-height: 300px;
    }
}

/* line 174, Shomoul_feature.scss */
.video-wrapper .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 187, Shomoul_feature.scss */
    .core-wrapper2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 187, Shomoul_feature.scss */
    .core-wrapper2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 187, Shomoul_feature.scss */
    .core-wrapper2 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 187, Shomoul_feature.scss */
    .core-wrapper2 {
        padding-left: 0;
    }
}

/* line 202, Shomoul_feature.scss */
.features-bg {
    background: url(../img/feature/feature-bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

/* line 207, Shomoul_feature.scss */
.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

@media (max-width: 767px) {

    /* line 207, Shomoul_feature.scss */
    .feature-list {
        display: block;
    }
}

/* line 216, Shomoul_feature.scss */
.feature-list li:first-child,
.feature-list li:nth-child(3) {
    margin-top: -20px;
}

/* line 223, Shomoul_feature.scss */
.single-feature2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 25px 35px 27px 30px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 223, Shomoul_feature.scss */
    .single-feature2 {
        padding: 25px 10px 25px 10px;
    }
}

@media (max-width: 767px) {

    /* line 223, Shomoul_feature.scss */
    .single-feature2 {
        padding: 25px 15px 25px 15px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 223, Shomoul_feature.scss */
    .single-feature2 {
        padding: 25px 25px 25px 25px;
        margin-bottom: 20px;
    }
}

/* line 242, Shomoul_feature.scss */
.single-feature2::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 0px;
    line-height: 40px;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

/* line 255, Shomoul_feature.scss */
.single-feature2 h2 {
    color: #c4cdd2;
    font-size: 40px;
    margin-right: 20px;
}

/* line 260, Shomoul_feature.scss */
.single-feature2 h6 {
    line-height: 22px;
}

/* line 264, Shomoul_feature.scss */
.single-feature2:hover::before {
    background: #ffa84b;
    height: 2px;
}

/* line 268, Shomoul_feature.scss */
.single-feature2:hover h2 {
    color: #ffa84b;
}

/* line 274, Shomoul_feature.scss */
.feature-img-wrapper {
    position: relative;
    z-index: 1;
}

/* line 278, Shomoul_feature.scss */
.feature-img-wrapper .feature-one {
    position: absolute;
    z-index: 2;
}

/* line 281, Shomoul_feature.scss */
.feature-img-wrapper .feature-one.two {
    border: 10px solid #ffffff;
    right: 0;
    top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 281, Shomoul_feature.scss */
    .feature-img-wrapper .feature-one.two {
        top: 0;
    }
}

@media (max-width: 767px) {

    /* line 281, Shomoul_feature.scss */
    .feature-img-wrapper .feature-one.two {
        display: none;
    }
}

/* line 292, Shomoul_feature.scss */
.feature-img-wrapper .feature-one.three {
    right: 50px;
    top: 20px;
    animation: float-bob-x infinite 5s linear;
    -webkit-animation: float-bob-x infinite 5s linear;
}

/* line 302, Shomoul_feature.scss */
.feature-number {
    font-size: 120px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #ffa84b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 302, Shomoul_feature.scss */
    .feature-number {
        font-size: 80px;
    }
}

@media (max-width: 767px) {

    /* line 302, Shomoul_feature.scss */
    .feature-number {
        font-size: 50px;
        text-align: center;
    }
}

/* line 315, Shomoul_feature.scss */
.features-title {
    font-size: 40px;
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 315, Shomoul_feature.scss */
    .features-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 315, Shomoul_feature.scss */
    .features-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {

    /* line 315, Shomoul_feature.scss */
    .features-title {
        font-size: 20px;
    }
}

/* line 329, Shomoul_feature.scss */
.tab-wrapper2 .nav-tabs {
    border: 0;
    display: block;
    width: 100%;
}

/* line 333, Shomoul_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link {
    text-align: start;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #b1b5b8;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    width: 93%;
    padding: 24px 0 22px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 333, Shomoul_feature.scss */
    .tab-wrapper2 .nav-tabs .nav-link {
        font-size: 16px;
        padding: 24px 0px 25px 0;
    }
}

@media (max-width: 767px) {

    /* line 333, Shomoul_feature.scss */
    .tab-wrapper2 .nav-tabs .nav-link {
        font-size: 16px;
        padding: 24px 10px 25px 0;
    }
}

/* line 352, Shomoul_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link img {
    margin-right: 18px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
}

/* line 360, Shomoul_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link i {
    float: right;
}

/* line 363, Shomoul_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link.active {
    color: #083d59;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 370, Shomoul_feature.scss */
    .content-box p {
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 375, Shomoul_feature.scss */
    .content-box .text-content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 375, Shomoul_feature.scss */
    .content-box .text-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 375, Shomoul_feature.scss */
    .content-box .text-content {
        padding-left: 0;
    }
}

/* line 386, Shomoul_feature.scss */
.content-box .text-list {
    margin: 0;
}

/* line 388, Shomoul_feature.scss */
.content-box .text-list li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 388, Shomoul_feature.scss */
    .content-box .text-list li {
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 388, Shomoul_feature.scss */
    .content-box .text-list li {
        font-size: 15px;
    }
}

/* line 399, Shomoul_feature.scss */
.content-box .text-list li::before {
    background: transparent;
    font-weight: 400;
    left: 0;
    width: unset;
    height: unset;
}

/* line 410, Shomoul_feature.scss */
.video-bg-1 {
    background: url(../img/video/video-bg1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 410, Shomoul_feature.scss */
    .video-bg-1 {
        min-height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 410, Shomoul_feature.scss */
    .video-bg-1 {
        min-height: 450px;
    }
}

@media (max-width: 767px) {

    /* line 410, Shomoul_feature.scss */
    .video-bg-1 {
        min-height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, Shomoul_about.scss */
    .about-content-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 2, Shomoul_about.scss */
    .about-content-wrapper {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 2, Shomoul_about.scss */
    .about-content-wrapper {
        padding-left: 0;
    }
}

/* line 12, Shomoul_about.scss */
.about-content-wrapper .paragraph-title {
    margin-bottom: 46px;
}

/* line 16, Shomoul_about.scss */
.tab-wrapper {
    padding-left: 60px;
    padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 16, Shomoul_about.scss */
    .tab-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 16, Shomoul_about.scss */
    .tab-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 16, Shomoul_about.scss */
    .tab-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 31, Shomoul_about.scss */
.tab-wrapper .nav-tabs {
    border: 0;
}

/* line 34, Shomoul_about.scss */
.tab-wrapper .nav-tabs .nav-link {
    color: #ffa84b;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(27, 33, 47, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 19px 29px;
}

/* line 45, Shomoul_about.scss */
.tab-wrapper .nav-tabs .nav-link:first-child {
    margin-right: 20px;
}

@media (max-width: 767px) {

    /* line 34, Shomoul_about.scss */
    .tab-wrapper .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 15px;
    }

    /* line 51, Shomoul_about.scss */
    .tab-wrapper .nav-tabs .nav-link:first-child {
        margin-right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 34, Shomoul_about.scss */
    .tab-wrapper .nav-tabs .nav-link {
        width: inherit;
        margin-bottom: inherit;
    }

    /* line 58, Shomoul_about.scss */
    .tab-wrapper .nav-tabs .nav-link:first-child {
        margin-right: inherit;
    }
}

/* line 62, Shomoul_about.scss */
.tab-wrapper .nav-tabs .nav-link span {
    color: #083d59;
    font-size: 16px;
    margin-right: 50px;
    margin-left: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 62, Shomoul_about.scss */
    .tab-wrapper .nav-tabs .nav-link span {
        margin-right: 15px;
    }
}

/* line 71, Shomoul_about.scss */
.tab-wrapper .nav-tabs .nav-link.active {
    border-color: #083d59;
    color: #ffa84b;
    background: #083d59;
}

/* line 75, Shomoul_about.scss */
.tab-wrapper .nav-tabs .nav-link.active span {
    color: #ffffff;
}

/* line 83, Shomoul_about.scss */
.shape-square {
    position: absolute;
    right: 80px;
    top: 40px;
    z-index: 1;
    animation: rotation infinite 5s linear;
}

/* line 91, Shomoul_about.scss */
.about-area-2 {
    position: relative;
    z-index: 3;
}

/* line 97, Shomoul_about.scss */
.about-content-wrapper2 .paragraph-title {
    padding-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 97, Shomoul_about.scss */
    .about-content-wrapper2 .paragraph-title {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 97, Shomoul_about.scss */
    .about-content-wrapper2 .paragraph-title {
        padding-right: 0;
    }
}

/* line 108, Shomoul_about.scss */
.about-text {
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 108, Shomoul_about.scss */
    .about-text {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 108, Shomoul_about.scss */
    .about-text {
        padding-right: 0;
    }
}

/* line 118, Shomoul_about.scss */
.about-text .img-box {
    float: left;
    width: 100px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 7px;
}

@media (max-width: 767px) {

    /* line 118, Shomoul_about.scss */
    .about-text .img-box {
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 118, Shomoul_about.scss */
    .about-text .img-box {
        float: left;
    }
}

/* line 132, Shomoul_about.scss */
.about-text p {
    overflow: hidden;
}

/* line 137, Shomoul_about.scss */
.read-btn2 {
    color: #bfbfbf;
    display: block;
    transform: unset;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 0;
}

/* line 149, Shomoul_about.scss */
.single-about {
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 10px rgba(0, 0, 0, 0.04);
}

/* line 152, Shomoul_about.scss */
.single-about .image {
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

.single-about img {
    width: auto;
    object-fit: cover;
}

/* line 156, Shomoul_about.scss */
.single-about h5 {
    padding-left: 30px;
    line-height: 1;
    margin-bottom: 4px;
    color: #004B99;
}

/* line 161, Shomoul_about.scss */
.single-about p {
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 24px;
}

/* line 167, Shomoul_about.scss */
.single-about:hover .read-btn2 {
    color: #ffffff;
    background-color: #004B99;
}

/* line 174, Shomoul_about.scss */
.single-about-wrapper {
    margin-top: -20px;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 174, Shomoul_about.scss */
    .single-about-wrapper {
        margin-top: 0;
    }
}

/* line 181, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:first-child {
    margin-top: -60px;
}

/* line 183, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:first-child .single-about {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 181, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:first-child {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    /* line 181, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:first-child {
        margin-top: 30px;
    }
}

/* line 193, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:nth-child(2) {
    margin-top: -20px;
}

/* line 195, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 199, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 193, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(2) {
        margin-top: 0;
    }

    /* line 205, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 193, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(2) {
        margin-top: 0;
    }

    /* line 211, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
        margin-left: 0;
    }
}

/* line 216, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:nth-child(3) {
    margin-top: -40px;
}

/* line 218, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 222, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 216, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(3) {
        margin-top: 0;
    }

    /* line 228, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
        margin-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 216, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(3) {
        margin-top: 0;
    }

    /* line 234, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
        margin-right: 0;
    }
}

/* line 240, Shomoul_about.scss */
.single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 240, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 240, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 240, Shomoul_about.scss */
    .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
        margin-left: 0;
    }
}

/* line 256, Shomoul_about.scss */
.about-img-wrapper3 {
    position: relative;
    z-index: 1;
}

/* line 259, Shomoul_about.scss */
.about-img-wrapper3 .about-one {
    position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 259, Shomoul_about.scss */
    .about-img-wrapper3 .about-one {
        position: relative;
    }
}

@media (max-width: 767px) {

    /* line 259, Shomoul_about.scss */
    .about-img-wrapper3 .about-one {
        position: relative;
    }
}

/* line 267, Shomoul_about.scss */
.about-img-wrapper3 .about-one.img-1 {
    top: -322px;
    bottom: auto;
    left: 0;
}

/* line 272, Shomoul_about.scss */
.about-img-wrapper3 .about-one.img-2 {
    top: -75px;
    right: 20px;
    border: 10px solid white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 272, Shomoul_about.scss */
    .about-img-wrapper3 .about-one.img-2 {
        top: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {

    /* line 272, Shomoul_about.scss */
    .about-img-wrapper3 .about-one.img-2 {
        top: 0;
        right: 0;
        width: 100%;
    }
}

/* line 288, Shomoul_about.scss */
.about-img-wrapper3 .about-one.img-3 {
    position: absolute;
    left: 15%;
    transform: translateX(-50%);
    top: -214px;
    animation: float-bob-y infinite 3s linear;
    -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 288, Shomoul_about.scss */
    .about-img-wrapper3 .about-one.img-3 {
        left: 0;
        top: 0;
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 288, Shomoul_about.scss */
    .about-img-wrapper3 .about-one.img-3 {
        left: 0;
        top: 0;
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 307, Shomoul_about.scss */
    .about-content-wrapper2 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 307, Shomoul_about.scss */
    .about-content-wrapper2 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 307, Shomoul_about.scss */
    .about-content-wrapper2 {
        padding-left: 0;
    }
}

/* line 318, Shomoul_about.scss */
.about-content-wrapper2 .section-title2 .sect-title2 {
    margin-bottom: 20px;
}

/* line 322, Shomoul_about.scss */
.about-content-wrapper2 .paragraph-title {
    margin-bottom: 39px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 322, Shomoul_about.scss */
    .about-content-wrapper2 .paragraph-title {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 322, Shomoul_about.scss */
    .about-content-wrapper2 .paragraph-title {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 322, Shomoul_about.scss */
    .about-content-wrapper2 .paragraph-title {
        padding-right: 0;
    }
}

/* line 334, Shomoul_about.scss */
.about-content-wrapper2 .about-text {
    padding-right: 50px;
    margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 334, Shomoul_about.scss */
    .about-content-wrapper2 .about-text {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 334, Shomoul_about.scss */
    .about-content-wrapper2 .about-text {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 334, Shomoul_about.scss */
    .about-content-wrapper2 .about-text {
        padding-right: 0;
    }
}

/* line 346, Shomoul_about.scss */
.about-content-wrapper2 .about-text .text-box {
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    width: 100px;
    height: 110px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

/* line 355, Shomoul_about.scss */
.about-content-wrapper2 .about-text .text-box h2 {
    color: #bb0b0b;
    font-size: 40px;
    font-weight: 700;
    padding-top: 20px;
}

/* line 361, Shomoul_about.scss */
.about-content-wrapper2 .about-text .text-box span {
    color: #777777;
    font-size: 12px;
    display: block;
    line-height: 16px;
}

@media (max-width: 767px) {

    /* line 346, Shomoul_about.scss */
    .about-content-wrapper2 .about-text .text-box {
        float: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 346, Shomoul_about.scss */
    .about-content-wrapper2 .about-text .text-box {
        float: inherit;
    }
}

/* line 376, Shomoul_about.scss */
.author-media {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    grid-gap: 21px;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 376, Shomoul_about.scss */
    .author-media {
        grid-gap: 15px;
    }
}

@media (max-width: 767px) {

    /* line 376, Shomoul_about.scss */
    .author-media {
        display: block;
        grid-gap: 15px;
    }
}

/* line 390, Shomoul_about.scss */
.author-media li {
    position: relative;
    z-index: 1;
}

/* line 394, Shomoul_about.scss */
.author-media li:first-child::before {
    content: "";
    position: absolute;
    background-color: #f0f0f0;
    width: 1px;
    height: 50px;
    right: 20px;
    top: 9px;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 406, Shomoul_about.scss */
    .author-media .footer__social {
        margin-top: 25px;
    }
}

/* line 410, Shomoul_about.scss */
.author-media .footer__social a {
    color: #040404;
    border-radius: 50%;
    background: #f2f2f2;
}

/* line 414, Shomoul_about.scss */
.author-media .footer__social a:hover {
    color: #ffffff;
    background: #bb0b0b;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 424, Shomoul_about.scss */
    .about-us-2 .about-content-wrapper3 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 424, Shomoul_about.scss */
    .about-us-2 .about-content-wrapper3 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 424, Shomoul_about.scss */
    .about-us-2 .about-content-wrapper3 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 424, Shomoul_about.scss */
    .about-us-2 .about-content-wrapper3 {
        padding-left: 0;
    }
}

/* line 437, Shomoul_about.scss */
.about-us-2 .about-content-wrapper3 .paragraph-title {
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 29px;
}

/* line 442, Shomoul_about.scss */
.about-us-2 .about-content-wrapper3 .about-btn {
    margin-top: 41px;
}

/* line 449, Shomoul_about.scss */
.our-journey-area {
    background-image: -moz-linear-gradient(90deg, white 0%, #f6f6f6 100%);
    background-image: -webkit-linear-gradient(90deg, white 0%, #f6f6f6 100%);
    background-image: -ms-linear-gradient(90deg, white 0%, #f6f6f6 100%);
}

@media (max-width: 767px) {

    /* line 457, Shomoul_about.scss */
    .about-btn li .theme_btn2 {
        margin-left: 0;
    }
}

/* line 463, Shomoul_about.scss */
.about-btn li:first-child .theme_btn2 {
    color: #ffffff;
    background: #004B99;
    border: 1px solid transparent;
}

/* line 467, Shomoul_about.scss */
.about-btn li:first-child .theme_btn2:hover {
    color: #004B99;
    background: transparent;
    border-color: #ededed;
}

/* line 475, Shomoul_about.scss */
.about-btn li:last-child .theme_btn2 {
    color: #083d59;
    border: 1px solid #ededed;
    background: transparent;
}

/* line 479, Shomoul_about.scss */
.about-btn li:last-child .theme_btn2:hover {
    color: #ffffff;
    background: #004B99;
}

/* line 489, Shomoul_about.scss */
.timeline-box {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 489, Shomoul_about.scss */
    .timeline-box {
        margin-bottom: 0;
    }
}

/* line 497, Shomoul_about.scss */
.timeline-box .left-content h2 {
    color: #ffa84b;
    font-size: 80px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 497, Shomoul_about.scss */
    .timeline-box .left-content h2 {
        font-size: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 497, Shomoul_about.scss */
    .timeline-box .left-content h2 {
        font-size: 60px;
    }
}

/* line 507, Shomoul_about.scss */
.timeline-box .left-content h2.heding-grey {
    color: #ededed;
}

/* line 511, Shomoul_about.scss */
.timeline-box .left-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 511, Shomoul_about.scss */
    .timeline-box .left-content h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 511, Shomoul_about.scss */
    .timeline-box .left-content h4 {
        font-size: 20px;
    }
}

/* line 524, Shomoul_about.scss */
.journey-list {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    justify-content: space-between;
    grid-gap: 30px;
    position: relative;
    z-index: 1;
    padding-left: 0;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 524, Shomoul_about.scss */
    .journey-list {
        padding-top: 0;
        grid-gap: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 524, Shomoul_about.scss */
    .journey-list {
        padding-top: 0;
    }
}

@media (max-width: 767px) {

    /* line 524, Shomoul_about.scss */
    .journey-list {
        padding-top: 0;
        display: block;
    }
}

/* line 545, Shomoul_about.scss */
.journey-list::before {
    content: "";
    position: absolute;
    background: url(../img/journey/time-line1.png) no-repeat;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 545, Shomoul_about.scss */
    .journey-list::before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 545, Shomoul_about.scss */
    .journey-list::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 545, Shomoul_about.scss */
    .journey-list::before {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 545, Shomoul_about.scss */
    .journey-list::before {
        display: none;
    }
}

/* line 570, Shomoul_about.scss */
.journey-list li {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 570, Shomoul_about.scss */
    .journey-list li {
        margin-top: 0;
    }
}

@media (max-width: 767px) {

    /* line 577, Shomoul_about.scss */
    .journey-list li img {
        width: 100%;
    }
}

/* line 582, Shomoul_about.scss */
.journey-list li:first-child,
.journey-list li:nth-child(3),
.journey-list li:nth-child(5),
.journey-list li:nth-child(7) {
    padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 582, Shomoul_about.scss */
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 582, Shomoul_about.scss */
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 582, Shomoul_about.scss */
    .journey-list li:first-child,
    .journey-list li:nth-child(3),
    .journey-list li:nth-child(5),
    .journey-list li:nth-child(7) {
        padding-right: 0;
    }
}

/* line 598, Shomoul_about.scss */
.journey-list li:nth-child(2),
.journey-list li:nth-child(4),
.journey-list li:nth-child(6),
.journey-list li:nth-child(8) {
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 598, Shomoul_about.scss */
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 598, Shomoul_about.scss */
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 598, Shomoul_about.scss */
    .journey-list li:nth-child(2),
    .journey-list li:nth-child(4),
    .journey-list li:nth-child(6),
    .journey-list li:nth-child(8) {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding-left: 0;
    }
}

/* line 2, Shomoul_services.scss */
.services-bg {
    position: relative;
    z-index: 2;
}

/* line 5, Shomoul_services.scss */
.services-bg::before {
    content: "";
    position: absolute;
    background: #f6f6f6;
    width: 100%;
    height: 528px;
    left: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 5, Shomoul_services.scss */
    .services-bg::before {
        height: 485px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 5, Shomoul_services.scss */
    .services-bg::before {
        height: 100%;
    }
}

@media (max-width: 767px) {

    /* line 5, Shomoul_services.scss */
    .services-bg::before {
        display: none;
    }
}

/* line 26, Shomoul_services.scss */
.service-text {
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    padding: 19px 55px 23px 18px;
    margin: 0 0 23px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 26, Shomoul_services.scss */
    .service-text {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 26, Shomoul_services.scss */
    .service-text {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {

    /* line 26, Shomoul_services.scss */
    .service-text {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* line 45, Shomoul_services.scss */
.service-text img {
    margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 45, Shomoul_services.scss */
    .service-text img {
        margin-right: 2px;
    }
}

/* line 53, Shomoul_services.scss */
.single-services {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 3;
}

/* line 57, Shomoul_services.scss */
.single-services .services__thumb {
    position: relative;
    z-index: 1;
}

/* line 60, Shomoul_services.scss */
.single-services .services__thumb img {
    width: 100%;
}

/* line 64, Shomoul_services.scss */
.single-services .services__content {
    background: transparent;
    position: absolute;
    z-index: 3;
    bottom: -90px;
    left: 0;
    right: 0;
    margin-left: 40px;
    margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 64, Shomoul_services.scss */
    .single-services .services__content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 64, Shomoul_services.scss */
    .single-services .services__content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {

    /* line 64, Shomoul_services.scss */
    .single-services .services__content {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* line 86, Shomoul_services.scss */
.single-services p {
    color: #97b4c3;
    text-align: left;
    display: none;
    border-top: 1px solid #174b67;
    padding: 23px 30px 30px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 86, Shomoul_services.scss */
    .single-services p {
        padding: 10px 5px;
        line-height: 18px;
    }
}

@media (max-width: 767px) {

    /* line 86, Shomoul_services.scss */
    .single-services p {
        padding: 10px 5px;
        line-height: 18px;
    }
}

/* line 103, Shomoul_services.scss */
.single-services:hover .services__content {
    background: #083d59;
    bottom: -114px;
}

/* line 107, Shomoul_services.scss */
.single-services:hover .service-text {
    background: transparent;
    color: #ffffff;
    box-shadow: 0;
    margin-bottom: 0;
}

/* line 113, Shomoul_services.scss */
.single-services:hover p {
    display: block;
}

/* line 116, Shomoul_services.scss */
.single-services:hover .service-btn {
    color: #ffffff;
    background: #ffa84b;
    padding: 16px 0;
}

/* line 126, Shomoul_services.scss */
.brand-area .brand-item {
    text-align: center;
}

/* line 128, Shomoul_services.scss */
.brand-area .brand-item .brand-front {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 132, Shomoul_services.scss */
.brand-area .brand-item .brand-back {
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 137, Shomoul_services.scss */
.brand-area .brand-item:hover .brand-front {
    display: none;
}

/* line 140, Shomoul_services.scss */
.brand-area .brand-item:hover .brand-back {
    display: inline-block;
}

/* line 145, Shomoul_services.scss */
.brand-area .owl-carousel .owl-item img {
    display: inline-block;
    max-width: 100%;
    width: unset;
}

/* line 151, Shomoul_services.scss */
.border-line {
    border-bottom: 1px solid #e0e0e0;
}

/* line 154, Shomoul_services.scss */
.brand-title {
    text-align: center;
}

/* line 156, Shomoul_services.scss */
.brand-title h5 {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}

/* line 163, Shomoul_services.scss */
.border-bg {
    position: relative;
    z-index: 1;
    display: block;
}

/* line 167, Shomoul_services.scss */
.border-bg::before {
    content: "";
    position: absolute;
    background: #e0e0e0;
    left: 0;
    top: 8px;
    z-index: 1;
    width: 45%;
    height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 167, Shomoul_services.scss */
    .border-bg::before {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 167, Shomoul_services.scss */
    .border-bg::before {
        width: 30%;
    }
}

@media (max-width: 767px) {

    /* line 167, Shomoul_services.scss */
    .border-bg::before {
        display: none;
    }
}

/* line 186, Shomoul_services.scss */
.border-bg::after {
    content: "";
    position: absolute;
    background: #e0e0e0;
    right: 0;
    top: 8px;
    z-index: 1;
    width: 45%;
    height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 186, Shomoul_services.scss */
    .border-bg::after {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 186, Shomoul_services.scss */
    .border-bg::after {
        width: 30%;
    }
}

@media (max-width: 767px) {

    /* line 186, Shomoul_services.scss */
    .border-bg::after {
        display: none;
    }
}

/* line 208, Shomoul_services.scss */
.services-bg2 {
    background: #e7eef2;
    padding: 120px 60px 90px 60px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 208, Shomoul_services.scss */
    .services-bg2 {
        padding: 120px 15px 90px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 208, Shomoul_services.scss */
    .services-bg2 {
        padding: 95px 15px 30px 15px;
    }
}

@media (max-width: 767px) {

    /* line 208, Shomoul_services.scss */
    .services-bg2 {
        padding: 80px 15px 30px 15px;
    }
}

/* line 222, Shomoul_services.scss */
.services-bg2 .section-titl {
    position: relative;
    z-index: 2;
}

/* line 228, Shomoul_services.scss */
.style-text {
    font-size: 200px;
    line-height: 1;
    background: #ffffff;
    background: -webkit-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 228, Shomoul_services.scss */
    .style-text {
        font-size: 100px;
    }
}

@media (max-width: 767px) {

    /* line 228, Shomoul_services.scss */
    .style-text {
        font-size: 70px;
    }
}

/* line 251, Shomoul_services.scss */
.single-services2 {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

.single-services2::before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    bottom: 0;
    z-index: 5;
    background-image: unset;
    background: #004B99;
    opacity: 0.902;
    clip-path: polygon(0 64.6%, 0% 100%, 30.5% 100%);
}

.single-services2::after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.902;
    clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}


/* line 255, Shomoul_services.scss */
.single-services2 .services-content {
    padding: 50px 50px 35px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 255, Shomoul_services.scss */
    .single-services2 .services-content {
        padding: 50px 25px 35px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 255, Shomoul_services.scss */
    .single-services2 .services-content {
        padding: 50px 15px 35px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 255, Shomoul_services.scss */
    .single-services2 .services-content {
        padding: 50px 15px 35px 15px;
    }
}

@media (max-width: 767px) {

    /* line 255, Shomoul_services.scss */
    .single-services2 .services-content {
        padding: 50px 15px 35px 15px;
    }
}

/* line 269, Shomoul_services.scss */
.single-services2 .services-content h4 {
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 1.4;
    color: #000;
}

@media (max-width: 767px) {

    /* line 269, Shomoul_services.scss */
    .single-services2 .services-content h4 {
        font-size: 20px;
    }
}

.single-services2 .services-content img {
    width: 80px;
}

@media (max-width: 567px) {
    .single-services2 .services-content img {
        width: 60px;
    }
}

.dropdown-item.active,
.dropdown-item:active {
    background: none;
    color: #E6332A !important;
}

/* line 278, Shomoul_services.scss */
.single-services2 .icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 281, Shomoul_services.scss */
.single-services2 .read-btn2 {
    color: #fff;
    background: transparent;
    border-top: 1px solid #e7eef2;
    padding: 20px 40px;
    font-weight: 700;
    justify-content: center;
    color: #004B99;
    background: #f4f4f4;
}

/* line 287, Shomoul_services.scss */
.single-services2 .read-btn2 i {
    color: #004B99;
    margin-left: 10px;
}

/* line 290, Shomoul_services.scss */
.single-services2 .read-btn2:hover {
    color: #ffffff;
    background: #E6332A;
}

.single-services2 .read-btn2:hover i {
    color: #fff;
}

/* line 296, Shomoul_services.scss */
.single-services2:hover .icon {
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
}

/* line 307, Shomoul_services.scss */
.brand-bg {
    background: url(../img/brand/brand-bg1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

/* line 314, Shomoul_services.scss */
.brand-bg::before {
    content: "";
    position: absolute;
    background: #083d59;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 326, Shomoul_services.scss */
.brand-bg .brand-title {
    color: #ffffff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 333, Shomoul_services.scss */
    .brand-bg .brand-title::before {
        width: 100px;
    }

    /* line 336, Shomoul_services.scss */
    .brand-bg .brand-title::after {
        width: 100px;
    }
}

@media (max-width: 767px) {

    /* line 341, Shomoul_services.scss */
    .brand-bg .brand-title::before {
        display: none;
    }

    /* line 344, Shomoul_services.scss */
    .brand-bg .brand-title::after {
        display: none;
    }
}

/* line 348, Shomoul_services.scss */
.brand-bg .brand-title::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.9;
    width: 548px;
    height: 1px;
    left: -23px;
    top: 50%;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 348, Shomoul_services.scss */
    .brand-bg .brand-title::before {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 348, Shomoul_services.scss */
    .brand-bg .brand-title::before {
        width: 20%;
    }
}

@media (max-width: 767px) {

    /* line 348, Shomoul_services.scss */
    .brand-bg .brand-title::before {
        display: none;
    }
}

/* line 368, Shomoul_services.scss */
.brand-bg .brand-title::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0.9;
    width: 548px;
    height: 1px;
    right: 23px;
    top: 50%;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 368, Shomoul_services.scss */
    .brand-bg .brand-title::after {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 368, Shomoul_services.scss */
    .brand-bg .brand-title::after {
        width: 20%;
    }
}

@media (max-width: 767px) {

    /* line 368, Shomoul_services.scss */
    .brand-bg .brand-title::after {
        display: none;
    }
}

/* line 392, Shomoul_services.scss */
.brand-bg3 {
    background: #f7f7f7;
    position: relative;
    background: url(../img/portfolio/pattern-bg1.png);
    background-position: center;
}

.brand-bg3.home-barnd {
    background: white;
}

.brand-bg3::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}

.brand-bg3.home-barnd::before {
    background: white;
}

/* line 396, Shomoul_services.scss */
.style-text2 {
    font-size: 140px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777777;
    opacity: 0.1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}

@media (max-width: 767px) {

    /* line 396, Shomoul_services.scss */
    .style-text2 {
        font-size: 60px;
    }
}

/* line 411, Shomoul_services.scss */
.section-title2 {
    position: relative;
    z-index: 1;
}

/* line 414, Shomoul_services.scss */
.section-title2 .style-text2 {
    top: -44px;
}

/* line 418, Shomoul_services.scss */
.single-services3 {
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1;
    padding: 50px 50px 25px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 418, Shomoul_services.scss */
    .single-services3 {
        padding: 50px 40px 25px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 418, Shomoul_services.scss */
    .single-services3 {
        padding: 50px 15px 25px 15px;
    }
}

@media (max-width: 767px) {

    /* line 418, Shomoul_services.scss */
    .single-services3 {
        padding: 50px 15px 25px 15px;
    }
}

/* line 435, Shomoul_services.scss */
.single-services3 .shadow-text {
    font-size: 250px;
    color: #f7f7f7;
    line-height: 0.28;
    right: -3px;
    position: absolute;
    top: 77px;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 435, Shomoul_services.scss */
    .single-services3 .shadow-text {
        font-size: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 435, Shomoul_services.scss */
    .single-services3 .shadow-text {
        font-size: 100px;
    }
}

@media (max-width: 767px) {

    /* line 435, Shomoul_services.scss */
    .single-services3 .shadow-text {
        font-size: 100px;
    }
}

/* line 453, Shomoul_services.scss */
.single-services3 .icon {
    margin-bottom: 37px;
}

/* line 456, Shomoul_services.scss */
.single-services3 h4 {
    color: #040404;
    font-size: 23px;
    margin-bottom: 18px;
}

/* line 461, Shomoul_services.scss */
.single-services3 p {
    line-height: 26px;
    margin-bottom: 6px;
}

/* line 465, Shomoul_services.scss */
.single-services3 .read-btn2 {
    color: #083d59;
    background: transparent;
    border-top: 1px solid #e7eef2;
    padding: 20px 40px;
    font-weight: 700;
}

/* line 471, Shomoul_services.scss */
.single-services3 .read-btn2 i {
    margin-left: 15px;
}

/* line 474, Shomoul_services.scss */
.single-services3 .read-btn2:hover {
    color: #bb0b0b;
}

/* line 479, Shomoul_services.scss */
.single-services3:hover .shadow-text {
    color: #f3f2f2;
}

/* line 486, Shomoul_services.scss */
.service-feature-bg {
    background: url(../img/services/service-bg1.jpg) no-repeat;
    min-height: 926px;
    background-position: center;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    margin-right: 100px;
    margin-left: 100px;
    margin-bottom: -220px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 486, Shomoul_services.scss */
    .service-feature-bg {
        min-height: 650px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 486, Shomoul_services.scss */
    .service-feature-bg {
        min-height: 620px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    /* line 486, Shomoul_services.scss */
    .service-feature-bg {
        min-height: 480px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

/* line 518, Shomoul_services.scss */
.service-feature-wrapper {
    padding: 95px 100px 75px 100px;
    background: #ffffff;
    border-left: 5px solid #E6332A;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 518, Shomoul_services.scss */
    .service-feature-wrapper {
        padding: 50px 50px 50px 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 518, Shomoul_services.scss */
    .service-feature-wrapper {
        padding: 35px 50px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 518, Shomoul_services.scss */
    .service-feature-wrapper {
        padding: 15px 25px 15px 25px;
    }
}

@media (max-width: 767px) {

    /* line 518, Shomoul_services.scss */
    .service-feature-wrapper {
        padding: 15px 15px 15px 15px;
    }
}

/* line 534, Shomoul_services.scss */
.service-feature-wrapper .sect-title {
    margin-bottom: 28px;
}

@media (max-width: 767px) {

    /* line 534, Shomoul_services.scss */
    .service-feature-wrapper .sect-title {
        margin-bottom: 10px;
    }
}

/* line 540, Shomoul_services.scss */
.service-feature-wrapper .feature-btn-list {
    padding: 0;
    margin: 0;
}

/* line 543, Shomoul_services.scss */
.service-feature-wrapper .feature-btn-list li {
    padding: 21px 0 25px 0;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 543, Shomoul_services.scss */
    .service-feature-wrapper .feature-btn-list li {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {

    /* line 543, Shomoul_services.scss */
    .service-feature-wrapper .feature-btn-list li {
        padding: 8px 0;
    }
}

/* line 552, Shomoul_services.scss */
.service-feature-wrapper .feature-btn-list li:nth-child(2) {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767px) {

    /* line 552, Shomoul_services.scss */
    .service-feature-wrapper .feature-btn-list li:nth-child(2) {
        border: 0;
    }
}

/* line 561, Shomoul_services.scss */
.service-feature-wrapper .service-btn {
    color: #083d59;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 561, Shomoul_services.scss */
    .service-feature-wrapper .service-btn {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    /* line 561, Shomoul_services.scss */
    .service-feature-wrapper .service-btn {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    /* line 572, Shomoul_services.scss */
    .service-feature-wrapper .service-btn img {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 572, Shomoul_services.scss */
    .service-feature-wrapper .service-btn img {
        display: inline-block;
    }
}

/* line 580, Shomoul_services.scss */
.service-feature-wrapper .service-btn i {
    color: #c7c7c7;
    position: absolute;
    right: 0;
    top: 50%;
}

/* line 586, Shomoul_services.scss */
.service-feature-wrapper .service-btn span {
    margin-left: 35px;
    max-width: 200px;
    width: 100%;
    display: inline-block;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}

@media (max-width: 767px) {

    /* line 586, Shomoul_services.scss */
    .service-feature-wrapper .service-btn span {
        margin-left: 0;
    }
}

/* line 604, Shomoul_services.scss */
.s-sub-title {
    font-size: 30px;
}

@media (max-width: 767px) {

    /* line 604, Shomoul_services.scss */
    .s-sub-title {
        font-size: 20px;
    }
}

/* line 610, Shomoul_services.scss */
.details-box {
    border: 1px solid #f2f2f2;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    padding: 50px 40px 40px 40px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

@media(min-width: 1200px) {
    .details-box {
        min-height: 382px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 610, Shomoul_services.scss */
    .details-box {
        padding: 50px 20px 40px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 610, Shomoul_services.scss */
    .details-box {
        padding: 50px 15px 40px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 610, Shomoul_services.scss */
    .details-box {
        padding: 50px 15px 40px 15px;
    }
}

@media (max-width: 767px) {

    /* line 610, Shomoul_services.scss */
    .details-box {
        padding: 50px 15px 40px 15px;
    }
}

/* line 631, Shomoul_services.scss */
.details-box .shadow-text {
    font-size: 200px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #777777;
    opacity: 0;
    line-height: 0.28;
    right: -14px;
    position: absolute;
    top: 38px;
    z-index: -1;
}

/* line 643, Shomoul_services.scss */
.details-box img {
    position: relative;
    z-index: 3;
}

/* line 647, Shomoul_services.scss */
.details-box h5 {
    font-size: 20px;
    color: #004B99;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 647, Shomoul_services.scss */
    .details-box h5 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 647, Shomoul_services.scss */
    .details-box h5 {
        font-size: 16px;
    }
}

/* line 656, Shomoul_services.scss */
.details-box p {
    font-size: 14px;
}

/* line 659, Shomoul_services.scss */
.details-box:hover {
    background: #004B99;
}

/* line 661, Shomoul_services.scss */
.details-box:hover .shadow-text {
    opacity: 0.3;
}

/* line 664, Shomoul_services.scss */
.details-box:hover h5 {
    color: #ffffff;
}

/* line 667, Shomoul_services.scss */
.details-box:hover p {
    color: #ffffff;
}

/* line 675, Shomoul_services.scss */
.services-left p a {
    color: #083d59;
    font-weight: 700;
    border-bottom: 1px solid #083d59;
}

/* line 683, Shomoul_services.scss */
.blockquote {
    padding: 50px 75px 50px 75px;
    margin-bottom: 53px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 683, Shomoul_services.scss */
    .blockquote {
        padding: 50px 20px 50px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 683, Shomoul_services.scss */
    .blockquote {
        padding: 50px 20px 50px 20px;
    }
}

@media (max-width: 767px) {

    /* line 683, Shomoul_services.scss */
    .blockquote {
        padding: 40px 15px 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 683, Shomoul_services.scss */
    .blockquote {
        padding: 50px 20px 45px 20px;
    }
}

/* line 700, Shomoul_services.scss */
.blockquote .q-icon {
    margin-bottom: 33px;
}

/* line 703, Shomoul_services.scss */
.blockquote p.h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 35px;
}

@media (max-width: 767px) {

    /* line 703, Shomoul_services.scss */
    .blockquote p.h4 {
        font-size: 20px;
    }
}

/* line 712, Shomoul_services.scss */
.blockquote::before {
    position: absolute;
    content: "";
    background: url(../img/services/quote-lg.png) no-repeat;
    right: 62px;
    text-align: center;
    z-index: 1;
    width: 256px;
    height: 190px;
    z-index: -1;
}

/* line 723, Shomoul_services.scss */
.blockquote .author-img {
    margin-right: 17px;
}

/* line 725, Shomoul_services.scss */
.blockquote .author-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* line 733, Shomoul_services.scss */
.blockquote .author-content {
    margin-top: 4px;
}

/* line 735, Shomoul_services.scss */
.blockquote .author-content p {
    text-align: left;
}

@media (max-width: 767px) {

    /* line 740, Shomoul_services.scss */
    .ham-icons {
        margin: 15px 0 35px 0;
    }
}

@media (max-width: 767px) {

    /* line 747, Shomoul_services.scss */
    .next-box .author-img {
        margin-left: 0;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, Shomoul_faq.scss */
    .faq-content-wrapper {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 2, Shomoul_faq.scss */
    .faq-content-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 2, Shomoul_faq.scss */
    .faq-content-wrapper {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 12, Shomoul_faq.scss */
    .faq-content-wrapper .sect-title {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 12, Shomoul_faq.scss */
    .faq-content-wrapper .sect-title {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 12, Shomoul_faq.scss */
    .faq-content-wrapper .sect-title {
        padding-right: 0;
    }
}

/* line 25, Shomoul_faq.scss */
.faq-que-list .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

/* line 31, Shomoul_faq.scss */
.faq-que-list .accordion-item {
    margin-bottom: 15px;
    border: 0;
}

/* line 34, Shomoul_faq.scss */
.faq-que-list .accordion-item:first-of-type {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
}

/* line 43, Shomoul_faq.scss */
.faq-que-list .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* line 48, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button {
    color: #083d59;
    font-family: "GT Walsheim Pro";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 20px 30px;
    padding-bottom: 0;
    position: relative;
    box-shadow: 0;
}

/* line 61, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button span {
    color: #ffa84b;
    margin-right: 14px;
}

/* line 66, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button::before {
    content: "\f068";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    font-weight: 300;
    color: #083d59;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/* line 78, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button::after {
    display: none;
}

/* line 81, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
    border: 0;
}

@media (max-width: 767px) {

    /* line 48, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-button {
        padding: 26px 10px;
        font-size: 14px;
    }

    /* line 92, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-button::before {
        right: 15px;
        font-size: 14px;
    }

    /* line 96, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-button span {
        margin-right: 5px;
    }
}

/* line 101, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-button:not(.collapsed) {
    box-shadow: 0;
}

/* line 104, Shomoul_faq.scss */
.faq-que-list .accordion-item .collapsed {
    color: #083d59;
    background-color: #f8f6f6;
    padding-bottom: 24px;
    padding-top: 20px;
}

/* line 109, Shomoul_faq.scss */
.faq-que-list .accordion-item .collapsed::before {
    content: "\f067";
}

/* line 113, Shomoul_faq.scss */
.faq-que-list .accordion-item .accordion-body {
    padding: 18px 30px 24px 30px;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 113, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-body {
        padding: 15px 0 5px;
    }

    /* line 120, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-body p {
        line-height: 1.5;
    }
}

@media (max-width: 767px) {

    /* line 113, Shomoul_faq.scss */
    .faq-que-list .accordion-item .accordion-body {
        padding: 18px 10px 20px 10px;
    }
}

/* line 131, Shomoul_faq.scss */
.faq-img-wrapper {
    position: relative;
    z-index: 1;
}

/* line 135, Shomoul_faq.scss */
.dodle-1 {
    border-radius: 50%;
    background-color: #ffa84b;
    position: absolute;
    left: 37%;
    top: 63px;
    width: 6px;
    height: 6px;
    z-index: 9;
}

/* line 145, Shomoul_faq.scss */
.img-one {
    position: absolute;
    z-index: 1;
}

/* line 148, Shomoul_faq.scss */
.img-one.one {
    border-radius: 50%;
    left: 66px;
    top: 71px;
    border-radius: 50%;
    animation: scale-up-one infinite 3s alternate-reverse;
    -webkit-animation: scale-up-one infinite 3s alternate-reverse;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* line 160, Shomoul_faq.scss */
.img-one.two {
    border-radius: 50%;
    left: 173px;
    bottom: 112px;
    border-radius: 50%;
    animation: scale-up-one infinite 5s alternate-reverse;
    -webkit-animation: scale-up-one infinite 5s alternate-reverse;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* line 172, Shomoul_faq.scss */
.img-one.three {
    right: 90px;
    top: 64px;
    animation: float-bob-y infinite 3s linear;
    -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 172, Shomoul_faq.scss */
    .img-one.three {
        max-width: 70%;
    }
}

@media (max-width: 767px) {

    /* line 172, Shomoul_faq.scss */
    .img-one.three {
        max-width: 50%;
    }
}

@media (max-width: 767px) {

    /* line 187, Shomoul_faq.scss */
    .faq-content-wrapper2 {
        padding-right: 0;
    }
}

/* line 192, Shomoul_faq.scss */
.faq-content-wrapper2 .semi-title2::after {
    display: none;
}

/* line 197, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item {
    box-shadow: 0;
    margin-bottom: 0;
}

/* line 201, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item:first-of-type .collapsed {
    border-top: 1px solid #efefef;
}

/* line 206, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
    color: #040404;
    font-size: 20px;
    border: 0;
    padding-left: 0;
    padding-bottom: 26px;
    padding-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 206, Shomoul_faq.scss */
    .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
        font-size: 17px;
    }
}

@media (max-width: 767px) {

    /* line 206, Shomoul_faq.scss */
    .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
        font-size: 15px;
    }
}

/* line 219, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button::before {
    color: #bb0b0b;
    right: 0;
}

/* line 223, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button span {
    color: #dbdbdb;
    margin-right: 5px;
}

/* line 228, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed {
    color: #040404;
    background: transparent;
    border-bottom: 1px solid #efefef;
}

/* line 232, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed::before {
    color: #dbdbdb;
}

/* line 235, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed span {
    color: #dbdbdb;
}

/* line 239, Shomoul_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-body {
    padding-top: 0;
    box-shadow: 0;
    border-bottom: 1px solid #efefef;
}

/* line 250, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button {
    color: #083d59;
}

/* line 252, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button::before {
    color: #ffa84b;
}

/* line 255, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button span {
    color: #ffa84b;
}

/* line 258, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed {
    color: #083d59;
}

/* line 260, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed::before {
    color: #dbdbdb;
}

/* line 263, Shomoul_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed span {
    color: #dbdbdb;
}

/* line 272, Shomoul_faq.scss */
.faq-que-list4 .accordion-item .accordion-button {
    background: #ffffff;
}

/* line 274, Shomoul_faq.scss */
.faq-que-list4 .accordion-item .accordion-button::before {
    color: #dbdbdb;
}

/* line 277, Shomoul_faq.scss */
.faq-que-list4 .accordion-item .accordion-button span {
    color: #dbdbdb;
}

/* line 281, Shomoul_faq.scss */
.faq-que-list4 .accordion-item .accordion-button.collapsed::before {
    color: #dbdbdb;
}

/* line 284, Shomoul_faq.scss */
.faq-que-list4 .accordion-item .accordion-button.collapsed span {
    color: #dbdbdb;
}

/* line 2, Shomoul_portfolio.scss */
.read-btn {
    text-align: end;
    background: #ffffff;
    padding: 16px 20px;
    display: inline-block;
    transform: translateX(40%);
    -webkit-transform: translateX(44%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {

    /* line 2, Shomoul_portfolio.scss */
    .read-btn {
        transform: translateX(39%);
        -webkit-transform: translateX(39%);
        -moz-transform: translateX(39%);
        -ms-transform: translateX(39%);
        -o-transform: translateX(39%);
    }
}

/* line 24, Shomoul_portfolio.scss */
.read-btn::before {
    content: "";
    position: absolute;
    background-color: #ffa84b;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 35, Shomoul_portfolio.scss */
.read-btn i {
    margin-left: 80px;
    font-weight: 300;
}

/* line 40, Shomoul_portfolio.scss */
.single-portfolio {
    padding: 23px 0 0 0;
}

/* line 42, Shomoul_portfolio.scss */
.single-portfolio p {
    color: #999999;
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 5px;
}

/* line 48, Shomoul_portfolio.scss */
.single-portfolio h5 {
    padding-bottom: 30px;
    padding-left: 30px;
}

/* line 52, Shomoul_portfolio.scss */
.single-portfolio .read-btn {
    color: #c9c9c9;
    padding: 13px 21px;
}

/* line 60, Shomoul_portfolio.scss */
.portfolio-wrapper .single-portfolio img {
    display: inline-block;
    width: unset;
    max-width: 100%;
}

/* line 67, Shomoul_portfolio.scss */
.portfolio-wrapper:hover .read-btn {
    color: #ffffff;
}

/* line 69, Shomoul_portfolio.scss */
.portfolio-wrapper:hover .read-btn::before {
    height: 100%;
    bottom: 0;
}

/* line 77, Shomoul_portfolio.scss */
.portfolio-nav {
    position: relative;
    z-index: 5;
}

/* line 80, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -146px;
    z-index: 111;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 80, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav {
        bottom: -44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 80, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav {
        bottom: -20px;
    }
}

/* line 94, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav button {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 60px;
    height: 60px;
}

/* line 102, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav button.owl-prev {
    color: #ffffff;
    background: #083d59;
    left: 45%;
    top: auto;
}

/* line 107, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav button.owl-prev:hover {
    background: #ffffff;
    color: #999999;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 113, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav button.owl-next {
    right: 45%;
    top: auto;
    background: #ffffff;
    color: #999999;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 119, Shomoul_portfolio.scss */
.portfolio-nav .owl-nav button.owl-next:hover {
    background: #083d59;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 125, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav button.owl-prev {
        left: 43%;
    }

    /* line 128, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav button.owl-next {
        right: 43%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 133, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav button.owl-prev {
        left: 40.5%;
    }

    /* line 136, Shomoul_portfolio.scss */
    .portfolio-nav .owl-nav button.owl-next {
        right: 40.5%;
    }
}

/* line 145, Shomoul_portfolio.scss */
.portfoilo-section {
    position: relative;
    z-index: 2;
}

/* line 148, Shomoul_portfolio.scss */
.portfoilo-section::before {
    content: "";
    position: absolute;
    background: url(../img/portfolio/pattern-bg1.png) no-repeat left top;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 159, Shomoul_portfolio.scss */
.portfoilo-section .section-title {
    position: relative;
    z-index: 1;
    margin-bottom: -73px;
}

/* line 167, Shomoul_portfolio.scss */
.portfolio-container {
    max-width: 1600px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 176, Shomoul_portfolio.scss */
.portfolio-container .owl-carousel .owl-stage-outer {
    margin-top: 130px;
}

/* line 179, Shomoul_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav {
    text-align: center;
    position: absolute;
    left: auto;
    right: 16.4%;
    top: -130px;
    bottom: auto;
    z-index: 111;
}

/* line 187, Shomoul_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button {
    border: 2px solid #f0f0f0;
    width: 50px;
    height: 50px;
    box-shadow: 0;
    line-height: 50px;
    background: transparent;
    margin-left: 14px;
}

/* line 195, Shomoul_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button i {
    color: #083d59;
}

/* line 199, Shomoul_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button:hover {
    border-color: #ffa84b;
    background: #ffa84b;
}

/* line 202, Shomoul_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button:hover i {
    color: #ffffff;
}

/* line 210, Shomoul_portfolio.scss */
.portfolio-wrapper2 {
    position: relative;
    z-index: 1;
}

/* line 213, Shomoul_portfolio.scss */
.portfolio-wrapper2::before {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    bottom: 0;
    z-index: 1;
}

/* line 226, Shomoul_portfolio.scss */
.portfolio-wrapper2::after {
    content: "";
    position: absolute;
    background-color: #083d59;
    opacity: 0.902;
    clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
    width: 100%;
    height: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    top: 0;
    z-index: 1;
}

/* line 239, Shomoul_portfolio.scss */
.portfolio-wrapper2 img {
    max-width: 100%;
}

@media (max-width: 767px) {

    /* line 239, Shomoul_portfolio.scss */
    .portfolio-wrapper2 img {
        width: 100%;
    }
}

/* line 245, Shomoul_portfolio.scss */
.portfolio-wrapper2 .single-portfolio {
    padding: 0;
    position: absolute;
    left: 50px;
    top: auto;
    bottom: 47px;
    z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 245, Shomoul_portfolio.scss */
    .portfolio-wrapper2 .single-portfolio {
        left: 30px;
    }
}

@media (max-width: 767px) {

    /* line 245, Shomoul_portfolio.scss */
    .portfolio-wrapper2 .single-portfolio {
        left: 15px;
        bottom: 25px;
    }
}

/* line 260, Shomoul_portfolio.scss */
.portfolio-wrapper2 .single-portfolio p {
    color: rgba(255, 255, 255, 0.5);
    padding-left: 0;
    margin-bottom: 3px;
}

/* line 268, Shomoul_portfolio.scss */
.portfolio-wrapper2:hover::before {
    background-image: unset;
    background: #ffa84b;
    opacity: 0.902;
    clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
}

/* line 274, Shomoul_portfolio.scss */
.portfolio-wrapper2:hover::after {
    height: 100%;
}

/* line 277, Shomoul_portfolio.scss */
.portfolio-wrapper2:hover .single-portfolio {
    top: 10%;
    bottom: auto;
}

/* line 281, Shomoul_portfolio.scss */
.portfolio-wrapper2:hover .pf-btn {
    transform: scale(1);
}

/* line 286, Shomoul_portfolio.scss */
.pf-btn {
    color: #083d59;
    background: #ffffff;
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: 15%;
    bottom: 12.5%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 309, Shomoul_portfolio.scss */
.pf-btn:hover {
    color: #ffffff;
    background: #ffa84b;
}

/* line 315, Shomoul_portfolio.scss */
.portfolio-title {
    font-size: 24px;
    line-height: 1.5;
}

/* line 321, Shomoul_portfolio.scss */
.portfoilo-section2 {
    border-top: 1px solid #ebebeb;
}

/* line 324, Shomoul_portfolio.scss */
.portfoilo-section2 .portfolio-container .owl-nav {
    display: none;
}

/* line 327, Shomoul_portfolio.scss */
.portfoilo-section2 .portfolio-container .owl-carousel .owl-stage-outer {
    margin-top: 0;
}

/* line 334, Shomoul_portfolio.scss */
.portfolio-mt-0 .portfolio-container .owl-nav {
    display: none;
}

/* line 337, Shomoul_portfolio.scss */
.portfolio-mt-0 .portfolio-container .owl-carousel .owl-stage-outer {
    margin-top: 0;
}

/* line 344, Shomoul_portfolio.scss */
.portfolio-section-title .semi-title2::after {
    display: none;
}

/* line 349, Shomoul_portfolio.scss */
.case-btn {
    color: #bb0b0b;
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 8px;
}

/* line 355, Shomoul_portfolio.scss */
.case-btn i {
    margin-left: 10px;
    font-weight: 300;
}

/* line 359, Shomoul_portfolio.scss */
.case-btn:hover {
    color: #040404;
}

/* line 363, Shomoul_portfolio.scss */
.portfolio-menu {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}

.blog-area.blog-area3 {
    position: relative;
    z-index: 2;
    background: url('../img/portfolio/pattern-bg1.png');
    background-position: center;
}

.blog-area.blog-area3::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7
}

/* line 368, Shomoul_portfolio.scss */
.gf_btn {
    border: 0;
    background: transparent;
    color: #999999;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    margin: 5px 10px 2px 10px;
    padding: 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 368, Shomoul_portfolio.scss */
    .gf_btn {
        margin: 5px 5px;
    }
}

/* line 384, Shomoul_portfolio.scss */
.gf_btn::before {
    content: "";
    position: absolute;
    background: transparent;
    width: 100%;
    height: 4px;
    left: 0;
    top: auto;
    bottom: -25px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {

    /* line 384, Shomoul_portfolio.scss */
    .gf_btn::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 384, Shomoul_portfolio.scss */
    .gf_btn::before {
        display: inline-block;
    }
}

/* line 402, Shomoul_portfolio.scss */
.gf_btn.active {
    color: #004B99;
}

/* line 404, Shomoul_portfolio.scss */
.gf_btn.active::before {
    background: #E6332A;
}

@media (max-width: 767px) {

    /* line 410, Shomoul_portfolio.scss */
    .pf-mason .portfolio-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    /* line 410, Shomoul_portfolio.scss */
    .pf-mason .portfolio-title {
        font-size: 18px;
    }
}

/* line 422, Shomoul_portfolio.scss */
.portfolio-wrapper-3::after {
    display: none;
}

/* line 425, Shomoul_portfolio.scss */
.portfolio-wrapper-3 .portfolio-thumb {
    margin-bottom: 9px;
    position: relative;
    z-index: 1;
}

/* line 429, Shomoul_portfolio.scss */
.portfolio-wrapper-3 .portfolio-thumb::before {
    content: "";
    position: absolute;
    background: #bb0b0b;
    opacity: 0.902;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 443, Shomoul_portfolio.scss */
.portfolio-wrapper-3 .single-portfolio p {
    padding-left: 0;
    margin-bottom: 2px;
}

/* line 451, Shomoul_portfolio.scss */
.portfolio-wrapper-3:hover .portfolio-thumb::before {
    height: 100%;
}

/* line 455, Shomoul_portfolio.scss */
.portfolio-wrapper-3:hover .pf-btn2 {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

/* line 462, Shomoul_portfolio.scss */
.portfolio-wrapper-3:hover .portfolio-title {
    text-decoration: underline;
}

/* line 468, Shomoul_portfolio.scss */
.pf-btn2 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 15px 30px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
}

/* line 485, Shomoul_portfolio.scss */
.pf-btn2:hover {
    color: #ffffff;
    background: #bb0b0b;
}

/* line 492, Shomoul_portfolio.scss */
.client-values {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 35px;
    margin-bottom: 53px;
}

/* line 501, Shomoul_portfolio.scss */
.client-values ul {
    padding: 0;
    margin: 0;
    padding-left: 50px;
}

@media (max-width: 767px) {

    /* line 501, Shomoul_portfolio.scss */
    .client-values ul {
        padding-left: 0;
    }
}

/* line 508, Shomoul_portfolio.scss */
.client-values ul li {
    display: inline-block;
    color: #777777;
    font-size: 16px;
    margin-right: 50px;
    padding: 15px 0 17px 0;
}

/* line 514, Shomoul_portfolio.scss */
.client-values ul li:last-child {
    margin-right: 0;
}

/* line 517, Shomoul_portfolio.scss */
.client-values ul li b {
    color: #083d59;
}

@media (max-width: 767px) {

    /* line 522, Shomoul_portfolio.scss */
    .client-values .live-view {
        padding-bottom: 15px;
    }
}

/* line 529, Shomoul_portfolio.scss */
.letter-box {
    overflow: hidden;
}

/* line 531, Shomoul_portfolio.scss */
.letter-box .a-tag {
    color: #083d59;
    font-size: 50px;
    font-weight: 700;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    width: 70px;
    height: 70px;
    float: left;
    text-align: center;
    line-height: 70px;
    text-transform: uppercase;
    margin-right: 30px;
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
}

/* line 553, Shomoul_portfolio.scss */
.vision-wrapper h5 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 22px;
    color: #004B99;
}

/* line 562, Shomoul_portfolio.scss */
.pf-sec-3::before {
    display: none;
}

/* line 2, Shomoul_contact.scss */
.cta-bg {
    position: relative;
    z-index: 2;
    background: url(../img/cta/cta-bg1.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* line 9, Shomoul_contact.scss */
.cta-bg::before {
    content: "";
    position: absolute;
    background: #004B99;
    opacity: 0.961;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 22, Shomoul_contact.scss */
.cta-title {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.21;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 22, Shomoul_contact.scss */
    .cta-title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 22, Shomoul_contact.scss */
    .cta-title {
        font-size: 35px;
        text-align: center;
    }
}

@media (max-width: 767px) {

    /* line 22, Shomoul_contact.scss */
    .cta-title {
        font-size: 35px;
        text-align: center;
    }
}

/* line 38, Shomoul_contact.scss */
.cta-box {
    text-align: start;
    position: relative;
    z-index: 2;
    background: #E6332A;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    padding: 15px 30px 21px;
}

/* line 50, Shomoul_contact.scss */
.cta-box .cta-icon {
    position: absolute;
    right: -11px;
    top: -17px;
    z-index: -1;
}

/* line 56, Shomoul_contact.scss */
.cta-box span {
    color: #ddd;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

/* line 61, Shomoul_contact.scss */
.cta-box h5 {
    color: #ffffff;
}

/* line 67, Shomoul_contact.scss */
.cta-bg2 {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 34px;
    padding-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 67, Shomoul_contact.scss */
    .cta-bg2 {
        text-align: center;
    }
}

@media (max-width: 767px) {

    /* line 67, Shomoul_contact.scss */
    .cta-bg2 {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* line 81, Shomoul_contact.scss */
.cta-bg2 h4 {
    font-size: 24px;
}

@media (max-width: 767px) {

    /* line 81, Shomoul_contact.scss */
    .cta-bg2 h4 {
        font-size: 20px;
    }
}

/* line 87, Shomoul_contact.scss */
.cta-bg2 .theme_btn {
    padding: 18px 30px;
    text-transform: capitalize;
}

/* line 94, Shomoul_contact.scss */
.adress-list {
    padding: 0;
    margin: 0;
}

/* line 97, Shomoul_contact.scss */
.adress-list li {
    color: #777777;
    font-size: 18px;
    margin-bottom: 10px;
}

/* line 101, Shomoul_contact.scss */
.adress-list li i {
    color: #083d59;
    margin-right: 15px;
}

/* line 105, Shomoul_contact.scss */
.adress-list li:hover {
    color: #083d59;
}

/* line 112, Shomoul_contact.scss */
.map-area iframe {
    width: 100%;
    height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 117, Shomoul_contact.scss */
    .contact-wrapper {
        padding-right: 0;
    }

    /* line 120, Shomoul_contact.scss */
    .contact-wrapper::before {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 117, Shomoul_contact.scss */
    .contact-wrapper {
        padding-right: 0;
    }

    /* line 126, Shomoul_contact.scss */
    .contact-wrapper::before {
        display: none;
    }
}

/* line 130, Shomoul_contact.scss */
.contact-wrapper.border-line {
    border: 0;
    position: relative;
    z-index: 1;
}

/* line 134, Shomoul_contact.scss */
.contact-wrapper.border-line::before {
    content: "";
    position: absolute;
    background: #e4e4e4;
    right: 40px;
    top: 45px;
    width: 1px;
    height: 85%;
    z-index: 1;
}

/* line 149, Shomoul_contact.scss */
.contact-form .input-box {
    position: relative;
    z-index: 1;
}

/* line 152, Shomoul_contact.scss */
.contact-form .input-box::before {
    content: "\f007";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    color: #004B99;
    left: 28px;
    top: 17px;
    z-index: 2;
}

/* line 163, Shomoul_contact.scss */
.contact-form .input-box.mail-input::before {
    content: "\f0e0";
}

/* line 168, Shomoul_contact.scss */
.contact-form .input-box.bud-input::before {
    content: "\f155";
}

/* line 173, Shomoul_contact.scss */
.contact-form .input-box.sub-input::before {
    content: "\f02d";
}

/* line 178, Shomoul_contact.scss */
.contact-form input {
    color: #c3c3c3;
    font-size: 14px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
    height: 58px;
    z-index: 1;
    padding-left: 55px;
}

/* line 189, Shomoul_contact.scss */
.contact-form input:focus {
    color: #083d59;
}

/* line 192, Shomoul_contact.scss */
.contact-form input::placeholder {
    color: #c3c3c3;
}

/* line 195, Shomoul_contact.scss */
.contact-form input::-moz-placeholder {
    color: #c3c3c3;
}

/* line 198, Shomoul_contact.scss */
.contact-form input::-webkit-placeholder {
    color: #c3c3c3;
}

/* line 201, Shomoul_contact.scss */
.contact-form input::-o-placeholder {
    color: #c3c3c3;
}

/* line 205, Shomoul_contact.scss */
.contact-form textarea {
    color: #c3c3c3;
    font-size: 14px;
    border: 1px solid #ececec;
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
    height: 180px;
    z-index: 1;
    padding-left: 55px;
    padding-top: 16px;
    resize: none;
    position: relative;
    z-index: 1;
}

/* line 221, Shomoul_contact.scss */
.contact-form textarea .text-input::before {
    content: "\f007";
    left: 28px;
    top: 20px;
}

/* line 228, Shomoul_contact.scss */
.contact-form textarea:focus {
    color: #083d59;
}

/* line 231, Shomoul_contact.scss */
.contact-form textarea::placeholder {
    color: #c3c3c3;
}

/* line 234, Shomoul_contact.scss */
.contact-form textarea::-moz-placeholder {
    color: #c3c3c3;
}

/* line 237, Shomoul_contact.scss */
.contact-form textarea::-webkit-placeholder {
    color: #c3c3c3;
}

/* line 240, Shomoul_contact.scss */
.contact-form textarea::-o-placeholder {
    color: #c3c3c3;
}

/* line 246, Shomoul_contact.scss */
.job-select {
    color: #c3c3c3;
    font-size: 14px;
    border: 1px solid #ececec;
    background-color: white;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
    height: 58px;
    z-index: 1;
    padding-left: 55px;
    line-height: 52px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* line 263, Shomoul_contact.scss */
.job-select::after {
    border: 0;
    content: "\f078";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    font-weight: 300;
    right: 30px;
    top: 60%;
    transform: translateY(-52%);
    z-index: 1;
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -o-transform: translateY(-52%);
}

/* line 280, Shomoul_contact.scss */
.job-select.open::after {
    top: 48%;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/* line 290, Shomoul_contact.scss */
.input-box.sub-input {
    position: relative;
    z-index: 11;
}

/* line 293, Shomoul_contact.scss */
.input-box.sub-input::before {
    z-index: 11;
}

/* line 297, Shomoul_contact.scss */
.job-select {
    color: #c3c3c3;
    font-size: 14px;
    border: 1px solid #ececec;
    background-color: white;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
    height: 58px;
    z-index: 1;
    padding-left: 55px;
    line-height: 52px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* line 314, Shomoul_contact.scss */
.job-select::after {
    border: 0;
    content: "\f078";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    font-weight: 300;
    right: 30px;
    top: 15%;
    transform: translateY(-18%);
    z-index: 1;
    -webkit-transform: translateY(-18%);
    -moz-transform: translateY(-18%);
    -ms-transform: translateY(-18%);
    -o-transform: translateY(-18%);
}

/* line 330, Shomoul_contact.scss */
.job-select:active,
.job-select.open,
.job-select:focus {
    border-color: #ececec;
}

/* line 335, Shomoul_contact.scss */
.job-select.open {
    border-color: 0;
}

/* line 337, Shomoul_contact.scss */
.job-select.open:active,
.job-select.open:focus {
    border-color: 0;
}

/* line 341, Shomoul_contact.scss */
.job-select.open .list {
    width: 100%;
    position: absolute;
    z-index: 100;
}

/* line 346, Shomoul_contact.scss */
.job-select.open::after {
    top: 52px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/* line 356, Shomoul_contact.scss */
.form-btn {
    background: #E6332A;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 21px 40px;
    border: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 365, Shomoul_contact.scss */
.form-btn i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 368, Shomoul_contact.scss */
.form-btn:hover {
    background: #004B99;
}

/* line 370, Shomoul_contact.scss */
.form-btn:hover i {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}

/* line 381, Shomoul_contact.scss */
.cta-full {
    position: relative;
    z-index: 1;
}

/* line 384, Shomoul_contact.scss */
.cta-full::before {
    content: "";
    position: absolute;
    background: #bb0b0b;
    width: 200px;
    height: 200px;
    border-radius: 0 100% 0 0;
    left: 0;
    bottom: 0;
    z-index: 5;
    -webkit-border-radius: 0 100% 0 0;
    -moz-border-radius: 0 100% 0 0;
    -ms-border-radius: 0 100% 0 0;
    -o-border-radius: 0 100% 0 0;
}

@media (max-width: 767px) {

    /* line 384, Shomoul_contact.scss */
    .cta-full::before {
        display: none;
    }
}

/* line 403, Shomoul_contact.scss */
.cta-full .shape-one {
    position: absolute;
    right: 78px;
    top: 112px;
    z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 403, Shomoul_contact.scss */
    .cta-full .shape-one {
        top: 20px;
    }
}

@media (max-width: 767px) {

    /* line 403, Shomoul_contact.scss */
    .cta-full .shape-one {
        display: none;
    }
}

/* line 415, Shomoul_contact.scss */
.cta-full .cta-bg {
    text-align: center;
    background: url(../img/cta/cta-bg2.jpg) no-repeat;
    min-height: 584px;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {

    /* line 415, Shomoul_contact.scss */
    .cta-full .cta-bg {
        min-height: 460px;
    }
}

/* line 427, Shomoul_contact.scss */
.cta-full .cta-bg::before {
    background: #040404;
    opacity: 0.502;
    z-index: -1;
}

/* line 432, Shomoul_contact.scss */
.cta-full .cta-bg::after {
    content: "";
    position: absolute;
    background: #bb0b0b;
    width: 179px;
    height: 350px;
    border-radius: 0 0 0 200px;
    right: 0;
    top: 0;
    z-index: 3;
    -webkit-border-radius: 0 0 0 200px;
    -moz-border-radius: 0 0 0 200px;
    -ms-border-radius: 0 0 0 200px;
    -o-border-radius: 0 0 0 200px;
}

@media (max-width: 767px) {

    /* line 432, Shomoul_contact.scss */
    .cta-full .cta-bg::after {
        display: none;
    }
}

/* line 450, Shomoul_contact.scss */
.cta-full .cta-bg .cta-wrapper {
    position: relative;
    z-index: 5;
}

/* line 453, Shomoul_contact.scss */
.cta-full .cta-bg .cta-wrapper .sect-title2 {
    line-height: 1.21;
}

/* line 456, Shomoul_contact.scss */
.cta-full .cta-bg .cta-wrapper .btn-list {
    padding: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 415, Shomoul_contact.scss */
    .cta-full .cta-bg {
        min-height: 420px;
    }
}

/* line 466, Shomoul_contact.scss */
.cta-full .semi-title2::before {
    background: #ffffff;
}

/* line 469, Shomoul_contact.scss */
.cta-full .semi-title2::after {
    background: #ffffff;
}

/* line 477, Shomoul_contact.scss */
.cta-full2::before {
    background: #ffa84b;
}

/* line 481, Shomoul_contact.scss */
.cta-full2 .cta-bg::before {
    background: #083d59;
}

/* line 484, Shomoul_contact.scss */
.cta-full2 .cta-bg::after {
    background: #ffa84b;
}

/* line 491, Shomoul_contact.scss */
.contact-border {
    border-bottom: 1px solid #f2f2f2;
}

/* line 494, Shomoul_contact.scss */
.contact-img-wrapper {
    position: relative;
    z-index: 1;
    height: 550px;
    overflow: hidden;
}

.contact-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 992px) {
    .contact-img-wrapper {
        height: 250px;
    }
}

/* line 497, Shomoul_contact.scss */
.contact-img-wrapper .icons {
    position: absolute;
    z-index: 3;
    left: 166px;
    top: 50%;
    text-align: center;
    background: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 497, Shomoul_contact.scss */
    .contact-img-wrapper .icons {
        left: 40px;
    }
}

@media (max-width: 767px) {

    /* line 497, Shomoul_contact.scss */
    .contact-img-wrapper .icons {
        left: 10px;
    }
}

/* line 518, Shomoul_contact.scss */
.contact-box {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
    padding: 47px 50px 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 518, Shomoul_contact.scss */
    .contact-box {
        padding: 30px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 518, Shomoul_contact.scss */
    .contact-box {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {

    /* line 518, Shomoul_contact.scss */
    .contact-box {
        padding: 30px 15px;
    }
}

/* line 532, Shomoul_contact.scss */
.contact-box .theme_btn {
    color: #083d59;
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

/* line 538, Shomoul_contact.scss */
.contact-box .theme_btn i {
    color: #083d59;
    margin-left: 18px;
}

/* line 542, Shomoul_contact.scss */
.contact-box .theme_btn:hover {
    color: #ffffff;
    background: #ffa84b;
}

/* line 545, Shomoul_contact.scss */
.contact-box .theme_btn:hover i {
    color: #ffffff;
}

/* line 554, Shomoul_contact.scss */
.contact-map-area .map-area iframe {
    min-height: 600px;
    border: 0;
    margin-bottom: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 554, Shomoul_contact.scss */
    .contact-map-area .map-area iframe {
        min-height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 554, Shomoul_contact.scss */
    .contact-map-area .map-area iframe {
        min-height: 450px;
    }
}

@media (max-width: 767px) {

    /* line 554, Shomoul_contact.scss */
    .contact-map-area .map-area iframe {
        min-height: 400px;
    }
}

/* line 2, Shomoul_blog.scss */
.blogs {
    padding-bottom: 35px;
    position: relative;
    z-index: 1;
}

/* line 7, Shomoul_blog.scss */
.blogs .blogs__thumb {
    height: 170.72px;
    overflow: hidden;
}

.blogs .blogs__thumb.tow {
    height: 390px;
}

@media(max-width: 767px) {
    .blogs .blogs__thumb.tow {
        height: 170.72px;
    }
}

.blogs .blogs__thumb img {
    width: 100%;
    object-fit: cover;
}

.blogs .blogs__thumb.tow img {
    width: 100%;
    object-fit: cover;
}

/* line 11, Shomoul_blog.scss */
.blogs::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 22, Shomoul_blog.scss */
.blogs::after {
    content: "";
    position: absolute;
    background: #ffa84b;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 33, Shomoul_blog.scss */
.blogs__thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

/* line 37, Shomoul_blog.scss */
.blogs__thumb img {
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 42, Shomoul_blog.scss */
.blogs .tag {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #004B99;
    padding: 11px 21px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 60%;
    z-index: 2;
    transform: translateY(-60%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 42, Shomoul_blog.scss */
    .blogs .tag {
        top: 42%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 42, Shomoul_blog.scss */
    .blogs .tag {
        top: 48%;
    }
}

@media (max-width: 767px) {

    /* line 42, Shomoul_blog.scss */
    .blogs .tag {
        top: 48%;
    }
}

.work-page .services-content {
    background: #f4f4f4
}

/* line 66, Shomoul_blog.scss */
.blogs__meta span {
    color: #777777;
    font-size: 14px;
}

/* line 69, Shomoul_blog.scss */
.blogs__meta span.author {
    color: #004B99;
    font-weight: 700;
}

/* line 76, Shomoul_blog.scss */
.blogs .blog-title:hover {
    text-decoration: underline;
}

/* line 81, Shomoul_blog.scss */
.blogs:hover::before {
    width: 0;
    right: 0;
}

/* line 85, Shomoul_blog.scss */
.blogs:hover::after {
    width: 100%;
}

/* line 89, Shomoul_blog.scss */
.blogs:hover .blogs__thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/* line 100, Shomoul_blog.scss */
.blog-title {
    color: #505050;
    font-size: 20px;
    line-height: 1.6;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 109, Shomoul_blog.scss */
.blog-2 {
    background: #ffffff;
    padding-bottom: 30px;
    box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 4%);
}

/* line 112, Shomoul_blog.scss */
.blog-2::before {
    left: auto;
    right: -35px;
    top: 0;
    background-color: gainsboro;
    width: 1px;
    height: 100%;
}

@media (max-width: 767px) {

    /* line 112, Shomoul_blog.scss */
    .blog-2::before {
        display: none;
    }
}

/* line 123, Shomoul_blog.scss */
.blog-2::after {
    display: none;
}

/* line 127, Shomoul_blog.scss */
.blog-2 .blog-title2 {
    font-size: 30px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 13px;
    color: #505050;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 127, Shomoul_blog.scss */
    .blog-2 .blog-title2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {

    /* line 127, Shomoul_blog.scss */
    .blog-2 .blog-title2 {
        font-size: 20px;
    }
}

/* line 138, Shomoul_blog.scss */
.blog-2 .blog-title2:hover {
    text-decoration: underline;
}

/* line 142, Shomoul_blog.scss */
.blog-2 .blogs__meta {
    margin-bottom: 9px;
}

/* line 144, Shomoul_blog.scss */
.blog-2 .blogs__meta.bm-2 {
    margin-bottom: 6px;
}

/* line 148, Shomoul_blog.scss */
.blog-2 .blog-content {
    padding-left: 40px;
    padding-right: 30px;
    padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 148, Shomoul_blog.scss */
    .blog-2 .blog-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {

    /* line 148, Shomoul_blog.scss */
    .blog-2 .blog-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* line 160, Shomoul_blog.scss */
.blog-2 .blog-content .tag {
    top: 56%;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {

    /* line 160, Shomoul_blog.scss */
    .blog-2 .blog-content .tag {
        top: 48%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 160, Shomoul_blog.scss */
    .blog-2 .blog-content .tag {
        top: 56%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 160, Shomoul_blog.scss */
    .blog-2 .blog-content .tag {
        top: 53%;
    }
}

@media (max-width: 767px) {

    /* line 160, Shomoul_blog.scss */
    .blog-2 .blog-content .tag {
        top: 43%;
    }
}

/* line 174, Shomoul_blog.scss */
.blog-2:hover::before {
    display: none;
}

/* line 179, Shomoul_blog.scss */
.blog-text {
    font-size: 20px;
    color: #505050;
}

/* line 181, Shomoul_blog.scss */
.blog-text a {
    color: #004B99;
    font-size: 15px;
}

/* line 186, Shomoul_blog.scss */
.blog-text:hover a {
    color: #E6332A;
}

/* line 192, Shomoul_blog.scss */
.blog-2b::before {
    display: none;
}

/* line 199, Shomoul_blog.scss */
.blog-area3 .semi-title2::after {
    display: none;
}

/* line 204, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav {
    text-align: end;
    position: absolute;
    top: -135px;
    right: 0;
    left: auto;
}

/* line 210, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav button {
    font-size: 18px;
    border: 2px solid #f2f2f2;
    background: #ffffff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    color: #040404;
}

/* line 218, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-next {
    color: #040404;
    margin-left: 15px;
}

/* line 221, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-next:hover {
    color: #ffffff;
    background: #bb0b0b;
}

/* line 226, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-prev {
    color: #040404;
}

/* line 228, Shomoul_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-prev:hover {
    color: #ffffff;
    background: #bb0b0b;
}

/* line 237, Shomoul_blog.scss */
.blogs3 {
    padding-bottom: 0;
}

/* line 239, Shomoul_blog.scss */
.blogs3::before {
    border: 1px solid #e7e7e7;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    left: 0;
    top: 0;
    width: 92%;
    height: 100%;
    z-index: -1;
}

/* line 249, Shomoul_blog.scss */
.blogs3 .tag {
    color: #bb0b0b;
    background: #ffffff;
    left: 30px;
    top: 41px;
    right: auto;
    padding: 4px 8px;
}

/* line 257, Shomoul_blog.scss */
.blogs3 .blogs-content {
    padding: 23px 70px 23px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 257, Shomoul_blog.scss */
    .blogs3 .blogs-content {
        padding: 23px 30px 30px 20px;
    }
}

@media (max-width: 767px) {

    /* line 257, Shomoul_blog.scss */
    .blogs3 .blogs-content {
        padding: 23px 15px 30px 15px;
    }
}

/* line 265, Shomoul_blog.scss */
.blogs3 .blogs-content .blogs__meta {
    margin-bottom: 6px;
}

/* line 268, Shomoul_blog.scss */
.blogs3 .blogs-content .blog-title {
    line-height: 1.5;
}

/* line 272, Shomoul_blog.scss */
.blogs3 .read-btn {
    color: #cecdcd;
    display: inline-block;
    padding: 0;
    transform: translateY(0);
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
}

/* line 280, Shomoul_blog.scss */
.blogs3 .read-btn i {
    font-size: 14px;
    font-weight: 700;
    margin-left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    display: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 292, Shomoul_blog.scss */
.blogs3 .read-btn:hover {
    color: #bb0b0b;
}

/* line 294, Shomoul_blog.scss */
.blogs3 .read-btn:hover i {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

/* line 307, Shomoul_blog.scss */
.blog-4 {
    border: 1px solid #e7e7e7;
}

/* line 309, Shomoul_blog.scss */
.blog-4::before {
    display: none;
}

/* line 312, Shomoul_blog.scss */
.blog-4::after {
    display: none;
}

/* line 315, Shomoul_blog.scss */
.blog-4 .blog__thumb {
    position: relative;
}

/* line 318, Shomoul_blog.scss */
.blog-4 .blog-content {
    padding: 0 55px 7px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 318, Shomoul_blog.scss */
    .blog-4 .blog-content {
        padding: 0 20px 0 20px;
    }
}

@media (max-width: 767px) {

    /* line 318, Shomoul_blog.scss */
    .blog-4 .blog-content {
        padding: 0 15px 0 15px;
    }
}

/* line 327, Shomoul_blog.scss */
.blog-4 .blog-title {
    font-size: 34px;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 327, Shomoul_blog.scss */
    .blog-4 .blog-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 327, Shomoul_blog.scss */
    .blog-4 .blog-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* line 327, Shomoul_blog.scss */
    .blog-4 .blog-title {
        font-size: 20px;
    }
}

/* line 342, Shomoul_blog.scss */
.blog-4 p {
    margin-bottom: 25px;
}

/* line 346, Shomoul_blog.scss */
.blog-4 .blogs__meta {
    border-top: 1px solid #e7e7e7;
    padding-top: 19px;
}

/* line 349, Shomoul_blog.scss */
.blog-4 .blogs__meta span {
    display: inline-block;
    margin-right: 65px;
    position: relative;
}

@media (max-width: 767px) {

    /* line 349, Shomoul_blog.scss */
    .blog-4 .blogs__meta span {
        margin-right: 8px;
    }
}

/* line 357, Shomoul_blog.scss */
.blog-4 .blogs__meta span.border-line2::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    left: -30px;
    top: 7px;
    width: 2px;
    height: 10px;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 357, Shomoul_blog.scss */
    .blog-4 .blogs__meta span.border-line2::before {
        display: none;
    }
}

/* line 370, Shomoul_blog.scss */
.blog-4 .blogs__meta span.border-line2::after {
    content: "";
    position: absolute;
    background: #e7e7e7;
    right: -30px;
    top: 7px;
    width: 2px;
    height: 10px;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 370, Shomoul_blog.scss */
    .blog-4 .blogs__meta span.border-line2::after {
        display: none;
    }
}

/* line 384, Shomoul_blog.scss */
.blog-4 .blogs__meta span i {
    color: #083d59;
    margin-right: 4px;
}

/* line 390, Shomoul_blog.scss */
.blog-4 .tag {
    right: auto;
    left: 50px;
    top: auto;
    bottom: -37px;
    display: inline-block;
}

@media (max-width: 767px) {

    /* line 390, Shomoul_blog.scss */
    .blog-4 .tag {
        display: none;
    }
}

/* line 400, Shomoul_blog.scss */
.blog-4 .commentor {
    background-color: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    right: 50px;
    bottom: -30px;
    display: inline-block;
    z-index: 1;
    padding: 10px 35px 10px 10px;
}

/* line 409, Shomoul_blog.scss */
.blog-4 .commentor img {
    width: 40px;
    height: 40px;
    display: inline-block;
}

/* line 414, Shomoul_blog.scss */
.blog-4 .commentor b {
    color: #083d59;
}

/* line 418, Shomoul_blog.scss */
.blog-4 .popup-video {
    color: #083d59;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 80px;
    font-size: 14px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {

    /* line 418, Shomoul_blog.scss */
    .blog-4 .popup-video {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

/* line 437, Shomoul_blog.scss */
.blog-4 .popup-video:hover {
    color: #ffffff;
}

/* line 441, Shomoul_blog.scss */
.blog-4 .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
}

/* line 452, Shomoul_blog.scss */
.blog-4 .owl-nav button {
    color: rgba(250, 250, 250, 0.4);
    position: absolute;
    z-index: 1;
}

/* line 456, Shomoul_blog.scss */
.blog-4 .owl-nav button i {
    font-size: 30px;
}

/* line 459, Shomoul_blog.scss */
.blog-4 .owl-nav button:hover {
    color: #ffffff;
}

/* line 462, Shomoul_blog.scss */
.blog-4 .owl-nav button.owl-next {
    left: auto;
    right: 30px;
}

/* line 466, Shomoul_blog.scss */
.blog-4 .owl-nav button.owl-prev {
    left: 30px;
}

/* line 473, Shomoul_blog.scss */
.quote-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 35px 58px 50px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 473, Shomoul_blog.scss */
    .quote-box {
        padding: 45px 15px 45px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 473, Shomoul_blog.scss */
    .quote-box {
        padding: 45px 15px 45px 15px;
    }
}

@media (max-width: 767px) {

    /* line 473, Shomoul_blog.scss */
    .quote-box {
        display: block;
        padding: 45px 15px 45px 15px;
    }
}

/* line 490, Shomoul_blog.scss */
.quote-box::before {
    content: "";
    position: absolute;
    background: url(../img/blog/icon-lg.png) no-repeat;
    right: 30px;
    top: 36px;
    width: 146px;
    height: 151px;
    z-index: -1;
}

/* line 500, Shomoul_blog.scss */
.quote-box .quote-icon {
    width: 78px;
    height: 80px;
    margin-right: 30px;
}

@media (max-width: 767px) {

    /* line 500, Shomoul_blog.scss */
    .quote-box .quote-icon {
        margin-bottom: 15px;
    }
}

/* line 508, Shomoul_blog.scss */
.quote-box .blog-title {
    font-size: 34px;
    line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 508, Shomoul_blog.scss */
    .quote-box .blog-title {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 508, Shomoul_blog.scss */
    .quote-box .blog-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* line 508, Shomoul_blog.scss */
    .quote-box .blog-title {
        font-size: 20px;
    }
}

/* line 524, Shomoul_blog.scss */
.page-navigation .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* line 528, Shomoul_blog.scss */
.page-navigation .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* line 533, Shomoul_blog.scss */
.page-navigation .page-item:last-child .page-link:hover img {
    filter: brightness(1) invert(1);
}

/* line 537, Shomoul_blog.scss */
.page-navigation .page-link {
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #eeeeee;
    background: rgba(246, 246, 246, 0);
    width: 54px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 7px;
    padding: 0;
}

@media (max-width: 767px) {

    /* line 537, Shomoul_blog.scss */
    .page-navigation .page-link {
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 42px;
        margin: 0 2px;
    }
}

/* line 556, Shomoul_blog.scss */
.page-navigation .page-link:hover,
.page-navigation .page-link:focus {
    z-index: 2;
    color: #ffffff;
    background: #083d59;
    border-color: #083d59;
    outline: none;
    box-shadow: none;
}

/* line 570, Shomoul_blog.scss */
.blog-post {
    display: flex;
    align-items: center;
}

.blog-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* line 573, Shomoul_blog.scss */
.blog-post .post-content {
    margin-left: 20px;
}

/* line 575, Shomoul_blog.scss */
.blog-post .post-content h6 {
    line-height: 1.4;
}

/* line 577, Shomoul_blog.scss */
.blog-post .post-content h6 a {
    color: #083d59;
}

/* line 579, Shomoul_blog.scss */
.blog-post .post-content h6 a:hover {
    color: #ffa84b;
}

/* line 585, Shomoul_blog.scss */
.blog-post .post-content span i {
    color: #083d59;
    margin-right: 5px;
}

/* line 594, Shomoul_blog.scss */
.news-details-left {
    border: 2px solid #f4f4f4;
    padding: 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 594, Shomoul_blog.scss */
    .news-details-left {
        padding: 50px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 594, Shomoul_blog.scss */
    .news-details-left {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {

    /* line 594, Shomoul_blog.scss */
    .news-details-left {
        padding: 50px 10px;
    }
}

/* line 606, Shomoul_blog.scss */
.news-details-left .blogs__meta {
    margin-bottom: 20px;
}

/* line 608, Shomoul_blog.scss */
.news-details-left .blogs__meta .border-line2 {
    position: relative;
    z-index: 1;
    margin-left: 65px;
    margin-right: 65px;
}

@media (max-width: 767px) {

    /* line 608, Shomoul_blog.scss */
    .news-details-left .blogs__meta .border-line2 {
        margin-left: 8px;
        margin-right: 8px;
    }
}

/* line 617, Shomoul_blog.scss */
.news-details-left .blogs__meta .border-line2::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    left: -35px;
    top: 4px;
    width: 2px;
    height: 10px;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 617, Shomoul_blog.scss */
    .news-details-left .blogs__meta .border-line2::before {
        display: none;
    }
}

/* line 630, Shomoul_blog.scss */
.news-details-left .blogs__meta .border-line2::after {
    content: "";
    position: absolute;
    background: #e7e7e7;
    right: -35px;
    top: 4px;
    width: 2px;
    height: 10px;
    z-index: 1;
}

@media (max-width: 767px) {

    /* line 630, Shomoul_blog.scss */
    .news-details-left .blogs__meta .border-line2::after {
        display: none;
    }
}

/* line 646, Shomoul_blog.scss */
.boxes {
    overflow: hidden;
}

/* line 648, Shomoul_blog.scss */
.boxes .box-img {
    float: left;
    margin-right: 30px;
    margin-top: 12px;
}

@media (max-width: 767px) {

    /* line 648, Shomoul_blog.scss */
    .boxes .box-img {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* line 660, Shomoul_blog.scss */
.blog-block {
    padding: 50px 50px 42px 50px;
    border: 2px solid #e7e7e7;
}

@media (max-width: 767px) {

    /* line 660, Shomoul_blog.scss */
    .blog-block {
        padding: 30px 10px;
    }
}

/* line 666, Shomoul_blog.scss */
.blog-block .icon {
    color: #ffffff;
    font-size: 20px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #ffa84b;
    margin-bottom: 25px;
}

/* line 678, Shomoul_blog.scss */
.blog-block h3 {
    line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 678, Shomoul_blog.scss */
    .blog-block h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* line 678, Shomoul_blog.scss */
    .blog-block h3 {
        font-size: 20px;
    }
}

/* line 689, Shomoul_blog.scss */
.share-social {
    border-bottom: 1px solid #e7e7e7;
}

/* line 692, Shomoul_blog.scss */
.share-social .author__social a {
    color: #b9b9b9;
    font-size: 18px;
    margin-left: 27px;
}

/* line 696, Shomoul_blog.scss */
.share-social .author__social a:hover {
    color: #083d59;
}

/* line 703, Shomoul_blog.scss */
.more-post {
    border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 708, Shomoul_blog.scss */
    .prev-box h3 {
        font-size: 24px;
    }
}

/* line 714, Shomoul_blog.scss */
.authors {
    overflow: hidden;
    border: 1px solid #e7e7e7;
    padding: 40px 35px 20px 40px;
}

@media (max-width: 767px) {

    /* line 714, Shomoul_blog.scss */
    .authors {
        padding: 40px 10px 20px 10px;
    }
}

/* line 721, Shomoul_blog.scss */
.authors .author-img {
    float: left;
    margin-right: 38px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {

    /* line 721, Shomoul_blog.scss */
    .authors .author-img {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

/* line 731, Shomoul_blog.scss */
.authors .author-content {
    overflow: hidden;
    margin-top: 13px;
}

/* line 734, Shomoul_blog.scss */
.authors .author-content h3 {
    font-size: 36px;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 734, Shomoul_blog.scss */
    .authors .author-content h3 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 734, Shomoul_blog.scss */
    .authors .author-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 734, Shomoul_blog.scss */
    .authors .author-content h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* line 734, Shomoul_blog.scss */
    .authors .author-content h3 {
        font-size: 20px;
    }
}

/* line 752, Shomoul_blog.scss */
.comment-list {
    padding-left: 0;
}

@media (max-width: 767px) {

    /* line 752, Shomoul_blog.scss */
    .comment-list {
        padding-left: 0;
    }
}

/* line 757, Shomoul_blog.scss */
.comment-list li {
    padding-bottom: 20px;
    margin-bottom: 45px;
    border-bottom: 2px solid #f3f3f3;
}

@media (max-width: 767px) {

    /* line 757, Shomoul_blog.scss */
    .comment-list li {
        margin-left: 0;
    }
}

/* line 766, Shomoul_blog.scss */
.comment-box {
    position: relative;
    z-index: 1;
}

/* line 769, Shomoul_blog.scss */
.comment-box .comment-avatar {
    float: left;
    margin-right: 30px;
    margin-top: -15px;
}

@media (max-width: 767px) {

    /* line 769, Shomoul_blog.scss */
    .comment-box .comment-avatar {
        float: none;
        margin-right: 0;
    }
}

/* line 777, Shomoul_blog.scss */
.comment-box .comment-avatar img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* line 785, Shomoul_blog.scss */
.comment-box .comment-content {
    overflow: hidden;
    margin-top: 15px;
}

/* line 789, Shomoul_blog.scss */
.comment-box .comment-content p i {
    color: #083d59;
}

/* line 794, Shomoul_blog.scss */
.comment-box .reply {
    font-size: 14px;
    border: 2px solid #f3f3f3;
    font-weight: 400;
    padding: 10px 22px;
    line-height: 1;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

/* line 804, Shomoul_blog.scss */
.comment-box .reply i {
    color: #083d59;
}

/* line 807, Shomoul_blog.scss */
.comment-box .reply:hover {
    color: #ffffff;
    background: #083d59;
}

/* line 810, Shomoul_blog.scss */
.comment-box .reply:hover i {
    color: #ffffff;
}

/* line 818, Shomoul_blog.scss */
.comment-form .contact-form {
    border: 2px solid #f4f4f4;
    padding: 50px 40px 35px 40px;
}

@media (max-width: 767px) {

    /* line 818, Shomoul_blog.scss */
    .comment-form .contact-form {
        padding: 30px 10px 15px 10px;
    }
}

/* line 825, Shomoul_blog.scss */
.comment-form .contact-form .input-box::before {
    left: auto;
    right: 30px;
    font-size: 14px;
}

/* line 830, Shomoul_blog.scss */
.comment-form .contact-form .input-box.text-input::before {
    content: "\f303";
}

/* line 833, Shomoul_blog.scss */
.comment-form .contact-form .input-box.sub-input::before {
    content: "\f0ac";
}

/* line 837, Shomoul_blog.scss */
.comment-form .contact-form textarea {
    border: 2px solid #f4f4f4;
    box-shadow: none;
    padding-left: 30px;
}

/* line 842, Shomoul_blog.scss */
.comment-form .contact-form input {
    border: 2px solid #f4f4f4;
    box-shadow: none;
    padding-left: 30px;
    height: 60px;
}

/* line 850, Shomoul_blog.scss */
.post-title {
    font-size: 26px;
}

/* line 2, Shomoul_counter.scss */
.counter-bg {
    background: url(../img/counter/count-1.jpg) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 25px 40px 3px 40px;
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {

    /* line 2, Shomoul_counter.scss */
    .counter-bg {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* line 14, Shomoul_counter.scss */
.counter-bg::before {
    content: "";
    position: absolute;
    background: #004B99;
    opacity: 0.902;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 25, Shomoul_counter.scss */
.counter-bg p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

/* line 29, Shomoul_counter.scss */
.counter-bg p b {
    text-decoration: underline;
}

@media (max-width: 767px) {

    /* line 25, Shomoul_counter.scss */
    .counter-bg p {
        text-align: center;
    }
}

/* line 36, Shomoul_counter.scss */
.counter-bg .get-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    line-height: 1;
}

/* line 46, Shomoul_counter.scss */
.counter-box {
    display: flex;
    align-items: center;
    padding: 35px 10px 5px 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 46, Shomoul_counter.scss */
    .counter-box {
        padding: 35px 10px 5px 0px;
    }
}

/* line 54, Shomoul_counter.scss */
.counter-box h2 {
    margin-right: 20px;
}

/* line 57, Shomoul_counter.scss */
.counter-box p {
    line-height: 1.5;
}

/* line 60, Shomoul_counter.scss */
.counter-box.count-box2 {
    padding-left: 0px;
}

@media (max-width: 767px) {

    /* line 60, Shomoul_counter.scss */
    .counter-box.count-box2 {
        padding-left: 20px;
    }
}

/* line 66, Shomoul_counter.scss */
.counter-box.count-box3 {
    padding-left: 20px;
}

/* line 70, Shomoul_counter.scss */
.count-title {
    color: #040404;
    font-size: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 70, Shomoul_counter.scss */
    .count-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 70, Shomoul_counter.scss */
    .count-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 70, Shomoul_counter.scss */
    .count-title {
        font-size: 40px;
    }
}

@media (max-width: 767px) {

    /* line 70, Shomoul_counter.scss */
    .count-title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 87, Shomoul_counter.scss */
    .count-section .grey-bg3 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 87, Shomoul_counter.scss */
    .count-section .grey-bg3 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 87, Shomoul_counter.scss */
    .count-section .grey-bg3 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 87, Shomoul_counter.scss */
    .count-section .grey-bg3 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* line 2, Shomoul_testimonial.scss */
.rating a {
    color: #bb0b0b;
    font-size: 14px;
    font-weight: 300;
}

/* line 8, Shomoul_testimonial.scss */
.testimonial-wrapper {
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    padding: 45px 55px 50px 50px;
}

.testimonial-active.owl-carousel img {
    display: block;
}

.single-services2 .icon {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 8, Shomoul_testimonial.scss */
    .testimonial-wrapper {
        padding: 45px 30px 50px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 8, Shomoul_testimonial.scss */
    .testimonial-wrapper {
        padding: 45px 25px 50px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 8, Shomoul_testimonial.scss */
    .testimonial-wrapper {
        padding: 45px 25px 50px 25px;
    }
}

@media (max-width: 767px) {

    /* line 8, Shomoul_testimonial.scss */
    .testimonial-wrapper {
        padding: 35px 15px 35px 15px;
    }
}

/* line 24, Shomoul_testimonial.scss */
.testimonial-wrapper p {
    font-size: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

/* line 29, Shomoul_testimonial.scss */
.testimonial-wrapper .author-box {
    margin-top: 28px;
}

/* line 33, Shomoul_testimonial.scss */
.testimonial-wrapper .author-content p {
    border: 0;
    font-size: 14px;
}

/* line 2, Shomoul_process.scss */
.process-bg {
    position: relative;
    z-index: 2;
}

/* line 5, Shomoul_process.scss */
.process-bg::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 500px;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 16, Shomoul_process.scss */
.single-work {
    background: url(../img/work/work-bg1.jpg) no-repeat;
    width: 100%;
    height: 100%;
    padding: 38px 40px 39px 40px;
    position: relative;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 16, Shomoul_process.scss */
    .single-work {
        padding: 40px 15px;
    }
}

@media (max-width: 767px) {

    /* line 16, Shomoul_process.scss */
    .single-work {
        padding: 40px 15px;
    }
}

/* line 29, Shomoul_process.scss */
.single-work::before {
    content: "";
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 41, Shomoul_process.scss */
.single-work::after {
    content: "";
    position: absolute;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 53, Shomoul_process.scss */
.single-work h5 {
    color: #040404;
    line-height: 1.5;
}

@media (max-width: 767px) {

    /* line 53, Shomoul_process.scss */
    .single-work h5 {
        font-size: 18px;
    }
}

/* line 60, Shomoul_process.scss */
.single-work .number {
    font-size: 14px;
    font-weight: 700;
    color: #040404;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 54px;
    height: 54px;
    z-index: 2;
    text-align: center;
    line-height: 52px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 60, Shomoul_process.scss */
    .single-work .number {
        right: 15px;
    }
}

@media (max-width: 767px) {

    /* line 60, Shomoul_process.scss */
    .single-work .number {
        right: 15px;
    }
}

/* line 89, Shomoul_process.scss */
.single-work:hover::before {
    height: 0;
    top: auto;
    bottom: 0;
}

/* line 94, Shomoul_process.scss */
.single-work:hover::after {
    background: #040404;
    opacity: 0.6;
    height: 100%;
}

/* line 99, Shomoul_process.scss */
.single-work:hover img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/* line 103, Shomoul_process.scss */
.single-work:hover h5 {
    color: #ffffff;
}

/* line 2, Shomoul_team.scss */
.team-wrapper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #eee;
}

/* line 7, Shomoul_team.scss */
.team-wrapper .team-thumb img {
    width: 100%;
}

/* line 11, Shomoul_team.scss */
.team-wrapper .team-content {
    position: static;
    left: 60px;
    right: 60px;
    bottom: 60px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0 30px 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 11, Shomoul_team.scss */
    .team-wrapper .team-content {
        left: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 11, Shomoul_team.scss */
    .team-wrapper .team-content {
        left: 15px;
        right: 0;
        bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 11, Shomoul_team.scss */
    .team-wrapper .team-content {
        left: 15px;
        right: 0;
        bottom: 25px;
    }
}

@media (max-width: 767px) {

    /* line 11, Shomoul_team.scss */
    .team-wrapper .team-content {
        left: 15px;
        right: 0;
        bottom: 25px;
    }
}

/* line 36, Shomoul_team.scss */
.team-wrapper .team-content h6 {
    color: #505050;
    font-weight: 400;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 43, Shomoul_team.scss */
.team-wrapper .team-content h3 a {
    color: #505050;
    font-size: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

/* line 53, Shomoul_team.scss */
.team-wrapper .footer__social {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 56, Shomoul_team.scss */
.team-wrapper .footer__social a {
    background-color: #004B99;
    width: 45px;
    height: 45px;
    line-height: 45px;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
}

/* line 68, Shomoul_team.scss */
.team-wrapper .footer__social a:hover {
    background: #E6332A;
}

/* line 74, Shomoul_team.scss */
.team-wrapper:hover .footer__social {
    display: inline-block;
}

/* line 76, Shomoul_team.scss */
.team-wrapper:hover .footer__social a {
    display: inline-block;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

/* line 88, Shomoul_team.scss */
.team-thumb {
    position: relative;
    z-index: 1;
    height: 300px;
    overflow: hidden;
    margin-bottom: 30px;
}

@media(max-width: 768px) {
    .team-thumb {
        height: 200px;
    }
}

.team-thumb img {
    width: 100%;
    object-fit: cover;
}

/* line 91, Shomoul_team.scss */
.team-thumb::before {
    content: "";
    background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.702;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* line 107, Shomoul_team.scss */
.adress-box {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

/* line 111, Shomoul_team.scss */
.adress-box .icon-link {
    color: #ffa84b;
    width: 50px;
    height: 50px;
    border: 2px solid #f4f4f4;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
    margin-top: 5px;
}

/* line 122, Shomoul_team.scss */
.adress-box .adress-content p {
    margin-bottom: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 127, Shomoul_team.scss */
    .team-skill-wrapper {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 127, Shomoul_team.scss */
    .team-skill-wrapper {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 127, Shomoul_team.scss */
    .team-skill-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 127, Shomoul_team.scss */
    .team-skill-wrapper {
        padding-right: 0;
    }
}

/* line 142, Shomoul_team.scss */
.comic-progress-bar {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 142, Shomoul_team.scss */
    .comic-progress-bar {
        margin-bottom: 15px;
    }
}

/* line 148, Shomoul_team.scss */
.comic-progress-bar .p-title {
    margin-bottom: 8px;
}

/* line 151, Shomoul_team.scss */
.comic-progress-bar .progress {
    height: 19px;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 2px solid #e6e6e6;
    overflow: visible;
    width: 100%;
}

/* line 158, Shomoul_team.scss */
.comic-progress-bar .progress .progress-bar {
    color: #777777;
    font-size: 18px;
    font-weight: 400;
    background-color: #ffa84b;
    width: 70%;
    height: 6px;
    margin-top: 6px;
    margin-left: 0;
    overflow: visible;
    position: relative;
}

/* line 169, Shomoul_team.scss */
.comic-progress-bar .progress .progress-bar span {
    color: #ffa84b;
    text-align: right;
    margin-top: -52px;
    position: absolute;
    right: -140px;
}

@media (max-width: 767px) {

    /* line 169, Shomoul_team.scss */
    .comic-progress-bar .progress .progress-bar span {
        right: -72px;
        margin-top: -12px;
    }
}

/* line 184, Shomoul_team.scss */
.comic-progress-bar.bar-2 .progress .progress-bar {
    width: 52%;
}

/* line 191, Shomoul_team.scss */
.comic-progress-bar.bar-3 .progress .progress-bar {
    width: 82%;
}

/* line 193, Shomoul_team.scss */
.comic-progress-bar.bar-3 .progress .progress-bar span {
    right: -80px;
}

@media (max-width: 767px) {

    /* line 193, Shomoul_team.scss */
    .comic-progress-bar.bar-3 .progress .progress-bar span {
        right: -40px;
    }
}

/* line 204, Shomoul_team.scss */
.teams-title {
    font-size: 26px;
}

/* line 207, Shomoul_team.scss */
.team-bot-border {
    border-bottom: 1px solid #e8e8e8;
}

/* line 2, Shomoul_price.scss */
.service-plan-bg {
    background: #f3f3f3;
    position: relative;
    z-index: 1;
    padding-top: 340px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 2, Shomoul_price.scss */
    .service-plan-bg {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 2, Shomoul_price.scss */
    .service-plan-bg {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {

    /* line 2, Shomoul_price.scss */
    .service-plan-bg {
        padding-top: 60px;
    }
}

/* line 18, Shomoul_price.scss */
.plan2 .plan-body {
    border-top: 2px solid #E6332A;
    position: relative;
    z-index: 1;
}

/* line 22, Shomoul_price.scss */
.plan2 .plan-body .tag {
    color: #ffa84b;
    font-size: 12px;
    font-weight: 700;
    background: #fff4e9;
    position: absolute;
    left: 50%;
    top: 50px;
    padding: 10px 20px;
    line-height: 1;
    z-index: 2;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 22, Shomoul_price.scss */
    .plan2 .plan-body .tag {
        padding: 10px 10px;
        left: 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 22, Shomoul_price.scss */
    .plan2 .plan-body .tag {
        padding: 10px 10px;
        left: 55%;
    }
}

@media (max-width: 767px) {

    /* line 22, Shomoul_price.scss */
    .plan2 .plan-body .tag {
        padding: 10px 10px;
        left: 55%;
    }
}

/* line 53, Shomoul_price.scss */
.plan-title {
    font-size: 24px;
    margin-bottom: 12px;
}

/* line 57, Shomoul_price.scss */
.plan-body {
    background: #f7f7f7;
    padding: 45px 50px 42px 50px;
    margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 57, Shomoul_price.scss */
    .plan-body {
        padding: 45px 20px 35px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 57, Shomoul_price.scss */
    .plan-body {
        padding: 45px 25px 35px 25px;
    }
}

@media (max-width: 767px) {

    /* line 57, Shomoul_price.scss */
    .plan-body {
        padding: 45px 25px 35px 25px;
    }
}

/* line 70, Shomoul_price.scss */
.plan-body h2 {
    font-size: 38px;
    margin-bottom: 5px;
    color: #004b99;
}

/* line 73, Shomoul_price.scss */
.plan-body .plan-list {
    border-top: 1px solid #e9e9e9;
    padding: 0;
    margin: 0;
    padding-top: 14px;
    margin-top: 30px;
}

/* line 80, Shomoul_price.scss */
.plan-body .plan-list li {
    position: relative;
    z-index: 1;
    padding: 8px 0 8px 0;
}

/* line 84, Shomoul_price.scss */
.plan-body .plan-list li::before {
    content: "\f00c";
    position: absolute;
    font-family: "Font awesome 5 Pro";
    font-size: 16px;
    color: #777777;
    font-weight: 300;
    right: 0;
    top: 9px;
    z-index: 1;
}

/* line 95, Shomoul_price.scss */
.plan-body .plan-list li.delete {
    color: #d3d3d3;
}

/* line 100, Shomoul_price.scss */
.plan-body .price-btn {
    color: #083d59;
    font-size: 16px;
    width: 100%;
    background: whitesmoke;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 767px) {

    /* line 100, Shomoul_price.scss */
    .plan-body .price-btn {
        padding: 24px 15px;
    }
}

/* line 110, Shomoul_price.scss */
.plan-body .price-btn i {
    color: #083d59;
    padding-left: 30px;
}

/* line 114, Shomoul_price.scss */
.plan-body .price-btn:hover {
    color: #ffffff;
    background: #ffa84b;
}

/* line 117, Shomoul_price.scss */
.plan-body .price-btn:hover i {
    color: #ffffff;
}

/* line 125, Shomoul_price.scss */
.plan3 .plan-body {
    background: #004B99;
}

/* line 127, Shomoul_price.scss */
.plan3 .plan-body h2 {
    color: #ffffff;
}

/* line 130, Shomoul_price.scss */
.plan3 .plan-body p {
    color: #adbbc2;
}

/* line 134, Shomoul_price.scss */
.plan3 .plan-body .plan-list li {
    color: #adbbc2;
}

/* line 136, Shomoul_price.scss */
.plan3 .plan-body .plan-list li::before {
    color: #adbbc2;
}

/* line 141, Shomoul_price.scss */
.plan3 .plan-body .price-btn {
    background: #ffffff;
}

/* line 143, Shomoul_price.scss */
.plan3 .plan-body .price-btn:hover {
    background: #ffa84b;
}

/* line 3, Shomoul_widget.scss */
.services-right-widget.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* line 10, Shomoul_widget.scss */
.widget {
    border: 2px solid #f2f2f2;
    padding: 38px 40px 25px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 10, Shomoul_widget.scss */
    .widget {
        padding: 40px 15px 30px 15px;
    }
}

@media (max-width: 767px) {

    /* line 10, Shomoul_widget.scss */
    .widget {
        padding: 30px 15px 20px 15px;
    }
}

/* line 20, Shomoul_widget.scss */
.widget-title-box {
    position: relative;
    z-index: 1;
}

/* line 23, Shomoul_widget.scss */
.widget-title-box::before {
    content: "";
    position: absolute;
    background: #e7e7e7;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 38, Shomoul_widget.scss */
.widget-title-box::after {
    content: "";
    position: absolute;
    background: #E6332A;
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 54, Shomoul_widget.scss */
.widget-sub-title {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

/* line 59, Shomoul_widget.scss */
.widget-sub-title2 {
    font-size: 24px;
    color: #004B99;
}

/* line 65, Shomoul_widget.scss */
.widget-categories ul li a {
    color: #999999;
    font-size: 16px;
    padding: 15px 0;
    display: block;
    line-height: 1;
    font-weight: 700;
}

/* line 72, Shomoul_widget.scss */
.widget-categories ul li a:hover {
    color: #083d59;
    text-decoration: underline;
}

/* line 84, Shomoul_widget.scss */
.widget-subscribe .contact-form textarea {
    height: 140px;
    padding-top: 15px;
}

/* line 88, Shomoul_widget.scss */
.widget-subscribe .contact-form .form-btn {
    width: 100%;
}

/* line 95, Shomoul_widget.scss */
.widget.widget-banner-add {
    border: 0;
    background: url(../img/services/banne-1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 370px;
    padding: 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* line 109, Shomoul_widget.scss */
.widget.widget-banner-add::before {
    content: "";
    position: absolute;
    background: #004B99;
    opacity: 0.902;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* line 120, Shomoul_widget.scss */
.widget.widget-banner-add .banner-logo {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

/* line 126, Shomoul_widget.scss */
.widget.widget-banner-add p {
    color: #adbbc2;
}

/* line 129, Shomoul_widget.scss */
.widget.widget-banner-add .theme_btn {
    padding-left: 50px;
    padding-right: 50px;
}

/* line 139, Shomoul_widget.scss */
.widget-author-content .author__social a {
    color: #d4d4d4;
    background: transparent;
    width: unset;
    height: unset;
    font-size: 14px;
    line-height: 1;
    margin: 0 9px;
}

/* line 147, Shomoul_widget.scss */
.widget-author-content .author__social a:hover {
    color: #ffa84b;
    background: transparent;
}

/* line 156, Shomoul_widget.scss */
.widget-search .subscribe-form {
    position: relative;
    z-index: 1;
}

/* line 159, Shomoul_widget.scss */
.widget-search .subscribe-form input {
    color: #999999;
    height: 60px;
    padding-left: 43px;
    background: #ffffff;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

/* line 165, Shomoul_widget.scss */
.widget-search .subscribe-form input::placeholder {
    color: #999999;
}

/* line 168, Shomoul_widget.scss */
.widget-search .subscribe-form input::-moz-placeholder {
    color: #999999;
}

/* line 171, Shomoul_widget.scss */
.widget-search .subscribe-form input::-webkit-placeholder {
    color: #999999;
}

/* line 174, Shomoul_widget.scss */
.widget-search .subscribe-form input::-o-placeholder {
    color: #999999;
}

/* line 178, Shomoul_widget.scss */
.widget-search .subscribe-form .subscribe-btn {
    background: #ffa84b;
    width: 60px;
    padding: 17px 0;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

/* line 192, Shomoul_widget.scss */
.widget-post .post-list {
    padding: 0;
    margin: 0;
}

/* line 195, Shomoul_widget.scss */
.widget-post .post-list li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

/* line 198, Shomoul_widget.scss */
.widget-post .post-list li:last-child {
    border-bottom: 0;
    margin-bottom: 10px;
}

/* line 209, Shomoul_widget.scss */
.widget-categories-list ul li a {
    background: #f8f8f8;
    width: 100%;
    display: block;
    padding: 14px 0px 14px 30px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}

/* line 217, Shomoul_widget.scss */
.widget-categories-list ul li a span {
    font-size: 14px;
    font-weight: 700;
    background: #efefef;
    padding: 14px 16px;
    position: absolute;
    right: 0;
    top: 0;
}

/* line 227, Shomoul_widget.scss */
.widget-categories-list ul li a:hover span {
    color: #ffffff;
    background: #004B99;
}

/* line 237, Shomoul_widget.scss */
.tag-list a {
    color: #777777;
    font-size: 12px;
    font-weight: 700;
    background: #f4f4f4;
    display: inline-block;
    padding: 10px 27px;
    margin: 5px 5px;
    line-height: 1;
}

/* line 246, Shomoul_widget.scss */
.tag-list a:hover {
    color: #ffffff;
    background: #004B99;
}

/* line 255, Shomoul_widget.scss */
.widget-add .banner-content img {
    width: 100%;
}

/* line 2, Shomoul_career.scss */
.career-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

/* line 6, Shomoul_career.scss */
.career-wrapper::before {
    content: "";
    position: absolute;
    background: #083d59;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* line 17, Shomoul_career.scss */
.career-wrapper .text-content {
    position: absolute;
    z-index: 2;
    left: 40px;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* line 24, Shomoul_career.scss */
.career-wrapper .text-content h6 {
    color: #99adb8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

/* line 30, Shomoul_career.scss */
.career-wrapper .text-content h2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 64px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 30, Shomoul_career.scss */
    .career-wrapper .text-content h2 {
        font-size: 30px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 30, Shomoul_career.scss */
    .career-wrapper .text-content h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 30, Shomoul_career.scss */
    .career-wrapper .text-content h2 {
        font-size: 24px;
        margin-bottom: 45px;
    }
}

@media (max-width: 767px) {

    /* line 30, Shomoul_career.scss */
    .career-wrapper .text-content h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

/* line 51, Shomoul_career.scss */
.career-wrapper .text-content a {
    color: #ffa84b;
    font-size: 14px;
    font-weight: 700;
}

/* line 55, Shomoul_career.scss */
.career-wrapper .text-content a i {
    margin-left: 5px;
}

/* line 58, Shomoul_career.scss */
.career-wrapper .text-content a:hover {
    color: #ffffff;
}

/* line 64, Shomoul_career.scss */
.career-wrapper:hover::before {
    height: 100%;
}

/* line 67, Shomoul_career.scss */
.career-wrapper:hover .text-content {
    top: 50px;
    bottom: auto;
    opacity: 1;
}

/* line 74, Shomoul_career.scss */
.select-job-area {
    display: inline-block;
}

/* line 76, Shomoul_career.scss */
.select-job-area .job-select {
    color: #083d59;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #f2f2f2;
    padding: 25px 60px 25px 30px;
    line-height: 9px;
}

/* line 83, Shomoul_career.scss */
.select-job-area .job-select::after {
    border: 0;
    font-weight: 300;
    right: 30px;
    top: 60%;
    transform: translateY(-52%);
    z-index: 1;
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -o-transform: translateY(-52%);
}

/* line 96, Shomoul_career.scss */
.select-job-area .job-select.open::after {
    top: 48%;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

/* line 109, Shomoul_career.scss */
.job-position h6 {
    color: #777777;
    font-weight: 400;
}

/* line 113, Shomoul_career.scss */
.job-position h4 {
    font-size: 24px;
}

/* line 118, Shomoul_career.scss */
.apply-btn {
    color: #b8b8b8;
    font-size: 14px;
    font-weight: 700;
}

/* line 122, Shomoul_career.scss */
.apply-btn i {
    margin-left: 5px;
}

/* line 125, Shomoul_career.scss */
.apply-btn:hover {
    color: #083d59;
}

/* line 129, Shomoul_career.scss */
.board-border {
    border-top: 1px solid #f2f2f2;
    padding-top: 38px;
    padding-bottom: 2px;
}

/* line 135, Shomoul_career.scss */
.preview-more {
    color: #083d59;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    background: #ffffff;
    border: 2px solid #ededed;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

/* line 145, Shomoul_career.scss */
.preview-more:hover {
    color: #ffffff;
    background: #083d59;
    border-color: #083d59;
}

/* line 152, Shomoul_career.scss */
.contact-borders {
    border-top: 1px solid #f2f2f2;
}

/* line 156, Shomoul_career.scss */
.form-btn2 {
    background: #083d59;
}

/* line 158, Shomoul_career.scss */
.form-btn2:hover {
    background: #ffa84b;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 163, Shomoul_career.scss */
    .career-img-wrapper {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 163, Shomoul_career.scss */
    .career-img-wrapper {
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    /* line 163, Shomoul_career.scss */
    .career-img-wrapper {
        padding-right: 0;
    }
}

/* line 3, Shomoul_error.scss */
.error-wrapper .error-title {
    font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 3, Shomoul_error.scss */
    .error-wrapper .error-title {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    /* line 3, Shomoul_error.scss */
    .error-wrapper .error-title {
        font-size: 20px;
    }
}

/* line 12, Shomoul_error.scss */
.error-wrapper p {
    color: #777777;
    letter-spacing: normal;
    margin-bottom: 34px;
    line-height: 1.4;
}

/* line 18, Shomoul_error.scss */
.error-wrapper a.theme_btn {
    text-transform: capitalize;
    padding: 17px 37px;
}

/* line 21, Shomoul_error.scss */
.error-wrapper a.theme_btn i {
    margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 3, Shomoul_footer.scss */
    .footer-area .border-theme.footer__widget {
        padding-left: 40px;
    }
}

/* line 9, Shomoul_footer.scss */
.border-theme {
    position: relative;
    z-index: 1;
}

/* line 12, Shomoul_footer.scss */
.border-theme::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 255px;
    background: #ffa84b;
    left: 47px;
    top: 3px;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    /* line 12, Shomoul_footer.scss */
    .border-theme::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 12, Shomoul_footer.scss */
    .border-theme::before {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 12, Shomoul_footer.scss */
    .border-theme::before {
        display: none;
    }
}

/* line 33, Shomoul_footer.scss */
.footer__social a {
    color: #ffffff;
    font-size: 14px;
    background-color: #004B99;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    border-radius: 8px;
}

/* line 44, Shomoul_footer.scss */
.footer__social a:hover {
    color: #ffffff;
    background-color: #E6332A;
}

/* line 52, Shomoul_footer.scss */
.footer__widget p {
    color: #777;
}

/* line 55, Shomoul_footer.scss */
.footer__widget .widget-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    color: #004B99;
}

/* line 61, Shomoul_footer.scss */
.footer__widget .widget-title::before {
    content: "";
    position: absolute;
    background: #E6332A;
    width: 20px;
    height: 1px;
    left: 0;
    top: 100%;
    z-index: 1;
}

/* line 74, Shomoul_footer.scss */
.fot-list {
    padding: 0;
    margin: 0;
}

/* line 77, Shomoul_footer.scss */
.fot-list a {
    color: #777;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
}

/* line 85, Shomoul_footer.scss */
.fot-list a::before {
    content: "";
    position: absolute;
    background: #ffa84b;
    width: 5px;
    height: 1px;
    left: -20px;
    top: 50%;
    z-index: 1;
    opacity: 0;
}

/* line 96, Shomoul_footer.scss */
.fot-list a:hover {
    color: #E6332A;
    transform: translateX(13px);
    -webkit-transform: translateX(13px);
    -moz-transform: translateX(13px);
    -ms-transform: translateX(13px);
    -o-transform: translateX(13px);
}

/* line 103, Shomoul_footer.scss */
.fot-list a:hover::before {
    opacity: 1;
}

/* line 113, Shomoul_footer.scss */
.fot-list-1 li:nth-child(2) a::before {
    content: "\f658";
}

/* line 120, Shomoul_footer.scss */
.fot-list-1 li:nth-child(3) a::before {
    content: "\f34e";
}

/* line 127, Shomoul_footer.scss */
.fot-list-1 li:last-child a::before {
    content: "\f3c5";
}

/* line 133, Shomoul_footer.scss */
.fot-list-1 a {
    padding-left: 40px;
}

/* line 135, Shomoul_footer.scss */
.fot-list-1 a::before {
    content: "\f87b";
    font-family: "Font Awesome 5 pro";
    color: #004B99;
    font-size: 18px;
    background: transparent;
    opacity: 1;
    height: unset;
    width: unset;
    top: 0;
    left: 0;
}

/* line 148, Shomoul_footer.scss */
.fot-list-1 a span {
    color: #E6332A;
    font-weight: 700;
    border-bottom: 1px solid #E6332A;
}

/* line 153, Shomoul_footer.scss */
.fot-list-1 a:hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

/* line 164, Shomoul_footer.scss */
.subscribe-form .input-box {
    position: relative;
    z-index: 1;
}

/* line 167, Shomoul_footer.scss */
.subscribe-form .input-box::before {
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    color: #ffffff;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* line 183, Shomoul_footer.scss */
.subscribe-form .input-box.mail-input::before {
    content: "\f0e0";
}

/* line 188, Shomoul_footer.scss */
.subscribe-form input {
    border: 0;
    color: #c3e5f7;
    font-size: 14px;
    width: 100%;
    height: 50px;
    padding-left: 50px;
    background: #004B99;
}

/* line 196, Shomoul_footer.scss */
.subscribe-form input::placeholder {
    color: #c3e5f7;
}

/* line 199, Shomoul_footer.scss */
.subscribe-form input::-webkit-placeholder {
    color: #c3e5f7;
}

/* line 202, Shomoul_footer.scss */
.subscribe-form input::-moz-placeholder {
    color: #c3e5f7;
}

/* line 205, Shomoul_footer.scss */
.subscribe-form input::-o-placeholder {
    color: #c3e5f7;
}

/* line 209, Shomoul_footer.scss */
.subscribe-form .subscribe-btn {
    width: 100%;
    text-transform: capitalize;
    padding: 20px 0;
    border: 0;
}

/* line 214, Shomoul_footer.scss */
.subscribe-form .subscribe-btn:focus {
    box-shadow: 0;
}

/* line 217, Shomoul_footer.scss */
.subscribe-form .subscribe-btn:hover {
    background: #040404;
}

/* line 224, Shomoul_footer.scss */
.copyright h6 {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
}

/* line 229, Shomoul_footer.scss */
.copyright h6 a {
    color: #004B99;
    font-weight: 700;
}

/* line 236, Shomoul_footer.scss */
.footer-nav {
    padding: 0;
    margin: 0;
    padding-right: 25px;
}

/* line 240, Shomoul_footer.scss */
.footer-nav .nav-item {
    display: inline-block;
}

/* line 242, Shomoul_footer.scss */
.footer-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 0 0 40px;
    padding: 30px 0;
}

.footer-area .logo-area img {
    top: 0;
    margin-bottom: 0;
    max-width: 120px;
}

@media (max-width: 767px) {

    /* line 242, Shomoul_footer.scss */
    .footer-nav .nav-item .nav-link {
        margin-left: 10px;
        padding: 15px 0 30px;
    }
}

/* line 254, Shomoul_footer.scss */
.footer-nav .nav-item .nav-link:hover {
    color: #E6332A;
}

/* line 264, Shomoul_footer.scss */
.footer-2 .border-theme::before {
    background-color: #ededed;
    height: 418px;
    top: -81px;
    left: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 264, Shomoul_footer.scss */
    .footer-2 .border-theme::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 264, Shomoul_footer.scss */
    .footer-2 .border-theme::before {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 264, Shomoul_footer.scss */
    .footer-2 .border-theme::before {
        display: none;
    }
}

/* line 279, Shomoul_footer.scss */
.footer-2 .border-theme::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #ededed;
    height: 420px;
    top: -81px;
    right: -7px;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

    /* line 279, Shomoul_footer.scss */
    .footer-2 .border-theme::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 279, Shomoul_footer.scss */
    .footer-2 .border-theme::after {
        display: none;
    }
}

@media (max-width: 767px) {

    /* line 279, Shomoul_footer.scss */
    .footer-2 .border-theme::after {
        display: none;
    }
}

/* line 299, Shomoul_footer.scss */
.footer-2 .border-theme.bor-right::before {
    display: none;
}

/* line 302, Shomoul_footer.scss */
.footer-2 .border-theme.bor-right::after {
    right: 54px;
}

/* line 308, Shomoul_footer.scss */
.footer-2 .footer__widget .widget-title {
    color: #083d59;
}

/* line 311, Shomoul_footer.scss */
.footer-2 .footer__widget p {
    color: #777777;
}

/* line 316, Shomoul_footer.scss */
.footer-2 .fot-list a {
    color: #777777;
}

/* line 318, Shomoul_footer.scss */
.footer-2 .fot-list a:hover {
    color: #083d59;
}

/* line 324, Shomoul_footer.scss */
.footer-2 .subscribe-form .input-box::before {
    color: #083d59;
}

/* line 327, Shomoul_footer.scss */
.footer-2 .subscribe-form input {
    color: #c7c7c7;
    border: 1px solid #ececec;
    background-color: white;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 333, Shomoul_footer.scss */
.footer-2 .subscribe-form::placeholder {
    color: #c7c7c7;
}

/* line 336, Shomoul_footer.scss */
.footer-2 .subscribe-form::-webkit-placeholder {
    color: #c7c7c7;
}

/* line 339, Shomoul_footer.scss */
.footer-2 .subscribe-form::-moz-placeholder {
    color: #c7c7c7;
}

/* line 342, Shomoul_footer.scss */
.footer-2 .subscribe-form::-o-placeholder {
    color: #c7c7c7;
}

/* line 349, Shomoul_footer.scss */
.footer-2 .footer-nav .nav-item:last-child .nav-link {
    margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 353, Shomoul_footer.scss */
    .footer-2 .footer-nav .nav-item .nav-link {
        margin-left: 25px;
    }
}

@media (max-width: 767px) {

    /* line 353, Shomoul_footer.scss */
    .footer-2 .footer-nav .nav-item .nav-link {
        margin-left: 0;
        margin-right: 18px;
    }
}

/* line 366, Shomoul_footer.scss */
.section-footer {
    border-bottom: 1px solid #ededed;
}

/* line 369, Shomoul_footer.scss */
.section-footer .footer__social a {
    color: #083d59;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f0f5f7;
}

/* line 377, Shomoul_footer.scss */
.section-footer .footer__social a:hover {
    color: #ffffff;
    background: #ffa84b;
}

/* line 385, Shomoul_footer.scss */
.copy-right-border {
    border-top: 1px solid #ededed;
}

/* line 390, Shomoul_footer.scss */
.copyright p a {
    color: #083d59;
    font-weight: 700;
}

/* line 400, Shomoul_footer.scss */
.footer-3 .border-theme::before {
    background-color: rgba(255, 255, 255, 0.102);
    height: 418px;
}

/* line 404, Shomoul_footer.scss */
.footer-3 .border-theme::after {
    background-color: rgba(255, 255, 255, 0.102);
    height: 418px;
}

/* line 410, Shomoul_footer.scss */
.footer-3 .footer__social a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.059);
}

/* line 413, Shomoul_footer.scss */
.footer-3 .footer__social a:hover {
    background: #bb0b0b;
}

/* line 419, Shomoul_footer.scss */
.footer-3 .footer__widget .widget-title {
    color: #ffffff;
    font-size: 14px;
}

/* line 422, Shomoul_footer.scss */
.footer-3 .footer__widget .widget-title::before {
    background: #bb0b0b;
}

/* line 426, Shomoul_footer.scss */
.footer-3 .footer__widget p {
    color: #a7a7a7;
}

/* line 431, Shomoul_footer.scss */
.footer-3 .fot-list a {
    color: #a7a7a7;
}

/* line 433, Shomoul_footer.scss */
.footer-3 .fot-list a::before {
    background: #E6332A;
}

/* line 436, Shomoul_footer.scss */
.footer-3 .fot-list a:hover {
    color: #ffffff;
}

/* line 442, Shomoul_footer.scss */
.footer-3 .subscribe-form input {
    color: #c7c7c7;
    background: #ffffff;
}

/* line 446, Shomoul_footer.scss */
.footer-3 .subscribe-form .input-box::before {
    color: #083d59;
}

/* line 449, Shomoul_footer.scss */
.footer-3 .subscribe-form::placeholder {
    color: #c7c7c7;
}

/* line 452, Shomoul_footer.scss */
.footer-3 .subscribe-form::-moz-placeholder {
    color: #c7c7c7;
}

/* line 455, Shomoul_footer.scss */
.footer-3 .subscribe-form::-webkit-placeholder {
    color: #c7c7c7;
}

/* line 458, Shomoul_footer.scss */
.footer-3 .subscribe-form::-o-placeholder {
    color: #c7c7c7;
}

/* line 461, Shomoul_footer.scss */
.footer-3 .subscribe-form .subscribe-btn {
    background: #bb0b0b;
}

/* line 466, Shomoul_footer.scss */
.footer-3 .section-footer,
.footer-3 .copy-right-border {
    border-color: rgba(255, 255, 255, 0.102);
}

/* line 470, Shomoul_footer.scss */
.footer-3 .copy-right-border {
    padding-bottom: 6px;
}

/* line 474, Shomoul_footer.scss */
.footer-3 .copyright p {
    color: #777777;
}

/* line 476, Shomoul_footer.scss */
.footer-3 .copyright p a {
    color: #ffffff;
}

/* line 483, Shomoul_footer.scss */
.footer-3 .footer-nav .nav-item .nav-link {
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* line 483, Shomoul_footer.scss */
    .footer-3 .footer-nav .nav-item .nav-link {
        margin: 0 0 0 20px;
    }
}

/* line 488, Shomoul_footer.scss */
.footer-3 .footer-nav .nav-item .nav-link:hover {
    color: #bb0b0b;
}

.footer-area {
    position: relative;
    z-index: 2;
    background: url('../img/portfolio/pattern-bg1.png');
    background-position: center;
}

.footer-area::before {
    content: "";
    position: absolute;
    background: #f7f7f7;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .7;
}

@media (max-width: 992px) {
    .footer-area .row.heding-bg2.align-items-center {
        background: #004B99 !important;
    }

    .footer-area .row.heding-bg2.align-items-center .logo-area {
        margin-bottom: 0 !important;
    }
}

.modal-content {
    border-radius: 0;
    background: none;
    border: none;
}

.modal-header {
    background: #004B99;
}

.modal-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
}

.modal-header span {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.modal-body {
    background: #fff;
    text-transform: capitalize;
}

.modal-body p {
    margin-bottom: 15px;
    font-size: 15px;
}

.modal-body p:last-of-type {
    margin-bottom: 0;
}

.modal-footer {
    border-top: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
}

.btn-secondary {
    border-radius: 0;
    margin: 0;
    border: none;
    background: #004B99;
    color: #fff;
}

.btn-secondary:hover {
    background: #000;
    color: #fff;
}

.navbar .dropdown-menu2 {
    border: 0;
    position: absolute;
    z-index: 5;
    background-color: #004B99;
    border-radius: 0;
    display: block;
    right: -140px;
    padding: 8px 0;
    top: 0;
    visibility: hidden;
    transform: scaleY(0);
    opacity: 0;
    width: auto;
    box-shadow: 0px 30px 70px 0px rgb(0 0 0 / 5%);
    margin: 0;
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .dropdown-menu li.this-one {
    position: relative;
}

.navbar .dropdown-menu li.this-one .dropdown-item i {
    margin-left: 5px;
    font-size: 11px;
}

.navbar .dropdown-menu li.this-one .dropdown-menu2 li {
    position: relative;
    z-index: 1;
}

.navbar .dropdown-menu li.this-one .dropdown-menu2 li.active a {
    color: #E6332A !important;
}

.navbar .dropdown-menu li.this-one .dropdown-menu2 .dropdown-item {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 35px;
    display: block;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar .dropdown-menu li.this-one:hover .dropdown-menu2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.join-form-shomoul .contact-form .input-box::before {
    display: none;
}

.join-form-shomoul .contact-form input,
.join-form-shomoul .contact-form textarea {
    padding-left: 25px;
}

.join-form-shomoul .form-check-input {
    width: 1em;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    border-radius: 0;
    cursor: pointer;
}

.join-form-shomoul .form-check-inline {
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.join-form-shomoul .form-check-inline label {
    font-size: 16px;
    position: relative;
    top: 2px;
}

.join-form-shomoul .form-check-input:checked {
    background-color: #004B99;
    border-color: #004B99;
}

.join-form-shomoul .form-check-input:focus {
    outline: none;
    box-shadow: none;
}

.join-form-shomoul .form-check-input:checked[type="checkbox"] {
    cursor: pointer;
}


/*forms*/
.btn-default{    color: #ffffff !important;background-color: #2263a6 !important;margin-top: 20px;}
.btn-default:hover {
    color: #fff;
}

.FormBuilderFrameworkBootstrap .InputfieldCheckboxesStacked{display: inline-flex !important}

.FormBuilderFrameworkBootstrap .InputfieldCheckboxesStacked li{padding-right:20px !important}

/*forms*/

.text-success{color: #004b99!important;
    font-size: 20px;
    text-align: center;
    margin-top: 150px;
    font-weight: 700;
    border: 1px solid #04488e;
    padding: 15px;
    padding-right: 0;}


    .about-img-wrapper .img-ar{display: none}


    /*.slide-ar{display: none !important}*/