
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");


.avivon-heading .get__btn,
.avivon-heading .avivon__btn,
.trusted-area .trusted-content .trusted__btn .trusted__btn-btn,
.comment__form form .submit__btn-btn,
.clta-area .shared-form-box .shared-form .form__btn {
    font-size: 16px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 28px;
    margin-top: 14px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    position: relative;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

input:focus,
textarea {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

p {
    margin: 0;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
    font-weight: 500;
    color: #7c7c82;
    font-size: 14px;
}

::-moz-placeholder {
    font-weight: 500;
    color: #7c7c82;
    font-size: 14px;
}

:-moz-placeholder {
    font-weight: 500;
    color: #7c7c82;
    font-size: 14px;
}

::-ms-input-placeholder {
    font-weight: 500;
    color: #7c7c82;
    font-size: 14px;
}

/*---------------- general styles ----------------*/
.area-padding {
    padding: 120px 0;
}

.area-padding.custom-padding {
    padding: 160px 0 120px 0;
}

@media screen and (max-width: 992px) {
    .area-padding.custom-padding {
        padding: 120px 0 100px 0;
    }
}

@media (max-width: 1440px) {
    .area-padding {
        padding: 100px 0;
    }
}

@media (max-width: 1366px) {
    .area-padding {
        padding: 90px 0;
    }
}

@media (max-width: 1280px) {
    .area-padding {
        padding: 85px 0;
    }
}

@media (max-width: 1199px) {
    .area-padding {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .area-padding {
        padding: 60px 0;
    }
}

.area-padding-2 {
    padding: 100px 0;
}

@media (max-width: 1366px) {
    .area-padding-2 {
        padding: 90px 0;
    }
}

@media (max-width: 1280px) {
    .area-padding-2 {
        padding: 85px 0;
    }
}

@media (max-width: 1199px) {
    .area-padding-2 {
        padding: 80px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .area-padding-2 {
        padding: 60px 0;
    }
}

.area-margin {
    margin: 120px 0;
}

@media (max-width: 1440px) {
    .area-margin {
        margin: 100px 0;
    }
}

@media (max-width: 1366px) {
    .area-margin {
        margin: 90px 0;
    }
}

@media (max-width: 1280px) {
    .area-margin {
        margin: 85px 0;
    }
}

@media (max-width: 1199px) {
    .area-margin {
        margin: 80px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .area-margin {
        margin: 60px 0;
    }
}

/*------------------------------------
       primary-padding
 -------------------------------------*/
.primary-padding {
    padding-bottom: 54px;
}

@media (max-width: 320px) {
    .primary-padding {
        padding-bottom: 40px;
    }
}

.primary-padding-2 {
    padding-bottom: 60px;
}

@media (max-width: 320px) {
    .primary-padding-2 {
        padding-bottom: 44px;
    }
}

.primary-padding-3 {
    padding-bottom: 52px;
}

@media (max-width: 320px) {
    .primary-padding-3 {
        padding-bottom: 38px;
    }
}

.avivon-pt {
    padding-top: 120px;
}

@media (max-width: 1440px) {
    .avivon-pt {
        padding-top: 100px;
    }
}

@media (max-width: 1366px) {
    .avivon-pt {
        padding-top: 90px;
    }
}

@media (max-width: 1280px) {
    .avivon-pt {
        padding-top: 85px;
    }
}

@media (max-width: 1199px) {
    .avivon-pt {
        padding-top: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .avivon-pt {
        padding-top: 60px;
    }
}

.avivon-pb {
    padding-bottom: 120px;
}

@media (max-width: 1440px) {
    .avivon-pb {
        padding-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .avivon-pb {
        padding-bottom: 90px;
    }
}

@media (max-width: 1280px) {
    .avivon-pb {
        padding-bottom: 85px;
    }
}

@media (max-width: 1199px) {
    .avivon-pb {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .avivon-pb {
        padding-bottom: 60px;
    }
}

.avivon-mt {
    margin-top: 120px;
}

@media (max-width: 1440px) {
    .avivon-mt {
        margin-top: 100px;
    }
}

@media (max-width: 1366px) {
    .avivon-mt {
        margin-top: 90px;
    }
}

@media (max-width: 1280px) {
    .avivon-mt {
        margin-top: 85px;
    }
}

@media (max-width: 1199px) {
    .avivon-mt {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .avivon-mt {
        margin-top: 60px;
    }
}

.avivon-mb {
    margin-bottom: 120px;
}

@media (max-width: 1440px) {
    .avivon-mb {
        margin-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .avivon-mb {
        margin-bottom: 90px;
    }
}

@media (max-width: 1280px) {
    .avivon-mb {
        margin-bottom: 85px;
    }
}

@media (max-width: 1199px) {
    .avivon-mb {
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .avivon-mb {
        margin-bottom: 60px;
    }
}

.avivon-pt-0 {
    padding-top: 0;
}

.avivon-pb-0 {
    padding-bottom: 0;
}

.avivon-mt-0 {
    margin-top: 0;
}

.avivon-mb-0 {
    margin-bottom: 0;
}

.heading-mt {
    margin-top: 60px;
}

.heading-mb {
    margin-bottom: 60px;
}

/*----- single padding-top ----------*/
.pt-10px {
    padding-top: 10px;
}

.pt-20px {
    padding-top: 20px;
}

.pt-25px {
    padding-top: 25px;
}

.pt-30px {
    padding-top: 30px;
}

.pt-35px {
    padding-top: 35px;
}

.pt-40px {
    padding-top: 40px;
}

.pt-50px {
    padding-top: 50px;
}

.pt-60px {
    padding-top: 60px;
}

.pt-70px {
    padding-top: 70px;
}

.pt-80px {
    padding-top: 80px;
}

/*----- single padding-bottom ----------*/
.pb-10px {
    padding-bottom: 10px;
}

.pb-20px {
    padding-bottom: 20px;
}

.pb-25px {
    padding-bottom: 25px;
}

.pb-30px {
    padding-bottom: 30px;
}

.pb-35px {
    padding-bottom: 35px;
}

.pb-40px {
    padding-bottom: 40px;
}

.pb-50px {
    padding-bottom: 50px;
}

.pb-60px {
    padding-bottom: 60px;
}

.pb-70px {
    padding-bottom: 70px;
}

.pb-80px {
    padding-bottom: 80px;
}

/*----- single padding top bottom 0px----------*/
.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

/*----- single margin-top ----------*/
.mt-10px {
    margin-top: 10px;
}

.mt-15px {
    margin-top: 15px;
}

.mt-20px {
    margin-top: 20px;
}

.mt-25px {
    margin-top: 25px;
}

.mt-30px {
    margin-top: 30px;
}

.mt-35px {
    margin-top: 35px;
}

.mt-40px {
    margin-top: 40px;
}

.mt-45px {
    margin-top: 45px;
}

.mt-50px {
    margin-top: 50px;
}

.mt-55px {
    margin-top: 55px;
}

.mt-60px {
    margin-top: 60px;
}

.mt-65px {
    margin-top: 65px;
}

.mt-70px {
    margin-top: 70px;
}

.mt-80px {
    margin-top: 80px;
}

.mt-90px {
    margin-top: 90px;
}

.mt-100px {
    margin-top: 100px;
}

.mt-110px {
    margin-top: 110px;
}

.mt-120px {
    margin-top: 120px;
}

/*----- single margin-bottom ----------*/
.mb-10px {
    margin-bottom: 10px;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-20px {
    margin-bottom: 20px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-27px {
    margin-bottom: 27px;
}

.mb-30px {
    margin-bottom: 30px;
}

.mb-33px {
    margin-bottom: 33px;
}

.mb-35px {
    margin-bottom: 35px;
}

.mb-40px {
    margin-bottom: 40px;
}

.mb-45px {
    margin-bottom: 45px;
}

.mb-50px {
    margin-bottom: 50px;
}

.mb-53px {
    margin-bottom: 53px;
}

.mb-55px {
    margin-bottom: 55px;
}

.mb-60px {
    margin-bottom: 60px;
}

.mb-65px {
    margin-bottom: 65px;
}

.mb-70px {
    margin-bottom: 70px;
}

.mb-80px {
    margin-bottom: 80px;
}

.mb-90px {
    margin-bottom: 90px;
}

.mb-100px {
    margin-bottom: 100px;
}

.mb-110px {
    margin-bottom: 110px;
}

.mb-120px {
    margin-bottom: 120px;
}

/*============== margin-right ==============*/
.margin-right-15px {
    margin-right: 15px;
}

.margin-left-15px {
    margin-left: 15px;
}

.margin-rl-15px {
    margin-right: 15px;
    margin-left: 15px;
}

.section-pt {
    padding-top: 115px;
}

@media (max-width: 1440px) {
    .section-pt {
        padding-top: 94px;
    }
}

@media (max-width: 1366px) {
    .section-pt {
        padding-top: 84px;
    }
}

@media (max-width: 1280px) {
    .section-pt {
        padding-top: 79px;
    }
}

@media (max-width: 1199px) {
    .section-pt {
        padding-top: 72px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-pt {
        padding-top: 55px;
    }
}

.section-pb {
    padding-bottom: 115px;
}

@media (max-width: 1440px) {
    .section-pb {
        padding-bottom: 94px;
    }
}

@media (max-width: 1366px) {
    .section-pb {
        padding-bottom: 84px;
    }
}

@media (max-width: 1280px) {
    .section-pb {
        padding-bottom: 79px;
    }
}

@media (max-width: 1199px) {
    .section-pb {
        padding-bottom: 72px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .section-pb {
        padding-bottom: 55px;
    }
}

.no-padding-tb {
    padding-top: 0;
    padding-bottom: 0;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.no-margin-tb {
    margin-top: 0;
    margin-bottom: 0;
}

.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}

/*----- General theme-bg ----------*/
.theme-bg-gray {
    background-color: #f5f5f5;
}

.theme-bg-dark {
    background-color: #222232;
}

.theme-bg-main {
    background-color: #ff7e00;
}

.theme-bg-light {
    background-color: #fff;
}

.theme-btp {
    border-top: 1px solid #ebebeb;
}

.theme-btb {
    border-bottom: 1px solid #ebebeb;
}

.theme-btb-2px {
    border-bottom: 2px solid #ebebeb;
}

.theme-bfr:before,
.theme-afr:after {
    display: none;
}

/*============ body-overlay ===============*/
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.body-overlay.active {
    visibility: visible;
    opacity: .9;
}

/*============ body-overlay ===============*/
.offcanvas-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #fff;
    overflow-x: hidden;
    padding: 40px 30px;
    z-index: 12;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.offcanvas-menu .menu__close {
    display: inline-block;
    text-align: right;
    width: 22px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.offcanvas-menu .menu__close:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #b5b5c3;
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.offcanvas-menu .menu__close:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    top: 10px;
    left: 0;
    background-color: #b5b5c3;
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.offcanvas-menu .menu__close:hover:after,
.offcanvas-menu .menu__close:hover:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.offcanvas-menu .off__menu {
    margin-top: 70px;
}

.offcanvas-menu .off__menu li {
    padding-bottom: 15px;
}

.offcanvas-menu .off__menu li a {
    display: inline-block;
    color: #616d74;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.offcanvas-menu .off__menu li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: #616d74;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.offcanvas-menu .off__menu li a:hover {
    color: #ff7e00;
}

.offcanvas-menu .off__menu li a:hover:after {
    width: 100%;
    background-color: #ff7e00;
}

.offcanvas-menu .off__menu li.menu__title-only {
    font-size: 22px;
    font-weight: 600;
    color: #222232;
    border-bottom: 1px solid #ccccd1;
    margin-top: 25px;
    margin-bottom: 14px;
    padding-bottom: 4px;
    position: relative;
}

.offcanvas-menu .off__menu li.menu__title-only i {
    position: absolute;
    top: 3px;
    padding-left: 10px;
}

.offcanvas-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*------------------------------------
        header
 -------------------------------------*/

.header {
    background-color: #4e4e5b;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  	padding: 0 15px;
}

.header .menu-full-width {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	flex-wrap: wrap;
}

.header .menu-full-width .logo-box {
    padding: 10px 0 10px 0;
    position: relative;
}

@media (max-width: 991px) {
   .header .menu-full-width .logo-box {
        width: 100%;
     	padding: 10px 35px 10px 0;
   }
}

.logo a {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.logo a img {
	width: 300px;
  	max-width: 100%;
  	height: auto;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown:after {
    display: none;
}

.header .menu-full-width .logo-box .site-open {
    width: 40px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ffefe0;
    padding: 8px 6px;
    position: absolute;
    top: 50%;
    right: 0;
  	transform: translateY(-50%);
    display: none;
}

@media screen and (max-width: 991px) {
    .header .menu-full-width .logo-box .site-open {
        display: block;
    }
}

.header .menu-full-width .logo-box .site-open .open__only {
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    height: 2px;
    background-color: #ffefe0;
    display: block;
}

.header .menu-full-width .logo-box .site-open .open__only:nth-child(1),
.header .menu-full-width .logo-box .site-open .open__only:nth-child(2) {
    margin-bottom: 5px;
}


.header .menu-full-width .main-menu .menu__wrapper {
    float: left;
    padding-left: 60px;
}

@media (max-width: 1440px) {
    .header .menu-full-width .main-menu .menu__wrapper {
        padding-left: 40px;
    }
}

@media screen and (max-width: 991px) {
    .header .menu-full-width .main-menu .menu__wrapper {
        display: none;
    }
}


.header .menu-full-width .main-menu .menu__wrapper ul li {
    display: inline-block;
    margin-right: 45px;
    position: relative;
}

@media (max-width: 1440px) {
    .header .menu-full-width .main-menu .menu__wrapper ul li {
        margin-right: 20px;
    }
}

@media (max-width: 1240px) {
    .header .menu-full-width .main-menu .menu__wrapper ul li {
        margin-right: 20px;
    }
}

.header .menu-full-width .main-menu .menu__wrapper ul li a {
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 700;
    padding: 45px 0px 43px 0;
    display: block;
    position: relative;
}

.header .menu-full-width .main-menu .menu__wrapper ul li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 47px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu-full-width .main-menu .menu__wrapper ul li a:hover:after {
    width: 100%;
}

.header .menu-full-width .main-menu .menu__wrapper ul li:last-child {
    margin-right: 0;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu {
    position: absolute;
    top: 115px;
    left: 0;
    width: 220px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li {
    margin-right: 0;
    margin-bottom: 20px;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a {
    color: #222232;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    background-color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:hover {
    color: #ff7e00;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li a:hover:after {
    width: 100%;
    background-color: #ff7e00;
}

.header .menu-full-width .main-menu .menu__wrapper ul li .main__dropdown-menu ul li:last-child {
    margin-bottom: 0;
}

.header .menu-full-width .main-menu .menu__wrapper ul li:hover .main__dropdown-menu {
    top: 95px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu-full-width .main-menu .logo-right-button {
    float: right;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header .menu-full-width .main-menu .logo-right-button {
        display: none;
    }
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
    float: left;
    position: relative;
    padding-right: 60px;
}

@media (max-width: 1440px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1198px) and (min-width: 320px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-left: 40px;
    }
}

@media (max-width: 1024px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-left: 0;
        padding-right: 19px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown {
        padding-left: 0;
        padding-right: 0;
    }
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff;
    opacity: .1;
}

@media only screen and (max-width: 1198px) and (min-width: 320px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown:after {
        display: none;
    }
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li {
    display: inline-block;
    position: relative;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 45px 0 39px 0;
    display: block;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 3px;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li a i {
    padding-left: 1px;
    font-size: 12px;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
    position: absolute;
    width: 160px;
    top: 115px;
    left: 0;
    background-color: #fff;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.2);
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a {
    display: block;
    color: #222232;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a img {
    margin-right: 10px;
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item a:hover {
    color: #ff7e00;
}

@media (max-width: 1024px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
        left: -46px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
        left: -50px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li .lang-drop-item {
        left: -50px;
    }
}

.header .menu-full-width .main-menu .logo-right-button .lang-dropdown ul li:hover .lang-drop-item {
    top: 95px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.header .menu-full-width .main-menu .logo-right-button .contact-para {
    float: left;
    padding: 45px 45px 40px 60px;
    color: #fff;
    position: relative;
}

@media (max-width: 1440px) {
    .header .menu-full-width .main-menu .logo-right-button .contact-para {
        padding: 45px 40px 40px 40px;
    }
}

@media only screen and (max-width: 1198px) and (min-width: 320px) {
    .header .menu-full-width .main-menu .logo-right-button .contact-para {
        display: none;
    }
}

.header .menu-full-width .main-menu .logo-right-button .contact-para p {
    font-size: 22px;
    font-weight: 700;
}

@media (max-width: 1240px) {
    .header .menu-full-width .main-menu .logo-right-button .contact-para p {
        font-size: 16px;
    }
}

.header .menu-full-width .main-menu .logo-right-button .contact-para .phone-call {
    position: absolute;
    font-size: 60px;
    color: #616d74;
    top: 44px;
    right: 34px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: -1;
}

@media (max-width: 1440px) {
    .header .menu-full-width .main-menu .logo-right-button .contact-para .phone-call {
        right: 28px;
    }
}

.header:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: .1;
}

.header.active {
    background-color: #222232;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

/*------------------------------------
       menu--area
 -------------------------------------*/
.menu--area .menu-full-width .logo-box {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu--area .menu-full-width .logo-box {
        float: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu--area .menu-full-width .logo-box {
        float: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .menu--area .menu-full-width .logo-box {
        float: none;
    }
}

.menu--area .menu-full-width .logo-box:after {
    display: none;
}

.menu--area .menu-full-width .main-menu .menu__wrapper {
    float: right;
    padding-left: 0;
}

@media (max-width: 1690px) {
    .menu--area .menu-full-width .main-menu .menu__wrapper {
        padding-left: 0;
    }
}

.menu--area:after {
    display: none;
}

/*------------------------------------
       avivon-heading
 -------------------------------------*/
.avivon-heading .avivon__title {
    font-size: 40px;
    color: #222232;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-top: 30px;
    line-height: 46px;
    letter-spacing: -1px;
    margin-bottom: 0;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .avivon-heading .avivon__title {
        font-size: 38px;
    }
}

@media (max-width: 390px) {
    .avivon-heading .avivon__title {
        font-size: 36px;
        line-height: 43px;
    }
}

@media (max-width: 320px) {
    .avivon-heading .avivon__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.avivon-heading .avivon__title:after {
    position: absolute;
    content: '';
    left: -5px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ff7e00;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 400px) {
    .avivon-heading .second__title:after {
        left: 62px;
    }
}

@media (max-width: 360px) {
    .avivon-heading .second__title:after {
        left: 52px;
    }
}

@media (max-width: 320px) {
    .avivon-heading .second__title:after {
        left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .avivon-heading .third__title br {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .avivon-heading .third__title br {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .avivon-heading .third__title br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .avivon-heading .third__title:after {
        left: 23px;
    }
}

@media (max-width: 750px) {
    .avivon-heading .third__title:after {
        left: 17px;
    }
}

@media (max-width: 736px) {
    .avivon-heading .third__title:after {
        left: 8px;
    }
}

@media (max-width: 720px) {
    .avivon-heading .third__title:after {
        left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .avivon-heading .third__title:after {
        left: 23px;
    }
}

@media (max-width: 640px) {
    .avivon-heading .third__title:after {
        left: 0;
    }
}

@media (max-width: 600px) {
    .avivon-heading .third__title:after {
        left: 5px;
    }
}

@media (max-width: 575px) {
    .avivon-heading .third__title:after {
        left: 38px;
    }
}

@media (max-width: 540px) {
    .avivon-heading .third__title:after {
        left: 23px;
    }
}

@media (max-width: 480px) {
    .avivon-heading .third__title:after {
        left: -5px;
    }
}

@media (max-width: 425px) {
    .avivon-heading .third__title:after {
        left: 80px;
    }
}

@media (max-width: 400px) {
    .avivon-heading .third__title:after {
        left: 67px;
    }
}

@media (max-width: 320px) {
    .avivon-heading .third__title:after {
        left: 57px;
    }
}

@media (max-width: 400px) {
    .avivon-heading .fourth__title:after {
        left: 99px;
    }
}

@media (max-width: 375px) {
    .avivon-heading .fourth__title:after {
        left: 97px;
    }
}

@media (max-width: 320px) {
    .avivon-heading .fourth__title:after {
        left: -5px;
    }
}

@media (max-width: 575px) {
    .avivon-heading .eight__title:after {
        left: 78px;
    }
}

@media (max-width: 540px) {
    .avivon-heading .eight__title:after {
        left: 60px;
    }
}

@media (max-width: 480px) {
    .avivon-heading .eight__title:after {
        left: 30px;
    }
}

@media (max-width: 425px) {
    .avivon-heading .eight__title:after {
        left: 4px;
    }
}

@media (max-width: 400px) {
    .avivon-heading .eight__title:after {
        left: 8px;
    }
}

@media (max-width: 375px) {
    .avivon-heading .eight__title:after {
        left: 6px;
    }
}

.avivon-heading .avivon__desc {
    font-size: 16px;
    color: #7c7c82;
    font-weight: 600;
    line-height: 30px;
}

.avivon-heading .get__btn {
    color: #222232;
    border-color: #222232;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.avivon-heading .get__btn span {
    padding-left: 12px;
}

.avivon-heading .get__btn span:before {
    font-size: 16px;
}

.avivon-heading .get__btn:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
    color: #fff;
}

.avivon-heading .avivon__btn {
    background-color: #222232;
    border-color: #222232;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.avivon-heading .avivon__btn span {
    padding-left: 12px;
}

.avivon-heading .avivon__btn span:before {
    font-size: 16px;
}

.avivon-heading .avivon__btn:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.avivon-heading .avivon__list li {
    display: block;
    font-size: 16px;
    color: #7c7c82;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.avivon-heading .avivon__list li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #ff7e00;
    font-size: 14px;
}

.avivon-heading .avivon__list li:last-child {
    padding-bottom: 0;
}

/*------------------------------------
        client-logo
 -------------------------------------*/
.client-logo-area .client-logo-box {
    padding-left: 25px;
    margin-right: 1px;
    margin-left: 1px;
}

@media (max-width: 425px) {
    .client-logo-area .client-logo-box {
        padding-left: 0;
    }
}

.client-logo-area .client-logo-box .client-logo .client-logo-item {
    opacity: .30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.client-logo-area .client-logo-box .client-logo .client-logo-item .client__logo-brand {
    width: auto;
}

.client-logo-area .client-logo-box .client-logo .client-logo-item:hover {
    opacity: 1;
}

/*------------------------------------
        choose-area
 -------------------------------------*/
.choose-area {
    position: relative;
    z-index: 1;
}

.choose-area .choose-box .choose-popup {
    position: relative;
}

.choose-area .choose-box .choose-popup img {
    width: 100%;
    border-radius: 5px;
}

.choose-area .choose-box .choose-popup .video-play-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 122px;
    line-height: 122px;
    background-color: #ff7e00;
    border-radius: 5px 0 5px 0;
    color: #fff;
    font-size: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-area .choose-box .choose-popup .video-play-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .choose-area .choose-box .choose-popup .video-play-btn {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .choose-area .choose-box .choose-popup .video-play-btn {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

.choose-area .choose-box .choose-popup .video-play-btn span:before {
    font-size: 30px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .choose-area .choose-popup-box.mb-60px {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .choose-area .choose-popup-box.mb-60px {
        margin-bottom: 40px;
    }
}

.choose-area .choose-content .choose-same {
    background-color: #fff;
    padding: 92px 50px 81px 50px;
    border: 1px solid #ccccd1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .choose-area .choose-content .choose-same {
        padding: 70px 25px 60px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-area .choose-content .choose-same {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .choose-area .choose-content .choose-same {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .choose-area .choose-content .choose-same {
        margin-bottom: 40px;
    }
}

.choose-area .choose-content .choose-same .choose__icon {
    color: #ff7e00;
    margin-top: 16px;
    padding-bottom: 36px;
}

.choose-area .choose-content .choose-same .choose__title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222232;
    margin: 0;
    line-height: 34px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.choose-area .choose-content .choose-same .choose__title h3:hover {
    color: #ff7e00;
}

.choose-area .choose-content .choose-same:hover {
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.choose-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 708px;
    bottom: 0;
    left: 0;
    background-color: #f5f5f5;
    z-index: -1;
}

@media (max-width: 1440px) {
    .choose-area:after {
        height: 689px;
    }
}

@media (max-width: 1366px) {
    .choose-area:after {
        height: 679px;
    }
}

@media (max-width: 1280px) {
    .choose-area:after {
        height: 674px;
    }
}

@media (max-width: 1199px) {
    .choose-area:after {
        height: 626px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-area:after {
        height: 1096px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .choose-area:after {
        height: 1076px;
    }
}

@media (max-width: 720px) {
    .choose-area:after {
        height: 1178px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .choose-area:after {
        height: 1148px;
    }
}

@media (max-width: 425px) {
    .choose-area:after {
        height: 1230px;
    }
}

@media (max-width: 400px) {
    .choose-area:after {
        height: 1230px;
    }
}

@media (max-width: 320px) {
    .choose-area:after {
        height: 1331px;
    }
}

/*============ responsive-content ===============*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

    .responsive-content .choose-same.rpl-content,
    .responsive-content .team-content .team-same.rpl-content,
    .responsive-content .service-box .shared-service.rpl-content,
    .responsive-content .funfact-shared.rpl-content,
    .responsive-content .case-list .office-list-item.rpl-content {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .responsive-content .choose-same.rpl-content,
    .responsive-content .team-content .team-same.rpl-content,
    .responsive-content .service-box .shared-service.rpl-content,
    .responsive-content .funfact-shared.rpl-content,
    .responsive-content .case-list .office-list-item.rpl-content {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    .responsive-content .choose-same.rpl-content,
    .responsive-content .team-content .team-same.rpl-content,
    .responsive-content .service-box .shared-service.rpl-content,
    .responsive-content .funfact-shared.rpl-content,
    .responsive-content .case-list .office-list-item.rpl-content {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    .responsive-content .sert__title.mb-50px {
        margin-bottom: 44px;
    }
}

@media (max-width: 425px) {
    .responsive-content .avivon__desc.mb-40px.mt-45px {
        margin: 28px 0 28px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .inspire-desc.mt-35px {
        margin-top: 25px;
    }
}

@media (max-width: 425px) {
    .responsive-content .inspire-title2.mb-40px {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .responsive-content .audit-title.mt-30px {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .timeline-list .happening .happening__desc.happening__desc2 {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-content .contact__desc.mt-50px {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .contact__desc.mt-50px {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .contact__desc.mt-50px {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .focus-title.mb-80px {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .focus-title.mb-80px {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive-content .mission__list {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .mission__list {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .mission__list {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .mission__list.mb-40px {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .mission__list.mb-40px {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .mission__list.mt-50px {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .mission__list.mt-50px {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .history__desc.mb-50px {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .history__desc.mb-50px {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive-content .history__desc.mt-50px {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .responsive-content .history__desc.mt-50px {
        margin-top: 40px;
    }
}

/*------------------------------------
        trusted-area
 -------------------------------------*/
.parallax-area {
    background-attachment: fixed;
}

.trusted-area {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.trusted-area .trusted-content {
    color: #fff;
}

.trusted-area .trusted-content .trusted__icon {
    width: 134px;
    height: 134px;
    line-height: 134px;
    background-color: #ff7e00;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    position: relative;
}

.trusted-area .trusted-content .trusted__icon:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 6px;
    width: 38px;
    height: 38px;
    background-color: #fff;
    border-radius: 50%;
}

.trusted-area .trusted-content .trusted__icon span:before {
    font-size: 53px;
}

.trusted-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .trusted-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .trusted-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .trusted-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
        font-size: 38px;
    }
}

.trusted-area .trusted-content .trusted__btn .trusted__btn-btn {
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0;
}

.trusted-area .trusted-content .trusted__btn .trusted__btn-btn span {
    padding-left: 12px;
}

.trusted-area .trusted-content .trusted__btn .trusted__btn-btn span:before {
    font-size: 16px;
}

.trusted-area .trusted-content .trusted__btn .trusted__btn-btn:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.trusted-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222232;
    opacity: .8;
    z-index: -1;
}

/*======== about-trusted ==========*/
.about-trusted {
    background-image: url("../images/trusted-img4.jpg");
}

/*------------------------------------
       banner--area
 -------------------------------------*/
.banner--area {
    position: relative;
    height: 1010px;
    background-image: none;
    background-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner--area {
        height: 900px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner--area {
        height: 800px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner--area {
        height: 800px;
    }
}

@media (max-width: 575px) {
    .banner--area {
        height: 700px;
    }
}

.banner--area .trusted-content {
    width: 700px;
    position: absolute;
    left: 90px;
    bottom: 125px;
    z-index: 11;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner--area .trusted-content {
        bottom: 230px;
        width: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner--area .trusted-content {
        bottom: 150px;
        left: 15px;
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner--area .trusted-content {
        left: 15px;
        width: auto;
    }
}

@media (max-width: 575px) {
    .banner--area .trusted-content {
        bottom: 160px;
    }
}

.banner--area .trusted-content .trusted__title .trusted__title-title {
    font-size: 100px;
    line-height: 90px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner--area .trusted-content .trusted__title .trusted__title-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner--area .trusted-content .trusted__title .trusted__title-title {
        font-size: 90px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner--area .trusted-content .trusted__title .trusted__title-title {
        font-size: 90px;
    }
}

@media (max-width: 575px) {
    .banner--area .trusted-content .trusted__title .trusted__title-title {
        font-size: 50px;
        line-height: 50px;
    }
}

.banner--area .trusted-content .trusted__title .trusted__desc-desc {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 575px) {
    .banner--area .trusted-content .trusted__title .trusted__desc-desc {
        font-size: 18px;
        line-height: 30px;
    }
}

.banner--area .trusted-content .trusted__btn .trusted__btn-btn {
    margin-top: 0;
}

.banner--area:after {
    opacity: .5;
    z-index: inherit;
}

.banner--area:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 83%;
    height: 100%;
    background-image: url("../images/trusted-img3.jpg");
}

@media (max-width: 1199px) {
    .banner--area:before {
        width: 100%;
    }
}

/*------------------------------------
        breadcrumb-area
 -------------------------------------*/

.breadcrumb-area {
    padding: 200px 0 120px 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area {
        padding: 170px 0 90px 0;
    }
}

.breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 50px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
        font-size: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .breadcrumb-area .trusted-content .trusted__title .trusted__title-title {
        font-size: 36px;
    }
}

.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item {
    margin-bottom: 5px;
}

.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 22px;
}

.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li a {
    color: #fff;
}

.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li.active-item:after {
    position: absolute;
    content: '-';
    top: 0;
    right: 0;
    padding: 0 7px;
    font-size: 16px;
}

.breadcrumb-area .trusted-content .trusted__title .bread__rumb-item li:last-child {
    padding-right: 0;
}

/*======== avivon-service ==========*/
.avivon-service .service--box .shared-service .shared-content {
    border-radius: 5px;
    padding: 92px 46px 81px 46px;
}

.avivon-service .service--box .shared-service .shared-content .service__icon {
    color: #ff7e00;
    margin-top: 16px;
}

@media (max-width: 375px) {
    .avivon-service .service--box .shared-service .shared-content {
        padding: 70px 46px 60px 46px;
    }
}

@media (max-width: 320px) {
    .avivon-service .service--box .shared-service .shared-content {
        padding: 70px 20px 60px 20px;
    }
}

.avivon-service .service--box .shared-service .client-content {
    padding: 20px 20px 35px 20px;
}

.avivon-service .service--box .shared-service .client-content .client__brand {
    background-color: #f5f5f5;
    padding: 70px 0;
    margin-top: 0;
    border-radius: 5px;
}

.avivon-service .service--box .shared-service .client-content .client__brand img {
    opacity: .30;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.avivon-service .service--box .shared-service .client-content .service__desc {
    padding-right: 30px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .avivon-service .service--box .shared-service .client-content .service__desc {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn {
    font-size: 16px;
    color: #222232;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn span {
    padding-left: 4px;
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn span:before {
    font-size: 16px;
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #222232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:hover {
    color: #ff7e00;
}

.avivon-service .service--box .shared-service .client-content .client__btn .client__btn-btn:hover:after {
    width: 100%;
    background-color: #ff7e00;
}

.avivon-service .service--box .shared-service .client-content:hover .client__brand img {
    opacity: 1;
}

.avivon-service:after {
    display: none;
}

/*======== aivon-about ==========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .aivon-about .service--box .shared-service {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .aivon-about .service--box .shared-service {
        margin-bottom: 65px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .aivon-about .service--box .shared-service {
        margin-bottom: 65px;
    }
}

.aivon-about .service--box .shared-service .shared-content {
    border-radius: 0;
    padding: 0;
    border: none;
}

.aivon-about .service--box .shared-service .shared-content .service__icon {
    color: #f5f5f5;
    font-size: 100px;
    font-weight: 600;
    margin-left: -3px;
    margin-top: 19px;
}

.aivon-about .service--box .shared-service .shared-content .service__title .service__title-title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.aivon-about .service--box .shared-service:hover {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.aivon-about .service--box .shared-service:hover .service__title .service__title-title {
    color: #ff7e00;
}

.aivon-about.area-padding {
    padding-bottom: 110px;
}

/*-------------------------- top content --------------------- */

.top-content {
	padding: 20px 0;
}

.top-content h1 {
	font-size: 36px;
    line-height: 1.4;
  	margin: 0 0 10px 0;
}

@media screen and (max-width: 768px) {
	.top-content h1 {
        font-size: 30px;
    }
}

.top-content h2 {
	font-size: 30px;
    line-height: 1.4;
  	margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
	.top-content h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
}

.top-content p {
	line-height: 1.4;
}

/*------------------------- top content end ----------------- */

/*------------------------------------
        single-area
 -------------------------------------*/
.single-area .single-content .single__img {
    position: relative;
}

.single-area .single-content .single__img .shared__date-item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 53px;
    background-color: #ff7e00;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px 0 5px 0;
}

.single-area .single-content .single__img .shared__date-item span {
    display: block;
    line-height: 17px;
}

.single-area .single-content .single__img .img-single {
    width: 100%;
    border-radius: 5px;
}

.single-area .single-content .single__img .single__img-img {
    float: left;
    width: 48%;
    height: 355px;
    background-image: url("../images/service21.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

@media (max-width: 1199px) {
    .single-area .single-content .single__img .single__img-img {
        width: 100%;
        margin-bottom: 50px;
        float: none;
    }
}

.single-area .single-content .single__img .avivon-heading {
    float: left;
    width: 48%;
    padding-top: 1px;
    padding-left: 30px;
}

@media (max-width: 1199px) {
    .single-area .single-content .single__img .avivon-heading {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

.single-area .single-content .single__img .avivon-heading .avivon__title {
    font-size: 24px;
    padding-top: 20px;
}

.single-area .single-content .single__img .avivon-heading .plan__list {
    margin-top: 50px;
}

.single-area .single-content .single__img .avivon-heading .plan__list li {
    display: block;
    font-size: 15px;
    color: #7c7c82;
    font-weight: 600;
    padding-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

.single-area .single-content .single__img .avivon-heading .plan__list li i {
    position: absolute;
    top: 8px;
    left: 0;
    color: #ff7e00;
    font-size: 14px;
}

.single-area .single-content .single__img .avivon-heading .plan__list li:last-child {
    padding-bottom: 0;
}

.single-area .single-content .single__img .single__service {
    padding-left: 0;
}

.single-area .single-content .single__img .chart__title .avivon__title {
    font-size: 40px;
}

.single-area .single-content .avivon-heading .post__meta li {
    display: inline-block;
    font-size: 16px;
    color: #ff7e00;
    font-weight: 600;
    padding-right: 10px;
}

.single-area .single-content .avivon-heading .post__meta li .tag__active-item {
    color: #ff7e00;
    padding-left: 10px;
}

.single-area .single-content .avivon-heading .post__meta li a {
    color: #ff7e00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-area .single-content .avivon-heading .post__meta li a:hover {
    color: #ff7e00;
}

.single-area .single-content .avivon-heading .post__meta li:last-child {
    padding-right: 0;
}

/*------------------------ blog-post-styles ------------------------*/

.single-post-text img {
	margin: 15px 0 10px 0;
}

.single-post-text h2 {
    font-size: 28px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text h3 {
    font-size: 24px;
	margin-top: 15px;
    margin-bottom: 10px;
}

.single-post-text p {
	margin: 0 0 10px 0;
}

.single-post-text a{
	color: #ff7e00;
}

.single-post-text ol {
	padding-left: 15px;
}

.single-post-text ol li {
	padding: 5px 0;
}

.single-post-text ul {
	list-style: none;
  	padding-left: 15px;
}

.single-post-text ul li {
	padding: 5px 0;
}

.single-post-text ul li,
.single-post-text ul li a {
	color: #000;
}

.single-post-text blockquote {
  	font-style: italic;
	padding: 10px 20px;
    margin: 10px 0 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ddd;
}

.single-post-text table {
	width: 100%;
  	border: 1px solid #ddd;
  	background-color: #fff;
  	border-collapse: collapse;
  	margin: 15px 0;
}

.single-post-text table,
.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

.single-post-text td,
.single-post-text th {
	border: 1px solid #ddd;
    border-collapse: collapse;
  	padding: 10px 15px;
}

/*---------------------- blog-post-styles end ----------------------*/

.single-area .single-content .avivon-heading .tag__meta {
    display: inline-block;
}

.single-area .single-content .avivon-heading .tag__meta li {
    color: #7c7c82;
    padding-right: 2px;
}

.single-area .single-content .avivon-heading .tag__meta li span {
    color: #222232;
    font-weight: 700;
    font-size: 20px;
}

.single-area .single-content .avivon-heading .meta__tag li a {
    color: #7c7c82;
}

.single-area .single-content .avivon-heading .meta__tag li a:hover {
    color: #ff7e00;
}

.single-area .single-content .avivon-heading .link__meta {
    display: inline-block;
    float: right;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-area .single-content .avivon-heading .link__meta {
        float: none;
        display: inherit;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-area .single-content .avivon-heading .link__meta {
        float: none;
        display: inherit;
        margin-top: 20px;
    }
}

.single-area .single-content .avivon-heading .link__meta li {
    padding-right: 24px;
}

.single-area .single-content .avivon-heading .link__meta li a {
    color: #222232;
    font-size: 18px;
}

.single-area .single-content .single__comments .post__boxed-item {
    border-radius: 5px;
    border: 1px solid #ccccd1;
    padding: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-area .single-content .single__comments .post__boxed-item {
        padding: 35px;
    }
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
    width: 170px;
    height: 214px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    float: left;
    margin-right: 40px;
}

@media (max-width: 1199px) {
    .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
        float: none;
        width: 100%;
        height: 250px;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-area .single-content .single__comments .post__boxed-item .post__boxed-img__img {
        float: none;
        width: 100%;
        height: 250px;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-img__bg {
    background-image: url("../images/post-img.jpg");
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__title {
    font-size: 24px;
    color: #222232;
    font-weight: 700;
    margin-bottom: 35px;
    padding-top: 2px;
}

@media (max-width: 1199px) {
    .single-area .single-content .single__comments .post__boxed-item .post__boxed-item__title {
        margin-bottom: 20px;
    }
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__desc {
    color: #7c7c82;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 35px;
}

@media (max-width: 1199px) {
    .single-area .single-content .single__comments .post__boxed-item .post__boxed-item__desc {
        margin-bottom: 15px;
    }
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn {
    color: #ff7e00;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn span {
    padding-left: 5px;
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn span:before {
    font-size: 16px;
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 4px;
    left: 0;
    background-color: #ff7e00;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-area .single-content .single__comments .post__boxed-item .post__boxed-item__btn:hover:after {
    width: 100%;
}

.single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__title {
    color: #222232;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
    width: 90px;
    height: 90px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    float: left;
    margin-right: 30px;
    margin-bottom: 70px;
    position: relative;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__img {
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }
}

.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__bg {
    background-image: url("../images/post-img2.jpg");
}

.single-area .single-content .single__comments .comment__boxed-item .post__boxed-img__bg-2 {
    background-image: url("../images/post-img3.jpg");
}

.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__title {
    font-size: 18px;
    color: #222232;
    font-weight: 700;
    margin-bottom: 4px;
}

.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li {
    color: #ff7e00;
    font-weight: 600;
    padding-right: 15px;
    padding-left: 5px;
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li.item-active:after {
    position: absolute;
    content: '-';
    top: 0;
    right: 0;
    font-size: 16px;
}

.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li:first-child {
    padding-left: 0;
}

.single-area .single-content .single__comments .comment__boxed-item .comment__boxed-item__list li:last-child {
    padding-right: 0;
}

.single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__desc {
    font-size: 16px;
    color: #7c7c82;
    font-weight: 600;
    max-width: 613px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-area .single-content .single__comments .comment__boxed-item .post__boxed-item__desc {
        max-width: inherit;
    }
}

/*========== comment-form =========*/
.comment__form .post__boxed-item__title {
    color: #222232;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 35px;
}

.comment__form form .input__box-input {
    float: left;
    width: 361px;
    margin-right: 28px;
}

@media (max-width: 1199px) {
    .comment__form form .input__box-input {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}

.comment__form form .input__box-input input {
    width: 100%;
    display: inline-block;
    padding: 15px 26px;
    border-radius: 5px;
    color: #222232;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ccccd1;
    margin-bottom: 30px;
}

.comment__form form .email-box {
    margin-right: 0;
}

.comment__form form textarea {
    width: 100%;
    display: inline-block;
    padding: 12px 20px;
    height: 140px;
    border-radius: 5px;
    color: #222232;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ccccd1;
    resize: none;
    margin-bottom: 30px;
}

.comment__form form .submit__btn-btn {
    border-radius: 6px;
    background-color: #222232;
    border-color: #222232;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    padding: 15px 55px 15px 29px;
    margin-top: 0;
}

.comment__form form .submit__btn-btn span {
    position: absolute;
    top: 14px;
    right: 27px;
    padding-left: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.comment__form form .submit__btn-btn span:before {
    font-size: 16px;
}

.comment__form form .submit__btn-btn:hover {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.comment__form form .submit__btn-btn:hover span {
    right: 22px;
}

/*======= side-bar =========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .side-bar {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .side-bar {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .side-bar {
        margin-top: 60px;
    }
}

.side-bar .side__search form .input-box input {
    width: 100%;
    padding: 15px 26px;
    color: #222232;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #ccccd1;
    font-size: 16px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.side-bar .side__shared {
    border: 1px solid #ccccd1;
    border-radius: 6px;
    padding: 46px 40px 43px 40px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .side-bar .side__shared {
        padding: 46px 30px 43px 30px;
    }
}

.side-bar .side__shared .side__bar-title {
    font-size: 20px;
    color: #222232;
    font-weight: 700;
    margin-bottom: 25px;
}

.side-bar .side__shared .side__bar-links li {
    font-size: 16px;
    color: #7c7c82;
    position: relative;
    padding-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .side__shared .side__bar-links li a {
    color: #7c7c82;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.side-bar .side__shared .side__bar-links li a:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #7c7c82;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .side__shared .side__bar-links li span {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
}

.side-bar .side__shared .side__bar-links li span:before {
    font-size: 16px;
}

.side-bar .side__shared .side__bar-links li:last-child {
    padding-bottom: 0;
}

.side-bar .side__shared .side__bar-links li:hover {
    color: #222232;
}

.side-bar .side__shared .side__bar-links li:hover a {
    color: #ff7e00;
}

.side-bar .side__shared .side__bar-links li:hover a:after {
    width: 100%;
    background-color: #ff7e00;
}

.side-bar .side__shared .post-list .post__img {
    width: 65px;
    height: 65px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    display: table-cell;
    vertical-align: middle;
}

.side-bar .side__shared .post-list .post__one {
    background-image: url("../images/post-img4.jpg");
}

.side-bar .side__shared .post-list .post__two {
    background-image: url("../images/post-img5.jpg");
}

.side-bar .side__shared .post-list .post__three {
    background-image: url("../images/post-img6.jpg");
}

.side-bar .side__shared .post-list .post__body {
    display: table-cell;
    vertical-align: middle;
    padding: 6px 0 6px 15px;
}

.side-bar .side__shared .post-list .post__body .post__body-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.side-bar .side__shared .post-list .post__body .post__body-title a {
    color: #7c7c82;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .side__shared .post-list .post__body .post__body-title a:hover {
    color: #ff7e00;
}

.side-bar .tags__shared .side__bar-links li {
    display: inline-block;
    padding-bottom: 10px;
}

.side-bar .tags__shared .side__bar-links li:nth-child(7) {
    padding-bottom: 0;
}

.side-bar .details__widget .side__post-item {
    margin-bottom: 20px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .side-bar .details__widget .side__post-item {
        padding-bottom: 65px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .side-bar .details__widget .side__post-item {
        padding-bottom: 65px;
    }
}

.side-bar .details__widget .side__post--item {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.side-bar .help__shared {
    border: none;
    position: relative;
    z-index: 1;
}

.side-bar .help__shared:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #ff7e00;
    opacity: .9;
    z-index: -1;
    border-radius: 6px;
}

.side-bar .help__bg {
    background-image: url("../images/service13.jpg");
}

/*--------- extra-responsive ----*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .extra-responsive.area-padding {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .extra-responsive.area-padding {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .extra-responsive.area-padding {
        padding-bottom: 0;
    }
}

/*--------- service-box ----*/

.post-item {
    margin-bottom: 30px;
}

.shared-content-wrap {
    margin-bottom: 20px;
}

.post-item-wrap {
    display: flex;
}

.post-item-widget {
    min-width: 65px;
    height: 65px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}

.service-box .shared-service {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-box .shared-service {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .service-box .shared-service {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .service-box .shared-service {
        margin-bottom: 40px;
    }
}

.service-box .shared-service .shared__img img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.service-box .shared-service .shared-content {
    border: 1px solid #ccccd1;
    padding: 45px 46px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

@media (max-width: 1199px) {
    .service-box .shared-service .shared-content {
        padding: 40px 25px;
    }
}

.service-box .shared-service .shared-content .service__title {
	margin: 0 0 15px 0;
}

@media screen and (min-width: 991px) {
	.service-box .shared-service .shared-content .service__title {
        min-height: 60px;
    }
}

.service-box .shared-service .shared-content .service__title .service__title-title {
    font-size: 24px;
    font-weight: 700;
    color: #222232;
  	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

.service-box .shared-service .shared-content .service__title .service__title-title a {
    color: #222232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: -1px;
}

.service-box .shared-service .shared-content .service__title .service__title-title a:hover {
    color: #ff7e00;
}

.service-box .shared-service .shared-content .service__desc .service__desc-desc {
    font-size: 16px;
    font-weight: 600;
    color: #7c7c82;
    line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  	margin: 0;
}

.service-box .shared-service .shared-content .service__more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.service-box .shared-service .shared-content .service__more .service__more-btn {
    color: #222232;
    width: 62px;
    height: 53px;
    line-height: 53px;
    background-color: #f5f5f5;
    border-radius: 5px 0 5px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    display: block;
}

.service-box .shared-service .shared-content .service__more .service__more-btn:hover {
    background-color: #ff7e00;
    color: #fff;
}

.service-box .shared-service .shared-content .service__more .service__more-btn span:before {
    font-size: 16px;
}

.service-box .shared-service:hover {
    -webkit-box-shadow: 1px 6px 41px -8px rgba(82, 85, 90, 0.2);
    box-shadow: 1px 6px 41px -8px rgba(82, 85, 90, 0.2);
}

/*========= service-box2 ========*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-box2 .shared-service {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .service-box2 .shared-service {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .service-box2 .shared-service {
        margin-bottom: 30px;
    }
}

/*------------------------------------
        blockquote-area
 -------------------------------------*/
.blockquote-area {
    background-image: none;
    color: #222232;
}

.blockquote-area .trusted-content {
    position: relative;
}

.blockquote-area .trusted-content .trusted__icon {
    line-height: 180px;
}

.blockquote-area .trusted-content .trusted__icon .block__symbol {
    font-size: 100px;
}

.blockquote-area .trusted-content .trusted__title .trusted__title-title {
    font-size: 24px;
    color: #222232;
    font-weight: 600;
    line-height: 38px;
    width: 655px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blockquote-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .blockquote-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .blockquote-area .trusted-content .trusted__title .trusted__title-title {
        width: auto;
    }
}

.blockquote-area .trusted-content .trusted__title .trusted__desc-desc {
    font-size: 16px;
    color: #7c7c82;
    font-weight: 500;
    line-height: 18px;
}

.blockquote-area .trusted-content .trusted__title .trusted__desc-desc span {
    color: #ff7e00;
    font-weight: 600;
}

.blockquote-area .trusted-content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
}

.blockquote-area:after {
    display: none;
}

/*------------------------------------
       start-area
 -------------------------------------*/
.start-area .meet-heading {
    position: relative;
    padding: 60px 0;
}

@media (max-width: 1199px) {
    .start-area .meet-heading {
        text-align: center;
        padding: 78px 0 105px 0;
    }
}

@media (max-width: 1024px) {
    .start-area .meet-heading {
        text-align: center;
        padding: 78px 0 105px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .start-area .meet-heading {
        text-align: center;
        padding: 78px 0 105px 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .start-area .meet-heading {
        text-align: center;
        padding: 78px 0 105px 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .start-area .meet-heading {
        text-align: center;
        padding: 68px 0 95px 0;
    }
}

.start-area .meet-heading .start__title {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.start-area .meet-heading .meet__btn {
    position: absolute;
    top: 28px;
    right: 0;
}

@media (max-width: 1199px) {
    .start-area .meet-heading .meet__btn {
        position: inherit;
    }
}

@media (max-width: 1024px) {
    .start-area .meet-heading .meet__btn {
        position: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .start-area .meet-heading .meet__btn {
        position: inherit;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .start-area .meet-heading .meet__btn {
        position: inherit;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .start-area .meet-heading .meet__btn {
        position: inherit;
    }
}

.start-area:after {
    display: none;
}

/*------------------------------------
        blog-area
 -------------------------------------*/
.blog-box .shared-service .shared__img {
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.blog-box .shared-service .shared__img img {
    border-radius: 5px;
}

.blog-box .shared-service .shared__img .shared__date-item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 53px;
    background-color: #ff7e00;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px 0 5px 0;
}

.blog-box .shared-service .shared__img .shared__date-item span {
    display: block;
    line-height: 17px;
}

.blog-box .shared-service .shared__img:hover {
    -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.5);
    box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.5);
}

.blog-box .shared-service .shared-content {
    padding: 36px 0 0 0;
    border: none;
    background-color: transparent;
}

.blog-box .shared-service .shared-content .service__title .service__title-title {
    line-height: 30px;
}

.blog-box .shared-service .shared-content .service__more {
    position: inherit;
    line-height: 11px;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn {
    width: inherit;
    height: inherit;
    display: inline-block;
    background-color: transparent;
    font-weight: 600;
    position: relative;
    line-height: inherit;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn span {
    padding-left: 3px;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn span:before {
    font-size: 16px;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn:after {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    bottom: -4px;
    left: 0;
    background-color: #222232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn:hover {
    color: #ff7e00;
    background-color: transparent;
}

.blog-box .shared-service .shared-content .service__more .service__more-btn:hover:after {
    background-color: #ff7e00;
    width: 100%;
}

.blog-box .shared-service:hover {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

/*------------------------------------
        blog--box
 -------------------------------------*/
.blog--box .shared-service {
    border: 1px solid #ccccd1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog--box .shared-service .shared__img {
    border-radius: 5px 5px 0 0;
}

.blog--box .shared-service .shared__img img {
    border-radius: 5px 5px 0 0;
}

.blog--box .shared-service .shared__img:hover {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.blog--box .shared-service .shared-content {
    padding: 40px;
}

.blog--box .shared-service:hover {
    -webkit-box-shadow: 0px 6px 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0px 6px 40px rgba(82, 85, 90, 0.1);
}

.blog--box .mission-service {
    border: none;
}

.blog--box .mission-service .shared-content {
    padding: 40px 50px;
    border: 1px solid #ccccd1;
}

@media (max-width: 1199px) {
    .blog--box .mission-service .shared-content {
        padding: 30px 27px;
    }
}

/*------------------------------------
        clta-area
 -------------------------------------*/
.clta-area {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clta-area .avivon-heading {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clta-area .avivon-heading {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .clta-area .avivon-heading {
        padding-bottom: 60px;
    }
}

@media (max-width: 425px) {
    .clta-area .avivon-heading {
        padding-bottom: 44px;
    }
}

.clta-area .shared-form-box {
    padding-left: 110px;
    padding-right: 0;
}

@media (max-width: 1199px) {
    .clta-area .shared-form-box {
        padding-left: 80px;
    }
}

@media (max-width: 1024px) {
    .clta-area .shared-form-box {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clta-area .shared-form-box {
        padding-left: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clta-area .shared-form-box {
        padding-left: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .clta-area .shared-form-box {
        padding-left: 0;
    }
}

.clta-area .shared-form-box .shared-form input,
.clta-area .shared-form-box .shared-form textarea {
    background-color: #fff;
    border: 1px solid #ccccd1;
    padding: 15px 26px;
    color: #222232;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    font-weight: 500;
}

.clta-area .shared-form-box .shared-form textarea {
    height: 140px;
    margin-bottom: 11px;
    resize: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clta-area .shared-form-box .shared-form textarea {
        margin-top: 28px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clta-area .shared-form-box .shared-form textarea {
        margin-top: 28px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .clta-area .shared-form-box .shared-form textarea {
        margin-top: 28px;
    }
}

.clta-area .shared-form-box .shared-form .form__btn {
    background-color: #222232;
    margin-top: 0;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.clta-area .shared-form-box .shared-form .form__btn span {
    padding-left: 12px;
}

.clta-area .shared-form-box .shared-form .form__btn span:before {
    font-size: 16px;
}

.clta-area .shared-form-box .shared-form .form__btn:hover {
    background-color: #ff7e00;
}

.clta-area .shared-form-box .shared-form .input__number {
    margin-bottom: 0;
}

.clta-area .clta-bg {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 689px;
    height: 100%;
    background-image: url("../images/clta-img.jpg");
    background-size: cover;
    background-position: center;
}

@media (max-width: 1810px) {
    .clta-area .clta-bg {
        width: 635px;
    }
}

@media (max-width: 1700px) {
    .clta-area .clta-bg {
        width: 581px;
    }
}

@media (max-width: 1579px) {
    .clta-area .clta-bg {
        width: 521px;
    }
}

@media (max-width: 1460px) {
    .clta-area .clta-bg {
        width: 462px;
    }
}

@media (max-width: 1440px) {
    .clta-area .clta-bg {
        width: 451px;
    }
}

@media (max-width: 1366px) {
    .clta-area .clta-bg {
        width: 413px;
    }
}

@media (max-width: 1280px) {
    .clta-area .clta-bg {
        width: 371px;
    }
}

@media (max-width: 1240px) {
    .clta-area .clta-bg {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .clta-area .clta-bg {
        width: 283px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clta-area .clta-bg {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clta-area .clta-bg {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .clta-area .clta-bg {
        display: none;
    }
}

.clta-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 689px;
    height: 100%;
    background-color: #ff7e00;
    opacity: .93;
}

@media (max-width: 1810px) {
    .clta-area:after {
        width: 635px;
    }
}

@media (max-width: 1700px) {
    .clta-area:after {
        width: 581px;
    }
}

@media (max-width: 1579px) {
    .clta-area:after {
        width: 521px;
    }
}

@media (max-width: 1460px) {
    .clta-area:after {
        width: 462px;
    }
}

@media (max-width: 1440px) {
    .clta-area:after {
        width: 451px;
    }
}

@media (max-width: 1366px) {
    .clta-area:after {
        width: 413px;
    }
}

@media (max-width: 1280px) {
    .clta-area:after {
        width: 371px;
    }
}

@media (max-width: 1240px) {
    .clta-area:after {
        width: 350px;
    }
}

@media (max-width: 1024px) {
    .clta-area:after {
        width: 283px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clta-area:after {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .clta-area:after {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .clta-area:after {
        display: none;
    }
}

/*--------- white-heading --------*/
.white-heading .avivon__title {
    color: #fff;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .white-heading .avivon__title {
        color: #222232;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .white-heading .avivon__title {
        color: #222232;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .white-heading .avivon__title {
        color: #222232;
    }
}

.white-heading .avivon__title:after {
    border-bottom-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .white-heading .avivon__title:after {
        border-bottom-color: #ff7e00;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .white-heading .avivon__title:after {
        border-bottom-color: #ff7e00;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .white-heading .avivon__title:after {
        border-bottom-color: #ff7e00;
    }
}

/*------------------------------------
        ofc-caoursel-area
 -------------------------------------*/
.ofc-caoursel-area .office-list .office-list-item {
    padding: 45px 33px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ofc-caoursel-area .office-list .office-list-item .office__name {
    margin-bottom: 30px;
}

.ofc-caoursel-area .office-list .office-list-item .office__name .office__name-title {
    font-size: 20px;
    color: #222232;
    font-weight: 700;
    margin: 0;
}

.ofc-caoursel-area .office-list .office-list-item .office__desc .office__desc-desc {
    font-size: 16px;
    color: #7c7c82;
    line-height: 30px;
    font-weight: 600;
}

.ofc-caoursel-area .office-list .office-list-item:hover {
    background-color: #f5f5f5;
}

.ofc-caoursel-area .office-list .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 49%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 44%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 44%;
    }
}

@media (max-width: 575px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 35%;
    }
}

@media (max-width: 425px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 29%;
    }
}

@media (max-width: 400px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 27%;
    }
}

@media (max-width: 320px) {
    .ofc-caoursel-area .office-list .owl-dots {
        left: 22%;
    }
}

.ofc-caoursel-area .office-list .owl-dots div {
    width: 9px;
    height: 9px;
    background-color: #b5b5c3;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.ofc-caoursel-area .office-list .owl-dots div.active {
    width: 10px;
    height: 10px;
    background-color: #222232;
}

@media (max-width: 600px) {
    .ofc-caoursel-area .no-padding-lr {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

/*------------------------------------
        recent-area
 -------------------------------------*/
.recent-area {
    padding-bottom: 180px;
}

@media (max-width: 1440px) {
    .recent-area {
        padding-bottom: 160px;
    }
}

@media (max-width: 1366px) {
    .recent-area {
        padding-bottom: 150px;
    }
}

@media (max-width: 1280px) {
    .recent-area {
        padding-bottom: 145px;
    }
}

@media (max-width: 1199px) {
    .recent-area {
        padding-bottom: 140px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .recent-area {
        padding-bottom: 120px;
    }
}

.recent-area .office-list .office-list-item {
    background-color: #fff;
    padding: 0;
}

.recent-area .office-list .office-list-item .office__name {
    padding: 37px 37px 45px 37px;
    margin-bottom: 0;
    border: 1px solid #ccccd1;
    border-radius: 5px 5px 0 0;
}

.recent-area .office-list .office-list-item .office__name .office__desc-top {
    color: #7c7c82;
    font-weight: 600;
    font-size: 16px;
}

.recent-area .office-list .office-list-item .office__name .office__name-title {
    padding-top: 25px;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 50px;
}

.recent-area .office-list .office-list-item .office__name .office__name-title a {
    color: #222232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recent-area .office-list .office-list-item .office__name .office__name-title a:hover {
    color: #ff7e00;
}

.recent-area .office-list .office-list-item .office__name span {
    color: #ff7e00;
}

.recent-area .office-list .office-list-item .office__name span:before {
    font-size: 62px;
}

.recent-area .office-list .office-list-item .recent__img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.recent-area .office-list .office-list-item .recent__bg {
    background-image: url("../images/service7.jpg");
}

.recent-area .office-list .office-list-item .recent__bg-2 {
    background-image: url("../images/service8.jpg");
}

.recent-area .office-list .office-list-item .recent__bg-3 {
    background-image: url("../images/service9.jpg");
}

.recent-area .office-list .office-list-item .recent__bg-4 {
    background-image: url("../images/service10.jpg");
}

.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn {
    display: block;
    position: relative;
    padding: 18px 35px;
    font-size: 16px;
    color: #222232;
    font-weight: 600;
    border: 1px solid #ccccd1;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn span {
    position: absolute;
    top: 19px;
    right: 35px;
}

.recent-area .office-list .office-list-item .recent__btn .recent__btn-btn span:before {
    font-size: 16px;
}

.recent-area .office-list .office-list-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.recent-area .office-list .office-list-item:hover .recent__btn .recent__btn-btn {
    background-color: #ff7e00;
    color: #fff;
    border-color: #ff7e00;
}

/*------------------------------------
       cases-area
 -------------------------------------*/
.cases-area {
    padding-bottom: 120px;
}

@media (max-width: 1440px) {
    .cases-area {
        padding-bottom: 100px;
    }
}

@media (max-width: 1366px) {
    .cases-area {
        padding-bottom: 90px;
    }
}

@media (max-width: 1280px) {
    .cases-area {
        padding-bottom: 85px;
    }
}

@media (max-width: 1199px) {
    .cases-area {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cases-area {
        padding-bottom: 60px;
    }
}

.cases-area .case-list .office-list-item {
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cases-area .case-list .office-list-item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cases-area .case-list .office-list-item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cases-area .case-list .office-list-item {
        margin-bottom: 30px;
    }
}

.cases-area .case-list .office-list-item .office__name {
    padding: 37px 35px 45px 35px;
    border: 1px solid #ccccd1;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 1199px) {
    .cases-area .case-list .office-list-item .office__name {
        padding: 25px 25px 35px 25px;
    }
}

.cases-area .case-list .office-list-item .office__name .office__desc-top {
    color: #7c7c82;
    font-weight: 600;
    font-size: 16px;
}

.cases-area .case-list .office-list-item .office__name .office__name-title {
    padding-top: 25px;
    font-size: 30px;
    line-height: 31px;
    margin-bottom: 50px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

@media (max-width: 1199px) {
    .cases-area .case-list .office-list-item .office__name .office__name-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cases-area .case-list .office-list-item .office__name .office__name-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cases-area .case-list .office-list-item .office__name .office__name-title {
        font-size: 26px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cases-area .case-list .office-list-item .office__name .office__name-title {
        font-size: 26px;
    }
}

.cases-area .case-list .office-list-item .office__name .office__name-title a {
    color: #222232;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cases-area .case-list .office-list-item .office__name .office__name-title a:hover {
    color: #ff7e00;
}

.cases-area .case-list .office-list-item .office__name span {
    color: #ff7e00;
}

.cases-area .case-list .office-list-item .office__name span:before {
    font-size: 62px;
}

.cases-area .case-list .office-list-item .recent__img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cases-area .case-list .office-list-item .recent__img {
        height: 300px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cases-area .case-list .office-list-item .recent__img {
        height: 300px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .cases-area .case-list .office-list-item .recent__img {
        height: 300px;
    }
}

.cases-area .case-list .office-list-item .recent__bg {
    background-image: url("../images/service7.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-2 {
    background-image: url("../images/service8.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-3 {
    background-image: url("../images/service9.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-4 {
    background-image: url("../images/service10.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-5 {
    background-image: url("../images/service27.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-6 {
    background-image: url("../images/service28.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-7 {
    background-image: url("../images/service29.jpg");
}

.cases-area .case-list .office-list-item .recent__bg-8 {
    background-image: url("../images/service30.jpg");
}

.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn {
    display: block;
    position: relative;
    padding: 18px 35px;
    font-size: 16px;
    color: #222232;
    font-weight: 600;
    border: 1px solid #ccccd1;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn span {
    position: absolute;
    top: 19px;
    right: 35px;
}

.cases-area .case-list .office-list-item .recent__btn .recent__btn-btn span:before {
    font-size: 16px;
}

.cases-area .case-list .office-list-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.cases-area .case-list .office-list-item:hover .recent__btn .recent__btn-btn {
    background-color: #ff7e00;
    color: #fff;
    border-color: #ff7e00;
}

/*------------------------------------
        teatimonial-area
 -------------------------------------*/
.teatimonial-area {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-bottom: 180px;
}

@media (max-width: 1440px) {
    .teatimonial-area {
        padding-bottom: 160px;
    }
}

@media (max-width: 1366px) {
    .teatimonial-area {
        padding-bottom: 150px;
    }
}

@media (max-width: 1280px) {
    .teatimonial-area {
        padding-bottom: 145px;
    }
}

@media (max-width: 1199px) {
    .teatimonial-area {
        padding-bottom: 140px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .teatimonial-area {
        padding-bottom: 120px;
    }
}

.teatimonial-area .testimonial-list .office-list-item {
    border: 1px solid #ccccd1;
    padding: 43px 45px 47px 45px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1440px) {
    .teatimonial-area .testimonial-list .office-list-item {
        padding: 35px 30px 40px 30px;
    }
}

@media (max-width: 1280px) {
    .teatimonial-area .testimonial-list .office-list-item {
        padding: 34px 28px 38px 28px;
    }
}

@media (max-width: 1240px) {
    .teatimonial-area .testimonial-list .office-list-item {
        padding: 34px 40px 38px 40px;
    }
}

.teatimonial-area .testimonial-list .office-list-item .office__desc {
    border-bottom: 1px solid #ccccd1;
    padding-bottom: 35px;
}

.teatimonial-area .testimonial-list .office-list-item .office__desc .office__desc-desc {
    font-weight: 500;
    color: #7c7c82;
    font-size: 18px;
}

.teatimonial-area .testimonial-list .office-list-item .office__name {
    padding-top: 40px;
    margin-bottom: 0;
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__img-img {
    width: 40px;
    height: 40px;
    background-color: #ccccd1;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin-right: 17px;
    float: left;
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-1 {
    background-image: url("../images/testi-img1.png");
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-2 {
    background-image: url("../images/testi-img2.png");
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-3 {
    background-image: url("../images/testi-img3.png");
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-4 {
    background-image: url("../images/testi-img4.png");
}

.teatimonial-area .testimonial-list .office-list-item .office__name .testi__bg-5 {
    background-image: url("../images/testi-img5.png");
}

.teatimonial-area .testimonial-list .office-list-item .office__name .office__name-title {
    font-size: 16px;
    color: #ff7e00;
    margin-bottom: -5px;
    font-weight: 700;
}

.teatimonial-area .testimonial-list .office-list-item .office__name .office__name-span {
    font-size: 14px;
    font-weight: 600;
    color: #7c7c82;
}

.teatimonial-area .testimonial-list .office-list-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.2);
    box-shadow: 1px 7px 41px -8px rgba(82, 85, 90, 0.2);
}

.teatimonial-area .testimonial-list .owl-stage-outer {
    overflow: inherit;
}

.teatimonial-area .testimonial-list .owl-dots {
    position: absolute;
    bottom: -70px;
    left: 49%;
}

@media (max-width: 1199px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 47%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 44%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 43%;
    }
}

@media (max-width: 575px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 32%;
    }
}

@media (max-width: 480px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 29%;
    }
}

@media (max-width: 425px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 26%;
    }
}

@media (max-width: 400px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 24%;
    }
}

@media (max-width: 375px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 24%;
    }
}

@media (max-width: 320px) {
    .teatimonial-area .testimonial-list .owl-dots {
        left: 16%;
    }
}

.teatimonial-area .testimonial-list .owl-dots div {
    width: 9px;
    height: 9px;
    background-color: #b5b5c3;
    border-radius: 50%;
    display: inline-block;
    margin: 2px;
}

.teatimonial-area .testimonial-list .owl-dots div.active {
    width: 10px;
    height: 10px;
    background-color: #222232;
}

@media (max-width: 600px) {
    .res-testi-area .no-padding-lr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*------------------------------------
        funfact-area
 -------------------------------------*/
.funfact-area {
    position: relative;
    background-color: #7c7c82;
    width: 100%;
    height: 100%;
    background-image: url("../images/funfact-img.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.funfact-area .avivon-heading .avivon__title {
    color: #fff;
}

.funfact-area .funfact-shared {
    color: #fff;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-area .funfact-shared {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .funfact-area .funfact-shared {
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .funfact-area .funfact-shared {
        margin-bottom: 70px;
    }
}

.funfact-area .funfact-shared .fun__icon {
    color: #ff7e00;
    margin-top: 18px;
    margin-bottom: 65px;
}

.funfact-area .funfact-shared .fun__fact {
    margin-bottom: 30px;
}

.funfact-area .funfact-shared .fun__fact .counter {
    font-weight: 600;
    font-size: 100px;
}

.funfact-area .funfact-shared .fun__desc .team__title-span {
    font-size: 16px;
    font-weight: 600;
}

.funfact-area .fact-border:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: .1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-area .fact-border:after {
        display: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .funfact-area .fact-border:after {
        display: none;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .funfact-area .fact-border:after {
        display: none;
    }
}

.funfact-area .fun-countdown {
    padding-top: 37px;
    padding-bottom: 33px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .funfact-area .fun-countdown {
        padding: 0;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .funfact-area .fun-countdown {
        padding: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .funfact-area .fun-countdown {
        padding: 0;
    }
}

.funfact-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222232;
    opacity: .8;
    z-index: -1;
}

/*------------------------------------
        pagination
 -------------------------------------*/

.pagination-list {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 30px 0;
}

.pagination-list a {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.2;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ff7e00;
    background-color: #ff7e00;
  	padding: 0 10px;
    margin: 0 3px;
    transition: all .2s ease;
}

.pagination-list a:hover {
    text-decoration: none;
    border: 1px solid #222232;
    background-color: #222232;
    color: #fff;
}

.pagination-list li.active a {
    border: 1px solid #222232;
    background-color: #222232;
    color: #fff;
}

/*------------------------------------
        footer
 -------------------------------------*/
.footer-area {
    padding: 80px 0 40px 0;
}

.footer-area .footer-list {
    padding-bottom: 100px;
}

.footer-area .copyright-shared {
    padding: 35px 0 63px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copyright-shared {
        text-align: center;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-area .copyright-shared {
        text-align: center;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-area .copyright-shared {
        text-align: center;
    }
}

.footer-area .copyright-shared .copy__desc {
    color: #b5b5c3;
    font-weight: 600;
    font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .copyright-shared .copy__desc {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-area .copyright-shared .copy__desc {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-area .copyright-shared .copy__desc {
        margin-bottom: 20px;
    }
}

.footer-links h3 {
    font-size: 24px;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li a {
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .pull-left {
        float: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .footer-area .pull-left {
        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .footer-area .pull-left {
        float: none !important;
    }
}

/*============ scroll top top =================*/
#scroll-top {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 40;
    background-color: #ff7e00;
    opacity: .7;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#scroll-top:hover {
    background-color: #ff7e00;
    opacity: 1;
}

/*
* updated styles
*/
.service-page-1,
.service-page-2,
.partnership-page-1 {
    padding-bottom: 85px;
}

.service-page-1 [class*=col-],
.service-page-2 [class*=col-],
.partnership-page-1 [class*=col-] {
    margin-bottom: 35px;
}

.service-page-2,
.partnership-page-1 {
    padding-bottom: 85px;
}

.service-page-2 [class*=col-],
.partnership-page-1 [class*=col-] {
    margin-bottom: 0px;
}

@media (max-width: 991px) {
  
    .header .menu-full-width .main-menu .logo-right-button {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .footer-area .footer-list {
        padding-bottom: 60px;
    }

    .menu--area .menu-full-width .logo-box {
        text-align: left;
    }

    .menu--area .menu-full-width .logo-box .site-open {
        left: auto;
        right: 0;
    }

    .recent-area .office-list .office-list-item .office__name .office__name-title {
        font-size: 22px;
    }

    .cases-area .case-list .office-list-item {
        margin-bottom: 0;
    }
}
