/* Minification failed. Returning unminified contents.
(276,20): run-time error CSS1046: Expect comma, found '63'
(276,25): run-time error CSS1046: Expect comma, found ')'
 */
.grid::after {
    content: "";
    display: block;
    clear: both;
}

.grid-sizer, .grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0px;
}

.clearfix {
    display: inline-block;
}

.showlist-style ul, .showlist-style li {
    list-style: inside !important;
}

* html .clearfix {
    height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: Cambria, sans-serif;
    font-size: 20px;
    text-align: justify;
    background-color: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 24px;
    line-height: 30px;
    color: rgb(42, 42, 42);
    text-align: justify;
}

img {
    width: 100%;
    overflow: hidden;
}

html, body {
    background: rgb(255, 255, 255);
}

::selection {
    background: rgb(3, 164, 237);
    color: rgb(255, 255, 255);
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    color: rgb(42, 42, 42);
    font-weight: 700;
    letter-spacing: 0.25px;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading h2 em {
    font-style: normal;
    color: rgb(3, 164, 237);
}

.section-heading h2 span {
    color: rgb(254, 63, 64);
}

.main-blue-button a {
    display: inline-block;
    background-color: rgb(3, 164, 237);
    font-size: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
}

.main-red-button a {
    display: inline-block;
    background-color: rgb(254, 63, 64);
    font-size: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
}

.main-white-button a {
    display: inline-block;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    color: rgb(254, 63, 64);
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
}

.background-header {
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255) !important;
    height: 80px !important;
    position: fixed !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px !important;
}

.background-header .logo, .background-header .main-nav .nav li a {
    color: rgb(30, 30, 30) !important;
}

.background-header .main-nav .nav li:hover a {
    color: rgb(254, 63, 64) !important;
}

.background-header .nav li a.active {
    color: rgb(254, 63, 64) !important;
}

.header-area {
    background-color: rgb(250, 250, 250);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    transition: all 0.5s ease 0s;
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav .logo {
    line-height: 100px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(3, 164, 237);
    line-height: 100px;
    float: left;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 em {
    font-style: normal;
    display: inline !important;
}

.logo h4 span {
    color: rgb(254, 63, 64);
}

.background-header .main-nav .logo h4 {
    line-height: 80px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
    padding-right: 0px;
}

.header-area .main-nav .nav li:last-child a, .background-header .main-nav .nav li:last-child a {
    padding: 0px 20px;
}

.header-area .main-nav .nav li:last-child a:hover, .header-area .main-nav .nav li:last-child a.active {
    color: rgb(254 63 64) !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: rgb(42, 42, 42);
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
    color: rgb(42, 42, 42);
    cursor:pointer;
}

.header-area .main-nav .nav li:hover a, .header-area .main-nav .nav li a.active {
    color: rgb(254, 63, 64) !important;
}

.background-header .main-nav .nav li:hover a, .background-header .main-nav .nav li a.active {
    opacity: 1;
    color: rgb(254, 63, 64) !important;
}

.header-area .main-nav .nav li:last-child a:hover, .background-header .main-nav .nav li:last-child a:hover {
    background-color: rgb(3, 164, 237);
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

.header-area .main-nav .nav li.submenu::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: rgb(42, 42, 42);
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu::after {
    color: rgb(42, 42, 42);
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 28px 0px;
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: rgb(247, 247, 247);
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid rgb(238, 238, 238);
    color: rgb(42, 42, 42) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: rgb(254, 63, 64) !important;
}

.header-area .main-nav .nav li.submenu ul li a:hover::before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: all 0.4s ease 0s;
    background-color: rgb(30, 30, 30);
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0px;
}

.background-header .main-nav .menu-trigger span, .background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: rgb(30, 30, 30);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    transition: all 0.4s ease 0s;
    background-color: rgb(30, 30, 30);
    display: block;
    position: absolute;
    height: 2px;
    left: 0px;
    width: 75%;
}

.background-header .main-nav .menu-trigger span::before, .background-header .main-nav .menu-trigger span::after {
    background-color: rgb(30, 30, 30);
}

.header-area .main-nav .menu-trigger span::before, .header-area .main-nav .menu-trigger span::after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span::before {
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span::after {
    transform-origin: 33% 0px;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span, .header-area .main-nav .menu-trigger.active span::before, .header-area .main-nav .menu-trigger.active span::after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span::before {
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: rgb(30, 30, 30);
}

.background-header .main-nav .menu-trigger.active span::before {
    background-color: rgb(30, 30, 30);
}

.header-area .main-nav .menu-trigger.active span::after {
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: rgb(30, 30, 30);
}

.background-header .main-nav .menu-trigger.active span::after {
    background-color: rgb(30, 30, 30);
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: rgb(254, 63, 64);
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;

    }
    .header-area .container-md, .container-sm, .container {
        max-width: 900px !important;
    }
    .header-area .main-nav .nav li:last-child {
        padding-left: unset;
    }
    .header-area .main-nav .nav li a {
        font-size: 15px;
    }
    .header-area .main-nav::before {
        display: none;
    }

    .header-area .main-nav .nav li:last-child, .background-header .main-nav .nav li:last-child {

    }

    .header-area .main-nav .nav .showedonmini {
        display: inline !important;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li:last-child, .background-header .main-nav .nav li:last-child {

    }

    .header-area .main-nav .nav li:nth-child(6), .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }

    .header-area .main-nav .logo h4:first-child {
        display: none;
    }

    .header-area .main-nav .logo h4:last-child {
        display: inline !important;
    }

    .header-area .main-nav .nav .showedonmini {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .grpButton_DangNhap button {
        margin: 5px 0px 0px;
        max-width: unset;
        max-height: unset;
        font-size: unset;
        line-height: unset;
    }
    .header-area .main-nav .logo h4:first-child {
        display: inline;
    }

    .header-area .main-nav .logo h4:last-child {
        display: none !important;
    }

    .header-area .main-nav .nav .showedonmini {
        display: none !important;
    }

    .header-area .main-nav .nav .showedontiny {
        display: inline !important;
    }

    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: rgb(30, 30, 30);
    }

    .header-area.header-sticky .nav li a:hover, .header-area.header-sticky .nav li a.active {
        opacity: 1;
        color: rgb(254, 63, 64) !important;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: rgb(247, 247, 247);
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid rgb(238, 238, 238);
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(231, 231, 231);
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: rgb(247, 247, 247) !important;
        color: rgb(25, 26, 32) !important;
        font-size:unset;
        border-radius: unset;
    }

    .header-area .main-nav .nav li a:hover {
        background: rgb(238, 238, 238) !important;
        color: rgb(254, 63, 64) !important;
    }

    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover::before {
        width: 0px;
    }

    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }

    .header-area .main-nav .nav li.submenu::after {
        color: rgb(59, 86, 110);
        right: 25px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

.js-preloader {
    position: fixed;
    inset: 0px;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    transition: opacity 0.25s ease 0s;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: rgb(255, 255, 255);
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: rgb(254, 63, 64);
    border-radius: 50%;
    transform: translateX(0px);
    animation: 2.8s ease 0s infinite normal none running dot;
}

.preloader-inner .dots {
    transform: translateX(0px);
    margin-top: 12px;
    margin-left: 31px;
    animation: 2.8s ease 0s infinite normal none running dots;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: rgb(254, 63, 64);
    border-radius: 50%;
}

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 226px 0px 120px;
    position: relative;
    overflow: hidden;
}

.main-banner::after {
    content: "";
    background-image: url("../images/baner-dec-left.png");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 193px;
    height: 467px;
}

.main-banner::before {
    content: "";
    background-image: url("../images/baner-dec-right.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 100px;
    width: 98px;
    height: 290px;
}

.main-banner .left-content {
    margin-right: 45px;
}

.main-banner .left-content h6 {
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(254, 63, 64);
    margin-bottom: 15px;
}

.main-banner .left-content h2 {
    font-size: 50px;
    font-weight: 700;
    color: rgb(42, 42, 42);
    line-height: 72px;
}

.main-banner .left-content h2 em {
    color: rgb(3, 164, 237);
    font-style: normal;
}

.main-banner .left-content h2 span {
    color: rgb(254, 63, 64);
}

.main-banner .left-content p {
    margin: 20px 0px;
}

.main-banner .left-content form {
    margin-top: 30px;
    width: 470px;
    height: 66px;
    position: relative;
}

.main-banner .left-content form button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
    color: rgb(254, 63, 64);
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    outline: none;
    border: none;
}

.main-banner .left-content form input {
    width: 470px;
    height: 66px;
    background-color: rgb(3, 164, 237);
    border-radius: 33px;
    border: none;
    outline: none;
    padding: 0px 25px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.25px;
    font-size: 15px;
    font-weight: 300;
}

.main-banner .left-content form input::placeholder {
    color: rgb(255, 255, 255);
}

#about {
    margin-top: 120px;
}

.about-us {
    background-image: url("../Content/assets/images/about-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 140px 0px 120px;
}

.about-us .left-image {
    margin-right: 45px;
}

.about-us .services .item {
    margin-bottom: 30px;
}

.about-us .services .item .icon {
    float: left;
    margin-right: 25px;
}

.about-us .services .item .icon img {
    margin: 10px;
    top: 10px;
}

.about-us .services .item h4 {
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-us .services .item p {
    color: rgb(255, 255, 255);
}

.our-services {
    margin-top: 0px;
    padding-top: 120px;
}

.our-services .left-image {
    margin-right: 45px;
}

.our-services .section-heading h2 {
    margin-right: 100px;
}

.our-services .section-heading p {
    margin-top: 30px;
    margin-bottom: 60px;
}

.our-services .progress-skill-bar {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.our-services .progress-skill-bar span {
    position: absolute;
    top: 0px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(3, 164, 237);
}

.our-services .first-bar span {
    left: 92%;
}

.our-services .second-bar span {
    left: 92%;
}

.our-services .third-bar span {
    left: 88%;
}

.our-services .progress-skill-bar h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(42, 42, 42);
    margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background-color: rgb(247, 239, 241);
    position: relative;
    z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
    background: linear-gradient(105deg, rgb(255, 77, 30) 0%, rgb(255, 44, 109) 100%);
    height: 6px;
    border-radius: 3px;
    margin-bottom: -6px;
    position: relative;
    z-index: 2;
}

.our-services .first-bar .filled-bar {
    width: 100%;
}

.our-services .second-bar .filled-bar {
    width: 100%;
}

.our-services .third-bar .filled-bar {
    width: 90%;
}

.our-portfolio {
    padding-top: 120px;
    margin-top: 0px;
}

.our-portfolio .section-heading h2 {
    text-align: center;
    margin: 0px 90px 120px;
    position: relative;
    z-index: 1;
}

.our-portfolio .item {
    position: relative;
}

.our-portfolio .item:hover .hidden-content {
    top: -100px;
    opacity: 1;
    visibility: visible;
}

.our-portfolio .item:hover .showed-content {
    top: 90px;
}

.our-portfolio .hidden-content {
    background: linear-gradient(105deg, rgb(255, 77, 30) 0%, rgb(255, 44, 109) 100%);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    opacity: 0;
    top: 0px;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    transition: all 0.5s ease 0s;
}

.our-portfolio .hidden-content::after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: -8px;
    margin-left: -5px;
    transform: rotate(45deg);
    background: linear-gradient(105deg, rgb(255, 52, 69) 0%, rgb(255, 51, 78) 100%);
    z-index: -1;
}

.our-portfolio .hidden-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
    color: rgb(255, 255, 255);
}

.showed-content.alt h4 {
    color: rgb(254, 63, 64);
}

.showed-content h4 {
    margin: 10% 0px;
    color: rgb(3, 164, 237);
}

.our-portfolio .showed-content {
    cursor: default;
    max-height: 222px;
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 50px 0px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    transition: all 0.5s ease 0s;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-image: linear-gradient(to right, rgb(248, 192, 255), rgb(166, 128, 201)) 1 / 1 / 0 stretch;
}

.our-portfolio .showed-content.alt {
    border-image: linear-gradient(to left, rgb(248, 192, 255), rgb(166, 128, 201)) 1 / 1 / 0 stretch;
}

.our-portfolio .showed-content img {
    max-width: 100px;
}

.our-blog {
    position: relative;
    margin-top: 80px;
    padding-top: 120px;
}

.our-blog .section-heading h2 {
    margin-right: 180px;
}

.our-blog .top-dec {
    text-align: right;
    margin-top: -80px;
}

.our-blog .top-dec img {
    max-width: 270px;
}

.our-blog .left-image {
    position: relative;
}

.our-blog .left-image img {
    border-radius: 20px;
    box-shadow: rgb(3, 164, 237) 0px 0px 15px;
}

.our-blog .left-image .info {
    position: relative;
}

.our-blog .left-image .info .inner-content {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    border-radius: 20px;
    margin-right: 75px;
    position: absolute;
    margin-top: -100px;
    padding: 30px;
}

.our-blog .left-image ul li {
    display: inline-block;
    font-size: 15px;
    color: rgb(175, 175, 175);
    font-weight: 300;
    margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
    margin-right: 0px;
}

.our-blog .left-image ul li i {
    color: rgb(255, 77, 97);
    font-size: 16px;
    margin-right: 8px;
}

.our-blog .left-image h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(42, 42, 42);
    margin: 20px 0px 15px;
}

.our-blog .left-image .info .main-blue-button {
    position: absolute;
    bottom: -80px;
    left: 0px;
}

.our-blog .right-list {
    margin-left: 30px;
}

.our-blog .right-list ul li {
    display: inline-flex;
    width: 100%;
    margin-bottom: 30px;
}

.our-blog .right-list .left-content {
    margin-right: 45px;
}

.our-blog .right-list .left-content span {
    font-size: 15px;
    color: rgb(175, 175, 175);
    font-weight: 300;
}

.our-blog .right-list .left-content span i {
    color: rgb(255, 77, 97);
    font-size: 16px;
    margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(42, 42, 42);
    margin: 20px 0px 15px;
}

.our-blog .right-list .right-image img {
    width: 250px;
    border-radius: 20px;
}

.contact-us {
    padding: 160px 0px;
    background-image: url("../Content/assets/images/contact-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact-us .section-heading h2, .contact-us .section-heading h2 em, .contact-us .section-heading h2 span {
    color: rgb(255, 255, 255);
}

.contact-us .section-heading p {
    color: rgb(255, 255, 255);
    margin-top: 30px;
}

.phone-info {
    margin-top: 40px;
}

.phone-info h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.phone-info h4 span i {
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    color: rgb(255, 59, 44);
    font-size: 22px;
    margin-left: 30px;
    margin-right: 15px;
}

.phone-info h4 span a {
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
}

form#contact .contact-dec {
    position: absolute;
    right: -166px;
    bottom: 0px;
}

form#contact .contact-dec img {
    max-width: 178px;
}

form#contact {
    margin-left: 30px;
    position: relative;
    background-color: rgb(255, 255, 255);
    padding: 60px 30px;
    border-radius: 20px;
}

form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 33px;
    background-color: rgb(209, 243, 255);
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: rgb(42, 42, 42);
    padding: 0px 20px;
    margin-bottom: 20px;
}

form#contact input::placeholder {
    color: rgb(42, 42, 42);
}

form#contact textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 20px;
    background-color: rgb(209, 243, 255);
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: rgb(42, 42, 42);
    padding: 15px 20px;
    margin-bottom: 20px;
}

form#contact textarea::placeholder {
    color: rgb(42, 42, 42);
}

form#contact button {
    display: inline-block;
    background-color: rgb(3, 164, 237);
    font-size: 15px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all 0.3s ease 0s;
}

form#contact button:hover {
    background-color: rgb(254, 63, 64);
}

footer p {
    text-align: center;
    margin: 30px 0px 45px;
}

footer p a {
    color: rgb(254, 63, 64);
}

@media (max-width: 1645px) {
    form#contact .contact-dec {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-banner {
        padding-top: 196px;
    }

    .main-banner .left-content {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 45px;
    }

    .main-banner::after {
        top: 76px;
        z-index: -1;
    }

    .main-banner .left-content form, .main-banner .left-content form input {
        width: 100% !important;
    }
    .about-us {
        position: relative;
        background-image: none;
    }

    .about-us .left-image {
        margin-right: 0px;
        position: absolute;
        bottom: -220px;
        right: 0px;
    }

    .about-us .services {
        text-align: center;
    }

    .about-us .services .item {
        background: linear-gradient(105deg, rgb(255, 77, 30) 0%, rgb(255, 44, 109) 100%);
        padding: 30px;
        border-radius: 20px;
        display: inline-block;
    }

    .about-us .services .item .right-text {
        text-align: left;
    }

    .our-services {
        margin-top: 200px;
    }

    .our-services .left-image {
        margin-right: 0px;
        margin-bottom: 45px;
    }

    .our-services .section-heading h2, .our-services .section-heading p {
        margin-right: 0px;
        text-align: center;
    }

    .our-portfolio .section-heading h2 {
        margin: 0px 0px 80px;
    }

    .our-portfolio .item {
        margin-bottom: 15px;
    }

    .our-blog {
        margin-top: 0px;
    }

    .our-blog .top-dec {
        display: none;
    }

    .our-blog .section-heading h2 {
        margin-right: 0px;
        text-align: center;
        margin-bottom: 45px;
    }

    .our-blog .left-image .info .inner-content {
        position: relative;
        margin-right: 0px;
    }

    .our-blog .left-image .info .main-blue-button {
        position: relative;
        bottom: 0px;
        margin-top: 30px;
    }

    .our-blog .left-image {
        margin-bottom: 45px;
    }

    .contact-us {
        margin-top: 60px;
        padding: 120px 0px;
    }

    .contact-us .section-heading {
        text-align: center;
    }

    form#contact {
        margin-left: 0px;
        margin-top: 30px;
    }

    form#contact .contact-dec {
        display: none;
    }

    footer p {
        margin: 15px 0px 30px;
    }
}

@media (max-width: 767px) {
    .about-us .left-image {
        bottom: -280px;
    }

    .our-blog .right-list {
        margin-left: 0px;
    }

    .our-blog .right-list ul li {
        display: inline-block;
        margin-top: 0px;
        padding-top: 30px;
        border-top: 1px solid rgb(238, 238, 238);
    }

    .our-blog .right-list .left-content {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }

    .our-blog .right-list .right-image, .our-blog .right-list .right-image img {
        width: 100%;
    }

    .phone-info h4 span {
        display: block;
        margin-top: 15px;
    }

    .phone-info h4 span i {
        margin-left: 0px;
    }
}

