@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #000;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.75;
}


::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}

::-webkit-scrollbar-track
{
    border: 5px solid white;
    background-color: #b2bec3;
}

::-webkit-scrollbar
{
    width: 5px;
    background-color: #dfe6e9;
}

::-webkit-scrollbar-thumb
{
    background-color: #74b9ff;
    border-radius: 10px;
}


html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

button,
input,
textarea {
    border: 0;
    background: 0 0;
    -webkit-transition: .4s;
    transition: .4s
}

b, strong {
    font-weight: 500;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}


li {
    font-size: 0.875em;
}

a {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    color: #004085;
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

span {
    display: inline-block
}

table.table {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.875em;
    line-height: 1.5em;
}



section {
    padding-bottom: 45px;
    padding-top: 45px;
}

section:first-child {
  padding-top: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 600px){
  .mhide {
        display:none !important;
  }
  a.read-more-btn {
    margin-bottom: 15px;
  }
}

iframe{
    max-width: 100%;
}

i#black{
    color: #000 !important;
}

/*.fixed{*/
/*    position: fixed;*/
/*    overflow: hidden;*/
/*    overflow-y: scroll;*/
/*    height: 50%;*/
/*    width: 17%;*/
/*}*/

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1296px !important;
}

}



.h4, h4 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}

@-webkit-keyframes pulse-1 {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    100% {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0
    }
}

@keyframes pulse-1 {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    100% {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0
    }
}

/*@media only screen and (min-width:1200px) {*/
/*    .container {*/
/*        min-width: 1200px*/
/*    }*/
/*}*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99
}

.preloader .loader {
    width: 100px;
    height: 100px
}

.preloader .loader img {
    width: 100%
}

.scroll-to-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    visibility: hidden
}

.scroll-to-top .container {
    height: 100%;
    position: relative
}

.scroll-to-top .container button {
    position: absolute;
    bottom: 100%;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #262262;
    border: 2px solid #fff;
    border-radius: 50%;
    visibility: visible
}

.scroll-to-top .container button.active {
    bottom: 20px
}

.scroll-to-top .container button:hover {
    color: #262262;
    background: #fff;
    border-color: #262262
}

.def-btn {
    height: 45px;
    line-height: 44px;
    background: #262262;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 15px;
    color: #fff !important;
}

.def-btn.def-btn-2 {
    background: #E81212
}

.def-btn.def-btn-2:hover,
.def-btn.def-btn-2:focus {
    background: #262262
}

.def-btn:hover,
.def-btn:focus {
    background: #E81212;
    color: #fff
}

.heading {
    margin-bottom: 25px;
}

.heading-multiple{
    text-align: center;
    margin-bottom: 25px;
}

.heading.heading-2 h5,.heading-multiple h5
.heading.heading-2 h2,.heading-multiple h2 {
    color: #000;
}

.heading h5, .heading-multiple h5{
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 18px;
}

.heading h2,.heading-multiple h2 {
    font-size: 25px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: -11px;
}

.blog .heading h2,.blog.heading-multiple h2 {
    font-size: 25px !important;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-bottom: -11px;
}


.clear {
    overflow: hidden
}

.fb {
    background: #1976d2
}

.tw {
    background: #03a9f4
}

.ggl {
    background: #dd4b39
}

.ld {
    background: #007ab9
}

.yt {
    background: #f44336
}

.pin {
    background: #d01d1d
}

/*HEADER START*/

.header {
    position: relative;
    z-index: 11
}

.header .top-header {
    background: #E81212
}

.header .top-header .top-left ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.header .top-header .top-left ul li {
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 60px
}

.header .top-header .top-left ul li i {
    display: inline-block;
    height: 13px;
    color: #262262;
    margin-right: 7px
}

.header .top-header .top-left ul li:last-child {
    margin-right: 0
}

.header .top-header .top-right {
    padding: 15px 0
}

.header .top-header .top-right a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    margin-right: 6px
}

.header .top-header .top-right a:last-child {
    margin-right: 0
}

.header .top-header .top-right a:hover {
    -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
    box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3)
}

.header .bottom-header {
    background: #fff;
    position: relative;
    z-index: 2
}

/*.header .bottom-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 35px;
    background: #262262;
    z-index: -1
}

.header .bottom-header:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    width: 50%;
    height: 70%;
    background: #262262;
    z-index: -1
}*/

.header .bottom-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px -5px rgba(51, 51, 51, .2);
    box-shadow: 0 10px 20px -5px rgba(51, 51, 51, .2)
}

.header .bottom-header .bg {
    position: relative;
    z-index: 2
}

/*.header .bottom-header .bg:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    right: 90%;
    background: #f6f6f6;
    z-index: -1
}*/

.header .bottom-header .bg .bg-2 {
    position: relative;
    z-index: 2
}

/*.header .bottom-header .bg .bg-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 86%;
    width: 47%;
    height: 30%;
    background: #f6f6f6;
    border-radius: 0 0 0 24px;
    z-index: -1
}*/

.header .bottom-header .bg .bg-2 .bg-3 {
    position: relative;
    z-index: 2
}

/*.header .bottom-header .bg .bg-2 .bg-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 10%;
    width: 78%;
    height: 100%;
    background: #262262;
    -webkit-transform: skew(37deg);
    transform: skew(37deg);
    border-radius: 0 30px 0 35px;
    z-index: -1
}

.header .bottom-header .bg .bg-2 .bg-3:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 89.5%;
    width: 100%;
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    background: #f6f6f6;
    border-radius: 0 14px 0 0;
    z-index: -1
}*/

.header .bottom-header .bg .bg-2 .bg-3.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
    box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
    background: #fff
}

/*.header .bottom-header .bg .bg-2 .bg-3 .logo {
    padding-top: 10px
}*/

.header .bottom-header .bg .bg-2 .bg-3 .navbar {
    padding: 0;
    padding-left: 9px;
    margin-top: 13px;
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
    margin : auto;
    padding: 20px 10px;
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 220px;
    opacity: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 0.9rem;
    line-height: 100%;
    color: #000;
    padding: 0 20px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #201947;
    color: #fff
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:focus .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item,
.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:focus .dropdown-menu .dropdown-item {
    padding: 18px 20px 17px
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
    padding: 3px 0 2px;
    font-size: 0.875rem;
    line-height: 100%;
    color: #000;
    font-weight: 500;
    position: relative;
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 2px;
    border-top: 1px dotted #E81212;
    border-bottom: 1px dotted #E81212;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:hover,
.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:focus {
    color: #E81212
}

.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:hover:after,
.header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:focus:after {
    width: 100%;
    opacity: 1
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
    text-align: center;
    padding-left: 20px;
    margin-top: 10%;
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right a {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #000
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    margin: 10px 0
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input {
    padding: 0;
    height: 46px;
    width: 100%;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid transparent;
    padding: 5px;
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input::-webkit-input-placeholder {
    color: #7269a8
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input::-moz-placeholder {
    color: #7269a8
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input:-ms-input-placeholder {
    color: #7269a8
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input::-ms-input-placeholder {
    color: #7269a8
}

.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input::placeholder {
    color: #808080;
}



.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button {
    font-size: 25px;
    color: #000;
    padding: 0;
    height: 30px;
    line-height: 50px;
    border: none;
    background: none;
}

/*HEADER END*/


/*HEADER 2 START*/
.header-2 {
    background: #262262;
    position: relative;
    z-index: 11
}

.header-2 .top-header .bg {
    position: relative;
    z-index: 12
}

.header-2 .top-header .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 99999px;
    background: #E81212;
    z-index: -1
}

.header-2 .top-header .bg .top-left ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-2 .top-header .bg .top-left ul li {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 35px 15px;
    border-right: 1px solid #fff
}

.header-2 .top-header .bg .top-left ul li:last-child {
    padding-right: 0;
    border: 0
}

.header-2 .top-header .bg .top-left ul li i {
    margin-right: 10px
}

.header-2 .top-header .bg .top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-2 .top-header .bg .top-right .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px
}

.header-2 .top-header .bg .top-right .language .select-lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header-2 .top-header .bg .top-right .language .select-lang .flagstrap-icon {
    margin-top: -2px
}

.header-2 .top-header .bg .top-right .language .select-lang .flagstrap-icon.flagstrap-us {
    width: 35px;
    height: 23px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: url(../images/us.jpg) center center no-repeat;
    background-size: contain
}

.header-2 .top-header .bg .top-right .language .select-lang .flagstrap-icon.flagstrap-bd {
    width: 35px;
    height: 23px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: url(../images/bd.jpg) center center no-repeat;
    background-size: contain
}

.header-2 .top-header .bg .top-right .language .select-lang .flagstrap-icon.flagstrap-sp {
    width: 35px;
    height: 23px;
    border: 3px solid #fff;
    border-radius: 3px;
    background: url(../images/sp.jpg) center center no-repeat;
    background-size: contain
}

.header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle {
    background: 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle:after {
    border: 0;
    content: "";
    font-family: flaticon;
    font-size: 12px;
    margin-left: -5px;
    color: #fff
}

.header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle span:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-2 .top-header .bg .top-right .language .select-lang ul {
    width: 150px;
    padding: 5px;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important
}

.header-2 .top-header .bg .top-right .language .select-lang ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-2 .top-header .bg .top-right .language .select-lang ul li:last-child a {
    margin-bottom: 0
}

.header-2 .top-header .bg .top-right .language .select-lang ul li:first-child {
    display: none
}

.header-2 .top-header .bg .top-right .language .select-lang ul li a {
    line-height: 30px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid rgba(51, 51, 51, .1);
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #E81212;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.header-2 .top-header .bg .top-right .language .select-lang ul li a .flagstrap-icon {
    margin-top: 0;
    margin-bottom: -6px
}

.header-2 .top-header .bg .top-right .language .select-lang ul li a:hover {
    background: #262262;
    color: #fff
}

.header-2 .top-header .bg .top-right .try-btn {
    padding: 8px 0 8px 35px;
    border-left: 1px solid #fff
}

.header-2 .top-header .bg .top-right .try-btn a {
    height: 35px;
    line-height: 36px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #fff;
    border-radius: 5px
}

.header-2 .top-header .bg .top-right .try-btn a:hover {
    background: #262262;
    color: #fff
}

.header-2 .bottom-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px -5px rgba(51, 51, 51, .2);
    box-shadow: 0 10px 20px -5px rgba(51, 51, 51, .2);
    background: #262262
}

.header-2 .bottom-header .bg {
    position: relative;
    z-index: 11
}

.header-2 .bottom-header .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 99999px;
    background: #fff;
    z-index: -1
}

.header-2 .bottom-header .bg .navbar {
    padding: 0;
    padding-left: 9px
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
    padding: 40px 16px
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item:last-child {
    padding-right: 0
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: block;
    margin-top: -30px;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 220px;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    opacity: 0;
    background: #f6f6f6;
    visibility: hidden;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    padding: 0 20px;
    border-bottom: 1px solid rgba(51, 51, 51, .1);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: #201947;
    color: #fff
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
    padding: 18px 20px 17px
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
    padding: 3px 0 2px;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    position: relative
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    border-top: 1px dotted #E81212;
    border-bottom: 1px dotted #E81212;
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #E81212
}

.header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%
}

.header-2 .bottom-header .bg .bottom-right {
    padding: 0 30px
}

.header-2 .bottom-header .bg .bottom-right form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #262262;
    border-radius: 8px;
    padding: 0 25px
}

.header-2 .bottom-header .bg .bottom-right form input {
    width: 100%;
    height: 60px;
    padding: 0 10px 0 0;
    color: #fff
}

.header-2 .bottom-header .bg .bottom-right form input::-webkit-input-placeholder {
    color: #f6f6f6;
    opacity: .7
}

.header-2 .bottom-header .bg .bottom-right form input::-moz-placeholder {
    color: #f6f6f6;
    opacity: .7
}

.header-2 .bottom-header .bg .bottom-right form input:-ms-input-placeholder {
    color: #f6f6f6;
    opacity: .7
}

.header-2 .bottom-header .bg .bottom-right form input::-ms-input-placeholder {
    color: #f6f6f6;
    opacity: .7
}

.header-2 .bottom-header .bg .bottom-right form input::placeholder {
    color: #f6f6f6;
    opacity: .7
}

.header-2 .bottom-header .bg .bottom-right form button {
    padding: 0;
    height: 60px;
    line-height: 68px;
    font-size: 25px;
    color: #E81212
}

.header-2 .bottom-header .bg .bottom-right form button:hover {
    color: #fff
}

/*HEADER 2 END*/


/*BANNER START*/

.banner {
    position: relative;
    z-index: 2
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    z-index: 9999;
    position: absolute;
}

.banner .banner-txt {
    padding: 220px 0
}

.banner .banner-txt h4 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #E81212;
    margin-top: -2px;
    margin-bottom: 25px
}

.banner .banner-txt h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 19px
}

.banner .banner-txt h1 span {
    color: #E81212
}

.banner .banner-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 36px
}

.banner .banner-txt .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px
}

.banner .banner-txt .btn-box a {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 35px;
    border: 1px solid;
    border-radius: 30px
}

.banner .banner-txt .btn-box a.left-btn {
    border-color: #fff;
    background: #fff;
    color: #000;
    margin-right: 30px
}

.banner .banner-txt .btn-box a.left-btn:hover {
    background: 0 0;
    color: #fff
}

.banner .banner-txt .btn-box a.right-btn {
    border-color: #E81212;
    color: #fff
}

.banner .banner-txt .btn-box a.right-btn:hover {
    background: #E81212
}

/*BANNER END*/

/*BANNER 2 START*/
.banner-2 {
    background: url(../images/banner-bg.jpg) center right 30% no-repeat;
    background-size: cover
}

.banner-2 .banner-txt {
    padding: 220px 0
}

.banner-2 .banner-txt h4 {
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 7px;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 25px
}

.banner-2 .banner-txt h1 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 19px
}

.banner-2 .banner-txt p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 36px
}

.banner-2 .banner-txt .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px
}

.banner-2 .banner-txt .btn-box a {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 35px;
    border: 1px solid;
    border-radius: 30px
}

.banner-2 .banner-txt .btn-box a.left-btn {
    border-color: #fff;
    background: #fff;
    color: #000;
    margin-right: 30px
}

.banner-2 .banner-txt .btn-box a.left-btn:hover {
    background: 0 0;
    color: #fff
}

.banner-2 .banner-txt .btn-box a.right-btn {
    border-color: #fff;
    color: #fff
}

.banner-2 .banner-txt .btn-box a.right-btn:hover {
    background: #fff;
    color: #000
}

.banner-2 .part-img {
    margin-left: -55px
}

.banner-2 .part-img img {
    max-width: none
}

/*BANNER 2 END*/



/*PARTNER START*/
.partner {
    padding-top: 120px;
    padding-bottom: 60px
}

.partner.partner-2 {
    /*padding: 120px 0;*/
    background: url(../images/partner-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

.partner.partner-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/partner-overlay.png) center left 30% no-repeat;
    background-size: cover;
    z-index: -1
}

.partner.partner-2 .heading h2 {
    margin-bottom: 32px
}

.partner.partner-2 .heading p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -8px
}

.partner.partner-2 .bg {
    padding: 0;
    background: rgba(13, 9, 37, .7);
    border: .5px solid rgba(62, 55, 104, .7);
    overflow: hidden
}

.partner.partner-2 .bg .brand-slider .single-img {
    height: 195px;
    padding: 35px 0;
    border-left: .5px solid rgba(62, 55, 104, .7);
    border-right: .5px solid rgba(62, 55, 104, .7)
}

.partner.partner-2 .bg .brand-slider .single-img img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.partner.partner-2 .bg .brand-slider .owl-nav {
    display: none
}

.partner.partner-inner {
    padding-bottom: 120px
}

.partner .bg {
    background: #E81212;
    border-radius: 10px;
    padding: 35px 55px
}

.partner .bg .brand-slider .single-img {
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.partner .bg .brand-slider .single-img img {
    width: auto;
    height: 100%
}

.partner .bg .brand-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -90px;
    right: -90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden
}

.partner .bg .brand-slider .owl-nav button {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f3d79c;
    border: 5px solid #fff;
    border-radius: 50%;
    font-size: 30px;
    color: rgba(13, 9, 37, .4);
    visibility: visible
}

.partner .bg .brand-slider .owl-nav button.owl-prev i {
    margin-left: 0;
    margin-right: 5px
}

.partner .bg .brand-slider .owl-nav button i {
    margin-left: 5px
}

.partner .bg .brand-slider .owl-nav button:hover {
    background: #E81212;
    color: #262262
}

/*PARTNER END*/

/*CE BIRD START*/

.bird {
    /*    padding-top: 60px;
    padding-bottom: 120px;*/
    /*background: #fff;*/
    position: relative;
    z-index: 2;
}

/*CE BIRD END*/

/*ABOUT START*/

.about {
    /*    padding-top: 60px;
    padding-bottom: 120px;*/
    /*background: #fff;*/
    /*margin-top: -4%;*/
    position: relative;
    z-index: 2;
}

.about.about-2 .part-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.about.about-2 .part-img img {
    max-width: none
}

.about.about-2 .part-txt .def-btn {
    margin-top: 27px
}

.about.about-inner {
    padding-top: 120px
}

.about .image-box {
    padding-right: 13%;
}

.about .image-box .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: -1
}

.about .image-box .fun-fact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #E81212;
    border: 5px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(51, 51, 51, .1);
    box-shadow: 0 5px 10px 0 rgba(51, 51, 51, .1);
    padding: 30px 25px;
    margin: -70px 35px 0;
    z-index: 2
}

.about .image-box .fun-fact-inner .single-box {
    padding: 0 10px
}

.about .image-box .fun-fact-inner .single-box h4 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 6px
}

.about .image-box .fun-fact-inner .single-box h4 span {
    line-height: 100%
}

.about .image-box .fun-fact-inner .single-box p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: -8px
}

.about .image-box .fun-fact-inner .single-box p span {
    font-size: 12px
}

.about .part-txt .heading {
    margin-bottom: 25px;
    text-align: left;
}

.about .part-txt .heading a h2{
    font-size: 30px !important;
    font-weight: 600 !important;
}

.about .part-txt p {
    font-size: 0.875rem;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px
}

.about .part-txt .boxes {
    margin-top: 41px
}

.about .part-txt .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.about .part-txt .boxes .single-box .icon {
    margin-right: 15px
}

.about .part-txt .boxes .single-box .icon img{
        max-width: none !important;
        width: 25px !important;
}

.about .part-txt .boxes .single-box .icon span {
    font-size: 25px;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.about .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -1px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.about .part-txt .boxes .single-box .txt span {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 0
}

.about .part-txt .boxes .single-box:hover .icon span {
    color: #E81212
}

.about .part-txt .boxes .single-box:hover .txt h3 {
    color: #E81212
}

.about .part-txt .boxes-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 35px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(51, 51, 51, .07);
    box-shadow: 0 10px 10px 0 rgba(51, 51, 51, .07)
}

.about .part-txt .boxes-2 .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-bottom: -3px
}

.about .part-txt .boxes-2 .single-box .img {
    margin-right: 15px
}

.about .part-txt .boxes-2 .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px
}

.about .part-txt .boxes-2 .single-box .txt span {
    font-size: 16px;
    line-height: 100%;
    color: #000
}

.about .part-txt .boxes-2 .devider {
    position: relative
}

.about .part-txt .boxes-2 .devider:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 2px;
    height: 100%;
    background: #e2e2e2
}

/*ABOUT END*/



/*SERVICES FOUR V NAB TABS START*/
section#services-four-v {
    /*background: #f7f7f7;*/
}

.service {
    /*padding: 120px 0 0px 0px;*/
    /*    background: url(../images/service-bg.jpg) center center no-repeat;
    background-size: cover;*/
    position: relative;
    z-index: 2;
    /*margin-top: -5%;*/
    /*background: #f7f7f7;*/
}

/*.service:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    z-index: -1
}*/

.service .bg {
    /*border: 1px solid #362e65;*/
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /*padding-bottom: 80px;*/
}

/*.service .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%/3);
    height: 100%;
    background: url(../images/service-nav-bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1
}

.service .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100%/3);
    height: 100%;
     background: url(../images/service-txt-bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1
}*/

.service .bg .nav {
    padding: 0px 40px 0px 0px;
}

.service .bg .nav .nav-link {
    height: 55px;
    line-height:  initial;
    padding: 0 30px;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}


.service .bg .nav .nav-link:hover {
background: #262262;
color: #fff;
}

@keyframes fade-in {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}

.service .bg .nav .nav-link:hover .service .bg .part-img img{
    animation: fade-in cubic-bezier(0.0, 0.0, 0.2, 1) 5s;
}

.service .bg .nav .nav-link span {
    font-size: 30px;
    margin-bottom: 5px;
    margin-right: 20px
}

.service .bg .nav .nav-link.active {
    background: #E81212;
    color: #fff
}

.service .bg .nav .nav-link img {
    width: 40px;
}

.service .bg .nav .nav-link.active img {
    filter: brightness(0) invert(1);
}

.service .bg .nav .nav-link:hover img {
    filter: brightness(0) invert(1);
}
.service .bg .nav .nav-link:last-child {
    margin-bottom: 0
}

.service .bg .part-img {
    /*    border-left: 1px solid #362e65;
    border-right: 1px solid #362e65*/
}

.service .bg .part-img img {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all .10s ease-in-out;
    border-radius: 10px;
}


.service .bg .part-txt {
    padding: 0 0px 0 35px;
}

.service .bg .part-txt h3 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -3px;
    margin-bottom: 18px
}

.service .bg .part-txt p {
    font-size: 0.875rem;
    line-height: 30px;
    color: #000;
}

.service .bg .part-txt .def-btn {
    margin-top: 7px;
    border: 1px solid #E81212
}

/*SERVICES FOUR V NAB TABS END*/

/*4CS 5PS 3TS START*/
.service-2 {
    /*padding: 120px 0;*/
}

.service-2 .part-txt .heading {
    margin-bottom: 0px
}

.service-2 .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px
}

.service-2 .part-txt .boxes {
    padding-top: 27px
}

.service-2 .part-txt .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.service-2 .part-txt .boxes .single-box:last-child {
    margin-bottom: 0
}

.service-2 .part-txt .boxes .single-box .part-icon {
    width: 75px;
    height: 75px;
    padding: 15px;
    -webkit-box-shadow: 2px 3px 5px 0 rgba(51, 51, 51, .3);
    box-shadow: 2px 3px 5px 0 rgba(51, 51, 51, .3);
    border: 5px solid #fff;
    border-radius: 50%;
    background: #262262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-2 .part-txt .boxes .single-box .part-icon img {
    filter: grayscale(1) invert(1);
}

.service-2 .part-txt .boxes .single-box .txt {
    width: 470px
}

.service-2 .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: 6%;
    /*if text then -2px*/
    margin-bottom: 14px;
    -webkit-transition: .4s;
    transition: .4s
}

.service-2 .part-txt .boxes .single-box .txt h3 a{
    color: #000;
}

.service-2 .part-txt .boxes .single-box .txt p {
    margin-bottom: -8px
}

.service-2 .part-txt .boxes .single-box:hover .part-icon {
    background: #E81212
}

.service-2 .part-txt .boxes .single-box:hover .txt h3 {
    color: #E81212
}

/*4CS 5PS 3TS START*/


/*Ventures START*/
.process {
    /*background: #fff;*/
    /*    padding-top: 120px;
    padding-bottom: 60px;*/
}

.process .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .12);
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.process .single-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #E81212;
    border-radius: 3px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: -3
}

.process .single-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #E81212;
    border-radius: 3px;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    z-index: -1
}

.process .single-box .part-icon {
    width: 64px;
    height: 64px;
    background: #262262;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

.process .single-box .part-txt {
    text-align: center
}

.process .single-box .part-txt h3 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    /*margin-top: -3px;
    margin-bottom: 18px;*/
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.process .single-box .part-txt p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 26px;
    /*color: #000;*/
    margin-bottom: -8px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    margin-bottom: 0rem !important;
}

.process .single-box .part-txt a {
    text-decoration: none;
    color: #000 !important;
}

.process .single-box span {
    position: absolute;
    bottom: -13px;
    right: -3px;
    font-size: 80px;
    line-height: 100%;
    font-weight: 600;
    color: #f8f8f8;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: -2
}

.process .single-box:hover:before {
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 10px
}



.process .single-box:hover:after {
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 10px;
    opacity: 0
}

.process .single-box:hover .part-txt h3,
.process .single-box:hover .part-txt a {
    color: #fff !important;
}

.process .single-box:hover span {
    color: #edb744
}

/*PROCESS 2 START*/

.process-2 {
    background: #262262;
    padding: 120px 0
}

.process-2.process-inner {
    background: 0 0;
    padding: 0
}

.process-2.process-inner .no-gutters .single-box .part-icon {
    background: #262262
}

.process-2.process-inner .no-gutters .single-box .part-icon .icon {
    color: #fff
}

.process-2.process-inner .no-gutters .single-box .part-icon .no {
    border-color: #fff;
    color: #262262
}

.process-2.process-inner .no-gutters .single-box .part-txt h3,
.process-2.process-inner .no-gutters .single-box .part-txt p {
    color: #000
}

.process-2.process-inner .no-gutters .single-box:hover .part-icon .icon {
    color: #262262
}

.process-2.process-inner .no-gutters .single-box:hover .part-icon .no {
    background: #262262;
    color: #fff
}

.process-2 .no-gutters {
    margin: 0 -15px
}

.process-2 .no-gutters .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 15px
}

.process-2 .no-gutters .single-box .part-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.process-2 .no-gutters .single-box .part-icon .icon {
    font-size: 35px;
    line-height: 103px;
    color: #262262;
    -webkit-transition: .4s;
    transition: .4s
}

.process-2 .no-gutters .single-box .part-icon .no {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #E81212;
    border: 2px solid #262262;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.process-2 .no-gutters .single-box .part-txt {
    text-align: center
}

.process-2 .no-gutters .single-box .part-txt h3 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -3px;
    margin-bottom: 18px
}

.process-2 .no-gutters .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: -8px
}

.process-2 .no-gutters .single-box .arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.process-2 .no-gutters .single-box .arrow.rotate {
    -webkit-transform: translateX(50%) rotateX(180deg);
    transform: translateX(50%) rotateX(180deg)
}

.process-2 .no-gutters .single-box:hover .part-icon {
    background: #E81212
}

.process-2 .no-gutters .single-box:hover .part-icon .icon {
    color: #fff
}

.process-2 .no-gutters .single-box:hover .part-icon .no {
    background: #fff;
    color: #262262
}

/*PROCESS 2 END*/


/*PRICING START*/
.pricing {
    padding-top: 60px;
    padding-bottom: 120px
}

.pricing.pricing-inner {
    padding-bottom: 0
}

.pricing.pricing-inner-2 {
    padding-top: 120px
}

.pricing .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.pricing .controls span {
    font-size: 16px;
    line-height: 100%;
    color: #000
}

.pricing .controls nav {
    padding: 0 30px
}

.pricing .controls nav .nav {
    width: 135px;
    height: 40px;
    background: #262262;
    padding: 0 6px;
    border: 0;
    border-radius: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing .controls nav .nav .nav-item {
    width: 28px;
    height: 28px;
    background: 0 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    position: relative
}

.pricing .controls nav .nav .nav-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 123px;
    height: 100%;
    background: #E81212;
    border-radius: 14px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0
}

.pricing .controls nav .nav .nav-item:last-child:after {
    left: auto;
    right: 0
}

.pricing .controls nav .nav .nav-item.active:after {
    width: 28px;
    opacity: 1
}

.pricing .tab-pane {
    -webkit-transition: .4s;
    transition: .4s
}

.pricing .tab-pane .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    -webkit-box-shadow: 0 0 30px -5px rgba(51, 51, 51, .1);
    box-shadow: 0 0 30px -5px rgba(51, 51, 51, .1);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing .tab-pane .single-box .part-img {
    border-radius: 10px;
    margin-right: 45px;
    position: relative;
    overflow: hidden
}

.pricing .tab-pane .single-box .part-img .price {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 9, 37, .85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing .tab-pane .single-box .part-img .price h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 0;
    position: relative
}

.pricing .tab-pane .single-box .part-img .price h3 span:first-child {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px;
    line-height: 20px
}

.pricing .tab-pane .single-box .part-img .price h3 span:last-child {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-left: 12px
}

.pricing .tab-pane .single-box .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing .tab-pane .single-box .part-txt ul {
    padding: 0;
    margin-bottom: -10px;
    list-style: none
}

.pricing .tab-pane .single-box .part-txt ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.pricing .tab-pane .single-box .part-txt ul li span {
    font-size: 12px;
    line-height: 100%;
    color: #262262;
    margin-right: 20px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing .tab-pane .single-box .part-btn {
    position: absolute;
    bottom: -20px;
    right: 30px
}

.pricing .tab-pane .single-box .part-btn .def-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px
}

.pricing .tab-pane .single-box:hover {
    -webkit-box-shadow: 0 0 30px -5px rgba(51, 51, 51, .25);
    box-shadow: 0 0 30px -5px rgba(51, 51, 51, .25)
}

.pricing .tab-pane .single-box:hover .part-txt h3 {
    color: #E81212
}

.pricing .tab-pane .single-box:hover .part-txt ul li span {
    color: #E81212
}

/*PRICING END*/


/*CTA START*/
.cta {
    position: relative;
    z-index: 2
}

.cta:after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 60px;
    background: #262262;
    z-index: -1
}

.cta .part-txt h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #fff;
    margin-top: -8px;
    margin-bottom: 32px
}

.cta .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 42px
}

.cta .part-txt .def-btn {
    border: 1px solid #E81212
}

.cta .part-img {
    margin-left: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.cta .part-img img {
    max-width: inherit;
    width: auto
}

/*CTA END*/


/*CTA 2 START*/
.cta-2 {
    padding-top: 235px;
    padding-bottom: 120px;
    background: url(../images/cta-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

.cta-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/cta-overlay.png) center left 30% no-repeat;
    background-size: cover;
    z-index: -1
}

.cta-2 .part-txt {
    text-align: center
}

.cta-2 .part-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 22px
}

.cta-2 .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 17px
}

.cta-2 .part-txt .def-btn {
    margin-top: 35px;
    border: 1px solid #E81212
}


/*CTA 2 END*/

/*AWARDS START*/

section#awards{
    padding: 0;
}
.testimonial {
    margin: 50px 0;
}

.testimonial.testimonial-inner {
    padding-bottom: 0
}

.testimonial .bg {
    background-color: #E81212 !important;
    background-size: cover !important;
    border-radius: 10px;
    padding: 60px;
    padding-right: 0;
}

.testimonial .bg .part-txt {
    padding: 25px;
}

.testimonial .bg .part-txt .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonial .bg .part-txt .controls button {
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 50px;
    background: #E81212;
    border: 1px solid #E81212;
    border-radius: 50%;
    color: #fff;
    padding: 0
}

.testimonial .bg .part-txt .controls button:first-child {
    margin-right: 20px
}

.testimonial .bg .part-txt .controls button:hover {
    background: 0 0
}

.testimonial .bg .comment-area .comment-slider .single-comment {
    text-align: center
}

.testimonial .bg .comment-area .comment-slider .single-comment p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: -7px;
    margin-bottom: 10px
}

.testimonial .bg .comment-area .comment-slider .single-comment .client {
    /*padding-top: 136px*/
}

.testimonial .bg .comment-area .comment-slider .single-comment .client h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px
}

.testimonial .bg .comment-area .comment-slider .single-comment .client h5 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: -3px
}

.testimonial .bg .comment-area .client-slider {
    margin-top: -76px;
    -webkit-transform: translateY(-89px);
    transform: translateY(-89px);
}

.testimonial .bg .comment-area .client-slider .slick-track {
    height: 200px;
    margin-top: 150px;
}

.testimonial .bg .comment-area .comment-slider {
    margin-top: -70px;
}

.testimonial .bg .comment-area .client-slider .slick-track .single-box {
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.testimonial .bg .comment-area .client-slider .slick-track .single-box .img {
    /*    border-radius: 50%;*/
    margin: 0 10px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    object-fit: cover;
}

.testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-active {
    
}

.testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-center {
    
}

/*AWARDS END*/


/*BLOG START*/

.blog {
    /*padding: 80px 0;*/
}


.blog h2 {
    font-size: 1em !important;
    line-height: inherit !important;
}

.blog .blog-slider .owl-stage-outer {
    margin: -20px;
    margin-bottom: 0;
    padding: 20px
}

.blog .blog-slider .owl-stage-outer .owl-item.active .single-box {
    -webkit-box-shadow: 0 0 25px -5px rgba(51, 51, 51, .2);
    box-shadow: 0 0 25px -5px rgba(51, 51, 51, .2)
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 25px -5px transparent;
    box-shadow: 0 0 25px -5px transparent;
    -webkit-transition: .4s;
    transition: .4s
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
    width: 190px;
    border-radius: 10px;
    overflow: hidden
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
    width: 290px;
    margin-bottom: -50px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-top: -6px;
    margin-bottom: 20px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
    padding-top: 17px;
    margin-bottom: 31px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li {
    font-size: 14px;
    line-height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li:first-child {
    margin-left: 0
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li:first-child span {
    font-size: 13px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li span {
    font-size: 15px;
    margin-right: 8px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li a {
    color: #000;
    text-decoration: underline
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info ul li a:hover {
    color: #E81212
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .part-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .part-btn .def-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px
}

.blog .blog-slider .owl-stage-outer .owl-item .single-box:hover .part-txt .title {
    color: #E81212
}

.blog .blog-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -20px;
    right: -20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden
}

.blog .blog-slider .owl-nav button {
    text-align: center;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 52px;
    background: rgba(13, 9, 37, .6);
    border-radius: 50%;
    color: #fff;
    visibility: visible
}

.blog .blog-slider .owl-nav button:hover {
    background: #262262
}

.blog-2 {
    padding-top: 120px
}

.blog-2.blog-inner .single-blog {
    margin-bottom: 30px
}

.blog-2 .single-blog {
    -webkit-box-shadow: 0 5px 20px 0 rgba(51, 51, 51, .07);
    box-shadow: 0 5px 20px 0 rgba(51, 51, 51, .07);
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-2 .single-blog .part-img {
    position: relative
}

.blog-2 .single-blog .part-img .tags {
    position: absolute;
    top: 0;
    left: 0;
    background: #262262;
    border: 4px solid #fff;
    border-radius: 9px 0;
    padding: 0 15px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.blog-2 .single-blog .part-img .tags span {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff
}

.blog-2 .single-blog .part-txt {
    padding: 0 28px 30px
}

.blog-2 .single-blog .part-txt .blog-info ul {
    height: 40px;
    padding: 0 20px;
    margin-bottom: 30px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 5px 30px 0 rgba(51, 51, 51, .15);
    border-radius: 8px;
    margin-top: -10px;
    position: relative
}

.blog-2 .single-blog .part-txt .blog-info ul li {
    font-size: 12px;
    line-height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-2 .single-blog .part-txt .blog-info ul li span {
    color: #262262;
    margin-right: 8px
}

.blog-2 .single-blog .part-txt h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-top: -7px;
    margin-bottom: 17px;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-2 .single-blog .part-txt a {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    padding-bottom: 4px;
    position: relative
}

.blog-2 .single-blog .part-txt a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 1px;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-2 .single-blog .part-txt a:hover,
.blog-2 .single-blog .part-txt a:focus {
    color: #E81212
}

.blog-2 .single-blog .part-txt a:hover:after,
.blog-2 .single-blog .part-txt a:focus:after {
    background: #E81212
}

.blog-2 .single-blog:hover {
    -webkit-box-shadow: 0 5px 30px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 5px 30px 0 rgba(51, 51, 51, .15)
}

.blog-2 .single-blog:hover .part-img .tags {
    background: #E81212
}

/*NEWSLETTER START*/
section#newsletter {
    padding-bottom: 60px !important;
    padding-top: 0px !important;
}

.call-back {
    /*padding-top: 120px;*/
}

.call-back .bg {
    border: 2px solid #fff;
    border-radius: 10px;
    background: #262262;
    padding: 20px 40px;
    margin-top: -5px;
    margin-bottom: -150px;
    position: relative;
}

.call-back .bg .part-txt h5 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin: 10px 0px 5px 0px;
}


.call-back .bg .part-txt span {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin: 10px 0px 5px 0px;
}

.call-back .bg .part-txt h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: -6px
}

.call-back .bg .form form {
    display: -webkit-box;.header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border-radius: 10px
}

.call-back .bg .form form input {
    width: 333px;
    padding: 0 25px
}

.call-back .bg .form form button {
    height: 55px;
    background: #E81212;
    border-radius: 8px;
    padding: 0 9%;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border: none;
}

.call-back .bg .form form button:hover {
    background: #262262;
    color: #fff
}

/*NEWSLETTER END*/

/*FOOTER START*/

section#footer {
    padding-bottom: 0px !important;
    /*position: relative;*/
}

.footer {
    padding-top: 50px;
    /*background: url(../media/xlvbbei1/footer-bg.jpg) center center no-repeat;*/
    background-size: cover;
}

.footer.footer-inner {
    padding: 0
}

.footer .main-footer {
    padding: 30px 0
}

.footer .main-footer h3 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #fff;
    padding-bottom: 8px;
    margin-top: -2px;
    margin-bottom: 40px;
    position: relative
}

.footer .main-footer h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    border: 1px solid #fff;
    border-radius: 1px
}

.footer .main-footer .about-txt p {
    font-size: 0.875rem;
    line-height: 26px;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 31px
}

.footer .main-footer .about-txt ul {
    padding: 0;
    margin-bottom: -14px;
    list-style: none
}

.footer .main-footer .about-txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 11px
}

.footer .main-footer .about-txt ul li:last-child {
    margin-bottom: 0
}

.footer .main-footer .about-txt ul li span {
    font-size: 16px;
    line-height: 30px;
    margin-right: 10px;
    color: #E81212
}

.footer .main-footer .link ul {
    padding: 0;
    margin-top: -9px;
    margin-bottom: -10px;
    list-style: none
}

.footer .main-footer .link ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.footer .main-footer .link ul li a:hover {
    color: #E81212
}

.footer .main-footer .newsletter p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 22px
}

.footer .main-footer .newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 30px
}

.footer .main-footer .newsletter form input {
    width: 100%;
    padding: 0 20px;
    font-size: 14px
}

.footer .main-footer .newsletter form button {
    height: 55px;
    line-height: 63px;
    font-size: 28px;
    background: #E81212;
    color: #fff;
    padding: 0 20px;
    border: 1px solid #E81212;
    border-radius: 0 5px 5px 0
}

.footer .main-footer .newsletter form button:hover {
    background: #262262;
    color: #E81212;
    border-color: #fff
}

.footer .main-footer .newsletter .social a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    margin-right: 6px
}

.footer .main-footer .newsletter .social a:last-child {
    margin-right: 0
}

.footer .main-footer .newsletter .social a:hover {
    -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3);
    box-shadow: 0 5px 5px 0 rgba(51, 51, 51, .3)
}

.footer .copyright {
    background: #201947
}

.footer .copyright p {
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    padding: 29px 0 27px;
    margin-bottom: 0
}

.footer .copyright .link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer .copyright .link a {
    font-size: 0.875rem;
    line-height: 100%;
    color: #fff;
    padding: 0 15px;
    position: relative
}

.footer .copyright .link a:after {
    content: "";
    position: absolute;
    top: 0;
    right: -.5px;
    width: 1px;
    height: 100%;
    background: #fff
}

.footer .copyright .link a:first-child {
    padding-left: 0
}

.footer .copyright .link a:last-child {
    padding-right: 0
}

.footer .copyright .link a:last-child:after {
    display: none
}

.footer .copyright .link a:hover {
    color: #E81212
}

/*FOOTER END*/

.feature {
    padding-top: 120px;
    padding-bottom: 60px
}

.feature .single-box {
    -webkit-box-shadow: 0 0 20px -2px rgba(51, 51, 51, .15);
    box-shadow: 0 0 20px -2px rgba(51, 51, 51, .15);
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3px 0;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative
}

.feature .single-box:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 50px;
    right: 50px;
    height: 6px;
    background: #f3d79c;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature .single-box:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50px;
    right: 50px;
    height: 6px;
    background: #f3d79c;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature .single-box .part-icon {
    margin-bottom: 30px
}

.feature .single-box .part-icon span {
    display: block;
    font-size: 35px;
    line-height: 100%;
    color: #262262;
    -webkit-transition: .4s;
    transition: .4s;
    margin-top: -2px;
    margin-bottom: -8px
}

.feature .single-box .part-txt {
    text-align: center
}

.feature .single-box .part-txt h3 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -3px;
    margin-bottom: 18px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: -8px
}

.feature .single-box:hover {
    background: #262262
}

.feature .single-box:hover:before,
.feature .single-box:hover:after {
    background: #E81212
}

.feature .single-box:hover .part-icon span {
    color: #fff
}

.feature .single-box:hover .part-txt h3 {
    color: #fff
}

.feature .single-box:hover .part-txt p {
    color: #fff
}

.feature-2 {
    padding-top: 120px;
    padding-bottom: 60px
}

.feature-2 .part-txt .heading {
    margin-bottom: 43px
}

.feature-2 .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px
}

.feature-2 .part-txt .boxes {
    padding-top: 27px
}

.feature-2 .part-txt .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.feature-2 .part-txt .boxes .single-box:last-child {
    margin-bottom: 0
}

.feature-2 .part-txt .boxes .single-box .part-icon {
    width: 75px;
    height: 75px;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    border: 5px solid #fff;
    border-radius: 50%;
    background: #262262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 25px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-2 .part-txt .boxes .single-box .txt {
    width: 470px
}

.feature-2 .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 14px;
    -webkit-transition: .4s;
    transition: .4s
}

.feature-2 .part-txt .boxes .single-box .txt p {
    margin-bottom: -8px
}

.feature-2 .part-txt .boxes .single-box:hover .part-icon {
    background: #E81212
}

.feature-2 .part-txt .boxes .single-box:hover .txt h3 {
    color: #E81212
}

.faq {
    padding: 120px 0
}

.faq.faq-inner {
    padding-bottom: 0
}

.faq .part-txt #accordion .card {
    border: 0
}

.faq .part-txt #accordion .card:last-child {
    margin-bottom: -35px
}

.faq .part-txt #accordion .card .card-header {
    border: 0;
    background: 0 0;
    padding: 0;
    margin-bottom: 35px
}

.faq .part-txt #accordion .card .card-header h5 button {
    padding: 0 40px;
    height: 80px;
    width: 100%;
    border-radius: 40px;
    -webkit-box-shadow: 0 10px 25px -5px rgba(51, 51, 51, .15);
    box-shadow: 0 10px 25px -5px rgba(51, 51, 51, .15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #262262;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff
}

.faq .part-txt #accordion .card .card-header h5 button span {
    font-size: 16px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .4s;
    transition: .4s
}

.faq .part-txt #accordion .card .card-header h5 button.collapsed {
    background: 0 0;
    color: #000
}


.faq .part-txt #accordion .card .card-header h5 button.collapsed span {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.faq .part-txt #accordion .card .card-body {
    padding: 0 40px 35px
}

.faq .part-txt #accordion .card .card-body p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: -7px;
    margin-bottom: -8px
}

/*RECENT PROJECT START*/

.project {
    /*padding: 120px 0;*/
    /*    background: url(../images/project-bg.jpg) center center no-repeat;
    background-size: cover;*/
    position: relative;
    z-index: 2
}

.all-projects h4{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: inherit;;
}

/*.project:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/project-overlay.png) center right 30% no-repeat;
    background-size: cover;
    z-index: -1
}*/

.project .all-projects .project-slider .owl-stage-outer {
    border-radius: 10px;
    /*margin-right: -9999px*/
}

.project .all-projects .project-slider .owl-stage-outer .single-box {
    position: relative;
    overflow: hidden
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt {
    position: absolute;
    top: 0;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: rgba(13, 9, 37, .4);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
    font-size: 35px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 82px
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a:hover {
    color: #E81212
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title {
    background: rgb(39 34 98 / 90%);
    border-radius: 10px;
    padding: 15px 15px;
    margin: 0 43px -85px;
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title h3 {
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 16px
}

.project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title p {
    font-size: 14px;
    line-height: 100%;
    color: #e2e2e2;
    margin-bottom: -3px
}

.project .all-projects .project-slider .owl-stage-outer .single-box:hover .part-txt {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.project .all-projects .project-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.project .all-projects .project-slider .owl-nav button {
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 50px;
    background: #262262;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    opacity: .7
}

.project .all-projects .project-slider .owl-nav button.owl-next {
    margin-bottom: 10px
}

.project .all-projects .project-slider .owl-nav button:hover {
    opacity: 1
}

img#recent-projects{
    object-fit: cover;
    height: 220px;
}

/*RECENT PROJECT END*/

.team {
    padding: 120px 0
}

.team.team-inner {
    background: #262262
}

.team .single-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.team .single-box .part-img img {
    z-index: -1
}

.team .single-box .part-txt {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 68px;
    text-align: center;
    background: #262262;
    border-radius: 10px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    overflow: hidden;
    z-index: 2
}

.team .single-box .part-txt .txt {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 10px 0;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team .single-box .part-txt .txt .title {
    margin-bottom: 26px
}

.team .single-box .part-txt .txt .title a {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 5px
}

.team .single-box .part-txt .txt .title a:hover {
    color: #E81212
}

.team .single-box .part-txt .txt .title span {
    font-size: 14px;
    line-height: 100%;
    color: #fff
}

.team .single-box .part-txt .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px
}

.team .single-box .part-txt .txt .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 22px
}

.team .single-box .part-txt .txt .social a {
    text-align: center;
    width: 28px;
    height: 28px;
    line-height: 32px;
    font-size: 12px;
    background: #fff;
    border-radius: 50%;
    color: #E81212;
    margin: 0 5px
}

.team .single-box .part-txt .txt .social a:hover {
    background: #E81212;
    color: #262262
}

.team .single-box:hover .part-txt {
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(13, 9, 37, .85)
}

.team .single-box:hover .part-txt .txt {
    padding: 0 30px
}

.fun-fact .bg {
    border: 5px solid #fff;
    border-radius: 10px;
    background: #262262;
    padding: 60px 45px;
    margin-top: -5px;
    margin-bottom: -115px;
    position: relative;
    z-index: 3
}

.fun-fact .bg .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fun-fact .bg .single-box .part-icon {
    margin-bottom: 12px
}

.fun-fact .bg .single-box .part-icon span {
    font-size: 25px;
    line-height: 100%;
    color: #E81212
}

.fun-fact .bg .single-box .part-txt {
    text-align: center
}

.fun-fact .bg .single-box .part-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px
}

.fun-fact .bg .single-box .part-txt h2 .odometer-formatting-mark {
    display: none
}

.fun-fact .bg .single-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: -3px
}


@media (min-width: 768px){
    .breadcrumbs {
        padding: 10px 0;
        margin: 0 0 30px;
    }
    .contact .form {
        box-shadow: none;
    }
}

.breadcrumbs {
    margin-top: 5px !important;
    padding: 20px 0;
    margin: 0;
    font-size: .8em;
        background: #f5f5f5;
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    padding: 0;
    font-size: 0.875rem;
    position: relative;
}

.breadcrumbs ul li a{
    font-size: 0.875rem;
    font-weight: 600;
}

.breadcrumbs ul li+li:before {
    display: inline-block;
    content: ">";
    width: 9px;
    margin: 0 3px;
    color: #000;
    font-size: 1rem;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: url(../images/default-breadcrumb.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

.breadcrumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: .85;
    z-index: -1
}

.breadcrumb.about-breadcrumb {
    background: url(../images/about-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.service-breadcrumb {
    background: url(../images/service-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.team-breadcrumb {
    background: url(../images/team-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.error-breadcrumb {
    background: url(../images/error-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.faq-breadcrumb {
    background: url(../images/faq-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.portfolio-breadcrumb {
    background: url(../images/portfolio-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.blog-breadcrumb {
    background: url(../images/blog-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb.contact-breadcrumb {
    background: url(../images/contact-breadcrumb.jpg) center center no-repeat;
    background-size: cover
}

.breadcrumb .part-txt {
    text-align: center;
    padding: 150px 0
}

.breadcrumb .part-txt h1 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: -4px;
    margin-bottom: 22px
}

.breadcrumb .part-txt ul {
    padding: 0;
    margin-bottom: -4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.breadcrumb .part-txt ul li {
    list-style: none;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-right: 10px;
    color: #fff
}

.breadcrumb .part-txt ul li:last-child {
    margin-right: 0
}

.choosing-reason {
    padding-top: 120px
}

.choosing-reason .part-txt .heading {
    margin-bottom: 43px
}

.choosing-reason .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px
}

.choosing-reason .part-txt .boxes {
    padding-top: 32px
}

.choosing-reason .part-txt .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.choosing-reason .part-txt .boxes .single-box:first-child {
    margin-bottom: 30px
}

.choosing-reason .part-txt .boxes .single-box .img {
    width: 105px;
    height: 105px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 20px -5px rgba(51, 51, 51, .5);
    box-shadow: 0 0 20px -5px rgba(51, 51, 51, .5);
    margin-right: 20px;
    position: relative
}

.choosing-reason .part-txt .boxes .single-box .img img {
    border-radius: 50%
}

.choosing-reason .part-txt .boxes .single-box .img span {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #262262;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center
}

.choosing-reason .part-txt .boxes .single-box .txt {
    width: 445px
}

.choosing-reason .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 14px
}

.choosing-reason .part-txt .boxes .single-box .txt p {
    margin-bottom: -8px
}

.choosing-reason .part-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.choosing-reason .part-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: .8;
    z-index: 1
}

.choosing-reason .part-img .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.choosing-reason .part-img .video a {
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 115px;
    background: #E81212;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    position: relative
}

.choosing-reason .part-img .video a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear infinite;
    animation: pulse-1 1.5s linear infinite
}

.choosing-reason .part-img .video a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear .5s infinite;
    animation: pulse-1 1.5s linear .5s infinite
}

.choosing-reason .part-img .video a i {
    margin-left: 8px
}

.choosing-reason .part-img .video a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear 1s infinite;
    animation: pulse-1 1.5s linear 1s infinite
}

.choosing-reason .part-img .video a:hover {
    background: #fff;
    color: #E81212
}

@keyframes pulse-1 {
    0% {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    100% {
        width: 150%;
        height: 150%;
        top: -25%;
        left: -25%;
        opacity: 0
    }
}

.service-details {
    padding-top: 120px
}

.service-details .main-content .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px
}

.service-details .main-content .part-txt h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    color: #000;
    margin-top: -9px;
    margin-bottom: 17px
}

.service-details .main-content .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px
}

.service-details .main-content .part-txt .boxes {
    padding-top: 37px;
    margin-bottom: 60px
}

.service-details .main-content .part-txt .boxes .single-box {
    border-left: 5px solid #262262;
    padding-left: 15px
}

.service-details .main-content .part-txt .boxes .single-box .txt {
    padding-top: 8px;
    padding-bottom: 2px
}

.service-details .main-content .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 14px
}

.service-details .main-content .part-txt .boxes .single-box .txt p {
    font-style: italic;
    margin-bottom: 0
}

.service-details .main-content .part-txt ul {
    padding: 0;
    margin-top: -4px;
    margin-bottom: 49px;
    list-style: none
}

.service-details .main-content .part-txt ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000
}

.service-details .main-content .part-txt ul li span {
    font-size: 14px;
    color: #E81212;
    margin-right: 10px
}

.service-details .main-content .video {
    padding-top: 7px
}

.service-details .main-content .video .video-area {
    padding: 155px 0;
    text-align: center;
    background: url(../images/video-bg.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-details .main-content .video .video-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: .8;
    z-index: -1
}

.service-details .main-content .video .video-area a {
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 115px;
    background: #E81212;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    position: relative
}

.service-details .main-content .video .video-area a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear infinite;
    animation: pulse-1 1.5s linear infinite
}

.service-details .main-content .video .video-area a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear .5s infinite;
    animation: pulse-1 1.5s linear .5s infinite
}

.service-details .main-content .video .video-area a i {
    margin-left: 8px
}

.service-details .main-content .video .video-area a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E81212;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear 1s infinite;
    animation: pulse-1 1.5s linear 1s infinite
}

.service-details .main-content .video .video-area a:hover {
    background: #fff;
    color: #E81212
}

.service-details .main-content .video p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: -8px
}

.service-details .sidebar .side-nav {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border-radius: 10px;
    margin-bottom: 50px
}

.service-details .sidebar .side-nav .nav .nav-link {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #f6f6f6;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #262262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-details .sidebar .side-nav .nav .nav-link span {
    font-size: 25px;
    margin-bottom: -8px;
    margin-right: 20px
}

.service-details .sidebar .side-nav .nav .nav-link.active {
    background: #262262;
    color: #fff
}

.service-details .sidebar .side-nav .nav .nav-link:last-child {
    margin-bottom: 0
}

.service-details .sidebar .subscription {
    background: url(../images/services-d-sidebar-bg-1.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-details .sidebar .subscription:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: .8;
    z-index: -1
}

.service-details .sidebar .subscription .part-txt {
    text-align: center
}

.service-details .sidebar .subscription .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 18px
}

.service-details .sidebar .subscription .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 22px
}

.service-details .sidebar .subscription .part-txt .part-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #000
}

.service-details .sidebar .subscription .part-txt .part-form input::-webkit-input-placeholder {
    color: #000;
    opacity: .8
}

.service-details .sidebar .subscription .part-txt .part-form input::-moz-placeholder {
    color: #000;
    opacity: .8
}

.service-details .sidebar .subscription .part-txt .part-form input:-ms-input-placeholder {
    color: #000;
    opacity: .8
}

.service-details .sidebar .subscription .part-txt .part-form input::-ms-input-placeholder {
    color: #000;
    opacity: .8
}

.service-details .sidebar .subscription .part-txt .part-form input::placeholder {
    color: #000;
    opacity: .8
}

.service-details .sidebar .subscription .part-txt .part-form button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 7px;
    color: #262262;
    font-size: 18px;
    font-weight: 700
}

.service-details .sidebar .online-help {
    background: url(../images/services-d-sidebar-bg-2.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.service-details .sidebar .online-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #262262;
    opacity: .8;
    z-index: -1
}

.service-details .sidebar .online-help .part-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px
}

.service-details .sidebar .online-help .part-icon span {
    font-size: 55px;
    line-height: 100%;
    color: #fff
}

.service-details .sidebar .online-help .part-txt {
    text-align: center
}

.service-details .sidebar .online-help .part-txt a {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 22px
}

.service-details .sidebar .online-help .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: -4px
}

.service-details .sidebar .download-area {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border-radius: 10px
}

.service-details .sidebar .download-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    border-radius: 7px;
    padding: 0 30px;
    height: 100px;
    margin-bottom: 30px
}

.service-details .sidebar .download-area a:last-child {
    margin-bottom: 0
}

.service-details .sidebar .download-area a .txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.service-details .sidebar .download-area a .txt span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px
}

.service-details .sidebar .download-area a .icon {
    font-size: 35px;
    line-height: 100%;
    margin-bottom: -5px;
    color: #262262;
    -webkit-transition: .4s;
    transition: .4s
}

.service-details .sidebar .download-area a:hover {
    background: #262262;
    border-color: #262262
}

.service-details .sidebar .download-area a:hover .txt {
    color: #fff
}

.service-details .sidebar .download-area a:hover .icon {
    color: #fff
}

.team-inner-2 {
    padding-top: 120px;
    margin-bottom: -30px
}

.team-inner-2 .single-box {
    margin-bottom: 30px
}

.team-inner-2 .single-box .part-img {
    border: 5px solid #262262;
    border-radius: 15px;
    overflow: hidden
}

.team-inner-2 .single-box .part-txt {
    height: 90px;
    margin: -50px 40px 0;
    border-radius: 10px;
    position: relative;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.team-inner-2 .single-box .part-txt .title {
    background: #262262;
    border-radius: 10px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translateZ(45px);
    transform: translateZ(45px)
}

.team-inner-2 .single-box .part-txt .title h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 8px
}

.team-inner-2 .single-box .part-txt .title p {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: -3px
}

.team-inner-2 .single-box .part-txt .social {
    height: 90px;
    background: #E81212;
    border-radius: 10px;
    -webkit-transform: rotateX(-90deg) translateZ(-45px);
    transform: rotateX(-90deg) translateZ(-45px)
}

.team-inner-2 .single-box .part-txt .social ul {
    height: 90px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.team-inner-2 .single-box .part-txt .social ul li a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 36px;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 5px;
    color: #262262
}

.team-inner-2 .single-box .part-txt .social ul li a:hover {
    background: #262262;
    color: #fff
}

.team-inner-2 .single-box:hover .part-txt {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.team-details {
    padding-top: 120px
}

.team-details .profile {
    border: 5px solid #262262;
    border-radius: 15px;
    overflow: hidden
}

.team-details .profile .part-txt {
    padding: 30px 30px 0
}

.team-details .profile .part-txt .title {
    height: 90px;
    background: #262262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px
}

.team-details .profile .part-txt .title h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 8px
}

.team-details .profile .part-txt .title p {
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: -3px
}

.team-details .profile .part-txt .social ul {
    height: 90px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none
}

.team-details .profile .part-txt .social ul li a {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 36px;
    background: #262262;
    border-radius: 50%;
    font-size: 14px;
    margin: 0 5px;
    color: #fff
}

.team-details .profile .part-txt .social ul li a:hover {
    background: #E81212;
    color: #262262
}

.team-details .biography {
    border-bottom: 1px solid rgba(75, 75, 70, .2)
}

.team-details .biography h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 27px
}

.team-details .biography p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 23px
}

.team-details .biography ul {
    padding: 0;
    margin-bottom: 29px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.team-details .biography ul li {
    width: 50%;
    font-size: 16px;
    line-height: 31px;
    color: #000
}

.team-details .biography ul li span {
    min-width: 90px;
    font-weight: 700
}

.team-details .biography ul li a {
    color: #000
}

.team-details .qualification {
    padding-top: 40px;
    border-bottom: 1px solid rgba(75, 75, 70, .2);
    padding-bottom: 10px
}

.team-details .qualification h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 30px
}

.team-details .qualification .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.team-details .qualification .single-box .arrow {
    width: 38px;
    height: 122px
}

.team-details .qualification .single-box .arrow img {
    height: 100%
}

.team-details .qualification .single-box .txt {
    width: 332px;
    padding-left: 15px
}

.team-details .qualification .single-box .txt h4 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 9px
}

.team-details .qualification .single-box .txt h5 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px
}

.team-details .qualification .single-box .txt span {
    font-size: 13px;
    line-height: 100%;
    color: #000;
    margin-bottom: 10px
}

.team-details .qualification .single-box .txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: -8px
}

.team-details .expertise {
    padding: 40px 0;
    border-bottom: 1px solid rgba(75, 75, 70, .2)
}

.team-details .expertise h2 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 18px
}

.team-details .expertise p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 22px
}

.team-details .expertise .single-box {
    background: #262262;
    border-radius: 10px;
    text-align: center;
    padding: 40px 0;
    position: relative;
    z-index: 2
}

.team-details .expertise .single-box:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #E81212;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    z-index: -1
}

.team-details .expertise .single-box .part-icon span {
    font-size: 35px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 22px;
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.team-details .expertise .single-box h3 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-bottom: -3px
}

.team-details .expertise .single-box:hover:after {
    height: 100%;
    border-radius: 8px
}

.team-details .expertise .single-box:hover .part-icon span {
    color: #262262
}

.team-details .additional-txt {
    padding-top: 40px
}

.team-details .additional-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 27px
}

.team-details .additional-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 16px
}

.team-details .additional-txt ul {
    padding: 0;
    margin-bottom: -11px;
    list-style: none
}

.team-details .additional-txt ul li {
    font-size: 16px;
    line-height: 31px;
    color: #000
}

.team-details .additional-txt ul li span {
    font-size: 14px;
    color: #E81212;
    margin-right: 10px
}

.testimonial-2 {
    padding: 120px 0
}

.testimonial-2 .testimonial-slider .owl-stage-outer {
    padding: 0 15px;
    margin: 0 -15px
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .3);
    box-shadow: 0 0 20px rgba(51, 51, 51, .3);
    position: relative
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img img {
    border-radius: 50%
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img:after {
    content: "";
    font-family: flaticon;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    background: #262262;
    border: 5px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
    width: 415px;
    background: #262262;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt:before {
    content: "";
    position: absolute;
    bottom: 45px;
    left: -25px;
    width: 45px;
    height: 100px;
    background: #262262;
    border-radius: 25px;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: -1
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt:after {
    content: "";
    position: absolute;
    bottom: 60px;
    left: -27px;
    width: 27px;
    height: 100px;
    background: #fff;
    border-radius: 15px;
    z-index: -1
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-top: -7px;
    margin-bottom: 22px
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title {
    padding-top: 30px;
    border-top: 1px solid #fff
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 8px
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    margin-bottom: -3px
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box:hover .part-img:after {
    background: #E81212
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box:hover .part-txt {
    background: #E81212
}

.testimonial-2 .testimonial-slider .owl-stage-outer .single-box:hover .part-txt:before {
    background: #E81212
}

.testimonial-2 .testimonial-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.testimonial-2 .testimonial-slider .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 4px solid #262262;
    border-radius: 50%;
    margin: 0 3px
}

.testimonial-2 .testimonial-slider .owl-dots .owl-dot.active {
    background: #E81212
}

.testimonial-3 {
    /*padding: 120px 0;*/
    background: url(../images/testimonial-bg-2.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2
}

.testimonial-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testimonial-overlay.png) center left 30% no-repeat;
    background-size: cover;
    z-index: -1
}

.testimonial-3 .testimonial-slider-2 .single-box {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    z-index: 2
}

.testimonial-3 .testimonial-slider-2 .single-box:before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    border: 75px solid transparent;
    border-bottom-color: #362e65;
    border-right-color: #362e65;
    z-index: -1
}

.testimonial-3 .testimonial-slider-2 .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    z-index: -1
}

.testimonial-3 .testimonial-slider-2 .single-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
    width: 65px;
    height: 65px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 15px
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 4px
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt p {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 16px
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt span {
    display: block;
    font-size: 10px;
    line-height: 100%;
    color: #262262;
    margin-bottom: -1px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt span i {
    margin: 0 1px
}

.testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
    font-size: 45px;
    line-height: 100%;
    color: #262262;
    margin-top: -3px;
    -webkit-transition: .4s;
    transition: .4s
}

.testimonial-3 .testimonial-slider-2 .single-box .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: -8px
}

.testimonial-3 .testimonial-slider-2 .single-box:hover .top .profile .txt span {
    color: #E81212
}

.testimonial-3 .testimonial-slider-2 .single-box:hover .top .quote span {
    color: #E81212
}

.testimonial-3 .testimonial-slider-2 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px
}

.testimonial-3 .testimonial-slider-2 .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    background: #262262;
    border: 4px solid #fff;
    border-radius: 50%;
    margin: 0 3px
}

.testimonial-3 .testimonial-slider-2 .owl-dots .owl-dot.active {
    background: #E81212
}

.pricing-2 {
    /*padding: 120px 0;*/
    background: url(../images/pricing-bg.jpg) center right 30% no-repeat;
    background-size: cover
}

.pricing-2 .single-box {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px
}

.pricing-2 .single-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(75, 75, 70, .4)
}

.pricing-2 .single-box .top .part-icon {
    width: 85px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    border-radius: 7px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-2 .single-box .top .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-2 .single-box .top .price p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -30px;
    margin-right: 10px;
    margin-bottom: 0
}

.pricing-2 .single-box .top .price h3 {
    font-size: 45px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -6px;
    margin-bottom: 0
}

.pricing-2 .single-box .top .price h3 span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400
}

.pricing-2 .single-box .bottom {
    padding-top: 30px;
    text-align: center
}

.pricing-2 .single-box .bottom h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-2 .single-box .bottom ul {
    padding: 0;
    margin-bottom: 19px;
    list-style: none
}

.pricing-2 .single-box .bottom ul li {
    font-size: 16px;
    line-height: 31px;
    color: #000
}

.pricing-2 .single-box .bottom .part-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    border-radius: 7px;
    font-size: 18px;
    color: #000
}

.pricing-2 .single-box .bottom .part-btn:hover,
.pricing-2 .single-box .bottom .part-btn:focus {
    background: #E81212;
    color: #fff
}

.pricing-2 .single-box:hover .top .part-icon {
    background: #E81212
}

.pricing-2 .single-box:hover .bottom h3 {
    color: #E81212
}

.pricing-3 {
    padding-top: 120px
}

.pricing-3 .boxes .single-box {
    -webkit-box-shadow: 0 0 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 0 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px
}

.pricing-3 .boxes .single-box:last-child {
    margin-bottom: 0
}

.pricing-3 .boxes .single-box .part-img {
    border-radius: 10px;
    overflow: hidden
}

.pricing-3 .boxes .single-box .title h4 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 36px;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-3 .boxes .single-box .title .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-3 .boxes .single-box .title .price p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -30px;
    margin-right: 10px;
    margin-bottom: 0
}

.pricing-3 .boxes .single-box .title .price h3 {
    font-size: 45px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -6px;
    margin-bottom: -8px
}

.pricing-3 .boxes .single-box .title .price h3 span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400
}

.pricing-3 .boxes .single-box ul {
    padding: 0;
    margin-top: -2px;
    margin-bottom: -3px;
    list-style: none
}

.pricing-3 .boxes .single-box ul li {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 17px
}

.pricing-3 .boxes .single-box ul li:last-child {
    margin-bottom: 0
}

.pricing-3 .boxes .single-box .part-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pricing-3 .boxes .single-box .part-btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, .15);
    border-radius: 7px;
    font-size: 18px;
    color: #000
}

.pricing-3 .boxes .single-box .part-btn a:hover,
.pricing-3 .boxes .single-box .part-btn a:focus {
    background: #E81212;
    color: #fff
}

.pricing-3 .boxes .single-box:hover .title h4 {
    color: #E81212
}

.faq-2 {
    padding-bottom: 0
}

.faq-2 .faq-inner-2 {
    padding-bottom: 120px
}

.portfolio {
    padding-top: 120px;
    margin-bottom: -30px
}

.portfolio .single-box {
    -webkit-box-shadow: 0 5px 30px -5px rgba(51, 51, 51, .15);
    box-shadow: 0 5px 30px -5px rgba(51, 51, 51, .15);
    border-radius: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.portfolio .single-box .part-img {
    overflow: hidden;
    position: relative
}

.portfolio .single-box .part-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 9, 37, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0
}

.portfolio .single-box .part-img .overlay a {
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 74px;
    background: #E81212;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.portfolio .single-box .part-img .overlay a:hover,
.portfolio .single-box .part-img .overlay a:focus {
    background: #fff;
    color: #262262
}

.portfolio .single-box .part-txt {
    background: #E81212;
    text-align: center;
    height: 88px;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.portfolio .single-box .part-txt:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    bottom: 0;
    width: 60%;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #262262;
    z-index: -1
}

.portfolio .single-box .part-txt a {
    display: block;
    font-size: 20px;
    line-height: 89px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.portfolio .single-box .part-txt a span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px
}

.portfolio .single-box:hover .part-img .overlay {
    opacity: 1
}

.portfolio .single-box:hover .part-img .overlay a {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.portfolio-details {
    /*padding-top: 120px;*/
}

.portfolio-details .main-img {
    padding-right: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2
}

.portfolio-details .main-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 150px solid transparent;
    border-radius: 0 0 15px 0;
    border-right-color: #262262;
    border-bottom-color: #262262;
    z-index: -1
}

.portfolio-details .main-img img {
    border-radius: 10px
}

.portfolio-details .project-information h3 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 24px
}

.portfolio-details .project-information ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.portfolio-details .project-information ul li {
    font-size: 15px;
    line-height: 45px;
    color: #000;
    background: #f3f3f9;
    border: 1px solid rgba(75, 75, 70, .07);
    border-radius: 7px;
    padding: 0 15px;
    margin-bottom: 10px;
}

.portfolio-details .project-information ul li:last-child {
    margin-bottom: 0
}

.portfolio-details .project-information ul li span {
    font-size: 15px;
    font-weight: 600;
    width: 22%;
}

.portfolio-details .project-information ul li a {
    font-size: 15px;
    color: #262262;
    margin: 0 6px;
}

.portfolio-details .project-information ul li a:hover,
.portfolio-details .project-information ul li a:focus {
    color: #E81212;
}

.portfolio-details .main-txt {
    padding: 60px 0;
}

.portfolio-details .main-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 27px
}

.portfolio-details .main-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 32px
}

.portfolio-details .main-txt .part-img {
    margin-bottom: 33px
}

.portfolio-details .main-txt .part-img .single-img {
    border-radius: 10px;
    overflow: hidden
}

.portfolio-details .main-txt ul {
    padding: 0;
    margin-top: -1px;
    margin-bottom: -19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    width: calc(100%/1.4)
}

.portfolio-details .main-txt ul li {
    width: 50%;
    font-style: italic;
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.portfolio-details .main-txt ul li span {
    font-size: 16px;
    color: #E81212;
    margin-right: 10px
}

.portfolio-details .process-inner .heading-txt {
    padding-bottom: 37px
}

.portfolio-details .process-inner .heading-txt h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 27px
}

.portfolio-details .process-inner .heading-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px
}

.blog-inner {
    padding-top: 20px;
}

.blog-inner .main-content .pagination {
    padding-top: 40px
}

.blog-inner .next h2 {
    font-size: 1.4em !important;
    line-height: inherit !important;
    padding: 0em 0em 0.6em 0.65em;
}

.blog-inner .main-content .pagination ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .main-content .pagination ul li {
    list-style: none;
    padding: 0 7.5px
}

.blog-inner .main-content .pagination ul li:first-child {
    padding-left: 0
}

.blog-inner .main-content .pagination ul li a {
    text-align: center;
    width: 57px;
    height: 57px;
    line-height: 57px;
    background: #262262;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 2
}

.blog-inner .main-content .pagination ul li a:hover,
.blog-inner .main-content .pagination ul li a:focus {
    background: #E81212;
    color: #262262
}

.blog-inner .blog-details .title {
    margin-bottom: 50px
}

.blog-inner .blog-details .title .tag {
    background: #E81212;
    border: 4px solid #262262;
    border-radius: 9px 0;
    padding: 0 20px;
    height: 47px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px
}

.blog-inner .blog-details .title h2 {
    font-size: 35px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -4px;
    margin-bottom: 24px
}

.blog-inner .blog-details .title ul {
    padding: 0;
    margin-bottom: -4px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .blog-details .title ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin-right: 30px
}

.blog-inner .blog-details .title ul li:last-child {
    margin-right: 0
}

.blog-inner .blog-details .title ul li span {
    font-size: 12px;
    margin-right: 10px
}

.blog-inner .blog-details .main-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px
}

.blog-inner .blog-details .main-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: -7px;
    margin-bottom: 22px
}

.blog-inner .blog-details .main-txt .quoted {
    background: #ededec;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .blog-details .main-txt .quoted .img {
    width: 127px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px
}

.blog-inner .blog-details .main-txt .quoted .txt {
    width: 553px;
    position: relative;
    z-index: 2
}

.blog-inner .blog-details .main-txt .quoted .txt:after {
    content: url(../images/quote-2.png);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.blog-inner .blog-details .main-txt .quoted .txt span {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: -7px;
    margin-bottom: 20px
}

.blog-inner .blog-details .main-txt .quoted .txt h4 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 9px
}

.blog-inner .blog-details .main-txt .quoted .txt h5 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: -3px
}

.blog-inner .blog-details .reasons-for-choose {
    padding-top: 17px
}

.blog-inner .blog-details .reasons-for-choose h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 29px
}

.blog-inner .blog-details .reasons-for-choose ul {
    padding: 0;
    margin-top: -1px;
    margin-bottom: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.blog-inner .blog-details .reasons-for-choose ul li {
    width: 50%;
    font-style: italic;
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.blog-inner .blog-details .reasons-for-choose ul li span {
    font-size: 16px;
    color: #E81212;
    margin-right: 10px
}

.blog-inner .blog-details .reasons-for-choose p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-top: -7px;
    margin-bottom: 22px
}

.blog-inner .blog-details .reasons-for-choose .part-img {
    margin-bottom: 30px
}

.blog-inner .blog-details .reasons-for-choose .part-img .single-img {
    border-radius: 10px;
    overflow: hidden
}

.blog-inner .blog-details .other-option {
    padding-top: 18px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(75, 75, 70, .2);
    margin-bottom: 50px
}

.blog-inner .blog-details .other-option h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    margin-right: 16px
}

.blog-inner .blog-details .other-option .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.blog-inner .blog-details .other-option .tags a {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin: 0 12.5px
}

.blog-inner .blog-details .other-option .tags a:hover,
.blog-inner .blog-details .other-option .tags a:focus {
    color: #E81212
}

.blog-inner .blog-details .other-option .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .blog-details .other-option .share h3 {
    margin-right: 21.5px
}

.blog-inner .blog-details .other-option .share a {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 29px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    margin: 0 7.5px
}

.blog-inner .blog-details .other-option .share a:hover,
.blog-inner .blog-details .other-option .share a:focus {
    background: #e2e2e2;
    color: #262262
}

.blog-inner .blog-details .admin-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ededec;
    padding: 30px;
    border-radius: 10px
}

.blog-inner .blog-details .admin-profile .part-img {
    width: 68px;
    height: 68px;
    border: 3px solid #E81212;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden
}

.blog-inner .blog-details .admin-profile .part-txt {
    width: 612px
}

.blog-inner .blog-details .admin-profile .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 11px
}

.blog-inner .blog-details .admin-profile .part-txt .admin-link {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-bottom: 20px
}

.blog-inner .blog-details .admin-profile .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 22px
}

.blog-inner .blog-details .admin-profile .part-txt .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -3px
}

.blog-inner .blog-details .admin-profile .part-txt .social a {
    font-size: 14px;
    line-height: 100%;
    color: #262262;
    margin: 0 7.5px
}

.blog-inner .blog-details .admin-profile .part-txt .social a:first-child {
    margin-left: 0
}

.blog-inner .blog-details .admin-profile .part-txt .social a:hover,
.blog-inner .blog-details .admin-profile .part-txt .social a:focus {
    color: #E81212
}

.blog-inner .blog-details .blog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
    border-bottom: 1px solid rgba(75, 75, 70, .2)
}

.blog-inner .blog-details .blog-nav .single-nav {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-inner .blog-details .blog-nav .single-nav.next-blog .img {
    margin-right: 0;
    margin-left: 25px
}

.blog-inner .blog-details .blog-nav .single-nav.next-blog .txt {
    text-align: right
}

.blog-inner .blog-details .blog-nav .single-nav .img {
    width: 114px;
    height: 114px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 25px
}

.blog-inner .blog-details .blog-nav .single-nav .txt {
    width: 245px
}

.blog-inner .blog-details .blog-nav .single-nav .txt a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000
}

.blog-inner .blog-details .blog-nav .single-nav .txt a span {
    display: block;
    font-weight: 400;
    margin-top: 15px
}

.blog-inner .blog-details .blog-nav .single-nav .txt a:focus {
    color: #E81212
}

.blog-inner .blog-details .blog-nav .single-nav:hover .txt a {
    color: #E81212
}

.blog-inner .blog-details .blog-comments h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 30px
}

.blog-inner .blog-details .blog-comments .comments {
    padding: 50px 0
}

.blog-inner .blog-details .blog-comments .comments .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.blog-inner .blog-details .blog-comments .comments .single-comment.replied {
    margin-left: 70px;
    margin-bottom: 0
}

.blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
    width: 580px
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-img {
    width: 90px;
    height: 90px;
    border: 4px solid #E81212;
    border-radius: 50%;
    margin-right: 30px;
    overflow: hidden
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
    width: 650px
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 0
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top a {
    font-size: 14px;
    line-height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top a span {
    margin-left: 10px
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top a:hover,
.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top a:focus {
    color: #E81212
}

.blog-inner .blog-details .blog-comments .comments .single-comment .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: -8px
}

.blog-inner .blog-details .blog-comments .post-comment form input {
    width: 100%;
    height: 60px;
    background: #ededec;
    border-radius: 5px;
    padding: 0 25px;
    margin-bottom: 30px;
    color: #000
}

.blog-inner .blog-details .blog-comments .post-comment form textarea {
    width: 100%;
    height: 190px;
    background: #ededec;
    border-radius: 5px;
    padding: 15px 25px;
    margin-bottom: 40px;
    color: #000
}

.blog-inner .blog-details .blog-comments .post-comment form .def-btn {
    height: 60px;
    line-height: 62px;
    border-radius: 5px
}

.blog-inner .sidebar .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 40px
}

.blog-inner .sidebar .profile .part-img {
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 25px -5px rgba(51, 51, 51, .2);
    box-shadow: 0 5px 25px -5px rgba(51, 51, 51, .2);
    margin-bottom: 30px
}

.blog-inner .sidebar .profile .part-txt {
    text-align: center
}

.blog-inner .sidebar .profile .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 13px
}

.blog-inner .sidebar .profile .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 12px
}

.blog-inner .sidebar .profile .part-txt .social {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog-inner .sidebar .profile .part-txt .social a {
    height: 25px;
    font-size: 14px;
    line-height: 29px;
    color: #262262;
    padding: 0 10px;
    position: relative
}

.blog-inner .sidebar .profile .part-txt .social a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(75, 75, 70, .3)
}

.blog-inner .sidebar .profile .part-txt .social a:last-child:after {
    display: none
}

.blog-inner .sidebar .profile .part-txt .social a:hover,
.blog-inner .sidebar .profile .part-txt .social a:focus {
    color: #E81212
}

.blog-inner .sidebar .search-box {
    -webkit-box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 40px;
    text-align: center
}

.blog-inner .sidebar .search-box h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -2px;
    margin-bottom: 20px
}

.blog-inner .sidebar .search-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #262262;
    border-radius: 7px
}

.blog-inner .sidebar .search-box form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px
}

.blog-inner .sidebar .search-box form input::-webkit-input-placeholder {
    color: #fff;
    opacity: .7
}

.blog-inner .sidebar .search-box form input::-moz-placeholder {
    color: #fff;
    opacity: .7
}

.blog-inner .sidebar .search-box form input:-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.blog-inner .sidebar .search-box form input::-ms-input-placeholder {
    color: #fff;
    opacity: .7
}

.blog-inner .sidebar .search-box form input::placeholder {
    color: #fff;
    opacity: .7
}

.blog-inner .sidebar .search-box form button {
    background: #E81212;
    border-left: 2px solid #E81212;
    border-radius: 6px;
    padding: 0 15px;
    color: #fff;
    font-size: 25px;
    line-height: 58px;
    height: 50px
}

.blog-inner .sidebar .search-box form button:hover,
.blog-inner .sidebar .search-box form button:focus {
    background: 0 0
}

.blog-inner .sidebar .blog-category {
    -webkit-box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 40px
}

.blog-inner .sidebar .blog-category h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background: #262262;
    border-radius: 7px;
    margin-bottom: 10px
}

.blog-inner .sidebar .blog-category ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-inner .sidebar .blog-category ul li a {
    font-size: 16px;
    line-height: 100%;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(75, 75, 70, .2);
    padding-top: 13px;
    padding-bottom: 12px
}

.blog-inner .sidebar .blog-category ul li a:hover,
.blog-inner .sidebar .blog-category ul li a:focus {
    color: #E81212
}

.blog-inner .sidebar .blog-category ul li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: -3px
}

.blog-inner .sidebar .recent-blog {
    -webkit-box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px 30px;
    margin-bottom: 40px
}

.blog-inner .sidebar .recent-blog h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background: #262262;
    border-radius: 7px;
    margin-bottom: 10px
}

.blog-inner .sidebar .recent-blog ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-inner .sidebar .recent-blog ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(75, 75, 70, .2)
}

.blog-inner .sidebar .recent-blog ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.blog-inner .sidebar .recent-blog ul li .img {
    width: 69px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 15px
}

.blog-inner .sidebar .recent-blog ul li .txt {
    width: 226px
}

.blog-inner .sidebar .recent-blog ul li .txt a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: -5px;
    margin-bottom: 9px
}

.blog-inner .sidebar .recent-blog ul li .txt a:hover,
.blog-inner .sidebar .recent-blog ul li .txt a:focus {
    color: #E81212
}

.blog-inner .sidebar .recent-blog ul li .txt .info {
    display: block;
    width: 50%;
    float: left;
    font-size: 12px;
    line-height: 100%;
    color: #000;
    margin-bottom: -3px
}

.blog-inner .sidebar .recent-blog ul li .txt .info .icon {
    font-size: 10px
}

.blog-inner .sidebar .tags {
    -webkit-box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    box-shadow: 0 10px 30px -5px rgba(51, 51, 51, .12);
    border-radius: 10px;
    padding: 40px 30px
}

.blog-inner .sidebar .tags h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background: #262262;
    border-radius: 7px;
    margin-bottom: 20px
}

.blog-inner .sidebar .tags .all-tag {
    margin: -7.5px -5.5px
}

.blog-inner .sidebar .tags .all-tag a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid rgba(75, 75, 70, .3);
    border-radius: 5px;
    margin: 7.5px 5.5px;
    font-size: 16px;
    color: #000
}

.blog-inner .sidebar .tags .all-tag a:hover,
.blog-inner .sidebar .tags .all-tag a:focus {
    border-color: #000
}

/*.contact {*/
/*    padding: 120px 0*/
/*}*/

.contact .boxes {
    padding-bottom: 30px;
}

.contact .boxes .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 25px 40px;
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .15);
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .15);
    border-radius: 10px
}

.contact .boxes .single-box .part-icon {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: #262262;
    border-radius: 50%;
    color: #fff;
    margin-right: 20px;
    font-size: 14px
}

.contact .boxes .single-box .part-txt {
    max-width: 250px;
    margin-bottom: -11px
}

.contact .boxes .single-box .part-txt h3 {
    font-size: 0.875rem;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-bottom: 0rem;
}

.contact .boxes .single-box .part-txt span {
    font-size: 0.875rem;
    line-height: 31px;
    color: #000
}

.contact .form {
    padding: 30px 0;
    box-shadow: 0 0 20px 0 rgb(51 51 51 / 15%);
    border-radius: 10px
}

.contact .form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #362e65;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #000;
    font-size: 14px
}

span.mt-13{
    margin-top: 13px;
}

.contact .form textarea {
    width: 100%;
    height: 190px;
    padding: 15px 25px;
    border: 1px solid #362e65;
    border-radius: 5px;
    margin-bottom: 40px;
    color: #000;
    font-size: 14px
}

.contact .form .def-btn {
    border: 1px solid #E81212;
    border-radius: 5px;
    margin-bottom: 0px;
}

.map iframe {
    width: 100%;
    margin-bottom: -8px
}

.error {
    padding-top: 120px
}

.error .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.error .boxes .single-box {
    width: 195px;
    height: 195px;
    line-height: 195px;
    text-align: center;
    background: #262262;
    border-radius: 10px;
    font-size: 200px;
    font-weight: 600;
    color: #fff;
    margin: 0 12.5px
}

.error .boxes .single-box:nth-child(2) {
    background: #E81212
}

.error .part-txt {
    text-align: center
}

.error .part-txt h2 {
    font-size: 55px;
    line-height: 100%;
    font-weight: 600;
    color: #000;
    margin-top: -6px;
    margin-bottom: 40px
}

.error .part-txt h2 span {
    color: #E81212
}

.error .part-txt p {
    font-size: 25px;
    line-height: 100%;
    color: #000;
    margin-bottom: 55px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .container {
        max-width: 990px
    }

    .heading {
        margin-bottom: 50px
    }

    .heading h5 {
        margin-bottom: 19px
    }

    .heading h2 {
        font-size: 30px;
        line-height: 40px
    }

    .header .bottom-header .bg:after {
        right: 95%
    }

    .header .bottom-header .bg .bg-2:before {
        left: 85.5%
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        padding-left: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
        padding: 35px 10px;
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item:first-child {
        padding-left: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        padding-left: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
        margin-left: -40px
    }

    .header-2 .top-header .bg .top-left ul li {
        padding: 19px 30px 15px
    }

    .header-2 .bottom-header .bg .navbar {
        padding-left: 0
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
        padding: 40px 10px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item:first-child {
        padding-left: 0
    }

    .header-2 .bottom-header .bg .bottom-right {
        padding: 0 30px 0 0
    }

    .banner .banner-txt {
        padding: 150px 0
    }

    .banner .banner-txt h4 {
        margin-bottom: 26px
    }

    .banner .banner-txt h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .banner-2 .banner-txt {
        padding: 150px 0
    }

    .banner-2 .banner-txt h4 {
        margin-bottom: 26px
    }

    .banner-2 .banner-txt h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 20px
    }

    .banner-2 .part-img {
        margin-left: -30px
    }

    .partner .bg .brand-slider .owl-nav {
        left: -70px;
        right: -70px
    }

    .partner.partner-2 .bg .brand-slider .single-img {
        height: 170px
    }

    .about .image-box {
        padding: 0
    }

    .about .image-box .fun-fact-inner {
        padding: 30px 20px;
        margin: -70px 20px 0
    }

    .about .part-txt .boxes-2 {
        padding: 80px 20px 30px
    }

    .service .bg .nav {
        padding: 0 30px
    }

    .service .bg .nav .nav-link {
        height: 55px;
        line-height: 55px;
        padding: 0 20px;
        font-size: 18px
    }

    .service .bg .nav .nav-link span {
        font-size: 25px
    }

    .service .bg .part-txt {
        padding: 0 30px
    }

    .service .bg .part-txt h3 {
        margin-bottom: 14px
    }

    .service .bg .part-txt p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 11px
    }

    .service .bg .part-txt .def-btn {
        margin-top: 6px
    }

    .process .single-box {
        padding: 30px 15px
    }

    .pricing .tab-pane .single-box {
        padding: 30px 20px
    }

    .pricing .tab-pane .single-box .part-img {
        width: 170px;
        margin-right: 25px
    }

    .testimonial .bg {
        background: url(../images/testimonial-bg.png) center left 5% no-repeat;
        background-size: cover;
        padding: 40px
    }

    .testimonial .bg .part-txt {
        padding-right: 0
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
        width: 130px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
        width: 255px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 11px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
        padding-top: 7px
    }

    .blog .blog-slider .owl-nav {
        left: -15px;
        right: -15px
    }

    .blog-2 .single-blog .part-txt {
        padding: 0 15px 30px
    }

    .call-back .bg {
        padding: 60px 40px
    }

    .call-back .bg .form form input {
        width: 240px
    }

    .feature .single-box .part-txt h3 {
        font-size: 22px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .faq .part-txt #accordion .card .card-header h5 button {
        font-size: 18px;
        padding: 0 30px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
        margin-bottom: 60px
    }

    .project .all-projects .project-slider .owl-nav {
        left: -15px
    }

    .team .single-box .part-txt {
        left: 5px;
        right: 5px
    }

    .team .single-box .part-txt .txt {
        padding-top: 132px
    }

    .team .single-box:hover .part-txt .txt {
        padding: 0 15px
    }

    .fun-fact .bg .single-box .part-txt h2 {
        font-size: 30px;
        margin-bottom: 9px
    }

    .breadcrumb .part-txt {
        padding: 100px 0
    }

    .process-2 .no-gutters .single-box .part-icon {
        width: 80px;
        height: 80px
    }

    .process-2 .no-gutters .single-box .part-icon .icon {
        font-size: 30px;
        line-height: 93px
    }

    .choosing-reason .part-txt .boxes .single-box .txt {
        width: 340px
    }

    .service-2 .part-txt .boxes .single-box .txt {
        width: 365px
    }

    .feature-2 .part-txt .boxes .single-box .txt {
        width: 365px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px
    }

    .service-details .main-content .part-txt .boxes .single-box {
        padding-left: 10px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt h3 {
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt p {
        font-size: 15px;
        line-height: 25px
    }

    .service-details .main-content .video .video-area {
        padding: 100px 0
    }

    .service-details .sidebar .side-nav .nav .nav-link {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        padding: 0 25px
    }

    .service-details .sidebar .subscription .part-txt h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .service-details .sidebar .subscription .part-txt p {
        font-size: 15px;
        line-height: 25px
    }

    .service-details .sidebar .online-help .part-icon {
        margin-bottom: 30px
    }

    .service-details .sidebar .online-help .part-icon span {
        font-size: 40px
    }

    .service-details .sidebar .online-help .part-txt a {
        font-size: 20px;
        margin-bottom: 24px
    }

    .service-details .sidebar .online-help .part-txt h3 {
        font-size: 16px;
        margin-bottom: -3px
    }

    .service-details .sidebar .download-area a {
        padding: 0 20px
    }

    .service-details .sidebar .download-area a .txt span {
        font-size: 18px
    }

    .service-details .sidebar .download-area a .icon {
        font-size: 25px
    }

    .team-inner-2 .single-box .part-txt {
        margin: -50px 25px 0
    }

    .team-inner-2 .single-box .part-txt .title h3 {
        font-size: 22px;
        margin-bottom: 9px
    }

    .team-details .expertise .single-box {
        margin: 0 -10px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
        width: 90px;
        height: 90px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
        width: 335px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 9px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
        margin-right: 0;
        margin-bottom: 20px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
        font-size: 40px
    }

    .pricing-2 .single-box .top .price p {
        margin-top: -18px
    }

    .pricing-2 .single-box .top .price h3 {
        font-size: 40px
    }

    .pricing-3 .boxes .single-box {
        padding: 30px
    }

    .pricing-3 .boxes .single-box .title h4 {
        font-size: 20px
    }

    .pricing-3 .boxes .single-box .title .price p {
        margin-top: -13px
    }

    .pricing-3 .boxes .single-box .title .price h3 {
        font-size: 35px
    }

    .pricing-3 .boxes .single-box ul li {
        font-size: 14px
    }

    .error .boxes {
        margin-bottom: 60px
    }

    .error .boxes .single-box {
        width: 150px;
        height: 150px;
        line-height: 150px;
        font-size: 150px
    }

    .error .part-txt h2 {
        font-size: 35px;
        margin-top: -4px;
        margin-bottom: 32px
    }

    .error .part-txt p {
        font-size: 20px;
        margin-bottom: 36px
    }

    .blog-inner .sidebar .profile .part-txt h3 {
        font-size: 22px;
        margin-bottom: 14px
    }

    .blog-inner .sidebar .search-box {
        padding: 30px 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 22px;
        margin-bottom: 21px
    }

    .blog-inner .sidebar .blog-category {
        padding: 30px 25px
    }

    .blog-inner .sidebar .blog-category h3 {
        font-size: 22px
    }

    .blog-inner .sidebar .recent-blog {
        padding: 30px 25px
    }

    .blog-inner .sidebar .recent-blog h3 {
        font-size: 22px
    }

    .blog-inner .sidebar .recent-blog ul li .img {
        width: 60px;
        border-radius: 5px;
        margin-right: 10px
    }

    .blog-inner .sidebar .recent-blog ul li .txt {
        width: 175px
    }

    .blog-inner .sidebar .tags {
        padding: 30px 25px
    }

    .blog-inner .sidebar .tags h3 {
        font-size: 22px
    }

    .blog-inner .single-blog .part-txt {
        padding: 0 10px 30px
    }

    .blog-inner .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px
    }

    .blog-2 .single-blog .part-txt a {
        font-size: 16px
    }

    .blog-inner .main-content .pagination {
        padding-top: 20px
    }

    .blog-inner .main-content .pagination ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .blog-inner .blog-details .title h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .main-txt .quoted .img {
        width: 110px
    }

    .blog-inner .blog-details .main-txt .quoted .txt {
        width: 430px
    }

    .blog-inner .blog-details .reasons-for-choose {
        padding-top: 18px
    }

    .blog-inner .blog-details .reasons-for-choose h2 {
        font-size: 25px;
        margin-bottom: 30px
    }

    .blog-inner .blog-details .admin-profile .part-img {
        width: 65px;
        height: 65px
    }

    .blog-inner .blog-details .admin-profile .part-txt {
        width: 475px
    }

    .blog-inner .blog-details .blog-nav .single-nav .img {
        width: 100px;
        height: 100px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt {
        width: 190px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
        width: 510px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
        width: 440px
    }

    .contact .boxes .single-box {
        padding: 35px 30px
    }

    .contact .boxes .single-box .part-txt {
        width: 180px
    }

    .contact .boxes .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contact .boxes .single-box .part-txt span {
        font-size: 14px;
        line-height: 30px
    }

    .map iframe {
        height: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    .heading {
        margin-bottom: 40px
    }


    .heading h5 {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 15px
    }

    .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: -10px
    }

    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .header .top-header .top-left ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .top-header .top-left ul li {
        margin-right: 10px
    }

    .header .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header .bottom-header .bottom-right a {
        display: none
    }

    .header .bottom-header:before {
        top: 0;
        left: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(-35deg);
        transform: skew(-35deg);
        border-radius: 0 0 15px 0
    }

    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px
    }

    .header .bottom-header .bg:before,
    .header .bottom-header .bg:after,
    .header .bottom-header .bg .bg-2:before,
    .header .bottom-header .bg .bg-2:after,
    .header .bottom-header .bg .bg-2 .bg-3:before,
    .header .bottom-header .bg .bg-2 .bg-3:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler {
        padding: 0 5px;
        color: #E81212;
        font-size: 20px;
        height: 60px;
        line-height: 68px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo {
        padding-top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    

    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 40px;
        
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        width: 100%;
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
        margin: 0;
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form.active input {
        height: 45px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button {
        height: 60px;
        line-height: 68px;
        font-size: 20px;
        padding: 0 5px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 0.9em;
        padding: 14px 20px 12px
    }

    .header-2 {
        background: #fff
    }

    .header-2 .top-header {
        background: #E81212;
        padding: 20px 0
    }

    .header-2 .top-header .bg .top-left {
        margin-bottom: 2px
    }

    .header-2 .top-header .bg .top-left ul li {
        padding: 0 15px;
        border: 0;
        margin-bottom: -6px
    }

    .header-2 .top-header .bg .top-left ul li:first-child {
        padding-left: 0
    }

    .header-2 .top-header .bg .top-right .language {
        padding-right: 15px
    }

    .header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle {
        font-size: 14px;
        font-weight: 600
    }

    .header-2 .top-header .bg .top-right .try-btn {
        padding: 0;
        padding-left: 15px
    }

    .header-2 .top-header .bg .top-right .try-btn a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px
    }

    .header-2 .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-2 .bottom-header.fixed-header {
        background: #fff
    }

    .header-2 .bottom-header .bg .navbar-toggler {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        background: #262262;
        color: #fff;
        font-size: 18px;
        padding: 0
    }

    .header-2 .bottom-header .bg .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .bottom-header .bg .logo img {
        width: 40px
    }

    .header-2 .bottom-header .bg .bottom-right {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-2 .bottom-header .bg .bottom-right form {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        padding: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input::-webkit-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-moz-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input:-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form.active input {
        height: 45px
    }

    .header-2 .bottom-header .bg .bottom-right form button {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        padding: 0;
        background: #262262;
        color: #fff;
        font-size: 18px;
        border-radius: 5px
    }

    .header-2 .bottom-header .bg .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .banner:after {
        background: url(../images/banner-img.png) center left 40% no-repeat;
        background-size: cover
    }

    .banner .banner-txt {
        padding: 70px 0
    }

    .banner .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .banner .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 {
        background: url(../images/banner-bg.jpg) center right 50% no-repeat;
        background-size: cover
    }

    .banner-2 .banner-txt {
        padding: 70px 0
    }

    .banner-2 .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px
    }

    .banner-2 .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner-2 .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner-2 .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner-2 .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 .banner-txt .btn-box a.left-btn {
        margin-right: 10px
    }

    .banner-2 .part-img {
        margin-left: 0;
        margin-right: -55px
    }

    .banner-2 .part-img img {
        max-width: 100%
    }

    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }

    .feature .single-box {
        margin: 3px auto 33px
    }

    .feature .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -1px;
        margin-bottom: 20px
    }

    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .partner {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .partner .bg {
        padding: 30px
    }

    .partner .bg .brand-slider .single-img {
        height: 70px
    }

    .partner .bg .brand-slider .owl-nav {
        left: -45px;
        right: -45px
    }

    .partner .bg .brand-slider .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        border-width: 2px
    }

    .partner.partner-2 {
        padding: 60px 0
    }

    .partner.partner-2:after {
        background: url(../images/partner-overlay.png) center center no-repeat;
        background-size: cover
    }

    .partner.partner-2 .heading h2 {
        margin-bottom: 24px
    }

    .partner.partner-2 .heading p {
        font-size: 14px;
        line-height: 24px
    }

    .partner.partner-2 .bg .brand-slider .single-img {
        height: 125px;
        padding: 15px 0
    }

    .about {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .about .image-box {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about .image-box .fun-fact-inner {
        padding: 30px;
        margin: -70px 50px 0
    }

    .about .image-box .fun-fact-inner .single-box {
        padding: 0 5px
    }

    .about .image-box .fun-fact-inner .single-box h4 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 5px
    }

    .about .image-box .fun-fact-inner .single-box p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: -6px
    }

    .about .image-box .fun-fact-inner .single-box p span {
        font-size: 10px;
        margin-bottom: -2px
    }

    .about .part-txt .heading {
        margin-bottom: 34px
    }

    .about .part-txt p {
        font-size: 0.875rem;
        line-height: 24px
    }

    .about .part-txt .boxes {
        margin-top: 31px;
        margin-bottom: 1px
    }

    .about .part-txt .boxes .single-box {
        margin-bottom: 31px
    }

    .about .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .about .part-txt .boxes-2 {
        padding: 40px 25px 25px
    }

    .about .part-txt .boxes-2 .single-box .txt h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .about .part-txt .boxes-2 .single-box .txt span {
        font-size: 14px
    }

    .about.about-2 .part-img {
        margin-bottom: 30px
    }

    .about.about-2 .part-img img {
        max-width: 100%
    }

    .about.about-2 .part-txt .def-btn {
        margin-top: 7px
    }

    .service {
        padding: 60px 0
    }

    .service .bg {
        margin: auto
    }

    .service .bg .nav {
        padding: 30px 20px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service .bg .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service .bg .nav .nav-link span {
        font-size: 20px
    }

    .service .bg .tab-content {
        border-top: 1px solid #362e65
    }

    .service .bg .part-img {
        border-left: 0
    }

    .service .bg .part-txt {
        padding: 30px
    }

    .service .bg .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .service .bg .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service .bg .part-txt .def-btn {
        margin-top: 11px
    }

    .process {
        padding-top: 60px;
        padding-bottom: 0
    }

    .process .single-box {
        margin-bottom: 30px
    }

    .process .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .pricing {
        padding: 30px 0
    }

    .pricing .controls {
        margin-bottom: 30px
    }

    .pricing .controls nav {
        padding: 0 20px
    }

    .pricing .controls nav .nav {
        width: 100px
    }

    .pricing .controls span {
        font-size: 14px
    }

    .pricing .controls nav .nav .nav-item {
        width: 27px;
        height: 27px
    }

    .pricing .tab-pane .single-box {
        padding: 25px 20px;
        margin: 0 auto 50px
    }

    .pricing .tab-pane .single-box .part-img {
        margin-right: 30px
    }

    .pricing .tab-pane .single-box .part-txt h3 {
        font-size: 18px
    }

    .pricing .tab-pane .single-box .part-txt ul {
        margin-bottom: 7px
    }

    .pricing .tab-pane .single-box .part-txt ul li {
        font-size: 14px;
        line-height: 25px
    }

    .pricing .tab-pane .single-box .part-txt ul li span {
        font-size: 10px;
        margin-right: 10px
    }

    .pricing .tab-pane .single-box .part-btn {
        right: 25px
    }

    .cta:after {
        top: 40px;
        bottom: 40px
    }

    .cta .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .cta .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .cta .part-img {
        margin-right: -240px
    }

    .cta .part-img img {
        max-width: 100%
    }

    .cta-2 {
        padding-top: 175px;
        padding-bottom: 60px
    }

    .cta-2 .part-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .cta-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .cta-2 .part-txt .def-btn {
        margin-top: 5px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .bg {
        padding: 40px;
        padding-right: 0;
        background: url(../images/testimonial-bg.png) center left 30% no-repeat;
        background-size: cover
    }

    .testimonial .bg .comment-area .comment-slider .single-comment p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client {
        padding-top: 105px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h3 {
        font-size: 20px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h5 {
        font-size: 14px
    }

    .testimonial .bg .comment-area .client-slider {
        padding: 0 80px;
        margin-top: -48px
    }

    .testimonial .bg .comment-area .client-slider .slick-track {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-active {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-center {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box .img {
        margin: 0 5px
    }

    .testimonial .bg .part-txt {
        padding: 0
    }

    .testimonial .bg .part-txt .heading {
        margin-bottom: 30px
    }

    .testimonial .bg .part-txt .controls button {
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 14px
    }

    .testimonial .bg .part-txt .controls button:first-child {
        margin-right: 15px
    }

    .blog {
        padding: 60px 0
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box {
        padding: 30px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
        width: 150px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
        width: 270px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
        padding-top: 7px;
        margin-bottom: 26px
    }

    .blog .blog-slider .owl-nav {
        display: none
    }

    .blog-2 {
        padding-top: 60px;
        margin-bottom: -30px
    }

    .blog-2 .single-blog {
        margin-bottom: 30px
    }

    .blog-2 .single-blog .part-txt {
        padding: 0 25px 25px
    }

    .blog-2 .single-blog .part-txt .blog-info ul {
        padding: 0 10px;
        margin-bottom: 25px
    }

    .blog-2 .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .blog-2 .single-blog .part-txt a {
        font-size: 14px
    }

    .call-back {
        padding-top: 60px
    }

    .call-back .bg {
        padding: 60px 20px
    }

    .call-back .bg .part-txt h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 21px
    }

    .call-back .bg .part-txt h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: -8px
    }

    .call-back .bg .form form {
        border-radius: 5px
    }

    .call-back .bg .form form input {
        width: 160px;
        height: 45px;
        font-size: 14px;
        padding: 0 5px
    }

    .call-back .bg .form form button {
        height: 45px;
        line-height: 46px;
        font-size: 14px;
        border-radius: 5px;
        padding: 0 15px;
    }

    .footer .main-footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .footer .main-footer h3 {
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 20px
    }

    .footer .main-footer .about-txt {
        margin-bottom: 35px
    }

    .footer .main-footer .about-txt p {
        font-size: 0.875rem;
        line-height: 25px;
        color: #fff;
        margin-top: -7px;
        margin-bottom: 31px;
    }

    .footer .main-footer .link {
        margin-bottom: 35px
    }

    .footer .main-footer .link ul {
        margin-bottom: -8px
    }

    .footer .main-footer .link ul li a {
        font-size: 14px;
        line-height: 25px;
       
    }

    .footer .main-footer .newsletter {
        margin-bottom: 30px
    }

    .footer .main-footer .newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 17px
    }

    .footer .main-footer .newsletter form {
        margin-bottom: 25px
    }

    .footer .main-footer .newsletter form button {
        height: 45px;
        line-height: 53px;
        font-size: 20px
    }

    .footer .copyright {
        padding-bottom: 25px
    }

    .footer .copyright p {
        text-align: center;
        font-size: 0.875rem;
        padding: 24px 0 17px
    }

    .footer .copyright .link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .copyright .link a {
        font-size: 12px
    }

    .faq {
        padding-top: 60px;
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .card:last-child {
        margin-bottom: 0
    }

    .faq .part-txt #accordion .card .card-header h5 button {
        height: 60px;
        font-size: 18px;
        line-height: 100%;
        text-align: left
    }

    .faq .part-txt #accordion .card .card-header h5 button span {
        font-size: 14px
    }

    .faq .part-txt #accordion .card .card-body {
        padding: 0 20px 35px
    }

    .faq .part-txt #accordion .card .card-body p {
        font-size: 14px;
        line-height: 24px
    }

    .project {
        padding: 60px 0
    }

    .project:after {
        background: url(../images/project-overlay.png) center center no-repeat;
        background-size: cover
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title {
        margin: 0 10px 20px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
        font-size: 25px;
        margin-bottom: 55px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 16px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .team .single-box {
        margin-bottom: 30px
    }

    .team .single-box .part-txt .txt {
        padding-top: 119px
    }

    .fun-fact .bg {
        padding: 60px 25px 30px
    }

    .fun-fact .bg .single-box {
        margin-bottom: 30px
    }

    .fun-fact .bg .single-box .part-icon {
        margin-bottom: 9px
    }

    .fun-fact .bg .single-box .part-txt h2 {
        font-size: 25px;
        margin-bottom: 11px
    }

    .fun-fact .bg .single-box .part-txt p {
        font-size: 14px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 18px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -3px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .about.about-inner {
        padding-top: 60px
    }

    .process-2 {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .process-2 .no-gutters .single-box {
        margin-bottom: 40px
    }

    .process-2 .no-gutters .single-box .part-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .process-2 .no-gutters .single-box .part-icon .icon {
        font-size: 30px;
        line-height: 82px
    }

    .process-2 .no-gutters .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process-2 .no-gutters .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .process-2 .no-gutters .single-box .arrow {
        display: none
    }

    .choosing-reason {
        padding-top: 60px
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 34px
    }

    .choosing-reason .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .choosing-reason .part-txt .boxes {
        padding-top: 22px;
        padding-bottom: 10px
    }

    .choosing-reason .part-txt .boxes .single-box {
        margin-bottom: 30px
    }

    .choosing-reason .part-txt .boxes .single-box .img {
        width: 80px;
        height: 80px
    }

    .choosing-reason .part-txt .boxes .single-box .img span {
        right: -5px;
        bottom: -5px
    }

    .choosing-reason .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .choosing-reason .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .choosing-reason .part-img .video a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .partner.partner-inner {
        padding-bottom: 60px
    }

    .faq.faq-inner {
        margin-bottom: -35px
    }

    .service-2 {
        /*padding: 60px 0*/
    }

    .service-2 .part-txt {
        margin-bottom: 40px
    }

    .service-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .service-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .service-2 .part-txt .boxes {
        padding-top: 17px
    }

    .service-2 .part-txt .boxes .single-box {
        margin-bottom: 30px
    }

    .service-2 .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .service-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .feature-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .feature-2 .part-img {
        margin-bottom: 40px
    }

    .feature-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .feature-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .feature-2 .part-txt .boxes {
        padding-top: 17px
    }

    .feature-2 .part-txt .boxes .single-box {
        margin-bottom: 30px
    }

    .feature-2 .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .feature-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .pricing.pricing-inner {
        margin-bottom: -30px
    }

    .service-details {
        padding-top: 60px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt .boxes {
        padding-top: 11px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt .boxes .single-box {
        margin-bottom: 25px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt ul {
        margin-bottom: 32px
    }

    .service-details .main-content .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-details .main-content .part-txt ul li span {
        font-size: 10px
    }

    .service-details .main-content .video {
        padding-top: 11px
    }

    .service-details .main-content .video .video-area {
        padding: 60px 0;
        margin-bottom: 24px
    }

    .service-details .main-content .video .video-area a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .service-details .main-content .video p {
        font-size: 14px;
        line-height: 24px
    }

    .service-details .sidebar .side-nav {
        padding: 0;
        margin-bottom: 40px
    }

    .service-details .sidebar .side-nav .nav {
        padding: 30px 20px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service-details .sidebar .side-nav .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service-details .sidebar .side-nav .nav .nav-link span {
        font-size: 20px
    }

    .service-details .sidebar .subscription,
    .service-details .sidebar .online-help,
    .service-details .sidebar .download-area {
        display: none
    }

    .team-inner-2 {
        padding-top: 60px
    }

    .team-inner-2 .single-box .part-txt {
        margin: -50px 35px 0
    }

    .team-inner-2 .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-inner-2 .single-box .part-txt .title p {
        font-size: 14px
    }

    .team-details {
        padding-top: 60px
    }

    .team-details .profile {
        margin-bottom: 40px
    }

    .team-details .profile .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-details .profile .part-txt .title p {
        font-size: 14px
    }

    .team-details .biography h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .team-details .biography p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .biography ul li {
        font-size: 14px;
        line-height: 30px
    }

    .team-details .biography ul li span {
        min-width: 80px
    }

    .team-details .qualification h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .team-details .qualification .single-box {
        width: 320px;
        margin: 0 auto 30px
    }

    .team-details .qualification .single-box .arrow {
        width: 30px;
        height: auto
    }

    .team-details .qualification .single-box .txt {
        width: 290px
    }

    .team-details .qualification .single-box .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt h5 {
        font-size: 14px
    }

    .team-details .qualification .single-box .txt span {
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .team-details .expertise p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise .single-box {
        margin: 0 -5px
    }

    .team-details .additional-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px
    }

    .team-details .additional-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .team-details .additional-txt ul li {
        font-size: 14px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .team-details .additional-txt ul li span {
        font-size: 10px
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
        width: 90px;
        height: 90px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
        width: 380px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title span {
        font-size: 14px
    }

    .testimonial-2 .testimonial-slider .owl-dots {
        padding-top: 40px
    }

    .testimonial-3 {
        padding: 60px 0
    }

    .testimonial-3 .testimonial-slider-2 .single-box {
        padding: 30px 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
        margin-right: 0;
        margin-bottom: 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt p {
        font-size: 14px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
        font-size: 30px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial-3 .testimonial-slider-2 .owl-dots {
        padding-top: 40px
    }

    .pricing.pricing-inner-2 {
        padding-top: 60px
    }

    .pricing-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .pricing-2 .single-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .pricing-2 .single-box .top .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .pricing-2 .single-box .top .price p {
        font-size: 14px;
        margin-top: -15px;
        margin-right: 5px
    }

    .pricing-2 .single-box .top .price h3 {
        font-size: 30px
    }

    .pricing-2 .single-box .top .price h3 span {
        font-size: 14px
    }

    .pricing-2 .single-box .bottom h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .pricing-2 .single-box .bottom ul li {
        font-size: 14px;
        line-height: 30px
    }

    .pricing-2 .single-box .bottom .part-btn {
        font-size: 14px
    }

    .pricing-3 {
        padding-top: 60px
    }

    .pricing-3 .boxes .single-box {
        margin-bottom: 30px;
        padding: 30px
    }

    .pricing-3 .boxes .single-box .part-img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .pricing-3 .boxes .single-box .title .price p {
        font-size: 14px;
        margin-top: -5px;
        margin-right: 5px
    }

    .pricing-3 .boxes .single-box .title .price h3 {
        font-size: 30px;
        margin-top: -3px
    }

    .pricing-3 .boxes .single-box .title .price h3 span {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box ul li {
        font-size: 14px;
        margin-bottom: 16px
    }

    .pricing-3 .boxes .single-box .part-btn a {
        font-size: 14px
    }

    .faq-2 {
        padding-bottom: 0;
        margin-bottom: -35px
    }

    .faq-2 .faq-inner-2 {
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .part-img {
        width: 450px;
        margin: 0 auto 35px
    }

    .error {
        padding-top: 60px
    }

    .error .boxes {
        margin-bottom: 40px
    }

    .error .boxes .single-box {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 10px;
        font-size: 70px;
        border-radius: 5px
    }

    .error .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
        margin-bottom: 22px
    }

    .error .part-txt p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px
    }

    .portfolio {
        padding-top: 60px
    }

    .portfolio .single-box .part-txt {
        height: 75px
    }

    .portfolio .single-box .part-txt a {
        font-size: 18px;
        line-height: 76px
    }

    .portfolio-details {
        padding-top: 60px
    }

    .portfolio-details .main-img:after {
        border-width: 100px
    }

    .portfolio-details .project-information h3 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 25px
    }

    .portfolio-details .project-information ul li {
        font-size: 14px;
        line-height: 50px
    }

    .portfolio-details .project-information ul li span {
        font-size: 14px
    }

    .portfolio-details .project-information ul li a {
        font-size: 12px;
        margin: 0 5px
    }

    .portfolio-details .main-txt h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .portfolio-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .portfolio-details .main-txt .part-img {
        margin-bottom: -6px
    }

    .portfolio-details .main-txt .part-img .single-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .main-txt ul {
        width: 100%
    }

    .portfolio-details .main-txt ul li {
        font-size: 14px
    }

    .portfolio-details .main-txt ul li span {
        font-size: 14px
    }

    .process-2.process-inner {
        margin-bottom: -40px
    }

    .portfolio-details .process-inner .heading-txt {
        padding-bottom: 7px
    }

    .portfolio-details .process-inner .heading-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .portfolio-details .process-inner .heading-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner {
        margin-bottom: 0
    }

    .blog-inner .main-content {
        margin-bottom: 60px
    }

    .blog-inner .main-content .pagination {
        padding-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination ul li {
        padding: 0 5px
    }

    .blog-inner .main-content .pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .sidebar .profile {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .profile .part-img {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .profile .part-txt h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .blog-inner .sidebar .profile .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .sidebar .profile .part-txt .social {
        padding-top: 5px
    }

    .blog-inner .sidebar .profile .part-txt .social a {
        font-size: 12px
    }

    .blog-inner .sidebar .search-box {
        padding: 30px 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .blog-inner .sidebar .search-box form button {
        font-size: 20px
    }

    .blog-inner .sidebar .blog-category {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .blog-category h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .blog-category ul li a {
        font-size: 14px;
        padding-top: 14px
    }

    .blog-inner .sidebar .recent-blog {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .recent-blog h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-blog ul li .img {
        width: 60px;
        border-radius: 5px;
        margin-right: 10px
    }

    .blog-inner .sidebar .recent-blog ul li .txt {
        width: 210px
    }

    .blog-inner .sidebar .recent-blog ul li .txt a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-top: -4px
    }

    .blog-inner .sidebar .tags {
        padding: 30px 25px
    }

    .blog-inner .sidebar .tags h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .tags .all-tag {
        margin: -5px -3px
    }

    .blog-inner .sidebar .tags .all-tag a {
        font-size: 14px;
        margin: 5px 3px
    }

    .blog-inner {
        padding-top: 60px
    }

    .blog-inner .blog-details {
        padding-bottom: 60px
    }

    .blog-inner .blog-details .title {
        margin-bottom: 35px
    }

    .blog-inner .blog-details .title .tag {
        border-width: 3px;
        font-size: 14px;
        height: 45px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .title h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .blog-inner .blog-details .title ul {
        margin-bottom: -3px
    }

    .blog-inner .blog-details .title ul li {
        margin-right: 15px
    }

    .blog-inner .blog-details .main-img {
        border-radius: 5px;
        margin-bottom: 35px
    }

    .blog-inner .blog-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .main-txt .quoted {
        padding: 30px 25px
    }

    .blog-inner .blog-details .main-txt .quoted .img {
        width: 100px
    }

    .blog-inner .blog-details .main-txt .quoted .txt {
        width: 510px
    }

    .blog-inner .blog-details .main-txt .quoted .txt span {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 15px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h5 {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose {
        padding-top: 8px
    }

    .blog-inner .blog-details .reasons-for-choose h2 {
        font-size: 20px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .reasons-for-choose ul {
        margin-bottom: 7px
    }

    .blog-inner .blog-details .reasons-for-choose ul li {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose ul li span {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img {
        margin-bottom: 0
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img {
        margin-bottom: 30px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img img {
        width: 100%
    }

    .blog-inner .blog-details .other-option {
        padding-top: 8px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .blog-inner .blog-details .other-option .tags {
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option h3 {
        font-size: 18px
    }

    .blog-inner .blog-details .other-option .tags a {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px
    }

    .blog-inner .blog-details .other-option .share h3 {
        width: auto;
        margin-bottom: 0
    }

    .blog-inner .blog-details .other-option .share a {
        margin: 0 5px
    }

    .blog-inner .blog-details .admin-profile {
        padding: 30px 25px
    }

    .blog-inner .blog-details .admin-profile .part-img {
        width: 60px;
        height: 60px
    }

    .blog-inner .blog-details .admin-profile .part-txt {
        width: 550px
    }

    .blog-inner .blog-details .admin-profile .part-txt h3 {
        margin-bottom: 9px
    }

    .blog-inner .blog-details .admin-profile .part-txt .admin-link {
        font-size: 13px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .admin-profile .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .blog-nav {
        padding-top: 40px;
        padding-bottom: 32px
    }

    .blog-inner .blog-details .blog-nav .single-nav.next-blog {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .blog-inner .blog-details .blog-nav .single-nav .img {
        width: 80px;
        height: 80px;
        border-radius: 5px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt {
        width: 150px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a span {
        margin-top: 11px
    }

    .blog-inner .blog-details .blog-comments .comments {
        padding: 40px 0
    }

    .blog-inner .blog-details .blog-comments h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied {
        margin-left: 60px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-img {
        width: 70px;
        height: 70px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
        width: 590px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
        width: 530px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top {
        margin-bottom: 15px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 {
        font-size: 16px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 span {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .blog-details .blog-comments .post-comment form input {
        height: 50px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form textarea {
        height: 120px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form .def-btn {
        height: 50px;
        line-height: 52px
    }

    .contact {
        padding: 60px 0
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        margin-bottom: 30px
    }

    .contact .boxes .single-box .part-txt {
        width: 180px
    }

    .contact .boxes .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contact .boxes .single-box .part-txt span {
        font-size: 14px;
        line-height: 30px
    }

    .contact .form {
        padding: 60px 40px
    }

    .contact .form input {
        height: 45px;
        margin-bottom: 25px
    }

    .contact .form textarea {
        height: 140px;
        margin-bottom: 30px
    }

    .map iframe {
        height: 350px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .heading {
        margin-bottom: 40px
    }

    .heading h5 {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 15px
    }

    .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: -10px
    }

    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .header .top-header .top-left ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .top-header .top-left ul li {
        margin-right: 10px
    }

    .header .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header .bottom-header .bottom-right a {
        display: none
    }

    .header .bottom-header:before {
        top: 0;
        left: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(-35deg);
        transform: skew(-35deg);
        border-radius: 0 0 15px 0
    }

    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px
    }

    .header .bottom-header .bg:before,
    .header .bottom-header .bg:after,
    .header .bottom-header .bg .bg-2:before,
    .header .bottom-header .bg .bg-2:after,
    .header .bottom-header .bg .bg-2 .bg-3:before,
    .header .bottom-header .bg .bg-2 .bg-3:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler {
        padding: 0 5px;
        color: #E81212;
        font-size: 20px;
        height: 60px;
        line-height: 68px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo {
        padding-top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 40px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        width: 100%;
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
        margin: 0;
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form.active input {
        height: 45px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button {
        height: 60px;
        line-height: 68px;
        font-size: 20px;
        padding: 0 5px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .header-2 {
        background: #fff
    }

    .header-2 .top-header {
        background: #E81212;
        padding: 20px 0
    }

    .header-2 .top-header .bg .top-left {
        margin-bottom: 2px
    }

    .header-2 .top-header .bg .top-left ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-2 .top-header .bg .top-left ul li {
        padding: 0 15px 15px;
        border: 0;
        margin-top: -1px
    }

    .header-2 .top-header .bg .top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-2 .top-header .bg .top-right .language {
        padding-right: 15px
    }

    .header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle {
        font-size: 14px;
        font-weight: 600
    }

    .header-2 .top-header .bg .top-right .try-btn {
        padding: 0;
        padding-left: 15px
    }

    .header-2 .top-header .bg .top-right .try-btn a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px
    }

    .header-2 .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-2 .bottom-header.fixed-header {
        background: #fff
    }

    .header-2 .bottom-header .bg .navbar-toggler {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        background: #262262;
        color: #fff;
        font-size: 18px;
        padding: 0
    }

    .header-2 .bottom-header .bg .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .bottom-header .bg .logo img {
        width: 40px
    }

    .header-2 .bottom-header .bg .bottom-right {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-2 .bottom-header .bg .bottom-right form {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        padding: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input::-webkit-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-moz-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input:-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form.active input {
        height: 45px
    }

    .header-2 .bottom-header .bg .bottom-right form button {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        padding: 0;
        background: #262262;
        color: #fff;
        font-size: 18px;
        border-radius: 5px
    }

    .header-2 .bottom-header .bg .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .banner:after {
        background: url(../images/banner-img.png) center left 40% no-repeat;
        background-size: cover
    }

    .banner .banner-txt {
        padding: 70px 0
    }

    .banner .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .banner .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 {
        background: url(../images/banner-bg.jpg) center right 50% no-repeat;
        background-size: cover
    }

    .banner-2 .banner-txt {
        padding: 70px 0
    }

    .banner-2 .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px
    }

    .banner-2 .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner-2 .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner-2 .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner-2 .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 .banner-txt .btn-box a.left-btn {
        margin-right: 10px
    }

    .banner-2 .part-img {
        display: none
    }

    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }

    .feature .single-box {
        width: 290px;
        padding: 30px 25px;
        margin: 3px auto 33px
    }

    .feature .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -1px;
        margin-bottom: 20px
    }

    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .partner {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .partner .bg {
        padding: 30px
    }

    .partner .bg .brand-slider .single-img {
        height: 70px
    }

    .partner .bg .brand-slider .owl-nav {
        left: -45px;
        right: -45px
    }

    .partner .bg .brand-slider .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        border-width: 2px
    }

    .partner.partner-2 {
        padding: 60px 0
    }

    .partner.partner-2:after {
        background: url(../images/partner-overlay.png) center center no-repeat;
        background-size: cover
    }

    .partner.partner-2 .heading h2 {
        margin-bottom: 24px
    }

    .partner.partner-2 .heading p {
        font-size: 14px;
        line-height: 24px
    }

    .partner.partner-2 .bg .brand-slider .single-img {
        height: 105px;
        padding: 15px 0
    }

    .about {
        padding-top: 30px;
        padding-bottom: 60px
    }

    .about .image-box {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about .image-box .fun-fact-inner {
        padding: 20px 15px;
        margin: -70px 35px 0
    }

    .about .image-box .fun-fact-inner .single-box {
        padding: 0 5px
    }

    .about .image-box .fun-fact-inner .single-box h4 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 5px
    }

    .about .image-box .fun-fact-inner .single-box p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: -6px
    }

    .about .image-box .fun-fact-inner .single-box p span {
        font-size: 10px;
        margin-bottom: -2px
    }

    .about .part-txt .heading {
        margin-bottom: 25px;
    }
    
    .about .part-txt .heading h2{
        font-size: 34px;
    }

    .about .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .about .part-txt .boxes {
        margin-top: 31px;
        margin-bottom: 1px
    }

    .about .part-txt .boxes .single-box {
        margin-bottom: 31px
    }

    .about .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .about .part-txt .boxes-2 {
        padding: 40px 25px 25px
    }

    .about .part-txt .boxes-2 .single-box .txt h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .about .part-txt .boxes-2 .single-box .txt span {
        font-size: 14px
    }

    .about.about-2 .part-img {
        width: 450px;
        margin: 0 auto 30px
    }

    .about.about-2 .part-img img {
        max-width: 100%
    }

    .about.about-2 .part-txt .def-btn {
        margin-top: 7px
    }

    .service {
        padding: 60px 0
    }

    .service .bg {
        margin: auto
    }

    .service .bg .nav {
        padding: 30px 20px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service .bg .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service .bg .nav .nav-link span {
        font-size: 20px
    }

    .service .bg .part-img {
        /*border-top: 1px solid #362e65;
        border-bottom: 1px solid #362e65;*/
        border-left: 0;
        border-right: 0
    }

    .service .bg .part-txt {
        padding: 30px
    }

    .service .bg .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .service .bg .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service .bg .part-txt .def-btn {
        margin-top: 11px
    }

    .process {
        padding-top: 60px;
        padding-bottom: 0
    }

    .process .single-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .process .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .pricing {
        padding: 30px 0
    }

    .pricing .controls {
        margin-bottom: 30px
    }

    .pricing .controls nav {
        padding: 0 20px
    }

    .pricing .controls nav .nav {
        width: 100px
    }

    .pricing .controls span {
        font-size: 14px
    }

    .pricing .controls nav .nav .nav-item {
        width: 27px;
        height: 27px
    }

    .pricing .tab-pane .single-box {
        padding: 25px 20px;
        margin: 0 auto 50px
    }

    .pricing .tab-pane .single-box .part-img {
        margin-right: 30px
    }

    .pricing .tab-pane .single-box .part-txt h3 {
        font-size: 18px
    }

    .pricing .tab-pane .single-box .part-txt ul {
        margin-bottom: 7px
    }

    .pricing .tab-pane .single-box .part-txt ul li {
        font-size: 14px;
        line-height: 25px
    }

    .pricing .tab-pane .single-box .part-txt ul li span {
        font-size: 10px;
        margin-right: 10px
    }

    .pricing .tab-pane .single-box .part-btn {
        right: 25px
    }

    .cta {
        padding: 60px 0
    }

    .cta:after {
        top: 0;
        bottom: 0
    }

    .cta .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .cta .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .cta .part-img {
        display: none
    }

    .cta-2 {
        padding-top: 175px;
        padding-bottom: 60px
    }

    .cta-2 .part-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .cta-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .cta-2 .part-txt .def-btn {
        margin-top: 5px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .testimonial .bg {
        padding: 0;
        background: 0 0
    }

    .testimonial .bg .comment-area .comment-slider .single-comment p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client {
        padding-top: 105px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h3 {
        font-size: 20px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h5 {
        font-size: 14px
    }

    .testimonial .bg .comment-area .client-slider {
        padding: 0 50px;
        margin-top: -48px
    }

    .testimonial .bg .comment-area .client-slider .slick-track {
        height: 65px
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-active {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-center {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box .img {
        margin: 0 5px
    }

    .testimonial .bg .part-txt {
        background: url(../images/testimonial-bg-3.jpg) center center no-repeat;
        background-size: cover;
        padding: 30px 20px;
        border-radius: 10px;
        margin-top: 13px
    }

    .testimonial .bg .part-txt .heading {
        text-align: center !important;
        margin-bottom: 30px
    }

    .testimonial .bg .part-txt .controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonial .bg .part-txt .controls button {
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 14px
    }

    .testimonial .bg .part-txt .controls button:first-child {
        margin-right: 15px
    }

    .blog {
        padding: 60px 0
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box {
        padding: 30px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
        width: 150px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
        width: 270px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
        padding-top: 7px;
        margin-bottom: 26px
    }

    .blog .blog-slider .owl-nav {
        display: none
    }

    .blog-2 {
        padding-top: 60px;
        margin-bottom: -30px
    }

    .blog-2 .single-blog {
        width: 320px;
        margin: 0 auto 30px
    }

    .blog-2 .single-blog .part-txt {
        padding: 0 25px 25px
    }

    .blog-2 .single-blog .part-txt .blog-info ul {
        padding: 0 10px;
        margin-bottom: 25px
    }

    .blog-2 .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .blog-2 .single-blog .part-txt a {
        font-size: 14px
    }

    .call-back {
        padding-top: 60px
    }

    .call-back .bg {
        padding: 30px 25px
    }

    .call-back .bg .part-txt {
        text-align: center;
        margin-bottom: 30px
    }

    .call-back .bg .part-txt h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 21px
    }

    .call-back .bg .part-txt h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: -8px
    }

    .call-back .bg .form form {
        border-radius: 5px
    }

    .call-back .bg .form form input {
        width: 285px;
        height: 45px;
        font-size: 14px;
        padding: 0 5px
    }

    .call-back .bg .form form button {
        height: 45px;
        line-height: 46px;
        font-size: 14px;
        border-radius: 5px;
        border: none;
    }

    .footer .main-footer {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .footer .main-footer h3 {
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 20px
    }

    .footer .main-footer .about-txt {
        margin-bottom: 35px
    }

    .footer .main-footer .about-txt p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 11px
    }

    .footer .main-footer .link {
        margin-bottom: 35px
    }

    .footer .main-footer .link ul {
        margin-bottom: -8px
    }

    .footer .main-footer .link ul li a {
        font-size: 14px;
        line-height: 25px
    }

    .footer .main-footer .newsletter {
        margin-bottom: 30px
    }

    .footer .main-footer .newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 17px
    }

    .footer .main-footer .newsletter form {
        margin-bottom: 25px
    }

    .footer .main-footer .newsletter form button {
        height: 45px;
        line-height: 53px;
        font-size: 20px
    }

    .footer .copyright {
        padding-bottom: 25px
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        padding: 24px 0 17px
    }

    .footer .copyright .link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .copyright .link a {
        font-size: 12px
    }

    .faq {
        padding-top: 60px;
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .card:last-child {
        margin-bottom: 0
    }

    .faq .part-txt #accordion .card .card-header h5 button {
        height: 60px;
        font-size: 18px;
        line-height: 100%;
        text-align: left
    }

    .faq .part-txt #accordion .card .card-header h5 button span {
        font-size: 14px
    }

    .faq .part-txt #accordion .card .card-body {
        padding: 0 20px 35px
    }

    .faq .part-txt #accordion .card .card-body p {
        font-size: 14px;
        line-height: 24px
    }

    .project {
        padding: 60px 0
    }

    .project:after {
        background: url(../images/project-overlay.png) center center no-repeat;
        background-size: cover
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title {
        margin: 0 10px 20px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
        font-size: 25px;
        margin-bottom: 65px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 16px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .team .single-box {
        margin-bottom: 30px
    }

    .team .single-box .part-txt .txt {
        padding-top: 132px
    }

    .fun-fact .bg {
        padding: 60px 25px 30px
    }

    .fun-fact .bg .single-box {
        margin-bottom: 30px
    }

    .fun-fact .bg .single-box .part-icon {
        margin-bottom: 9px
    }

    .fun-fact .bg .single-box .part-txt h2 {
        font-size: 25px;
        margin-bottom: 11px
    }

    .fun-fact .bg .single-box .part-txt p {
        font-size: 14px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 18px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -3px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .about.about-inner {
        padding-top: 60px
    }

    .process-2 {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .process-2 .no-gutters .single-box {
        margin-bottom: 40px
    }

    .process-2 .no-gutters .single-box .part-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .process-2 .no-gutters .single-box .part-icon .icon {
        font-size: 30px;
        line-height: 82px
    }

    .process-2 .no-gutters .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process-2 .no-gutters .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .process-2 .no-gutters .single-box .arrow {
        display: none
    }

    .choosing-reason {
        padding-top: 60px
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 34px
    }

    .choosing-reason .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .choosing-reason .part-txt .boxes {
        padding-top: 22px;
        padding-bottom: 10px
    }

    .choosing-reason .part-txt .boxes .single-box {
        margin-bottom: 30px
    }

    .choosing-reason .part-txt .boxes .single-box .img {
        width: 80px;
        height: 80px
    }

    .choosing-reason .part-txt .boxes .single-box .img span {
        right: -5px;
        bottom: -5px
    }

    .choosing-reason .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .choosing-reason .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .choosing-reason .part-img .video a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .partner.partner-inner {
        padding-bottom: 60px
    }

    .faq.faq-inner {
        margin-bottom: -35px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .part-txt {
        margin-bottom: 40px
    }

    .service-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .service-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .service-2 .part-txt .boxes {
        padding-top: 17px
    }

    .service-2 .part-txt .boxes .single-box {
        width: 510px;
        margin: 0 auto 30px
    }

    .service-2 .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .service-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-2 .part-img {
        width: 450px;
        margin: 0 auto
    }

    .feature-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .feature-2 .part-img {
        width: 450px;
        margin: 0 auto 40px
    }

    .feature-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .feature-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .feature-2 .part-txt .boxes {
        padding-top: 17px
    }

    .feature-2 .part-txt .boxes .single-box {
        width: 510px;
        margin: 0 auto 30px
    }

    .feature-2 .part-txt .boxes .single-box .txt {
        width: 410px
    }

    .feature-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .pricing.pricing-inner {
        margin-bottom: -30px
    }

    .service-details {
        padding-top: 60px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt .boxes {
        padding-top: 11px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt .boxes .single-box {
        margin-bottom: 25px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt ul {
        margin-bottom: 32px
    }

    .service-details .main-content .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-details .main-content .part-txt ul li span {
        font-size: 10px
    }

    .service-details .main-content .video {
        padding-top: 11px
    }

    .service-details .main-content .video .video-area {
        padding: 60px 0;
        margin-bottom: 24px
    }

    .service-details .main-content .video .video-area a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .service-details .main-content .video p {
        font-size: 14px;
        line-height: 24px
    }

    .service-details .sidebar .side-nav {
        padding: 0;
        margin-bottom: 40px
    }

    .service-details .sidebar .side-nav .nav {
        padding: 30px 20px;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .service-details .sidebar .side-nav .nav .nav-link {
        width: calc(100%/2 - 10px);
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service-details .sidebar .side-nav .nav .nav-link span {
        font-size: 20px
    }

    .service-details .sidebar .subscription,
    .service-details .sidebar .online-help,
    .service-details .sidebar .download-area {
        display: none
    }

    .team-inner-2 {
        padding-top: 60px
    }

    .team-inner-2 .single-box .part-txt {
        margin: -50px 10px 0
    }

    .team-inner-2 .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-inner-2 .single-box .part-txt .title p {
        font-size: 14px
    }

    .team-details {
        padding-top: 60px
    }

    .team-details .profile {
        width: 290px;
        margin: 0 auto 40px
    }

    .team-details .profile .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-details .profile .part-txt .title p {
        font-size: 14px
    }

    .team-details .biography h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .team-details .biography p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .biography ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team-details .biography ul li {
        width: 100%;
        font-size: 14px;
        line-height: 30px
    }

    .team-details .biography ul li span {
        min-width: 80px
    }

    .team-details .qualification h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .team-details .qualification .single-box {
        width: 320px;
        margin: 0 auto 30px
    }

    .team-details .qualification .single-box .arrow {
        width: 30px;
        height: auto
    }

    .team-details .qualification .single-box .txt {
        width: 290px
    }

    .team-details .qualification .single-box .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt h5 {
        font-size: 14px
    }

    .team-details .qualification .single-box .txt span {
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise {
        padding-bottom: 10px
    }

    .team-details .expertise h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .team-details .expertise p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise .single-box {
        margin-bottom: 30px
    }

    .team-details .additional-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px
    }

    .team-details .additional-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .team-details .additional-txt ul li {
        font-size: 14px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .team-details .additional-txt ul li span {
        font-size: 10px
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
        width: 90px;
        height: 90px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
        width: 380px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title span {
        font-size: 14px
    }

    .testimonial-2 .testimonial-slider .owl-dots {
        padding-top: 40px
    }

    .testimonial-3 {
        padding: 60px 0
    }

    .testimonial-3 .testimonial-slider-2 .single-box {
        padding: 30px 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
        margin-right: 0;
        margin-bottom: 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt p {
        font-size: 14px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
        font-size: 30px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial-3 .testimonial-slider-2 .owl-dots {
        padding-top: 40px
    }

    .pricing.pricing-inner-2 {
        padding-top: 60px
    }

    .pricing-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .pricing-2 .single-box {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .pricing-2 .single-box .top .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .pricing-2 .single-box .top .price p {
        font-size: 14px;
        margin-top: -15px;
        margin-right: 5px
    }

    .pricing-2 .single-box .top .price h3 {
        font-size: 30px
    }

    .pricing-2 .single-box .top .price h3 span {
        font-size: 14px
    }

    .pricing-2 .single-box .bottom h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .pricing-2 .single-box .bottom ul li {
        font-size: 14px;
        line-height: 30px
    }

    .pricing-2 .single-box .bottom .part-btn {
        font-size: 14px
    }

    .pricing-3 {
        padding-top: 60px
    }

    .pricing-3 .boxes .single-box {
        margin-bottom: 30px;
        padding: 30px 25px
    }

    .pricing-3 .boxes .single-box .part-img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .pricing-3 .boxes .single-box .title .price p {
        font-size: 14px;
        margin-top: -5px;
        margin-right: 5px
    }

    .pricing-3 .boxes .single-box .title .price h3 {
        font-size: 30px;
        margin-top: -3px
    }

    .pricing-3 .boxes .single-box .title .price h3 span {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box ul {
        margin-bottom: 18px
    }

    .pricing-3 .boxes .single-box ul li {
        font-size: 14px;
        margin-bottom: 16px
    }

    .pricing-3 .boxes .single-box .part-btn a {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box .part-btn {
        padding-top: 9px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .faq-2 {
        padding-bottom: 0;
        margin-bottom: -35px
    }

    .faq-2 .faq-inner-2 {
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .part-img {
        width: 450px;
        margin: 0 auto 35px
    }

    .error {
        padding-top: 60px
    }

    .error .boxes {
        margin-bottom: 40px
    }

    .error .boxes .single-box {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 10px;
        font-size: 70px;
        border-radius: 5px
    }

    .error .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
        margin-bottom: 22px
    }

    .error .part-txt p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px
    }

    .portfolio {
        padding-top: 60px
    }

    .portfolio .single-box .part-txt {
        height: 75px
    }

    .portfolio .single-box .part-txt a {
        font-size: 18px;
        line-height: 76px
    }

    .portfolio-details {
        padding-top: 60px
    }

    .portfolio-details .main-img {
        margin-bottom: 40px
    }

    .portfolio-details .main-img:after {
        border-width: 100px
    }

    .portfolio-details .project-information h3 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 25px
    }

    .portfolio-details .project-information ul li {
        font-size: 14px;
        line-height: 50px
    }

    .portfolio-details .project-information ul li span {
        font-size: 14px
    }

    .portfolio-details .project-information ul li a {
        font-size: 12px;
        margin: 0 5px
    }

    .portfolio-details .main-txt h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .portfolio-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .portfolio-details .main-txt .part-img {
        margin-bottom: -6px
    }

    .portfolio-details .main-txt .part-img .single-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .main-txt ul {
        width: 100%
    }

    .portfolio-details .main-txt ul li {
        width: 100%;
        font-size: 14px
    }

    .portfolio-details .main-txt ul li span {
        font-size: 14px
    }

    .process-2.process-inner {
        margin-bottom: -40px
    }

    .portfolio-details .process-inner .heading-txt {
        padding-bottom: 7px
    }

    .portfolio-details .process-inner .heading-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .portfolio-details .process-inner .heading-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner {
        margin-bottom: 0
    }

    .blog-inner .main-content {
        margin-bottom: 60px
    }

    .blog-inner .main-content .pagination {
        padding-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination ul li {
        padding: 0 5px
    }

    .blog-inner .main-content .pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .sidebar {
        max-width: 320px;
        margin: 0 auto
    }

    .blog-inner .sidebar .profile {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .profile .part-img {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .profile .part-txt h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .blog-inner .sidebar .profile .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .sidebar .profile .part-txt .social {
        padding-top: 5px
    }

    .blog-inner .sidebar .profile .part-txt .social a {
        font-size: 12px
    }

    .blog-inner .sidebar .search-box {
        padding: 30px 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .blog-inner .sidebar .search-box form button {
        font-size: 20px
    }

    .blog-inner .sidebar .blog-category {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .blog-category h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .blog-category ul li a {
        font-size: 14px;
        padding-top: 14px
    }

    .blog-inner .sidebar .recent-blog {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .recent-blog h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-blog ul li .img {
        width: 60px;
        border-radius: 5px;
        margin-right: 10px
    }

    .blog-inner .sidebar .recent-blog ul li .txt {
        width: 200px
    }

    .blog-inner .sidebar .recent-blog ul li .txt a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px
    }

    .blog-inner .sidebar .recent-blog ul li .txt .info .icon {
        font-size: 9px
    }

    .blog-inner .sidebar .tags {
        padding: 30px 25px
    }

    .blog-inner .sidebar .tags h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .tags .all-tag {
        margin: -5px -3px
    }

    .blog-inner .sidebar .tags .all-tag a {
        font-size: 14px;
        margin: 5px 3px
    }

    .blog-inner {
        padding-top: 60px
    }

    .blog-inner .blog-details {
        padding-bottom: 60px
    }

    .blog-inner .blog-details .title {
        margin-bottom: 35px
    }

    .blog-inner .blog-details .title .tag {
        border-width: 3px;
        font-size: 14px;
        height: 45px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -2px;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .title ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -3px
    }

    .blog-inner .blog-details .title ul li {
        margin-right: 15px
    }

    .blog-inner .blog-details .main-img {
        border-radius: 5px;
        margin-bottom: 35px
    }

    .blog-inner .blog-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .main-txt .quoted {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .main-txt .quoted .img {
        width: 100px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .main-txt .quoted .txt {
        width: 100%
    }

    .blog-inner .blog-details .main-txt .quoted .txt span {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 15px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h5 {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose {
        padding-top: 8px
    }

    .blog-inner .blog-details .reasons-for-choose h2 {
        font-size: 20px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .reasons-for-choose ul {
        margin-bottom: 7px
    }

    .blog-inner .blog-details .reasons-for-choose ul li {
        width: 100%;
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose ul li span {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img {
        margin-bottom: 0
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img {
        margin-bottom: 30px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img img {
        width: 100%
    }

    .blog-inner .blog-details .other-option {
        padding-top: 8px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .blog-inner .blog-details .other-option .tags {
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option h3 {
        font-size: 18px
    }

    .blog-inner .blog-details .other-option .tags a {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px
    }

    .blog-inner .blog-details .other-option .share h3 {
        width: auto;
        margin-bottom: 0
    }

    .blog-inner .blog-details .other-option .share a {
        margin: 0 5px
    }

    .blog-inner .blog-details .admin-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .admin-profile .part-img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-profile .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .admin-profile .part-txt h3 {
        margin-bottom: 9px
    }

    .blog-inner .blog-details .admin-profile .part-txt .admin-link {
        font-size: 13px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .admin-profile .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .blog-nav {
        padding-top: 40px;
        padding-bottom: 32px
    }

    .blog-inner .blog-details .blog-nav .single-nav .img {
        width: 80px;
        height: 80px;
        border-radius: 5px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt {
        width: 150px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a span {
        margin-top: 11px
    }

    .blog-inner .blog-details .blog-comments .comments {
        padding: 40px 0
    }

    .blog-inner .blog-details .blog-comments h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied {
        margin-left: 30px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-img {
        width: 70px;
        height: 70px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
        width: 410px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
        width: 380px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top {
        margin-bottom: 15px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 {
        font-size: 16px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 span {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .blog-details .blog-comments .post-comment form input {
        height: 50px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form textarea {
        height: 120px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form .def-btn {
        height: 50px;
        line-height: 52px
    }

    .contact {
        padding: 60px 0
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .contact .boxes .single-box .part-icon {
        width: 30px;
        height: 30px;
        line-height: 35px;
        font-size: 12px;
        margin-right: 15px
    }

    .contact .boxes .single-box .part-txt {
        width: 180px
    }

    .contact .boxes .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contact .boxes .single-box .part-txt span {
        font-size: 14px;
        line-height: 30px
    }

    .contact .form {
        padding: 60px 20px
    }

    .contact .form input {
        height: 45px;
        margin-bottom: 25px
    }

    .contact .form textarea {
        height: 120px;
        margin-bottom: 30px
    }

    .map iframe {
        height: 250px
    }
}

@media only screen and (min-width:480px) and (max-width:575px) {
    .heading {
        margin-bottom: 40px
    }
    
    ol.noshow{
        padding-left: 0px!important; 
    }

    .heading h5 {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 15px
    }

    .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: -10px
    }

    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .header .top-header {
        padding-top: 15px
    }

    .header .top-header .top-left ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .top-header .top-left ul li {
        margin-right: 0;
        margin-bottom: 10px
    }

    .header .top-header .top-right {
        padding-top: 5px
    }

    .header .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header .bottom-header .bottom-right a {
        display: none
    }

    .header .bottom-header:before {
        top: 0;
        left: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(-35deg);
        transform: skew(-35deg);
        border-radius: 0 0 15px 0
    }

    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px
    }

    .header .bottom-header .bg:before,
    .header .bottom-header .bg:after,
    .header .bottom-header .bg .bg-2:before,
    .header .bottom-header .bg .bg-2:after,
    .header .bottom-header .bg .bg-2 .bg-3:before,
    .header .bottom-header .bg .bg-2 .bg-3:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler {
        padding: 0 5px;
        color: #E81212;
        font-size: 20px;
        height: 60px;
        line-height: 68px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo {
        padding-top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 40px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        width: 100%;
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
        margin: 0;
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form.active input {
        height: 45px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button {
        height: 60px;
        line-height: 68px;
        font-size: 20px;
        padding: 0 5px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .header-2 {
        background: #fff
    }

    .header-2 .top-header {
        background: #E81212;
        padding: 20px 0
    }

    .header-2 .top-header .bg .top-left {
        margin-bottom: 2px
    }

    .header-2 .top-header .bg .top-left ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-2 .top-header .bg .top-left ul li {
        padding: 0 15px 15px;
        border: 0;
        margin-top: -1px
    }

    .header-2 .top-header .bg .top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-2 .top-header .bg .top-right .language {
        padding-right: 15px
    }

    .header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle {
        font-size: 14px;
        font-weight: 600
    }

    .header-2 .top-header .bg .top-right .try-btn {
        padding: 0;
        padding-left: 15px
    }

    .header-2 .top-header .bg .top-right .try-btn a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px
    }

    .header-2 .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-2 .bottom-header.fixed-header {
        background: #fff
    }

    .header-2 .bottom-header .bg .navbar-toggler {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        background: #262262;
        color: #fff;
        font-size: 18px;
        padding: 0
    }

    .header-2 .bottom-header .bg .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .bottom-header .bg .logo img {
        width: 40px
    }

    .header-2 .bottom-header .bg .bottom-right {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-2 .bottom-header .bg .bottom-right form {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        padding: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input::-webkit-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-moz-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input:-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form.active input {
        height: 45px
    }

    .header-2 .bottom-header .bg .bottom-right form button {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        padding: 0;
        background: #262262;
        color: #fff;
        font-size: 18px;
        border-radius: 5px
    }

    .header-2 .bottom-header .bg .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .banner:after {
        background: url(../images/banner-img.png) center left 40% no-repeat;
        background-size: cover
    }

    .banner .banner-txt {
        padding: 70px 0
    }

    .banner .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .banner .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }

    .feature .single-box {
        width: 290px;
        padding: 30px 25px;
        margin: 3px auto 33px
    }

    .feature .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -1px;
        margin-bottom: 20px
    }

    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .banner-2 {
        background: url(../images/banner-bg.jpg) center right 50% no-repeat;
        background-size: cover
    }

    .banner-2 .banner-txt {
        padding: 70px 0
    }

    .banner-2 .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px
    }

    .banner-2 .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner-2 .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner-2 .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner-2 .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 .banner-txt .btn-box a.left-btn {
        margin-right: 10px
    }

    .banner-2 .part-img {
        display: none
    }

    .partner {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .partner .bg {
        padding: 30px
    }

    .partner .bg .brand-slider .single-img {
        height: 70px
    }

    .partner .bg .brand-slider .owl-nav {
        left: -45px;
        right: -45px
    }

    .partner .bg .brand-slider .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        border-width: 2px
    }

    .partner.partner-2 {
        padding: 60px 0
    }

    .partner.partner-2:after {
        background: url(../images/partner-overlay.png) center center no-repeat;
        background-size: cover
    }

    .partner.partner-2 .heading h2 {
        margin-bottom: 24px
    }

    .partner.partner-2 .heading p {
        font-size: 14px;
        line-height: 24px
    }

    .partner.partner-2 .bg .brand-slider .single-img {
        height: 85px;
        padding: 15px 0
    }

    .about {
        /*padding-top: 30px;*/
        /*padding-bottom: 60px*/
    }

    .about .image-box {
        padding-right: 0;
        margin-bottom: 30px
    }

    .about .image-box .fun-fact-inner {
        padding: 20px 15px;
        margin: -70px 35px 0
    }

    .about .image-box .fun-fact-inner .single-box {
        padding: 0 5px
    }

    .about .image-box .fun-fact-inner .single-box h4 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 5px
    }

    .about .image-box .fun-fact-inner .single-box p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: -6px
    }

    .about .image-box .fun-fact-inner .single-box p span {
        font-size: 10px;
        margin-bottom: -2px
    }

    .about .part-txt .heading {
        margin-bottom: 34px
    }

    .about .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .about .part-txt .boxes {
        margin-top: 31px;
        margin-bottom: 1px
    }

    .about .part-txt .boxes .single-box {
        margin-bottom: 21px
    }

    .about .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .about .part-txt .boxes-2 {
        padding: 40px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about .part-txt .boxes-2 .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 21px
    }

    .about .part-txt .boxes-2 .single-box:last-child {
        margin-bottom: -7px
    }

    .about .part-txt .boxes-2 .single-box .img {
        margin-right: 0;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .about .part-txt .boxes-2 .single-box .txt h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .about .part-txt .boxes-2 .single-box .txt span {
        font-size: 14px
    }

    .about.about-2 .part-img {
        width: 450px;
        margin: 0 auto 30px
    }

    .about.about-2 .part-img img {
        max-width: 100%
    }

    .about.about-2 .part-txt .def-btn {
        margin-top: 7px
    }

    .service {
        padding: 60px 0
    }

    .service .bg {
        /*max-width: 320px;*/
        margin: auto
    }

    .service .bg .nav {
        padding: 30px 5px;
    }

    .service .bg .nav .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service .bg .nav .nav-link span {
        font-size: 20px
    }

    .service .bg .part-img {
        /* border-top: 1px solid #362e65;
        border-bottom: 1px solid #362e65;*/
        border-left: 0;
        border-right: 0
    }

    .service .bg .part-txt {
        padding: 30px
    }

    .service .bg .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .service .bg .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service .bg .part-txt .def-btn {
        margin-top: 11px
    }

    .process {
        padding-top: 60px;
        padding-bottom: 0
    }

    .process .single-box {
        width: 290px;
        padding: 30px;
        margin: 0 auto 30px
    }

    .process .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .pricing {
        padding: 30px 0
    }

    .pricing .controls {
        margin-bottom: 30px
    }

    .pricing .controls nav {
        padding: 0 20px
    }

    .pricing .controls nav .nav {
        width: 100px
    }

    .pricing .controls span {
        font-size: 14px
    }

    .pricing .controls nav .nav .nav-item {
        width: 27px;
        height: 27px
    }

    .pricing .tab-pane .single-box {
        width: 450px;
        padding: 25px 20px;
        margin: 0 auto 50px
    }

    .pricing .tab-pane .single-box .part-img {
        margin-right: 20px
    }

    .pricing .tab-pane .single-box .part-txt h3 {
        font-size: 18px
    }

    .pricing .tab-pane .single-box .part-txt ul {
        margin-bottom: 7px
    }

    .pricing .tab-pane .single-box .part-txt ul li {
        font-size: 14px;
        line-height: 25px
    }

    .pricing .tab-pane .single-box .part-txt ul li span {
        font-size: 10px;
        margin-right: 10px
    }

    .pricing .tab-pane .single-box .part-btn {
        right: 25px
    }

    .cta {
        padding: 60px 0
    }

    .cta:after {
        top: 0;
        bottom: 0
    }

    .cta .part-txt {
        margin-bottom: 30px
    }

    .cta .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .cta .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .cta .part-img {
        margin: 0 -15px
    }

    .cta .part-img img {
        max-width: 100%
    }

    .cta-2 {
        padding-top: 175px;
        padding-bottom: 60px
    }

    .cta-2 .part-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .cta-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .cta-2 .part-txt .def-btn {
        margin-top: 5px
    }

    .testimonial {
        padding: 60px 0
    }

    .testimonial .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .testimonial .bg {
        padding: 0;
        background: 0 0
    }

    .testimonial .bg .comment-area .comment-slider .single-comment p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client {
        padding-top: 105px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h3 {
        font-size: 20px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h5 {
        font-size: 14px
    }

    .testimonial .bg .comment-area .client-slider {
        
        margin-top: -48px
    }

    .testimonial .bg .comment-area .client-slider .slick-track {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-active {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-center {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box .img {
        margin: 0 5px
    }

    .testimonial .bg .part-txt {
        background: url(../images/testimonial-bg-3.jpg) center center no-repeat;
        background-size: cover;
        padding: 30px 20px;
        border-radius: 10px;
        margin-top: 13px
    }

    .testimonial .bg .part-txt .heading {
        text-align: center !important;
        margin-bottom: 30px
    }

    .testimonial .bg .part-txt .controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonial .bg .part-txt .controls button {
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 14px
    }

    .testimonial .bg .part-txt .controls button:first-child {
        margin-right: 15px
    }

    .blog {
        padding: 60px 0
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box {
        padding: 30px 20px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
        width: 130px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
        width: 260px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
        padding-top: 7px;
        margin-bottom: 26px
    }

    .blog .blog-slider .owl-nav {
        display: none
    }

    .blog-2 {
        padding-top: 60px;
        margin-bottom: -30px
    }

    .blog-2 .single-blog {
        width: 320px;
        margin: 0 auto 30px
    }

    .blog-2 .single-blog .part-txt {
        padding: 0 25px 25px
    }

    .blog-2 .single-blog .part-txt .blog-info ul {
        padding: 0 10px;
        margin-bottom: 25px
    }

    .blog-2 .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .blog-2 .single-blog .part-txt a {
        font-size: 14px
    }

    .call-back {
        padding-top: 60px
    }

    .call-back .bg {
        padding: 30px 25px
    }

    .call-back .bg .part-txt {
        text-align: center;
        margin-bottom: 30px
    }

    .call-back .bg .part-txt h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 21px
    }

    .call-back .bg .part-txt h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: -8px
    }

    .call-back .bg .form form {
        border-radius: 5px
    }

    .call-back .bg .form form input {
        width: 225px;
        height: 45px;
        font-size: 14px;
        padding: 0 5px
    }

    .call-back .bg .form form button {
        height: 45px;
        line-height: 46px;
        font-size: 14px;
        border-radius: 5px
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer h3 {
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 20px
    }

    .footer .main-footer .about-txt {
        margin-bottom: 35px
    }

    .footer .main-footer .about-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 11px
    }

    .footer .main-footer .link {
        margin-bottom: 35px
    }

    .footer .main-footer .link ul {
        margin-bottom: -8px
    }

    .footer .main-footer .link ul li a {
        font-size: 14px;
        line-height: 25px
    }

    .footer .main-footer .newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 17px
    }

    .footer .main-footer .newsletter form {
        width: 300px;
        margin-bottom: 25px
    }

    .footer .main-footer .newsletter form button {
        height: 45px;
        line-height: 53px;
        font-size: 20px
    }

    .footer .copyright {
        padding-bottom: 25px
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        padding: 24px 0 17px
    }

    .footer .copyright .link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .copyright .link a {
        font-size: 12px
    }

    .faq {
        padding-top: 60px;
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .card:last-child {
        margin-bottom: 0
    }

    .faq .part-txt #accordion .card .card-header h5 button {
        height: 60px;
        font-size: 16px;
        line-height: 100%;
        padding: 1px 20px 0;
        text-align: left
    }

    .faq .part-txt #accordion .card .card-header h5 button span {
        font-size: 14px
    }

    .faq .part-txt #accordion .card .card-body {
        padding: 0 20px 35px
    }

    .faq .part-txt #accordion .card .card-body p {
        font-size: 14px;
        line-height: 24px
    }

    .project {
        padding: 60px 0
    }

    .project:after {
        background: url(../images/project-overlay.png) center center no-repeat;
        background-size: cover
    }

    .project .all-projects .project-slider {
        width: 430px;
        margin: 0 auto
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title {
        margin: 0 10px 20px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
        font-size: 25px;
        margin-bottom: 55px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 16px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .team .single-box {
        width: 270px;
        margin: 0 auto 30px
    }

    .fun-fact .bg {
        width: 400px;
        margin: -5px auto -115px;
        padding: 60px 25px 30px
    }

    .fun-fact .bg .single-box {
        margin-bottom: 30px
    }

    .fun-fact .bg .single-box .part-icon {
        margin-bottom: 9px
    }

    .fun-fact .bg .single-box .part-txt h2 {
        font-size: 25px;
        margin-bottom: 11px
    }

    .fun-fact .bg .single-box .part-txt p {
        font-size: 14px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 18px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -3px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .about.about-inner {
        padding-top: 60px
    }

    .process-2 {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .process-2 .no-gutters .single-box {
        width: 290px;
        margin: 0 auto 40px
    }

    .process-2 .no-gutters .single-box .part-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .process-2 .no-gutters .single-box .part-icon .icon {
        font-size: 30px;
        line-height: 82px
    }

    .process-2 .no-gutters .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process-2 .no-gutters .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .process-2 .no-gutters .single-box .arrow {
        display: none
    }

    .choosing-reason {
        padding-top: 60px
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 34px
    }

    .choosing-reason .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .choosing-reason .part-txt .boxes {
        padding-top: 22px;
        padding-bottom: 10px
    }

    .choosing-reason .part-txt .boxes .single-box {
        margin-bottom: 30px
    }

    .choosing-reason .part-txt .boxes .single-box .img {
        width: 80px;
        height: 80px
    }

    .choosing-reason .part-txt .boxes .single-box .img span {
        right: -5px;
        bottom: -5px
    }

    .choosing-reason .part-txt .boxes .single-box .txt {
        width: 350px
    }

    .choosing-reason .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .choosing-reason .part-img .video a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .partner.partner-inner {
        padding-bottom: 60px
    }

    .faq.faq-inner {
        margin-bottom: -35px
    }

    .service-2 {
        padding: 60px 0
    }

    .service-2 .part-txt {
        margin-bottom: 40px
    }

    .service-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .service-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .service-2 .part-txt .boxes {
        padding-top: 17px
    }

    .service-2 .part-txt .boxes .single-box {
        width: 450px;
        margin: 0 auto 30px
    }

    .service-2 .part-txt .boxes .single-box .txt {
        width: 350px
    }

    .service-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-2 .part-img {
        width: 290px;
        margin: 0 auto
    }

    .feature-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .feature-2 .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .feature-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .feature-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .feature-2 .part-txt .boxes {
        padding-top: 17px
    }

    .feature-2 .part-txt .boxes .single-box {
        width: 450px;
        margin: 0 auto 30px
    }

    .feature-2 .part-txt .boxes .single-box .txt {
        width: 350px
    }

    .feature-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .pricing.pricing-inner {
        margin-bottom: -30px
    }

    .service-details {
        padding-top: 60px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt .boxes {
        padding-top: 11px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt .boxes .single-box {
        margin-bottom: 25px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt ul {
        margin-bottom: 32px
    }

    .service-details .main-content .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-details .main-content .part-txt ul li span {
        font-size: 10px
    }

    .service-details .main-content .video {
        padding-top: 11px
    }

    .service-details .main-content .video .video-area {
        padding: 60px 0;
        margin-bottom: 24px
    }

    .service-details .main-content .video .video-area a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .service-details .main-content .video p {
        font-size: 14px;
        line-height: 24px
    }

    .service-details .sidebar .side-nav {
        width: 320px;
        padding: 25px;
        margin: 0 auto 40px
    }

    .service-details .sidebar .side-nav .nav .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service-details .sidebar .subscription,
    .service-details .sidebar .online-help,
    .service-details .sidebar .download-area {
        display: none
    }

    .team-inner-2 {
        padding-top: 60px
    }

    .team-inner-2 .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team-inner-2 .single-box .part-txt {
        margin: -50px 25px 0
    }

    .team-inner-2 .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-inner-2 .single-box .part-txt .title p {
        font-size: 14px
    }

    .team-details {
        padding-top: 60px
    }

    .team-details .profile {
        width: 290px;
        margin: 0 auto 40px
    }

    .team-details .profile .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-details .profile .part-txt .title p {
        font-size: 14px
    }

    .team-details .biography h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .team-details .biography p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .biography ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team-details .biography ul li {
        width: 100%;
        font-size: 14px;
        line-height: 30px
    }

    .team-details .biography ul li span {
        min-width: 80px
    }

    .team-details .qualification h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .team-details .qualification .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team-details .qualification .single-box .arrow {
        width: 30px;
        height: auto
    }

    .team-details .qualification .single-box .txt {
        width: 260px
    }

    .team-details .qualification .single-box .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt h5 {
        font-size: 14px
    }

    .team-details .qualification .single-box .txt span {
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise {
        padding-bottom: 10px
    }

    .team-details .expertise h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .team-details .expertise p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise .single-box {
        width: 200px;
        margin: 0 auto 30px
    }

    .team-details .additional-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px
    }

    .team-details .additional-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .team-details .additional-txt ul li {
        font-size: 14px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .team-details .additional-txt ul li span {
        font-size: 10px
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
        width: 90px;
        height: 90px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
        width: 325px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title span {
        font-size: 14px
    }

    .testimonial-2 .testimonial-slider .owl-dots {
        padding-top: 40px
    }

    .testimonial-3 {
        padding: 60px 0
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
        margin-right: 0;
        margin-bottom: 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt p {
        font-size: 14px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
        font-size: 30px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial-3 .testimonial-slider-2 .owl-dots {
        padding-top: 40px
    }

    .pricing.pricing-inner-2 {
        padding-top: 60px
    }

    .pricing-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .pricing-2 .single-box {
        width: 290px;
        padding: 30px 25px;
        margin: 0 auto 30px
    }

    .pricing-2 .single-box .top .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .pricing-2 .single-box .top .price p {
        font-size: 14px;
        margin-top: -15px;
        margin-right: 5px
    }

    .pricing-2 .single-box .top .price h3 {
        font-size: 30px
    }

    .pricing-2 .single-box .top .price h3 span {
        font-size: 14px
    }

    .pricing-2 .single-box .bottom h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .pricing-2 .single-box .bottom ul li {
        font-size: 14px;
        line-height: 30px
    }

    .pricing-2 .single-box .bottom .part-btn {
        font-size: 14px
    }

    .pricing-3 {
        padding-top: 60px
    }

    .pricing-3 .boxes .single-box {
        width: 290px;
        margin: 0 auto 30px;
        padding: 30px 25px
    }

    .pricing-3 .boxes .single-box .part-img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .pricing-3 .boxes .single-box .title .price p {
        font-size: 14px;
        margin-top: -5px;
        margin-right: 5px
    }

    .pricing-3 .boxes .single-box .title .price h3 {
        font-size: 30px;
        margin-top: -3px
    }

    .pricing-3 .boxes .single-box .title .price h3 span {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box ul {
        margin-bottom: 18px
    }

    .pricing-3 .boxes .single-box ul li {
        font-size: 14px;
        margin-bottom: 16px
    }

    .pricing-3 .boxes .single-box .part-btn a {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box .part-btn {
        padding-top: 9px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .faq-2 {
        padding-bottom: 0;
        margin-bottom: -35px
    }

    .faq-2 .faq-inner-2 {
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .part-img {
        width: 320px;
        margin: 0 auto 35px
    }

    .error {
        padding-top: 60px
    }

    .error .boxes {
        margin-bottom: 40px
    }

    .error .boxes .single-box {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin: 0 10px;
        font-size: 70px;
        border-radius: 5px
    }

    .error .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
        margin-bottom: 22px
    }

    .error .part-txt p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px
    }

    .portfolio {
        padding-top: 60px
    }

    .portfolio .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .portfolio .single-box .part-txt {
        height: 75px
    }

    .portfolio .single-box .part-txt a {
        font-size: 18px;
        line-height: 76px
    }

    .portfolio-details {
        padding-top: 60px
    }

    .portfolio-details .main-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .portfolio-details .main-img:after {
        border-width: 100px
    }

    .portfolio-details .project-information h3 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 25px
    }

    .portfolio-details .project-information ul {
        max-width: 320px;
        margin: 0 auto
    }

    .portfolio-details .project-information ul li {
        font-size: 14px;
        line-height: 50px;
        padding: 0 15px
    }

    .portfolio-details .project-information ul li span {
        font-size: 14px
    }

    .portfolio-details .project-information ul li a {
        font-size: 12px;
        margin: 0 5px
    }

    .portfolio-details .main-txt h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .portfolio-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .portfolio-details .main-txt .part-img {
        margin-bottom: -6px
    }

    .portfolio-details .main-txt .part-img .single-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .main-txt ul {
        width: 100%
    }

    .portfolio-details .main-txt ul li {
        width: 100%;
        font-size: 14px
    }

    .portfolio-details .main-txt ul li span {
        font-size: 14px
    }

    .process-2.process-inner {
        margin-bottom: -40px
    }

    .portfolio-details .process-inner .heading-txt {
        padding-bottom: 7px
    }

    .portfolio-details .process-inner .heading-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .portfolio-details .process-inner .heading-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner {
        margin-bottom: 0
    }

    .blog-inner .main-content {
        margin-bottom: 60px
    }

    .blog-inner .main-content .pagination {
        padding-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination ul li {
        padding: 0 5px
    }

    .blog-inner .main-content .pagination ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .blog-inner .sidebar {
        max-width: 320px;
        margin: 0 auto
    }

    .blog-inner .sidebar .profile {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .profile .part-img {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .profile .part-txt h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .blog-inner .sidebar .profile .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .sidebar .profile .part-txt .social {
        padding-top: 5px
    }

    .blog-inner .sidebar .profile .part-txt .social a {
        font-size: 12px
    }

    .blog-inner .sidebar .search-box {
        padding: 30px 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .blog-inner .sidebar .search-box form button {
        font-size: 20px
    }

    .blog-inner .sidebar .blog-category {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .blog-category h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .blog-category ul li a {
        font-size: 14px;
        padding-top: 14px
    }

    .blog-inner .sidebar .recent-blog {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .recent-blog h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-blog ul li .img {
        width: 60px;
        border-radius: 5px;
        margin-right: 10px
    }

    .blog-inner .sidebar .recent-blog ul li .txt {
        width: 200px
    }

    .blog-inner .sidebar .recent-blog ul li .txt a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px
    }

    .blog-inner .sidebar .recent-blog ul li .txt .info .icon {
        font-size: 9px
    }

    .blog-inner .sidebar .tags {
        padding: 30px 25px
    }

    .blog-inner .sidebar .tags h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .tags .all-tag {
        margin: -5px -3px
    }

    .blog-inner .sidebar .tags .all-tag a {
        font-size: 14px;
        margin: 5px 3px
    }

    .blog-inner {
        padding-top: 60px
    }

    .blog-inner .blog-details {
        padding-bottom: 60px
    }

    .blog-inner .blog-details .title {
        margin-bottom: 35px
    }

    .blog-inner .blog-details .title .tag {
        border-width: 3px;
        font-size: 14px;
        height: 45px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -2px;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .title ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -3px
    }

    .blog-inner .blog-details .title ul li {
        margin-right: 15px
    }

    .blog-inner .blog-details .main-img {
        border-radius: 5px;
        margin-bottom: 35px
    }

    .blog-inner .blog-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .main-txt .quoted {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .main-txt .quoted .img {
        width: 100px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .main-txt .quoted .txt {
        width: 100%
    }

    .blog-inner .blog-details .main-txt .quoted .txt span {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 15px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h5 {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose {
        padding-top: 8px
    }

    .blog-inner .blog-details .reasons-for-choose h2 {
        font-size: 20px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .reasons-for-choose ul {
        margin-bottom: 7px
    }

    .blog-inner .blog-details .reasons-for-choose ul li {
        width: 100%;
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose ul li span {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img {
        margin-bottom: 0
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img img {
        width: 100%
    }

    .blog-inner .blog-details .other-option {
        padding-top: 8px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .blog-inner .blog-details .other-option .tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option h3 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option .tags a {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 6px
    }

    .blog-inner .blog-details .other-option .share h3 {
        width: auto;
        margin-bottom: 0
    }

    .blog-inner .blog-details .other-option .share a {
        margin: 0 5px
    }

    .blog-inner .blog-details .admin-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .admin-profile .part-img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-profile .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .admin-profile .part-txt h3 {
        margin-bottom: 9px
    }

    .blog-inner .blog-details .admin-profile .part-txt .admin-link {
        font-size: 13px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .admin-profile .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .blog-nav {
        padding-top: 40px;
        padding-bottom: 32px
    }

    .blog-inner .blog-details .blog-nav .single-nav.next-blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .blog-inner .blog-details .blog-nav .single-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .blog-nav .single-nav .img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt {
        width: 140px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a span {
        margin-top: 11px
    }

    .blog-inner .blog-details .blog-comments .comments {
        padding: 40px 0
    }

    .blog-inner .blog-details .blog-comments h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied {
        margin-left: 30px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top {
        margin-bottom: 15px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 {
        font-size: 16px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 span {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .blog-details .blog-comments .post-comment form input {
        height: 50px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form textarea {
        height: 120px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form .def-btn {
        height: 50px;
        line-height: 52px
    }

    .contact {
        padding: 60px 0
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        width: 290px;
        padding: 30px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .part-icon {
        width: 30px;
        height: 30px;
        line-height: 35px;
        font-size: 12px;
        margin-right: 15px
    }

    .contact .boxes .single-box .part-txt {
        width: 185px
    }

    .contact .boxes .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contact .boxes .single-box .part-txt span {
        font-size: 14px;
        line-height: 30px
    }

    .contact .form {
        padding: 60px 20px
    }

    .contact .form input {
        height: 45px;
        margin-bottom: 25px
    }

    .contact .form textarea {
        height: 120px;
        margin-bottom: 30px
    }

    .map iframe {
        height: 250px
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .heading {
        margin-bottom: 40px
    }
    
    .breadcrumbs {
        margin-bottom: 20px
    }
    
     #sidebar,#sidebar.fixed {
        position: relative !important;
        top: 100% !important;
    }
    
        a.ajax{
        text-align: center;
    }

    .cd-h-timeline__event{
        padding: 0px !important;
    }
    
    ol.noshow{
        padding-left: 0px!important; 
    }
    
    .cd-h-timeline__event-title{
        margin-top: 20px;
    }

    section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    
    #ventures {
        margin-bottom: 25px;
    }


    .heading h5 {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 15px
    }

    .heading h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: -10px
    }

    .def-btn {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px;
        margin-bottom: 15px;
    }

    .header .top-header {
        padding-top: 15px
    }

    .header .top-header .top-left ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .top-header .top-left ul li {
        margin-right: 0;
        margin-bottom: 10px
    }

    .header .top-header .top-right {
        padding-top: 5px
    }

    .header .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header .bottom-header .bottom-right a {
        display: none
    }

    .header .bottom-header:before {
        top: 0;
        left: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(-35deg);
        transform: skew(-35deg);
        border-radius: 0 0 15px 0
    }

    .header .bottom-header:after {
        top: 0;
        left: auto;
        right: -10%;
        width: 50%;
        height: 100%;
        -webkit-transform: skew(35deg);
        transform: skew(35deg);
        border-radius: 0 0 0 15px
    }

    .header .bottom-header .bg:before,
    .header .bottom-header .bg:after,
    .header .bottom-header .bg .bg-2:before,
    .header .bottom-header .bg .bg-2:after,
    .header .bottom-header .bg .bg-2 .bg-3:before,
    .header .bottom-header .bg .bg-2 .bg-3:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar-toggler {
        padding: 0 5px;
        color: #000;
        font-size: 20px;
        height: 60px;
        line-height: 68px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo {
        padding-top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header .bottom-header .bg .bg-2 .bg-3 .logo img {
        width: 40px;
        text-align: center;
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        width: 100%;
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form {
        margin: 0;
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form.active input {
        height: 45px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right form button {
        height: 60px;
        line-height: 68px;
        font-size: 20px;
        padding: 0 5px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav {
        padding: 0px;
        max-height: 100vh;
        overflow: auto
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item {
        padding: 15px 25px;
        border-top: 1px solid #edebeb;
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 16px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .header-2 {
        background: #fff
    }

    .header-2 .top-header {
        background: #E81212;
        padding: 20px 0
    }

    .header-2 .top-header .bg .top-left {
        margin-bottom: 2px
    }

    .header-2 .top-header .bg .top-left ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .top-header .bg .top-left ul li {
        padding: 0 0 15px;
        border: 0;
        margin-top: -1px
    }

    .header-2 .top-header .bg .top-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-2 .top-header .bg .top-right .language {
        padding-right: 15px
    }

    .header-2 .top-header .bg .top-right .language .select-lang .dropdown-toggle {
        font-size: 14px;
        font-weight: 600
    }

    .header-2 .top-header .bg .top-right .try-btn {
        padding: 0;
        padding-left: 15px
    }

    .header-2 .top-header .bg .top-right .try-btn a {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding: 0 15px
    }

    .header-2 .bottom-header .next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header-2 .bottom-header.fixed-header {
        background: #fff
    }

    .header-2 .bottom-header .bg .navbar-toggler {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        background: #262262;
        color: #fff;
        font-size: 18px;
        padding: 0
    }

    .header-2 .bottom-header .bg .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-2 .bottom-header .bg .logo img {
        width: 40px
    }

    .header-2 .bottom-header .bg .bottom-right {
        padding: 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-2 .bottom-header .bg .bottom-right form {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        padding: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input {
        position: absolute;
        top: 100%;
        right: 0;
        width: 290px;
        background: #fff;
        border: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .15);
        padding: 0 20px;
        font-size: 14px;
        color: #262262;
        height: 0
    }

    .header-2 .bottom-header .bg .bottom-right form input::-webkit-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-moz-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input:-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::-ms-input-placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form input::placeholder {
        color: #000
    }

    .header-2 .bottom-header .bg .bottom-right form.active input {
        height: 45px
    }

    .header-2 .bottom-header .bg .bottom-right form button {
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 45px;
        padding: 0;
        background: #262262;
        color: #fff;
        font-size: 18px;
        border-radius: 5px
    }

    .header-2 .bottom-header .bg .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #f6f6f6;
        -webkit-box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        box-shadow: 0 10px 20px 0 rgba(51, 51, 51, .1);
        padding: 0
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav {
        padding: 15px 0;
        max-height: 350px;
        overflow: auto
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item {
        padding: 10px 15px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link {
        color: #262262;
        font-size: 14px;
        font-weight: 600;
        padding: 4px 0 2px
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item .nav-link:after {
        display: none
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        display: none;
        margin-top: 5px;
        width: 290px;
        opacity: 1;
        visibility: visible
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu.show {
        display: block
    }

    .header-2 .bottom-header .bg .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item,
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 14px 20px 12px
    }

    .banner:after {
        background: url(../images/banner-img.png) center left 40% no-repeat;
        background-size: cover
    }

    .banner .banner-txt {
        padding: 70px 0
    }

    .banner .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px
    }

    .banner .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner .banner-txt .btn-box a.left-btn {
        margin-right: 10px
    }

    .banner-2 .banner-txt {
        padding: 70px 0
    }

    .banner-2 .banner-txt h4 {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: 1px
    }

    .banner-2 .banner-txt h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 14px
    }

    .banner-2 .banner-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px
    }

    .banner-2 .banner-txt .btn-box {
        padding-top: 10px
    }

    .banner-2 .banner-txt .btn-box a {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
        padding: 0 25px
    }

    .banner-2 .banner-txt .btn-box a.left-btn {
        margin-right: 10px
    }

    .banner-2 .part-img {
        display: none
    }

    .feature {
        padding-top: 60px;
        padding-bottom: 0
    }

    .feature .single-box {
        width: 290px;
        padding: 30px 25px;
        margin: 3px auto 33px
    }

    .feature .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -1px;
        margin-bottom: 20px
    }

    .feature .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .partner {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .partner .bg {
        padding: 30px
    }

    .partner .bg .brand-slider .single-img {
        height: 70px
    }

    .partner .bg .brand-slider .owl-nav {
        left: -45px;
        right: -45px
    }

    .partner .bg .brand-slider .owl-nav button {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        border-width: 2px
    }

    .partner.partner-2 {
        padding: 60px 0
    }

    .partner.partner-2 .heading h2 {
        margin-bottom: 24px
    }

    .partner.partner-2 .heading p {
        font-size: 14px;
        line-height: 24px
    }

    .partner.partner-2 .bg .brand-slider .single-img {
        height: 85px;
        padding: 15px 0
    }

    .about {
        /*padding-top: 30px;*/
        /*padding-bottom: 60px*/
    }

    .about .image-box {
        padding-right: 0px;
        margin-bottom: 0px
    }

    .about .image-box .fun-fact-inner {
        padding: 20px 15px;
        margin: -70px 5px 0
    }

    .about .image-box .fun-fact-inner .single-box {
        padding: 0 5px
    }

    .about .image-box .fun-fact-inner .single-box h4 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 5px
    }

    .about .image-box .fun-fact-inner .single-box p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: -6px
    }

    .about .image-box .fun-fact-inner .single-box p span {
        font-size: 10px;
        margin-bottom: -2px
    }

    .about .part-txt .heading {
        margin-bottom: 34px
    }

    .about .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .about .part-txt .boxes {
        margin-top: 31px;
        margin-bottom: 1px
    }

    .about .part-txt .boxes .single-box {
        margin-bottom: 5px
    }

    .about .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .about .part-txt .boxes-2 {
        padding: 40px 25px 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about .part-txt .boxes-2 .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        margin-bottom: 21px
    }

    .about .part-txt .boxes-2 .single-box:last-child {
        margin-bottom: -7px
    }

    .about .part-txt .boxes-2 .single-box .img {
        margin-right: 0;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .about .part-txt .boxes-2 .single-box .txt h3 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .about .part-txt .boxes-2 .single-box .txt span {
        font-size: 14px
    }

    .about.about-2 .part-img {
        margin-bottom: 30px
    }

    .about.about-2 .part-img img {
        max-width: 100%
    }

    .about.about-2 .part-txt .def-btn {
        margin-top: 7px
    }

    .service {
        /*padding: 60px 0*/
    }

    .service .bg {
        /*max-width: 320px;*/
        margin: auto
    }

    .service .bg .nav {
        padding: 30px 5px;
    }

    .service .bg .nav .nav-link {
        height: 55px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }
    
    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right{
        margin-top: 0px !important;
    }

    .service .bg .nav .nav-link span {
        font-size: 20px
    }

    .service .bg .part-img {
        /* border-top: 1px solid #362e65;
        border-bottom: 1px solid #362e65;*/
        border-left: 0;
        border-right: 0
    }

    .service .bg .part-txt {
        padding: 30px 0px;
    }

    .service .bg .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 20px
    }

    .service .bg .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service .bg .part-txt .def-btn {
        margin-top: 11px
    }

    .process {
        padding-top: 15px;
        padding-bottom: 0
    }

    .process .single-box {
        padding: 5px;
        border-radius: 5px;
    }

    .process .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .pricing {
        padding: 30px 0
    }

    .pricing .controls {
        margin-bottom: 30px
    }

    .pricing .controls nav {
        padding: 0 20px
    }

    .pricing .controls nav .nav {
        width: 100px
    }

    .pricing .controls span {
        font-size: 14px
    }

    .pricing .controls nav .nav .nav-item {
        width: 27px;
        height: 27px
    }

    .pricing .tab-pane .single-box {
        padding: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 270px;
        margin: 0 auto 50px
    }

    .pricing .tab-pane .single-box .part-img {
        margin-right: 0;
        margin-bottom: 25px
    }

    .pricing .tab-pane .single-box .part-txt h3 {
        font-size: 18px
    }

    .pricing .tab-pane .single-box .part-txt ul {
        margin-bottom: 7px
    }

    .pricing .tab-pane .single-box .part-txt ul li {
        font-size: 14px;
        line-height: 25px
    }

    .pricing .tab-pane .single-box .part-txt ul li span {
        font-size: 10px;
        margin-right: 10px
    }

    .pricing .tab-pane .single-box .part-btn {
        right: 25px
    }

    .cta {
        padding: 60px 0
    }

    .cta:after {
        top: 0;
        bottom: 0
    }

    .cta .part-txt {
        margin-bottom: 30px
    }

    .cta .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .cta .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .cta .part-img {
        margin: 0 -15px
    }

    .cta .part-img img {
        max-width: 100%
    }

    .cta-2 {
        padding-top: 175px;
        padding-bottom: 60px
    }

    .cta-2 .part-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .cta-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .cta-2 .part-txt .def-btn {
        margin-top: 5px
    }

    .testimonial {
        /*padding: 60px 0*/
    }

    .testimonial .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .testimonial .bg {
        padding: 0;
        background: none !important;
        
    }
    
    .testimonial .bg .comment-area .comment-slider{
        margin-top: 0;
    }

    .testimonial .bg .comment-area .comment-slider .single-comment p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client {
        padding-top: 15px;
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h3 {
        font-size: 20px
    }

    .testimonial .bg .comment-area .comment-slider .single-comment .client h5 {
        font-size: 14px
    }

    .testimonial .bg .comment-area .client-slider {
        /*padding: 0 40px;*/
        margin-top: 0;
    }
    
    

    .testimonial .bg .comment-area .client-slider .slick-track {
        height: 65px
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box {
       
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-active {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box.slick-center {
        
    }

    .testimonial .bg .comment-area .client-slider .slick-track .single-box .img {
        margin: 0 5px
    }

    .testimonial .bg .part-txt {
        background: url(../images/testimonial-bg-3.jpg) center center no-repeat;
        background-size: cover;
        padding: 30px 20px;
        border-radius: 10px;
        margin-top: 13px;
        display: none;
    }

    .testimonial .bg .part-txt .heading {
        text-align: center !important;
        margin-bottom: 30px
    }

    .testimonial .bg .part-txt .controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .testimonial .bg .part-txt .controls button {
        width: 40px;
        height: 40px;
        line-height: 44px;
        font-size: 14px
    }

    .testimonial .bg .part-txt .controls button:first-child {
        margin-right: 15px
    }

    /*.blog {*/
    /*    padding: 0px 15px;*/
    /*}*/

    .blog .blog-slider .owl-stage-outer .owl-item .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 20px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 30px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt {
        width: 100%
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog .blog-slider .owl-stage-outer .owl-item .single-box .part-txt .blog-info {
        padding-top: 7px;
        margin-bottom: 26px
    }

    .blog .blog-slider .owl-nav {
        display: none
    }

    .blog-2 {
        padding-top: 60px;
        margin-bottom: -30px
    }

    .blog-2 .single-blog {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-2 .single-blog .part-txt {
        padding: 0 20px 25px
    }

    .blog-2 .single-blog .part-txt .blog-info {
        margin: 0 -10px
    }

    .blog-2 .single-blog .part-txt .blog-info ul {
        padding: 0 10px;
        margin-bottom: 25px
    }

    .blog-2 .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .blog-2 .single-blog .part-txt a {
        font-size: 14px
    }

    .call-back {
        padding-top: 60px
    }

    .call-back .bg {
        padding: 30px 25px
    }

    .call-back .bg .part-txt {
        text-align: center;
        margin-bottom: 30px
    }

    .call-back .bg .part-txt h5 {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 21px
    }

    .call-back .bg .part-txt h2 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: -8px
    }

    .call-back .bg .form form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 5px
    }

    .call-back .bg .form form input {
        width: 100%;
        height: 45px;
        font-size: 14px;
        padding: 0 5px
    }

    .call-back .bg .form form button {
        height: 45px;
        line-height: 46px;
        font-size: 14px;
        border-radius: 5px
    }

    .footer .main-footer {
        padding: 60px 0
    }

    .footer .main-footer h3 {
        font-size: 18px;
        padding-bottom: 9px;
        margin-bottom: 20px
    }

    .footer .main-footer .about-txt {
        margin-bottom: 35px
    }

    .footer .main-footer .about-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 11px
    }

    .footer .main-footer .link {
        margin-bottom: 35px
    }

    .footer .main-footer .link ul {
        margin-bottom: -8px
    }

    .footer .main-footer .link ul li a {
        font-size: 14px;
        line-height: 25px
    }

    .footer .main-footer .newsletter p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 17px
    }

    .footer .main-footer .newsletter form {
        margin-bottom: 25px
    }

    .footer .main-footer .newsletter form button {
        height: 45px;
        line-height: 53px;
        font-size: 20px
    }

    .footer .copyright {
        padding-bottom: 25px
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        padding: 24px 0 17px
    }

    .footer .copyright .link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer .copyright .link a {
        font-size: 12px
    }

    .faq {
        padding-top: 60px;
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .card:last-child {
        margin-bottom: 0
    }

    .faq .part-txt #accordion .card .card-header h5 button {
        height: 60px;
        font-size: 14px;
        line-height: 20px;
        padding: 1px 20px 0;
        text-align: left
    }

    .faq .part-txt #accordion .card .card-header h5 button span {
        font-size: 14px
    }

    .faq .part-txt #accordion .card .card-body {
        padding: 0 20px 35px
    }

    .faq .part-txt #accordion .card .card-body p {
        font-size: 14px;
        line-height: 24px
    }

    .project {
        padding: 0px
    }

    .project .all-projects .project-slider {
        width: 340px;
        margin: 0 auto
    }
    
    .project .all-projects .project-slider .owl-nav {
        right: 10px;
    }
    

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title {
        margin: 0 10px 20px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt a {
        font-size: 25px;
        margin-bottom: 55px
    }

    .project .all-projects .project-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 16px
    }

    .team {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .team .single-box {
        width: 270px;
        margin: 0 auto 30px
    }

    .fun-fact .bg {
        width: 290px;
        margin: -5px auto -115px;
        padding: 60px 25px 30px
    }

    .fun-fact .bg .single-box {
        margin-bottom: 30px
    }

    .fun-fact .bg .single-box .part-icon {
        margin-bottom: 9px
    }

    .fun-fact .bg .single-box .part-txt h2 {
        font-size: 25px;
        margin-bottom: 11px
    }

    .fun-fact .bg .single-box .part-txt p {
        font-size: 14px
    }

    .breadcrumb .part-txt {
        padding: 60px 0
    }

    .breadcrumb .part-txt h1 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 18px
    }

    .breadcrumb .part-txt ul {
        margin-bottom: -3px
    }

    .breadcrumb .part-txt ul li {
        font-size: 16px
    }

    .about.about-inner {
        padding-top: 60px
    }

    .process-2 {
        padding-top: 60px;
        padding-bottom: 20px
    }

    .process-2 .no-gutters .single-box {
        width: 290px;
        margin: 0 auto 40px
    }

    .process-2 .no-gutters .single-box .part-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 25px
    }

    .process-2 .no-gutters .single-box .part-icon .icon {
        font-size: 30px;
        line-height: 82px
    }

    .process-2 .no-gutters .single-box .part-txt h3 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 15px
    }

    .process-2 .no-gutters .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .process-2 .no-gutters .single-box .arrow {
        display: none
    }

    .choosing-reason {
        padding-top: 60px
    }

    .choosing-reason .part-txt .heading {
        margin-bottom: 34px
    }

    .choosing-reason .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .choosing-reason .part-txt .boxes {
        padding-top: 22px;
        padding-bottom: 10px
    }

    .choosing-reason .part-txt .boxes .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px
    }

    .choosing-reason .part-txt .boxes .single-box .img {
        width: 80px;
        height: 80px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .choosing-reason .part-txt .boxes .single-box .img span {
        right: -5px;
        bottom: -5px
    }

    .choosing-reason .part-txt .boxes .single-box .txt {
        width: 100%
    }

    .choosing-reason .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 16px
    }

    .choosing-reason .part-img .video a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .partner.partner-inner {
        padding-bottom: 60px
    }

    .faq.faq-inner {
        margin-bottom: -35px
    }

    .service-2 {
        padding: 0px 15px;
    }

    .service-2 .part-txt {
        margin-bottom: 40px
    }

    .service-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .service-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .service-2 .part-txt .boxes {
        padding-top: 17px
    }

    .service-2 .part-txt .boxes .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .service-2 .part-txt .boxes .single-box .part-icon {
        margin-right: 0;
        margin-bottom: 25px
    }

    .service-2 .part-txt .boxes .single-box .txt {
        width: 100%
    }

    .service-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .service-2 .part-img {
        width: 290px;
        margin: 0 auto
    }

    .feature-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .feature-2 .part-img {
        width: 290px;
        margin: 0 auto 40px
    }

    .feature-2 .part-txt .heading {
        margin-bottom: 34px
    }

    .feature-2 .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .feature-2 .part-txt .boxes {
        padding-top: 17px
    }

    .feature-2 .part-txt .boxes .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .feature-2 .part-txt .boxes .single-box .part-icon {
        margin-right: 0;
        margin-bottom: 25px
    }

    .feature-2 .part-txt .boxes .single-box .txt {
        width: 100%
    }

    .feature-2 .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: -7px;
        margin-bottom: 11px
    }

    .pricing.pricing-inner {
        margin-bottom: -30px
    }

    .service-details {
        padding-top: 60px
    }

    .service-details .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .service-details .main-content .part-img {
        border-radius: 5px;
        margin-bottom: 40px
    }

    .service-details .main-content .part-txt h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -7px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt .boxes {
        padding-top: 11px;
        margin-bottom: 15px
    }

    .service-details .main-content .part-txt .boxes .single-box {
        margin-bottom: 25px
    }

    .service-details .main-content .part-txt .boxes .single-box .txt h3 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .service-details .main-content .part-txt ul {
        margin-bottom: 32px
    }

    .service-details .main-content .part-txt ul li {
        font-size: 14px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .service-details .main-content .part-txt ul li span {
        font-size: 10px
    }

    .service-details .main-content .video {
        padding-top: 11px
    }

    .service-details .main-content .video .video-area {
        padding: 60px 0;
        margin-bottom: 24px
    }

    .service-details .main-content .video .video-area a {
        width: 80px;
        height: 80px;
        line-height: 95px
    }

    .service-details .main-content .video p {
        font-size: 14px;
        line-height: 24px
    }

    .service-details .sidebar .side-nav {
        padding: 25px;
        margin-bottom: 40px
    }

    .service-details .sidebar .side-nav .nav .nav-link {
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 5px;
        margin-bottom: 10px
    }

    .service-details .sidebar .subscription,
    .service-details .sidebar .online-help,
    .service-details .sidebar .download-area {
        display: none
    }

    .team-inner-2 {
        padding-top: 60px
    }

    .team-inner-2 .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team-inner-2 .single-box .part-txt {
        margin: -50px 25px 0
    }

    .team-inner-2 .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-inner-2 .single-box .part-txt .title p {
        font-size: 14px
    }

    .team-details {
        padding-top: 60px
    }

    .team-details .profile {
        width: 290px;
        margin: 0 auto 40px
    }

    .team-details .profile .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 11px
    }

    .team-details .profile .part-txt .title p {
        font-size: 14px
    }

    .team-details .biography h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .team-details .biography p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .team-details .biography ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team-details .biography ul li {
        width: 100%;
        font-size: 14px;
        line-height: 30px
    }

    .team-details .biography ul li span {
        min-width: 80px
    }

    .team-details .qualification h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .team-details .qualification .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .team-details .qualification .single-box .arrow {
        width: 30px;
        height: auto
    }

    .team-details .qualification .single-box .txt {
        width: 260px
    }

    .team-details .qualification .single-box .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt h5 {
        font-size: 14px
    }

    .team-details .qualification .single-box .txt span {
        margin-bottom: 11px
    }

    .team-details .qualification .single-box .txt p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise {
        padding-bottom: 10px
    }

    .team-details .expertise h2 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .team-details .expertise p {
        font-size: 14px;
        line-height: 24px
    }

    .team-details .expertise .single-box {
        width: 200px;
        margin: 0 auto 30px
    }

    .team-details .additional-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px
    }

    .team-details .additional-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 14px
    }

    .team-details .additional-txt ul li {
        font-size: 14px;
        line-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .team-details .additional-txt ul li span {
        font-size: 10px
    }

    .testimonial-2 {
        padding: 60px 0
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-bottom: 15px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-img {
        width: 90px;
        height: 90px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt {
        width: 100%;
        margin-bottom: 35px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt:before {
        bottom: -25px;
        right: 45px;
        left: auto;
        height: 45px;
        width: 100px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt:after {
        bottom: auto;
        left: auto;
        top: 100%;
        right: 60px;
        height: 27px;
        width: 100px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title h3 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .testimonial-2 .testimonial-slider .owl-stage-outer .single-box .part-txt .title span {
        font-size: 14px
    }

    .testimonial-2 .testimonial-slider .owl-dots {
        padding-top: 30px
    }

    .testimonial-3 {
        padding: 60px 0
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .part-img {
        margin-right: 0;
        margin-bottom: 25px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .profile .txt p {
        font-size: 14px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .top .quote span {
        font-size: 30px
    }

    .testimonial-3 .testimonial-slider-2 .single-box .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .testimonial-3 .testimonial-slider-2 .owl-dots {
        padding-top: 40px
    }

    .pricing.pricing-inner-2 {
        padding-top: 60px
    }

    .pricing-2 {
        padding-top: 60px;
        padding-bottom: 30px
    }

    .pricing-2 .single-box {
        width: 290px;
        padding: 30px 25px;
        margin: 0 auto 30px
    }

    .pricing-2 .single-box .top .part-icon {
        width: 70px;
        height: 70px;
        padding: 15px
    }

    .pricing-2 .single-box .top .price p {
        font-size: 14px;
        margin-top: -15px;
        margin-right: 5px
    }

    .pricing-2 .single-box .top .price h3 {
        font-size: 30px
    }

    .pricing-2 .single-box .top .price h3 span {
        font-size: 14px
    }

    .pricing-2 .single-box .bottom h3 {
        font-size: 20px;
        margin-bottom: 17px
    }

    .pricing-2 .single-box .bottom ul li {
        font-size: 14px;
        line-height: 30px
    }

    .pricing-2 .single-box .bottom .part-btn {
        font-size: 14px
    }

    .pricing-3 {
        padding-top: 60px
    }

    .pricing-3 .boxes .single-box {
        width: 290px;
        margin: 0 auto 30px;
        padding: 30px 25px
    }

    .pricing-3 .boxes .single-box .part-img {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px
    }

    .pricing-3 .boxes .single-box .title h4 {
        font-size: 20px;
        margin-bottom: 0
    }

    .pricing-3 .boxes .single-box .title .price p {
        font-size: 14px;
        margin-top: -5px;
        margin-right: 5px
    }

    .pricing-3 .boxes .single-box .title .price h3 {
        font-size: 30px;
        margin-top: -3px
    }

    .pricing-3 .boxes .single-box .title .price h3 span {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box ul {
        margin-bottom: 18px
    }

    .pricing-3 .boxes .single-box ul li {
        font-size: 14px;
        margin-bottom: 16px
    }

    .pricing-3 .boxes .single-box .part-btn a {
        font-size: 14px
    }

    .pricing-3 .boxes .single-box .part-btn {
        padding-top: 9px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .faq-2 {
        padding-bottom: 0;
        margin-bottom: -35px
    }

    .faq-2 .faq-inner-2 {
        padding-bottom: 25px
    }

    .faq .part-txt #accordion .part-img {
        max-width: 320px;
        margin: 0 auto 35px
    }

    .error {
        padding-top: 60px
    }

    .error .boxes {
        margin-bottom: 40px
    }

    .error .boxes .single-box {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin: 0 10px;
        font-size: 50px;
        border-radius: 5px
    }

    .error .part-txt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: -8px;
        margin-bottom: 22px
    }

    .error .part-txt p {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 32px
    }

    .portfolio {
        padding-top: 60px
    }

    .portfolio .single-box {
        width: 290px;
        margin: 0 auto 30px
    }

    .portfolio .single-box .part-txt {
        height: 75px
    }

    .portfolio .single-box .part-txt a {
        font-size: 18px;
        line-height: 76px
    }

    .portfolio-details {
        padding-top: 60px
    }

    .portfolio-details .main-img {
        max-width: 320px;
        margin: 0 auto 40px
    }

    .portfolio-details .main-img:after {
        border-width: 100px
    }

    .portfolio-details .project-information h3 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 25px
    }

    .portfolio-details .project-information ul {
        max-width: 320px;
        margin: 0 auto
    }

    .portfolio-details .project-information ul li {
        font-size: 14px;
        line-height: 50px;
        padding: 0 15px
    }

    .portfolio-details .project-information ul li span {
        font-size: 14px
    }

    .portfolio-details .project-information ul li a {
        font-size: 12px;
        margin: 0 5px
    }

    .portfolio-details .main-txt h2 {
        font-size: 25px;
        margin-top: -2px;
        margin-bottom: 19px
    }

    .portfolio-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 22px
    }

    .portfolio-details .main-txt .part-img {
        margin-bottom: -6px
    }

    .portfolio-details .main-txt .part-img .single-img {
        border-radius: 5px;
        margin-bottom: 30px
    }

    .portfolio-details .main-txt ul {
        width: 100%
    }

    .portfolio-details .main-txt ul li {
        width: 100%;
        font-size: 14px
    }

    .portfolio-details .main-txt ul li span {
        font-size: 14px
    }

    .process-2.process-inner {
        margin-bottom: -40px
    }

    .portfolio-details .process-inner .heading-txt {
        padding-bottom: 7px
    }

    .portfolio-details .process-inner .heading-txt h2 {
        font-size: 25px;
        line-height: 35px;
        margin-top: -7px;
        margin-bottom: 14px
    }

    .portfolio-details .process-inner .heading-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner {
        margin-bottom: 0
    }

    .blog-inner .main-content {
        margin-bottom: 60px
    }

    .blog-inner .main-content .pagination {
        padding-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blog-inner .main-content .pagination ul li {
        padding: 0 2.5px
    }

    .blog-inner .main-content .pagination ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px
    }

    .blog-inner .next {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 30px;
        border-top: 2px solid #272363;
    }

    .blog-inner .sidebar {
        max-width: 320px;
        margin: 0 auto
    }

    .blog-inner .sidebar .profile {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .profile .part-img {
        width: 90px;
        height: 90px;
        margin-bottom: 25px
    }

    .blog-inner .sidebar .profile .part-txt h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .blog-inner .sidebar .profile .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .sidebar .profile .part-txt .social {
        padding-top: 5px
    }

    .blog-inner .sidebar .profile .part-txt .social a {
        font-size: 12px
    }

    .blog-inner .sidebar .search-box {
        padding: 30px 25px
    }

    .blog-inner .sidebar .search-box h3 {
        font-size: 20px;
        margin-bottom: 16px
    }

    .blog-inner .sidebar .search-box form button {
        font-size: 20px
    }

    .blog-inner .sidebar .blog-category {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .blog-category h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .blog-category ul li a {
        font-size: 14px;
        padding-top: 14px
    }

    .blog-inner .sidebar .recent-blog {
        padding: 30px 25px;
        margin-bottom: 30px
    }

    .blog-inner .sidebar .recent-blog h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .recent-blog ul li .img {
        width: 60px;
        border-radius: 5px;
        margin-right: 10px
    }

    .blog-inner .sidebar .recent-blog ul li .txt {
        width: 165px
    }

    .blog-inner .sidebar .recent-blog ul li .txt a {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        margin-top: -4px
    }

    .blog-inner .sidebar .recent-blog ul li .txt .info {
        font-size: 11px
    }

    .blog-inner .sidebar .recent-blog ul li .txt .info .icon {
        font-size: 9px
    }

    .blog-inner .sidebar .tags {
        padding: 30px 25px
    }

    .blog-inner .sidebar .tags h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        border-radius: 5px
    }

    .blog-inner .sidebar .tags .all-tag {
        margin: -5px -3px
    }

    .blog-inner .sidebar .tags .all-tag a {
        font-size: 14px;
        margin: 5px 3px
    }

    .blog-inner {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .teaserblock{
    margin-bottom: 15px !important;   
    }
    
    .blog-inner .next h2 {
    padding: 0.65em 0.65em;
    background: rgb(0 0 0 / 8%);
}
    
    span.last-updated {
        padding-bottom: 30px !important;
        
    }
    
    #MainContentArea{
        padding: 0 0;
    }
    
    a.read-more-btn{
        max-width: 100% !important;
    }

    .blog-inner .blog-details {
        padding-bottom: 60px
    }

    .blog-inner .blog-details .title {
        margin-bottom: 35px
    }

    .blog-inner .blog-details .title .tag {
        border-width: 3px;
        font-size: 14px;
        height: 45px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: -2px;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .title ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: -3px
    }

    .blog-inner .blog-details .title ul li {
        margin-right: 15px
    }

    .blog-inner .blog-details .main-img {
        border-radius: 5px;
        margin-bottom: 35px
    }

    .blog-inner .blog-details .main-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .main-txt .quoted {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .main-txt .quoted .img {
        width: 100px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .main-txt .quoted .txt {
        width: 100%
    }

    .blog-inner .blog-details .main-txt .quoted .txt span {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px;
        margin-bottom: 15px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h4 {
        font-size: 18px;
        margin-bottom: 11px
    }

    .blog-inner .blog-details .main-txt .quoted .txt h5 {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose {
        padding-top: 8px
    }

    .blog-inner .blog-details .reasons-for-choose h2 {
        font-size: 20px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .reasons-for-choose ul {
        margin-bottom: 7px
    }

    .blog-inner .blog-details .reasons-for-choose ul li {
        width: 100%;
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose ul li span {
        font-size: 14px
    }

    .blog-inner .blog-details .reasons-for-choose p {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img {
        margin-bottom: 0
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img {
        width: 290px;
        margin: 0 auto 30px
    }

    .blog-inner .blog-details .reasons-for-choose .part-img .single-img img {
        width: 100%
    }

    .blog-inner .blog-details .other-option {
        padding-top: 8px;
        padding-bottom: 40px;
        margin-bottom: 40px
    }

    .blog-inner .blog-details .other-option .tags {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option h3 {
        width: 100%;
        font-size: 18px;
        margin-bottom: 16px
    }

    .blog-inner .blog-details .other-option .tags a {
        font-size: 14px;
        font-weight: 600;
        margin: 0 10px 6px
    }

    .blog-inner .blog-details .other-option .share h3 {
        width: auto;
        margin-bottom: 0
    }

    .blog-inner .blog-details .other-option .share a {
        margin: 0 5px
    }

    .blog-inner .blog-details .admin-profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 25px
    }

    .blog-inner .blog-details .admin-profile .part-img {
        width: 60px;
        height: 60px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .admin-profile .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .admin-profile .part-txt h3 {
        margin-bottom: 9px
    }

    .blog-inner .blog-details .admin-profile .part-txt .admin-link {
        font-size: 13px;
        margin-bottom: 21px
    }

    .blog-inner .blog-details .admin-profile .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 17px
    }

    .blog-inner .blog-details .blog-nav {
        padding-top: 40px;
        padding-bottom: 32px
    }

    .blog-inner .blog-details .blog-nav .single-nav.next-blog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .blog-inner .blog-details .blog-nav .single-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .blog-nav .single-nav .img {
        width: 80px;
        height: 80px;
        border-radius: 5px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt {
        width: 140px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a {
        font-size: 14px;
        line-height: 24px;
        margin-top: -6px
    }

    .blog-inner .blog-details .blog-nav .single-nav .txt a span {
        margin-top: 11px
    }

    .blog-inner .blog-details .blog-comments .comments {
        padding: 40px 0
    }

    .blog-inner .blog-details .blog-comments h3 {
        font-size: 20px;
        margin-bottom: 26px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied {
        margin-left: 30px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-img {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment.replied .part-txt {
        width: 100%
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top {
        margin-bottom: 15px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 {
        font-size: 16px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt .top h4 span {
        display: block;
        font-size: 14px;
        margin-left: 0;
        margin-top: 10px
    }

    .blog-inner .blog-details .blog-comments .comments .single-comment .part-txt p {
        font-size: 14px;
        line-height: 24px
    }

    .blog-inner .blog-details .blog-comments .post-comment form input {
        height: 50px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form textarea {
        height: 120px;
        font-size: 14px;
        margin-bottom: 25px
    }

    .blog-inner .blog-details .blog-comments .post-comment form .def-btn {
        height: 50px;
        line-height: 52px
    }
    
    .heading {
        margin: 15px 0px 15px 0px;
    }

    .acnav__link, .acnav__label{
        padding: 0.65em 0em !important;
    }

    .contact {
           padding: 0px;
    }

    .contact .boxes {
        padding-bottom: 30px
    }

    .contact .boxes .single-box {
        width: 290px;
        padding: 30px;
        margin: 0 auto 30px
    }

    .contact .boxes .single-box .part-icon {
        width: 30px;
        height: 30px;
        line-height: 35px;
        font-size: 12px;
        margin-right: 15px
    }

    .contact .boxes .single-box .part-txt {
        width: 185px
    }

    .contact .boxes .single-box .part-txt h3 {
        font-size: 20px;
        margin-bottom: 12px
    }

    .contact .boxes .single-box .part-txt span {
        font-size: 14px;
        line-height: 30px
    }

    .contact .form {
        padding: 60px 20px
    }

    .contact .form input {
        height: 45px;
        margin-bottom: 25px
    }

    .contact .form textarea {
        height: 120px;
        margin-bottom: 30px
    }

    .map iframe {
        height: 250px
    }
}


.logo img {
    width: 60% !important;
}

.image-holder.image--landscape,
.media-container.format16-9 {
    padding-bottom: 56.25%;
}

.image-holder.image--landscape a{
    width: 100%;
}

.image-holder {
    /*box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    /*border-radius: 18px;*/
}



@media (min-width: 992px) {
    .text-content {
        max-width: 650px;
    }
}

.teaserblock{
    margin-bottom: 45px;   
}

.teaserblock .small-size {
    color: #E81212;
    margin-top: 0px;
    display: block;
    font-weight: 600;
}

.small-size {
    line-height: 1;
}

.h2,
h2 {
    font-size: 1.33333em;
}

.sticky-social {
    position: fixed;
    top: 20%;
    left: -43px;
    padding: 0px;
    margin: 0px;
    z-index: 99;
}

.social {
    list-style: none;
}

.social li {
    padding: 8px 15px;
    /*border: 1px solid #fff;*/
    font-size: 18px;
    transition: all 0.8s ease-in-out;
}

.social li:hover {
    margin-right: -30px;
    box-shadow: 2px 5px 10px grey;
}

.social li:hover .fa {
    margin-left: 20px;

}

.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}
.la {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.fb {
    background-color: #3C5A98;
}

.twitter {
    background-color: #1EA1F2;
}

.insta {
    background-color: #DC4F42;
}

.pin {
    background-color: #CB2128;
}

.vim {
    background-color: #0a66c2;
}

ul.simple-list {
    list-style: none;
    line-height: 1.3;
    padding: 10px 0;
}

ul.simple-list li {
    line-height: 1.3;
    padding: 10px 0;
}

ul.simple-list li+li {
    border-top: solid 1px #d2d2d2;
}

ul.simple-list li a {
    font-weight: 600;
    line-height: 30px;
    font-size: 0.875rem;
}

ul.simple-list li .date {
    font-size: 16px;
    padding-bottom: 10px;
}

.social-media-block.facebook-feed h3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAM2SURBVFhH7Zc7bNNQFIZ/O86btpQWKEi0SJFYGRha1KmqEGJnQWKgUqfCwsBWiU6MSAgGhiJgZECMRAgWBBIT3SqoWtLQJE3zdJpHYye2OSe5UvMqwjjK1C+K7Fwf33POPY97I+XUsnVj8RVMWPC4FQwCvVaHRJ/w6h1I0zefWbphIODziseD4aCqQXG5IJuWNHDljJ90WqRb9nhcYqg/mKYFXa+Th7W2b1Wrw7QsIdWEdcvi3jk0d1UoDgY8ODsexJmxIE7Tl+/HRgMNGTawFWn21vP2kf/AIs/KFR0jwz5cuxrC7JWLCF04RbPzM8DrURBNqHj45COyahler1u8CecrwAo08nxkyIeVu/NYXprH3HQIk+dHMXluFFN0nRgfoutJyC6JwiBeFPTBABNF8v7R/euYmwmJ0W60HjnAODaA43750gQt+5QY6Q2HQZYoJh04MoDnS+fKuHd7Rox0s0Oxj8Zz2E7kYdH6S3K7EY6SkD1aW0+guLYiRg5Z39zD45dfsZcrUcOh2JPyTL7SyBm5xQhHK2Bx++7RR9T9A7x+9x3hLxv4vatiO64iltzvUs44zgEXeddJMlvEj0gWYyMBDAd9CPo91PncXcoZ2wawF7ycXPt8T0XQA1IkWaRQyAr5XtgygOcwaOPaTRewFc1gayeDDCVYJzqV3G6qiM2dLH7FSC6WQzJdhEa7YCe2ktAwTJQqGr69WWq0WzuksiUsLr9FnAzzO+mERs0kTwzx698Jf/6JdLYMN23BrdhPQgrvUfH8G9FkARqtIOdFK/YNIBSX/ddS6RJqOhvQ/q7tmRS3THHcx16miARdI5RgndTqRiPpYuQ1X6PxPJVmqct7xlYS8tLX6ibGaW/ncx3oRBNJ5LD14YGQaLKxncHK00+IUIWcCHhhUuVUqnQOpM7pqBHxBG5FpowuI1+oQi1VkcqUxNNDDNNEgZ6papXkKnSvN/aAvjQiNsLnVRqdjcvJ7+suR5bx0gnb72vKsXyvnZCxbUA7HL2jIsg7BYet+esoHBrgnGMDjg2Qdd3+xtIvWDeVp0X/ZjQxNDgqpFPmQ0t4dYE2F6XZWgcE6/KQzvcvFvAH2WGADA7bDqwAAAAASUVORK5CYII=);
}

.social-media-block.twitter-feed h3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAM2SURBVFhH7Zc7bNNQFIZ/O86btpQWKEi0SJFYGRha1KmqEGJnQWKgUqfCwsBWiU6MSAgGhiJgZECMRAgWBBIT3SqoWtLQJE3zdJpHYye2OSe5UvMqwjjK1C+K7Fwf33POPY97I+XUsnVj8RVMWPC4FQwCvVaHRJ/w6h1I0zefWbphIODziseD4aCqQXG5IJuWNHDljJ90WqRb9nhcYqg/mKYFXa+Th7W2b1Wrw7QsIdWEdcvi3jk0d1UoDgY8ODsexJmxIE7Tl+/HRgMNGTawFWn21vP2kf/AIs/KFR0jwz5cuxrC7JWLCF04RbPzM8DrURBNqHj45COyahler1u8CecrwAo08nxkyIeVu/NYXprH3HQIk+dHMXluFFN0nRgfoutJyC6JwiBeFPTBABNF8v7R/euYmwmJ0W60HjnAODaA43750gQt+5QY6Q2HQZYoJh04MoDnS+fKuHd7Rox0s0Oxj8Zz2E7kYdH6S3K7EY6SkD1aW0+guLYiRg5Z39zD45dfsZcrUcOh2JPyTL7SyBm5xQhHK2Bx++7RR9T9A7x+9x3hLxv4vatiO64iltzvUs44zgEXeddJMlvEj0gWYyMBDAd9CPo91PncXcoZ2wawF7ycXPt8T0XQA1IkWaRQyAr5XtgygOcwaOPaTRewFc1gayeDDCVYJzqV3G6qiM2dLH7FSC6WQzJdhEa7YCe2ktAwTJQqGr69WWq0WzuksiUsLr9FnAzzO+mERs0kTwzx698Jf/6JdLYMN23BrdhPQgrvUfH8G9FkARqtIOdFK/YNIBSX/ddS6RJqOhvQ/q7tmRS3THHcx16miARdI5RgndTqRiPpYuQ1X6PxPJVmqct7xlYS8tLX6ibGaW/ncx3oRBNJ5LD14YGQaLKxncHK00+IUIWcCHhhUuVUqnQOpM7pqBHxBG5FpowuI1+oQi1VkcqUxNNDDNNEgZ6papXkKnSvN/aAvjQiNsLnVRqdjcvJ7+suR5bx0gnb72vKsXyvnZCxbUA7HL2jIsg7BYet+esoHBrgnGMDjg2Qdd3+xtIvWDeVp0X/ZjQxNDgqpFPmQ0t4dYE2F6XZWgcE6/KQzvcvFvAH2WGADA7bDqwAAAAASUVORK5CYII=);
    margin-top: 0!important;
}

.social-media-block h3 {
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 6px 0 6px 43px;
    line-height: 1.3;
}

.social-media-block.twitter-feed li h4 {
    background-size: 20px auto;
    margin: 1.5rem 0;
}

.social-media-block li h4 {
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    background-size: 20px auto;
    font-weight: 600;
    min-height: 19px;
    margin: 0 0 10px;
}

.social-media-block.twitter-feed h3 {
    background-image: url(../images/twitter-icon.png);
    margin-top: 0 !important;
}

.social-media-block h2 {
    background-repeat: no-repeat;
    margin-top: 0;
    /*padding: 6px 0 6px 43px;*/
    line-height: 1.3;
}



.banner-wrapper {
    width: 100%;
    padding: 15px;
    color: #fff;
    bottom: 10%;
    background-color: #0d0924;
    text-align: center;
    /*border: 2px solid #fff;*/
}

.banner-wrapper p {
    font-size: 13px;
}

.item {
    align-items: center;
    color: white;
    display: flex;
    justify-content: center;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}


/*TIMELINE*/

.cd-h-timeline__line>ol li,
.cd-h-timeline__events>ol li {
    list-style-type: none;
}

#bullets > ul li {
    list-style-type: disc;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.8rem;
}

ul.noshow {
    list-style-type: none;
}

.cd-h-timeline {
    opacity: 0;
    /*  padding: 80px 0px;*/
    transition: opacity 0.2s
}

.cd-h-timeline--loaded {
    opacity: 1;
}

.cd-h-timeline__container {
    position: relative;
    height: 100px;
}

.cd-h-timeline__dates {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-h-timeline__dates::after,
.cd-h-timeline__dates::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-h-timeline__dates::before {
    left: 0;
    /*background: linear-gradient(to right, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));*/

}

.cd-h-timeline__dates::after {
    right: 0;
    /*background: linear-gradient(to left, hsl(0, 0%, 97%), hsla(0, 0%, 97%, 0));*/

}

.cd-h-timeline__line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 3px;
    background-color: hsl(0, 0%, 87.3%);

    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.cd-h-timeline__filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2b2765;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-h-timeline__date {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1em;
    padding-bottom: 0.75em !important;
    color: hsl(0, 0%, 22%);
    color: var(--cd-color-1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}

.cd-h-timeline__date::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: hsl(0, 0%, 87.3%);
    background-color: hsl(0, 0%, 97%);

    transition: background-color 0.3s, border-color .3s;
}

.cd-h-timeline__date:hover::after {
    background-color: #2b2765;
    border-color: #2b2765;

}

@media (min-width: 64rem) {
    .cd-h-timeline__date {
        font-size: 1.1em;
        font-weight: 600;
    }
}

.cd-h-timeline__date--selected {
    pointer-events: none;
}

.cd-h-timeline__date--selected::after {
    background-color: #2b2765;
    border-color: #2b2765;

}

.cd-h-timeline__date--older-event::after {
    border-color: #2b2765;

}

.cd-h-timeline__navigation {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: hsl(0, 0%, 87.3%);
    transition: border-color 0.3s;
}

.cd-h-timeline__navigation::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../media/1lvb2n2r/cd-arrow.svg) no-repeat 0 0;
}

.cd-h-timeline__navigation:hover {
    border-color: #2b2765;

}

.cd-h-timeline__navigation--prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-h-timeline__navigation--next {
    right: 0;
}

.cd-h-timeline__navigation--inactive {
    cursor: not-allowed;
}

.cd-h-timeline__navigation--inactive::after {
    background-position: 0 -16px;
}

.cd-h-timeline__navigation--inactive:hover {
    border-color: hsl(0, 0%, 87.3%);
}

.cd-h-timeline__events {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height .4s;
}

.cd-h-timeline__event {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 1px 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-h-timeline__event--selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cd-h-timeline__event--enter-right,
.cd-h-timeline__event--leave-right {
    -webkit-animation-name: cd-enter-right;
    animation-name: cd-enter-right
}

.cd-h-timeline__event--enter-left,
.cd-h-timeline__event--leave-left {
    -webkit-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-h-timeline__event--leave-right,
.cd-h-timeline__event--leave-left {
    animation-direction: reverse;
}

.cd-h-timeline__event-content {
    max-width: 800px;
}

.cd-h-timeline__event-title {
    color: hsl(0, 0%, 22%);
    color: var(--cd-color-1);
    font-family: 'Playfair Display', serif;
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 2.48832em;
    font-size: var(--text-xxxl);
}

.cd-h-timeline__event-date {
    display: block;
    font-style: italic;
    margin: 0.5em auto;
    margin: var(--space-xs) auto;
}



@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*EVENTS AND UPDATES*/
.events {
    /*padding: 80px 0px;*/
}

a.read-more-btn {
    color: #fff;
    background: #E81212;
    padding: 0.55556em 1.61111em 0.5556em;
    font-size: 0.875rem;
    line-height: 1;
    margin-top: 15px;
    display: block;
    text-align: center;
    border: 2px solid transparent;
    width: auto;
    font-weight: 600;
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    padding: 0.7em
}

.teaserblock .block-title {
    line-height: 1.25;
}

.block .block-title {
    margin: 0.85em 0 0em;
    font-weight: 600;
    color: #000;
    line-height: inherit !important;
    font-size: 1em !important;
}

.teaserblock .text-content {
    margin-top: 7px;
}


/*INNER PAGE*/
.submenu h2 {
    padding: 15px;
    margin: 0;
    background: url(../static/css/img/National/arrow-down-blue.png) right 20px center no-repeat #fff;
    color: #E81212;
    border-radius: 5px;
    border: 2px solid #E81212;
    line-height: 1;
    font-size: 1em;
    font-weight: 600;
}

.submenu ul.toggleable li.active>a {
    background: #f3f3f3;
}

@media (min-width: 768px) {
    .submenu ul.toggleable li a {
        padding: 7px 10px 7px 35px;
    }
}

.submenu ul.toggleable li a {
    display: block;
    padding: 0.9em 1em 0.9em 2.22222em;
    color: #000;
    line-height: 1.2;
    font-weight: 400;
}

.submenu ul.toggleable>li {
    border: 0;
}

@media (min-width: 768px){
.submenu ul.toggleable li .toggle-button {
    font-size: .875em;
    width: 15px;
    height: 15px;
    left: 10px;
    top: 10px;
    line-height: .7;
}
}
.submenu ul.toggleable li .toggle-button {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    line-height: .9;
    left: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #fff;
    background: #E81212;
    border-radius: 2px;
    padding-top: 1px;
}

.submenu ul.toggleable li.open>ul {
    max-height: 5000px;
    opacity: 1;
    transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    transition-delay: 0s;
}

@media (min-width: 768px){
.submenu ul.toggleable li ul {
    padding-left: 20px !important;
}

}
.submenu ul.toggleable li ul {
    background: #fff;
    padding-left: 40px !important;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(0, 1, 0, 1) -.1s;
    transition-delay: 0s;
    max-height: 0;
    opacity: 0;
}

.small-size {
    line-height: 1;
    font-size: 0.875rem;
}


.pressreleaselistingpage .hidden-search-section, .toggleable:not(#projectmenu) {
    display: none;
}
@media (min-width: 992px){
.submenu ul.toggleable {
    display: block !important;
    margin-left: -10px;
    margin-top: 25px;
}
}
.submenu ul.toggleable {
    display: none;
    margin: 0;
}


/*INNER PAGES*/
#MainContentArea{
   min-height: 100vh;
}

#MainContentArea p img{
    max-width: 100%;
    margin: 10px 10px 10px 0px; 
}

.MainContentAreaimg img{
    padding: 15px !important;
    max-width: 100%;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#MainContentArea img {
    max-width: 100%;
    border-radius: 10px;
}

#MainContentArea .milestone img{
    margin-bottom: 25px;
}

#MainContentArea p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 2em;
}

/*ACCORDIAN SIDE MENU*/


.nav-wrap {
  width: 100%;
  margin: auto 0;
}

/*@media (min-width: 992px) {*/
/*  .nav-wrap {*/
/*    width: 50%;*/
/*  }*/
/*}*/

[hidden] {
  display: none;
  visibility: hidden;
}

.acnav {
  width: 100%;
}
.acnav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acnav__list--level1 {
  /*border: 1px solid #fcfcfc;*/
}
.has-children > .acnav__label::before {
  content: "\f107";
  color: #262262;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 1em;
  transition: transform 0.3s;
}
.has-children.is-open > .acnav__label::before {
  transform: rotate(540deg);
}
.acnav__link, .acnav__label {
    display: block;
    font-size: 1rem;
    padding: 0.5em;
    margin: 0;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    /*background: #317589;*/
    /*box-shadow: inset 0 -1px #f5f5f5;*/
    transition: color 0.25s ease-in, background-color 0.25s ease-in;
}


.acnav__link:active, .acnav__link:active{
      color: #e3e3e3;
  background: #262262;
}

.acnav__link a, .acnav__label a {
    color: #000;
}
.acnav__link a:hover, .acnav__label a:hover{
  text-decoration: underline;
  font-weight: 600;
}

.acnav__link:focus, .acnav__link:hover, .acnav__label:focus, .acnav__label:hover {
  color: #000;
  background: rgb(0 0 0 / 4%);
  /*text-decoration: underline;*/
}
.acnav__link--level2, .acnav__label--level2 {
  padding-left: 3em;
  /*background: #2d6b7e;*/
}
.acnav__link--level2:focus, .acnav__link--level2:hover, .acnav__label--level2:focus, .acnav__label--level2:hover {
  background: rgb(0 0 0 / 4%);
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.acnav__link--level3, .acnav__label--level3 {
  padding-left: 4em;
  /*background: #296272;*/
  font-size: 0.9rem !important;
}

.acnav__link--level1.active, .acnav__label--level1.active{
    background: #f5f5f5;
    font-weight: 600;
}

 .acnav__link--level2.active, .acnav__label--level2.active{
     background: #f5f5f5;
     font-weight: 600;
 }
     
.acnav__link--level3.active, .acnav__label--level3.active{
    background: #f5f5f5;
    font-weight: 600;
} 
.acnav__link--level4.active, .acnav__label--level4.active{
    background: #f5f5f5;
    font-weight: 600;
}

.acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.acnav__link--level4, .acnav__label--level4 {
  padding-left: 7em;
  /*background: #255867;*/
   font-size: 0.875rem;
}
.acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: underline;
}
.acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
  display: none;
}
.is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
  display: block;
}

span.last-updated{
    padding: 10px 0px 20px 0px;
    color: #545454;
    font-size: 0.83rem;
}

.last-updated-date {
    color: #000;
}

/*TOP BUTTON*/
#button {
    display: inline-block;
    background-color: #E81212;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 15px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #262262;
}
#button:active {
  background-color: #262262;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#sidebarWrap {
  height: auto;
  /*width: 210px;*/
  position: relative;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

#sidebar {
   width: 100%;
  position: absolute;
}

#sidebar.fixed {
  position: fixed;
  width: 17%;
  top: 100px;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

#footers {
    clear: both;
}


@media  screen and (max-width: 1366px) {
    #sidebar.fixed {
        width: 22% !important;
    }
    
    
    .logo img {
        width: 50% !important;
    }
    
    .header .bottom-header .bg .bg-2 .bg-3 .navbar {
        margin-top: 7px;
    }
    
    .header .bottom-header .bg .bg-2 .bg-3 .bottom-right {
        margin-top: 15px;
    }
    
    .header .bottom-header .bg .bg-2 .bg-3 .navbar .navbar-nav .nav-item .nav-link {
        font-size: 0.9rem;
        font-weight:600;
        text-transform: uppercase;
    }
    
    .process .single-box {
        padding: 10px;
    }
}

@media  screen and (max-width: 1440px) {
    #sidebar.fixed {
        width: 22% !important;
}
}


/*#recentproject{*/
/*    background: url(https://athemeart.dev/html/kartuss/assets/images/project-bg.jpg) center center no-repeat;*/
/*    background-size: cover;*/
/*    position: relative;*/

/*}*/

/*#recentproject:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(https://athemeart.dev/html/kartuss/assets/images/project-overlay.png) center right 30% no-repeat;*/
/*}*/

.shading{
    background: #F6F6F6 !important;
    padding: 10px 15px;
    border-radius: 10px;
    height: 100%;
}


.shading img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px 10px 0px 0px;
}

.spacing img{
    margin: 0px 15px 15px 0px;
}


/*GALLERY*/
    .album-thumb {
        display: inline-block;
        border: 1px solid #eaeaea;
        position: relative;
        margin: 4px;
    }

    .album-thumb .thumb-container {
        position: relative;
        padding: 20px;
        cursor: pointer;
    }

    .album-thumb .thumb-container:hover .photo-count {
        background: rgba(43, 43, 43, 0.9);
    }

    .album-thumb .thumb-container:hover .thumb-image:nth-child(1) {
        transform: rotateZ(0deg);
    }

    .album-thumb .thumb-container:hover .thumb-image:nth-child(2) {
        transform: rotateZ(0deg);
    }

    .album-thumb .photo-count {
        width: 80px;
        height: 80px;
        background: rgba(43, 43, 43, 0.4);
        border-radius: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .album-thumb .photo-count .content {
        display: inline-block;
        color: #ffffff;
        text-align: center;
        margin-top: 50%;
        width: 100%;
        transform: translateY(-50%);
    }

    .album-thumb .photo-count .content .number {
        font-size: 30px;
    }

    .album-thumb .title {
        color: #4f4f4f;
        margin: 10px;
        font-weight: 500;
        text-align: center;
    }

    .images-container {
        width: 250px;
        height: 200px;
        position: relative;
    }

    .images-container .thumb-image {
        max-width: 200px;
        max-height: 200px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ffffff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
        transition: transform 0.5s;
    }

    .images-container .thumb-image:nth-child(1) {
        transform: rotateZ(10deg);
    }

    .images-container .thumb-image:nth-child(2) {
        transform: rotateZ(4deg);
    }


    /*SITEMAP*/
    .project-header {
        margin-bottom: 40px;
    }

    .project-sitemap {
        padding: 20px;
        font-family: "Roboto", sans-serif;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        color: #444;
    }

    .project-title {
        margin: 0 0 0.2em;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 1.2;
    }

    .project-subtitle {
        margin: 0;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.2;
        color: #666;
    }

    .sitemap {
        position: relative;
        display: flex;
        flex-flow: row wrap;
        padding: 0;
    }

    .sitemap a {
        position: relative;
        z-index: 10;
        display: inline-flex;
        flex-direction: column;
        padding: 0.5em 1em;
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        border-bottom-width: 3px;
        background: #f9f9f9;
        font-weight: 500;
        text-decoration: none;
        color: #595959;
    }

    .sitemap a:before {
        margin-bottom: 0.3em;
        content: attr(href);
        font-size: 0.8em;
        color: #aaa;
    }

    .sitemap-main {
        position: relative;
        flex: 1 1 100%;
        order: 3;
        margin-bottom: 1em;
    }

    .sitemap-main a {
        margin-bottom: 0.5em;
        margin-left: 0.2em;
    }

    .sitemap-main ul {
        position: relative;
        padding-left: 2em;
    }

    .sitemap-main>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }

    .sitemap-main>ul>li {
        flex: 1 1 auto;
    }

    .sitemap li {
        margin-right: 1em;
        list-style: none;
    }

    /* Handle grid lines */
    .sitemap-main li:before,
    .sitemap-main li:after {
        display: inline-block;
        width: 1em;
        height: 2em;
        border: 2px solid #f2f2f2;
        border-right: none;
        border-top: none;
        content: "";
    }

    .sitemap-main li:after {
        position: absolute;
        left: 2em;
        bottom: 0;
        width: 2px;
        height: 100%;
    }

    .sitemap-main ul:before {
        position: absolute;
        left: 0;
        top: -2.75em;
        display: block;
        width: 2px;
        height: 100%;
        background: #fff;
        content: "";
    }

    .sitemap-main>ul:before {
        display: none;
    }

    .sitemap-main li:last-child:after {
        border-color: #fff;
        bottom: 0;
        height: 2.7em;
    }

    /* The home/top level link */
    .sitemap-root {
        margin-bottom: 2em;
    }

    .sitemap-root>a {
        min-width: 8em;
        background: #262262;
        border-color: #262262;
        color: #fff;
    }

    .sitemap-root>a:before {
        color: #f2f2f2;
    }

    .sitemap-root>a:after {
        position: absolute;
        bottom: -2.6em;
        left: calc(2em - 1px);
        display: block;
        width: 2px;
        height: 2em;
        background: #f2f2f2;
        content: "";
    }

    .sitemap-main>ul>li>a {
        background: #f2e8dd;
        border-color: #e4cfb8;
    }

    .sitemap-main ul ul ul a {
        background: #fff;
    }

    .sitemap-aux {
        order: 3;
        font-size: 0.9em;
    }

    .sitemap-aux ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }

    .sitemap-aux li {
        margin: 0 0.5em 0.5em 0;
    }

    .sitemap-aux a {
        background: #FAF8D4;
        border-color: #f5f1a6;
    }

    @media (min-width: 420px) {
        .sitemap {
            justify-content: space-between;
        }

        .sitemap-aux ul {
            justify-content: flex-end;
        }
    }

    @media (min-width: 600px) {
        .sitemap-aux {
            order: 2;
        }
    }

    /*CAREER PAGE*/
     .table-job-offers-outer {
        position: relative;
        overflow: hidden;
        padding: 6px;
        margin-left: -12px;
        margin-right: -12px;
        margin-bottom: -6px;
    }
    
    
    #career-detail {
        background-color: #F8F8FB;
        padding : 0px;
    }
    
    #career-detail h5{
        font-weight: 600 !important;
    }
    
    
    #career-detail .container{
        background-color: #fff;
        padding: 25px 0px 25px 25px;
        box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    }

    .table-job-offers.table-responsive {
        overflow-y: hidden;
    }

    .table-job-offers {
        padding: 6px;
        width: calc(100% + 6px);
    }

    .table-job-offers {
        letter-spacing: .025em;
        color: #151515;
    }

    .table-job-offers tbody {
        width: 100%;
    }

    .table-job-offers tr {
        transition: .35s ease-in-out;
    }

    .table-job-offers tr {
        height: 102px;
    }

    .table-job-offers tr {
        border-top: 1px solid #d6d6d6;
    }

    .table-job-offers-date:first-child {
        width: 16%;
        padding: 0;
    }

    .table-job-offers td {
        padding: 14px 20px;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .table-job-offers-date:first-child>* {
        display: block;
        padding: 16px 18px 16px 30px;
        border-right: 1px solid #d6d6d6;
    }

    .table-job-offers td {
        padding: 14px 20px;
    }

    .table-job-offers-main {
        min-width: 360px;
        width: 71.5%;
    }

    .company-light {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .company-light-figure {
        flex-shrink: 0;
        min-width: 58px;
        text-align: center;
    }

    .company-light>* {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 24px;
        margin-left: 24px;
    }

    .company-light-main {
        flex-grow: 1;
    }

    .company-light-main>*+* {
        margin-top: 3px;
    }

    .object-inline {
        white-space: nowrap;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .object-inline>* {
        display: inline-block;
        min-width: 20px;
        vertical-align: top;
        white-space: normal;
    }

    .icon-sm {
        font-size: 19px;
    }

    .icon {
        display: inline-block;
        line-height: 1.1;
    }

    .object-inline>*+* {
        margin-left: 5px;
    }

    .object-inline .icon-1,
    .object-inline .icon-default {
        position: relative;
        top: 2px;
    }

    .table-job-offers-date,
    .table-job-offers-meta .object-inline>* {
        white-space: nowrap;
    }

    .table-job-offers-outer+.pagination-outer,
    .table-job-offers+.pagination-outer {
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        *+.pagination-outer {
            margin-top: 50px;
        }
    }

    *+.pagination-outer {
        margin-top: 30px;
    }

    .pagination {
        display: inline-flex;
        flex-wrap: wrap;
        font-size: 0;
        line-height: 0;
        margin-bottom: -6px;
        margin-left: -6px;
    }

    .page-item {
        display: inline-flex;
        vertical-align: middle;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .page-item-control .page-link {
        padding-left: 16px;
        padding-right: 16px;
    }

    .page-item.active>.page-link,
    .page-item.active>.page-link:hover,
    .page-item.active>.page-link:focus,
    .page-item.active>.page-link:active {
        color: #ffffff;
        background-color: #1087eb;
        border-color: #1087eb;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #ffffff;
        background-color: #1087eb;
        border-color: #1087eb;
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

    .table-job-offers tr:hover {
        background: #f3f4f9;
        box-shadow: 0 2px 8px 1px rgb(0 0 0 / 15%);
        border-color: #f3f4f9;
    }

    .layout-details {
        padding-bottom: 20px;
        border-bottom: 1px solid #e0e0e0;
    }

    .company-light-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 92px;
        height: 92px;
        padding: 10px;
        border: 1px solid #e0e0e0;
        flex-shrink: 0;
    }

    .company-light-logo-image {
        max-width: 80%;
        max-height: 80%;
    }

    /*.list-marked-3 {
    max-width: 340px;
}*/

    *+.list-marked-3 {
        margin-top: 15px;
    }

    .list-marked-3 {
        color: #151515;
    }

    ul.list,
    ul.list-marked-3 {
        list-style: none;
        padding: 0;
    }

    p.text-style-1 {
        margin-top: 16px;
    }

    .list-marked-3>li {
        position: relative;
        padding-left: 30px;
        letter-spacing: .025em;
        font-size: 0.9rem;
    }

    .list-marked-3>li+li {
        margin-top: 10px;
    }


    .list-marked-3>li::before {
        content: '';
        position: absolute;
        top: .65em;
        left: 0;
        display: inline-block;
        width: 18px;
        height: 3px;
        vertical-align: middle;
        background: #1087eb;
    }
    
    /*NEWSLETTER MAILERLITE*/
    /* LOADER */
.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mlb2-1747313.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100% !important;
}

#mlb2-1747313.ml-form-embedContainer h4,
#mlb2-1747313.ml-form-embedContainer p,
#mlb2-1747313.ml-form-embedContainer span,
#mlb2-1747313.ml-form-embedContainer button {
    text-transform: none !important;
    letter-spacing: normal !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper {
    border-width: 0px;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    position: relative;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
    width: 400px;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 100%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-align-left {
    text-align: left;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-align-center {
    text-align: center;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-align-default {
    display: table-cell !important;
    vertical-align: middle !important;
    text-align: center !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-align-right {
    text-align: right;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedHeader img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: auto;
    margin: 0 auto !important;
    max-width: 100%;
    width: undefinedpx;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0px;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody.ml-form-embedBodyHorizontal {
    padding-bottom: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 20px 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left;
    word-break: break-word;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px 0;
    text-align: left;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ul,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ul,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol {
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol {
    list-style-type: lower-alpha;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent ol ol ol,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent ol ol ol {
    list-style-type: lower-roman;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p a,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p a {
    color: #000000;
    text-decoration: underline;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group {
    text-align: left !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
    margin-bottom: 5px;
    color: #333333;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    ;
    display: inline-block;
    line-height: 20px;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    margin: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody form {
    margin: 0;
    width: 100%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    margin: 0 0 20px 0;
    width: 100%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow {
    float: left;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    margin: 0;
    padding: 0px;
    width: 100%;
    height: auto;
    float: left;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow {
    margin: 0 0 10px 0;
    width: 100%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-last-item {
    margin: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow.ml-formfieldHorizintal {
    margin: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    height: auto;
    line-height: 21px !important;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-webkit-input-placeholder,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-webkit-input-placeholder {
    color: #333333;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input::-moz-placeholder,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input::-moz-placeholder {
    color: #333333;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-ms-input-placeholder,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-ms-input-placeholder {
    color: #333333;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input:-moz-placeholder,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input:-moz-placeholder {
    color: #333333;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow textarea,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow textarea {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    height: auto;
    line-height: 21px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-color: #cccccc !important;
    background-color: #ffffff !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input.custom-control-input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    border-radius: 4px !important;
}


#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input:checked~.custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input:checked~.custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox input[type=checkbox]:checked~.label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox input[type=checkbox]:checked~.label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type=checkbox]:checked~.label-description::before {
    border-color: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label::after {
    top: 2px;
    box-sizing: border-box;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after {
    top: 0px !important;
    box-sizing: border-box !important;
    position: absolute;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before {
    top: 0px !important;
    box-sizing: border-box !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-control-label::after {
    position: absolute;
    top: 2px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::before,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::before {
    position: absolute;
    top: 4px;
    left: -1.5rem;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #ffffff;
    border: #adb5bd solid 1px;
    border-radius: 50%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    position: absolute;
    top: 0px !important;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-radio .custom-control-label::after {
    background: no-repeat 50%/50% 50%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .custom-checkbox .custom-control-label::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedPermissions .ml-form-embedPermissionsOptionsCheckbox .label-description::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-interestGroupsRow .ml-form-interestGroupsRowCheckbox .label-description::after,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description::after {
    background: no-repeat 50%/50% 50%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-input,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-input,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-input,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    box-sizing: border-box;
    padding: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-radio .custom-control-label,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-radio .custom-control-label,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-checkbox .custom-control-label,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-checkbox .custom-control-label {
    color: #000000;
    font-size: 12px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 22px;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
    font-style: normal;
    font-weight: 600;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-select,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow .custom-select {
    background-color: #ffffff !important;
    color: #333333 !important;
    border-color: #cccccc;
    border-radius: 4px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 28px 10px 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    background: url('https://cdn.mailerlite.com/images/default/dropdown.svg') no-repeat right .75rem center/8px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
    height: auto;
    width: 100%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
    width: 70%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal {
    width: 30%;
    float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-button-horizontal.labelsOn {
    padding-top: 25px;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
    background-color: #ffffff;
    color: #333333;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: initial;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    background-color: #E81212 !important;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 15px;
    margin: 0 !important;
    padding: 10px !important;
    width: 100%;
    height: auto;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin-top: 5px;
    margin-left: -1.5rem;
    overflow: visible;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
    color: #000000;
    display: block;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    position: relative;
    vertical-align: top;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    min-height: 24px;
    padding-left: 24px;

}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label a {
    color: #000000;
    text-decoration: underline;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
    color: #000000 !important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 18px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p:last-child {
    margin: 0;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: #000000 !important;
    border: none !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 21px !important;
    height: auto;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.loading {
    display: none;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: #333333 !important;
}

.ml-subscribe-close {
    width: 30px;
    height: 30px;
    background: url('https://cdn.mailerlite.com/images/default/modal_close.png') no-repeat;
    background-size: 30px;
    cursor: pointer;
    margin-top: -10px;
    margin-right: -10px;
    position: absolute;
    top: 0;
    right: 0;
}

.ml-error input,
.ml-error textarea,
.ml-error select {
    border-color: red !important;
}

.ml-error .custom-checkbox-radio-list {
    border: 1px solid red !important;
    border-radius: 4px;
    padding: 10px;
}

.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
    color: #ff0000 !important;
}

#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
    color: #ff0000 !important;
}

@media only screen and (max-width: 400px) {

    .ml-form-embedWrapper.embedDefault,
    .ml-form-embedWrapper.embedPopup {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm {
        float: left !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
        height: auto !important;
        width: 100% !important;
        float: left !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div {
        padding-right: 0px !important;
        padding-bottom: 10px;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal {
        width: 100% !important;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal.labelsOn {
        padding-top: 0px !important;
    }

}

.ml-mobileButton-horizontal {
    display: none;
}

#mlb2-1747313 .ml-mobileButton-horizontal button {

    background-color: #000000 !important;
    border-color: #000000 !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #ffffff !important;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    padding: 10px !important;
    width: 100% !important;

}

@media only screen and (max-width: 400px) {
    #mlb2-1747313.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
        padding: 0 0 10px 0 !important;
    }

    .ml-hide-horizontal {
        display: none !important;
    }

    .ml-form-formContent.horozintalForm .ml-button-horizontal {
        /*display: none !important;*/
    }

    .ml-mobileButton-horizontal {
        display: inline-block !important;
        margin-bottom: 20px;
        width: 100%;
    }

    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal>div {
        padding-bottom: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
        margin-bottom: 10px !important;
        width: 100% !important;
    }
}



 /* footers-02 BLOCK CSS -- START --*/
 
.bar {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: 0 10px 40px rgb(51 51 51 / 40%);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 15px;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    display: none;
    border-radius: 10px 10px 0px 0px;
}

  .bar .activate{
    background-position: 0 50%;
    width: 100px;
    border-radius: 50px;
}

.bar .activate + .els-wrap .icon{
        margin-left: 10px;
        margin-right: 0px;
}

.bar .activate + .els-wrap .label{
    opacity: 1;
}

@media only screen and (max-width: 600px) {
    .bar{
        display: flex;
    }
}

.els-wrap {
  display: flex;
  align-items: center;
  width: 33px;
  background-size: 1200px;
  background-position: 100% 50%;
  color: #333333;
  /*padding: 0 9px;*/
  /*border-radius: 100px;*/
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: width 200ms, padding 200ms, border-radius 300ms, background-position 900ms;
  transition-timing-function: ease-in-out;
}
.els-wrap:hover {
  background-position: 0 50%;
  /*padding: 3px 13px;*/
  border-radius: 50px;
}
.els-wrap:hover .icon {
    font-size: 26px;
    margin: 10px;
    width: 10px;
}
.els-wrap:hover .label {
  opacity: 1;
}
.els-wrap:focus {
  background-position: 0 50%;
  padding: 3px 13px;
  border-radius: 50px;
}
.els-wrap:focus .icon {
  font-size: 25px;
  margin-right: 10px;
}
.els-wrap:focus .label {
  opacity: 1;
}
.els-wrap .icon {
  font-size: 25px;
  margin-right: 25px;
  position: relative;
  z-index: 2;
  transition: font-size 250ms, margin-right 200ms;
  transition-timing-function: ease-out;
}
.els-wrap .label {
    margin: auto;
    font-weight: 600;
    /* letter-spacing: 0.15em; */
    opacity: 0;
    position: relative;
    z-index: 2;
    font-size: 13px;
    transition: opacity 400ms;
    transition-delay: 130ms;
    transition-timing-function: ease-out;
    padding: 10px;
    color: #000;
}

.el-0 {
  background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-1 {
  background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-2 {
  background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-3 {
  background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-4 {
  background-image: radial-gradient(circle at right, #fff, rgb(216,216,255));
}

.el-0:hover {
  width: 100px;
}

.el-0:focus {
  width: 100px;
}

.el-1:hover {
  width: 100px;
}

.el-1:focus {
  width: 100px;
}

.el-2:hover {
  width: 100px;
}

.el-2:focus {
  width: 100px;
}

.el-3:hover {
  width: 100px;
}

.el-3:focus {
  width: 100px;
}

.el-4:hover {
  width: 100px;
}

.el-4:focus {
  width: 100px;
}

.col-md-12.column {
    overflow-x: auto;
}