@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;family=Oswald&amp;display=swap";

body {
    font-family: roboto, sans-serif;
    overflow-x: hidden
}

html {
    scroll-behavior: smooth
}

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 {
    width: 100%
}

span {
    display: inline-block
}

.hidden {
    overflow: hidden
}

@-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(min-width:1641px) {
    .container {
        max-width: 1680px;
        width: 100%
    }
}

.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: #ec7d1b;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: visible
}

.scroll-to-top .container button.active {
    bottom: 20px
}

.scroll-to-top .container button:hover {
    color: #ec7d1b;
    background: #fff;
    border-color: #ec7d1b
}

.def-btn {
    height: 80px;
    line-height: 80px;
    background: #ec7d1b;
    border-radius: 10px;
    padding: 0 49px;
    font-size: 25px;
    font-weight: 500;
    color: #fff
}

.def-btn.def-btn-2 {
    background: #f94d1c
}

.def-btn.btn-2 {
    padding: 0 34px
}

.def-btn:hover {
    background: #1d0d2c;
    color: #fff
}

.heading {
    text-align: center;
    margin-bottom: 60px
}

.heading.heading-2 h4 {
    color: #f94d1c
}

.heading.heading-2 h4:before,
.heading.heading-2 h4:after {
    display: none
}

.heading h4 {
    display: inline-block;
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #ec7d1b;
    padding: 0 65px;
    margin-top: -2px;
    margin-bottom: 27px;
    position: relative
}

.heading h4:before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.heading h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    right: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.heading h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -12px
}

.header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 11
}

.header .top-border {
    height: 24px;
    margin: 0 24px;
    background: rgba(236, 125, 27, .5);
    position: relative
}

.header .top-border:before {
    position: absolute;
    content: "";
    top: 12px;
    left: -24px;
    width: 24px;
    height: 24px;
    background: rgba(236, 125, 27, .7);
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    transform: skewY(-45deg)
}

.header .top-border:after {
    position: absolute;
    content: "";
    top: 12px;
    right: -24px;
    width: 24px;
    height: 24px;
    background: rgba(236, 125, 27, .7);
    -webkit-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    transform: skewY(45deg)
}

.header .bottom-border {
    height: 24px;
    margin: 0 24px;
    background: rgba(236, 125, 27, .5);
    position: relative
}

.header .bottom-border:before {
    position: absolute;
    content: "";
    bottom: 12px;
    left: -24px;
    width: 24px;
    height: 24px;
    background: rgba(236, 125, 27, .7);
    -webkit-transform: skewY(45deg);
    -ms-transform: skewY(45deg);
    transform: skewY(45deg)
}

.header .bottom-border:after {
    position: absolute;
    content: "";
    bottom: 12px;
    right: -24px;
    width: 24px;
    height: 24px;
    background: rgba(236, 125, 27, .7);
    -webkit-transform: skewY(-45deg);
    -ms-transform: skewY(-45deg);
    transform: skewY(-45deg)
}

.header .bg {
    background: #ec7d1b
}

.header .bg .top-header {
    padding: 0 50px;
    border-bottom: 1px solid #ffa24f
}

.header .bg .top-header .top-left a {
    font-family: nunito sans, sans-serif;
    font-size: 13px;
    height: 60px;
    line-height: 60px;
    color: #fff
}

.header .bg .top-header .top-left a:first-child {
    border-right: 1px solid #ffa24f;
    padding-right: 30px
}

.header .bg .top-header .top-left a:last-child {
    padding-left: 26px;
    font-weight: 600
}

.header .bg .top-header .top-left a:last-child i {
    font-size: 9px
}

.header .bg .top-header .top-left a:last-child i svg {
    vertical-align: revert
}

.header .bg .top-header .top-left a i {
    display: inline-block;
    font-size: 10px;
    color: #1d0d2c;
    margin-right: 4px
}

.header .bg .top-header .top-left a i svg {
    vertical-align: text-top
}

.header .bg .top-header .top-left a:hover {
    color: #1d0d2c
}

.header .bg .top-header .top-right {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header .bg .top-header .top-right form {
    border-right: 1px solid #ffa24f;
    padding-right: 27px
}

.header .bg .top-header .top-right form select {
    height: 60px;
    background: 0 0;
    border: 0;
    outline: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff
}

.header .bg .top-header .top-right form select option {
    color: #1d0d2c
}

.header .bg .top-header .top-right .follow ul {
    padding-left: 30px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .bg .top-header .top-right .follow ul li {
    list-style: none;
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    font-weight: 700;
    color: #fff
}

.header .bg .top-header .top-right .follow ul li:first-child {
    margin-right: 17px
}

.header .bg .top-header .top-right .follow ul li a {
    margin-left: 8px;
    color: #fff;
    font-weight: 400
}

.header .bg .top-header .top-right .follow ul li a:hover {
    color: #1d0d2c
}

.header .bg .bottom-header {
    padding: 0 50px
}

.header .bg .bottom-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ec7d1b;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header .bg .bottom-header .custom {
    width: 100%;
    height: 100%
}

.header .bg .bottom-header .custom .logo {
    height: 100%;
    margin-right: 10px;
    border-right: 1px solid #ffa24f;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header .bg .bottom-header .custom .logo img {
    width: 191px
}

.header .bg .bottom-header .navbar {
    padding: 0;
    padding-left: 9px
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item {
    padding-left: 30px;
    padding: 44px 0 41px 30px
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 250px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #ec7d1b
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    padding: 20px
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    position: relative
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #1d0d2c;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #1d0d2c;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #1d0d2c
}

.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover:before,
.header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 12px
}

.header .bg .bottom-header .form {
    border-left: 1px solid #ffa24f;
    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
}

.header .bg .bottom-header .form input {
    padding-left: 50px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.header .bg .bottom-header .form input::-webkit-input-placeholder {
    color: #ffbe84
}

.header .bg .bottom-header .form input:-ms-input-placeholder {
    color: #ffbe84
}

.header .bg .bottom-header .form input::-ms-input-placeholder {
    color: #ffbe84
}

.header .bg .bottom-header .form input::placeholder {
    color: #ffbe84
}

.header .bg .bottom-header .form button {
    padding: 0;
    font-size: 35px;
    height: 43px
}

.header .bg .bottom-header .form button:hover {
    color: #fff
}













/* this is header */
.header-2 {
    background:rgb(58 40 80);
    /* background: #fff; */

    padding: 10px 0;
    z-index: 11;
    
}


/* skldfjkl */























.header-2.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

.header-2 .custom {
    width: 100%;
    height: 100%
}

.header-2 .custom .logo {
    height: 100%;
    margin-right: 10px;
    border-right: 1px solid #f94d1c;
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-2 .custom .logo img {
    width: 191px
}

.header-2 .navbar {
    padding: 0
}

.header-2 .navbar .navbar-nav .nav-item {
    padding: 44px 0 41px 30px
}

.header-2 .navbar .navbar-nav .nav-item:first-child {
    padding-left: 10px
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 250px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    padding: 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #f94d1c
}

.header-2 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header-2 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    padding: 20px
}

.header-2 .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    padding-bottom: 2px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    position: relative
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #f94d1c;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #f94d1c;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #f94d1c
}

.header-2 .navbar .navbar-nav .nav-item .nav-link:hover:before,
.header-2 .navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 12px
}

.header-2 .form {
    border-left: 1px solid #f94d1c;
    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;
    width: 100%;
    margin-left: 68px
}

.header-2 .form input {
    padding-left: 50px;
    width: 100%;
    height: 100%;
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500
}

.header-2 .form input::-webkit-input-placeholder {
    color: gray
}

.header-2 .form input:-ms-input-placeholder {
    color: gray
}

.header-2 .form input::-ms-input-placeholder {
    color: gray
}

.header-2 .form input::placeholder {
    color: gray
}

.header-2 .form button {
    padding: 0;
    font-size: 35px;
    height: 43px;
    color: #f94d1c
}

.header-2 .form button:hover {
    color: #2d2d2d
}

.banner {
    padding: 262px 0 125px;
    background: url(../images/iso.jpg) center center no-repeat;
    background-size: cover
}

.banner .banner-txt {
    padding: 190px 0
}

.banner .banner-txt h4 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-left: 80px;
    margin-top: -2px;
    margin-bottom: 25px;
    position: relative
}

.banner .banner-txt h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.banner .banner-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 21px
}

.banner .banner-txt h1 span {
    color: #ec7d1b
}

.banner .banner-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 33px
}

.banner-2 .bg {
    background: url(../images/banner-bg-2.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 20px
}

.banner-2 .bg .banner-txt {
    padding: 235px 0 235px 110px
}

.banner-2 .bg .banner-txt h4 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -2px;
    margin-bottom: 25px
}

.banner-2 .bg .banner-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 22px
}

.banner-2 .bg .banner-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 12px
}

.banner-2 .bg .banner-txt .btn-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;
    padding-top: 45px
}

.banner-2 .bg .banner-txt .btn-box .vdo-btn {
    text-align: center;
    width: 82px;
    height: 82px;
    line-height: 80px;
    background: #f94d1c;
    border: 1px solid #f94d1c;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    margin-left: 80px;
    position: relative
}

.banner-2 .bg .banner-txt .btn-box .vdo-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f94d1c;
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear infinite;
    animation: pulse-1 1s linear infinite
}

.banner-2 .bg .banner-txt .btn-box .vdo-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f94d1c;
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear .5s infinite;
    animation: pulse-1 1s linear .5s infinite
}

.banner-2 .bg .banner-txt .btn-box .vdo-btn i {
    margin-left: 5px
}

.banner-2 .bg .banner-txt .btn-box .vdo-btn:hover {
    background: #fff;
    color: #f94d1c
}

.feature {
    padding-bottom: 60px;
    margin-top: -125px
}

.feature.feature-2 {
    margin-top: 0;
    padding-top: 120px
}

.feature.feature-2 .bg {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 6px
}

.feature.feature-2 .bg .single-box {
    background: 0 0;
    border-radius: 0;
    overflow: visible;
    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
}

.feature.feature-2 .bg .single-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    height: 6px;
    background: rgba(249, 77, 28, .08);
    border-radius: 3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.feature.feature-2 .bg .single-box:after {
    background: rgba(249, 77, 28, .3);
    border-radius: 4px
}

.feature.feature-2 .bg .single-box .part-icon {
    text-align: center;
    border: 1px solid #f94d1c;
    background: 0 0;
    color: #f94d1c;
    padding: 0;
    line-height: 94px;
    font-size: 45px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.feature.feature-2 .bg .single-box .part-txt {
    text-align: center;
}

.feature.feature-2 .bg .single-box .part-txt h3,
.feature.feature-2 .bg .single-box .part-txt p {
    color: #2d2d2d
}

.feature.feature-2 .bg .single-box:hover {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

.feature.feature-2 .bg .single-box:hover:before {
    background: rgba(249, 77, 28, .3)
}

.feature.feature-2 .bg .single-box:hover:after {
    background: #f94d1c
}

.feature.feature-2 .bg .single-box:hover .part-icon {
    background: #f94d1c;
    color: #fff
}

.feature.feature-2 .bg .single-box:hover .part-txt h3 {
    color: #f94d1c
}

.feature .single-box {
    background: #1d0d2c;
    padding: 40px 40px 48px;
    border-radius: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden
}

.feature .single-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: rgba(236, 125, 27, .7);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.feature .single-box .part-icon {
    width: 84px;
    height: 84px;
    background: #ec7d1b;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 50px
}

.feature .single-box .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
    margin-bottom: 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.feature .single-box .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -7px
}

.feature .single-box:hover {
    -webkit-box-shadow: 8px 13px 25px 10px rgba(0, 0, 0, .17);
    box-shadow: 8px 13px 25px 10px rgba(0, 0, 0, .17)
}

.feature .single-box:hover:after {
    background: #ec7d1b
}

.feature .single-box:hover .part-txt h3 {
    color: #ec7d1b
}

.about {
    padding-top: 60px;
    padding-bottom: 120px
}

.about .part-txt h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #ec7d1b;
    padding-left: 65px;
    margin-top: -2px;
    margin-bottom: 22px;
    position: relative
}

.about .part-txt h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.about .part-txt h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 33px
}

.about .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 18px
}

.about .part-txt .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 60px
}

.about .part-txt .single-box .icon {
    width: 43px;
    margin-right: 25px
}

.about .part-txt .single-box .txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 400;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: -4px
}

.about .part-txt .single-box .txt h3 span {
    display: block;
    font-size: 18px;
    color: #ec7d1b;
    margin-bottom: 2px
}

.about .part-img .single-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.about .part-img .single-img.next {
    margin-top: 70px
}

.about .part-img .single-img.next .txt {
    top: -7px;
    right: -7px;
    bottom: auto;
    left: auto
}

.about .part-img .single-img .txt {
    position: absolute;
    bottom: -7px;
    left: -7px;
    width: 287px;
    background: #ec7d1b;
    border: 7px solid #fff;
    text-align: center;
    padding: 30px 0
}

.about .part-img .single-img .txt h2 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -9px;
    margin-bottom: 10px
}

.about .part-img .single-img .txt p {
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #fff;
    margin-bottom: -9px
}

.about-2 {
    padding-top: 60px;
    padding-bottom: 20px
}

.about-2 .part-txt {
    padding-right: 90px
}

.about-2 .part-txt h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #f94d1c;
    margin-top: -3px;
    margin-bottom: 25px
}

.about-2 .part-txt h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 33px
}

.about-2 .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 15px
}

.about-2 .part-txt .bars {
    margin-top: -2px;
    margin-bottom: 60px
}

.about-2 .part-txt .bars .bar-title {
    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;
    padding-top: 28px;
    margin-bottom: 12px
}

.about-2 .part-txt .bars .bar-title span {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d
}

.about-2 .part-txt .bars .progress {
    height: 8px;
    border-radius: 4px;
    background: #1d0d2c;
    overflow: visible
}

.about-2 .part-txt .bars .progress .progress-bar {
    background: #f94d1c;
    border-radius: 4px;
    position: relative;
    overflow: visible
}

.about-2 .part-txt .bars .progress .progress-bar:before {
    content: "";
    position: absolute;
    top: -6px;
    right: -3px;
    width: 20px;
    height: 20px;
    background: rgba(249, 77, 28, .7);
    border-radius: 50%
}

.about-2 .part-txt .bars .progress .progress-bar:after {
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    width: 14px;
    height: 14px;
    background: #f94d1c;
    border-radius: 50%
}

.about-2 .part-txt ul {
    padding: 0;
    margin: 0;
    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
}

.about-2 .part-txt ul li {
    list-style: none
}

.about-2 .part-txt ul li.manager {
    padding: 10px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .2);
    border-radius: 50%;
    margin-right: 30px
}

.about-2 .part-txt ul li.manager img {
    background: #f94d1c;
    border-radius: 50%
}

.about-2 .part-txt ul li h5 {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 0;
    margin-right: 40px
}

.about-2 .part-txt ul li h5 span {
    display: block;
    font-size: 20px;
    color: #f94d1c;
    font-weight: 500
}


.choosing-reason .bg {
    background: url(../images/choosing-reason-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 60px;
    border-radius: 10px
}

.choosing-reason .bg .consultation-form {
    background: #f94d1c;
    padding: 50px 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.choosing-reason .bg .consultation-form:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 15px;
    right: 15px;
    top: 0;
    background: rgba(249, 77, 28, .3);
    border-radius: 10px;
    z-index: -1
}

.choosing-reason .bg .consultation-form .title {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-top: -11px;
    margin-bottom: 39px
}

.choosing-reason .bg .consultation-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.choosing-reason .bg .consultation-form form .wrap {
    margin: 0 10px 20px;
    width: 46%
}

.choosing-reason .bg .consultation-form form .wrap input {
    background: #1d0d2c;
    border-radius: 7px;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    color: #fff
}

.choosing-reason .bg .consultation-form form .wrap input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.choosing-reason .bg .consultation-form form .wrap input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.choosing-reason .bg .consultation-form form .wrap input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.choosing-reason .bg .consultation-form form .wrap input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.choosing-reason .bg .consultation-form form .wrap .select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 0;
    border-radius: 7px;
    background: #1d0d2c;
    color: #fff;
    padding: 0 20px
}

.choosing-reason .bg .consultation-form form .wrap .select.open:after {
    -webkit-transform: rotate(-145deg) skewX(157deg);
    -ms-transform: rotate(-145deg) skewX(157deg);
    transform: rotate(-145deg) skewX(157deg)
}

.choosing-reason .bg .consultation-form form .wrap .select:after {
    border-color: #fff;
    width: 10px;
    height: 9px;
    -webkit-transform: rotate(32deg) skewX(157deg);
    -ms-transform: rotate(32deg) skewX(157deg);
    transform: rotate(32deg) skewX(157deg);
    right: 25px
}

.choosing-reason .bg .consultation-form form .wrap .select .list {
    margin: 0
}

.choosing-reason .bg .consultation-form form .wrap .select .list li {
    color: #2d2d2d
}

.choosing-reason .bg .consultation-form form button {
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #f94d1c;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: 15px
}

.choosing-reason .bg .part-txt .title {
    font-size: 45px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -11px;
    margin-bottom: 49px
}

.choosing-reason .bg .part-txt .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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #1d0d2c;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.choosing-reason .bg .part-txt .single-box:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    bottom: -10px;
    background: rgba(29, 13, 44, .3);
    border-radius: 0 0 10px 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    z-index: -1
}

.choosing-reason .bg .part-txt .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f94d1c;
    border-radius: 9px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

.choosing-reason .bg .part-txt .single-box .part-icon {
    width: 90px;
    height: 90px;
    background: #f94d1c;
    padding: 20px;
    border-radius: 7px;
    position: relative;
    z-index: 2
}

.choosing-reason .bg .part-txt .single-box .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1d0d2c;
    border-radius: 6px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

.choosing-reason .bg .part-txt .single-box .txt {
    width: 564px
}

.choosing-reason .bg .part-txt .single-box .txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
    margin-bottom: 21px
}

.choosing-reason .bg .part-txt .single-box .txt p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: -6px
}

.choosing-reason .bg .part-txt .single-box:last-child {
    margin-bottom: 10px
}

.choosing-reason .bg .part-txt .single-box:hover:before {
    background: rgba(249, 77, 28, .3)
}

.choosing-reason .bg .part-txt .single-box:hover:after {
    height: 100%
}

.choosing-reason .bg .part-txt .single-box:hover .part-icon:after {
    height: 100%
}

.service {
    padding: 120px 0;
    background: #faf5ff
}

.service .service-area {
    margin-bottom: -30px
}

.service .service-area .single-box {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service .service-area .single-box .part-img {
    height: 217px;
    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;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service .service-area .single-box .part-img img {
    width: auto;
    height: 100%
}

.service .service-area .single-box .part-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 44, .7);
    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;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.service .service-area .single-box .part-img .overlay a {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 86px;
    background: #ec7d1b;
    color: #fff;
    border-radius: 50%;
    font-size: 37px;
    margin-top: 100px
}

.service .service-area .single-box .part-img .overlay a:hover {
    background: #fff;
    color: #1d0d2c
}

.service .service-area .single-box .txt {
    text-align: center;
    padding: 47px 0 43px
}

.service .service-area .single-box .txt a {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d
}

.service .service-area .single-box:hover {
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .15)
}

.service .service-area .single-box:hover .part-img {
    margin-right: 35px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.service .service-area .single-box:hover .part-img .overlay {
    opacity: 1
}

.service .service-area .single-box:hover .part-img .overlay a {
    margin: 0
}

.service .service-area .single-box:hover .txt a {
    color: #ec7d1b
}

.service .part-txt h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #ec7d1b;
    padding-left: 65px;
    margin-top: -2px;
    margin-bottom: 22px;
    position: relative
}

.service .part-txt h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.service .part-txt h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 33px
}

.service .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 18px
}

.service .part-txt .def-btn {
    margin-top: 40px
}

.service-2 {
    padding-top: 60px;
    padding-bottom: 90px
}

.service-2 .single-box {
    padding: 40px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    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;
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}

.service-2 .single-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f94d1c;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

.service-2 .single-box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    height: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.service-2 .single-box .part-icon {
    text-align: center;
    width: 84px;
    height: 84px;
    line-height: 96px;
    font-size: 45px;
    color: #f94d1c;
    border: 1px solid #f94d1c;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    position: relative;
    z-index: 2
}

.service-2 .single-box .part-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1d0d2c;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -1
}

.service-2 .single-box .part-txt {
    text-align: center
}

.service-2 .single-box .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.service-2 .single-box .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: -7px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.service-2 .single-box:hover:before {
    height: 100%
}

.service-2 .single-box:hover:after {
    background: rgba(249, 77, 28, .3)
}

.service-2 .single-box:hover .part-icon {
    color: #fff
}

.service-2 .single-box:hover .part-icon:after {
    height: 100%
}

.service-2 .single-box:hover .part-txt h3,
.service-2 .single-box:hover .part-txt p {
    color: #fff
}

.counter .bg {
    background: url(../images/counter-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px
}

.counter .bg .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;
    padding: 60px 0
}

.counter .bg .single-box .icon {
    font-size: 80px;
    line-height: 100%;
    color: #1d0d2c;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 19px
}

.counter .bg .single-box .txt {
    text-align: center
}

.counter .bg .single-box .txt h3 {
    font-size: 65px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.counter .bg .single-box .txt p {
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: -4px
}

.counter .bg .single-box:hover .icon {
    color: #f94d1c
}

.counter .bg .single-box:hover .txt h3 {
    color: #f94d1c
}

.profit {
    padding: 50px 0
}

.profit .profit-chart {
    position: relative;
    z-index: 2;
    margin-bottom: -16px
}

.profit .profit-chart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 64px;
    background: #ffe3dc;
    z-index: -1
}

.profit .part-txt .title h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #f94d1c;
    margin-top: -2px;
    margin-bottom: 22px
}

.profit .part-txt .title h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 33px
}

.profit .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 10px
}

.profit .part-txt ul {
    padding-left: 0;
    padding-top: 22px;
    margin-bottom: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.profit .part-txt ul li {
    list-style: none;
    font-size: 16px;
    font-style: italic;
    line-height: 100%;
    color: #2d2d2d;
    width: 50%;
    padding-left: 17px;
    margin-bottom: 16px;
    position: relative
}

.profit .part-txt ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background: #f94d1c;
    border-radius: 50%
}

.portfolio {
    padding-top: 120px;
    padding-bottom: 60px
}

.portfolio .portfolio-slider {
    padding-bottom: 61px
}

.portfolio .portfolio-slider .single-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.portfolio .portfolio-slider .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: rgba(29, 13, 44, .7);
    border-radius: 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.portfolio .portfolio-slider .single-box .part-txt {
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 405px;
    background: #fff;
    border-top-left-radius: 10px;
    padding: 42px;
    z-index: 2
}

.portfolio .portfolio-slider .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 7px;
    background: #ec7d1b;
    border-top-left-radius: 10px;
    z-index: -1
}

.portfolio .portfolio-slider .single-box .part-txt h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-top: -8px;
    margin-bottom: 18px
}

.portfolio .portfolio-slider .single-box .part-txt h3 span {
    display: block;
    font-size: 18px;
    font-weight: 500
}

.portfolio .portfolio-slider .single-box .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 28px
}

.portfolio .portfolio-slider .single-box .part-txt a {
    height: 46px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #1d0d2c;
    border-radius: 5px
}

.portfolio .portfolio-slider .single-box .part-txt a:hover {
    background: #1d0d2c
}

.portfolio .portfolio-slider .single-box:hover:after {
    width: 100%;
    height: 100%
}

.portfolio .portfolio-slider .owl-dots {
    position: absolute;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.portfolio .portfolio-slider .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #1d0d2c;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: relative
}

.portfolio .portfolio-slider .owl-dots .owl-dot.active {
    background: rgba(29, 13, 44, .5)
}

.portfolio .portfolio-slider .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: #1d0d2c;
    border-radius: 50%
}

.testimonial .bg .clients {
    background: url(../images/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 735px
}

.testimonial .bg .clients .single-client {
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 5px;
    background: #f94d1c;
    border-radius: 50%;
    z-index: 2
}

.testimonial .bg .clients .single-client.one {
    top: 140px;
    left: 235px
}

.testimonial .bg .clients .single-client.two {
    left: 450px;
    bottom: 215px
}

.testimonial .bg .clients .single-client.three {
    top: 305px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.testimonial .bg .clients .single-client.four {
    top: 150px;
    right: 470px
}

.testimonial .bg .clients .single-client.five {
    right: 205px;
    bottom: 150px
}

.testimonial .bg .clients .single-client:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 77, 28, .6);
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear infinite;
    animation: pulse-1 1s linear infinite;
    z-index: -1
}

.testimonial .bg .clients .single-client:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 70px;
    height: 70px;
    background: rgba(249, 77, 28, .6);
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear .5s infinite;
    animation: pulse-1 1s linear .5s infinite;
    z-index: -1
}

.testimonial .bg .clients .single-client img {
    border-radius: 50%
}

.testimonial .bg .box {
    margin: 0 60px
}

.testimonial .bg .box .comment-area {
    background: #f94d1c;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
    margin: -105px 0 20px;
    position: relative;
    z-index: 2
}

.testimonial .bg .box .comment-area:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 35px;
    right: 35px;
    height: 25px;
    background: rgba(249, 77, 28, .3);
    border-radius: 10px;
    z-index: -1
}

.testimonial .bg .box .comment-area .single-comment {
    padding: 35px;
    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
}

.testimonial .bg .box .comment-area .single-comment .part-img {
    width: 215px;
    height: 214px;
    background: #1d0d2c;
    border-radius: 10px;
    padding: 15px
}

.testimonial .bg .box .comment-area .single-comment .part-img img {
    border-radius: 10px
}

.testimonial .bg .box .comment-area .single-comment .part-txt {
    width: 655px
}

.testimonial .bg .box .comment-area .single-comment .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 23px
}

.testimonial .bg .box .comment-area .single-comment .part-txt .client {
    padding-top: 30px;
    border-top: 1px solid #fff
}

.testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 11px
}

.testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 17px
}

.testimonial .bg .box .comment-area .single-comment .part-txt .client .star {
    font-size: 18px;
    color: #1d0d2c;
    line-height: 100%
}

.testimonial .bg .box .comment-area .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px 0;
    overflow: hidden
}

.testimonial .bg .box .comment-area .owl-nav button {
    background: #1d0d2c;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 17px !important
}

.testimonial .bg .box .comment-area .owl-nav button:hover {
    background: rgba(29, 13, 44, .7);
    color: rgba(255, 255, 255, .7)
}

.request-for-proposal {
    padding-top: 60px;
    padding-bottom: 120px
}

.request-for-proposal .proposal-form {
    background-color: #1d0d2c;
    padding: 70px;
    border-radius: 10px;
    margin-top: 75px
}

.request-for-proposal .proposal-form .title {
    margin-bottom: 70px
}

.request-for-proposal .proposal-form .title h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    padding-left: 65px;
    margin-top: -3px;
    margin-bottom: 25px;
    position: relative
}

.request-for-proposal .proposal-form .title h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.request-for-proposal .proposal-form .title h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: -12px
}

.request-for-proposal .proposal-form form input {
    width: 100%;
    height: 60px;
    border: 1px solid #ec7d1b;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 18px;
    color: #fff
}

.request-for-proposal .proposal-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form input::placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form input:focus {
    background: rgba(77, 46, 105, .2)
}

.request-for-proposal .proposal-form form textarea {
    width: 100%;
    height: 225px;
    border: 1px solid #ec7d1b;
    border-radius: 8px;
    margin-bottom: 50px;
    padding: 14px 30px;
    font-size: 18px;
    color: #fff
}

.request-for-proposal .proposal-form form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form textarea::placeholder {
    color: rgba(255, 255, 255, .4)
}

.request-for-proposal .proposal-form form textarea:focus {
    background: rgba(77, 46, 105, .2)
}

.request-for-proposal .proposal-form form .def-btn {
    border: 2px solid #ec7d1b;
    line-height: 76px
}

.request-for-proposal .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: -176px;
    -webkit-box-shadow: 10px 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 10px 0 15px 0 rgba(0, 0, 0, .15)
}

.faq {
    padding: 120px 0;
    background: #faf5ff;
    position: relative;
    overflow-x: hidden
}

.faq:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/faq-bg.jpg) center center no-repeat;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    background-size: cover
}

.faq .part-txt .title {
    margin-bottom: 70px
}

.faq .part-txt .title h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #ec7d1b;
    padding-left: 65px;
    margin-top: -3px;
    margin-bottom: 25px;
    position: relative
}

.faq .part-txt .title h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.faq .part-txt .title h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -12px
}

.faq .part-txt .accordion .card {
    margin-bottom: 30px;
    background: #ec7d1b;
    padding-bottom: 8px;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.faq .part-txt .accordion .card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 8px;
    height: 8px;
    background: #1d0d2c
}

.faq .part-txt .accordion .card:last-child {
    margin-bottom: 0
}

.faq .part-txt .accordion .card .card-header {
    margin-bottom: 0;
    background: 0 0;
    border: 0;
    height: 72px;
    padding: 0 30px
}

.faq .part-txt .accordion .card .card-header button {
    padding: 0;
    height: 72px;
    border: 0;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-decoration: none
}

.faq .part-txt .accordion .card .card-header button span {
    position: absolute;
    bottom: 8px;
    right: 8px;
    line-height: 64px;
    height: 64px;
    width: 64px;
    background: #1d0d2c;
    border-radius: 5px 5px 0 0;
    color: #ec7d1b;
    font-size: 36px
}

.faq .part-txt .accordion .card .card-body {
    padding: 0 105px 27px 30px
}

.faq .part-txt .accordion .card .card-body p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -9px
}

.team {
    padding-top: 120px;
    padding-bottom: 60px
}

.team .single-box {
    background: #faf5ff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img {
    height: 270px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img img {
    width: auto;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 44, .7);
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img .overlay .social {
    background: #ec7d1b;
    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;
    width: 34px;
    padding: 9px 0;
    text-align: center;
    margin-right: -34px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.team .single-box .part-img .overlay .social a {
    color: #1d0d2c;
    height: 28px;
    line-height: 28px
}

.team .single-box .part-img .overlay .social a:hover {
    color: #fff
}

.team .single-box .txt {
    text-align: center;
    padding: 40px 0
}

.team .single-box .txt a {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 9px
}

.team .single-box .txt p {
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d;
    margin-bottom: -3px
}

.team .single-box:hover {
    -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .15);
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, .15)
}

.team .single-box:hover .part-img {
    margin-right: 35px
}

.team .single-box:hover .part-img img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.team .single-box:hover .part-img .overlay {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    opacity: 1
}

.team .single-box:hover .part-img .overlay .social {
    margin-right: -17px
}

.team .single-box:hover .txt a {
    color: #ec7d1b
}

.blog {
    padding-top: 60px;
    padding-bottom: 120px
}

.blog .blog-post-1 {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.blog .blog-post-1 .part-txt {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 660px;
    background: #fff;
    border-radius: 10px;
    padding: 60px 79px;
    z-index: 2
}

.blog .blog-post-1 .part-txt:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    background: #1d0d2c;
    border-radius: 10px 0 0 0;
    z-index: -1
}

.blog .blog-post-1 .part-txt h3 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #ec7d1b;
    margin-bottom: 27px
}

.blog .blog-post-1 .part-txt .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .blog-post-1 .part-txt .blog-info ul {
    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: 0;
    margin-bottom: 48px
}

.blog .blog-post-1 .part-txt .blog-info ul:first-child {
    margin-right: 60px
}

.blog .blog-post-1 .part-txt .blog-info ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    margin-right: 25px
}

.blog .blog-post-1 .part-txt .blog-info ul li i {
    margin-right: 10px
}

.blog .blog-post-1 .part-txt .blog-info ul li.img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.blog .blog-post-1 .part-txt .other-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog .blog-post-1 .part-txt .other-info .more {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    padding-bottom: 7px;
    border-bottom: 2px solid #ec7d1b
}

.blog .blog-post-1 .part-txt .other-info .more:hover {
    color: #ec7d1b
}

.blog .blog-post-1 .part-txt .other-info .share {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 27px;
    width: 27px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    overflow: hidden
}

.blog .blog-post-1 .part-txt .other-info .share .social {
    margin-right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .blog-post-1 .part-txt .other-info .share .social a {
    color: #fff;
    margin-right: 11px
}

.blog .blog-post-1 .part-txt .other-info .share .social a:hover {
    color: #ec7d1b
}

.blog .blog-post-1 .part-txt .other-info .share:hover {
    color: #ec7d1b;
    width: 160px
}

.blog .blog-post-1 .part-txt .other-info .share:visited {
    width: 160px
}

.blog .blog-post-list {
    margin-bottom: -30px
}

.blog .blog-post-list .single-post {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    margin-bottom: 30px
}

.blog .blog-post-list .single-post .part-img {
    width: 216px;
    border-radius: 10px;
    overflow: hidden
}

.blog .blog-post-list .single-post .part-txt a {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -7px;
    margin-bottom: 32px
}

.blog .blog-post-list .single-post .part-txt .blog-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog .blog-post-list .single-post .part-txt .blog-info ul {
    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: 0;
    margin-bottom: 0
}

.blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
    margin-right: 60px
}

.blog .blog-post-list .single-post .part-txt .blog-info ul li {
    list-style: none;
    color: #2d2d2d;
    font-size: 15px;
    margin-right: 25px
}

.blog .blog-post-list .single-post .part-txt .blog-info ul li i {
    margin-right: 10px
}

.blog .blog-post-list .single-post .part-txt .blog-info ul li.img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.blog .blog-post-list .single-post:hover .part-txt a {
    color: #ec7d1b
}

.blog-2 {
    padding: 120px 0
}

.blog-2 .single-box {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    margin-bottom: 15px
}

.blog-2 .single-box .part-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden
}

.blog-2 .single-box .part-txt {
    padding: 30px 35px;
    position: relative;
    z-index: 2
}

.blog-2 .single-box .part-txt:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    height: 15px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 7px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.blog-2 .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #f94d1c;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

.blog-2 .single-box .part-txt .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;
    border-bottom: 1px solid #f94d1c;
    margin-bottom: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-2 .single-box .part-txt .blog-info ul {
    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: 0;
    margin-bottom: 25px
}

.blog-2 .single-box .part-txt .blog-info ul li {
    list-style: none;
    color: #2d2d2d;
    font-size: 15px;
    margin-right: 25px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-2 .single-box .part-txt .blog-info ul li:last-child {
    margin-right: 0
}

.blog-2 .single-box .part-txt .blog-info ul li i {
    margin-right: 10px;
    color: #f94d1c;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-2 .single-box .part-txt .blog-info ul li.img {
    width: 44px;
    height: 44px;
    border: 3px solid #f94d1c;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.blog-2 .single-box .part-txt h3 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -6px;
    margin-bottom: 27px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.blog-2 .single-box .part-txt .other-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-2 .single-box .part-txt .other-info .more {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    padding-bottom: 7px;
    border-bottom: 2px solid #2d2d2d
}

.blog-2 .single-box .part-txt .other-info .share {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 27px;
    width: 27px;
    color: #f94d1c;
    font-size: 16px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    overflow: hidden
}

.blog-2 .single-box .part-txt .other-info .share i {
    margin-right: 1px
}

.blog-2 .single-box .part-txt .other-info .share .social {
    margin-right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-2 .single-box .part-txt .other-info .share .social a {
    color: #fff;
    margin-right: 11px;
    font-size: 16px
}

.blog-2 .single-box .part-txt .other-info .share .social a i {
    margin: 0
}

.blog-2 .single-box .part-txt .other-info .share .social a:hover {
    color: #1d0d2c
}

.blog-2 .single-box .part-txt .other-info .share:hover {
    width: 160px
}

.blog-2 .single-box:hover .part-txt:before {
    background: rgba(249, 77, 28, .3)
}

.blog-2 .single-box:hover .part-txt:after {
    height: 100%
}

.blog-2 .single-box:hover .part-txt .blog-info {
    border-color: #fff
}

.blog-2 .single-box:hover .part-txt .blog-info ul li {
    color: #fff
}

.blog-2 .single-box:hover .part-txt .blog-info ul li i {
    color: #fff
}

.blog-2 .single-box:hover .part-txt .blog-info ul li.img {
    border-color: #fff
}

.blog-2 .single-box:hover .part-txt h3 {
    color: #fff
}

.blog-2 .single-box:hover .part-txt .other-info .more {
    color: #1d0d2c;
    border-color: #1d0d2c
}

.blog-2 .single-box:hover .part-txt .other-info .share {
    color: #1d0d2c
}

.brand {
    padding-bottom: 10px
}

.brand .brands .single-box {
    width: 100%;
    height: 84px;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: .4
}

.brand .brands .single-box img {
    width: auto
}

.brand .brands .single-box:hover {
    opacity: 1
}

.footer .main-footer {
    background: #1d0d2c;
    padding: 120px 0
}

.footer .main-footer h3.title {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -3px;
    margin-bottom: 40px;
    padding-bottom: 7px;
    position: relative
}

.footer .main-footer h3.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65px;
    height: 2px;
    background: #ec7d1b
}

.footer .main-footer .footer-about p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 33px
}

.footer .main-footer .footer-about ul {
    padding: 0;
    margin: 0;
    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
}

.footer .main-footer .footer-about ul li {
    list-style: none;
    font-size: 18px;
    line-height: 100%;
    color: #fff
}

.footer .main-footer .footer-about ul li:first-child {
    margin-right: 25px
}

.footer .main-footer .footer-about ul li a {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff
}

.footer .main-footer .footer-about ul li a.fb {
    background: #1976d2
}

.footer .main-footer .footer-about ul li a.tw {
    background: #03a9f4
}

.footer .main-footer .footer-about ul li a.pin {
    background: #d01d1d
}

.footer .main-footer .footer-about ul li a.ld {
    background: #007ab9
}

.footer .main-footer .footer-about ul li a.gl {
    background: #dd4b39
}

.footer .main-footer .links ul {
    padding: 0;
    margin-bottom: -7px;
    margin-top: -4px
}

.footer .main-footer .links ul li {
    list-style: none;
    padding-bottom: 6px
}

.footer .main-footer .links ul li:last-child {
    padding-bottom: 0
}

.footer .main-footer .links ul li a {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    padding-left: 18px;
    position: relative
}

.footer .main-footer .links ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: rgba(236, 125, 27, .5);
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer .main-footer .links ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #ec7d1b;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.footer .main-footer .links ul li a:hover {
    margin-left: 5px
}

.footer .main-footer .app-download ul {
    padding: 0;
    margin: 0
}

.footer .main-footer .app-download ul li {
    list-style: none
}

.footer .main-footer .app-download ul li:first-child {
    margin-bottom: 20px
}

.footer .main-footer .footer-contact ul {
    padding: 0;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .main-footer .footer-contact ul:first-child {
    margin-top: -1px
}

.footer .main-footer .footer-contact ul:last-child {
    margin-bottom: -5px
}

.footer .main-footer .footer-contact ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
    line-height: 22px
}

.footer .main-footer .footer-contact ul li i {
    color: #ec7d1b;
    margin-right: 10px
}

.footer .main-footer .footer-contact ul li span {
    display: block;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 8px
}

.footer .copyright {
    background: #160a21
}

.footer .copyright p {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-top: -1px;
    padding-top: 30px;
    margin-bottom: 0;
    padding-bottom: 27px
}

.footer .copyright .links {
    height: 100%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer .copyright .links a {
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    margin: 0 15px;
    position: relative
}

.footer .copyright .links a:last-child {
    margin-right: 0
}

.footer .copyright .links a:last-child:after {
    display: none
}

.footer .copyright .links a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 10px;
    background: #fff
}

.footer .copyright .links a:hover {
    color: #ec7d1b
}

.breadcrumb {
    padding: 0;
    padding-top: 262px;
    margin-bottom: 0;
    background-size: cover;
    border-radius: 0
}

.breadcrumb.bg-1 {
    background: url(../images/breadcrumb-bg-1.jpg) center center no-repeat
}

.breadcrumb.bg-2 {
    background: url(../images/breadcrumb-bg-2.jpg) center center no-repeat
}

.breadcrumb.bg-3 {
    background: url(../images/breadcrumb-bg-3.jpg) center center no-repeat
}

.breadcrumb.bg-4 {
    background: url(../images/breadcrumb-bg-4.jpg) center center no-repeat
}

.breadcrumb.bg-5 {
    background: url(../images/breadcrumb-bg-5.jpg) center center no-repeat
}

.breadcrumb.bg-6 {
    background: url(../images/breadcrumb-bg-6.jpg) center center no-repeat
}

.breadcrumb .part-txt {
    text-align: center;
    padding: 150px 0
}

.breadcrumb .part-txt h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    margin-top: -11px;
    margin-bottom: 35px
}

.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: 18px;
    line-height: 100%;
    color: #fff;
    margin-right: 30px
}

.breadcrumb .part-txt ul li:last-child {
    margin-right: 0
}

.breadcrumb .part-txt ul li i {
    font-size: 16px
}

.feature-inner {
    margin-top: 0;
    padding-top: 120px
}

.video {
    background: url(../images/video-bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 145px;
    position: relative;
    z-index: 2
}

.video:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 44, .7);
    z-index: -1
}

.video .btn-area {
    text-align: center;
    padding: 215px 0
}

.video .btn-area .vdo-btn {
    text-align: center;
    width: 82px;
    height: 82px;
    line-height: 82px;
    background: #ec7d1b;
    border: 1px solid #ec7d1b;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    position: relative
}

.video .btn-area .vdo-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ec7d1b;
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear infinite;
    animation: pulse-1 1s linear infinite
}

.video .btn-area .vdo-btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ec7d1b;
    border-radius: 50%;
    -webkit-animation: pulse-1 1s linear .5s infinite;
    animation: pulse-1 1s linear .5s infinite
}

.video .btn-area .vdo-btn i {
    margin-left: 5px
}

.video .btn-area .vdo-btn:hover {
    background: #fff;
    color: #ec7d1b
}

.counter-inner .bg {
    background: #fff;
    margin: -145px -15px 0;
    position: relative;
    z-index: 2
}

.counter-inner .bg:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background: url(../images/counter-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1
}

.history {
    background: url(../images/map-vector.png) center center no-repeat;
    padding: 120px 0
}

.history .single-box.bottom .txt p {
    margin-bottom: -7px
}

.history .single-box.bottom .date {
    margin-bottom: 50px;
    margin-top: -40px
}

.history .single-box.bottom .date:after {
    background: #1d0d2c
}

.history .single-box.bottom .date h4 {
    background: #1d0d2c
}

.history .single-box.bottom .date h4:before {
    background: #1d0d2c
}

.history .single-box .txt {
    padding-right: 75px
}

.history .single-box .txt h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 20px
}

.history .single-box .txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 43px
}

.history .single-box .date {
    text-align: center;
    margin-bottom: -40px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.history .single-box .date:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    height: 4px;
    background: #ec7d1b;
    z-index: -1
}

.history .single-box .date h4 {
    background: #ec7d1b;
    border-radius: 0 10px 10px 0;
    width: 273px;
    height: 80px;
    font-size: 25px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.history .single-box .date h4:before {
    content: "";
    position: absolute;
    top: -2px;
    right: -26px;
    width: 90px;
    height: 85px;
    background: #ec7d1b;
    border-radius: 10px;
    -webkit-transform: rotate(34deg) skew(-22deg, 0deg);
    -ms-transform: rotate(34deg) skew(-22deg, 0deg);
    transform: rotate(34deg) skew(-22deg, 0deg);
    z-index: -1
}

.testimonial-2 {
    padding: 120px 0;
    background: url(../images/testimonial-bg-2.jpg) center center no-repeat;
    background-size: cover
}

.testimonial-2 .comment-area-2 .owl-stage-outer {
    padding: 20px 20px 61px;
    margin: -20px -20px 0
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
    text-align: center;
    padding: 40px 39px 75px;
    position: relative;
    z-index: 2
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt .bg img {
    width: auto;
    height: 100%
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: -7px
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area {
    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;
    background: #fff;
    padding-bottom: 30px
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area .part-img {
    width: 70px;
    height: 70px;
    border: 5px solid #ec7d1b;
    border-radius: 50%;
    margin-top: -35px;
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 2
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 9px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area p {
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d;
    margin-bottom: -3px
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment:hover {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1)
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment:hover .part-txt .bg {
    opacity: .13
}

.testimonial-2 .comment-area-2 .owl-stage-outer .single-comment:hover .client-area h3 {
    color: #ec7d1b
}

.testimonial-2 .comment-area-2 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -13px
}

.testimonial-2 .comment-area-2 .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #1d0d2c;
    border-radius: 50%;
    margin: 0 5px;
    position: relative
}

.testimonial-2 .comment-area-2 .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: #1d0d2c;
    border-radius: 50%
}

.testimonial-2 .comment-area-2 .owl-dots .owl-dot.active {
    background: rgba(29, 13, 44, .5)
}

.team-2 {
    padding: 120px 0
}

.team-2 .team-slider {
    padding-bottom: 61px
}

.team-2 .team-slider .single-box .part-img {
    margin-right: -38px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    position: relative
}

.team-2 .team-slider .single-box .part-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(29, 13, 44, .6);
    border-radius: 10px 10px 10px 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team-2 .team-slider .single-box .part-txt {
    background: #fff;
    border-radius: 10px;
    margin-left: -42px;
    margin-top: 35px;
    padding: 37px 29px 30px 36px;
    position: relative;
    z-index: 2
}

.team-2 .team-slider .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 7px;
    background: #faf5ff;
    border-radius: 10px;
    z-index: -1
}

.team-2 .team-slider .single-box .part-txt .title {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 6px
}

.team-2 .team-slider .single-box .part-txt h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 18px
}

.team-2 .team-slider .single-box .part-txt p {
    font-size: 18px;
    line-height: 25px;
    color: #2d2d2d;
    margin-bottom: 20px
}

.team-2 .team-slider .single-box .part-txt .social {
    margin-bottom: -5px
}

.team-2 .team-slider .single-box .part-txt .social a {
    font-size: 16px;
    line-height: 100%;
    color: #1d0d2c;
    margin-right: 10px
}

.team-2 .team-slider .single-box .part-txt .social a:hover {
    color: #ec7d1b
}

.team-2 .team-slider .single-box:hover .part-img:after {
    width: 100%;
    height: 100%
}

.team-2 .team-slider .single-box:hover .part-txt .title {
    color: #ec7d1b
}

.team-2 .team-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: -13px
}

.team-2 .team-slider .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #1d0d2c;
    border-radius: 50%;
    margin: 0 5px;
    position: relative
}

.team-2 .team-slider .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 5px;
    height: 5px;
    background: #1d0d2c;
    border-radius: 50%
}

.team-2 .team-slider .owl-dots .owl-dot.active {
    background: rgba(29, 13, 44, .5)
}

.pricing {
    padding-top: 120px;
    padding-bottom: 60px
}

.pricing .single-box {
    background: url(../images/pricing-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%
}

.pricing .single-box.center .top h3 {
    padding: 43px 0
}

.pricing .single-box.center .bottom {
    padding-bottom: 105px
}

.pricing .single-box .top {
    text-align: center
}

.pricing .single-box .top h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    padding: 30px 0;
    margin-top: -3px;
    margin-bottom: -4px
}

.pricing .single-box .top h2 {
    background: #1d0d2c;
    color: #fff;
    font-size: 50px;
    line-height: 100%;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 19px;
    margin-bottom: 0
}

.pricing .single-box .top h2 .symbol {
    font-size: 30px;
    vertical-align: text-top;
    margin-top: 2px
}

.pricing .single-box .top h2 .limitation {
    font-size: 25px;
    font-weight: 400
}

.pricing .single-box .middle {
    padding-top: 65px;
    padding-bottom: 62px
}

.pricing .single-box .middle ul {
    padding: 0;
    margin: 0;
    text-align: center
}

.pricing .single-box .middle ul li {
    list-style: none;
    font-size: 22px;
    line-height: 50px;
    color: #2d2d2d
}

.pricing .single-box .middle ul li span {
    color: #ec7d1b
}

.pricing .single-box .bottom {
    text-align: center;
    padding-bottom: 80px
}

.pricing .single-box .bottom a {
    height: 80px;
    line-height: 78px;
    border: 1px solid #1d0d2c;
    border-radius: 10px;
    padding: 0 45px;
    font-size: 25px;
    font-weight: 500;
    color: #2d2d2d
}

.pricing .single-box .bottom a:hover {
    background: #1d0d2c;
    color: #fff
}

.service-inner {
    padding-bottom: 30px
}

.service-inner .single-box {
    margin-bottom: 30px
}

.service-inner .single-box:before {
    background: #ec7d1b
}

.service-inner .single-box:after {
    display: none
}

.service-inner .single-box .part-icon {
    border-color: #ec7d1b;
    color: #ec7d1b
}

.world-connected {
    padding-top: 60px;
    padding-bottom: 120px
}

.world-connected .part-form {
    background: url(../images/form-bg.jpg);
    background-size: cover;
    border-radius: 10px;
    padding: 70px 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2)
}

.world-connected .part-form h2 {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 53px
}

.world-connected .part-form form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    background: #bd6416;
    border-radius: 5px;
    color: #fff
}

.world-connected .part-form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form textarea {
    width: 100%;
    height: 185px;
    padding: 15px 20px;
    margin-bottom: 50px;
    background: #bd6416;
    border-radius: 5px;
    color: #fff
}

.world-connected .part-form form textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form textarea::placeholder {
    color: rgba(255, 255, 255, .7)
}

.world-connected .part-form form button {
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #ec7d1b;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 5px
}

.world-connected .part-form form button:hover {
    background: #1d0d2c
}

.world-connected .part-txt h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    color: #ec7d1b;
    padding-left: 65px;
    margin-top: -2px;
    margin-bottom: 22px;
    position: relative
}

.world-connected .part-txt h4:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ec7d1b;
    border-radius: 1px
}

.world-connected .part-txt h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 48px
}

.world-connected .part-txt .details {
    background: url(../images/world-connected.png) center center no-repeat;
    background-size: contain;
    height: 420px;
    position: relative
}

.world-connected .part-txt .details .circle {
    position: absolute;
    width: 55px;
    height: 55px;
    background: rgba(29, 13, 44, .7);
    border-radius: 50%;
    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;
    z-index: 2
}

.world-connected .part-txt .details .circle.one {
    top: 45px;
    left: 92px
}

.world-connected .part-txt .details .circle.two {
    top: 5px;
    left: 252px
}

.world-connected .part-txt .details .circle.three {
    top: 61px;
    left: 386px
}

.world-connected .part-txt .details .circle.four {
    top: 17px;
    right: 125px
}

.world-connected .part-txt .details .circle.five {
    left: 176px;
    bottom: 110px
}

.world-connected .part-txt .details .circle.six {
    left: 394px;
    bottom: 64px
}

.world-connected .part-txt .details .circle.seven {
    top: 175px;
    right: 216px
}

.world-connected .part-txt .details .circle.eight {
    bottom: 60px;
    right: 58px
}

.world-connected .part-txt .details .circle:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 45px;
    height: 45px;
    background: #1d0d2c;
    border-radius: 50%;
    z-index: -1
}

.world-connected .part-txt .details .circle span {
    display: block;
    font-size: 8px;
    line-height: 10px;
    color: #fff
}

.service-details {
    padding: 120px 0
}

.service-details .main-content .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px
}

.service-details .main-content .part-txt h2 {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    padding-top: 26px;
    margin-bottom: 33px
}

.service-details .main-content .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: 28px
}

.service-details .main-content .part-txt h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #2d2d2d;
    padding-top: 22px;
    margin-bottom: 26px
}

.service-details .main-content .explore {
    margin-bottom: 60px
}

.service-details .main-content .explore h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    padding-top: 27px;
    margin-bottom: 31px
}

.service-details .main-content .explore .boxes {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden
}

.service-details .main-content .explore .boxes .single-box.center {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.service-details .main-content .explore .boxes .single-box .part-icon {
    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;
    padding: 40px 0
}

.service-details .main-content .explore .boxes .single-box .part-icon img {
    width: auto;
    height: 55px;
    margin-bottom: 27px
}

.service-details .main-content .explore .boxes .single-box .part-icon h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -4px
}

.service-details .main-content .explore .boxes .single-box .txt {
    background: #1d0d2c;
    text-align: center;
    padding: 40px
}

.service-details .main-content .explore .boxes .single-box .txt p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: -1px
}

.service-details .main-content .analysis h2 {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: 28px
}

.service-details .main-content .analysis p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: -7px
}

.service-details .main-content .analysis .analysis-chart {
    width: 762px;
    margin-top: 35px;
    margin-bottom: -16px;
    position: relative;
    z-index: 2
}

.service-details .main-content .analysis .analysis-chart:after {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    right: 0;
    bottom: 64px;
    background: #ffe3dc;
    z-index: -1
}

.service-details .sidebar .nav {
    margin-bottom: 70px
}

.service-details .sidebar .nav .nav-link {
    height: 100px;
    line-height: 100px;
    padding: 0 40px;
    background: #ec7d1b;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.service-details .sidebar .nav .nav-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background: #1d0d2c;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: -1
}

.service-details .sidebar .nav .nav-link.active:after {
    width: 100%
}

.service-details .sidebar .nav .nav-link span {
    font-size: 45px;
    vertical-align: middle;
    margin-bottom: -9px;
    margin-right: 35px
}

.service-details .sidebar .nav .nav-link:hover:after {
    width: 100%
}

.service-details .sidebar .service-help {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px
}

.service-details .sidebar .service-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(29, 13, 44, 0.8)));
    background: -webkit-linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    background: -o-linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    background: linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    z-index: 1
}

.service-details .sidebar .service-help .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2
}

.service-details .sidebar .service-help .txt h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 26px
}

.service-details .sidebar .service-help .txt p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px
}

.service-details .sidebar .service-help .txt p span {
    display: block
}

.service-details .sidebar .pdf-download {
    height: 100px;
    background: #ec7d1b;
    border-radius: 8px;
    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;
    padding: 0 60px
}

.service-details .sidebar .pdf-download .txt a {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px
}

.service-details .sidebar .pdf-download .txt a:hover {
    color: #1d0d2c
}

.service-details .sidebar .pdf-download .txt p {
    font-size: 16px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0
}

.service-details .sidebar .pdf-download .icon a {
    font-size: 45px;
    color: #fff
}

.service-details .sidebar .pdf-download .icon a i {
    vertical-align: sub
}

.service-details .sidebar .pdf-download .icon a:hover {
    color: #1d0d2c
}

.team-inner {
    padding-bottom: 90px
}

.team-inner .single-box {
    margin-bottom: 30px
}

.team-details {
    padding: 120px 0
}

.team-details .bg {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 80px
}

.team-details .bg .part-img {
    border-radius: 10px;
    overflow: hidden
}

.team-details .bg .basic-info {
    padding: 90px 0 90px 25px;
    padding-left: 25px
}

.team-details .bg .basic-info h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 14px
}

.team-details .bg .basic-info p {
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d;
    margin-bottom: 40px
}

.team-details .bg .basic-info ul {
    padding: 0;
    margin-bottom: 38px
}

.team-details .bg .basic-info ul li {
    list-style: none;
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d;
    margin-bottom: 25px
}

.team-details .bg .basic-info ul li:last-child {
    margin-bottom: 0
}

.team-details .bg .basic-info ul li span {
    width: 160px
}

.team-details .bg .basic-info .social a {
    font-size: 30px;
    line-height: 100%;
    color: #1d0d2c;
    margin-right: 15px
}

.team-details .bg .basic-info .social a:last-child {
    margin-right: 0
}

.team-details .bg .basic-info .social a:hover {
    color: #ec7d1b
}

.team-details .bg .skill {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px;
    padding: 90px 60px 90px 0
}

.team-details .bg .skill .single-skill {
    padding: 25px
}

.team-details .bg .skill .single-skill .circle-chart {
    width: 209px;
    height: 209px
}

.team-details .bg .skill .single-skill .circle-chart .circle-chart__background {
    stroke: #e5e5e5;
    stroke-width: 1px
}

.team-details .bg .skill .single-skill .circle-chart .success-stroke {
    stroke: #ec7d1b;
    stroke-width: 1px;
    -webkit-transform: rotate(-90deg) rotateX(180deg);
    transform: rotate(-90deg) rotateX(180deg)
}

.team-details .bg .skill .single-skill .circle-chart .circle-chart__percent {
    font-size: 5px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d
}

.team-details .bg .skill .single-skill .circle-chart .circle-chart__subline {
    font-family: nunito sans, sans-serif;
    font-size: 2.5px;
    font-weight: 600;
    line-height: 100%;
    color: #2d2d2d
}

.team-details .part-txt .experience {
    padding-bottom: 60px
}

.team-details .part-txt .experience h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 39px
}

.team-details .part-txt .experience p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 18px
}

.team-details .part-txt .education h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 39px
}

.team-details .part-txt .education p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 25px
}

.team-details .part-txt .education .versity {
    margin-top: 20px
}

.team-details .part-txt .education .versity:last-child {
    margin-bottom: -7px
}

.team-details .part-txt .education .versity h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
    color: #2d2d2d;
    margin-bottom: 12px
}

.team-details .part-txt .education .versity span {
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d;
    margin-right: 35px
}

.team-details .part-txt .language h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 39px
}

.team-details .part-txt .language p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 18px
}

.portfolio-inner {
    padding: 120px 0
}

.portfolio-inner .control-panel {
    margin-bottom: 60px
}

.portfolio-inner .control-panel .controls {
    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: 0;
    margin: 0
}

.portfolio-inner .control-panel .controls li {
    list-style: none;
    height: 50px;
    line-height: 50px;
    background: #1d0d2c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 6px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 2
}

.portfolio-inner .control-panel .controls li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ec7d1b;
    border-radius: 6px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.portfolio-inner .control-panel .controls li.active {
    line-height: 45px;
    padding-right: 27px
}

.portfolio-inner .control-panel .controls li.active:after {
    right: 7px;
    bottom: 7px;
    opacity: 1
}

.portfolio-inner .items {
    margin: -15px
}

.portfolio-inner .items .single-item {
    width: calc(100%/3 - 30px);
    margin: 15px;
    border-radius: 10px;
    z-index: 2
}

.portfolio-inner .items .single-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #faf5ff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: -1
}

.portfolio-inner .items .single-item .part-img {
    height: 280px;
    overflow: hidden;
    border-radius: 10px 10px 10px 0;
    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;
    position: relative;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.portfolio-inner .items .single-item .part-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 13, 44, .7);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1
}

.portfolio-inner .items .single-item .part-img img {
    width: auto;
    height: 100%
}

.portfolio-inner .items .single-item .part-img .view-btn {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: 2
}

.portfolio-inner .items .single-item .part-img .view-btn a {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 84px;
    background: #ec7d1b;
    color: #fff;
    border-radius: 50%;
    font-size: 30px
}

.portfolio-inner .items .single-item .part-img .view-btn a:hover {
    background: #fff;
    color: #ec7d1b
}

.portfolio-inner .items .single-item .part-txt {
    padding: 40px;
    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;
    overflow: hidden
}

.portfolio-inner .items .single-item .part-txt .txt a {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 14px
}

.portfolio-inner .items .single-item .part-txt .txt a:hover {
    color: #ec7d1b
}

.portfolio-inner .items .single-item .part-txt .txt p {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -3px
}

.portfolio-inner .items .single-item .part-txt .view-btn {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.portfolio-inner .items .single-item .part-txt .view-btn a {
    text-align: center;
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: #ec7d1b;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 25px;
    color: #fff
}

.portfolio-inner .items .single-item .part-txt .view-btn a:hover {
    background: #fff;
    border-color: #ec7d1b;
    color: #ec7d1b
}

.portfolio-inner .items .single-item:hover:after {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)
}

.portfolio-inner .items .single-item:hover .part-img {
    margin-right: 40px
}

.portfolio-inner .items .single-item:hover .part-img:after {
    opacity: 1
}

.portfolio-inner .items .single-item:hover .part-img .view-btn {
    left: 50%;
    opacity: 1
}

.portfolio-inner .items .single-item:hover .part-txt .view-btn {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.portfolio-details {
    padding: 120px 0
}

.portfolio-details .project-details .part-img {
    border-radius: 10px 10px 10px 0;
    overflow: hidden;
    margin-bottom: 60px
}

.portfolio-details .project-details .part-txt {
    margin-bottom: -29px
}

.portfolio-details .project-details .part-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 12px
}

.portfolio-details .project-details .part-txt h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 20px
}

.portfolio-details .project-details .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 22px
}

.portfolio-details .project-details .part-txt p.note {
    font-style: italic;
    font-weight: 500;
    margin-bottom: 25px
}

.portfolio-details .project-details .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    padding-top: 30px;
    margin-bottom: 25px
}

.portfolio-details .project-details .part-txt .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 29px
}

.portfolio-details .project-details .part-txt ul {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 20px
}

.portfolio-details .project-details .part-txt ul li {
    list-style: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    color: #2d2d2d;
    padding-left: 17px;
    position: relative
}

.portfolio-details .project-details .part-txt ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: rgba(29, 13, 44, .5);
    border-radius: 50%
}

.portfolio-details .project-details .part-txt ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #1d0d2c;
    border-radius: 50%
}

.portfolio-details .sidebar .project-info {
    background: url(../images/portfolio-details-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px
}

.portfolio-details .sidebar .project-info h2 {
    padding: 0 50px;
    background: #ec7d1b;
    color: #faf5ff;
    margin-bottom: 0;
    height: 90px;
    line-height: 90px;
    font-size: 35px;
    font-weight: 700
}

.portfolio-details .sidebar .project-info ul {
    padding: 40px 50px;
    margin: 0
}

.portfolio-details .sidebar .project-info ul li {
    list-style: none;
    border-bottom: 1px solid #ec7d1b;
    font-size: 22px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    padding-top: 20px;
    padding-bottom: 16px
}

.portfolio-details .sidebar .project-info ul li:last-child {
    border-bottom: 0
}

.portfolio-details .sidebar .project-info ul li span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px
}

.portfolio-details .sidebar .project-info ul li span i {
    color: #ec7d1b;
    margin-right: 3px;
    font-size: 14px
}

.portfolio-details .sidebar .project-info ul li a {
    font-size: 18px;
    color: #1d0d2c;
    margin-right: 4px
}

.portfolio-details .sidebar .project-info ul li a:hover {
    color: #ec7d1b
}

.portfolio-details .sidebar .service-help {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.portfolio-details .sidebar .service-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), to(rgba(29, 13, 44, 0.8)));
    background: -webkit-linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    background: -o-linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    background: linear-gradient(transparent 20%, rgba(29, 13, 44, 0.8));
    z-index: 1
}

.portfolio-details .sidebar .service-help .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2
}

.portfolio-details .sidebar .service-help .txt h3 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 26px
}

.portfolio-details .sidebar .service-help .txt p {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px
}

.portfolio-details .sidebar .service-help .txt p span {
    display: block
}

.blog-inner {
    padding: 120px 0
}

.blog-inner .all-blogs .single-blog {
    position: relative;
    padding-bottom: 110px;
    margin-bottom: 30px
}

.blog-inner .all-blogs .single-blog .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.blog-inner .all-blogs .single-blog .part-img .date {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 0 0 10px 0;
    padding: 10px 20px 15px 15px;
    text-align: center;
    z-index: 2
}

.blog-inner .all-blogs .single-blog .part-img .date:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 5px;
    bottom: 5px;
    background: #ec7d1b;
    border-radius: 0 0 10px 0;
    z-index: -1
}

.blog-inner .all-blogs .single-blog .part-img .date span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff
}

.blog-inner .all-blogs .single-blog .part-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 465px;
    background: #fff;
    border-radius: 10px 0 0 0;
    padding: 55px 30px 40px 45px;
    z-index: 2
}

.blog-inner .all-blogs .single-blog .part-txt:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 0;
    left: 15px;
    background: #1d0d2c;
    border-radius: 10px 0;
    z-index: -1
}

.blog-inner .all-blogs .single-blog .part-txt .title {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 20px
}

.blog-inner .all-blogs .single-blog .part-txt .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-inner .all-blogs .single-blog .part-txt .blog-info ul {
    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: 0;
    margin-bottom: 19px
}

.blog-inner .all-blogs .single-blog .part-txt .blog-info ul:first-child i {
    vertical-align: middle
}

.blog-inner .all-blogs .single-blog .part-txt .blog-info ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    margin-right: 25px
}

.blog-inner .all-blogs .single-blog .part-txt .blog-info ul li:last-child {
    margin-right: 0
}

.blog-inner .all-blogs .single-blog .part-txt .blog-info ul li i {
    margin-right: 10px
}

.blog-inner .all-blogs .single-blog .part-txt .blog-info ul li.img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.blog-inner .all-blogs .single-blog .part-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 22px
}

.blog-inner .all-blogs .single-blog .part-txt .other-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .more {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    padding-bottom: 7px;
    border-bottom: 2px solid #fff
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 27px;
    width: 27px;
    color: #fff;
    font-size: 17px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    overflow: hidden
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share .social {
    margin-right: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    height: 20px;
    margin-top: -8px
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share .social a {
    color: #fff;
    margin-right: 11px
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share .social a:hover {
    color: #ec7d1b
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share:hover {
    color: #ec7d1b;
    width: 160px
}

.blog-inner .all-blogs .single-blog .part-txt .other-info .share:visited {
    width: 160px
}

.blog-inner .all-blogs .single-blog:hover .part-txt .title {
    color: #ec7d1b
}

.blog-inner .all-blogs .single-blog:hover .part-txt .other-info .more {
    color: #ec7d1b;
    border-color: #ec7d1b
}

.blog-inner .all-blogs .pagination {
    padding-top: 50px
}

.blog-inner .all-blogs .pagination a {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1d0d2c;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 13px;
    color: #2d2d2d
}

.blog-inner .all-blogs .pagination a:last-child {
    margin-right: 0
}

.blog-inner .all-blogs .pagination a:hover {
    background: #ec7d1b;
    border-color: #ec7d1b;
    color: #fff
}

.blog-inner .blog-details .main-image {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px
}

.blog-inner .blog-details .blog-info ul {
    padding: 0;
    margin-top: -3px;
    margin-bottom: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .blog-details .blog-info ul li {
    list-style: none;
    margin-right: 35px
}

.blog-inner .blog-details .blog-info ul li:last-child {
    margin-right: 0
}

.blog-inner .blog-details .blog-info ul li i {
    color: #ec7d1b;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: 3px;
    display: inline-block
}

.blog-inner .blog-details .part-txt {
    margin-bottom: 50px
}

.blog-inner .blog-details .part-txt h2 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 28px
}

.blog-inner .blog-details .part-txt p {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: 25px
}

.blog-inner .blog-details .part-txt .mark {
    margin: 0 110px;
    padding: 40px 30px 40px 40px;
    background: #1d0d2c;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.blog-inner .blog-details .part-txt .mark:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #ec7d1b
}

.blog-inner .blog-details .part-txt .mark p {
    font-style: italic;
    color: #fff;
    font-weight: 500;
    margin-bottom: -6px
}

.blog-inner .blog-details .image-2 {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

.blog-inner .blog-details .part-txt-2 {
    margin-left: -1px;
    margin-bottom: -27px
}

.blog-inner .blog-details .part-txt-2 h2 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 28px
}

.blog-inner .blog-details .part-txt-2 p {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: 25px
}

.blog-inner .blog-details .part-txt-2 ul {
    padding: 0;
    margin-top: -4px;
    margin-bottom: 27px
}

.blog-inner .blog-details .part-txt-2 ul li {
    list-style: none;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #ec7d1b;
    padding-left: 20px;
    position: relative
}

.blog-inner .blog-details .part-txt-2 ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #1d0d2c;
    border-radius: 50%
}

.blog-inner .blog-details .image-3 {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 30px
}

.blog-inner .blog-details .tags {
    text-align: center;
    margin-top: -5px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ec7d1b
}

.blog-inner .blog-details .tags a {
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 13px;
    font-size: 18px;
    font-weight: 700;
    color: #2d2d2d
}

.blog-inner .blog-details .tags a:hover {
    background: #ec7d1b;
    color: #fff
}

.blog-inner .blog-details .blog-share {
    text-align: center;
    padding: 50px 0
}

.blog-inner .blog-details .blog-share h3 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -7px;
    margin-bottom: 27px
}

.blog-inner .blog-details .blog-share a {
    height: 65px;
    line-height: 65px;
    padding: 0 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    margin: 0 13px;
    font-size: 18px;
    color: #fff
}

.blog-inner .blog-details .blog-share a i {
    margin-right: 5px
}

.blog-inner .blog-details .blog-share a.fb {
    background: #1976d2
}

.blog-inner .blog-details .blog-share a.tw {
    background: #03a9f4
}

.blog-inner .blog-details .blog-share a.ld {
    background: #007ab9
}

.blog-inner .blog-details .blog-share a.gl {
    background: #dd4b39
}

.blog-inner .blog-details .admin-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

.blog-inner .blog-details .admin-area .part-img {
    width: 70px;
    height: 70px;
    margin-right: 30px;
    border: 3px solid #ec7d1b;
    border-radius: 50%;
    overflow: hidden
}

.blog-inner .blog-details .admin-area .txt {
    width: 932px
}

.blog-inner .blog-details .admin-area .txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 13px
}

.blog-inner .blog-details .admin-area .txt .admin-link {
    font-size: 18px;
    line-height: 100%;
    color: #7a7a7a;
    margin-bottom: 27px
}

.blog-inner .blog-details .admin-area .txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 28px
}

.blog-inner .blog-details .admin-area .txt .share {
    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;
    height: 25px;
    width: 25px;
    color: #ec7d1b;
    font-size: 18px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: -7px
}

.blog-inner .blog-details .admin-area .txt .share .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -5px;
    margin-left: 15px
}

.blog-inner .blog-details .admin-area .txt .share .social a {
    color: #2d2d2d;
    margin-left: 14px
}

.blog-inner .blog-details .admin-area .txt .share .social a:hover {
    color: #ec7d1b
}

.blog-inner .blog-details .admin-area .txt .share:hover {
    color: #ec7d1b;
    width: 160px
}

.blog-inner .blog-details .admin-area .txt .share:visited {
    width: 160px
}

.blog-inner .blog-details .post-nav {
    padding: 80px 0
}

.blog-inner .blog-details .post-nav .prev-post {
    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
}

.blog-inner .blog-details .post-nav .prev-post .part-img {
    width: 128px;
    height: 128px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px
}

.blog-inner .blog-details .post-nav .prev-post .txt {
    width: 372px
}

.blog-inner .blog-details .post-nav .prev-post .txt h3 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 39px
}

.blog-inner .blog-details .post-nav .prev-post .txt a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -3px
}

.blog-inner .blog-details .post-nav .prev-post .txt a:hover {
    color: #ec7d1b
}

.blog-inner .blog-details .post-nav .next-post {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog-inner .blog-details .post-nav .next-post .part-img {
    width: 128px;
    height: 128px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 30px
}

.blog-inner .blog-details .post-nav .next-post .txt {
    width: 372px;
    text-align: right
}

.blog-inner .blog-details .post-nav .next-post .txt h3 {
    font-size: 25px;
    line-height: 26px;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -4px;
    margin-bottom: 39px
}

.blog-inner .blog-details .post-nav .next-post .txt a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: -3px
}

.blog-inner .blog-details .post-nav .next-post .txt a:hover {
    color: #ec7d1b
}

.blog-inner .blog-details .blog-comment {
    padding-bottom: 40px
}

.blog-inner .blog-details .blog-comment h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 46px
}

.blog-inner .blog-details .blog-comment h3 span {
    margin-left: 58px
}

.blog-inner .blog-details .blog-comment .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    margin-bottom: 40px
}

.blog-inner .blog-details .blog-comment .single-comment.reply {
    margin-left: 140px
}

.blog-inner .blog-details .blog-comment .single-comment.reply .txt {
    width: 769px
}

.blog-inner .blog-details .blog-comment .single-comment .part-img {
    width: 96px;
    height: 99px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px
}

.blog-inner .blog-details .blog-comment .single-comment .part-img img {
    width: auto;
    height: 100%
}

.blog-inner .blog-details .blog-comment .single-comment .txt {
    width: 909px
}

.blog-inner .blog-details .blog-comment .single-comment .txt .name {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -2px;
    margin-bottom: 4px
}

.blog-inner .blog-details .blog-comment .single-comment .txt .date {
    font-size: 12px;
    line-height: 100%;
    color: #2d2d2d;
    margin-bottom: 18px
}

.blog-inner .blog-details .blog-comment .single-comment .txt p {
    font-size: 18px;
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 17px
}

.blog-inner .blog-details .blog-comment .single-comment .txt button {
    display: block;
    font-size: 18px;
    line-height: 100%;
    padding: 0;
    color: #2d2d2d;
    margin-bottom: -3px
}

.blog-inner .blog-details .blog-comment .single-comment .txt button i {
    margin-right: 3px
}

.blog-inner .blog-details .blog-comment .single-comment .txt button:hover {
    color: #ec7d1b
}

.blog-inner .blog-details .post-a-comment h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 46px
}

.blog-inner .blog-details .post-a-comment form input {
    width: 100%;
    height: 57px;
    padding: 0 25px;
    font-size: 14px;
    border: 1px solid #1d0d2c;
    border-radius: 5px;
    margin-bottom: 40px
}

.blog-inner .blog-details .post-a-comment form textarea {
    width: 100%;
    height: 210px;
    padding: 15px 25px;
    font-size: 14px;
    border: 1px solid #1d0d2c;
    border-radius: 5px;
    margin-bottom: 50px
}

.blog-inner .blog-details .post-a-comment form button {
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    background: #ec7d1b;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    color: #fff
}

.blog-inner .blog-details .post-a-comment form button:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15)
}

.blog-inner .sidebar .search-box {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    margin-bottom: 40px
}

.blog-inner .sidebar .search-box h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 16px
}

.blog-inner .sidebar .search-box form {
    background: #1d0d2c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 8px
}

.blog-inner .sidebar .search-box form input {
    width: 100%;
    padding: 0 20px;
    font-family: nunito sans, sans-serif;
    font-size: 14px;
    color: #fff
}

.blog-inner .sidebar .search-box form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.blog-inner .sidebar .search-box form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.blog-inner .sidebar .search-box form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.blog-inner .sidebar .search-box form input::placeholder {
    color: rgba(255, 255, 255, .7)
}

.blog-inner .sidebar .search-box form button {
    height: 45px;
    line-height: 54px;
    background: #ec7d1b;
    border-radius: 7px;
    font-size: 22px;
    color: #fff;
    padding: 0 18px;
    border-left: 1px solid #ec7d1b
}

.blog-inner .sidebar .search-box form button:hover {
    background: 0 0
}

.blog-inner .sidebar .admin {
    background: url(../images/blog-admin.bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    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: 50px 0;
    -webkit-box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, .15);
    margin-bottom: 40px
}

.blog-inner .sidebar .admin .part-img {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid transparent;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-bottom: 40px
}

.blog-inner .sidebar .admin .part-img img {
    width: auto;
    height: 100%
}

.blog-inner .sidebar .admin .part-txt {
    text-align: center;
    padding: 0 95px
}

.blog-inner .sidebar .admin .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 26px
}

.blog-inner .sidebar .admin .part-txt p {
    font-size: 18px;
    line-height: 26px;
    color: #2d2d2d;
    margin-bottom: 15px
}

.blog-inner .sidebar .admin .part-txt .social {
    padding-top: 24px
}

.blog-inner .sidebar .admin .part-txt .social a {
    font-size: 16px;
    color: #1d0d2c;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    position: relative
}

.blog-inner .sidebar .admin .part-txt .social a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 2px;
    border-radius: 50%;
    background: #1d0d2c
}

.blog-inner .sidebar .admin .part-txt .social a:last-child:after {
    display: none
}

.blog-inner .sidebar .admin .part-txt .social a:hover {
    color: #ec7d1b
}

.blog-inner .sidebar .recent-post {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 40px
}

.blog-inner .sidebar .recent-post h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 6px
}

.blog-inner .sidebar .recent-post ul {
    padding: 0;
    margin: 0
}

.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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ec7d1b;
    padding: 15px 0
}

.blog-inner .sidebar .recent-post ul li .img {
    width: 83px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 6px;
    overflow: hidden
}

.blog-inner .sidebar .recent-post ul li .txt {
    width: 372px;
    margin-bottom: -7px
}

.blog-inner .sidebar .recent-post ul li .txt a {
    font-size: 18px;
    height: 24px;
    color: #2d2d2d;
    margin-top: -5px;
    margin-bottom: 30px
}

.blog-inner .sidebar .recent-post ul li .txt a:hover {
    color: #ec7d1b
}

.blog-inner .sidebar .recent-post ul li .txt span {
    display: inline-block;
    font-size: 12px;
    line-height: 100%;
    color: #2d2d2d;
    margin-right: 21px
}

.blog-inner .sidebar .recent-post ul li .txt span i {
    font-size: 10px
}

.blog-inner .sidebar .category {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 40px
}

.blog-inner .sidebar .category h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 6px
}

.blog-inner .sidebar .category ul {
    padding: 0;
    margin: 0
}

.blog-inner .sidebar .category ul li {
    list-style: none;
    border-bottom: 1px solid #ec7d1b;
    padding-top: 18px;
    padding-bottom: 17px
}

.blog-inner .sidebar .category ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.blog-inner .sidebar .category ul li a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    color: #2d2d2d
}

.blog-inner .sidebar .category ul li a span {
    float: right
}

.blog-inner .sidebar .category ul li a:hover {
    color: #ec7d1b
}

.blog-inner .sidebar .tags {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 10px
}

.blog-inner .sidebar .tags h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -3px;
    margin-bottom: 26px
}

.blog-inner .sidebar .tags .all-tags {
    margin: -10px -8px
}

.blog-inner .sidebar .tags .all-tags a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px solid #1d0d2c;
    border-radius: 5px;
    margin: 10px 8px;
    font-size: 18px;
    color: #2d2d2d
}

.blog-inner .sidebar .tags .all-tags a:hover {
    border-color: #ec7d1b;
    color: #ec7d1b
}

.contact {
    padding: 120px 0
}

.contact .heading {
    margin-top: -11px
}

.contact .boxes .single-box {
    background: #ec7d1b;
    padding: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact .boxes .single-box .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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 44px
}

.contact .boxes .single-box .top .icon {
    width: 70px;
    height: 70px;
    background: #1d0d2c;
    padding: 20px 0;
    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;
    border-radius: 5px;
    margin-right: 30px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact .boxes .single-box .top .icon img {
    width: auto;
    height: 100%
}

.contact .boxes .single-box .top .txt span {
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    color: #1d0d2c;
    margin-bottom: 14px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.contact .boxes .single-box .top .txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.contact .boxes .single-box p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -7px
}

.contact .boxes .single-box p span {
    display: block
}

.contact .boxes .single-box:hover {
    background: #1d0d2c
}

.contact .boxes .single-box:hover .top .icon {
    background: #ec7d1b
}

.contact .boxes .single-box:hover .top .txt span {
    color: #ec7d1b
}

.contact .map-area {
    padding: 120px 0
}

.contact .map-area iframe {
    width: 100%;
    margin-bottom: -7px;
    border-radius: 10px
}

.contact .form-area .form {
    padding-right: 65px
}

.contact .form-area .form .title {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    color: #2d2d2d;
    margin-top: -6px;
    margin-bottom: 63px
}

.contact .form-area .form form input {
    width: 100%;
    height: 75px;
    border: 1px solid #1d0d2c;
    border-radius: 5px;
    margin-bottom: 35px;
    padding: 0 25px
}

.contact .form-area .form form textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #1d0d2c;
    border-radius: 5px;
    margin-bottom: 73px;
    padding: 25px
}

.contact .form-area .live-chat {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.contact .form-area .live-chat:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1D0D2C));
    background: -webkit-linear-gradient(transparent, #1D0D2C);
    background: -o-linear-gradient(transparent, #1D0D2C);
    background: linear-gradient(transparent, #1D0D2C);
    z-index: 1
}

.contact .form-area .live-chat .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    padding: 0 40px 60px
}

.contact .form-area .live-chat .txt .icon {
    display: inline-block;
    color: #ec7d1b;
    font-size: 65px;
    line-height: 100%;
    margin-bottom: 30px
}

.contact .form-area .live-chat .txt h3 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 29px
}

.contact .form-area .live-chat .txt p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 33px
}

.contact .form-area .live-chat .txt .def-btn {
    border: 1px solid #ec7d1b
}

@media only screen and (min-width:1200px) and (max-width:1640px) {
    .container {
        max-width: 1200px
    }

    .heading {
        margin-top: -3px
    }

    .heading h4 {
        font-size: 20px;
        margin-bottom: 28px
    }

    .heading h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: -10px
    }

    .def-btn {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        padding: 0 39px
    }

    .header .bg .top-header {
        padding: 0 25px
    }

    .header .bg .bottom-header {
        padding: 0 25px
    }

    .header .bg .bottom-header .custom .logo {
        padding-right: 10px
    }

    .header .bg .bottom-header .custom .logo img {
        width: 90%
    }

    .header .bg .bottom-header .navbar {
        padding: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 34px 0 31px 20px
    }

    .header .bg .bottom-header .form {
        width: 100%
    }

    .header-2 .custom .logo {
        margin-right: -93px;
        padding-right: 10px
    }

    .header-2 .custom .logo img {
        width: 240px;
    }

    .header-2 .form {
        margin-left: 0
    }

    .banner .banner-txt {
        margin-right: -75px
    }

    .banner-2 .bg .banner-txt {
        padding-left: 70px
    }

    .feature .single-box {
        padding: 25px 25px 33px
    }

    .feature .single-box .part-icon {
        width: 75px;
        height: 75px;
        margin-bottom: 30px
    }

    .feature .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .feature .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .feature.feature-2 .bg .single-box {
        margin: 0
    }

    .about .part-txt h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .about .part-txt h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .about .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about .part-txt .single-box {
        margin-top: 15px;
        margin-bottom: 40px
    }

    .about .part-txt .single-box .icon {
        width: 35px;
        margin-right: 15px
    }

    .about .part-txt .single-box .txt h3 {
        margin-top: -3px;
        margin-bottom: -3px;
        font-size: 20px
    }

    .about .part-txt .single-box .txt h3 span {
        font-size: 16px;
        margin-bottom: 7px
    }

    .about .part-img .single-img .txt {
        padding: 25px 0;
        width: 230px
    }

    .about .part-img .single-img .txt h2 {
        font-size: 40px;
        margin-bottom: 8px
    }

    .about .part-img .single-img .txt p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: -7px
    }

    .about-2 .part-txt {
        padding-right: 0
    }

    .about-2 .part-txt h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .about-2 .part-txt h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .about-2 .part-txt ul li.manager {
        width: 70px;
        height: 70px;
        padding: 5px
    }

    .about-2 .part-txt ul li.signature img {
        width: 180px
    }

    .choosing-reason .bg .consultation-form {
        margin-left: 0;
        margin-right: -60px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 35px;
        line-height: 45px;
        margin-top: -9px
    }

    .choosing-reason .bg .consultation-form form .wrap {
        width: 45%
    }

    .choosing-reason .bg .part-txt .title {
        font-size: 35px;
        line-height: 45px;
        margin-top: -9px;
        margin-bottom: 39px
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: 350px
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service .service-area .single-box .part-img {
        height: 160px
    }

    .service .service-area .single-box .part-img .overlay a {
        width: 65px;
        height: 65px;
        line-height: 76px;
        font-size: 30px
    }

    .service .service-area .single-box .txt {
        padding: 32px 0 28px
    }

    .service .service-area .single-box .txt a {
        font-size: 20px
    }

    .service .part-txt h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .service .part-txt h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .service .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .service .part-txt .def-btn {
        margin-top: 15px
    }

    .service-2 .single-box {
        padding: 25px
    }

    .service-2 .single-box .part-icon {
        width: 70px;
        height: 70px;
        line-height: 82px;
        margin-bottom: 25px
    }

    .service-2 .single-box .part-txt h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .service-2 .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .counter .bg .single-box .icon {
        font-size: 65px;
        margin-bottom: 11px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 50px;
        margin-bottom: 12px
    }

    .counter .bg .single-box .txt p {
        font-size: 20px;
        margin-bottom: -3px
    }

    .profit .part-txt .title h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .profit .part-txt .title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 24px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        margin-bottom: 21px
    }

    .profit .part-txt ul li {
        font-size: 15px
    }

    .testimonial .bg .clients {
        height: 600px
    }

    .testimonial .bg .clients .single-client.one {
        top: 100px;
        left: 135px
    }

    .testimonial .bg .clients .single-client.two {
        left: 180px;
        bottom: 180px
    }

    .testimonial .bg .clients .single-client.three {
        top: 250px
    }

    .testimonial .bg .clients .single-client.four {
        top: 120px;
        right: 120px
    }

    .testimonial .bg .box {
        margin: 0 -15px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: 485px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px;
        margin-top: -3px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .request-for-proposal .proposal-form {
        padding: 40px;
        margin-left: -50px
    }

    .request-for-proposal .proposal-form form textarea {
        height: 180px
    }

    .request-for-proposal .proposal-form .title {
        margin-bottom: 40px
    }

    .request-for-proposal .proposal-form .title h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: -11px
    }

    .faq {
        z-index: 2
    }

    .faq:after {
        width: 40%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: -1
    }

    .faq .part-txt {
        margin-right: -110px
    }

    .faq .part-txt .title {
        margin-bottom: 40px
    }

    .faq .part-txt .title h4 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .faq .part-txt .title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: -11px
    }

    .faq .part-txt .accordion .card .card-header {
        height: auto
    }

    .faq .part-txt .accordion .card .card-header button {
        height: auto;
        padding: 17px 0;
        font-size: 20px
    }

    .faq .part-txt .accordion .card .card-body p {
        font-size: 16px;
        line-height: 24px;
        margin-top: -5px
    }

    .team .single-box .part-img {
        height: 190px
    }

    .team .single-box .txt {
        padding: 39px 0 40px
    }

    .team .single-box .txt a {
        font-size: 22px;
        margin-bottom: 10px
    }

    .team .single-box .txt p {
        font-size: 16px
    }

    .blog .blog-post-1 .part-txt {
        width: 530px;
        padding: 54px 34px 60px
    }

    .blog .blog-post-1 .part-txt h3 {
        font-size: 22px;
        line-height: 30px
    }

    .blog .blog-post-1 .part-txt .blog-info ul:first-child {
        margin-right: 30px
    }

    .blog .blog-post-list .single-post {
        padding: 20px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 100%
    }

    .blog .blog-post-list .single-post .part-txt {
        margin-left: -10px
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 23px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
        margin-right: 20px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li i {
        margin-right: 5px
    }

    .blog-2 .single-box .part-txt {
        padding: 25px
    }

    .blog-2 .single-box .part-txt .blog-info {
        margin-bottom: 25px
    }

    .blog-2 .single-box .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 10px
    }

    .blog-2 .single-box .part-txt .blog-info ul li i {
        margin-right: 5px
    }

    .blog-2 .single-box .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 5px
    }

    .blog-2 .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .blog-2 .single-box .part-txt .other-info {
        margin-bottom: -2px
    }

    .blog-2 .single-box .part-txt .other-info .more {
        font-size: 16px;
        padding-bottom: 5px
    }

    .brand .brands .single-box {
        height: 60px
    }

    .brand .brands .single-box img {
        max-height: 100%;
        max-width: 90%
    }

    .history .single-box .txt h3 {
        font-size: 22px;
        margin-top: -2px;
        margin-bottom: 16px
    }

    .history .single-box .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px
    }

    .history .single-box .date {
        margin-bottom: -35px
    }

    .history .single-box .date h4 {
        font-size: 20px;
        width: 220px;
        height: 70px;
        line-height: 70px
    }

    .history .single-box .date h4:before {
        top: -7px
    }

    .history .single-box.bottom .date {
        margin-bottom: 30px;
        margin-top: -35px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
        overflow: hidden
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt .bg img {
        width: 100%;
        height: auto
    }

    .pricing .single-box .top h3 {
        font-size: 20px;
        margin-bottom: -3px
    }

    .pricing .single-box .top h2 {
        font-size: 40px
    }

    .pricing .single-box .top h2 .symbol {
        font-size: 25px;
        margin-top: 0
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 44px
    }

    .pricing .single-box .middle {
        padding-top: 35px;
        padding-bottom: 34px
    }

    .pricing .single-box .bottom a {
        height: 60px;
        line-height: 58px;
        font-size: 20px;
        padding: 0 30px
    }

    .pricing .single-box .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box.center .top h3 {
        padding: 30px 0
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 50px
    }

    .world-connected .part-form {
        padding: 50px 30px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt .details {
        width: 570px;
        height: 298px;
        margin: 0 auto
    }

    .world-connected .part-txt .details .circle.one {
        top: 30px;
        left: 55px
    }

    .world-connected .part-txt .details .circle.two {
        top: 10px;
        left: 175px
    }

    .world-connected .part-txt .details .circle.three {
        top: 50px;
        left: 265px
    }

    .world-connected .part-txt .details .circle.four {
        top: 15px;
        right: 95px
    }

    .world-connected .part-txt .details .circle.five {
        left: 120px;
        bottom: 65px
    }

    .world-connected .part-txt .details .circle.six {
        left: 265px;
        bottom: 50px
    }

    .world-connected .part-txt .details .circle.seven {
        top: 100px;
        right: 140px
    }

    .world-connected .part-txt .details .circle.eight {
        bottom: 35px;
        right: 35px
    }

    .world-connected .part-form h2 {
        font-size: 35px;
        margin-bottom: 34px
    }

    .world-connected .part-txt h4 {
        font-size: 22px;
        margin-bottom: 17px
    }

    .world-connected .part-txt h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 29px
    }

    .service-details .sidebar .nav .nav-link {
        padding: 0 25px;
        height: 80px;
        line-height: 80px;
        font-size: 22px
    }

    .service-details .sidebar .nav .nav-link span {
        margin-right: 20px;
        font-size: 30px
    }

    .service-details .sidebar .pdf-download {
        padding: 0 25px
    }

    .team-details .bg {
        padding-left: 30px
    }

    .team-details .bg .basic-info {
        padding: 60px 0
    }

    .team-details .bg .basic-info ul li {
        font-size: 15px
    }

    .team-details .bg .basic-info ul li span {
        width: 140px
    }

    .team-details .bg .basic-info .social a {
        font-size: 20px
    }

    .team-details .bg .skill {
        margin: -15px;
        padding: 60px 30px 60px 0
    }

    .team-details .bg .skill .single-skill {
        width: 50%;
        padding: 15px
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .blog-inner .all-blogs .single-blog .part-txt {
        width: auto;
        left: 20px;
        padding: 40px 15px 25px 30px
    }

    .blog-inner .all-blogs .single-blog .part-txt .title {
        font-size: 19px
    }

    .blog-inner .all-blogs .single-blog {
        padding-bottom: 150px
    }

    .blog-inner .sidebar .admin .part-txt {
        padding: 0 30px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        width: 70px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 220px
    }

    .blog-inner .blog-details .tags {
        padding-bottom: 40px
    }

    .blog-inner .blog-details .tags a {
        margin-bottom: 10px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: 610px
    }

    .blog-inner .blog-details .post-nav .prev-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 70px;
        height: 70px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 285px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        font-size: 22px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .post-nav .next-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 70px;
        height: 70px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 285px
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        font-size: 22px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 95px;
        height: 95px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: 590px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 80px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: 510px
    }

    .portfolio-inner .items {
        margin: -15px 25px
    }

    .portfolio-inner .items .single-item {
        width: calc(100%/2 - 30px)
    }

    .contact .boxes .single-box {
        padding: 25px 20px
    }

    .contact .boxes .single-box .top {
        margin-bottom: 20px
    }

    .contact .boxes .single-box .top .icon {
        width: 55px;
        height: 55px;
        padding: 15px;
        margin-right: 10px
    }

    .contact .boxes .single-box .top .txt h3 {
        font-size: 20px
    }

    .contact .boxes .single-box p {
        font-size: 16px;
        line-height: 24px
    }

    .contact .map-area iframe {
        height: 400px
    }

    .contact .form-area .form {
        padding-right: 0
    }

    .contact .form-area .form .title {
        font-size: 35px;
        margin-top: -4px;
        margin-bottom: 34px
    }

    .contact .form-area .form form input {
        height: 60px
    }

    .contact .form-area .form form textarea {
        height: 200px;
        margin-bottom: 33px
    }

    .contact .form-area .live-chat .txt {
        padding-bottom: 30px
    }

    .contact .form-area .live-chat .txt .icon {
        margin-bottom: 20px
    }

    .contact .form-area .live-chat .txt h3 {
        font-size: 25px;
        margin-bottom: 16px
    }

    .contact .form-area .live-chat .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .def-btn {
        height: 60px;
        line-height: 60px;
        padding: 0 29px;
        font-size: 18px
    }

    .heading {
        margin-top: -3px
    }

    .heading h4 {
        font-size: 20px;
        margin-bottom: 19px
    }

    .heading h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: -10px
    }

    .header .top-border,
    .header .bottom-border {
        z-index: -1
    }

    .header .bg .top-header {
        padding: 0 25px
    }

    .header .bg .bottom-header {
        padding: 0 25px
    }

    .header .bg .bottom-header .custom .logo {
        margin-right: 0;
        padding-right: 10px
    }

    .header .bg .bottom-header .custom .logo img {
        width: 100%
    }

    .header .bg .bottom-header .navbar {
        padding: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 34px 0 31px 20px
    }

    .header .bg .bottom-header .form {
        width: 100%;
        position: relative
    }

    .header .bg .bottom-header .form input {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 30px;
        width: 290px;
        height: 0;
        color: #2d2d2d
    }

    .header .bg .bottom-header .form.active input {
        height: 60px
    }

    .header .bg .bottom-header .form button {
        width: 100%;
        text-align: right
    }

    .header-2 {
        padding: 0 25px
    }

    .header-2 .custom .logo {
        margin-right: -10px;
        padding-right: 15px
    }

    .header-2 .custom .logo img {
        width: 100%
    }

    .header-2 .navbar {
        padding: 0
    }

    .header-2 .navbar .navbar-nav .nav-item {
        padding: 34px 0 31px 20px
    }

    .header-2 .form {
        width: 100%;
        position: relative
    }

    .header-2 .form input {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 30px;
        width: 290px;
        height: 0;
        color: #2d2d2d
    }

    .header-2 .form.active input {
        height: 60px
    }

    .header-2 .form button {
        width: 100%;
        text-align: right
    }

    .banner {
        padding-top: 242px
    }

    .banner .banner-txt h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 28px
    }

    .banner .banner-txt h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px
    }

    .banner-2 .bg {
        border-radius: 10px
    }

    .banner-2 .bg .banner-txt {
        padding: 190px 0 190px 60px
    }

    .banner-2 .bg .banner-txt h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 28px
    }

    .banner-2 .bg .banner-txt h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 24px
    }

    .banner-2 .bg .banner-txt .btn-box {
        padding-top: 21px
    }

    .feature.feature-2 {
        padding-bottom: 30px
    }

    .feature.feature-2 .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 0
    }

    .feature.feature-2 .bg .single-box {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 10px;
        margin: 0 0 36px
    }

    .feature.feature-2 .bg .single-box:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .feature .single-box {
        padding: 20px 20px 28px;
        margin: 0 -10px
    }

    .feature .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 30px
    }

    .feature .single-box .part-txt h3 {
        font-size: 19px;
        margin-top: -2px;
        margin-bottom: 22px
    }

    .feature .single-box .part-txt p {
        font-size: 15px;
        line-height: 23px
    }

    .about .part-txt {
        margin-bottom: 40px
    }

    .about .part-txt h4 {
        font-size: 18px;
        margin-bottom: 24px
    }

    .about .part-txt h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 25px
    }

    .about .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about .part-txt .single-box {
        margin-top: 14px;
        margin-bottom: 40px
    }

    .about .part-txt .single-box .icon {
        width: 40px
    }

    .about .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-top: -2px
    }

    .about .part-txt .single-box .txt h3 span {
        font-size: 16px
    }

    .about .part-img .single-img.next {
        margin-top: 0
    }

    .about .part-img .single-img .txt h2 {
        font-size: 40px;
        margin-bottom: 9px
    }

    .about .part-img .single-img .txt p {
        font-size: 20px;
        margin-bottom: -11px
    }

    .about-2 .part-txt {
        padding-right: 0;
        margin-bottom: 50px
    }

    .about-2 .part-txt h4 {
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 29px
    }

    .about-2 .part-txt h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 25px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about-2 .part-txt .bars {
        margin-top: -12px;
        margin-bottom: 40px
    }

    .about-2 .part-txt ul li.signature img {
        width: 180px
    }

    .choosing-reason .bg {
        padding: 120px 15px
    }

    .choosing-reason .bg .consultation-form {
        margin-left: 0;
        padding: 40px 30px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 30px;
        line-height: 38px;
        margin-top: -7px;
        margin-bottom: 31px
    }

    .choosing-reason .bg .consultation-form form .wrap {
        width: 100%
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: 352px
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service .service-area {
        margin-bottom: 10px
    }

    .service .service-area .single-box .part-img {
        height: 184px
    }

    .service .service-area .single-box .txt {
        padding: 38px 0 33px
    }

    .service .service-area .single-box .txt a {
        font-size: 22px
    }

    .service .part-txt h4 {
        font-size: 18px;
        margin-bottom: 24px
    }

    .service .part-txt h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 25px
    }

    .service .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .service .part-txt .def-btn {
        margin-top: 15px
    }

    .counter .bg .single-box .icon {
        font-size: 60px;
        margin-bottom: 14px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 35px;
        margin-bottom: 8px
    }

    .counter .bg .single-box .txt p {
        font-size: 18px;
        margin-bottom: -3px
    }

    .profit .part-txt .title h4 {
        font-size: 18px;
        margin-bottom: 19px
    }

    .profit .part-txt .title h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: 25px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        margin-bottom: 21px
    }

    .testimonial .bg .clients {
        height: 600px
    }

    .testimonial .bg .clients .single-client.one {
        top: 100px;
        left: 135px
    }

    .testimonial .bg .clients .single-client.two {
        left: 180px;
        bottom: 180px
    }

    .testimonial .bg .clients .single-client.three {
        top: 250px
    }

    .testimonial .bg .clients .single-client.four {
        top: 120px;
        right: 120px
    }

    .testimonial .bg .box {
        margin: 0 30px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: 555px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px;
        margin-top: -3px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .request-for-proposal .proposal-form {
        padding: 50px;
        margin-top: 0
    }

    .request-for-proposal .proposal-form .title {
        margin-bottom: 50px
    }

    .request-for-proposal .proposal-form .title h4 {
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: -10px
    }

    .request-for-proposal .proposal-form form textarea {
        height: 150px
    }

    .request-for-proposal .proposal-form form .def-btn {
        line-height: 56px
    }

    .faq {
        z-index: 2
    }

    .faq:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 35%;
        z-index: -1
    }

    .faq .part-txt {
        padding-right: 26px
    }

    .faq .part-txt .title {
        margin-bottom: 50px
    }

    .faq .part-txt .title h4 {
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .faq .part-txt .title h2 {
        font-size: 35px;
        line-height: 43px;
        margin-bottom: -10px
    }

    .faq .part-txt .accordion .card .card-header {
        height: 64px
    }

    .faq .part-txt .accordion .card .card-header button {
        height: 64px;
        font-size: 20px
    }

    .faq .part-txt .accordion .card .card-header button span {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 30px
    }

    .faq .part-txt .accordion .card .card-body p {
        font-size: 16px;
        line-height: 24px;
        margin-top: -5px
    }

    .team .single-box .part-img {
        height: 180px
    }

    .team .single-box .txt {
        padding: 27px 0 30px
    }

    .team .single-box .txt a {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team .single-box .txt p {
        font-size: 16px
    }

    .blog .blog-post-1 {
        margin-bottom: 30px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 100%
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        margin-right: 15px
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 23px
    }

    .blog-2 {
        padding-bottom: 90px
    }

    .blog-2 .single-box {
        margin-bottom: 45px
    }

    .blog-2 .single-box .part-txt {
        padding: 30px
    }

    .blog-2 .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 21px
    }

    .blog-2 .single-box .part-txt .other-info .more {
        font-size: 16px
    }

    .brand .brands .single-box {
        padding: 0 15px;
        height: 75px
    }

    .brand .brands .single-box img {
        max-height: 100%;
        max-width: 100%
    }

    .footer .main-footer .footer-about,
    .footer .main-footer .links,
    .footer .main-footer .app-download,
    .footer .main-footer .footer-contact {
        margin: 0 -10px
    }

    .footer .main-footer h3.title {
        font-size: 25px;
        padding-bottom: 8px
    }

    .history .single-box.bottom .date {
        margin-top: 80px
    }

    .history .single-box .date h4 {
        width: 300px
    }

    .history .single-box .date:after {
        width: 115px
    }

    .pricing .single-box .top h2 {
        font-size: 40px
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle {
        padding-top: 47px;
        padding-bottom: 46px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 40px
    }

    .pricing .single-box .bottom {
        padding-bottom: 40px
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 65px
    }

    .world-connected .part-form {
        padding: 50px 30px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt .details {
        width: 450px;
        height: 235px;
        margin: 0 auto
    }

    .world-connected .part-txt .details .circle.one {
        top: 30px;
        left: 40px
    }

    .world-connected .part-txt .details .circle.two {
        top: 0;
        left: 140px
    }

    .world-connected .part-txt .details .circle.three {
        top: 25px;
        left: 215px
    }

    .world-connected .part-txt .details .circle.four {
        top: 10px;
        right: 50px
    }

    .world-connected .part-txt .details .circle.five {
        left: 90px;
        bottom: 40px
    }

    .world-connected .part-txt .details .circle.six {
        left: 200px;
        bottom: 20px
    }

    .world-connected .part-txt .details .circle.seven {
        top: 100px;
        right: 110px
    }

    .world-connected .part-txt .details .circle.eight {
        bottom: 25px;
        right: 25px
    }

    .service-details .main-content .analysis .analysis-chart {
        width: auto
    }

    .service-details .sidebar .nav .nav-link {
        height: 70px;
        line-height: 70px;
        padding: 0 25px;
        font-size: 20px
    }

    .service-details .sidebar .nav .nav-link span {
        font-size: 30px;
        margin-right: 10px
    }

    .service-details .sidebar .pdf-download {
        padding: 0 25px
    }

    .service-details .sidebar .pdf-download .txt a {
        font-size: 20px
    }

    .service-details .sidebar .pdf-download .txt p {
        font-size: 15px;
        line-height: 21px
    }

    .team-inner .single-box {
        margin: 0 -5px 30px
    }

    .team-details .bg {
        padding: 30px
    }

    .team-details .bg .basic-info {
        padding-left: 0
    }

    .team-details .bg .skill {
        margin: 15px -15px -15px
    }

    .team-details .bg .skill .single-skill {
        width: 25%;
        padding: 15px
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .blog-inner .sidebar .admin .part-txt {
        padding: 0 30px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        width: 70px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 220px
    }

    .blog-inner .blog-details .part-txt .mark {
        margin: 0 30px
    }

    .blog-inner .blog-details .image-2 {
        margin-right: 0;
        margin-bottom: 23px
    }

    .blog-inner .blog-details .tags {
        padding-bottom: 40px
    }

    .blog-inner .blog-details .tags a {
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: 500;
        padding: 0 20px;
        margin-bottom: 10px;
        border-radius: 5px
    }

    .blog-inner .blog-details .blog-share {
        padding-bottom: 40px
    }

    .blog-inner .blog-details .blog-share a {
        height: 55px;
        line-height: 55px;
        font-size: 16px;
        font-weight: 500;
        padding: 0 15px;
        margin-bottom: 10px;
        border-radius: 5px
    }

    .blog-inner .blog-details .admin-area .part-img {
        width: 60px;
        height: 60px;
        margin-right: 20px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: 390px
    }

    .blog-inner .blog-details .post-nav .prev-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 5px
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 20%;
        height: auto;
        margin-right: 10px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 80%
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        font-size: 18px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt a {
        font-size: 16px
    }

    .blog-inner .blog-details .post-nav .next-post {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 5px
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 20%;
        height: auto;
        margin-left: 10px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 80%
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        font-size: 18px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .post-nav .next-post .txt a {
        font-size: 16px
    }

    .blog-inner .blog-details .blog-comment .single-comment {
        display: block
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 70px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: auto
    }

    .portfolio-inner .items .single-item {
        width: calc(100%/2 - 30px)
    }

    .portfolio-details .sidebar .project-info h2 {
        height: 70px;
        line-height: 70px;
        font-size: 25px;
        padding: 0 30px
    }

    .portfolio-details .sidebar .project-info ul {
        padding: 10px 30px
    }

    .portfolio-details .sidebar .project-info ul li {
        font-size: 17px;
        padding-top: 21px;
        padding-bottom: 17px
    }

    .portfolio-details .sidebar .project-info ul li span {
        font-size: 16px
    }

    .portfolio-details .sidebar .project-info ul li span i {
        font-size: 12px
    }

    .portfolio-details .sidebar .project-info ul li a {
        font-size: 16px
    }

    .contact .boxes {
        margin-bottom: -40px
    }

    .contact .boxes .single-box {
        padding: 40px;
        margin-bottom: 40px
    }

    .contact .map-area iframe {
        height: 400px
    }

    .contact .form-area .form {
        padding-right: 0
    }

    .contact .form-area .form .title {
        margin-bottom: 33px
    }

    .contact .form-area .form form input {
        height: 60px
    }

    .contact .form-area .form form textarea {
        height: 200px;
        margin-bottom: 33px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .def-btn {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 400;
        padding: 0 30px;
        border-radius: 5px
    }

    .heading {
        margin-bottom: 50px
    }

    .heading h4 {
        margin-bottom: 22px
    }

    .heading h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: -11px
    }

    .header {
        top: 30px
    }

    .header .top-border {
        height: 20px;
        margin: 0 20px;
        z-index: -1
    }

    .header .top-border:before {
        top: 10px;
        left: -20px;
        width: 20px;
        height: 20px
    }

    .header .top-border:after {
        top: 10px;
        right: -20px;
        width: 20px;
        height: 20px
    }

    .header .bottom-border {
        height: 20px;
        margin: 0 20px;
        z-index: -1
    }

    .header .bottom-border:before {
        bottom: 10px;
        left: -20px;
        width: 20px;
        height: 20px
    }

    .header .bottom-border:after {
        bottom: 10px;
        right: -20px;
        width: 20px;
        height: 20px
    }

    .header .bg .top-header {
        display: none
    }

    .header .bg .bottom-header {
        padding: 0
    }

    .header .bg .bottom-header.fixed-header {
        padding: 0 15px
    }

    .header .bg .bottom-header .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #ffa24f;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bg .bottom-header .custom .logo img {
        width: 120px
    }

    .header .bg .bottom-header .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
        color: #fff
    }

    .header .bg .bottom-header .navbar {
        padding-left: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #ffa24f;
        max-height: 350px;
        overflow-y: scroll
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:before,
    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bg .bottom-header .form {
        position: relative;
        width: 84%;
        margin-left: auto
    }

    .header .bg .bottom-header .form.active input {
        height: 55px
    }

    .header .bg .bottom-header .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header .bg .bottom-header .form button {
        text-align: center;
        width: 100%;
        height: 55px;
        line-height: 62px;
        font-size: 23px;
        color: #fff
    }

    .header .bg .bottom-header .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header .bg .bottom-header .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-2 {
        padding: 0
    }

    .header-2 .custom {
        margin-right: -30px;
        width: auto
    }

    .header-2 .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #f94d1c;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .custom .logo img {
        width: 100px
    }

    .header-2 .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #f94d1c
    }

    .header-2 .navbar {
        padding-left: 0
    }

    .header-2 .navbar .navbar-nav {
        border-top: 1px solid #f94d1c;
        max-height: 350px;
        overflow-y: scroll
    }

    .header-2 .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header-2 .navbar .navbar-nav .nav-item:first-child {
        padding-left: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link:before,
    .header-2 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .form {
        position: relative;
        width: 70%;
        margin-left: auto
    }

    .header-2 .form.active input {
        height: 45px
    }

    .header-2 .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header-2 .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px
    }

    .header-2 .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-2 .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .banner {
        padding-top: 125px
    }

    .banner .banner-txt {
        padding: 100px 0
    }

    .banner-2 .bg {
        background-position-x: left;
        border-radius: 10px
    }

    .banner-2 .bg .banner-txt {
        padding: 100px 15px
    }

    .banner-2 .bg .banner-txt h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: -5px;
        margin-bottom: 26px
    }

    .banner-2 .bg .banner-txt h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-2 .bg .banner-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .banner-2 .bg .banner-txt p br {
        display: none
    }

    .banner-2 .bg .banner-txt .btn-box {
        padding-top: 21px
    }

    .banner-2 .bg .banner-txt .btn-box .vdo-btn {
        width: 65px;
        height: 65px;
        line-height: 63px;
        margin-left: 30px
    }

    .feature {
        padding-bottom: 5px
    }

    .feature.feature-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .feature.feature-2 .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 0
    }

    .feature.feature-2 .bg .single-box {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 10px;
        margin: 0 auto 36px
    }

    .feature.feature-2 .bg .single-box:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .feature .single-box {
        margin-bottom: 30px
    }

    .about {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .about .part-txt {
        margin-bottom: 30px
    }

    .about .part-txt h2 {
        font-size: 35px;
        line-height: 45px
    }

    .about .part-img .single-img.next {
        margin-top: 0
    }

    .about-2 {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .about-2 .part-txt {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about-2 .part-txt h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about-2 .part-txt h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 21px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about-2 .part-txt .bars {
        margin-bottom: 30px
    }

    .about-2 .part-txt .bars .bar-title {
        padding-top: 14px;
        margin-bottom: 7px
    }

    .about-2 .part-txt .bars .bar-title span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.manager {
        width: 55px;
        height: 55px;
        padding: 5px
    }

    .about-2 .part-txt ul li h5 {
        font-size: 14px
    }

    .about-2 .part-txt ul li h5 span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.signature img {
        width: 150px
    }

    .choosing-reason {
        padding-bottom: 0;
        background: url(../images/choosing-reason-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .choosing-reason .bg {
        padding: 60px 0;
        background: 0 0
    }

    .choosing-reason .bg .consultation-form {
        padding: 40px 15px;
        margin-left: 0;
        margin-bottom: 50px
    }

    .choosing-reason .bg .consultation-form:after {
        bottom: -10px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 27px
    }

    .choosing-reason .bg .consultation-form form {
        text-align: center
    }

    .choosing-reason .bg .consultation-form form .wrap {
        margin: 0 auto 20px;
        width: 45%
    }

    .choosing-reason .bg .consultation-form form button {
        margin: 10px auto 0
    }

    .choosing-reason .bg .part-txt .title {
        text-align: center;
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 32px
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: 530px
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service {
        padding: 60px 0
    }

    .service .service-area {
        margin-bottom: 0
    }

    .service .service-area .single-box .part-img {
        height: 183px
    }

    .service .service-area .single-box .part-img .overlay a {
        width: 65px;
        height: 65px;
        line-height: 76px;
        font-size: 30px
    }

    .service .service-area .single-box .txt {
        padding: 37px 0 33px
    }

    .service .part-txt h2 {
        font-size: 35px;
        line-height: 45px
    }

    .service-2 {
        padding-bottom: 30px
    }

    .counter .bg {
        background-position-x: left;
        padding-top: 60px;
        padding-bottom: 20px
    }

    .counter .bg .single-box {
        padding: 0;
        margin-bottom: 40px
    }

    .counter .bg .single-box .icon {
        font-size: 50px;
        margin-bottom: 13px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 40px;
        margin-bottom: 16px
    }

    .counter .bg .single-box .txt p {
        font-size: 20px;
        margin-bottom: -3px
    }

    .profit {
        padding: 60px 0
    }

    .profit .profit-chart {
        background: #faf5ff;
        margin-bottom: 40px
    }

    .profit .part-txt .title h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .profit .part-txt .title h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 21px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        padding-top: 17px;
        margin-bottom: 16px
    }

    .profit .part-txt ul li {
        font-size: 14px
    }

    .testimonial {
        padding-bottom: 40px
    }

    .testimonial .bg .clients {
        height: 500px
    }

    .testimonial .bg .clients .single-client {
        width: 50px;
        height: 50px
    }

    .testimonial .bg .clients .single-client.one {
        top: 70px;
        left: 35px
    }

    .testimonial .bg .clients .single-client.two {
        left: 35px;
        bottom: 165px
    }

    .testimonial .bg .clients .single-client.three {
        top: 35%
    }

    .testimonial .bg .clients .single-client.four {
        top: 60px;
        right: 35px
    }

    .testimonial .bg .clients .single-client.five {
        right: 35px;
        bottom: 175px
    }

    .testimonial .bg .box {
        margin: 0 15px
    }

    .testimonial .bg .box .comment-area .single-comment .part-img {
        width: 150px;
        height: 150px;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: 410px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client .star {
        font-size: 16px
    }

    .testimonial .bg .box .comment-area .owl-nav button {
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .portfolio {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .portfolio .portfolio-slider {
        padding-bottom: 41px
    }

    .request-for-proposal {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .request-for-proposal .proposal-form {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 50px
    }

    .request-for-proposal .proposal-form .title {
        margin-bottom: 50px
    }

    .request-for-proposal .proposal-form .title h4 {
        margin-bottom: 22px
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: -11px
    }

    .request-for-proposal .part-img {
        margin-left: -15px;
        margin-right: -15px
    }

    .faq {
        padding: 60px 0;
        z-index: 2
    }

    .faq:after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: -1
    }

    .faq .part-txt .title {
        margin-bottom: 50px
    }

    .faq .part-txt .title h4 {
        margin-bottom: 22px
    }

    .faq .part-txt .title h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: -11px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .team .single-box {
        margin-bottom: 30px
    }

    .team .single-box .part-img {
        height: 228px
    }

    .blog {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .blog .blog-post-1 {
        margin-bottom: 30px
    }

    .blog .blog-post-1 .part-txt {
        width: 600px;
        padding: 60px 49px
    }

    .blog .blog-post-list .single-post {
        padding: 15px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 100%
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
        margin-bottom: 18px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
        margin-right: 30px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        margin-right: 15px
    }

    .blog-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .blog-2 .single-box {
        margin-bottom: 45px
    }

    .brand {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .brand .brands .single-box {
        padding: 0 15px;
        height: 43px
    }

    .brand .brands .single-box img {
        max-width: 100%;
        max-height: 100%
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer .footer-about {
        margin-bottom: 40px
    }

    .footer .main-footer .links {
        margin-bottom: 40px
    }

    .footer .main-footer .app-download ul li a {
        width: 150px
    }

    .footer .copyright p {
        font-size: 16px
    }

    .footer .copyright .links a {
        margin: 0 10px
    }

    .breadcrumb {
        padding-top: 125px
    }

    .breadcrumb .part-txt {
        padding: 80px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 40px;
        line-height: 48px;
        margin-top: -9px;
        margin-bottom: 19px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .feature-inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .video .btn-area {
        padding: 150px 0
    }

    .history {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .history .single-box {
        position: relative;
        padding-bottom: 60px;
        padding-right: 20px;
        margin: 0 auto 50px
    }

    .history .single-box .txt {
        padding-right: 0
    }

    .history .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .history .single-box .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px !important
    }

    .history .single-box .date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 !important
    }

    .history .single-box .date h4 {
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        overflow: hidden;
        border-radius: 0 30px 30px 0
    }

    .history .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .history .four {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .comment-area-2 {
        padding: 0 80px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
        padding: 30px 30px 65px;
        overflow: hidden
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt .bg img {
        width: 100%;
        height: auto
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area h3 {
        font-size: 20px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area p {
        font-size: 16px
    }

    .team-2 {
        padding: 60px 0
    }

    .team-2 .team-slider {
        padding: 0 80px 61px
    }

    .team-2 .team-slider .single-box .part-txt {
        padding: 27px 30px 30px
    }

    .team-2 .team-slider .single-box .part-txt:after {
        top: 0;
        left: 0
    }

    .team-2 .team-slider .single-box .part-txt .title {
        font-size: 20px
    }

    .team-2 .team-slider .single-box .part-txt h5 {
        font-size: 16px;
        margin-bottom: 17px
    }

    .team-2 .team-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px
    }

    .team-2 .team-slider .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pricing {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .pricing .single-box {
        margin-bottom: 30px
    }

    .pricing .single-box.center .top h3 {
        padding-top: 12px;
        padding-bottom: 15px
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .top h3 {
        margin-top: 0;
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-bottom: -3px
    }

    .pricing .single-box .top h2 {
        font-size: 30px;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .pricing .single-box .top h2 .symbol {
        font-size: 20px;
        margin-top: 0
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle {
        padding-top: 37px;
        padding-bottom: 36px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 40px
    }

    .pricing .single-box .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .bottom a {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        border-radius: 5px
    }

    .service-inner {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .world-connected {
        padding-top: 0;
        padding-bottom: 60px
    }

    .world-connected .part-form {
        padding: 50px 30px;
        margin-bottom: 40px
    }

    .world-connected .part-form h2 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt h4 {
        font-size: 20px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .world-connected .part-txt h4:after {
        display: none
    }

    .world-connected .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 32px
    }

    .world-connected .part-txt .details {
        width: 690px;
        height: 360px;
        margin: 0 auto
    }

    .world-connected .part-txt .details .circle.one {
        top: 40px;
        left: 70px
    }

    .world-connected .part-txt .details .circle.two {
        top: 5px;
        left: 215px
    }

    .world-connected .part-txt .details .circle.three {
        top: 60px;
        left: 325px
    }

    .world-connected .part-txt .details .circle.four {
        top: 20px;
        right: 110px
    }

    .world-connected .part-txt .details .circle.five {
        left: 150px;
        bottom: 85px
    }

    .world-connected .part-txt .details .circle.six {
        left: 330px;
        bottom: 60px
    }

    .world-connected .part-txt .details .circle.seven {
        top: 135px;
        right: 175px
    }

    .world-connected .part-txt .details .circle.eight {
        bottom: 55px;
        right: 45px
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .main-content .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .service-details .main-content .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-img {
        margin-bottom: 25px;
        border-radius: 5px
    }

    .service-details .main-content .explore {
        margin-bottom: 30px
    }

    .service-details .main-content .explore h3 {
        font-size: 20px;
        padding-top: 7px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes .single-box .part-icon {
        padding: 25px 0
    }

    .service-details .main-content .explore .boxes .single-box .part-icon img {
        height: 45px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes .single-box .part-icon h4 {
        font-size: 20px;
        margin-bottom: -3px
    }

    .service-details .main-content .explore .boxes .single-box .txt {
        padding: 25px
    }

    .service-details .main-content .explore .boxes .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service-details .main-content .analysis h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-details .main-content .analysis p {
        font-size: 16px;
        line-height: 24px
    }

    .service-details .main-content .analysis .analysis-chart {
        margin-top: 25px;
        width: auto;
        background: #faf5ff
    }

    .service-details .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-details .sidebar .nav {
        margin-bottom: 20px;
        height: 240px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 10px
    }

    .service-details .sidebar .nav .nav-link span {
        font-size: 25px;
        margin-right: 10px
    }

    .service-details .sidebar .service-help {
        width: 320px;
        margin: 0 auto 40px
    }

    .service-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .service-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .service-details .sidebar .pdf-download {
        height: 60px;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .service-details .sidebar .pdf-download .txt a {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-details .sidebar .pdf-download .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .service-details .sidebar .pdf-download .icon a {
        font-size: 25px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .team-inner {
        padding-bottom: 30px
    }

    .team-details {
        padding: 60px 0
    }

    .team-details .bg {
        padding: 30px 25px;
        margin: 0 -25px 50px
    }

    .team-details .bg .part-img {
        margin-bottom: 25px
    }

    .team-details .bg .basic-info {
        padding-left: 0;
        margin-bottom: 23px
    }

    .team-details .bg .basic-info h3 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: 15px
    }

    .team-details .bg .basic-info p {
        font-size: 16px;
        margin-bottom: 26px
    }

    .team-details .bg .basic-info ul li {
        font-size: 15px;
        margin-bottom: 21px
    }

    .team-details .bg .basic-info ul li span {
        width: 120px
    }

    .team-details .bg .basic-info .social a {
        font-size: 20px
    }

    .team-details .bg .skill {
        margin: -15px
    }

    .team-details .bg .skill .single-skill {
        width: 25%;
        padding: 15px
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .team-details .bg .skill .single-skill .circle-chart .circle-chart__subline {
        font-size: 3.5px
    }

    .team-details .part-txt .experience {
        padding-bottom: 20px
    }

    .team-details .part-txt .experience h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .experience p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .part-txt .education {
        margin-bottom: 40px
    }

    .team-details .part-txt .education h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .education p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .team-details .part-txt .education .versity h3 {
        font-size: 18px;
        margin-top: -4px;
        margin-bottom: 11px
    }

    .team-details .part-txt .education .versity span {
        font-size: 16px
    }

    .team-details .part-txt .language h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .language p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -7px
    }

    .blog-inner {
        padding: 60px 0
    }

    .blog-inner .all-blogs .single-blog {
        width: 530px;
        margin: 0 auto 30px
    }

    .blog-inner .all-blogs .pagination {
        padding-top: 10px;
        margin-bottom: 40px;
        -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 .sidebar {
        width: 530px;
        margin: 0 auto
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .blog-details {
        margin-bottom: 40px
    }

    .blog-inner .blog-details .main-image {
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-info ul {
        margin-top: -4px;
        margin-bottom: 11px
    }

    .blog-inner .blog-details .part-txt {
        margin-bottom: 25px
    }

    .blog-inner .blog-details .part-txt h2 {
        margin-bottom: 18px
    }

    .blog-inner .blog-details .part-txt p {
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt .mark {
        padding: 30px 25px 30px 30px;
        margin: -1px 10px 0
    }

    .blog-inner .blog-details .part-txt-2 h2 {
        margin-top: -7px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .part-txt-2 p {
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt-2 ul {
        margin-top: -9px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .image-3 {
        margin: 26px 0;
        border-radius: 5px
    }

    .blog-inner .blog-details .tags {
        margin: -11px -8px 0;
        padding-bottom: 25px
    }

    .blog-inner .blog-details .tags a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .blog-share {
        padding: 30px 0 25px
    }

    .blog-inner .blog-details .blog-share h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-share a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .admin-area {
        display: block
    }

    .blog-inner .blog-details .admin-area .part-img {
        width: 60px;
        height: 60px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: auto
    }

    .blog-inner .blog-details .admin-area .txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .admin-area .txt .admin-link {
        word-break: break-all;
        font-size: 14px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .admin-area .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav {
        padding: 30px 0
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 30%;
        height: auto;
        margin-right: 10px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 30%;
        height: auto;
        margin-left: 10px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav .next-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .blog-comment {
        padding-bottom: 15px
    }

    .blog-inner .blog-details .blog-comment h3 {
        margin-bottom: 21px
    }

    .blog-inner .blog-details .blog-comment .single-comment {
        padding: 25px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 60px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: 485px
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 70px;
        height: 70px;
        border-radius: 5px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: 545px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .name {
        font-size: 16px;
        margin-top: -1px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .date {
        margin-bottom: 19px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt button {
        font-size: 14px
    }

    .blog-inner .blog-details .post-a-comment h3 {
        margin-bottom: 21px
    }

    .blog-inner .blog-details .post-a-comment form input {
        height: 45px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .post-a-comment form textarea {
        height: 120px;
        margin-bottom: 23px
    }

    .blog-inner .blog-details .post-a-comment form button {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px
    }

    .portfolio-inner {
        padding: 60px 0
    }

    .portfolio-inner .control-panel {
        margin-bottom: 30px
    }

    .portfolio-inner .control-panel .controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .portfolio-inner .control-panel .controls li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px;
        margin: 0 5px 10px
    }

    .portfolio-inner .control-panel .controls li.active {
        padding-right: 15px
    }

    .portfolio-inner .control-panel .controls li.active:after {
        bottom: 0;
        right: 0
    }

    .portfolio-inner .items {
        width: 530px;
        margin: 0 auto -40px
    }

    .portfolio-inner .items .single-item {
        width: 100%;
        margin: 0 0 40px
    }

    .portfolio-details {
        padding: 60px 0
    }

    .portfolio-details .project-details .part-img {
        border-radius: 5px
    }

    .portfolio-details .project-details .part-txt {
        margin-bottom: 33px
    }

    .portfolio-details .project-details .part-txt .img {
        border-radius: 5px
    }

    .portfolio-details .sidebar {
        width: 530px;
        margin: 0 auto
    }

    .portfolio-details .sidebar .project-info {
        margin-bottom: 40px
    }

    .contact {
        padding: 60px 0
    }

    .contact .heading {
        margin-top: -9px
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        padding: 25px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .top {
        margin-bottom: 19px
    }

    .contact .boxes .single-box .top .icon {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-right: 10px
    }

    .contact .boxes .single-box .top .txt span {
        margin-bottom: 9px
    }

    .contact .boxes .single-box .top .txt h3 {
        font-size: 20px
    }

    .contact .boxes .single-box p {
        font-size: 16px;
        line-height: 24px
    }

    .contact .map-area {
        padding-top: 0;
        padding-bottom: 60px
    }

    .contact .map-area iframe {
        height: 250px
    }

    .contact .form-area .form {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .contact .form-area .form .title {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .contact .form-area .form form input {
        height: 50px;
        margin-bottom: 25px
    }

    .contact .form-area .form form textarea {
        height: 150px;
        margin-bottom: 23px
    }

    .contact .form-area .live-chat {
        width: 380px;
        margin: 0 auto
    }

    .contact .form-area .live-chat .txt {
        padding: 0 25px 25px
    }

    .contact .form-area .live-chat .txt .icon {
        font-size: 50px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt h3 {
        font-size: 25px;
        margin-bottom: 16px
    }

    .contact .form-area .live-chat .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt .def-btn {
        height: 45px;
        line-height: 43px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .def-btn {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 400;
        padding: 0 30px;
        border-radius: 5px
    }

    .heading {
        margin-bottom: 50px;
        margin-top: -3px
    }

    .heading h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: -9px
    }

    .header {
        top: 30px
    }

    .header .top-border,
    .header .bottom-border {
        display: none
    }

    .header .bg .top-header {
        display: none
    }

    .header .bg .bottom-header {
        padding: 0
    }

    .header .bg .bottom-header.fixed-header {
        padding: 0 15px
    }

    .header .bg .bottom-header .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #ffa24f;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bg .bottom-header .custom .logo img {
        width: 120px
    }

    .header .bg .bottom-header .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 55px;
        line-height: 55px;
        font-size: 25px;
        color: #fff
    }

    .header .bg .bottom-header .navbar {
        padding-left: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #ffa24f;
        max-height: 350px;
        overflow-y: scroll
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:before,
    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bg .bottom-header .form {
        position: relative;
        width: 84%;
        margin-left: auto
    }

    .header .bg .bottom-header .form.active input {
        height: 55px
    }

    .header .bg .bottom-header .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header .bg .bottom-header .form button {
        text-align: center;
        width: 100%;
        height: 55px;
        line-height: 62px;
        font-size: 23px;
        color: #fff
    }

    .header .bg .bottom-header .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header .bg .bottom-header .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-2 {
        padding: 0
    }

    .header-2 .custom {
        margin-right: -30px;
        width: auto
    }

    .header-2 .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #f94d1c;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .custom .logo img {
        width: 100px
    }

    .header-2 .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #f94d1c
    }

    .header-2 .navbar {
        padding-left: 0
    }

    .header-2 .navbar .navbar-nav {
        border-top: 1px solid #f94d1c;
        max-height: 350px;
        overflow-y: scroll
    }

    .header-2 .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header-2 .navbar .navbar-nav .nav-item:first-child {
        padding-left: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link:before,
    .header-2 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .form {
        position: relative;
        width: 75%;
        margin-left: auto
    }

    .header-2 .form.active input {
        height: 45px
    }

    .header-2 .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header-2 .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px
    }

    .header-2 .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-2 .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .banner {
        padding-top: 85px
    }

    .banner .banner-txt {
        padding: 80px 0;
        text-align: center
    }

    .banner .banner-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 16px
    }

    .banner .banner-txt h4:after {
        display: none
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 38px
    }

    .banner-2 .bg {
        background-position-x: left;
        border-radius: 10px
    }

    .banner-2 .bg .banner-txt {
        padding: 100px 15px;
        text-align: center
    }

    .banner-2 .bg .banner-txt h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: -5px;
        margin-bottom: 26px
    }

    .banner-2 .bg .banner-txt h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-2 .bg .banner-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .banner-2 .bg .banner-txt p br {
        display: none
    }

    .banner-2 .bg .banner-txt .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 21px
    }

    .banner-2 .bg .banner-txt .btn-box .vdo-btn {
        width: 65px;
        height: 65px;
        line-height: 63px;
        margin-left: 30px
    }

    .feature {
        padding-bottom: 5px
    }

    .feature.feature-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .feature.feature-2 .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 0
    }

    .feature.feature-2 .bg .single-box {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 10px;
        margin: 0 auto 36px
    }

    .feature.feature-2 .bg .single-box .part-icon {
        line-height: 85px
    }

    .feature.feature-2 .bg .single-box:after {
        border-radius: 0 0 10px 10px
    }

    .feature.feature-2 .bg .single-box:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .feature .single-box {
        margin-bottom: 30px;
        padding: 25px 15px 33px
    }

    .feature .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 30px
    }

    .feature .single-box .part-txt h3 {
        font-size: 22px;
        margin-top: -2px;
        margin-bottom: 21px
    }

    .feature .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -2px
    }

    .about {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .about .part-txt {
        margin-bottom: 30px
    }

    .about .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .about .part-txt h4:after {
        display: none
    }

    .about .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .about .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about .part-txt .single-box {
        margin-top: 5px;
        margin-bottom: 30px
    }

    .about .part-txt .single-box .icon {
        width: 40px;
        margin-right: 15px
    }

    .about .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-top: -3px
    }

    .about .part-txt .single-box .txt h3 span {
        font-size: 16px
    }

    .about .part-img .single-img {
        height: 300px
    }

    .about .part-img .single-img.next {
        margin-top: 0
    }

    .about .part-img .single-img .txt {
        width: 90%
    }

    .about .part-img .single-img .txt h2 {
        font-size: 35px;
        margin-top: -7px;
        margin-bottom: 5px
    }

    .about .part-img .single-img .txt p {
        font-size: 20px;
        margin-bottom: -11px
    }

    .about-2 {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .about-2 .part-txt {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about-2 .part-txt h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about-2 .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about-2 .part-txt .bars {
        margin-bottom: 30px
    }

    .about-2 .part-txt .bars .bar-title {
        padding-top: 14px;
        margin-bottom: 7px
    }

    .about-2 .part-txt .bars .bar-title span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.manager {
        width: 55px;
        height: 55px;
        padding: 5px
    }

    .about-2 .part-txt ul li h5 {
        font-size: 14px
    }

    .about-2 .part-txt ul li h5 span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.signature img {
        width: 150px
    }

    .choosing-reason {
        padding-bottom: 0;
        background: url(../images/choosing-reason-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .choosing-reason .bg {
        padding: 60px 0;
        background: 0 0
    }

    .choosing-reason .bg .consultation-form {
        padding: 40px 15px;
        margin-left: 0;
        margin-bottom: 50px
    }

    .choosing-reason .bg .consultation-form:after {
        bottom: -10px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 27px
    }

    .choosing-reason .bg .consultation-form form {
        text-align: center
    }

    .choosing-reason .bg .consultation-form form .wrap {
        margin: 0 auto 20px;
        width: 45%
    }

    .choosing-reason .bg .consultation-form form button {
        margin: 10px auto 0
    }

    .choosing-reason .bg .part-txt .title {
        text-align: center;
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 32px
    }

    .choosing-reason .bg .part-txt .single-box {
        display: block
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 25px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: auto
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service {
        padding: 60px 0
    }

    .service .service-area {
        margin-bottom: 0
    }

    .service .service-area .single-box .part-img {
        height: 161px
    }

    .service .service-area .single-box .part-img .overlay a {
        width: 65px;
        height: 65px;
        line-height: 76px;
        font-size: 30px
    }

    .service .service-area .single-box .txt {
        padding: 33px 0 28px
    }

    .service .service-area .single-box .txt a {
        font-size: 22px
    }

    .service .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .service .part-txt h4:after {
        display: none
    }

    .service .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .service .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .service .part-txt .def-btn {
        margin-top: 5px
    }

    .service-2 {
        padding-bottom: 30px
    }

    .service-2 .single-box {
        padding: 30px;
        width: 320px;
        margin: 0 auto 40px
    }

    .service-2 .single-box .part-icon {
        width: 70px;
        height: 70px;
        line-height: 82px;
        margin-bottom: 25px
    }

    .service-2 .single-box .part-txt h3 {
        font-size: 20px
    }

    .service-2 .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .counter {
        background: url(../images/counter-bg.jpg) left center no-repeat;
        background-size: cover
    }

    .counter .bg {
        background: 0 0;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .counter .bg .single-box {
        padding: 0;
        margin-bottom: 30px
    }

    .counter .bg .single-box .icon {
        font-size: 50px;
        margin-bottom: 11px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 30px;
        margin-bottom: 14px
    }

    .counter .bg .single-box .txt p {
        font-size: 18px
    }

    .profit {
        padding: 60px 0
    }

    .profit .profit-chart {
        background: #faf5ff;
        margin-bottom: 40px
    }

    .profit .part-txt .title h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .profit .part-txt .title h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        padding-top: 17px;
        margin-bottom: 16px
    }

    .profit .part-txt ul li {
        font-size: 14px
    }

    .testimonial {
        background: url(../images/testimonial-bg.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 60px
    }

    .testimonial .bg .clients {
        background: 0 0;
        height: 500px
    }

    .testimonial .bg .clients .single-client {
        width: 50px;
        height: 50px
    }

    .testimonial .bg .clients .single-client.one {
        top: 70px;
        left: 35px
    }

    .testimonial .bg .clients .single-client.two {
        left: 35px;
        bottom: 165px
    }

    .testimonial .bg .clients .single-client.three {
        top: 35%
    }

    .testimonial .bg .clients .single-client.four {
        top: 60px;
        right: 35px
    }

    .testimonial .bg .clients .single-client.five {
        right: 35px;
        bottom: 175px
    }

    .testimonial .bg .box {
        margin: 0
    }

    .testimonial .bg .box .comment-area .single-comment {
        display: block
    }

    .testimonial .bg .box .comment-area .single-comment .part-img {
        width: 150px;
        height: auto;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: auto
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client .star {
        font-size: 16px
    }

    .testimonial .bg .box .comment-area .owl-nav button {
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .portfolio {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .portfolio .portfolio-slider {
        padding-bottom: 41px
    }

    .portfolio .portfolio-slider .single-box .part-txt {
        width: 380px;
        padding: 32px 27px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -6px;
        margin-bottom: 13px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 span {
        font-size: 18px;
        font-weight: 400;
        margin-top: 4px
    }

    .portfolio .portfolio-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .request-for-proposal {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .request-for-proposal .proposal-form {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 40px
    }

    .request-for-proposal .proposal-form .title {
        text-align: center;
        margin-bottom: 50px
    }

    .request-for-proposal .proposal-form .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .request-for-proposal .proposal-form .title h4:after {
        display: none
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .request-for-proposal .proposal-form form {
        text-align: center
    }

    .request-for-proposal .proposal-form form input {
        height: 45px;
        padding: 0 20px;
        font-size: 16px
    }

    .request-for-proposal .proposal-form form textarea {
        height: 140px;
        padding: 14px 20px;
        font-size: 16px;
        margin-bottom: 33px
    }

    .request-for-proposal .proposal-form form .def-btn {
        line-height: 51px;
        margin: 0 auto
    }

    .request-for-proposal .part-img {
        margin-left: -15px;
        margin-right: -15px
    }

    .faq {
        padding: 60px 0;
        z-index: 2
    }

    .faq:after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: -1
    }

    .faq .part-txt .title {
        text-align: center;
        margin-bottom: 50px
    }

    .faq .part-txt .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .faq .part-txt .title h4:after {
        display: none
    }

    .faq .part-txt .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .faq .part-txt .accordion .card .card-header {
        padding-left: 20px;
        padding-right: 43px
    }

    .faq .part-txt .accordion .card .card-header button {
        font-size: 18px
    }

    .faq .part-txt .accordion .card .card-header button.btn {
        text-align: left
    }

    .faq .part-txt .accordion .card .card-header button span {
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px
    }

    .faq .part-txt .accordion .card .card-body {
        padding: 0 43px 27px 20px
    }

    .faq .part-txt .accordion .card .card-body p {
        font-size: 16px;
        line-height: 24px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .team .single-box {
        margin-bottom: 30px
    }

    .team .single-box .part-img {
        height: 170px
    }

    .team .single-box .txt {
        padding-top: 27px;
        padding-bottom: 30px
    }

    .team .single-box .txt a {
        font-size: 20px
    }

    .team .single-box .txt p {
        font-size: 16px
    }

    .blog {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .blog .blog-post-1 {
        margin-bottom: 30px
    }

    .blog .blog-post-1 .part-img {
        border-radius: 10px;
        overflow: hidden
    }

    .blog .blog-post-1 .part-txt {
        width: 420px;
        padding: 30px;
        right: -10px;
        bottom: -10px
    }

    .blog .blog-post-1 .part-txt:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }

    .blog .blog-post-1 .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-top: -7px;
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-1 .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 17px
    }

    .blog .blog-post-1 .part-txt .blog-info ul:last-child {
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog .blog-post-1 .part-txt .other-info .more {
        font-size: 16px;
        padding-bottom: 2px;
        font-weight: 400
    }

    .blog .blog-post-1 .part-txt .other-info .share {
        height: 20px;
        font-size: 16px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social {
        margin-right: 14px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social a {
        font-size: 13px
    }

    .blog .blog-post-1 .part-txt .other-info .share:hover {
        width: 130px
    }

    .blog .blog-post-list .single-post {
        padding: 15px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 25px
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-top: -6px;
        margin-bottom: 18px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:last-child {
        margin-bottom: -5px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .blog-2 .single-box {
        margin-bottom: 45px
    }

    .blog-2 .single-box .part-txt {
        padding: 30px 25px
    }

    .blog-2 .single-box .part-txt .blog-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-2 .single-box .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-2 .single-box .part-txt .blog-info ul li {
        margin-right: 15px;
        font-size: 14px
    }

    .blog-2 .single-box .part-txt .blog-info ul li.img {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .blog-2 .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 21px
    }

    .blog-2 .single-box .part-txt .other-info .more {
        font-size: 16px
    }

    .blog-2 .single-box .part-txt .other-info .share:hover {
        width: 135px
    }

    .brand {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .brand .brands .single-box {
        padding: 0 15px;
        height: 43px
    }

    .brand .brands .single-box img {
        max-width: 100%;
        max-height: 100%
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer h3.title {
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 8px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .footer .main-footer .footer-about {
        margin-bottom: 40px
    }

    .footer .main-footer .footer-about p {
        font-size: 16px;
        line-height: 22px;
        margin-top: -4px;
        margin-bottom: 19px
    }

    .footer .main-footer .footer-about ul li {
        font-size: 16px
    }

    .footer .main-footer .links {
        margin-bottom: 40px
    }

    .footer .main-footer .links ul {
        margin-top: -5px;
        margin-bottom: -6px
    }

    .footer .main-footer .links ul li a {
        font-size: 16px
    }

    .footer .main-footer .app-download ul li a {
        width: 150px
    }

    .footer .main-footer .footer-contact ul li {
        font-size: 16px;
        line-height: 20px
    }

    .footer .main-footer .footer-contact ul li span {
        font-size: 18px;
        margin-bottom: 9px
    }

    .footer .copyright {
        text-align: center
    }

    .footer .copyright p {
        font-size: 14px;
        padding-bottom: 17px
    }

    .footer .copyright .links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 28px
    }

    .footer .copyright .links a {
        font-size: 13px;
        margin: 0 10px
    }

    .breadcrumb {
        padding-top: 85px
    }

    .breadcrumb .part-txt {
        padding: 80px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-top: -7px;
        margin-bottom: 20px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .feature-inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .video {
        padding-bottom: 0
    }

    .video .btn-area {
        padding: 150px 0
    }

    .counter-inner .bg {
        margin: 0
    }

    .counter-inner .bg:after {
        display: none
    }

    .history {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .history .single-box {
        position: relative;
        padding-bottom: 60px;
        width: 290px;
        margin: 0 auto 50px
    }

    .history .single-box .txt {
        padding-right: 0
    }

    .history .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .history .single-box .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px !important
    }

    .history .single-box .date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 !important
    }

    .history .single-box .date h4 {
        width: 250px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        overflow: hidden;
        border-radius: 0 30px 30px 0
    }

    .history .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .history .four {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer {
        padding: 20px 15px 61px;
        margin: -20px -15px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
        padding: 30px 30px 65px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area h3 {
        font-size: 20px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area p {
        font-size: 16px
    }

    .testimonial-2 .comment-area-2 .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .team-2 {
        padding: 60px 0
    }

    .team-2 .team-slider .single-box .part-txt {
        padding: 27px 30px 30px
    }

    .team-2 .team-slider .single-box .part-txt:after {
        top: 0;
        left: 0
    }

    .team-2 .team-slider .single-box .part-txt .title {
        font-size: 20px
    }

    .team-2 .team-slider .single-box .part-txt h5 {
        font-size: 16px;
        margin-bottom: 17px
    }

    .team-2 .team-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px
    }

    .team-2 .team-slider .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pricing {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .pricing .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .pricing .single-box.center .top h3 {
        padding-top: 12px;
        padding-bottom: 15px
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .top h3 {
        margin-top: 0;
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-bottom: -3px
    }

    .pricing .single-box .top h2 {
        font-size: 30px;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .pricing .single-box .top h2 .symbol {
        font-size: 20px;
        margin-top: 0
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle {
        padding-top: 37px;
        padding-bottom: 36px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 40px
    }

    .pricing .single-box .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .bottom a {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        border-radius: 5px
    }

    .service-inner {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .world-connected {
        padding-top: 0;
        padding-bottom: 60px
    }

    .world-connected .part-form {
        padding: 50px 30px;
        margin-bottom: 40px
    }

    .world-connected .part-form h2 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt h4 {
        font-size: 20px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .world-connected .part-txt h4:after {
        display: none
    }

    .world-connected .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 32px
    }

    .world-connected .part-txt .details {
        width: 510px;
        height: 265px;
        margin: 0 auto
    }

    .world-connected .part-txt .details .circle.one {
        top: 30px;
        left: 40px
    }

    .world-connected .part-txt .details .circle.two {
        top: 0;
        left: 140px
    }

    .world-connected .part-txt .details .circle.three {
        top: 25px;
        left: 215px
    }

    .world-connected .part-txt .details .circle.four {
        top: 10px;
        right: 50px
    }

    .world-connected .part-txt .details .circle.five {
        left: 90px;
        bottom: 40px
    }

    .world-connected .part-txt .details .circle.six {
        left: 200px;
        bottom: 20px
    }

    .world-connected .part-txt .details .circle.seven {
        top: 100px;
        right: 110px
    }

    .world-connected .part-txt .details .circle.eight {
        bottom: 25px;
        right: 25px
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .main-content .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .service-details .main-content .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-img {
        margin-bottom: 25px;
        border-radius: 5px
    }

    .service-details .main-content .explore {
        margin-bottom: 30px
    }

    .service-details .main-content .explore h3 {
        text-align: center;
        font-size: 20px;
        padding-top: 7px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes {
        width: 290px;
        margin: 0 auto
    }

    .service-details .main-content .explore .boxes .single-box .part-icon {
        padding: 25px 0
    }

    .service-details .main-content .explore .boxes .single-box .part-icon img {
        height: 45px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes .single-box .part-icon h4 {
        font-size: 20px;
        margin-bottom: -3px
    }

    .service-details .main-content .explore .boxes .single-box .txt {
        padding: 25px
    }

    .service-details .main-content .explore .boxes .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service-details .main-content .analysis h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-details .main-content .analysis p {
        font-size: 16px;
        line-height: 24px
    }

    .service-details .main-content .analysis .analysis-chart {
        margin-top: 25px;
        width: auto;
        background: #faf5ff
    }

    .service-details .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-details .sidebar .nav {
        width: 320px;
        margin: 0 auto 20px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 10px
    }

    .service-details .sidebar .nav .nav-link span {
        font-size: 25px;
        margin-right: 10px
    }

    .service-details .sidebar .service-help {
        width: 320px;
        margin: 0 auto 40px
    }

    .service-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .service-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .service-details .sidebar .pdf-download {
        height: 60px;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .service-details .sidebar .pdf-download .txt a {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-details .sidebar .pdf-download .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .service-details .sidebar .pdf-download .icon a {
        font-size: 25px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .team-inner {
        padding-bottom: 30px
    }

    .team-details {
        padding: 60px 0
    }

    .team-details .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 48px
    }

    .team-details .bg .part-img {
        margin-bottom: 25px
    }

    .team-details .bg .basic-info {
        padding-left: 0;
        margin-bottom: 23px
    }

    .team-details .bg .basic-info h3 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: 15px
    }

    .team-details .bg .basic-info p {
        font-size: 16px;
        margin-bottom: 26px
    }

    .team-details .bg .basic-info ul li {
        font-size: 15px;
        margin-bottom: 21px
    }

    .team-details .bg .basic-info ul li span {
        width: 120px
    }

    .team-details .bg .basic-info .social a {
        font-size: 20px
    }

    .team-details .bg .skill .single-skill {
        width: 50%
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .team-details .part-txt .experience {
        padding-bottom: 20px
    }

    .team-details .part-txt .experience h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .experience p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .part-txt .education {
        margin-bottom: 40px
    }

    .team-details .part-txt .education h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .education p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .team-details .part-txt .education .versity h3 {
        font-size: 18px;
        margin-top: -4px;
        margin-bottom: 11px
    }

    .team-details .part-txt .education .versity span {
        font-size: 16px
    }

    .team-details .part-txt .language h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .language p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -7px
    }

    .blog-inner {
        padding: 60px 0
    }

    .blog-inner .all-blogs .single-blog {
        max-width: 530px;
        margin: 0 auto 30px
    }

    .blog-inner .all-blogs .single-blog .part-txt {
        left: 30px;
        width: auto
    }

    .blog-inner .all-blogs .single-blog .part-txt .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul li {
        font-size: 14px
    }

    .blog-inner .all-blogs .single-blog .part-txt p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 19px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .more {
        font-size: 14px;
        padding-bottom: 2px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share {
        font-size: 16px;
        height: 17px;
        width: 17px;
        line-height: 12px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social {
        height: 17px;
        margin-top: 0;
        margin-right: 9px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social a {
        font-size: 14px;
        line-height: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share:hover {
        width: 145px
    }

    .blog-inner .all-blogs .pagination {
        padding-top: 10px;
        margin-bottom: 40px;
        -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 .sidebar {
        max-width: 380px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        padding: 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin {
        padding: 25px 0
    }

    .blog-inner .sidebar .admin .part-img {
        width: 100px;
        height: 100px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .admin .part-txt {
        padding: 0 25px
    }

    .blog-inner .sidebar .admin .part-txt h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .sidebar .admin .part-txt .social {
        padding-top: 4px
    }

    .blog-inner .sidebar .recent-post {
        padding: 25px
    }

    .blog-inner .sidebar .recent-post h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        width: 30%;
        margin-right: 10px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 70%
    }

    .blog-inner .sidebar .recent-post ul li .txt a {
        font-size: 16px;
        line-height: 22px
    }

    .blog-inner .sidebar .recent-post ul li .txt span {
        margin-right: 7px
    }

    .blog-inner .sidebar .recent-post ul li .txt span:last-child {
        margin-right: 0
    }

    .blog-inner .sidebar .category {
        padding: 25px
    }

    .blog-inner .sidebar .category h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .category ul {
        margin-bottom: -3px
    }

    .blog-inner .sidebar .category ul li {
        padding-top: 14px;
        padding-bottom: 12px
    }

    .blog-inner .sidebar .category ul li a {
        font-size: 16px
    }

    .blog-inner .sidebar .tags {
        padding: 25px
    }

    .blog-inner .sidebar .tags h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .sidebar .tags .all-tags {
        margin: -5px -8px
    }

    .blog-inner .sidebar .tags .all-tags a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .blog-details {
        margin-bottom: 40px
    }

    .blog-inner .blog-details .main-image {
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-info ul {
        margin-top: -4px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .blog-info ul li {
        font-size: 14px
    }

    .blog-inner .blog-details .part-txt {
        margin-bottom: 30px
    }

    .blog-inner .blog-details .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt .mark {
        padding: 30px 25px 30px 30px;
        margin: -1px 10px 0
    }

    .blog-inner .blog-details .image-2 {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-inner .blog-details .part-txt-2 h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt-2 ul {
        margin-top: -6px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 ul li {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .blog-details .image-3 {
        margin: 26px -10px;
        border-radius: 5px
    }

    .blog-inner .blog-details .tags {
        margin: -11px -8px 0;
        padding-bottom: 25px
    }

    .blog-inner .blog-details .tags a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .blog-share {
        padding: 30px 0 25px
    }

    .blog-inner .blog-details .blog-share h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-share a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .admin-area {
        display: block;
        padding: 25px 20px
    }

    .blog-inner .blog-details .admin-area .part-img {
        width: 60px;
        height: 60px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: auto
    }

    .blog-inner .blog-details .admin-area .txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .admin-area .txt .admin-link {
        word-break: break-all;
        font-size: 14px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .admin-area .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav {
        padding: 30px 0
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 30%;
        height: auto;
        margin-right: 10px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .prev-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 30%;
        height: auto;
        margin-left: 10px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .next-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .blog-comment {
        padding-bottom: 15px
    }

    .blog-inner .blog-details .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .blog-comment .single-comment {
        display: block;
        padding: 25px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 60px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .name {
        font-size: 16px;
        margin-top: -1px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .date {
        margin-bottom: 19px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt button {
        font-size: 14px
    }

    .blog-inner .blog-details .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .post-a-comment form input {
        height: 45px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .post-a-comment form textarea {
        height: 120px;
        margin-bottom: 23px
    }

    .blog-inner .blog-details .post-a-comment form button {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px
    }

    .portfolio-inner {
        padding: 60px 0
    }

    .portfolio-inner .control-panel {
        margin-bottom: 30px
    }

    .portfolio-inner .control-panel .controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .portfolio-inner .control-panel .controls li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px;
        margin: 0 5px 10px
    }

    .portfolio-inner .control-panel .controls li.active {
        padding-right: 15px
    }

    .portfolio-inner .control-panel .controls li.active:after {
        bottom: 0;
        right: 0
    }

    .portfolio-inner .items {
        width: 450px;
        margin: 0 auto -40px
    }

    .portfolio-inner .items .single-item {
        width: 100%;
        margin: 0 0 40px
    }

    .portfolio-inner .items .single-item .part-img {
        height: 240px
    }

    .portfolio-inner .items .single-item .part-img .view-btn a {
        width: 60px;
        height: 60px;
        line-height: 69px;
        font-size: 20px
    }

    .portfolio-inner .items .single-item .part-txt {
        padding: 40px 30px
    }

    .portfolio-inner .items .single-item .part-txt .txt a {
        display: block;
        font-size: 22px;
        margin-top: -2px
    }

    .portfolio-inner .items .single-item:hover .part-img {
        margin-right: 30px
    }

    .portfolio-details {
        padding: 60px 0
    }

    .portfolio-details .project-details .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .project-details .part-txt {
        margin-bottom: 33px
    }

    .portfolio-details .project-details .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 14px
    }

    .portfolio-details .project-details .part-txt h4 {
        margin-bottom: 16px
    }

    .portfolio-details .project-details .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt h3 {
        font-size: 20px;
        padding-top: 0;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .portfolio-details .project-details .part-txt .img {
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .portfolio-details .project-details .part-txt ul {
        margin-top: 0;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt ul li {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 8px
    }

    .portfolio-details .project-details .part-txt ul li:last-child {
        margin-bottom: 0
    }

    .portfolio-details .sidebar {
        width: 380px;
        margin: 0 auto
    }

    .portfolio-details .sidebar .project-info {
        margin-bottom: 40px
    }

    .portfolio-details .sidebar .project-info h2 {
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
        font-size: 25px
    }

    .portfolio-details .sidebar .project-info ul {
        padding: 10px 25px
    }

    .portfolio-details .sidebar .project-info ul li {
        font-size: 18px;
        padding-bottom: 17px
    }

    .portfolio-details .sidebar .project-info ul li span {
        font-size: 16px
    }

    .portfolio-details .sidebar .project-info ul li span i {
        font-size: 12px
    }

    .portfolio-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .portfolio-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .contact {
        padding: 60px 0
    }

    .contact .heading {
        margin-top: -7px
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        padding: 25px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .top {
        margin-bottom: 19px
    }

    .contact .boxes .single-box .top .icon {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin-right: 10px
    }

    .contact .boxes .single-box .top .txt span {
        margin-bottom: 9px
    }

    .contact .boxes .single-box .top .txt h3 {
        font-size: 20px
    }

    .contact .boxes .single-box p {
        font-size: 16px;
        line-height: 24px
    }

    .contact .map-area {
        padding-top: 0;
        padding-bottom: 60px
    }

    .contact .map-area iframe {
        height: 250px
    }

    .contact .form-area .form {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .contact .form-area .form .title {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .contact .form-area .form form input {
        height: 50px;
        margin-bottom: 25px
    }

    .contact .form-area .form form textarea {
        height: 150px;
        margin-bottom: 23px
    }

    .contact .form-area .live-chat {
        width: 380px;
        margin: 0 auto
    }

    .contact .form-area .live-chat .txt {
        padding: 0 25px 25px
    }

    .contact .form-area .live-chat .txt .icon {
        font-size: 50px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt h3 {
        font-size: 25px;
        margin-bottom: 16px
    }

    .contact .form-area .live-chat .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt .def-btn {
        height: 45px;
        line-height: 43px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .def-btn {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 400;
        padding: 0 30px;
        border-radius: 5px
    }

    .heading {
        margin-bottom: 50px;
        margin-top: -3px
    }

    .heading h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: -9px
    }

    .header {
        top: 30px
    }

    .header .top-border,
    .header .bottom-border {
        display: none
    }

    .header .bg .top-header {
        display: none
    }

    .header .bg .bottom-header {
        padding: 0
    }

    .header .bg .bottom-header.fixed-header {
        padding: 0 15px
    }

    .header .bg .bottom-header .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #ffa24f;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bg .bottom-header .custom .logo img {
        width: 100px
    }

    .header .bg .bottom-header .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #fff
    }

    .header .bg .bottom-header .navbar {
        padding-left: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #ffa24f;
        max-height: 350px;
        overflow-y: scroll
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:before,
    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bg .bottom-header .form {
        position: relative;
        width: 84%;
        margin-left: auto
    }

    .header .bg .bottom-header .form.active input {
        height: 45px
    }

    .header .bg .bottom-header .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header .bg .bottom-header .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px;
        color: #fff
    }

    .header .bg .bottom-header .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header .bg .bottom-header .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-2 {
        padding: 0
    }

    .header-2 .custom {
        margin-right: -30px;
        width: auto
    }

    .header-2 .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #f94d1c;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .custom .logo img {
        width: 100px
    }

    .header-2 .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #f94d1c
    }

    .header-2 .navbar {
        padding-left: 0
    }

    .header-2 .navbar .navbar-nav {
        border-top: 1px solid #f94d1c;
        max-height: 350px;
        overflow-y: scroll
    }

    .header-2 .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header-2 .navbar .navbar-nav .nav-item:first-child {
        padding-left: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link:before,
    .header-2 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .form {
        position: relative;
        width: 83%;
        margin-left: auto
    }

    .header-2 .form.active input {
        height: 45px
    }

    .header-2 .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header-2 .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px
    }

    .header-2 .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-2 .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .banner {
        padding-top: 75px
    }

    .banner .banner-txt {
        padding: 80px 0;
        text-align: center
    }

    .banner .banner-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 16px
    }

    .banner .banner-txt h4:after {
        display: none
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 38px
    }

    .banner-2 .bg {
        background-position-x: left;
        border-radius: 10px
    }

    .banner-2 .bg .banner-txt {
        padding: 100px 15px;
        text-align: center
    }

    .banner-2 .bg .banner-txt h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: -5px;
        margin-bottom: 26px
    }

    .banner-2 .bg .banner-txt h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-2 .bg .banner-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .banner-2 .bg .banner-txt p br {
        display: none
    }

    .banner-2 .bg .banner-txt .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 21px
    }

    .banner-2 .bg .banner-txt .btn-box .vdo-btn {
        width: 65px;
        height: 65px;
        line-height: 63px;
        margin-left: 30px
    }

    .feature {
        padding-bottom: 5px
    }

    .feature.feature-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .feature.feature-2 .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 0
    }

    .feature.feature-2 .bg .single-box {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 10px;
        margin: 0 auto 36px
    }

    .feature.feature-2 .bg .single-box .part-icon {
        line-height: 85px
    }

    .feature.feature-2 .bg .single-box:after {
        border-radius: 0 0 10px 10px
    }

    .feature.feature-2 .bg .single-box:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .feature .single-box {
        width: 320px;
        margin: 0 auto 30px;
        padding: 25px 25px 33px
    }

    .feature .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 30px
    }

    .feature .single-box .part-txt h3 {
        font-size: 22px;
        margin-top: -2px;
        margin-bottom: 21px
    }

    .feature .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -2px
    }

    .about {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .about .part-txt {
        margin-bottom: 30px
    }

    .about .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .about .part-txt h4:after {
        display: none
    }

    .about .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .about .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about .part-txt .single-box {
        margin-top: 5px;
        margin-bottom: 30px
    }

    .about .part-txt .single-box .icon {
        width: 40px;
        margin-right: 15px
    }

    .about .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-top: -3px
    }

    .about .part-txt .single-box .txt h3 span {
        font-size: 16px
    }

    .about .part-img {
        width: 350px;
        margin: 0 auto
    }

    .about .part-img .single-img {
        height: 300px
    }

    .about .part-img .single-img.next {
        margin-top: 30px
    }

    .about .part-img .single-img .txt h2 {
        font-size: 35px;
        margin-top: -7px;
        margin-bottom: 5px
    }

    .about .part-img .single-img .txt p {
        font-size: 20px;
        margin-bottom: -11px
    }

    .about-2 {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .about-2 .part-txt {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about-2 .part-txt h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about-2 .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about-2 .part-txt .bars {
        margin-bottom: 30px
    }

    .about-2 .part-txt .bars .bar-title {
        padding-top: 14px;
        margin-bottom: 7px
    }

    .about-2 .part-txt .bars .bar-title span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.manager {
        margin-right: 15px;
        width: 55px;
        height: 55px;
        padding: 5px
    }

    .about-2 .part-txt ul li h5 {
        font-size: 14px;
        margin-right: 15px
    }

    .about-2 .part-txt ul li h5 span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.signature img {
        width: 90px
    }

    .choosing-reason {
        padding-bottom: 0;
        background: url(../images/choosing-reason-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .choosing-reason .bg {
        padding: 60px 0;
        background: 0 0
    }

    .choosing-reason .bg .consultation-form {
        padding: 40px 15px;
        margin-left: 0;
        margin-bottom: 50px
    }

    .choosing-reason .bg .consultation-form:after {
        bottom: -10px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 27px
    }

    .choosing-reason .bg .consultation-form form {
        text-align: center
    }

    .choosing-reason .bg .consultation-form form .wrap {
        width: 100%
    }

    .choosing-reason .bg .consultation-form form button {
        margin: 10px auto 0
    }

    .choosing-reason .bg .part-txt .title {
        text-align: center;
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 32px
    }

    .choosing-reason .bg .part-txt .single-box {
        display: block
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 25px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: auto
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service {
        padding: 60px 0
    }

    .service .service-area {
        margin-bottom: 0
    }

    .service .service-area .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .service .service-area .single-box .part-img {
        height: 161px
    }

    .service .service-area .single-box .part-img .overlay a {
        width: 65px;
        height: 65px;
        line-height: 76px;
        font-size: 30px
    }

    .service .service-area .single-box .txt {
        padding: 33px 0 28px
    }

    .service .service-area .single-box .txt a {
        font-size: 22px
    }

    .service .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .service .part-txt h4:after {
        display: none
    }

    .service .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .service .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .service .part-txt .def-btn {
        margin-top: 5px
    }

    .service-2 {
        padding-bottom: 30px
    }

    .service-2 .single-box {
        padding: 30px;
        width: 320px;
        margin: 0 auto 40px
    }

    .service-2 .single-box .part-icon {
        width: 70px;
        height: 70px;
        line-height: 82px;
        margin-bottom: 25px
    }

    .service-2 .single-box .part-txt h3 {
        font-size: 20px
    }

    .service-2 .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .counter {
        background: url(../images/counter-bg.jpg) left center no-repeat;
        background-size: cover
    }

    .counter .bg {
        background: 0 0;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .counter .bg .single-box {
        padding: 0;
        margin-bottom: 30px
    }

    .counter .bg .single-box .icon {
        font-size: 50px;
        margin-bottom: 12px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 25px;
        margin-bottom: 11px
    }

    .counter .bg .single-box .txt p {
        font-size: 18px
    }

    .profit {
        padding: 60px 0
    }

    .profit .profit-chart {
        background: #faf5ff;
        margin-bottom: 40px
    }

    .profit .part-txt .title h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .profit .part-txt .title h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        padding-top: 17px;
        margin-bottom: 16px
    }

    .profit .part-txt ul li {
        font-size: 14px
    }

    .testimonial {
        background: url(../images/testimonial-bg.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 60px
    }

    .testimonial .bg .clients {
        background: 0 0;
        height: 500px
    }

    .testimonial .bg .clients .single-client {
        width: 50px;
        height: 50px
    }

    .testimonial .bg .clients .single-client.one {
        top: 70px;
        left: 35px
    }

    .testimonial .bg .clients .single-client.two {
        left: 35px;
        bottom: 165px
    }

    .testimonial .bg .clients .single-client.three {
        top: 35%
    }

    .testimonial .bg .clients .single-client.four {
        top: 60px;
        right: 35px
    }

    .testimonial .bg .clients .single-client.five {
        right: 35px;
        bottom: 175px
    }

    .testimonial .bg .box {
        margin: 0
    }

    .testimonial .bg .box .comment-area .single-comment {
        display: block;
        padding: 30px 25px
    }

    .testimonial .bg .box .comment-area .single-comment .part-img {
        width: 150px;
        height: auto;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: auto
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client .star {
        font-size: 16px
    }

    .testimonial .bg .box .comment-area .owl-nav button {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .portfolio {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .portfolio .portfolio-slider {
        padding-bottom: 41px
    }

    .portfolio .portfolio-slider .single-box .part-txt {
        width: 320px;
        padding: 32px 27px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -6px;
        margin-bottom: 13px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 span {
        font-size: 18px;
        font-weight: 400;
        margin-top: 4px
    }

    .portfolio .portfolio-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .request-for-proposal {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .request-for-proposal .proposal-form {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 30px 15px
    }

    .request-for-proposal .proposal-form .title {
        text-align: center;
        margin-bottom: 50px
    }

    .request-for-proposal .proposal-form .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .request-for-proposal .proposal-form .title h4:after {
        display: none
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .request-for-proposal .proposal-form form {
        text-align: center
    }

    .request-for-proposal .proposal-form form input {
        height: 45px;
        padding: 0 20px;
        font-size: 16px
    }

    .request-for-proposal .proposal-form form textarea {
        height: 140px;
        padding: 14px 20px;
        font-size: 16px;
        margin-bottom: 33px
    }

    .request-for-proposal .proposal-form form .def-btn {
        line-height: 51px;
        margin: 0 auto
    }

    .request-for-proposal .part-img {
        margin-left: -15px;
        margin-right: -15px
    }

    .faq {
        padding: 60px 0;
        z-index: 2
    }

    .faq:after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: -1
    }

    .faq .part-txt .title {
        text-align: center;
        margin-bottom: 50px
    }

    .faq .part-txt .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .faq .part-txt .title h4:after {
        display: none
    }

    .faq .part-txt .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .faq .part-txt .accordion .card .card-header {
        padding-left: 20px;
        padding-right: 43px
    }

    .faq .part-txt .accordion .card .card-header button {
        font-size: 18px
    }

    .faq .part-txt .accordion .card .card-header button.btn {
        text-align: left
    }

    .faq .part-txt .accordion .card .card-header button span {
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px
    }

    .faq .part-txt .accordion .card .card-body {
        padding: 0 43px 27px 20px
    }

    .faq .part-txt .accordion .card .card-body p {
        font-size: 16px;
        line-height: 24px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .team .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team .single-box .part-img {
        height: 200px
    }

    .team .single-box .txt {
        padding-top: 27px;
        padding-bottom: 30px
    }

    .team .single-box .txt a {
        font-size: 20px
    }

    .team .single-box .txt p {
        font-size: 16px
    }

    .blog {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .blog .blog-post-1 {
        overflow: visible;
        width: 370px;
        margin: 0 auto 100px
    }

    .blog .blog-post-1 .part-img {
        border-radius: 10px;
        overflow: hidden
    }

    .blog .blog-post-1 .part-txt {
        width: 320px;
        padding: 20px;
        right: -35px;
        bottom: -70px;
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
    }

    .blog .blog-post-1 .part-txt:after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 10px
    }

    .blog .blog-post-1 .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-top: -7px;
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-1 .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 17px
    }

    .blog .blog-post-1 .part-txt .blog-info ul:last-child {
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog .blog-post-1 .part-txt .other-info .more {
        font-size: 16px;
        padding-bottom: 2px;
        font-weight: 400
    }

    .blog .blog-post-1 .part-txt .other-info .share {
        height: 20px;
        font-size: 16px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social {
        margin-right: 14px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social a {
        font-size: 13px
    }

    .blog .blog-post-1 .part-txt .other-info .share:hover {
        width: 130px
    }

    .blog .blog-post-list .single-post {
        padding: 15px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 130px;
        border-radius: 5px;
        margin-bottom: 25px
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-top: -6px;
        margin-bottom: 18px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:last-child {
        margin-bottom: -5px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .blog-2 .single-box {
        margin-bottom: 45px
    }

    .blog-2 .single-box .part-txt {
        padding: 30px 25px
    }

    .blog-2 .single-box .part-txt .blog-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-2 .single-box .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-2 .single-box .part-txt .blog-info ul li {
        margin-right: 15px;
        font-size: 14px
    }

    .blog-2 .single-box .part-txt .blog-info ul li.img {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .blog-2 .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 21px
    }

    .blog-2 .single-box .part-txt .other-info .more {
        font-size: 16px
    }

    .blog-2 .single-box .part-txt .other-info .share:hover {
        width: 135px
    }

    .brand {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .brand .brands .single-box {
        padding: 0 15px;
        height: 43px
    }

    .brand .brands .single-box img {
        max-width: 100%;
        max-height: 100%
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer h3.title {
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 8px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .footer .main-footer .footer-about {
        margin-bottom: 30px
    }

    .footer .main-footer .footer-about p {
        font-size: 16px;
        line-height: 22px;
        margin-top: -4px;
        margin-bottom: 19px
    }

    .footer .main-footer .footer-about ul li {
        font-size: 16px
    }

    .footer .main-footer .links {
        margin-bottom: 30px
    }

    .footer .main-footer .links ul {
        margin-top: -5px;
        margin-bottom: -6px
    }

    .footer .main-footer .links ul li a {
        font-size: 16px
    }

    .footer .main-footer .app-download {
        margin-bottom: 30px
    }

    .footer .main-footer .app-download ul li a {
        width: 150px
    }

    .footer .main-footer .footer-contact ul li {
        font-size: 16px;
        line-height: 20px
    }

    .footer .main-footer .footer-contact ul li span {
        font-size: 18px;
        margin-bottom: 9px
    }

    .footer .copyright {
        text-align: center
    }

    .footer .copyright p {
        font-size: 14px;
        padding-bottom: 17px
    }

    .footer .copyright .links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 28px
    }

    .footer .copyright .links a {
        font-size: 13px;
        margin: 0 10px
    }

    .breadcrumb {
        padding-top: 75px
    }

    .breadcrumb .part-txt {
        padding: 80px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-top: -7px;
        margin-bottom: 20px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .feature-inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .video {
        padding-bottom: 0
    }

    .video .btn-area {
        padding: 150px 0
    }

    .counter-inner .bg {
        margin: 0
    }

    .counter-inner .bg:after {
        display: none
    }

    .history {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .history .single-box {
        position: relative;
        padding-bottom: 60px;
        width: 290px;
        margin: 0 auto 50px
    }

    .history .single-box .txt {
        padding-right: 0
    }

    .history .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .history .single-box .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px !important
    }

    .history .single-box .date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 !important
    }

    .history .single-box .date h4 {
        width: 250px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        overflow: hidden;
        border-radius: 0 30px 30px 0
    }

    .history .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .history .four {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer {
        padding: 20px 15px 61px;
        margin: -20px -15px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
        padding: 30px 30px 65px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area h3 {
        font-size: 20px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area p {
        font-size: 16px
    }

    .testimonial-2 .comment-area-2 .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .team-2 {
        padding: 60px 0
    }

    .team-2 .team-slider .single-box {
        padding: 0 60px
    }

    .team-2 .team-slider .single-box .part-img {
        margin-right: 30px;
        border-radius: 10px
    }

    .team-2 .team-slider .single-box .part-txt {
        margin-left: 30px;
        margin-top: -30px;
        padding: 27px 30px 30px
    }

    .team-2 .team-slider .single-box .part-txt:after {
        top: 0;
        left: 0
    }

    .team-2 .team-slider .single-box .part-txt .title {
        font-size: 20px
    }

    .team-2 .team-slider .single-box .part-txt h5 {
        font-size: 16px;
        margin-bottom: 17px
    }

    .team-2 .team-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px
    }

    .team-2 .team-slider .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pricing {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .pricing .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .pricing .single-box.center .top h3 {
        padding-top: 12px;
        padding-bottom: 15px
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .top h3 {
        margin-top: 0;
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-bottom: -3px
    }

    .pricing .single-box .top h2 {
        font-size: 30px;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .pricing .single-box .top h2 .symbol {
        font-size: 20px;
        margin-top: 0
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle {
        padding-top: 37px;
        padding-bottom: 36px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 40px
    }

    .pricing .single-box .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .bottom a {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        border-radius: 5px
    }

    .service-inner {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .world-connected {
        padding-top: 0;
        padding-bottom: 60px
    }

    .world-connected .part-form {
        padding: 50px 30px;
        margin-bottom: 40px
    }

    .world-connected .part-form h2 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt h4 {
        font-size: 20px;
        padding-left: 0;
        margin-bottom: 15px
    }

    .world-connected .part-txt h4:after {
        display: none
    }

    .world-connected .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 32px
    }

    .world-connected .part-txt .details {
        width: 450px;
        height: 235px;
        margin: 0 auto
    }

    .world-connected .part-txt .details .circle.one {
        top: 30px;
        left: 40px
    }

    .world-connected .part-txt .details .circle.two {
        top: 0;
        left: 140px
    }

    .world-connected .part-txt .details .circle.three {
        top: 25px;
        left: 215px
    }

    .world-connected .part-txt .details .circle.four {
        top: 10px;
        right: 50px
    }

    .world-connected .part-txt .details .circle.five {
        left: 90px;
        bottom: 40px
    }

    .world-connected .part-txt .details .circle.six {
        left: 200px;
        bottom: 20px
    }

    .world-connected .part-txt .details .circle.seven {
        top: 100px;
        right: 110px
    }

    .world-connected .part-txt .details .circle.eight {
        bottom: 25px;
        right: 25px
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .main-content .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .service-details .main-content .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-img {
        margin-bottom: 25px;
        border-radius: 5px
    }

    .service-details .main-content .explore {
        margin-bottom: 30px
    }

    .service-details .main-content .explore h3 {
        text-align: center;
        font-size: 20px;
        padding-top: 7px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes {
        width: 290px;
        margin: 0 auto
    }

    .service-details .main-content .explore .boxes .single-box .part-icon {
        padding: 25px 0
    }

    .service-details .main-content .explore .boxes .single-box .part-icon img {
        height: 45px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes .single-box .part-icon h4 {
        font-size: 20px;
        margin-bottom: -3px
    }

    .service-details .main-content .explore .boxes .single-box .txt {
        padding: 25px
    }

    .service-details .main-content .explore .boxes .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service-details .main-content .analysis h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-details .main-content .analysis p {
        font-size: 16px;
        line-height: 24px
    }

    .service-details .main-content .analysis .analysis-chart {
        margin-top: 25px;
        width: auto;
        background: #faf5ff
    }

    .service-details .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-details .sidebar .nav {
        width: 320px;
        margin: 0 auto 20px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 10px
    }

    .service-details .sidebar .nav .nav-link span {
        font-size: 25px;
        margin-right: 10px
    }

    .service-details .sidebar .service-help {
        width: 320px;
        margin: 0 auto 40px
    }

    .service-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .service-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .service-details .sidebar .pdf-download {
        height: 60px;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .service-details .sidebar .pdf-download .txt a {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-details .sidebar .pdf-download .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .service-details .sidebar .pdf-download .icon a {
        font-size: 25px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .team-inner {
        padding-bottom: 30px
    }

    .team-details {
        padding: 60px 0
    }

    .team-details .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 48px
    }

    .team-details .bg .part-img {
        margin-bottom: 25px
    }

    .team-details .bg .basic-info {
        padding-left: 0;
        margin-bottom: 23px
    }

    .team-details .bg .basic-info h3 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: 15px
    }

    .team-details .bg .basic-info p {
        font-size: 16px;
        margin-bottom: 26px
    }

    .team-details .bg .basic-info ul li {
        font-size: 15px;
        margin-bottom: 21px
    }

    .team-details .bg .basic-info ul li span {
        width: 120px
    }

    .team-details .bg .basic-info .social a {
        font-size: 20px
    }

    .team-details .bg .skill {
        margin: -15px
    }

    .team-details .bg .skill .single-skill {
        width: 50%;
        padding: 15px
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .team-details .bg .skill .single-skill .circle-chart .circle-chart__subline {
        font-size: 3px
    }

    .team-details .part-txt .experience {
        padding-bottom: 20px
    }

    .team-details .part-txt .experience h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .experience p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .part-txt .education {
        margin-bottom: 40px
    }

    .team-details .part-txt .education h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .education p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .team-details .part-txt .education .versity h3 {
        font-size: 18px;
        margin-top: -4px;
        margin-bottom: 11px
    }

    .team-details .part-txt .education .versity span {
        font-size: 16px
    }

    .team-details .part-txt .language h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .language p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -7px
    }

    .blog-inner {
        padding: 60px 0
    }

    .blog-inner .all-blogs .single-blog {
        width: 450px;
        margin: 0 auto 30px
    }

    .blog-inner .all-blogs .single-blog .part-txt {
        left: 30px;
        width: auto;
        padding: 30px 20px 20px 30px
    }

    .blog-inner .all-blogs .single-blog .part-txt:after {
        top: 10px;
        left: 10px
    }

    .blog-inner .all-blogs .single-blog .part-txt .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul li {
        font-size: 14px
    }

    .blog-inner .all-blogs .single-blog .part-txt p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 19px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .more {
        font-size: 14px;
        padding-bottom: 2px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share {
        font-size: 16px;
        height: 17px;
        width: 17px;
        line-height: 12px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social {
        height: 17px;
        margin-top: 0;
        margin-right: 9px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social a {
        font-size: 14px;
        line-height: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share:hover {
        width: 145px
    }

    .blog-inner .all-blogs .pagination {
        padding-top: 10px;
        margin-bottom: 40px;
        -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 .sidebar {
        max-width: 380px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        padding: 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin {
        padding: 25px 0
    }

    .blog-inner .sidebar .admin .part-img {
        width: 100px;
        height: 100px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .admin .part-txt {
        padding: 0 25px
    }

    .blog-inner .sidebar .admin .part-txt h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .sidebar .admin .part-txt .social {
        padding-top: 4px
    }

    .blog-inner .sidebar .recent-post {
        padding: 25px
    }

    .blog-inner .sidebar .recent-post h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        width: 30%;
        margin-right: 10px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 70%
    }

    .blog-inner .sidebar .recent-post ul li .txt a {
        font-size: 16px;
        line-height: 22px
    }

    .blog-inner .sidebar .recent-post ul li .txt span {
        margin-right: 7px
    }

    .blog-inner .sidebar .recent-post ul li .txt span:last-child {
        margin-right: 0
    }

    .blog-inner .sidebar .category {
        padding: 25px
    }

    .blog-inner .sidebar .category h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .category ul {
        margin-bottom: -3px
    }

    .blog-inner .sidebar .category ul li {
        padding-top: 14px;
        padding-bottom: 12px
    }

    .blog-inner .sidebar .category ul li a {
        font-size: 16px
    }

    .blog-inner .sidebar .tags {
        padding: 25px
    }

    .blog-inner .sidebar .tags h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .sidebar .tags .all-tags {
        margin: -5px -8px
    }

    .blog-inner .sidebar .tags .all-tags a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .blog-details {
        margin-bottom: 40px
    }

    .blog-inner .blog-details .main-image {
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-info ul {
        margin-top: -4px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .blog-info ul li {
        font-size: 14px
    }

    .blog-inner .blog-details .part-txt {
        margin-bottom: 30px
    }

    .blog-inner .blog-details .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt .mark {
        padding: 30px 25px 30px 30px;
        margin: -1px 10px 0
    }

    .blog-inner .blog-details .image-2 {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-inner .blog-details .part-txt-2 h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt-2 ul {
        margin-top: -6px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 ul li {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .blog-details .image-3 {
        margin: 26px -10px;
        border-radius: 5px
    }

    .blog-inner .blog-details .tags {
        margin: -11px -8px 0;
        padding-bottom: 25px
    }

    .blog-inner .blog-details .tags a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .blog-share {
        padding: 30px 0 25px
    }

    .blog-inner .blog-details .blog-share h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-share a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .admin-area {
        display: block;
        padding: 25px 20px
    }

    .blog-inner .blog-details .admin-area .part-img {
        width: 60px;
        height: 60px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: auto
    }

    .blog-inner .blog-details .admin-area .txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .admin-area .txt .admin-link {
        word-break: break-all;
        font-size: 14px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .admin-area .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav {
        padding: 30px 0
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 30%;
        height: auto;
        margin-right: 10px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .prev-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 30%;
        height: auto;
        margin-left: 10px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .next-post .txt a {
        font-size: 16px;
        font-weight: 500
    }

    .blog-inner .blog-details .blog-comment {
        padding-bottom: 15px
    }

    .blog-inner .blog-details .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .blog-comment .single-comment {
        display: block;
        padding: 25px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 60px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .name {
        font-size: 16px;
        margin-top: -1px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .date {
        margin-bottom: 19px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt button {
        font-size: 14px
    }

    .blog-inner .blog-details .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .post-a-comment form input {
        height: 45px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .post-a-comment form textarea {
        height: 120px;
        margin-bottom: 23px
    }

    .blog-inner .blog-details .post-a-comment form button {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px
    }

    .portfolio-inner {
        padding: 60px 0
    }

    .portfolio-inner .control-panel {
        margin-bottom: 30px
    }

    .portfolio-inner .control-panel .controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .portfolio-inner .control-panel .controls li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px;
        margin: 0 5px 10px
    }

    .portfolio-inner .control-panel .controls li.active {
        padding-right: 15px
    }

    .portfolio-inner .control-panel .controls li.active:after {
        bottom: 0;
        right: 0
    }

    .portfolio-inner .items {
        width: 450px;
        margin: 0 auto -40px
    }

    .portfolio-inner .items .single-item {
        width: 100%;
        margin: 0 0 40px
    }

    .portfolio-inner .items .single-item .part-img {
        height: 240px
    }

    .portfolio-inner .items .single-item .part-img .view-btn a {
        width: 60px;
        height: 60px;
        line-height: 69px;
        font-size: 20px
    }

    .portfolio-inner .items .single-item .part-txt {
        padding: 40px 30px
    }

    .portfolio-inner .items .single-item .part-txt .txt a {
        display: block;
        font-size: 22px;
        margin-top: -2px
    }

    .portfolio-inner .items .single-item:hover .part-img {
        margin-right: 30px
    }

    .portfolio-details {
        padding: 60px 0
    }

    .portfolio-details .project-details .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .project-details .part-txt {
        margin-bottom: 33px
    }

    .portfolio-details .project-details .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 14px
    }

    .portfolio-details .project-details .part-txt h4 {
        margin-bottom: 16px
    }

    .portfolio-details .project-details .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt h3 {
        font-size: 20px;
        padding-top: 0;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .portfolio-details .project-details .part-txt .img {
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .portfolio-details .project-details .part-txt ul {
        margin-top: 0;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt ul li {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 8px
    }

    .portfolio-details .project-details .part-txt ul li:last-child {
        margin-bottom: 0
    }

    .portfolio-details .sidebar {
        width: 320px;
        margin: 0 auto
    }

    .portfolio-details .sidebar .project-info {
        margin-bottom: 40px
    }

    .portfolio-details .sidebar .project-info h2 {
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
        font-size: 25px
    }

    .portfolio-details .sidebar .project-info ul {
        padding: 10px 25px
    }

    .portfolio-details .sidebar .project-info ul li {
        font-size: 18px;
        padding-bottom: 17px
    }

    .portfolio-details .sidebar .project-info ul li span {
        font-size: 16px
    }

    .portfolio-details .sidebar .project-info ul li span i {
        font-size: 12px
    }

    .portfolio-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .portfolio-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .contact {
        padding: 60px 0
    }

    .contact .heading {
        margin-top: -7px
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        width: 290px;
        padding: 25px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .top {
        margin-bottom: 19px
    }

    .contact .boxes .single-box .top .icon {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin-right: 20px
    }

    .contact .boxes .single-box .top .txt span {
        margin-bottom: 9px
    }

    .contact .boxes .single-box .top .txt h3 {
        font-size: 20px
    }

    .contact .boxes .single-box p {
        font-size: 16px;
        line-height: 24px
    }

    .contact .map-area {
        padding-top: 0;
        padding-bottom: 60px
    }

    .contact .map-area iframe {
        height: 250px
    }

    .contact .form-area .form {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .contact .form-area .form .title {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .contact .form-area .form form input {
        height: 50px;
        margin-bottom: 25px
    }

    .contact .form-area .form form textarea {
        height: 150px;
        margin-bottom: 23px
    }

    .contact .form-area .live-chat {
        width: 380px;
        margin: 0 auto
    }

    .contact .form-area .live-chat .txt {
        padding: 0 25px 25px
    }

    .contact .form-area .live-chat .txt .icon {
        font-size: 50px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt h3 {
        font-size: 25px;
        margin-bottom: 16px
    }

    .contact .form-area .live-chat .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt .def-btn {
        height: 45px;
        line-height: 43px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .def-btn {
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 400;
        padding: 0 30px;
        border-radius: 5px
    }

    .heading {
        margin-bottom: 50px;
        margin-top: -3px
    }

    .heading h4 {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0 40px
    }

    .heading h4:before,
    .heading h4:after {
        width: 35px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: -9px
    }

    .heading.heading-2 h4 {
        padding: 0
    }

    .header {
        top: 30px
    }

    .header .top-border,
    .header .bottom-border {
        display: none
    }

    .header .bg .top-header {
        display: none
    }

    .header .bg .bottom-header {
        padding: 0
    }

    .header .bg .bottom-header.fixed-header {
        padding: 0 15px
    }

    .header .bg .bottom-header .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #ffa24f;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bg .bottom-header .custom .logo img {
        width: 100px
    }

    .header .bg .bottom-header .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #fff
    }

    .header .bg .bottom-header .navbar {
        padding-left: 0
    }

    .header .bg .bottom-header .navbar .navbar-nav {
        border-top: 1px solid #ffa24f;
        max-height: 350px;
        overflow-y: scroll
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:before,
    .header .bg .bottom-header .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bg .bottom-header .form {
        position: relative;
        width: 84%;
        margin-left: auto
    }

    .header .bg .bottom-header .form.active input {
        height: 45px
    }

    .header .bg .bottom-header .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header .bg .bottom-header .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px;
        color: #fff
    }

    .header .bg .bottom-header .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header .bg .bottom-header .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .header-2 {
        padding: 0
    }

    .header-2 .custom {
        margin-right: -30px;
        width: auto
    }

    .header-2 .custom .logo {
        width: 100%;
        margin-right: 0;
        border-right: 0;
        border-left: 1px solid #f94d1c;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .custom .logo img {
        width: 100px
    }

    .header-2 .custom .navbar-toggler {
        padding: 0;
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
        color: #f94d1c
    }

    .header-2 .navbar {
        padding-left: 0
    }

    .header-2 .navbar .navbar-nav {
        border-top: 1px solid #f94d1c;
        max-height: 350px;
        overflow-y: scroll
    }

    .header-2 .navbar .navbar-nav .nav-item {
        padding: 15px 20px
    }

    .header-2 .navbar .navbar-nav .nav-item:first-child {
        padding-left: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown.show .dropdown-menu {
        display: block
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none
    }

    .header-2 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
        padding: 20px
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: 400
    }

    .header-2 .navbar .navbar-nav .nav-item .nav-link:before,
    .header-2 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .form {
        position: relative;
        width: 83%;
        margin-left: auto
    }

    .header-2 .form.active input {
        height: 45px
    }

    .header-2 .form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        color: #2d2d2d;
        height: 0
    }

    .header-2 .form button {
        text-align: center;
        width: 100%;
        height: 45px;
        line-height: 52px;
        font-size: 20px
    }

    .header-2 .two {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-2 .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .banner {
        padding-top: 75px
    }

    .banner .banner-txt {
        padding: 80px 0;
        text-align: center
    }

    .banner .banner-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 16px
    }

    .banner .banner-txt h4:after {
        display: none
    }

    .banner .banner-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px
    }

    .banner .banner-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 38px
    }

    .banner-2 .bg {
        background-position-x: left;
        border-radius: 10px
    }

    .banner-2 .bg .banner-txt {
        padding: 100px 15px;
        text-align: center
    }

    .banner-2 .bg .banner-txt h4 {
        font-size: 18px;
        line-height: 24px;
        margin-top: -5px;
        margin-bottom: 26px
    }

    .banner-2 .bg .banner-txt h1 {
        font-size: 28px;
        line-height: 36px
    }

    .banner-2 .bg .banner-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .banner-2 .bg .banner-txt p br {
        display: none
    }

    .banner-2 .bg .banner-txt .btn-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 21px
    }

    .banner-2 .bg .banner-txt .btn-box .vdo-btn {
        width: 65px;
        height: 65px;
        line-height: 63px;
        margin-left: 30px
    }

    .feature {
        padding-bottom: 5px
    }

    .feature.feature-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .feature.feature-2 .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 0
    }

    .feature.feature-2 .bg .single-box {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        border-radius: 10px;
        margin: 0 auto 36px
    }

    .feature.feature-2 .bg .single-box .part-icon {
        line-height: 85px
    }

    .feature.feature-2 .bg .single-box:after {
        border-radius: 0 0 10px 10px
    }

    .feature.feature-2 .bg .single-box:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
    }

    .feature .single-box {
        width: 290px;
        margin: 0 auto 30px;
        padding: 25px 25px 33px
    }

    .feature .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 30px
    }

    .feature .single-box .part-txt h3 {
        font-size: 22px;
        margin-top: -2px;
        margin-bottom: 21px
    }

    .feature .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -2px
    }

    .about {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .about .part-txt {
        margin-bottom: 30px
    }

    .about .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .about .part-txt h4:after {
        display: none
    }

    .about .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .about .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about .part-txt .single-box {
        margin-top: 5px;
        margin-bottom: 30px
    }

    .about .part-txt .single-box .icon {
        width: 40px;
        margin-right: 15px
    }

    .about .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-top: -3px
    }

    .about .part-txt .single-box .txt h3 span {
        font-size: 16px
    }

    .about .part-img {
        width: 290px;
        margin: 0 auto
    }

    .about .part-img .single-img.next {
        margin-top: 30px
    }

    .about .part-img .single-img .txt h2 {
        font-size: 35px;
        margin-top: -7px;
        margin-bottom: 5px
    }

    .about .part-img .single-img .txt p {
        font-size: 20px;
        margin-bottom: -11px
    }

    .about-2 {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .about-2 .part-txt {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about-2 .part-txt h4 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .about-2 .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .about-2 .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .about-2 .part-txt .bars {
        margin-bottom: 30px
    }

    .about-2 .part-txt .bars .bar-title {
        padding-top: 14px;
        margin-bottom: 7px
    }

    .about-2 .part-txt .bars .bar-title span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.manager {
        margin-right: 15px;
        width: 55px;
        height: 55px;
        padding: 5px
    }

    .about-2 .part-txt ul li h5 {
        font-size: 14px;
        margin-right: 15px
    }

    .about-2 .part-txt ul li h5 span {
        font-size: 16px
    }

    .about-2 .part-txt ul li.signature img {
        width: 90px
    }

    .choosing-reason {
        padding-bottom: 0;
        background: url(../images/choosing-reason-bg.jpg) center center no-repeat;
        background-size: cover
    }

    .choosing-reason .bg {
        padding: 60px 0;
        background: 0 0
    }

    .choosing-reason .bg .consultation-form {
        padding: 30px 15px;
        margin-left: 0;
        margin-bottom: 50px
    }

    .choosing-reason .bg .consultation-form:after {
        bottom: -10px
    }

    .choosing-reason .bg .consultation-form .title {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 27px
    }

    .choosing-reason .bg .consultation-form form {
        text-align: center
    }

    .choosing-reason .bg .consultation-form form .wrap {
        width: 100%
    }

    .choosing-reason .bg .consultation-form form button {
        margin: 10px auto 0
    }

    .choosing-reason .bg .part-txt .title {
        text-align: center;
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 32px
    }

    .choosing-reason .bg .part-txt .single-box {
        display: block
    }

    .choosing-reason .bg .part-txt .single-box .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px;
        margin-bottom: 25px
    }

    .choosing-reason .bg .part-txt .single-box .txt {
        width: auto
    }

    .choosing-reason .bg .part-txt .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 18px
    }

    .choosing-reason .bg .part-txt .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service {
        padding: 60px 0
    }

    .service .service-area {
        margin-bottom: 0
    }

    .service .service-area .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .service .service-area .single-box .part-img {
        height: 161px
    }

    .service .service-area .single-box .part-img .overlay a {
        width: 65px;
        height: 65px;
        line-height: 76px;
        font-size: 30px
    }

    .service .service-area .single-box .txt {
        padding: 33px 0 28px
    }

    .service .service-area .single-box .txt a {
        font-size: 22px
    }

    .service .part-txt h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .service .part-txt h4:after {
        display: none
    }

    .service .part-txt h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 17px
    }

    .service .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .service .part-txt .def-btn {
        margin-top: 5px
    }

    .service-2 {
        padding-bottom: 30px
    }

    .service-2 .single-box {
        padding: 30px;
        width: 290px;
        margin: 0 auto 40px
    }

    .service-2 .single-box .part-icon {
        width: 70px;
        height: 70px;
        line-height: 82px;
        margin-bottom: 25px
    }

    .service-2 .single-box .part-txt h3 {
        font-size: 20px
    }

    .service-2 .single-box .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .counter {
        background: url(../images/counter-bg.jpg) left center no-repeat;
        background-size: cover
    }

    .counter .bg {
        background: 0 0;
        padding-top: 60px;
        padding-bottom: 30px
    }

    .counter .bg .single-box {
        padding: 0;
        margin-bottom: 30px
    }

    .counter .bg .single-box .icon {
        font-size: 50px;
        margin-bottom: 12px
    }

    .counter .bg .single-box .txt h3 {
        font-size: 25px;
        margin-bottom: 12px
    }

    .counter .bg .single-box .txt p {
        font-size: 16px;
        margin-bottom: -3px
    }

    .profit {
        padding: 60px 0
    }

    .profit .profit-chart {
        background: #faf5ff;
        margin-bottom: 40px
    }

    .profit .part-txt .title h4 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .profit .part-txt .title h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 22px
    }

    .profit .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .profit .part-txt ul {
        padding-top: 17px;
        margin-bottom: 16px
    }

    .profit .part-txt ul li {
        font-size: 14px
    }

    .testimonial {
        background: url(../images/testimonial-bg.jpg) center center no-repeat;
        background-size: cover;
        padding-bottom: 60px
    }

    .testimonial .bg .clients {
        background: 0 0;
        height: 500px
    }

    .testimonial .bg .clients .single-client {
        width: 50px;
        height: 50px
    }

    .testimonial .bg .clients .single-client.one {
        top: 70px;
        left: 35px
    }

    .testimonial .bg .clients .single-client.two {
        left: 35px;
        bottom: 165px
    }

    .testimonial .bg .clients .single-client.three {
        top: 35%
    }

    .testimonial .bg .clients .single-client.four {
        top: 60px;
        right: 35px
    }

    .testimonial .bg .clients .single-client.five {
        right: 35px;
        bottom: 175px
    }

    .testimonial .bg .box {
        margin: 0
    }

    .testimonial .bg .box .comment-area .single-comment {
        display: block;
        padding: 30px 25px
    }

    .testimonial .bg .box .comment-area .single-comment .part-img {
        width: 150px;
        height: auto;
        padding: 10px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt {
        width: auto
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h3 {
        font-size: 20px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client h6 {
        font-size: 16px;
        margin-bottom: 18px
    }

    .testimonial .bg .box .comment-area .single-comment .part-txt .client .star {
        font-size: 16px
    }

    .testimonial .bg .box .comment-area .owl-nav button {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .portfolio {
        padding-top: 60px;
        padding-bottom: 35px
    }

    .portfolio .portfolio-slider {
        padding-bottom: 41px
    }

    .portfolio .portfolio-slider .single-box .part-txt {
        width: 250px;
        padding: 32px 27px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: -6px
    }

    .portfolio .portfolio-slider .single-box .part-txt h3 span {
        font-size: 18px;
        font-weight: 400;
        margin-top: 4px
    }

    .portfolio .portfolio-slider .single-box .part-txt p {
        display: none
    }

    .request-for-proposal {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .request-for-proposal .proposal-form {
        margin-top: 0;
        margin-bottom: 30px;
        padding: 30px 15px
    }

    .request-for-proposal .proposal-form .title {
        text-align: center;
        margin-bottom: 50px
    }

    .request-for-proposal .proposal-form .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .request-for-proposal .proposal-form .title h4:after {
        display: none
    }

    .request-for-proposal .proposal-form .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .request-for-proposal .proposal-form form {
        text-align: center
    }

    .request-for-proposal .proposal-form form input {
        height: 45px;
        padding: 0 20px;
        font-size: 16px
    }

    .request-for-proposal .proposal-form form textarea {
        height: 140px;
        padding: 14px 20px;
        font-size: 16px;
        margin-bottom: 33px
    }

    .request-for-proposal .proposal-form form .def-btn {
        line-height: 51px;
        margin: 0 auto
    }

    .request-for-proposal .part-img {
        margin-left: -15px;
        margin-right: -15px
    }

    .faq {
        padding: 60px 0;
        z-index: 2
    }

    .faq:after {
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: -1
    }

    .faq .part-txt .title {
        text-align: center;
        margin-bottom: 50px
    }

    .faq .part-txt .title h4 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        padding-left: 0;
        margin-top: -6px;
        margin-bottom: 10px
    }

    .faq .part-txt .title h4:after {
        display: none
    }

    .faq .part-txt .title h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: -8px
    }

    .faq .part-txt .accordion .card .card-header {
        padding-left: 20px;
        padding-right: 43px
    }

    .faq .part-txt .accordion .card .card-header button {
        font-size: 18px
    }

    .faq .part-txt .accordion .card .card-header button.btn {
        text-align: left
    }

    .faq .part-txt .accordion .card .card-header button span {
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 25px
    }

    .faq .part-txt .accordion .card .card-body {
        padding: 0 43px 27px 20px
    }

    .faq .part-txt .accordion .card .card-body p {
        font-size: 16px;
        line-height: 24px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 5px
    }

    .team .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team .single-box .part-img {
        height: 200px
    }

    .team .single-box .txt {
        padding-top: 27px;
        padding-bottom: 30px
    }

    .team .single-box .txt a {
        font-size: 20px
    }

    .team .single-box .txt p {
        font-size: 16px
    }

    .blog {
        padding-top: 35px;
        padding-bottom: 60px
    }

    .blog .blog-post-1 {
        overflow: visible;
        width: 290px;
        margin: 0 auto 130px
    }

    .blog .blog-post-1 .part-img {
        border-radius: 10px;
        overflow: hidden
    }

    .blog .blog-post-1 .part-txt {
        width: 270px;
        padding: 20px;
        right: -15px;
        bottom: -100px;
        -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2)
    }

    .blog .blog-post-1 .part-txt:after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        border-radius: 10px
    }

    .blog .blog-post-1 .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-top: -7px;
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-1 .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 17px
    }

    .blog .blog-post-1 .part-txt .blog-info ul:last-child {
        margin-bottom: 23px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-1 .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog .blog-post-1 .part-txt .other-info .more {
        font-size: 16px;
        padding-bottom: 2px;
        font-weight: 400
    }

    .blog .blog-post-1 .part-txt .other-info .share {
        height: 20px;
        font-size: 16px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social {
        margin-right: 14px
    }

    .blog .blog-post-1 .part-txt .other-info .share .social a {
        font-size: 13px
    }

    .blog .blog-post-1 .part-txt .other-info .share:hover {
        width: 130px
    }

    .blog .blog-post-list .single-post {
        padding: 15px
    }

    .blog .blog-post-list .single-post .part-img {
        width: 130px;
        border-radius: 5px;
        margin-bottom: 25px
    }

    .blog .blog-post-list .single-post .part-txt a {
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        margin-top: -6px;
        margin-bottom: 18px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info {
        display: block
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:first-child {
        margin-right: 0;
        margin-bottom: 16px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul:last-child {
        margin-bottom: -5px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li {
        font-size: 14px;
        margin-right: 15px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li.img {
        width: 35px;
        height: 35px;
        margin-right: 10px
    }

    .blog .blog-post-list .single-post .part-txt .blog-info ul li:last-child {
        margin-right: 0
    }

    .blog-2 {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .blog-2 .single-box {
        margin-bottom: 45px
    }

    .blog-2 .single-box .part-txt {
        padding: 30px 25px
    }

    .blog-2 .single-box .part-txt .blog-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .blog-2 .single-box .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-2 .single-box .part-txt .blog-info ul li {
        margin-right: 15px;
        font-size: 14px
    }

    .blog-2 .single-box .part-txt .blog-info ul li.img {
        width: 40px;
        height: 40px;
        margin-right: 10px
    }

    .blog-2 .single-box .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 21px
    }

    .blog-2 .single-box .part-txt .other-info .more {
        font-size: 16px
    }

    .blog-2 .single-box .part-txt .other-info .share:hover {
        width: 135px
    }

    .brand {
        padding-top: 40px;
        padding-bottom: 60px
    }

    .brand .brands .single-box {
        padding: 0 15px;
        height: 43px
    }

    .brand .brands .single-box img {
        max-width: 100%;
        max-height: 100%
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer h3.title {
        font-size: 22px;
        font-weight: 500;
        padding-bottom: 8px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .footer .main-footer .footer-about {
        margin-bottom: 30px
    }

    .footer .main-footer .footer-about p {
        font-size: 16px;
        line-height: 22px;
        margin-top: -4px;
        margin-bottom: 19px
    }

    .footer .main-footer .footer-about ul li {
        font-size: 16px
    }

    .footer .main-footer .links {
        margin-bottom: 30px
    }

    .footer .main-footer .links ul {
        margin-top: -5px;
        margin-bottom: -6px
    }

    .footer .main-footer .links ul li a {
        font-size: 16px
    }

    .footer .main-footer .app-download {
        margin-bottom: 30px
    }

    .footer .main-footer .app-download ul li a {
        width: 150px
    }

    .footer .main-footer .footer-contact ul li {
        font-size: 16px;
        line-height: 20px
    }

    .footer .main-footer .footer-contact ul li span {
        font-size: 18px;
        margin-bottom: 9px
    }

    .footer .copyright {
        text-align: center
    }

    .footer .copyright p {
        font-size: 14px;
        padding-bottom: 17px
    }

    .footer .copyright .links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 28px
    }

    .footer .copyright .links a {
        font-size: 13px;
        margin: 0 10px
    }

    .breadcrumb {
        padding-top: 75px
    }

    .breadcrumb .part-txt {
        padding: 80px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 30px;
        line-height: 38px;
        margin-top: -7px;
        margin-bottom: 20px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px;
        margin-right: 10px
    }

    .feature-inner {
        padding-top: 60px;
        padding-bottom: 15px
    }

    .video {
        padding-bottom: 0
    }

    .video .btn-area {
        padding: 150px 0
    }

    .counter-inner .bg {
        margin: 0
    }

    .counter-inner .bg:after {
        display: none
    }

    .history {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .history .single-box {
        position: relative;
        padding-bottom: 60px;
        width: 290px;
        margin: 0 auto 50px
    }

    .history .single-box .txt {
        padding-right: 0
    }

    .history .single-box .txt h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .history .single-box .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 23px !important
    }

    .history .single-box .date {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 !important
    }

    .history .single-box .date h4 {
        width: 250px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        overflow: hidden;
        border-radius: 0 30px 30px 0
    }

    .history .three {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .history .four {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer {
        padding: 20px 15px 61px;
        margin: -20px -15px 0
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt {
        padding: 30px 30px 65px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area h3 {
        font-size: 20px
    }

    .testimonial-2 .comment-area-2 .owl-stage-outer .single-comment .client-area p {
        font-size: 16px
    }

    .testimonial-2 .comment-area-2 .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .team-2 {
        padding: 60px 0
    }

    .team-2 .team-slider .single-box .part-img {
        margin-right: 30px;
        border-radius: 10px
    }

    .team-2 .team-slider .single-box .part-txt {
        margin-left: 30px;
        margin-top: -30px;
        padding: 27px 30px 30px
    }

    .team-2 .team-slider .single-box .part-txt:after {
        top: 0;
        left: 0
    }

    .team-2 .team-slider .single-box .part-txt .title {
        font-size: 20px
    }

    .team-2 .team-slider .single-box .part-txt h5 {
        font-size: 16px;
        margin-bottom: 17px
    }

    .team-2 .team-slider .single-box .part-txt p {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 16px
    }

    .team-2 .team-slider .owl-dots {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .pricing {
        padding-top: 60px;
        padding-bottom: 10px
    }

    .pricing .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .pricing .single-box.center .top h3 {
        padding-top: 12px;
        padding-bottom: 15px
    }

    .pricing .single-box.center .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .top h3 {
        margin-top: 0;
        font-size: 20px;
        padding-top: 12px;
        padding-bottom: 15px;
        margin-bottom: -3px
    }

    .pricing .single-box .top h2 {
        font-size: 30px;
        padding-top: 18px;
        padding-bottom: 17px
    }

    .pricing .single-box .top h2 .symbol {
        font-size: 20px;
        margin-top: 0
    }

    .pricing .single-box .top h2 .limitation {
        font-size: 20px
    }

    .pricing .single-box .middle {
        padding-top: 37px;
        padding-bottom: 36px
    }

    .pricing .single-box .middle ul li {
        font-size: 18px;
        line-height: 40px
    }

    .pricing .single-box .bottom {
        padding-bottom: 50px
    }

    .pricing .single-box .bottom a {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        border-radius: 5px
    }

    .service-inner {
        padding-top: 40px;
        padding-bottom: 20px
    }

    .world-connected {
        padding-top: 0;
        padding-bottom: 60px
    }

    .world-connected .part-form {
        padding: 50px 30px
    }

    .world-connected .part-form h2 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 26px
    }

    .world-connected .part-form form textarea {
        height: 120px;
        margin-bottom: 33px
    }

    .world-connected .part-txt {
        display: none
    }

    .service-details {
        padding: 60px 0
    }

    .service-details .main-content .part-txt h2 {
        font-size: 25px;
        line-height: 33px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 16px
    }

    .service-details .main-content .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .service-details .main-content .part-txt h3 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 0;
        margin-top: -7px;
        margin-bottom: 17px
    }

    .service-details .main-content .part-img {
        margin-bottom: 25px;
        border-radius: 5px
    }

    .service-details .main-content .explore {
        margin-bottom: 30px
    }

    .service-details .main-content .explore h3 {
        text-align: center;
        font-size: 20px;
        padding-top: 7px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes {
        width: 290px;
        margin: 0 auto
    }

    .service-details .main-content .explore .boxes .single-box .part-icon {
        padding: 25px 0
    }

    .service-details .main-content .explore .boxes .single-box .part-icon img {
        height: 45px;
        margin-bottom: 22px
    }

    .service-details .main-content .explore .boxes .single-box .part-icon h4 {
        font-size: 20px;
        margin-bottom: -3px
    }

    .service-details .main-content .explore .boxes .single-box .txt {
        padding: 25px
    }

    .service-details .main-content .explore .boxes .single-box .txt p {
        font-size: 16px;
        line-height: 22px
    }

    .service-details .main-content .analysis h2 {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-details .main-content .analysis p {
        font-size: 16px;
        line-height: 24px
    }

    .service-details .main-content .analysis .analysis-chart {
        margin-top: 25px;
        width: auto;
        background: #faf5ff
    }

    .service-details .sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .service-details .sidebar .nav {
        margin-bottom: 20px
    }

    .service-details .sidebar .nav .nav-link {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-weight: 500;
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        margin-right: 10px
    }

    .service-details .sidebar .nav .nav-link span {
        font-size: 25px;
        margin-right: 10px
    }

    .service-details .sidebar .service-help {
        margin-bottom: 40px
    }

    .service-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .service-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .service-details .sidebar .pdf-download {
        height: 60px;
        margin-bottom: 40px;
        padding: 0 20px
    }

    .service-details .sidebar .pdf-download .txt a {
        font-size: 20px;
        margin-bottom: 0
    }

    .service-details .sidebar .pdf-download .txt p {
        font-size: 14px;
        line-height: 22px
    }

    .service-details .sidebar .pdf-download .icon a {
        font-size: 25px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .team-inner {
        padding-bottom: 30px
    }

    .team-details {
        padding: 60px 0
    }

    .team-details .bg {
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
        margin-bottom: 48px
    }

    .team-details .bg .part-img {
        margin-bottom: 25px
    }

    .team-details .bg .basic-info {
        padding-left: 0;
        margin-bottom: 23px
    }

    .team-details .bg .basic-info h3 {
        font-size: 20px;
        margin-top: -4px;
        margin-bottom: 15px
    }

    .team-details .bg .basic-info p {
        font-size: 16px;
        margin-bottom: 26px
    }

    .team-details .bg .basic-info ul li {
        font-size: 15px;
        margin-bottom: 21px
    }

    .team-details .bg .basic-info ul li span {
        width: 120px
    }

    .team-details .bg .basic-info .social a {
        font-size: 20px
    }

    .team-details .bg .skill {
        margin: -15px
    }

    .team-details .bg .skill .single-skill {
        width: 50%;
        padding: 15px
    }

    .team-details .bg .skill .single-skill .circle-chart {
        width: 100%;
        height: 100%
    }

    .team-details .bg .skill .single-skill .circle-chart .circle-chart__subline {
        font-size: 3px
    }

    .team-details .part-txt .experience {
        padding-bottom: 20px
    }

    .team-details .part-txt .experience h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .experience p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .part-txt .education {
        margin-bottom: 40px
    }

    .team-details .part-txt .education h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .education p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .team-details .part-txt .education .versity h3 {
        font-size: 18px;
        margin-top: -4px;
        margin-bottom: 11px
    }

    .team-details .part-txt .education .versity span {
        font-size: 16px
    }

    .team-details .part-txt .language h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 15px
    }

    .team-details .part-txt .language p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: -7px
    }

    .blog-inner {
        padding: 60px 0
    }

    .blog-inner .all-blogs .single-blog {
        padding-bottom: 0
    }

    .blog-inner .all-blogs .single-blog .part-img .date {
        padding: 5px 20px 10px 15px
    }

    .blog-inner .all-blogs .single-blog .part-img .date span {
        font-size: 14px;
        line-height: 20px
    }

    .blog-inner .all-blogs .single-blog .part-txt {
        position: relative;
        width: auto;
        margin-left: 25px;
        margin-top: -140px;
        bottom: auto;
        padding: 30px 20px 20px 30px
    }

    .blog-inner .all-blogs .single-blog .part-txt:after {
        top: 10px;
        left: 10px
    }

    .blog-inner .all-blogs .single-blog .part-txt .title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul {
        margin-bottom: 15px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul li {
        margin-right: 10px;
        font-size: 14px
    }

    .blog-inner .all-blogs .single-blog .part-txt .blog-info ul li i {
        margin-right: 5px
    }

    .blog-inner .all-blogs .single-blog .part-txt p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 19px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .more {
        font-size: 14px;
        padding-bottom: 2px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share {
        font-size: 16px;
        height: 17px;
        width: 17px;
        line-height: 12px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social {
        height: 17px;
        margin-top: 0;
        margin-right: 9px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share .social a {
        font-size: 14px;
        line-height: 17px
    }

    .blog-inner .all-blogs .single-blog .part-txt .other-info .share:hover {
        width: 145px
    }

    .blog-inner .all-blogs .pagination {
        padding-top: 10px;
        margin-bottom: 40px;
        -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 .all-blogs .pagination a {
        width: 35px;
        height: 35px;
        line-height: 34px;
        margin-right: 10px;
        font-size: 12px
    }

    .blog-inner .sidebar {
        max-width: 380px;
        margin: 0 auto
    }

    .blog-inner .sidebar .search-box {
        padding: 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin {
        padding: 25px 0
    }

    .blog-inner .sidebar .admin .part-img {
        width: 100px;
        height: 100px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .admin .part-txt {
        padding: 0 25px
    }

    .blog-inner .sidebar .admin .part-txt h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .blog-inner .sidebar .admin .part-txt p {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .sidebar .admin .part-txt .social {
        padding-top: 4px
    }

    .blog-inner .sidebar .recent-post {
        padding: 25px
    }

    .blog-inner .sidebar .recent-post h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .recent-post ul li .img {
        width: 30%;
        margin-right: 10px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-post ul li .txt {
        width: 70%
    }

    .blog-inner .sidebar .recent-post ul li .txt a {
        font-size: 16px;
        line-height: 22px
    }

    .blog-inner .sidebar .recent-post ul li .txt span {
        margin-right: 7px
    }

    .blog-inner .sidebar .recent-post ul li .txt span:last-child {
        margin-right: 0
    }

    .blog-inner .sidebar .category {
        padding: 25px
    }

    .blog-inner .sidebar .category h3 {
        font-size: 20px;
        margin-bottom: 7px
    }

    .blog-inner .sidebar .category ul {
        margin-bottom: -3px
    }

    .blog-inner .sidebar .category ul li {
        padding-top: 14px;
        padding-bottom: 12px
    }

    .blog-inner .sidebar .category ul li a {
        font-size: 16px
    }

    .blog-inner .sidebar .tags {
        padding: 25px
    }

    .blog-inner .sidebar .tags h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .sidebar .tags .all-tags {
        margin: -5px -8px
    }

    .blog-inner .sidebar .tags .all-tags a {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .blog-details {
        margin-bottom: 40px
    }

    .blog-inner .blog-details .main-image {
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-info ul {
        margin-top: -4px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .blog-info ul li {
        margin-right: 10px;
        font-size: 14px
    }

    .blog-inner .blog-details .blog-info ul li i {
        margin-right: 1px
    }

    .blog-inner .blog-details .part-txt {
        margin-bottom: 30px
    }

    .blog-inner .blog-details .part-txt h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt .mark {
        padding: 30px 25px 30px 30px;
        margin: -1px 10px 0
    }

    .blog-inner .blog-details .image-2 {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-inner .blog-details .part-txt-2 h2 {
        font-size: 20px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .part-txt-2 ul {
        margin-top: -6px;
        margin-bottom: 19px
    }

    .blog-inner .blog-details .part-txt-2 ul li {
        font-size: 16px;
        line-height: 24px
    }

    .blog-inner .blog-details .image-3 {
        margin: 26px -10px;
        border-radius: 5px
    }

    .blog-inner .blog-details .tags {
        margin: -11px -8px 0;
        padding-bottom: 25px
    }

    .blog-inner .blog-details .tags a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .blog-share {
        padding: 30px 0 25px
    }

    .blog-inner .blog-details .blog-share h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-share a {
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 5px 8px
    }

    .blog-inner .blog-details .admin-area {
        display: block;
        padding: 25px 20px
    }

    .blog-inner .blog-details .admin-area .part-img {
        width: 60px;
        height: 60px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-area .txt {
        width: auto
    }

    .blog-inner .blog-details .admin-area .txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .blog-inner .blog-details .admin-area .txt .admin-link {
        word-break: break-all;
        font-size: 14px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .admin-area .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .post-nav {
        padding: 30px 0
    }

    .blog-inner .blog-details .post-nav .prev-post .part-img {
        width: 30%;
        height: auto;
        margin-right: 10px
    }

    .blog-inner .blog-details .post-nav .prev-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .prev-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .prev-post .txt a {
        font-size: 14px;
        font-weight: 500
    }

    .blog-inner .blog-details .post-nav .next-post .part-img {
        width: 30%;
        height: auto;
        margin-left: 10px
    }

    .blog-inner .blog-details .post-nav .next-post .txt {
        width: 70%
    }

    .blog-inner .blog-details .post-nav .next-post .txt h3 {
        display: none
    }

    .blog-inner .blog-details .post-nav .next-post .txt a {
        font-size: 14px;
        font-weight: 500
    }

    .blog-inner .blog-details .blog-comment {
        padding-bottom: 15px
    }

    .blog-inner .blog-details .blog-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .blog-comment .single-comment {
        display: block;
        padding: 25px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply {
        margin-left: 30px
    }

    .blog-inner .blog-details .blog-comment .single-comment.reply .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .part-img {
        width: 70px;
        height: 70px;
        border-radius: 5px;
        margin-right: auto;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt {
        width: auto
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .name {
        font-size: 16px;
        margin-top: -1px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt .date {
        margin-bottom: 19px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 18px
    }

    .blog-inner .blog-details .blog-comment .single-comment .txt button {
        font-size: 14px
    }

    .blog-inner .blog-details .post-a-comment h3 {
        font-size: 20px;
        margin-bottom: 22px
    }

    .blog-inner .blog-details .post-a-comment form input {
        height: 45px;
        margin-bottom: 20px
    }

    .blog-inner .blog-details .post-a-comment form textarea {
        height: 120px;
        margin-bottom: 23px
    }

    .blog-inner .blog-details .post-a-comment form button {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 20px
    }

    .portfolio-inner {
        padding: 60px 0
    }

    .portfolio-inner .control-panel {
        margin-bottom: 30px
    }

    .portfolio-inner .control-panel .controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .portfolio-inner .control-panel .controls li {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        font-weight: 400;
        padding: 0 15px;
        margin: 0 5px 10px
    }

    .portfolio-inner .control-panel .controls li.active {
        padding-right: 15px
    }

    .portfolio-inner .control-panel .controls li.active:after {
        bottom: 0;
        right: 0
    }

    .portfolio-inner .items {
        width: 290px;
        margin: 0 auto -40px
    }

    .portfolio-inner .items .single-item {
        width: 100%;
        margin: 0 0 40px
    }

    .portfolio-inner .items .single-item .part-img {
        height: 155px
    }

    .portfolio-inner .items .single-item .part-img .view-btn a {
        width: 60px;
        height: 60px;
        line-height: 69px;
        font-size: 20px
    }

    .portfolio-inner .items .single-item .part-txt {
        padding: 19px 20px 20px
    }

    .portfolio-inner .items .single-item .part-txt .txt a {
        display: block;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 13px
    }

    .portfolio-inner .items .single-item .part-txt .txt p {
        font-size: 16px;
        font-weight: 500
    }

    .portfolio-inner .items .single-item .part-txt .view-btn a {
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    .portfolio-inner .items .single-item:hover .part-img {
        margin-right: 20px
    }

    .portfolio-details {
        padding: 60px 0
    }

    .portfolio-details .project-details .part-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .project-details .part-txt {
        margin-bottom: 33px
    }

    .portfolio-details .project-details .part-txt h2 {
        font-size: 25px;
        margin-top: -3px;
        margin-bottom: 14px
    }

    .portfolio-details .project-details .part-txt h4 {
        margin-bottom: 16px
    }

    .portfolio-details .project-details .part-txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt h3 {
        font-size: 20px;
        padding-top: 0;
        margin-top: -5px;
        margin-bottom: 17px
    }

    .portfolio-details .project-details .part-txt .img {
        border-radius: 5px;
        margin-top: 5px;
        margin-bottom: 20px
    }

    .portfolio-details .project-details .part-txt ul {
        margin-top: 0;
        margin-bottom: 13px
    }

    .portfolio-details .project-details .part-txt ul li {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 8px
    }

    .portfolio-details .project-details .part-txt ul li:last-child {
        margin-bottom: 0
    }

    .portfolio-details .sidebar {
        width: 290px;
        margin: 0 auto
    }

    .portfolio-details .sidebar .project-info {
        margin-bottom: 40px
    }

    .portfolio-details .sidebar .project-info h2 {
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
        font-size: 25px
    }

    .portfolio-details .sidebar .project-info ul {
        padding: 10px 25px
    }

    .portfolio-details .sidebar .project-info ul li {
        font-size: 18px;
        padding-bottom: 17px
    }

    .portfolio-details .sidebar .project-info ul li span {
        font-size: 16px
    }

    .portfolio-details .sidebar .project-info ul li span i {
        font-size: 12px
    }

    .portfolio-details .sidebar .service-help .txt h3 {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px
    }

    .portfolio-details .sidebar .service-help .txt p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 22px
    }

    .contact {
        padding: 60px 0
    }

    .contact .heading {
        margin-top: -8px
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        width: 290px;
        padding: 25px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .top {
        margin-bottom: 19px
    }

    .contact .boxes .single-box .top .icon {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin-right: 20px
    }

    .contact .boxes .single-box .top .txt span {
        margin-bottom: 9px
    }

    .contact .boxes .single-box .top .txt h3 {
        font-size: 20px
    }

    .contact .boxes .single-box p {
        font-size: 16px;
        line-height: 24px
    }

    .contact .map-area {
        padding-top: 0;
        padding-bottom: 60px
    }

    .contact .map-area iframe {
        height: 250px
    }

    .contact .form-area .form {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px
    }

    .contact .form-area .form .title {
        font-size: 25px;
        line-height: 33px;
        margin-top: -7px;
        margin-bottom: 22px
    }

    .contact .form-area .form form input {
        height: 50px;
        margin-bottom: 25px
    }

    .contact .form-area .form form textarea {
        height: 150px;
        margin-bottom: 23px
    }

    .contact .form-area .live-chat .txt {
        padding: 0 25px 25px
    }

    .contact .form-area .live-chat .txt .icon {
        font-size: 50px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt h3 {
        font-size: 25px;
        margin-bottom: 16px
    }

    .contact .form-area .live-chat .txt p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 18px
    }

    .contact .form-area .live-chat .txt .def-btn {
        height: 45px;
        line-height: 43px
    }
}
.dimg{
    width: 390px;
}
