@import "css2.css";

body {
    font-family: source sans pro, sans-serif;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

button,
input,
textarea {
    border: 0;
    background: 0 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

button:focus,
input:focus,
textarea:focus {
    outline: none
}

a {
    display: inline-block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

span {
    display: inline-block
}

@-webkit-keyframes pulse-1 {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    100% {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0
    }
}

@keyframes pulse-1 {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    100% {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0
    }
}

@media only screen and (min-width:1200px) {
    .container {
        min-width: 1200px
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.preloader .loader {
    width: 100px;
    height: 100px
}

.preloader .loader img {
    width: 100%
}

.scroll-to-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    visibility: hidden
}

.scroll-to-top .container {
    height: 100%;
    position: relative
}

.scroll-to-top .container button {
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #ff5e19;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: visible
}

.scroll-to-top .container button.active {
    bottom: 20px
}

.scroll-to-top .container button:hover {
    color: #ff5e19;
    background: #fff;
    border-color: #ff5e19
}

.def-btn {
    height: 60px;
    line-height: 60px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    border-radius: 5px;
    padding: 0 45px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 2
}

.def-btn.def-btn-2 {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.def-btn.def-btn-2:after {
    background: -webkit-gradient(linear, right top, left top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(right, #FF57A0, #FFADA7);
    background: -o-linear-gradient(right, #FF57A0, #FFADA7);
    background: linear-gradient(-90deg, #FF57A0, #FFADA7)
}

.def-btn.def-btn-3 {
    background: -webkit-gradient(linear, right top, left top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(right, #3FB0F7, #5754FE);
    background: -o-linear-gradient(right, #3FB0F7, #5754FE);
    background: linear-gradient(-90deg, #3FB0F7, #5754FE)
}

.def-btn.def-btn-3:after {
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE)
}

.def-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(left, #FF6C1C, #FF3A33);
    background: -o-linear-gradient(left, #FF6C1C, #FF3A33);
    background: linear-gradient(90deg, #FF6C1C, #FF3A33);
    border-radius: 5px;
    z-index: -1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0
}

.def-btn:hover {
    color: #fff
}

.def-btn:hover:after {
    opacity: 1
}

.heading {
    text-align: center;
    margin-bottom: 80px;
    margin-top: -7px
}

.heading.heading-2 h2 {
    color: #1d2860;
    font-size: 30px;
}

.heading.heading-3 p {
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE);
    -webkit-background-clip: text;
    background-clip: text
}

.heading.heading-3 h2:after {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.heading p {
    display: inline-block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 700;
    color: transparent;
    letter-spacing: 2px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 22px
}

.heading h2 {
    font-size: 30px;
    line-height: 65px;
    font-weight: 700;
    color: #1d2860;
    text-transform: capitalize;
    padding-bottom: 22px;
    margin-top: -7px;
    margin-bottom: 0;
    position: relative
}

.heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 5px;
    border-radius: 3px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33)
}

.clear {
    overflow: hidden
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11
}

.header.header-2.fixed-header {
    background: #322496
}

.header.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #ff4a9b
}

.header.header-2 .navbar .navbar-nav .nav-item .nav-link {
    color: #fff
}

.header.header-2 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff4a9b
}

.header.header-2 .nav-btn {
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE);
    border: 0;
    position: relative;
    z-index: 2
}

.header.header-2 .nav-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(right, #3FB0F7, #5754FE);
    background: -o-linear-gradient(right, #3FB0F7, #5754FE);
    background: linear-gradient(-90deg, #3FB0F7, #5754FE);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.header.header-2 .nav-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE);
    color: #fff
}

.header.header-2 .nav-btn:hover:after {
    opacity: 1
}

.header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(25, 25, 25, .1);
    box-shadow: 0 10px 20px 0 rgba(25, 25, 25, .1);
    background: #fff
}

.header.fixed-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    margin-top: -10px
}

.header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 27px 20px
}

.header .logo {
    padding-right: 5px
}

.header .navbar {
    padding: 0;
    padding-left: 9px
}

.header .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    margin-top: -30px;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 220px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(25, 25, 25, .15);
    box-shadow: 0 10px 30px 0 rgba(25, 25, 25, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #454545;
    padding: 0 20px;
    border-bottom: 1px solid rgba(25, 25, 25, .1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #ff5e19
}

.header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    padding: 20px
}

.header .navbar .navbar-nav .nav-item .nav-link {
    padding: 47px 20px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #1d2860;
    position: relative
}

.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ff5e19
}

.header .nav-btn {
    height: 42px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 0 30px;
    margin-right: 20px;
    background: #1d2860;
    border: 1px solid #1d2860;
    border-radius: 5px
}

.header .nav-btn:last-child {
    margin-right: 0;
}

.header .nav-btn:hover {
    background: #fff;
    color: #1d2860
}

.banner {
    overflow: hidden;
    padding-top: 84px;
    background: url(../image/banner-bg.jpg) center center no-repeat;
    background-size: cover
}

.banner.banner-2 {
    background-image: url(../image/banner-bg-2.png);
    background-position-y: bottom
}

.banner.banner-2 .banner-txt {
    padding: 185px 0
}

.banner.banner-2 .banner-txt h1,
.banner.banner-2 .banner-txt p {
    color: #f3f3f9
}

.banner.banner-2 .part-img {
    margin-left: 0
}

.banner .banner-txt {
    padding: 155px 0 265px 0
}

.banner .banner-txt h1 {
    font-size: 65px;
    line-height: 75px;
    font-weight: 900;
    color: #1d2860;
    text-transform: capitalize;
    margin-top: -18px;
    margin-bottom: 19px
}

.banner .banner-txt h1 span {
    color: #ff5e19
}

.banner .banner-txt p {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #ff5e19;
    margin-bottom: 20px
}

.banner .part-img {
    margin-left: -30px
}

.process {
    background: #f2f2f9;
    padding: 120px 0 140px 0
}

.process.process-2 {
    background: #f8f7ff
}

.process.process-2 .boxes .single-box .wrap .part-icon {
    background: -webkit-linear-gradient(315deg, #4434BF, #211664);
    background: -o-linear-gradient(315deg, #4434BF, #211664);
    background: linear-gradient(135deg, #4434BF, #211664)
}

.process.process-2 .boxes .single-box .wrap .part-icon:after {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.process.process-2 .boxes .single-box .wrap .part-icon span {
    color: #fff
}

.process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.process .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.process .boxes .single-box.top .wrap .part-icon {
    margin-bottom: 0;
    margin-top: 40px
}

.process .boxes .single-box .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.process .boxes .single-box .wrap .part-icon {
    text-align: center;
    width: 110px;
    height: 110px;
    line-height: 110px;
    background: #f2f2f9;
    border-radius: 50%;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.process .boxes .single-box .wrap .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.process .boxes .single-box .wrap .part-icon span {
    font-size: 45px;
    color: transparent;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.process .boxes .single-box .wrap .part-txt {
    text-align: center
}

.process .boxes .single-box .wrap .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -5px;
    margin-bottom: -4px
}

.process .boxes .single-box .wrap:hover .part-icon:after {
    opacity: 1
}

.process .boxes .single-box .wrap:hover .part-icon span {
    color: #fff
}

.process .boxes .single-box .arrow {
    margin-left: 60px
}

.process .boxes .single-box .arrow.rotate {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.service {
    padding: 120px 0;
    /* background: url(../image/service-bg.jpg) center center no-repeat; */
    background-size: cover
}

.service .single-box {
    text-align: center;
    background: #2a3778;
    padding: 65px 55px;
    border-radius: 5px;
    position: relative;
    z-index: 2
}

.service .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.service .single-box .part-icon {
    margin-bottom: 38px
}

.service .single-box .part-icon span {
    font-size: 60px;
    line-height: 100%;
    color: transparent;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service .single-box .part-txt a {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
}

.service .single-box .part-txt p {
    font-size: 15px;
    height: 150px;
    line-height: 28px;
    color: #fff;
    margin-bottom: -8px
}

.service .single-box:hover:after {
    opacity: 1
}

.service .single-box:hover .part-icon span {
    color: #fff
}

.service-2 {
    padding: 120px 0
}

.service-2.service-inner .all-service .single-box {
    margin-bottom: 30px
}

.service-2.service-inner .all-service .single-box:hover {
    background: #211664
}

.service-2.service-inner .all-service .single-box:hover .part-txt h3,
.service-2.service-inner .all-service .single-box:hover .part-txt p {
    color: #fff
}

.service-2.service-inner .all-service .single-box:hover .part-txt a {
    color: #ff57a0
}

.service-2.service-inner .all-service .single-box:hover .part-txt a:before {
    background: #fff;
    opacity: .15
}

.service-2.service-inner .all-service .def-btn {
    margin-top: 30px
}

.service-2 .all-service .center .single-box {
    background: #211664
}

.service-2 .all-service .center .single-box .part-txt h3,
.service-2 .all-service .center .single-box .part-txt p {
    color: #fff
}

.service-2 .all-service .center .single-box .part-txt a {
    color: #ff57a0
}

.service-2 .all-service .center .single-box .part-txt a:before {
    background: #fff;
    opacity: .15
}

.service-2 .all-service .single-box {
    background: #f8f7ff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service-2 .all-service .single-box .part-img {
    margin-bottom: 35px
}

.service-2 .all-service .single-box .part-txt {
    text-align: center
}

.service-2 .all-service .single-box .part-txt h3 {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -4px;
    margin-bottom: 23px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service-2 .all-service .single-box .part-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    margin-bottom: 19px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service-2 .all-service .single-box .part-txt a {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #1d2860;
    padding: 0 10px;
    position: relative;
    z-index: 2
}

.service-2 .all-service .single-box .part-txt a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    opacity: .5;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.service-2 .all-service .single-box .part-txt a:hover:before {
    height: 100%
}

.service-2 .all-service .owl-nav {
    padding-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.service-2 .all-service .owl-nav button {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    font-size: 18px;
    color: #1d2860;
    position: relative;
    z-index: 2
}

.service-2 .all-service .owl-nav button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.service-2 .all-service .owl-nav button.owl-prev {
    margin-right: 20px
}

.service-2 .all-service .owl-nav button:hover {
    color: #fff;
    border-color: transparent
}

.service-2 .all-service .owl-nav button:hover:after {
    opacity: 1
}

.choosing-reason {
    background: #fff;
    padding: 120px 0
}

.choosing-reason.choosing-reason-2 .part-txt {
    margin-left: 0;
    margin-right: -30px
}

.choosing-reason.choosing-reason-2 .part-txt .def-btn {
    margin-top: 22px
}

.choosing-reason .part-img {
    margin-right: -30px
}

.choosing-reason .part-img img {
    width: 100%
}

.choosing-reason .part-txt {
    margin-left: -30px
}

.choosing-reason .part-txt .heading {
    text-align: left;
    margin-bottom: 38px
}

.choosing-reason .part-txt .heading h2:after {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.choosing-reason .part-txt .txt p {
    font-size: 15px;
    line-height: 28px;
    color: #454545;
    margin-bottom: 15px
}

.choosing-reason .part-txt .txt ul {
    padding-top: 21px;
    padding-left: 0;
    margin-bottom: -23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choosing-reason .part-txt .txt ul li {
    list-style: none;
    width: 50%;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-bottom: 21px
}

.choosing-reason .part-txt .txt ul li span {
    color: transparent;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    -webkit-background-clip: text;
    background-clip: text;
    margin-right: 16px
}

.portfolio {
    background: #f2f2f9;
    padding: 120px 0
}

.portfolio .slider-wrap {
    max-width: 1392px;
    margin: 0 auto
}

.portfolio .slider-wrap .portfolio-slider .center .single-box .part-txt {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.portfolio .slider-wrap .portfolio-slider .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio .slider-wrap .portfolio-slider .single-box .part-img {
    border-radius: 5px;
    overflow: hidden
}

.portfolio .slider-wrap .portfolio-slider .single-box .part-txt {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 20px 60px;
    margin-top: -42px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transform: translateY(42px);
    -ms-transform: translateY(42px);
    transform: translateY(42px);
    opacity: 0
}

.portfolio .slider-wrap .portfolio-slider .single-box .part-txt a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -4px;
    /* margin-bottom: 14px */
}

.portfolio .slider-wrap .portfolio-slider .single-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #ff5e19;
    margin-bottom: -2px
}

.portfolio .slider-wrap .portfolio-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.portfolio .slider-wrap .portfolio-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #c5c5dc;
    border-radius: 50%;
    margin-right: 15px
}

.portfolio .slider-wrap .portfolio-slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.portfolio .slider-wrap .portfolio-slider .owl-dots .owl-dot.active {
    background: #ff5e19
}

.portfolio-2 {
    padding-top: 120px;
    padding-bottom: 90px;
    background: #f8f7ff
}

.portfolio-2.portfolio-inner {
    padding-bottom: 120px
}

.portfolio-2 .single-box {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

.portfolio-2 .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #211664;
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 1
}

.portfolio-2 .single-box .part-img img {
    width: 100%
}

.portfolio-2 .single-box .part-txt {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.portfolio-2 .single-box .part-txt a {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px
}

.portfolio-2 .single-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #ff368b;
    padding-bottom: 2px;
    margin-bottom: 0
}

.portfolio-2 .single-box:hover:after {
    opacity: .9
}

.portfolio-2 .single-box:hover .part-txt {
    top: 0;
    opacity: 1
}

.testimonial {
    background: #fff;
    padding: 120px 0
}

.testimonial .comment-slider .center .single-comment {
    background: #f2f2f9
}

.testimonial .comment-slider .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.testimonial .comment-slider .single-comment .part-img {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 42px
}

/* .testimonial .comment-slider .single-comment .part-img:after {
    content: "“";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    width: 35px;
    height: 35px;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #fff
} */

.testimonial .comment-slider .single-comment .part-img img {
    /* border-radius: 50% */
}

.testimonial .comment-slider .single-comment .part-txt {
    text-align: center;
    margin-bottom: -6px
}

.testimonial .comment-slider .single-comment .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    margin-bottom: 10px
}

.testimonial .comment-slider .single-comment .part-txt h3 {
    font-size: 23px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: 20px;
    margin-bottom: 20px
}

.testimonial .comment-slider .single-comment .part-txt span {
    font-size: 16px;
    line-height: 100%;
    color: #ff5e19
}

.testimonial .comment-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.testimonial .comment-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #c5c5dc;
    border-radius: 50%;
    margin-right: 15px
}

.testimonial .comment-slider .owl-dots .owl-dot:last-child {
    margin-right: 0
}

.testimonial .comment-slider .owl-dots .owl-dot.active {
    background: #ff5e19
}

.testimonial .client-area {
    margin-right: -30px
}

.testimonial .client-area.client-area-2 {
    margin-right: 0;
    margin-left: -30px
}

.testimonial .client-area .clients {
    margin-bottom: -20px
}

.testimonial .client-area .clients .part-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px
}

.testimonial .comment-area {
    margin: 0 -30px
}

.testimonial .comment-area .comment-slider-2 {
    width: 100%
}

.testimonial .comment-area .comment-slider-2 .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f9;
    border-radius: 10px;
    padding: 65px 55px
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-img {
    width: 200px;
    height: 200px;
    margin-right: 50px;
    position: relative
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-img:after {
    content: "“";
    position: absolute;
    bottom: 0;
    right: 12px;
    width: 48px;
    height: 48px;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 47px;
    line-height: 125%;
    font-weight: 700;
    color: #fff
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-img img {
    border-radius: 50%
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
    width: 470px;
    margin-top: -8px;
    margin-bottom: -6px
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #454545;
    margin-bottom: 28px
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-txt h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #0b193b;
    margin-bottom: 9px
}

.testimonial .comment-area .comment-slider-2 .single-comment .part-txt span {
    font-size: 16px;
    line-height: 100%;
    color: #ff5e19
}

.cta {
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    padding: 65px 0
}

.cta.cta-2 {
    background: -webkit-gradient(linear, right top, left top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(right, #3FB0F7, #5754FE);
    background: -o-linear-gradient(right, #3FB0F7, #5754FE);
    background: linear-gradient(-90deg, #3FB0F7, #5754FE)
}

.cta.cta-3 {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.cta .part-txt {
    padding-left: 70px
}

.cta .part-txt h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: -12px;
    margin-bottom: -12px
}

.cta .part-btn {
    padding-right: 70px
}

.cta .part-btn a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    color: #191919;
    background: #fff;
    border-radius: 5px;
    padding: 0 45px
}

.cta .part-btn a:hover {
    background: #1d2860;
    color: #fff
}

.blog {
    padding: 120px 0
}

.blog.blog-2 .single-box .part-txt .date .color {
    color: #5754fe
}

.blog.blog-2 .single-box .part-txt a:after {
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7)
}

.blog .single-box .part-img {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px
}

.blog .single-box .part-txt {
    margin-top: -5px
}

.blog .single-box .part-txt .date {
    font-size: 18px;
    line-height: 100%;
    color: #656565;
    margin-bottom: 19px
}

.blog .single-box .part-txt .date .color {
    font-weight: 700;
    color: #ff5e19;
    margin-right: 7px
}

.blog .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #1d2860;
    margin-bottom: 15px
}

.blog .single-box .part-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    margin-bottom: 22px
}

.blog .single-box .part-txt a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #f2f2f9;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    position: relative;
    z-index: 2
}

.blog .single-box .part-txt a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
    background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
    background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.blog .single-box .part-txt a:hover {
    color: #fff
}

.blog .single-box .part-txt a:hover:after {
    opacity: 1
}

.footer.footer-2 {
    background: url(../image/footer-bg.jpg) center center no-repeat;
    background-size: cover
}

.footer.footer-2 .main-footer {
    background: 0 0
}

.footer.footer-2 .main-footer .info .part-txt p {
    color: #e7e7e7
}

.footer.footer-2 .main-footer .links ul li a {
    color: #e7e7e7
}

.footer.footer-2 .main-footer .links ul li a:hover {
    color: #ff368b
}

.footer.footer-2 .copyright {
    background: #211664
}

.footer .main-footer {
    padding: 120px 0;
    background: #191919
}

.footer .main-footer .info .logo {
    width: 165px;
    margin-bottom: 31px
}

.footer .main-footer .info .part-txt p {
    font-size: 13px;
    line-height: 30px;
    color: #c9c9c9;
    margin-bottom: 12px
}

.footer .main-footer .info .part-txt p:last-child {
    margin-bottom: -9px
}

.footer .main-footer .links {
    margin-bottom: -11px
}

.footer .main-footer .links h3 {
    font-size: 23px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 36px
}

.footer .main-footer .links ul {
    padding: 0;
    margin: 0
}

.footer .main-footer .links ul li {
    list-style: none
}

.footer .main-footer .links ul li a {
    font-size: 13px;
    line-height: 34px;
    color: #c9c9c9
}

.footer .main-footer .links ul li a:hover {
    color: #ff5e19
}

.footer .copyright {
    background: #222;
    text-align: center
}

.footer .copyright p {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-top: 0;
    padding-top: 26px;
    margin-bottom: 0;
    padding-bottom: 28px
}

.breadcrumb {
    padding: 84px 0 0;
    margin: 0;
    background: url(../image/breadcrumb-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0
}

.breadcrumb .part-txt {
    text-align: center;
    padding: 105px 0
}

.breadcrumb .part-txt h1 {
    font-size: 65px;
    line-height: 100%;
    font-weight: 900;
    color: #fff;
    margin-top: -10px;
    margin-bottom: 29px
}

.breadcrumb .part-txt ul {
    padding: 0;
    margin-bottom: -3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb .part-txt ul li {
    list-style: none;
    font-size: 19px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    color: #eaeaea
}

.breadcrumb .part-txt ul li.color {
    color: #ff57a0;
    margin-right: 0
}

.about {
    padding: 120px 0
}

.about .part-img img {
    width: 100%
}

.about .part-txt {
    margin-left: -30px
}

.about .part-txt .heading {
    text-align: left;
    margin-bottom: 31px
}

.about .part-txt .heading h2 {
    font-size: 40px;
    line-height: 50px;
    padding: 0;
    margin-top: -5px
}

.about .part-txt .heading h2:after {
    display: none
}

.about .part-txt .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    margin-bottom: 15px
}

.about .part-txt .txt .def-btn {
    margin-top: 18px
}

.team {
    padding: 120px 0
}

.team .single-box {
    width: 330px
}

.team .single-box .part-img {
    margin: 0 -3px
}

.team .single-box .part-img img {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-bottom: 2px solid transparent
}

.team .single-box .part-txt {
    text-align: center;
    padding: 30px 0;
    position: relative;
    z-index: -1
}

.team .single-box .part-txt:before {
    content: "";
    position: absolute;
    top: -121px;
    left: 26.8px;
    right: 26.8px;
    bottom: 21px;
    background: #f8f7ff;
    border-radius: 5px;
    -webkit-transform: perspective(50px) rotateX(4.6deg);
    transform: perspective(50px) rotateX(4.6deg);
    z-index: -1
}

.team .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: -121px;
    left: 26.8px;
    right: 26.8px;
    bottom: 21px;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 5px;
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.team .single-box .part-txt h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -4px;
    margin-bottom: 13px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #ff4a9b;
    margin-bottom: -2px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box:hover .part-txt:after {
    -webkit-transform: perspective(50px) rotateX(4.6deg);
    transform: perspective(50px) rotateX(4.6deg);
    opacity: 1
}

.team .single-box:hover .part-txt h3,
.team .single-box:hover .part-txt p {
    color: #fff
}

.service-details {
    padding: 120px 0
}

.service-details .main-content {
    margin-right: -30px
}

.service-details .main-content .part-txt {
    margin-bottom: 38px
}

.service-details .main-content .part-txt.part-txt-2 {
    margin-bottom: -27px
}

.service-details .main-content .part-txt h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #211664;
    text-transform: capitalize;
    margin-top: -9px;
    margin-bottom: 26px
}

.service-details .main-content .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 20px
}

.service-details .main-content .part-txt h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    text-transform: capitalize;
    margin-top: -5px;
    margin-bottom: 28px
}

.service-details .main-content .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 45px
}

.service-details .main-content .img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 45px
}

.service-details .sidebar {
    margin-left: -30px
}

.service-details .sidebar h2 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -5px;
    margin-bottom: 26px
}

.service-details .sidebar .nav .nav-link {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #211664;
    padding: 0 30px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-bottom: 12px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    z-index: 2
}

.service-details .sidebar .nav .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1
}

.service-details .sidebar .nav .nav-link:last-child {
    margin-bottom: 0
}

.service-details .sidebar .nav .nav-link span {
    font-size: 17px;
    margin-right: 15px
}

.service-details .sidebar .nav .nav-link.active {
    color: #fff
}

.service-details .sidebar .nav .nav-link.active:after {
    width: 100%
}

.project-details {
    padding: 120px 0
}

.project-details .main-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 70px
}

.project-details .main-img .project-details-slider .single-box {
    width: 570px;
    border-radius: 10px;
    overflow: hidden
}

.project-details .main-txt {
    padding-bottom: 70px
}

.project-details .main-txt .information {
    padding: 55px 70px;
    background: #f8f7ff;
    border-radius: 10px
}

.project-details .main-txt .information h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -5px;
    margin-bottom: 27px
}

.project-details .main-txt .information ul {
    padding: 0;
    margin: 0
}

.project-details .main-txt .information ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    line-height: 29px;
    color: #656565;
    margin-bottom: 8px
}

.project-details .main-txt .information ul li:last-child {
    margin-bottom: -9px
}

.project-details .main-txt .information ul li .strong {
    min-width: 80px;
    font-weight: 600;
    color: #211664
}

.project-details .main-txt .information ul li .divider {
    font-weight: 700;
    margin-right: 30px
}

.project-details .main-txt .txt {
    padding-left: 40px;
    margin-bottom: -27px
}

.project-details .main-txt .txt h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -6px;
    margin-bottom: 26px
}

.project-details .main-txt .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 20px
}

.project-details .overview {
    background: #f8f7ff;
    border-radius: 10px;
    padding: 50px 70px;
    margin-bottom: 120px
}

.project-details .overview .txt {
    margin-bottom: -22px
}

.project-details .overview .txt h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -5px;
    margin-bottom: 18px
}

.project-details .overview .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 15px
}

.project-details .related-project .title {
    margin-bottom: 70px
}

.project-details .related-project .title h2 {
    font-size: 55px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -8px;
    margin-bottom: -8px
}

.project-details .related-project .portfolio-2 {
    padding: 0;
    background: 0 0
}

.project-details .related-project .portfolio-2 .single-box {
    margin-bottom: 0
}

.project-details .related-project .portfolio-2 .owl-nav {
    position: absolute;
    top: -109px;
    right: 0
}

.project-details .related-project .portfolio-2 .owl-nav button {
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border: 2px solid #efeef7;
    border-radius: 50%;
    font-size: 18px;
    color: #211664;
    position: relative;
    z-index: 1
}

.project-details .related-project .portfolio-2 .owl-nav button.owl-prev {
    margin-right: 20px
}

.project-details .related-project .portfolio-2 .owl-nav button:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 52px;
    height: 52px;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.project-details .related-project .portfolio-2 .owl-nav button:hover {
    color: #fff
}

.project-details .related-project .portfolio-2 .owl-nav button:hover:after {
    opacity: 1
}

.faq {
    padding: 120px 0
}

.faq .main-content {
    margin-left: -30px
}

.faq .main-content .content .single-box {
    background: #f8f7ff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 40px 50px;
    position: relative;
    z-index: 2
}

.faq .main-content .content .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(225deg, #4434BF, #211664);
    background: -o-linear-gradient(225deg, #4434BF, #211664);
    background: linear-gradient(-135deg, #4434BF, #211664);
    border-radius: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;
    z-index: -1
}

.faq .main-content .content .single-box h2 {
    display: inline-block;
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: -3px;
    margin-bottom: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.faq .main-content .content .single-box p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: -7px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.faq .main-content .content .single-box:hover:after {
    opacity: 1
}

.faq .main-content .content .single-box:hover h2 {
    color: transparent
}

.faq .main-content .content .single-box:hover p {
    color: #fff
}

.faq .main-content .content .pagination a {
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #211664;
    position: relative;
    z-index: 2
}

.faq .main-content .content .pagination a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.faq .main-content .content .pagination a:last-child {
    margin-right: 0
}

.faq .main-content .content .pagination a:hover {
    color: #fff
}

.faq .main-content .content .pagination a:hover:after {
    opacity: 1
}

.faq .sidebar {
    margin-right: -30px
}

.faq .sidebar h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -5px;
    margin-bottom: 26px
}

.faq .sidebar .nav .nav-link {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #211664;
    padding: 0 30px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-bottom: 12px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    z-index: 2
}

.faq .sidebar .nav .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1
}

.faq .sidebar .nav .nav-link:last-child {
    margin-bottom: 0
}

.faq .sidebar .nav .nav-link span {
    font-size: 17px;
    margin-right: 15px
}

.faq .sidebar .nav .nav-link.active {
    color: #fff
}

.faq .sidebar .nav .nav-link.active:after {
    width: 100%
}

.blog-inner .main-content .single-box {
    margin-bottom: 50px
}

.blog-inner .main-content .pagination {
    padding-top: 30px
}

.blog-inner .main-content .pagination a {
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #211664;
    position: relative;
    z-index: 2
}

.blog-inner .main-content .pagination a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(left, #3FB0F7, #5754FE);
    background: -o-linear-gradient(left, #3FB0F7, #5754FE);
    background: linear-gradient(90deg, #3FB0F7, #5754FE);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.blog-inner .main-content .pagination a:last-child {
    margin-right: 0
}

.blog-inner .main-content .pagination a:hover {
    color: #fff
}

.blog-inner .main-content .pagination a:hover:after {
    opacity: 1
}

.blog-inner .sidebar {
    margin-left: -30px
}

.blog-inner .sidebar .search-box {
    margin-bottom: 40px
}

.blog-inner .sidebar .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f8f7ff;
    border-radius: 5px;
    padding: 0 30px
}

.blog-inner .sidebar .search-box form input {
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #211664
}

.blog-inner .sidebar .search-box form input::-webkit-input-placeholder {
    color: #656565
}

.blog-inner .sidebar .search-box form input:-ms-input-placeholder {
    color: #656565
}

.blog-inner .sidebar .search-box form input::-ms-input-placeholder {
    color: #656565
}

.blog-inner .sidebar .search-box form input::placeholder {
    color: #656565
}

.blog-inner .sidebar .search-box form button {
    padding-right: 0;
    padding-left: 10px;
    height: 60px;
    font-size: 17px;
    color: #211664
}

.blog-inner .sidebar h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -5px;
    margin-bottom: 26px
}

.blog-inner .sidebar .category {
    margin-bottom: 40px
}

.blog-inner .sidebar .category ul {
    padding: 0;
    margin: 0
}

.blog-inner .sidebar .category ul li {
    list-style: none;
    margin-bottom: 12px
}

.blog-inner .sidebar .category ul li:last-child {
    margin-bottom: 0
}

.blog-inner .sidebar .category ul li a {
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #211664;
    padding: 0 30px;
    background: #f8f7ff;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    z-index: 2
}

.blog-inner .sidebar .category ul li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1
}

.blog-inner .sidebar .category ul li a span {
    font-size: 17px;
    margin-right: 15px
}

.blog-inner .sidebar .category ul li a:hover {
    color: #fff
}

.blog-inner .sidebar .category ul li a:hover:after {
    width: 100%
}

.blog-inner .sidebar .recent-post {
    margin-bottom: 40px
}

.blog-inner .sidebar .recent-post ul {
    padding: 15px 30px;
    margin: 0;
    background: #f8f7ff
}

.blog-inner .sidebar .recent-post ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0
}

.blog-inner .sidebar .recent-post ul li .img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.blog-inner .sidebar .recent-post ul li .txt {
    width: 158px
}

.blog-inner .sidebar .recent-post ul li .txt a {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    color: #211664;
    margin-top: -7px;
    margin-bottom: 8px
}

.blog-inner .sidebar .recent-post ul li .txt a:hover {
    color: #5754fe
}

.blog-inner .sidebar .recent-post ul li .txt span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #ff57a0;
    margin-bottom: -3px
}

.blog-inner .sidebar .recent-post ul li .txt span i {
    margin-right: 8px
}

.blog-inner .sidebar .tags .all-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.blog-inner .sidebar .tags .all-tag a {
    height: 48px;
    line-height: 48px;
    background: #f8f7ff;
    border-radius: 5px;
    padding: 0 30px;
    margin: 5px;
    font-size: 17px;
    color: #656565;
    position: relative;
    z-index: 2
}

.blog-inner .sidebar .tags .all-tag a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    border-radius: 5px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.blog-inner .sidebar .tags .all-tag a:hover {
    color: #fff
}

.blog-inner .sidebar .tags .all-tag a:hover:after {
    opacity: 1
}

.blog-details {
    padding: 120px 0
}

.blog-details .main-content {
    margin-right: -30px
}

.blog-details .main-content .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-details .main-content .blog-info ul {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-details .main-content .blog-info ul li {
    list-style: none;
    font-size: 18px;
    line-height: 100%;
    margin-right: 38px;
    color: #656565
}

.blog-details .main-content .blog-info ul li:last-child {
    margin-right: 0
}

.blog-details .main-content .blog-info ul li span {
    color: #5754fe;
    font-weight: 700
}

.blog-details .main-content .part-txt {
    margin-bottom: 33px
}

.blog-details .main-content .part-txt h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #211664;
    text-transform: capitalize;
    margin-bottom: 21px
}

.blog-details .main-content .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 15px
}

.blog-details .main-content .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 31px
}

.blog-details .main-content .quote {
    background: -webkit-gradient(linear, right top, left top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(right, #3FB0F7, #5754FE);
    background: -o-linear-gradient(right, #3FB0F7, #5754FE);
    background: linear-gradient(-90deg, #3FB0F7, #5754FE);
    border-radius: 10px;
    padding: 40px 70px 35px;
    text-align: center;
    margin-bottom: 31px;
    position: relative;
    z-index: 2
}

.blog-details .main-content .quote:after {
    content: "“";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 360px;
    line-height: 80%;
    font-weight: 700;
    color: rgba(255, 255, 255, .2);
    z-index: -1
}

.blog-details .main-content .quote p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: -8px;
    margin-bottom: -4px
}

.blog-details .main-content .other-info {
    background: #f8f7ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    height: 65px;
    line-height: 65px;
    padding: 0 30px;
    margin-top: 53px;
    margin-bottom: 70px
}

.blog-details .main-content .other-info .tags p {
    font-size: 17px;
    font-weight: 700;
    color: #211664;
    margin-bottom: 0
}

.blog-details .main-content .other-info .tags p a {
    font-weight: 400;
    color: #656565
}

.blog-details .main-content .other-info .tags p a:hover {
    color: #ff57a0
}

.blog-details .main-content .other-info .tags p span {
    font-weight: 400;
    color: #656565
}

.blog-details .main-content .other-info .share a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    font-size: 14px;
    color: #1d2860;
    margin-right: 11px;
    position: relative;
    z-index: 2
}

.blog-details .main-content .other-info .share a:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    background: -webkit-gradient(linear, right top, left top, from(#3FB0F7), to(#5754FE));
    background: -webkit-linear-gradient(right, #3FB0F7, #5754FE);
    background: -o-linear-gradient(right, #3FB0F7, #5754FE);
    background: linear-gradient(-90deg, #3FB0F7, #5754FE);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.blog-details .main-content .other-info .share a:last-child {
    margin-right: 0
}

.blog-details .main-content .other-info .share a:hover {
    color: #fff
}

.blog-details .main-content .other-info .share a:hover:after {
    opacity: 1
}

.blog-details .main-content .blog-comment {
    margin-bottom: 63px
}

.blog-details .main-content .blog-comment h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -6px;
    margin-bottom: 46px
}

.blog-details .main-content .blog-comment .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px
}

.blog-details .main-content .blog-comment .single-comment .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 50px
}

.blog-details .main-content .blog-comment .single-comment .txt {
    width: 650px
}

.blog-details .main-content .blog-comment .single-comment .txt .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.blog-details .main-content .blog-comment .single-comment .txt .top h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #211664;
    margin-top: -3px;
    margin-bottom: 9px
}

.blog-details .main-content .blog-comment .single-comment .txt .top span {
    font-size: 16px;
    line-height: 100%
}

.blog-details .main-content .blog-comment .single-comment .txt .top span.date {
    margin-right: 9px;
    color: #ff57a0
}

.blog-details .main-content .blog-comment .single-comment .txt .top span.time {
    color: #211664
}

.blog-details .main-content .blog-comment .single-comment .txt .top button {
    padding: 0;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
    background: -o-linear-gradient(left, #FF57A0, #FFADA7);
    background: linear-gradient(90deg, #FF57A0, #FFADA7);
    -webkit-background-clip: text;
    background-clip: text
}

.blog-details .main-content .blog-comment .single-comment .txt .top button:hover {
    background: -webkit-gradient(linear, right top, left top, from(#FF57A0), to(#FFADA7));
    background: -webkit-linear-gradient(right, #FF57A0, #FFADA7);
    background: -o-linear-gradient(right, #FF57A0, #FFADA7);
    background: linear-gradient(-90deg, #FF57A0, #FFADA7);
    -webkit-background-clip: text;
    background-clip: text
}

.blog-details .main-content .blog-comment .single-comment .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 0
}

.blog-details .main-content .post-a-comment h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -6px;
    margin-bottom: 46px
}

.blog-details .main-content .post-a-comment form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    font-size: 17px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-bottom: 30px
}

.blog-details .main-content .post-a-comment form input::-webkit-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form input:-ms-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form input::-ms-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form input::placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form textarea {
    width: 100%;
    height: 200px;
    padding: 15px 25px;
    font-size: 17px;
    background: #f8f7ff;
    border-radius: 5px;
    margin-bottom: 32px
}

.blog-details .main-content .post-a-comment form textarea::-webkit-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form textarea:-ms-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form textarea::-ms-input-placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form textarea::placeholder {
    color: #656565
}

.blog-details .main-content .post-a-comment form button:hover {
    border-color: #1d2860
}

.contact {
    padding: 120px 0
}

.contact .form input {
    width: 100%;
    height: 55px;
    background: #f8f7ff;
    border-radius: 5px;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #1d2860
}

.contact .form input::-webkit-input-placeholder {
    color: #656565
}

.contact .form input:-ms-input-placeholder {
    color: #656565
}

.contact .form input::-ms-input-placeholder {
    color: #656565
}

.contact .form input::placeholder {
    color: #656565
}

.contact .form textarea {
    width: 100%;
    height: 220px;
    background: #f8f7ff;
    border-radius: 5px;
    padding: 20px 30px;
    margin-bottom: 32px;
    font-size: 17px;
    color: #1d2860
}

.contact .form textarea::-webkit-input-placeholder {
    color: #656565
}

.contact .form textarea:-ms-input-placeholder {
    color: #656565
}

.contact .form textarea::-ms-input-placeholder {
    color: #656565
}

.contact .form textarea::placeholder {
    color: #656565
}

.contact .map {
    margin-top: 120px;
    position: relative
}

.contact .map .address {
    position: absolute;
    top: 50%;
    left: 70px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 280px;
    background: #211664;
    border-radius: 10px;
    padding: 50px 40px
}

.contact .map .address ul {
    padding: 0;
    margin-top: -6px;
    margin-bottom: -7px
}

.contact .map .address ul li {
    list-style: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact .map .address ul li:last-child {
    margin-bottom: 0
}

.contact .map .address ul li i {
    font-size: 17px;
    color: #ff57a0;
    margin-right: 17px
}

.contact .map iframe {
    width: 100%;
    border-radius: 10px;
    margin-bottom: -8px
}

.error {
    padding: 120px 0
}

.error .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

.error .part-txt {
    text-align: center
}

.error .part-txt h2 {
    font-size: 55px;
    line-height: 100%;
    font-weight: 700;
    color: #1d2860;
    margin-top: -8px;
    margin-bottom: 43px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .heading h2 {
        font-size: 45px;
        line-height: 55px;
        margin-top: -5px;
        padding-bottom: 23px
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        padding: 47px 20px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 27px 20px
    }

    .header .nav-btn {
        padding: 0 30px
    }

    .banner .banner-txt h1 {
        font-size: 55px;
        line-height: 60px;
        margin-top: -13px;
        margin-bottom: 26px
    }

    .process .boxes .single-box .arrow {
        width: 40px;
        margin-left: 24px
    }

    .service .single-box {
        padding: 35px
    }

    .service .single-box .part-icon {
        margin-bottom: 23px
    }

    .service .single-box .part-txt a {
        font-size: 25px;
        margin-bottom: 23px
    }

    .service-2 .all-service .single-box .part-img {
        margin-bottom: 30px
    }

    .service-2 .all-service .single-box {
        padding: 30px
    }

    .service-2 .all-service .single-box .part-txt h3 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 18px
    }

    .service-2 .all-service .single-box .part-txt p {
        margin-bottom: 13px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img {
        width: 150px;
        height: 150px;
        margin-right: 30px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
        width: 379px;
        margin-top: -6px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
        font-size: 18px;
        line-height: 26px
    }

    .testimonial .client-area.client-area-2 {
        margin-left: 30px
    }

    .cta .part-txt {
        padding-left: 0
    }

    .cta .part-btn {
        padding-right: 0
    }

    .about .part-txt {
        margin-left: 0
    }

    .team .single-box {
        width: 100%
    }

    .project-details .main-txt .information {
        padding: 40px 30px
    }

    .project-details .main-txt .txt {
        padding-left: 0
    }

    .project-details .main-txt .txt h2 {
        font-size: 40px;
        margin-top: -6px;
        margin-bottom: 21px
    }

    .project-details .related-project .title h2 {
        font-size: 45px;
        margin-top: -6px;
        margin-bottom: -7px
    }

    .project-details .related-project .portfolio-2 .owl-nav {
        top: -102px
    }

    .faq .sidebar {
        margin-right: 0
    }

    .faq .main-content {
        margin-left: 0
    }

    .faq .main-content .content .single-box {
        padding: 30px
    }

    .error .part-img {
        width: 400px;
        margin: 0 auto 50px
    }

    .blog-inner .sidebar {
        margin-left: 0
    }

    .blog-inner .sidebar .category ul li a {
        font-size: 16px
    }

    .blog-inner .sidebar .category ul li a span {
        font-size: 15px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        margin-right: 15px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 152px
    }

    .blog-details .main-content {
        margin-right: 0
    }

    .blog-details .main-content .quote p br {
        display: none
    }

    .blog-details .main-content .blog-comment .single-comment .img {
        width: 80px;
        height: 80px;
        margin-right: 30px
    }

    .blog-details .main-content .blog-comment .single-comment .txt {
        width: 499px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .def-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px;
        font-weight: 500
    }

    .heading {
        margin-top: -9px;
        margin-bottom: 50px
    }

    .heading p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 18px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 18px
    }

    .header {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #e7e7e7
    }

    .header.header-2 {
        background: #322496;
        border-bottom: 0
    }

    .header.header-2 .navbar-toggler {
        background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
        background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
        background: -o-linear-gradient(left, #FF57A0, #FFADA7);
        background: linear-gradient(90deg, #FF57A0, #FFADA7)
    }

    .header.header-2 .navbar {
        background: 0 0
    }

    .header.fixed-header {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header.fixed-header .navbar .navbar-nav {
        padding: 15px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0
    }

    .header .navbar-toggler {
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
        background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
        font-size: 25px;
        color: #fff
    }

    .header .logo img {
        width: 100px
    }

    .header .navbar {
        background: #fff;
        -webkit-box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        padding: 0
    }

    .header .navbar .navbar-nav {
        padding: 15px;
        max-height: 320px;
        overflow-y: scroll
    }

    .header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        -webkit-box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        opacity: 1;
        visibility: visible;
        margin-top: 10px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        font-size: 14px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        padding: 15px 20px
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #1d2860;
        padding: 5px 0
    }

    .banner {
        padding-top: 60px
    }

    .banner .banner-txt {
        padding: 120px 0
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 24px
    }

    .process {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .process .boxes .single-box {
        width: 50%;
        display: block;
        margin-bottom: 30px;
        position: relative
    }

    .process .boxes .single-box.top .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .process .boxes .single-box.top .wrap .part-icon {
        margin-top: 0;
        margin-bottom: 30px
    }

    .process .boxes .single-box.top .arrow {
        display: none
    }

    .process .boxes .single-box .wrap .part-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon span {
        font-size: 35px
    }

    .process .boxes .single-box .wrap .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: -3px
    }

    .process .boxes .single-box .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) translateX(20px);
        -ms-transform: translateY(-50%) translateX(20px);
        transform: translateY(-50%) translateX(20px);
        margin-left: 0
    }

    .process .boxes .single-box .arrow.rotate {
        display: none
    }

    .process .boxes .single-box .arrow img {
        width: 40px
    }

    .service {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .service .single-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .service .single-box .part-icon {
        margin-bottom: 20px
    }

    .service .single-box .part-icon span {
        font-size: 40px
    }

    .service .single-box .part-txt a {
        font-size: 20px;
        margin-bottom: 21px
    }

    .service .single-box .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .all-service .single-box {
        padding: 30px
    }

    .service-2 .all-service .single-box .part-img {
        height: 120px;
        margin-bottom: 30px
    }

    .service-2 .all-service .single-box .part-img img {
        height: 100%
    }

    .service-2 .all-service .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-2 .all-service .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .service-2 .all-service .single-box .part-txt a {
        font-size: 16px
    }

    .service-2 .all-service .owl-nav {
        padding-top: 30px
    }

    .choosing-reason {
        padding: 60px 0
    }

    .choosing-reason .part-txt {
        margin-left: 0
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 29px
    }

    .choosing-reason .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .choosing-reason .part-txt .txt ul {
        padding-top: 10px;
        margin-bottom: -24px
    }

    .choosing-reason .part-txt .txt ul li {
        font-size: 16px
    }

    .portfolio {
        padding: 60px 0
    }

    .portfolio .slider-wrap {
        max-width: 720px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt {
        padding: 20px 30px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt a {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt p {
        font-size: 14px
    }

    .portfolio .slider-wrap .portfolio-slider .owl-dots {
        padding-top: 30px
    }

    .portfolio-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .portfolio-2 .single-box .part-txt a {
        font-size: 25px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .comment-slider .single-comment {
        text-align: center
    }

    .testimonial .comment-slider .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 44px
    }

    .testimonial .comment-slider .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-slider .single-comment .part-txt h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .testimonial .comment-slider .single-comment .part-txt span {
        font-size: 16px;
        font-weight: 400
    }

    .testimonial .comment-slider .owl-dots {
        padding-top: 30px
    }

    .testimonial .client-area {
        margin-right: 0
    }

    .testimonial .client-area.client-area-2 {
        margin-left: 0
    }

    .testimonial .client-area .clients .part-img {
        width: 80px;
        height: 80px
    }

    .testimonial .comment-area {
        margin: 0
    }

    .testimonial .comment-area .comment-slider-2 .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 50px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img:after {
        bottom: -20px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
        width: 100%;
        text-align: center;
        margin-top: -6px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt h3 {
        font-size: 20px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt span {
        font-size: 14px
    }

    .cta {
        padding: 60px 0
    }

    .cta .part-txt {
        padding-left: 0
    }

    .cta .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: -8px
    }

    .cta .part-btn {
        padding-right: 0
    }

    .cta .part-btn a {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px
    }

    .blog {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .blog .single-box {
        margin-bottom: 40px
    }

    .blog .single-box .part-txt {
        margin-top: -7px
    }

    .blog .single-box .part-txt .date {
        font-size: 16px;
        margin-bottom: 12px
    }

    .blog .single-box .part-txt h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }

    .blog .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 19px
    }

    .blog .single-box .part-txt a {
        height: 45px;
        line-height: 45px
    }

    .footer .main-footer {
        padding: 60px 0;
        padding-bottom: 33px
    }

    .footer .main-footer .info {
        margin-bottom: 30px
    }

    .footer .main-footer .info .logo {
        width: 100px;
        margin-bottom: 19px
    }

    .footer .main-footer .info .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .footer .main-footer .links {
        margin-bottom: 20px
    }

    .footer .main-footer .links h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .footer .main-footer .links ul li a {
        font-size: 15px;
        line-height: 25px
    }

    .footer .copyright p {
        font-size: 14px
    }

    .breadcrumb {
        padding-top: 60px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: -4px;
        margin-bottom: 17px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -2px
    }

    .breadcrumb .part-txt ul li {
        font-size: 15px
    }

    .about {
        padding: 60px 0
    }

    .about .part-txt {
        margin-left: 0
    }

    .about .part-txt .heading {
        margin-bottom: 22px
    }

    .about .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .about .part-txt .txt .def-btn {
        margin-top: 11px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 32px
    }

    .team .single-box {
        width: 100%;
        margin: 0 auto 28px
    }

    .team .single-box .part-txt {
        padding-top: 28px
    }

    .team .single-box .part-txt:before {
        top: -110px;
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .team .single-box .part-txt:after {
        top: -110px
    }

    .team .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team .single-box .part-txt p {
        font-size: 14px
    }

    .team .single-box:hover .part-txt:after {
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .service-2.service-inner .all-service .def-btn {
        margin-top: 0
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .sidebar {
        margin-left: -20px
    }

    .service-details .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .sidebar .nav .nav-link {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin: 0 5px 12px
    }

    .service-details .main-content {
        margin-right: 0
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .service-details .main-content .part-txt.part-txt-2 {
        margin-bottom: -24px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote {
        margin-top: 22px;
        padding: 31px 25px 26px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote:after {
        display: none
    }

    .service-details .main-content .part-txt .quote span {
        font-size: 18px;
        line-height: 26px
    }

    .service-details .main-content .part-txt .quote span br {
        display: none
    }

    .service-details .main-content .img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-2.portfolio-inner {
        padding-bottom: 60px
    }

    .project-details {
        padding: 60px 0
    }

    .project-details .main-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .project-details .main-img .project-details-slider .single-box {
        width: 400px;
        border-radius: 5px
    }

    .project-details .main-txt {
        padding-bottom: 40px
    }

    .project-details .main-txt .information {
        padding: 30px 25px
    }

    .project-details .main-txt .information h3 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 19px
    }

    .project-details .main-txt .information ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .project-details .main-txt .information ul li:last-child {
        margin-bottom: -7px
    }

    .project-details .main-txt .txt {
        padding-left: 0;
        margin-bottom: -24px
    }

    .project-details .main-txt .txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .project-details .main-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview {
        padding: 40px 30px;
        margin-bottom: 60px
    }

    .project-details .overview .txt {
        margin-bottom: -24px
    }

    .project-details .overview .txt h2 {
        font-size: 25px;
        line-height: 100%;
        margin-top: -3px;
        margin-bottom: 20px
    }

    .project-details .overview .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .related-project .title {
        margin-bottom: 50px
    }

    .project-details .related-project .title h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: -4px
    }

    .project-details .related-project .portfolio-2 .single-box {
        width: auto
    }

    .project-details .related-project .portfolio-2 .owl-nav {
        top: -80px
    }

    .project-details .related-project .portfolio-2 .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 42px
    }

    .project-details .related-project .portfolio-2 .owl-nav button:after {
        width: 45px;
        height: 45px
    }

    .project-details .related-project .portfolio-2 .owl-nav button.owl-prev {
        margin-right: 10px
    }

    .faq {
        padding: 60px 0
    }

    .faq .sidebar {
        margin-right: -10px
    }

    .faq .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .faq .sidebar .nav .nav-link {
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        margin: 0 5px 12px
    }

    .faq .main-content {
        margin-left: 0
    }

    .faq .main-content .content .single-box {
        padding: 30px
    }

    .faq .main-content .content .single-box h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .faq .main-content .content .single-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .faq .main-content .content .pagination a {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .error {
        padding: 60px 0
    }

    .error .part-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .error .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .blog-inner {
        padding-bottom: 60px
    }

    .blog-inner .main-content {
        margin-bottom: 50px
    }

    .blog-inner .main-content .pagination {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .blog-inner .sidebar {
        width: 290px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .search-box form {
        padding: 0 25px
    }

    .blog-inner .sidebar .search-box form input {
        font-size: 14px
    }

    .blog-inner .sidebar .search-box form button {
        height: 50px;
        font-size: 15px
    }

    .blog-inner .sidebar h3 {
        font-size: 25px;
        margin-bottom: 21px
    }

    .blog-inner .sidebar .category {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .category ul li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 20px
    }

    .blog-inner .sidebar .category ul li a span {
        font-size: 15px
    }

    .blog-inner .sidebar .recent-post {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .recent-post ul {
        padding: 15px 25px
    }

    .blog-inner .sidebar .tags .all-tag a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px
    }

    .blog-details {
        padding: 60px 0
    }

    .blog-details .main-content {
        margin-right: 0;
        margin-bottom: 50px
    }

    .blog-details .main-content .blog-info {
        margin-top: -5px;
        margin-bottom: 14px
    }

    .blog-details .main-content .blog-info ul {
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-info ul li {
        font-size: 14px;
        line-height: 24px
    }

    .blog-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .blog-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 19px
    }

    .blog-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .blog-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote {
        padding: 30px 25px 26px;
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote:after {
        display: none
    }

    .blog-details .main-content .quote p {
        font-size: 20px;
        line-height: 28px
    }

    .blog-details .main-content .quote p br {
        display: none
    }

    .blog-details .main-content .other-info {
        border-radius: 5px;
        margin-top: 34px;
        margin-bottom: 40px
    }

    .blog-details .main-content .other-info .tags p {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment {
        margin-bottom: 34px
    }

    .blog-details .main-content .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .blog-comment .single-comment {
        margin-bottom: 24px
    }

    .blog-details .main-content .blog-comment .single-comment .img {
        width: 80px;
        height: 80px;
        margin-right: 30px
    }

    .blog-details .main-content .blog-comment .single-comment .txt {
        width: 460px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top {
        margin-bottom: 8px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top h4 {
        font-size: 20px;
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top span {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top button {
        font-size: 16px
    }

    .blog-details .main-content .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .blog-details .main-content .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .post-a-comment form input {
        height: 45px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .blog-details .main-content .post-a-comment form textarea {
        height: 100px;
        font-size: 14px;
        margin-bottom: 17px
    }

    .contact {
        padding: 60px 0
    }

    .contact .form input {
        height: 45px;
        padding: 0 25px;
        font-size: 14px
    }

    .contact .form textarea {
        height: 130px;
        padding: 15px 25px;
        font-size: 14px;
        margin-bottom: 22px
    }

    .contact .map {
        margin-top: 60px
    }

    .contact .map .address {
        top: 50px;
        left: 50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 250px;
        padding: 30px
    }

    .contact .map .address ul li {
        font-weight: 400
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .def-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px;
        font-weight: 500
    }

    .heading {
        margin-top: -9px;
        margin-bottom: 50px
    }

    .heading p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 18px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 18px
    }

    .header {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #e7e7e7
    }

    .header.header-2 {
        background: #322496;
        border-bottom: 0
    }

    .header.header-2 .navbar-toggler {
        background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
        background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
        background: -o-linear-gradient(left, #FF57A0, #FFADA7);
        background: linear-gradient(90deg, #FF57A0, #FFADA7)
    }

    .header.header-2 .navbar {
        background: 0 0
    }

    .header.fixed-header {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header.fixed-header .navbar .navbar-nav {
        padding: 15px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0
    }

    .header .navbar-toggler {
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
        background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
        font-size: 25px;
        color: #fff
    }

    .header .logo img {
        width: 100px
    }

    .header .navbar {
        background: #fff;
        -webkit-box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        padding: 0
    }

    .header .navbar .navbar-nav {
        padding: 15px;
        max-height: 320px;
        overflow-y: scroll
    }

    .header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        -webkit-box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        opacity: 1;
        visibility: visible;
        margin-top: 10px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        font-size: 14px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        padding: 15px 20px
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #1d2860;
        padding: 5px 0
    }

    .banner {
        padding-top: 60px
    }

    .banner.banner-2 .banner-txt {
        padding: 80px 0
    }

    .banner.banner-2 .part-img {
        padding-bottom: 0;
        margin: 0 auto
    }

    .banner .banner-txt {
        padding: 80px 0
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 24px
    }

    .banner .part-img {
        padding-bottom: 80px;
        width: 290px;
        margin: 0 auto
    }

    .process {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .process .boxes .single-box {
        width: 50%;
        display: block;
        margin-bottom: 30px;
        position: relative
    }

    .process .boxes .single-box.top .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .process .boxes .single-box.top .wrap .part-icon {
        margin-top: 0;
        margin-bottom: 30px
    }

    .process .boxes .single-box.top .arrow {
        display: none
    }

    .process .boxes .single-box .wrap .part-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon span {
        font-size: 35px
    }

    .process .boxes .single-box .wrap .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: -3px
    }

    .process .boxes .single-box .arrow {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) translateX(20px);
        -ms-transform: translateY(-50%) translateX(20px);
        transform: translateY(-50%) translateX(20px);
        margin-left: 0
    }

    .process .boxes .single-box .arrow.rotate {
        display: none
    }

    .process .boxes .single-box .arrow img {
        width: 40px
    }

    .service {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .service .single-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .service .single-box .part-icon {
        margin-bottom: 20px
    }

    .service .single-box .part-icon span {
        font-size: 40px
    }

    .service .single-box .part-txt a {
        font-size: 20px;
        margin-bottom: 21px
    }

    .service .single-box .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .all-service .single-box {
        padding: 30px
    }

    .service-2 .all-service .single-box .part-img {
        height: 120px;
        margin-bottom: 30px
    }

    .service-2 .all-service .single-box .part-img img {
        height: 100%
    }

    .service-2 .all-service .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-2 .all-service .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .service-2 .all-service .single-box .part-txt a {
        font-size: 16px
    }

    .service-2 .all-service .owl-nav {
        padding-top: 30px
    }

    .choosing-reason {
        padding: 60px 0
    }

    .choosing-reason.choosing-reason-2 .part-txt {
        margin-bottom: 40px
    }

    .choosing-reason.choosing-reason-2 .part-img {
        margin-bottom: 0
    }

    .choosing-reason .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .choosing-reason .part-txt {
        margin-left: 0
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 29px
    }

    .choosing-reason .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .choosing-reason .part-txt .txt ul {
        padding-top: 10px;
        margin-bottom: -24px
    }

    .choosing-reason .part-txt .txt ul li {
        font-size: 16px
    }

    .portfolio {
        padding: 60px 0
    }

    .portfolio .slider-wrap {
        max-width: 540px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt {
        padding: 20px 30px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt a {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt p {
        font-size: 14px
    }

    .portfolio .slider-wrap .portfolio-slider .owl-dots {
        padding-top: 30px
    }

    .portfolio-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .portfolio-2 .single-box .part-txt a {
        font-size: 25px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .comment-slider .single-comment {
        text-align: center
    }

    .testimonial .comment-slider .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 44px
    }

    .testimonial .comment-slider .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-slider .single-comment .part-txt h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .testimonial .comment-slider .single-comment .part-txt span {
        font-size: 16px;
        font-weight: 400
    }

    .testimonial .comment-slider .owl-dots {
        padding-top: 30px
    }

    .testimonial .client-area {
        margin-right: 0
    }

    .testimonial .client-area.client-area-2 {
        margin-left: 0
    }

    .testimonial .client-area.client-area-2 .clients {
        margin-bottom: 0;
        margin-top: 30px
    }

    .testimonial .client-area .clients {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .testimonial .client-area .clients .part-img {
        width: 80px;
        height: 80px;
        margin: 0 7.5px
    }

    .testimonial .comment-area {
        margin: 0
    }

    .testimonial .comment-area .comment-slider-2 .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 50px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img:after {
        bottom: -20px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
        width: 100%;
        text-align: center;
        margin-top: -6px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt h3 {
        font-size: 20px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt span {
        font-size: 14px
    }

    .cta {
        padding: 60px 0
    }

    .cta .part-txt {
        padding-left: 0
    }

    .cta .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .cta .part-btn {
        padding-right: 0
    }

    .cta .part-btn a {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px
    }

    .blog {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .blog .single-box {
        width: 290px;
        margin: 0 auto 40px
    }

    .blog .single-box .part-txt {
        margin-top: -7px
    }

    .blog .single-box .part-txt .date {
        font-size: 16px;
        margin-bottom: 12px
    }

    .blog .single-box .part-txt h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }

    .blog .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 19px
    }

    .blog .single-box .part-txt a {
        height: 45px;
        line-height: 45px
    }

    .footer .main-footer {
        padding: 60px 0;
        padding-bottom: 33px
    }

    .footer .main-footer .info {
        margin-bottom: 30px
    }

    .footer .main-footer .info .logo {
        width: 100px;
        margin-bottom: 19px
    }

    .footer .main-footer .info .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .footer .main-footer .links {
        margin-bottom: 20px
    }

    .footer .main-footer .links h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .footer .main-footer .links ul li a {
        font-size: 15px;
        line-height: 25px
    }

    .footer .copyright p {
        font-size: 14px
    }

    .breadcrumb {
        padding-top: 60px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: -4px;
        margin-bottom: 17px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -2px
    }

    .breadcrumb .part-txt ul li {
        font-size: 15px
    }

    .about {
        padding: 60px 0
    }

    .about .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .about .part-txt {
        margin-left: 0
    }

    .about .part-txt .heading {
        margin-bottom: 22px
    }

    .about .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .about .part-txt .txt .def-btn {
        margin-top: 11px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 32px
    }

    .team .single-box {
        width: 100%;
        margin: 0 auto 28px
    }

    .team .single-box .part-txt {
        padding-top: 28px
    }

    .team .single-box .part-txt:before {
        top: -110px;
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .team .single-box .part-txt:after {
        top: -110px
    }

    .team .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team .single-box .part-txt p {
        font-size: 14px
    }

    .team .single-box:hover .part-txt:after {
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .service-2.service-inner .all-service .def-btn {
        margin-top: 0
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .sidebar {
        margin: 0 auto 40px
    }

    .service-details .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .sidebar .nav {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .service-details .sidebar .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 42px;
        font-size: 14px;
        margin: 0 5px 12px
    }

    .service-details .main-content {
        margin-right: 0
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .service-details .main-content .part-txt.part-txt-2 {
        margin-bottom: -24px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote {
        margin-top: 22px;
        padding: 31px 25px 26px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote:after {
        display: none
    }

    .service-details .main-content .part-txt .quote span {
        font-size: 18px;
        line-height: 26px
    }

    .service-details .main-content .part-txt .quote span br {
        display: none
    }

    .service-details .main-content .img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .portfolio-2.portfolio-inner {
        padding-bottom: 60px
    }

    .project-details {
        padding: 60px 0
    }

    .project-details .main-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .project-details .main-img .project-details-slider .single-box {
        width: 320px;
        border-radius: 5px
    }

    .project-details .main-txt {
        padding-bottom: 40px
    }

    .project-details .main-txt .information {
        padding: 30px 25px;
        max-width: 320px;
        margin: 0 auto 40px
    }

    .project-details .main-txt .information h3 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 19px
    }

    .project-details .main-txt .information ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .project-details .main-txt .information ul li:last-child {
        margin-bottom: -7px
    }

    .project-details .main-txt .txt {
        padding-left: 0;
        margin-bottom: -24px
    }

    .project-details .main-txt .txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .project-details .main-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview {
        padding: 40px 30px;
        margin-bottom: 60px
    }

    .project-details .overview .txt {
        margin-bottom: 24px
    }

    .project-details .overview .txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .project-details .overview .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview .img {
        width: 290px;
        margin: 0 auto
    }

    .project-details .related-project .title {
        margin-bottom: 50px
    }

    .project-details .related-project .title h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: -4px
    }

    .project-details .related-project .portfolio-2 .single-box {
        width: auto
    }

    .project-details .related-project .portfolio-2 .owl-nav {
        top: -80px
    }

    .project-details .related-project .portfolio-2 .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 42px
    }

    .project-details .related-project .portfolio-2 .owl-nav button:after {
        width: 45px;
        height: 45px
    }

    .project-details .related-project .portfolio-2 .owl-nav button.owl-prev {
        margin-right: 10px
    }

    .faq {
        padding: 60px 0
    }

    .faq .sidebar {
        margin: 0 auto 40px
    }

    .faq .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .faq .sidebar .nav {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .faq .sidebar .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 42px;
        font-size: 14px;
        margin: 0 5px 12px
    }

    .faq .main-content {
        margin-left: 0
    }

    .faq .main-content .content .single-box {
        padding: 30px
    }

    .faq .main-content .content .single-box h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .faq .main-content .content .single-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .faq .main-content .content .pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq .main-content .content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .error {
        padding: 60px 0
    }

    .error .part-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .error .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .blog-inner {
        padding-bottom: 60px
    }

    .blog-inner .main-content {
        margin-bottom: 50px
    }

    .blog-inner .main-content .pagination {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .blog-inner .sidebar {
        width: 290px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .search-box form {
        padding: 0 25px
    }

    .blog-inner .sidebar .search-box form input {
        font-size: 14px
    }

    .blog-inner .sidebar .search-box form button {
        height: 50px;
        font-size: 15px
    }

    .blog-inner .sidebar h3 {
        font-size: 25px;
        margin-bottom: 21px
    }

    .blog-inner .sidebar .category {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .category ul li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 20px
    }

    .blog-inner .sidebar .category ul li a span {
        font-size: 15px
    }

    .blog-inner .sidebar .recent-post {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .recent-post ul {
        padding: 15px 25px
    }

    .blog-inner .sidebar .tags .all-tag a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px
    }

    .blog-details {
        padding: 60px 0
    }

    .blog-details .main-content {
        margin-right: 0;
        margin-bottom: 50px
    }

    .blog-details .main-content .blog-info {
        margin-top: -5px;
        margin-bottom: 14px
    }

    .blog-details .main-content .blog-info ul {
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-info ul li {
        font-size: 14px;
        line-height: 24px
    }

    .blog-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .blog-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 19px
    }

    .blog-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .blog-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote {
        padding: 30px 25px 26px;
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote:after {
        display: none
    }

    .blog-details .main-content .quote p {
        font-size: 20px;
        line-height: 28px
    }

    .blog-details .main-content .quote p br {
        display: none
    }

    .blog-details .main-content .other-info {
        border-radius: 5px;
        margin-top: 34px;
        margin-bottom: 40px
    }

    .blog-details .main-content .other-info .tags p {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment {
        margin-bottom: 34px
    }

    .blog-details .main-content .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .blog-comment .single-comment {
        margin-bottom: 24px
    }

    .blog-details .main-content .blog-comment .single-comment .img {
        width: 80px;
        height: 80px;
        margin-right: 30px
    }

    .blog-details .main-content .blog-comment .single-comment .txt {
        width: 400px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top {
        margin-bottom: 8px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top h4 {
        font-size: 20px;
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top span {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top button {
        font-size: 16px
    }

    .blog-details .main-content .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .blog-details .main-content .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .post-a-comment form input {
        height: 45px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .blog-details .main-content .post-a-comment form textarea {
        height: 100px;
        font-size: 14px;
        margin-bottom: 17px
    }

    .contact {
        padding: 60px 0
    }

    .contact .form input {
        height: 45px;
        padding: 0 25px;
        font-size: 14px
    }

    .contact .form textarea {
        height: 130px;
        padding: 15px 25px;
        font-size: 14px;
        margin-bottom: 22px
    }

    .contact .map {
        margin-top: 60px
    }

    .contact .map .address {
        top: 50px;
        left: 50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 250px;
        padding: 30px
    }

    .contact .map .address ul li {
        font-weight: 400
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .def-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px;
        font-weight: 500
    }

    .heading {
        margin-top: -9px;
        margin-bottom: 50px
    }

    .heading p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 18px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 18px
    }

    .header {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #e7e7e7
    }

    .header.header-2 {
        background: #322496;
        border-bottom: 0
    }

    .header.header-2 .navbar-toggler {
        background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
        background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
        background: -o-linear-gradient(left, #FF57A0, #FFADA7);
        background: linear-gradient(90deg, #FF57A0, #FFADA7)
    }

    .header.header-2 .navbar {
        background: 0 0
    }

    .header.fixed-header {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header.fixed-header .navbar .navbar-nav {
        padding: 15px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0
    }

    .header .navbar-toggler {
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
        background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
        font-size: 25px;
        color: #fff
    }

    .header .logo img {
        width: 100px
    }

    .header .navbar {
        background: #fff;
        -webkit-box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        padding: 0
    }

    .header .navbar .navbar-nav {
        padding: 15px;
        max-height: 320px;
        /* overflow-y: scroll */
    }

    .header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        -webkit-box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        opacity: 1;
        visibility: visible;
        margin-top: 10px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        font-size: 14px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        padding: 15px 20px
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #1d2860;
        padding: 5px 0
    }

    .banner {
        padding-top: 60px
    }

    .banner.banner-2 .banner-txt {
        padding: 80px 0
    }

    .banner.banner-2 .part-img {
        padding-bottom: 0;
        margin: 0 auto
    }

    .banner .banner-txt {
        padding: 80px 0
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 24px
    }

    .banner .part-img {
        padding-bottom: 80px;
        width: 290px;
        margin: 0 auto
    }

    .process {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .process .boxes {
        display: block
    }

    .process .boxes .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .process .boxes .single-box.top .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .process .boxes .single-box.top .wrap .part-icon {
        margin-top: 0;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon span {
        font-size: 35px
    }

    .process .boxes .single-box .wrap .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: -3px
    }

    .process .boxes .single-box .arrow {
        padding-top: 30px;
        margin-left: 0
    }

    .process .boxes .single-box .arrow.rotate {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .process .boxes .single-box .arrow img {
        width: 40px
    }

    .service {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .service .single-box {
        width: 290px;
        padding: 30px;
        margin: 0 auto 30px
    }

    .service .single-box .part-icon {
        margin-bottom: 20px
    }

    .service .single-box .part-icon span {
        font-size: 40px
    }

    .service .single-box .part-txt a {
        font-size: 20px;
        margin-bottom: 21px
    }

    .service .single-box .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .all-service .single-box {
        padding: 30px
    }

    .service-2 .all-service .single-box .part-img {
        height: 120px;
        margin-bottom: 30px
    }

    .service-2 .all-service .single-box .part-img img {
        height: 100%
    }

    .service-2 .all-service .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-2 .all-service .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .service-2 .all-service .single-box .part-txt a {
        font-size: 16px
    }

    .service-2 .all-service .owl-nav {
        padding-top: 30px
    }

    .choosing-reason {
        padding: 60px 0
    }

    .choosing-reason.choosing-reason-2 .part-txt {
        margin-bottom: 40px
    }

    .choosing-reason.choosing-reason-2 .part-img {
        margin-bottom: 0
    }

    .choosing-reason .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .choosing-reason .part-txt {
        margin-left: 0
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 29px
    }

    .choosing-reason .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .choosing-reason .part-txt .txt ul {
        padding-top: 10px;
        margin-bottom: -24px
    }

    .choosing-reason .part-txt .txt ul li {
        font-size: 16px
    }

    .choosing-reason .part-txt .txt ul li span {
        margin-right: 3px
    }

    .portfolio {
        padding: 60px 0
    }

    .portfolio .slider-wrap {
        max-width: 290px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box {
        width: 290px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt {
        padding: 20px 30px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt a {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt p {
        font-size: 14px
    }

    .portfolio .slider-wrap .portfolio-slider .owl-dots {
        padding-top: 30px
    }

    .portfolio-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .portfolio-2 .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .portfolio-2 .single-box .part-txt a {
        font-size: 25px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .comment-slider .single-comment {
        text-align: center
    }

    .testimonial .comment-slider .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 44px
    }

    .testimonial .comment-slider .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-slider .single-comment .part-txt h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .testimonial .comment-slider .single-comment .part-txt span {
        font-size: 16px;
        font-weight: 400
    }

    .testimonial .comment-slider .owl-dots {
        padding-top: 30px
    }

    .testimonial .client-area {
        margin-right: 0
    }

    .testimonial .client-area.client-area-2 {
        margin-left: 0
    }

    .testimonial .client-area.client-area-2 .clients {
        margin-bottom: 0;
        margin-top: 30px
    }

    .testimonial .client-area .clients {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .testimonial .client-area .clients .part-img {
        width: 80px;
        height: 80px;
        margin: 0 7.5px
    }

    .testimonial .comment-area {
        margin: 0
    }

    .testimonial .comment-area .comment-slider-2 .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 50px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img:after {
        bottom: -20px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
        width: 100%;
        text-align: center;
        margin-top: -6px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt h3 {
        font-size: 20px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt span {
        font-size: 14px
    }

    .cta {
        padding: 60px 0
    }

    .cta .part-txt {
        padding-left: 0
    }

    .cta .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .cta .part-btn {
        padding-right: 0
    }

    .cta .part-btn a {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px
    }

    .blog {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .blog .single-box {
        width: 290px;
        margin: 0 auto 40px
    }

    .blog .single-box .part-txt {
        margin-top: -7px
    }

    .blog .single-box .part-txt .date {
        font-size: 16px;
        margin-bottom: 12px
    }

    .blog .single-box .part-txt h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }

    .blog .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 19px
    }

    .blog .single-box .part-txt a {
        height: 45px;
        line-height: 45px
    }

    .footer .main-footer {
        padding: 60px 0;
        padding-bottom: 33px
    }

    .footer .main-footer .info {
        margin-bottom: 30px
    }

    .footer .main-footer .info .logo {
        width: 100px;
        margin-bottom: 19px
    }

    .footer .main-footer .info .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .footer .main-footer .links {
        margin-bottom: 20px
    }

    .footer .main-footer .links h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .footer .main-footer .links ul li a {
        font-size: 15px;
        line-height: 25px
    }

    .footer .copyright p {
        font-size: 14px
    }

    .breadcrumb {
        padding-top: 60px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: -4px;
        margin-bottom: 17px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -2px
    }

    .breadcrumb .part-txt ul li {
        font-size: 15px
    }

    .about {
        padding: 60px 0
    }

    .about .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .about .part-txt {
        margin-left: 0
    }

    .about .part-txt .heading {
        margin-bottom: 22px
    }

    .about .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .about .part-txt .txt .def-btn {
        margin-top: 11px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 33px
    }

    .team .single-box {
        width: 290px;
        margin: 0 auto 27px
    }

    .team .single-box .part-txt {
        padding-top: 28px
    }

    .team .single-box .part-txt:before {
        top: -110px;
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .team .single-box .part-txt:after {
        top: -110px
    }

    .team .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team .single-box .part-txt p {
        font-size: 14px
    }

    .team .single-box:hover .part-txt:after {
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .service-2.service-inner .all-service .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .service-2.service-inner .all-service .def-btn {
        margin-top: 0
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .sidebar {
        width: 290px;
        margin: 0 auto 40px
    }

    .service-details .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 42px;
        font-size: 14px
    }

    .service-details .main-content {
        margin-right: 0
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .service-details .main-content .part-txt.part-txt-2 {
        margin-bottom: -24px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote {
        margin-top: 22px;
        padding: 31px 25px 26px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote:after {
        display: none
    }

    .service-details .main-content .part-txt .quote span {
        font-size: 18px;
        line-height: 26px
    }

    .service-details .main-content .part-txt .quote span br {
        display: none
    }

    .service-details .main-content .img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .portfolio-2.portfolio-inner {
        padding-bottom: 60px
    }

    .project-details {
        padding: 60px 0
    }

    .project-details .main-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .project-details .main-img .project-details-slider .single-box {
        width: 290px;
        border-radius: 5px
    }

    .project-details .main-txt {
        padding-bottom: 40px
    }

    .project-details .main-txt .information {
        padding: 30px 25px;
        max-width: 320px;
        margin: 0 auto 40px
    }

    .project-details .main-txt .information h3 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 19px
    }

    .project-details .main-txt .information ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .project-details .main-txt .information ul li:last-child {
        margin-bottom: -7px
    }

    .project-details .main-txt .txt {
        padding-left: 0;
        margin-bottom: -24px
    }

    .project-details .main-txt .txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .project-details .main-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview {
        padding: 40px 30px;
        margin-bottom: 60px
    }

    .project-details .overview .txt {
        margin-bottom: 24px
    }

    .project-details .overview .txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .project-details .overview .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview .img {
        width: 290px;
        margin: 0 auto
    }

    .project-details .related-project .title {
        margin-bottom: 50px
    }

    .project-details .related-project .title h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: -4px
    }

    .project-details .related-project .portfolio-2 .single-box {
        width: auto
    }

    .project-details .related-project .portfolio-2 .owl-nav {
        top: -80px
    }

    .project-details .related-project .portfolio-2 .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 42px
    }

    .project-details .related-project .portfolio-2 .owl-nav button:after {
        width: 45px;
        height: 45px
    }

    .project-details .related-project .portfolio-2 .owl-nav button.owl-prev {
        margin-right: 10px
    }

    .faq {
        padding: 60px 0
    }

    .faq .sidebar {
        width: 290px;
        margin: 0 auto 40px
    }

    .faq .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .faq .sidebar .nav .nav-link {
        height: 40px;
        line-height: 42px;
        font-size: 14px
    }

    .faq .main-content {
        margin-left: 0
    }

    .faq .main-content .content .single-box {
        padding: 30px
    }

    .faq .main-content .content .single-box h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .faq .main-content .content .single-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .faq .main-content .content .pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq .main-content .content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .error {
        padding: 60px 0
    }

    .error .part-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .error .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .blog-inner {
        padding-bottom: 60px
    }

    .blog-inner .main-content {
        margin-bottom: 50px
    }

    .blog-inner .main-content .pagination {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .blog-inner .sidebar {
        width: 290px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .search-box form {
        padding: 0 25px
    }

    .blog-inner .sidebar .search-box form input {
        font-size: 14px
    }

    .blog-inner .sidebar .search-box form button {
        height: 50px;
        font-size: 15px
    }

    .blog-inner .sidebar h3 {
        font-size: 25px;
        margin-bottom: 21px
    }

    .blog-inner .sidebar .category {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .category ul li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 20px
    }

    .blog-inner .sidebar .category ul li a span {
        font-size: 15px
    }

    .blog-inner .sidebar .recent-post {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .recent-post ul {
        padding: 15px 25px
    }

    .blog-inner .sidebar .tags .all-tag a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px
    }

    .blog-details {
        padding: 60px 0
    }

    .blog-details .main-content {
        margin-right: 0;
        margin-bottom: 50px
    }

    .blog-details .main-content .blog-info {
        margin-top: -5px;
        margin-bottom: 14px
    }

    .blog-details .main-content .blog-info ul {
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-info ul li {
        font-size: 14px;
        line-height: 24px;
        margin-right: 23px
    }

    .blog-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .blog-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 19px
    }

    .blog-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .blog-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote {
        padding: 30px 25px 26px;
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote:after {
        display: none
    }

    .blog-details .main-content .quote p {
        font-size: 20px;
        line-height: 28px
    }

    .blog-details .main-content .quote p br {
        display: none
    }

    .blog-details .main-content .other-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        line-height: inherit;
        border-radius: 5px;
        padding: 25px;
        margin-top: 34px;
        margin-bottom: 40px
    }

    .blog-details .main-content .other-info .tags {
        margin-bottom: 18px
    }

    .blog-details .main-content .other-info .tags p {
        font-size: 14px;
        line-height: 100%;
        margin-top: -2px
    }

    .blog-details .main-content .blog-comment {
        margin-bottom: 34px
    }

    .blog-details .main-content .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .blog-comment .single-comment {
        display: block;
        margin-bottom: 24px
    }

    .blog-details .main-content .blog-comment .single-comment .img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .blog-details .main-content .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top {
        margin-bottom: 8px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top h4 {
        font-size: 20px;
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top span {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top button {
        font-size: 16px
    }

    .blog-details .main-content .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .blog-details .main-content .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .post-a-comment form input {
        height: 45px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .blog-details .main-content .post-a-comment form textarea {
        height: 100px;
        font-size: 14px;
        margin-bottom: 17px
    }

    .contact {
        padding: 60px 0
    }

    .contact .form input {
        height: 45px;
        padding: 0 25px;
        font-size: 14px
    }

    .contact .form textarea {
        height: 100px;
        padding: 15px 25px;
        font-size: 14px;
        margin-bottom: 22px
    }

    .contact .map {
        margin-top: 60px
    }

    .contact .map .address {
        top: 50px;
        left: 50px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 250px;
        padding: 30px
    }

    .contact .map .address ul li {
        font-weight: 400
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .def-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px;
        font-weight: 500
    }

    .heading {
        margin-top: -9px;
        margin-bottom: 50px
    }

    .heading p {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 18px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 18px
    }

    .header {
        background: #fff;
        padding: 10px 0;
        border-bottom: 1px solid #e7e7e7
    }

    .header.header-2 {
        background: #322496;
        border-bottom: 0
    }

    .header.header-2 .navbar-toggler {
        background: -webkit-gradient(linear, left top, right top, from(#FF57A0), to(#FFADA7));
        background: -webkit-linear-gradient(left, #FF57A0, #FFADA7);
        background: -o-linear-gradient(left, #FF57A0, #FFADA7);
        background: linear-gradient(90deg, #FF57A0, #FFADA7)
    }

    .header.header-2 .navbar {
        background: 0 0
    }

    .header.fixed-header {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0
    }

    .header.fixed-header .navbar .navbar-nav {
        padding: 15px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        margin-top: 10px
    }

    .header.fixed-header .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0
    }

    .header .navbar-toggler {
        padding: 0;
        border: 0;
        width: 40px;
        height: 40px;
        background: -webkit-gradient(linear, right top, left top, color-stop(50%, #FF6C1C), to(#FF3A33));
        background: -webkit-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: -o-linear-gradient(right, #FF6C1C 50%, #FF3A33);
        background: linear-gradient(-90deg, #FF6C1C 50%, #FF3A33);
        font-size: 25px;
        color: #fff
    }

    .header .logo img {
        width: 100px
    }

    .header .navbar {
        background: #fff;
        -webkit-box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        box-shadow: 0 15px 20px 0 rgba(25, 25, 25, .1);
        padding: 0
    }

    .header .navbar .navbar-nav {
        padding: 15px;
        max-height: 320px;
        overflow-y: scroll
    }

    .header .navbar .navbar-nav .nav-item {
        padding: 7px 0 8px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        width: 100%;
        -webkit-box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        box-shadow: 0 0 20px 0 rgba(25, 25, 25, .15);
        opacity: 1;
        visibility: visible;
        margin-top: 10px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 15px 20px;
        font-size: 14px
    }

    .header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        padding: 15px 20px
    }

    .header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #1d2860;
        padding: 5px 0
    }

    .banner {
        padding-top: 60px
    }

    .banner.banner-2 .banner-txt {
        padding: 80px 0
    }

    .banner.banner-2 .part-img {
        padding-bottom: 0;
        margin: 0 auto
    }

    .banner .banner-txt {
        padding: 80px 0
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 24px
    }

    .banner .part-img {
        padding-bottom: 80px;
        width: 290px;
        margin: 0 auto
    }

    .process {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .process .boxes {
        display: block
    }

    .process .boxes .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .process .boxes .single-box.top .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .process .boxes .single-box.top .wrap .part-icon {
        margin-top: 0;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 30px
    }

    .process .boxes .single-box .wrap .part-icon span {
        font-size: 35px
    }

    .process .boxes .single-box .wrap .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: -3px
    }

    .process .boxes .single-box .arrow {
        padding-top: 30px;
        margin-left: 0
    }

    .process .boxes .single-box .arrow.rotate {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .process .boxes .single-box .arrow img {
        width: 40px
    }

    .service {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .service .single-box {
        width: 290px;
        padding: 30px;
        margin: 0 auto 30px
    }

    .service .single-box .part-icon {
        margin-bottom: 20px
    }

    .service .single-box .part-icon span {
        font-size: 40px
    }

    .service .single-box .part-txt a {
        font-size: 20px;
        margin-bottom: 21px
    }

    .service .single-box .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .all-service .single-box {
        padding: 30px
    }

    .service-2 .all-service .single-box .part-img {
        height: 120px;
        margin-bottom: 30px
    }

    .service-2 .all-service .single-box .part-img img {
        height: 100%
    }

    .service-2 .all-service .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-2 .all-service .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 14px
    }

    .service-2 .all-service .single-box .part-txt a {
        font-size: 16px
    }

    .service-2 .all-service .owl-nav {
        padding-top: 30px
    }

    .choosing-reason {
        padding: 60px 0
    }

    .choosing-reason.choosing-reason-2 .part-txt {
        margin-bottom: 40px
    }

    .choosing-reason.choosing-reason-2 .part-img {
        margin-bottom: 0
    }

    .choosing-reason .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .choosing-reason .part-txt {
        margin-left: 0
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 29px
    }

    .choosing-reason .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .choosing-reason .part-txt .txt ul {
        padding-top: 10px;
        margin-bottom: -24px
    }

    .choosing-reason .part-txt .txt ul li {
        font-size: 16px
    }

    .choosing-reason .part-txt .txt ul li span {
        margin-right: 3px
    }

    .portfolio {
        padding: 60px 0
    }

    .portfolio .slider-wrap {
        max-width: 290px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box {
        width: 290px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt {
        padding: 20px 30px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt a {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .portfolio .slider-wrap .portfolio-slider .single-box .part-txt p {
        font-size: 14px
    }

    .portfolio .slider-wrap .portfolio-slider .owl-dots {
        padding-top: 30px
    }

    .portfolio-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .portfolio-2 .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .portfolio-2 .single-box .part-txt a {
        font-size: 25px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .comment-slider .single-comment {
        text-align: center
    }

    .testimonial .comment-slider .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 44px
    }

    .testimonial .comment-slider .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-slider .single-comment .part-txt h3 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .testimonial .comment-slider .single-comment .part-txt span {
        font-size: 16px;
        font-weight: 400
    }

    .testimonial .comment-slider .owl-dots {
        padding-top: 30px
    }

    .testimonial .client-area {
        margin-right: 0
    }

    .testimonial .client-area.client-area-2 {
        margin-left: 0
    }

    .testimonial .client-area.client-area-2 .clients {
        margin-bottom: 0;
        margin-top: 30px
    }

    .testimonial .client-area .clients {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px
    }

    .testimonial .client-area .clients .part-img {
        width: 80px;
        height: 80px;
        margin: 0 7.5px
    }

    .testimonial .comment-area {
        margin: 0
    }

    .testimonial .comment-area .comment-slider-2 .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 50px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-img:after {
        bottom: -20px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt {
        width: 100%;
        text-align: center;
        margin-top: -6px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt h3 {
        font-size: 20px
    }

    .testimonial .comment-area .comment-slider-2 .single-comment .part-txt span {
        font-size: 14px
    }

    .cta {
        padding: 60px 0
    }

    .cta .part-txt {
        padding-left: 0
    }

    .cta .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .cta .part-btn {
        padding-right: 0
    }

    .cta .part-btn a {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 24px;
        font-size: 16px
    }

    .blog {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .blog .single-box {
        width: 290px;
        margin: 0 auto 40px
    }

    .blog .single-box .part-txt {
        margin-top: -7px
    }

    .blog .single-box .part-txt .date {
        font-size: 16px;
        margin-bottom: 12px
    }

    .blog .single-box .part-txt h3 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 13px
    }

    .blog .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 19px
    }

    .blog .single-box .part-txt a {
        height: 45px;
        line-height: 45px
    }

    .footer .main-footer {
        padding: 60px 0;
        padding-bottom: 33px
    }

    .footer .main-footer .info {
        margin-bottom: 30px
    }

    .footer .main-footer .info .logo {
        width: 100px;
        margin-bottom: 19px
    }

    .footer .main-footer .info .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .footer .main-footer .links {
        margin-bottom: 20px
    }

    .footer .main-footer .links h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px
    }

    .footer .main-footer .links ul li a {
        font-size: 15px;
        line-height: 25px
    }

    .footer .copyright p {
        font-size: 14px
    }

    .breadcrumb {
        padding-top: 60px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 35px;
        font-weight: 700;
        margin-top: -4px;
        margin-bottom: 17px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -2px
    }

    .breadcrumb .part-txt ul li {
        font-size: 15px
    }

    .about {
        padding: 60px 0
    }

    .about .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .about .part-txt {
        margin-left: 0
    }

    .about .part-txt .heading {
        margin-bottom: 22px
    }

    .about .part-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .about .part-txt .txt .def-btn {
        margin-top: 11px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 33px
    }

    .team .single-box {
        width: 290px;
        margin: 0 auto 27px
    }

    .team .single-box .part-txt {
        padding-top: 28px
    }

    .team .single-box .part-txt:before {
        top: -110px;
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .team .single-box .part-txt:after {
        top: -110px
    }

    .team .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team .single-box .part-txt p {
        font-size: 14px
    }

    .team .single-box:hover .part-txt:after {
        -webkit-transform: perspective(42px) rotateX(4.6deg);
        transform: perspective(42px) rotateX(4.6deg)
    }

    .service-2.service-inner .all-service .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .service-2.service-inner .all-service .def-btn {
        margin-top: 0
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .sidebar {
        width: 290px;
        margin: 0 auto 40px
    }

    .service-details .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 42px;
        font-size: 14px
    }

    .service-details .main-content {
        margin-right: 0
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .service-details .main-content .part-txt.part-txt-2 {
        margin-bottom: -24px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote {
        margin-top: 22px;
        padding: 31px 25px 26px;
        margin-bottom: 21px
    }

    .service-details .main-content .part-txt .quote:after {
        display: none
    }

    .service-details .main-content .part-txt .quote span {
        font-size: 18px;
        line-height: 26px
    }

    .service-details .main-content .part-txt .quote span br {
        display: none
    }

    .service-details .main-content .img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .portfolio-2.portfolio-inner {
        padding-bottom: 60px
    }

    .project-details {
        padding: 60px 0
    }

    .project-details .main-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .project-details .main-img .project-details-slider .single-box {
        width: 290px;
        border-radius: 5px
    }

    .project-details .main-txt {
        padding-bottom: 40px
    }

    .project-details .main-txt .information {
        padding: 30px 25px;
        max-width: 320px;
        margin: 0 auto 40px
    }

    .project-details .main-txt .information h3 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 19px
    }

    .project-details .main-txt .information ul li {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 6px
    }

    .project-details .main-txt .information ul li:last-child {
        margin-bottom: -7px
    }

    .project-details .main-txt .txt {
        padding-left: 0;
        margin-bottom: -24px
    }

    .project-details .main-txt .txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .project-details .main-txt .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .overview {
        padding: 40px 30px;
        margin-bottom: 60px
    }

    .project-details .overview .txt {
        margin-bottom: 24px
    }

    .project-details .overview .txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .project-details .overview .txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 18px
    }

    .project-details .related-project .title {
        margin-bottom: 50px
    }

    .project-details .related-project .title h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: -4px
    }

    .project-details .related-project .portfolio-2 .owl-nav {
        top: -80px
    }

    .project-details .related-project .portfolio-2 .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 42px
    }

    .project-details .related-project .portfolio-2 .owl-nav button:after {
        width: 45px;
        height: 45px
    }

    .project-details .related-project .portfolio-2 .owl-nav button.owl-prev {
        margin-right: 10px
    }

    .faq {
        padding: 60px 0
    }

    .faq .sidebar {
        width: 290px;
        margin: 0 auto 40px
    }

    .faq .sidebar h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 21px
    }

    .faq .sidebar .nav .nav-link {
        height: 40px;
        line-height: 42px;
        font-size: 14px
    }

    .faq .main-content {
        margin-left: 0
    }

    .faq .main-content .content .single-box {
        padding: 30px 25px
    }

    .faq .main-content .content .single-box h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: -6px;
        margin-bottom: 19px
    }

    .faq .main-content .content .single-box p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: -6px
    }

    .faq .main-content .content .pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq .main-content .content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .error {
        padding: 60px 0
    }

    .error .part-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .error .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .blog-inner {
        padding-bottom: 60px
    }

    .blog-inner .main-content {
        margin-bottom: 50px
    }

    .blog-inner .main-content .pagination {
        padding-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px
    }

    .blog-inner .sidebar {
        width: 290px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .search-box form {
        padding: 0 25px
    }

    .blog-inner .sidebar .search-box form input {
        font-size: 14px
    }

    .blog-inner .sidebar .search-box form button {
        height: 50px;
        font-size: 15px
    }

    .blog-inner .sidebar h3 {
        font-size: 25px;
        margin-bottom: 21px
    }

    .blog-inner .sidebar .category {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .category ul li a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding: 0 20px
    }

    .blog-inner .sidebar .category ul li a span {
        font-size: 15px
    }

    .blog-inner .sidebar .recent-post {
        margin-bottom: 35px
    }

    .blog-inner .sidebar .recent-post ul {
        padding: 15px 25px
    }

    .blog-inner .sidebar .tags .all-tag a {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px
    }

    .blog-details {
        padding: 60px 0
    }

    .blog-details .main-content {
        margin-right: 0;
        margin-bottom: 50px
    }

    .blog-details .main-content .blog-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -5px;
        margin-bottom: 14px
    }

    .blog-details .main-content .blog-info ul {
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-info ul li {
        font-size: 14px;
        line-height: 24px
    }

    .blog-details .main-content .part-txt {
        margin-bottom: 24px
    }

    .blog-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 19px
    }

    .blog-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .blog-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote {
        padding: 30px 25px 26px;
        border-radius: 5px;
        margin-bottom: 24px
    }

    .blog-details .main-content .quote:after {
        display: none
    }

    .blog-details .main-content .quote p {
        font-size: 20px;
        line-height: 28px
    }

    .blog-details .main-content .quote p br {
        display: none
    }

    .blog-details .main-content .other-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        line-height: inherit;
        border-radius: 5px;
        padding: 25px;
        margin-top: 34px;
        margin-bottom: 40px
    }

    .blog-details .main-content .other-info .tags {
        margin-bottom: 18px
    }

    .blog-details .main-content .other-info .tags p {
        font-size: 14px;
        line-height: 100%;
        margin-top: -2px
    }

    .blog-details .main-content .blog-comment {
        margin-bottom: 34px
    }

    .blog-details .main-content .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .blog-comment .single-comment {
        display: block;
        margin-bottom: 24px
    }

    .blog-details .main-content .blog-comment .single-comment .img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 20px
    }

    .blog-details .main-content .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top {
        margin-bottom: 8px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top h4 {
        font-size: 20px;
        margin-bottom: 3px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top span {
        font-size: 14px
    }

    .blog-details .main-content .blog-comment .single-comment .txt .top button {
        font-size: 16px
    }

    .blog-details .main-content .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .blog-details .main-content .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 27px;
        margin-top: -4px
    }

    .blog-details .main-content .post-a-comment form input {
        height: 45px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .blog-details .main-content .post-a-comment form textarea {
        height: 100px;
        font-size: 14px;
        margin-bottom: 17px
    }

    .contact {
        padding: 60px 0
    }

    .contact .form input {
        height: 45px;
        padding: 0 25px;
        font-size: 14px
    }

    .contact .form textarea {
        height: 100px;
        padding: 15px 25px;
        font-size: 14px;
        margin-bottom: 22px
    }

    .contact .map {
        margin-top: 60px
    }

    .contact .map .address {
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 250px;
        padding: 30px
    }

    .contact .map .address ul li {
        font-weight: 400
    }
}

.my-input {
    position: relative;
}

.my-input input {
    border: 1px solid #1d2860;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    width: 100%;
    padding: 0 15px;
}

.my-input button {
    position: absolute;
    top: 20px;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #1d2860;
    width: 60px;
    text-align: center;
}

.my-h {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.my-h h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #ff5e19;
    text-align: center;
}

.my-p {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.my-p img {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
}

.my-t {
    display: block;
    width: 100%;
    max-width: 920px;
    margin: 50px auto 0 auto;
}

.my-t h3,
.my-t h4 {
    margin: 0;
}

.text-center {
    text-align: center;
}

@media screen and (min-width:769px) {
    .kefubox {
        position: fixed;
        top: 300px;
        right: 0px;
        z-index: 99999;
    }

    .kefubox .main {
        width: 50px;
        background: #fff;
        border: 1px solid #f2f2f2;
        box-shadow: 0 0 15px #e4e4e4;
        box-sizing: border-box;
        border-radius: 20px 0 0 20px;
    }

    .kefubox .cursor_default {
        cursor: default;
    }

    .kefubox .floor {
        border-bottom: 1px solid #f2f2f2;
        position: relative;
        box-sizing: border-box;
    }

    .kefubox .floor .home {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586946606115%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%221943%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M896%20832H128V490.666667L512%20128l384%20362.666667z%22%20fill%3D%22%23E8EAF6%22%20p-id%3D%221944%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M832%20448l-106.666667-106.666667V192h106.666667zM128%20832h768v106.666667H128z%22%20fill%3D%22%23C5CAE9%22%20p-id%3D%221945%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M512%2091.733333L85.333333%20488.533333l42.666667%2046.933334L512%20179.2l384%20356.266667%2042.666667-46.933334z%22%20fill%3D%22%23B71C1C%22%20p-id%3D%221946%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M384%20597.333333h256v341.333334H384z%22%20fill%3D%22%23D84315%22%20p-id%3D%221947%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M448%20362.666667h128v128h-128z%22%20fill%3D%22%2301579B%22%20p-id%3D%221948%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M586.666667%20757.333333c-6.4%200-10.666667%204.266667-10.666667%2010.666667v42.666667c0%206.4%204.266667%2010.666667%2010.666667%2010.666666s10.666667-4.266667%2010.666666-10.666666v-42.666667c0-6.4-4.266667-10.666667-10.666666-10.666667z%22%20fill%3D%22%23FF8A65%22%20p-id%3D%221949%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .kefubox .floor .tellink {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947302970%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222086%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M187.6%20245.3l152.9%20152.9-27.9%2027.9c-5.7%205.7-6.3%2014.9-1.2%2021.2l26.5%2033.5c29.9%2037.8%2062.4%2074.3%2096.7%20108.6s70.8%2066.8%20108.6%2096.7l33.5%2026.5c6.4%205%2015.5%204.5%2021.2-1.2l27.9-27.9%20152.9%20152.9-56.2%2056.2c-2.2-1.1-4.3-2.1-6.4-3.2C591.8%20826.6%20478.4%20744.5%20379%20645c-99.4-99.4-181.6-212.8-244.3-337.1-1.1-2.1-2.2-4.3-3.2-6.4l56.1-56.2m0-83.9c-4.1%200-8.2%201.6-11.3%204.7L78%20264.4c-14.4%2014.4-18.2%2036.5-9.3%2054.9%202.9%205.9%205.8%2011.7%208.7%2017.6C141.7%20464.4%20227.1%20584%20333.6%20690.5s226.1%20191.9%20353.6%20256.2c5.8%202.9%2011.7%205.8%2017.6%208.7%206.7%203.2%2013.8%204.8%2020.9%204.8%2012.5%200%2024.8-4.9%2034-14.1l98.3-98.3c6.2-6.2%206.2-16.4%200-22.6l-220.9-221c-3.1-3.1-7.2-4.7-11.3-4.7s-8.2%201.6-11.3%204.7l-21.6%2021.6c-5.8%205.8-15%206.3-21.4%201.1-31.7-25.7-62.3-53.3-91.8-82.7-29.4-29.4-57-60.1-82.7-91.8-5.2-6.4-4.7-15.6%201.1-21.4l21.6-21.6c6.2-6.2%206.2-16.4%200-22.6L199%20166.1c-3.2-3.2-7.3-4.7-11.4-4.7z%22%20fill%3D%22%233E3A39%22%20p-id%3D%222087%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M444.1%20362.5L223.3%20141.7c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.3-16.3%206.3-22.6%200zM882.3%20800.7L661.5%20579.9c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.2-16.4%206.2-22.6%200z%22%20fill%3D%22%23FF6E83%22%20p-id%3D%222088%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .kefubox .floor .qqlink {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947319072%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222226%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M511.03745067%20986.9408c-85.50293333%200-163.98613333-26.68693333-214.51733334-66.54506667-25.6608%207.1488-58.4864%2018.65493333-79.20213333%2032.9216-17.7248%2012.2016-15.51573333%2024.6464-12.32%2029.6704%2014.02666667%2022.06826667%20240.62186667%2014.09173333%20306.03946667%207.21813334v-3.26506667z%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222227%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M495.62731733%20986.9408c85.5008%200%20163.98613333-26.68693333%20214.51733334-66.54506667%2025.6608%207.1488%2058.48533333%2018.65493333%2079.2032%2032.9216%2017.72373333%2012.2016%2015.51253333%2024.6464%2012.32%2029.6704-14.02666667%2022.06826667-240.62293333%2014.09173333-306.0416%207.21813334v-3.26506667z%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222228%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M496.137184%20472.0256c140.7296-0.9344%20253.5136-27.50186667%20291.73013333-37.696%209.1104-2.432%2013.984-6.78826667%2013.984-6.78826667%200.032-1.25013333%200.57813333-22.3488%200.57813334-33.232C802.42945067%20211.02186667%20713.733984%2026.8512%20495.61665067%2026.83946667%20277.500384%2026.8512%20188.80065067%20211.0208%20188.80065067%20394.30933333c0%2010.8832%200.5504%2031.98186667%200.58346666%2033.232%200%200%203.9648%204.07573333%2011.23093334%206.048%2035.2832%209.57866667%20150.18986667%2037.4816%20294.48533333%2038.43626667h1.0368z%22%20fill%3D%22%23000000%22%20p-id%3D%222229%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M883.50145067%20626.96746667c-8.66133333-27.82506667-20.48426667-60.27306667-32.45546667-91.43466667%200%200-6.8864-0.848-10.36586667%200.15786667-107.424%2031.152-237.62453333%2051.00586667-336.8448%2049.808h-1.02613333C404.14465067%20586.6848%20274.82731733%20567.05813333%20167.76491733%20536.2112%20163.67425067%20535.03466667%20155.59745067%20535.53386667%20155.59745067%20535.53386667%20143.62625067%20566.6944%20131.804384%20599.1424%20123.14411733%20626.96746667%2081.84491733%20759.64586667%2095.22411733%20814.5536%20105.41291733%20815.78453333c21.8624%202.63893333%2085.09866667-99.87946667%2085.09866667-99.87946666%200%20104.17066667%2094.21226667%20264.1248%20309.94773333%20265.59573333a765.87733333%20765.87733333%200%200%201%205.7248%200C721.92171733%20980.02986667%20816.130784%20820.0768%20816.130784%20715.90613333c0%200%2063.23626667%20102.5184%2085.10186667%2099.87946667%2010.18666667-1.23093333%2023.56586667-56.13866667-17.7312-188.81813333%22%20fill%3D%22%23000000%22%20p-id%3D%222230%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M429.20811733%20303.91146667c-29.76%201.32266667-55.19466667-32.11306667-56.78933333-74.61973334-1.6192-42.53546667%2021.18186667-78.08746667%2050.94826667-79.4176%2029.73333333-1.3056%2055.14986667%2032.11626667%2056.76586666%2074.63893334%201.6288%2042.53546667-21.17653333%2078.08-50.9248%2079.3984m220.448-74.61973334c-1.5936%2042.50666667-27.02933333%2075.94026667-56.78933333%2074.61973334-29.7472-1.32053333-52.5536-36.86293333-50.9248-79.39733334%201.61386667-42.52586667%2027.0304-75.94773333%2056.76373333-74.63893333%2029.7696%201.33013333%2052.57066667%2036.88106667%2050.95146667%2079.41653333%22%20fill%3D%22%23FFFFFF%22%20p-id%3D%222231%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M695.40545067%20359.0688c-7.8112-18.78293333-86.46613333-39.7088-183.8432-39.7088h-1.04533334c-97.376%200-176.03306667%2020.92586667-183.84213333%2039.7088a6.66026667%206.66026667%200%200%200-0.57066667%202.672c0%201.3536%200.4192%202.57493333%201.07306667%203.61173333%206.5792%2010.416%2093.92426667%2061.88586667%20183.3408%2061.88586667h1.04533333c89.41546667%200%20176.75733333-51.46666667%20183.33973334-61.88373333a6.77546667%206.77546667%200%200%200%201.0688-3.62133334c0-0.9568-0.21333333-1.85173333-0.5664-2.66453333%22%20fill%3D%22%23FAAD08%22%20p-id%3D%222232%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M464.67371733%20239.33546667c1.344%2016.94506667-7.8688%2032-20.5504%2033.6448-12.7008%201.64693333-24.0736-10.7552-25.42506666-27.70986667-1.32586667-16.95466667%207.87306667-32.00853333%2020.53333333-33.64053333%2012.72213333-1.65226667%2024.11413333%2010.76053333%2025.44213333%2027.7056m77.97013334%208.464c2.70186667-4.39253333%2021.1488-27.488%2059.328-19.0784%2010.02773333%202.208%2014.66666667%205.45706667%2015.64586666%206.73706666%201.44533333%201.888%201.84106667%204.576%200.37546667%208.19626667-2.90346667%207.17333333-8.89386667%206.97813333-12.2176%205.5744-2.144-0.90666667-28.736-16.94826667-53.232%206.98986667-1.68426667%201.648-4.69866667%202.21226667-7.55733333%200.25813333-2.85653333-1.95626667-4.0384-5.9232-2.3424-8.67733333%22%20fill%3D%22%23000000%22%20p-id%3D%222233%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M503.82145067%20589.328h-1.03146667c-67.80586667%200.80213333-150.0224-8.00426667-229.6384-23.38133333-6.81706667%2038.67946667-10.93333333%2087.29386667-7.3984%20145.27573333%208.928%20146.54293333%2097.728%20238.65173333%20234.79253333%20239.99573333H506.11691733c137.06453333-1.344%20225.86453333-93.4528%20234.79466667-239.99573333%203.53493333-57.98613333-0.58346667-106.60053333-7.40266667-145.2832-79.63093333%2015.38453333-161.86133333%2024.19626667-229.68746666%2023.3888%22%20fill%3D%22%23FFFFFF%22%20p-id%3D%222234%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M310.69291733%20581.3504v146.63253333s69.28746667%2013.552%20138.69973334%204.17066667V596.896c-43.97333333-2.4128-91.40053333-7.79093333-138.69973334-15.5456%22%20fill%3D%22%23EB1C26%22%20p-id%3D%222235%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M806.50411733%20427.2384s-130.112%2043.07946667-302.6592%2044.30826667h-1.02613333c-172.26346667-1.22346667-302.21653333-44.16106667-302.66026667-44.30826667l-43.5776%20114.08213333c108.9984%2034.464%20244.0928%2056.67733333%20346.23786667%2055.38773334l1.024-0.00213334c102.15253333%201.29706667%20237.22666667-20.91733333%20346.24-55.3856l-43.57866667-114.08213333z%22%20fill%3D%22%23EB1C26%22%20p-id%3D%222236%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .kefubox .floor .wechatimg {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947424844%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222236%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M903.36%20780.8a37.888%2037.888%200%200%200%2027.632%209.04%2043.488%2043.488%200%200%200%2026.704-12.64A238.112%20238.112%200%200%200%201024%20618.144c0-133.696-121.6-252.944-277.184-272.816C709.072%20200.784%20552.512%2096%20373.872%2096%20167.6%2096%200%20238.736%200%20413.088a277.648%20277.648%200%200%200%2081.04%20194.224%2037.28%2037.28%200%200%200%2028.544%2011.744%2037.504%2037.504%200%200%200%2027.632-63.232%20206.4%20206.4%200%200%201-60.8-142.736c0-133.696%20132.608-242.096%20296.512-242.096%20131.68%200%20253.232%2072.272%20291.92%20172.544-162.064%2015.36-288.224%20134.608-288.224%20274.624a238.736%20238.736%200%200%200%202.768%2036.128h-6.4a449.824%20449.824%200%200%201-90.24-11.744c-6.4-0.896-12.896-2.704-19.344-3.616a34.128%2034.128%200%200%200-24.864%203.616L121.6%20700.352a37.264%2037.264%200%200%200-17.6%2050.592%2037.952%2037.952%200%200%200%2034.064%2020.8%2060.448%2060.448%200%200%200%2017.504-3.616l104.976-51.488%206.4%200.896a483.792%20483.792%200%200%200%20105.904%2013.552c9.216%200%2019.344%200%2030.4-0.896a283.536%20283.536%200%200%200%2069.072%2086.72%20353.6%20353.6%200%200%200%20227.456%2078.592%20399.808%20399.808%200%200%200%2094.848-14.4l78.272%2042.464a42.56%2042.56%200%200%200%2018.416%204.512%2039.248%2039.248%200%200%200%2034.08-19.872%2037.328%2037.328%200%200%200-15.648-51.488l-92.08-49.68a41.696%2041.696%200%200%200-27.632-3.616%20385.472%20385.472%200%200%201-91.2%2015.36c-133.52-0.896-244.032-90.336-244.032-201.456s110.496-200.544%20246.784-200.544c133.52%200%20245.872%2092.144%20245.872%20200.544a165.632%20165.632%200%200%201-47.888%20110.208%2037.76%2037.76%200%200%200%203.792%2053.264z%22%20fill%3D%22%2336AB60%22%20p-id%3D%222237%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M212.96%20315.728a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM446.208%20315.728a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM559.616%20549.44a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200zM748.608%20549.44a49.184%2049.184%200%201%200%2098.368%200%2049.184%2049.184%200%201%200-98.368%200z%22%20fill%3D%22%2336AB60%22%20p-id%3D%222238%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .kefubox .floor .erweimaimg {
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947336638%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222370%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M53.6%20556.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V556.8H53.6zM407.2%20864c0%2026.4-20.8%2047.2-47.2%2047.2H124V628h283.2V864zM726.4%20944.8V816h71.2v99.2c0%2016.8-13.6%2030.4-30.4%2030.4h-40.8v-0.8zM868%20944.8V775.2h71.2v145.6c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4v-0.8zM868%20694.4v-136h71.2v111.2c0%2013.6-11.2%2024.8-24.8%2024.8-20.8-0.8-46.4-0.8-46.4%200zM726.4%20764V558.4h71.2v180.8c0%2013.6-11.2%2024.8-24.8%2024.8h-46.4zM584.8%20944.8V738.4H656v179.2c0%2015.2-12.8%2028-28%2028h-43.2v-0.8zM584.8%20659.2V558.4H656v77.6c0%2012.8-10.4%2023.2-23.2%2023.2h-48z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222371%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20840h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2018.4-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222372%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M53.6%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H53.6z%20m353.6%20304.8c0%2027.2-22.4%2049.6-49.6%2049.6H124V132h283.2v233.6z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222373%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M300.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222374%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M548.8%2060.8v424.8h318.4c58.4%200%20106.4-47.2%20106.4-106.4V60.8H548.8zM903.2%20368c0%2026.4-20.8%2047.2-47.2%2047.2H620V132h283.2V368z%22%20fill%3D%22%233C82FF%22%20p-id%3D%222375%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M796.8%20344h-71.2c-19.2%200-35.2-16.8-35.2-35.2v-71.2c0-19.2%2016.8-35.2%2035.2-35.2h71.2c19.2%200%2035.2%2016.8%2035.2%2035.2v71.2c0.8%2019.2-16%2035.2-35.2%2035.2z%22%20fill%3D%22%23FF5B3E%22%20p-id%3D%222376%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
    }

    .kefubox .floor>div {
        transform: translateX(300px);
    }

    .kefubox .floor:hover div {
        transition: all 300ms linear;
        transform: translateX(0);
    }

    .kefubox .floor .absbox {
        position: absolute;
        right: 48px;
        top: 0;
        z-index: 3;
    }

    .kefubox .floor .back {
        box-shadow: 0 0 15px #e4e4e4;
        height: 50px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
    }

    .kefubox .floor .kftel {
        cursor: default;
        box-shadow: 0 0 15px #e4e4e4;
        height: 80px;
        font-weight: 500;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
    }

    .kefubox .floor .qq {
        box-shadow: 0 0 15px #e4e4e4;
        height: 50px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
    }

    .kefubox .floor .erweima {
        box-shadow: 0 0 15px #e4e4e4;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 15px;
        font-size: 12px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
    }

    .kefubox .floor .erweima img {
        width: 100px;
        height: 100px;
    }

    .kefubox .floor .erweima p {
        width: 100px;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        margin-bottom: 0;
    }

    .kefubox .floor>a {
        width: 50px;
        height: 50px;
        z-index: 9999;
        background-position: center center;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .kefubox .floor>a:hover {
        transition: all 300ms linear;
        background-color: #e4e4e4;
        transform: scale(1.1);
    }

    .kefubox .floor>a img {
        height: 25px;
        width: 25px;
        display: block;
    }

    .kefubox .floor>a img:hover {
        transition: all 300ms linear;
        transform: scale(1.3);
    }

    .kefubox .floor:last-child {
        border-bottom: none;
    }
}

@media screen and (max-width:768px) {
    .kefubox {
        display: none
    }

    .kefubox .floor {
        display: none;
    }

    .kefubox .tel {
        box-shadow: 0 0 5px #ddd;
        width: 10vw;
        height: 10vw;
        background-color: #fff;
        background-image: url("data:image/svg+xml;utf8,%3Csvg%20t%3D%221586947302970%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%222086%22%20width%3D%2264%22%20height%3D%2264%22%3E%3Cpath%20d%3D%22M187.6%20245.3l152.9%20152.9-27.9%2027.9c-5.7%205.7-6.3%2014.9-1.2%2021.2l26.5%2033.5c29.9%2037.8%2062.4%2074.3%2096.7%20108.6s70.8%2066.8%20108.6%2096.7l33.5%2026.5c6.4%205%2015.5%204.5%2021.2-1.2l27.9-27.9%20152.9%20152.9-56.2%2056.2c-2.2-1.1-4.3-2.1-6.4-3.2C591.8%20826.6%20478.4%20744.5%20379%20645c-99.4-99.4-181.6-212.8-244.3-337.1-1.1-2.1-2.2-4.3-3.2-6.4l56.1-56.2m0-83.9c-4.1%200-8.2%201.6-11.3%204.7L78%20264.4c-14.4%2014.4-18.2%2036.5-9.3%2054.9%202.9%205.9%205.8%2011.7%208.7%2017.6C141.7%20464.4%20227.1%20584%20333.6%20690.5s226.1%20191.9%20353.6%20256.2c5.8%202.9%2011.7%205.8%2017.6%208.7%206.7%203.2%2013.8%204.8%2020.9%204.8%2012.5%200%2024.8-4.9%2034-14.1l98.3-98.3c6.2-6.2%206.2-16.4%200-22.6l-220.9-221c-3.1-3.1-7.2-4.7-11.3-4.7s-8.2%201.6-11.3%204.7l-21.6%2021.6c-5.8%205.8-15%206.3-21.4%201.1-31.7-25.7-62.3-53.3-91.8-82.7-29.4-29.4-57-60.1-82.7-91.8-5.2-6.4-4.7-15.6%201.1-21.4l21.6-21.6c6.2-6.2%206.2-16.4%200-22.6L199%20166.1c-3.2-3.2-7.3-4.7-11.4-4.7z%22%20fill%3D%22%233E3A39%22%20p-id%3D%222087%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M444.1%20362.5L223.3%20141.7c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.3-16.3%206.3-22.6%200zM882.3%20800.7L661.5%20579.9c-6.2-6.2-6.2-16.4%200-22.6l50.4-50.4c6.2-6.2%2016.4-6.2%2022.6%200l220.8%20220.8c6.2%206.2%206.2%2016.4%200%2022.6l-50.4%2050.4c-6.2%206.2-16.4%206.2-22.6%200z%22%20fill%3D%22%23FF6E83%22%20p-id%3D%222088%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
        background-size: 6vw 6vw;
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
    }

    .kefubox .tel:active {
        background-color: #f2f2f2;
    }

    .kefubox .tel .kftel {
        display: none;
    }
}
