html,
body {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background-color: #ff5e14;
    color: #ffffff;
}

a {
    color: #ff5e14;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    color: #ad3600;
    text-decoration: none;
}

section {
    position: relative;
}

img {
    max-width: 100%;
}


/*-------------------------
RESET Default Styles
--------------------------*/

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

*,
:active,
:focus {
    outline: none;
}

ul,
ol {
    font-family: 'Poppins', sans-serif!important;
    list-style: none;
}

button {
    border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

p {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 16px;
    line-height: 25px;
}


/*----------------------------
Helper Classes
----------------------------*/

.col-padding-0>.row {
    margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
    padding: 0;
}

.inner-padding {
    padding: 120px 70px;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.background-banner {
    min-height: 500px;
}

.width-auto {
    width: auto !important;
}

.fz-13 {
    font-size: 13px;
}

.font-secondary {
    font-family: Poppins, sans-serif;
}

.lh-1 {
    line-height: 1!important;
}

.vh-100 {
    height: 100vh !important;
}

.list-inline>li {
    display: inline-block;
}

.align-v {
    display: flex;
    align-items: center;
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-top {
    border-top: 1px solid #eaeaea !important;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

@media (min-width: 992px) {
    .col-lg-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*  margin Top */

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}


/* Margin Bottom */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.padb-50 {
    padding-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px;
}


/* Margin Right */

.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


/* Margin Left */

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}


/* padding Top */

.pb-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}


/*  Padding Bottom */

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}


/* padding Right */

.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}


/* padding Left */

.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}


/* Large Devices */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .inner-padding {
        padding: 120px 50px;
    }
}


/* Medium Devices */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* section {
padding: 75px 0;
}*/
    .inner-padding {
        padding: 100px 50px !important;
    }
    .mt-30 {
        margin-top: 30.7692307692px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 35.7142857143px !important;
    }
    .mt-60 {
        margin-top: 42.8571428571px !important;
    }
    .mt-70 {
        margin-top: 50px !important;
    }
    .mt-80 {
        margin-top: 57.1428571429px !important;
    }
    .mt-90 {
        margin-top: 64.2857142857px !important;
    }
    .mt-100 {
        margin-top: 71.4285714286px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 35.7142857143px !important;
    }
    .mb-60 {
        margin-bottom: 42.8571428571px !important;
    }
    .mb-70 {
        margin-bottom: 50px !important;
    }
    .mb-80 {
        margin-bottom: 57.1428571429px !important;
    }
    .mb-90 {
        margin-bottom: 64.2857142857px !important;
    }
    .mb-100 {
        margin-bottom: 71.4285714286px !important;
    }
    /* Margin Right */
    .mr-30 {
        margin-right: 23.0769230769px !important;
    }
    .mr-40 {
        margin-right: 28.5714285714px !important;
    }
    .mr-50 {
        margin-right: 35.7142857143px !important;
    }
    /* Margin Left */
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }
    .ml-40 {
        margin-left: 33.3333333333px !important;
    }
    .ml-50 {
        margin-left: 35.7142857143px !important;
    }
    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 35.7142857143px !important;
    }
    .pt-60 {
        padding-top: 42.8571428571px !important;
    }
    .pt-70 {
        padding-top: 50px !important;
    }
    .pt-80 {
        padding-top: 57.1428571429px !important;
    }
    .pt-90 {
        padding-top: 64.2857142857px !important;
    }
    .pt-100 {
        padding-top: 71.4285714286px !important;
    }
    .pt-110 {
        padding-top: 78.5714285714px !important;
    }
    .pt-120 {
        padding-top: 85.7142857143px !important;
    }
    .pt-130 {
        padding-top: 93.3333333333px !important;
    }
    .pt-140 {
        padding-top: 87.5px !important;
    }
    .pt-150 {
        padding-top: 88.2352941176px !important;
    }
    .pt-160 {
        padding-top: 88.8888888889px !important;
    }
    .pt-170 {
        padding-top: 89.4736842105px !important;
    }
    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 35.7142857143px !important;
    }
    .pb-60 {
        padding-bottom: 42.8571428571px !important;
    }
    .pb-70 {
        padding-bottom: 50px !important;
    }
    .pb-80 {
        padding-bottom: 57.1428571429px !important;
    }
    .pb-90 {
        padding-bottom: 64.2857142857px !important;
    }
    .pb-100 {
        padding-bottom: 71.4285714286px !important;
    }
    .pb-110 {
        padding-bottom: 78.5714285714px !important;
    }
    .pb-120 {
        padding-bottom: 85.7142857143px !important;
    }
    .pb-130 {
        padding-bottom: 86.6666666667px !important;
    }
    .pb-140 {
        padding-bottom: 87.5px !important;
    }
    .pb-150 {
        padding-bottom: 88.2352941176px !important;
    }
    .pb-160 {
        padding-bottom: 88.8888888889px !important;
    }
    .pb-170 {
        padding-bottom: 89.4736842105px !important;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    section {
        padding: 50px 0;
    }
    .inner-padding {
        padding: 50px 30px !important;
    }
    .text-center-xs-sm {
        text-align: center !important;
    }
    .mt-30 {
        margin-top: 23.0769230769px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 33.3333333333px !important;
    }
    .mt-60 {
        margin-top: 33.3333333333px !important;
    }
    .mt-70 {
        margin-top: 35px !important;
    }
    .mt-80 {
        margin-top: 40px !important;
    }
    .mt-90 {
        margin-top: 45px !important;
    }
    .mt-100 {
        margin-top: 50px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-60 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-70 {
        margin-bottom: 35px !important;
    }
    .mb-80 {
        margin-bottom: 40px !important;
    }
    .mb-90 {
        margin-bottom: 45px !important;
    }
    .mb-100 {
        margin-bottom: 50px !important;
    }
    /* Margin Right */
    .mr-30 {
        margin-right: 25px !important;
    }
    .mr-40 {
        margin-right: 30.7692307692px !important;
    }
    .mr-50 {
        margin-right: 33.3333333333px !important;
    }
    /* Margin Left */
    .ml-30 {
        margin-left: 25px !important;
    }
    .ml-40 {
        margin-left: 30.7692307692px !important;
    }
    .ml-50 {
        margin-left: 33.3333333333px !important;
    }
    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 33.3333333333px !important;
    }
    .pt-60 {
        padding-top: 33.3333333333px !important;
    }
    .pt-70 {
        padding-top: 35px !important;
    }
    .pt-80 {
        padding-top: 40px !important;
    }
    .pt-90 {
        padding-top: 45px !important;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    .pt-110 {
        padding-top: 55px !important;
    }
    .pt-120 {
        padding-top: 60px !important;
    }
    .pt-130 {
        padding-top: 66.6666666667px !important;
    }
    .pt-140 {
        padding-top: 63.6363636364px !important;
    }
    .pt-150 {
        padding-top: 65.2173913043px !important;
    }
    .pt-160 {
        padding-top: 66.6666666667px !important;
    }
    .pt-170 {
        padding-top: 68px !important;
    }
    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-60 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-70 {
        padding-bottom: 35px !important;
    }
    .pb-80 {
        padding-bottom: 40px !important;
    }
    .pb-90 {
        padding-bottom: 45px !important;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    .pb-110 {
        padding-bottom: 55px !important;
    }
    .pb-120 {
        padding-bottom: 60px !important;
    }
    .pb-130 {
        padding-bottom: 61.9047619048px !important;
    }
    .pb-140 {
        padding-bottom: 63.6363636364px !important;
    }
    .pb-150 {
        padding-bottom: 65.2173913043px !important;
    }
    .pb-160 {
        padding-bottom: 66.6666666667px !important;
    }
    .pb-170 {
        padding-bottom: 68px !important;
    }
}


/*-------------------------
Background & Colors
--------------------------*/


/* Colors */

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-theme {
    color: #ff5e14 !important;
}

.color-heading {
    color: #1b1a1a !important;
}

.color-body {
    color: #9b9b9b !important;
}


/* backgrounds */

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #1b1a1a !important;
}

.bg-theme {
    background-color: #ff5e14 !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.45);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.95);
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    background: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
    background: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
    background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
}

.bg-overlay-theme:before {
    background-color: rgba(60, 57, 126, 0.65);
}


/*-------------------------
Typography
--------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1a1a;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23px;
}

p {
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

h1 {
    font-size: 2.1875rem;
}

h2 {
    font-size: 1.7rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4375rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.1rem;
}

.heading__subtitle {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #322d53;
    display: block;
    margin-bottom: 21px;
}

.heading__desc {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.divider__line+.heading__desc {
    margin-top: 22px;
}

.heading-2 .heading__title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 34px;
    line-height: 40px;
    font-size: 25px;
}

.heading-white .heading__subtitle {
    color: #f9f9f9;
}

.text__block-desc {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 20px;
}

.text__block-2 {
    position: relative;
}

.text__block-2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0;
}

.text__block-2 .text__block-desc {
    padding-left: 220px;
}

.client-list li:first-child {
    padding-top: 0px;
}

.text-content-section h5 {
    font-size: 23px;
}

.client-list li {
    padding: 10px 0px;
    font-size: 15px;
}

.client-list span {
    padding-left: 10px;
}

.text__link {
    font-size: 0.875rem;
    font-weight: 700;
}

.text__link a {
    color: #ff5e14;
    border-bottom: 2px solid #ff5e14;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.text__link:hover a {
    color: #1b1a1a;
    border-bottom: 2px solid #1b1a1a;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading__title {
        font-size: 30px;
    }
    .heading-2 .heading__title {
        font-size: 27px;
        line-height: 32px;
    }
    .heading-3 .heading__title {
        font-size: 37px;
        line-height: 47px;
    }
    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .heading-2 .heading__title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .heading-2 .heading__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    .heading-3 .heading__subtitle {
        margin-bottom: 13px;
    }
    .heading-3 .heading__title {
        font-size: 30px;
    }
    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px;
    }
    .heading-4 .heading__title {
        font-size: 40px;
    }
    .heading-4 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .heading-5 .heading__title {
        font-size: 45px;
    }
    .heading-5 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .text__block-desc {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .text__block-2 .text__block-title {
        position: static;
    }
    .text__block-2 .text__block-desc {
        padding-left: 0;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 450px) {
    .heading-2 .heading__title {
        font-size: 25px;
    }
    .heading-2 .heading__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
}


/*-------------------------
page title 
-------------------------*/

.header-transparent+.page-title {
    margin-top: -100px;
}

.pagetitle__subheading {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #f9f9f9;
    display: block;
    margin-bottom: 25px;
}

.pagetitle__heading {
    font-size: 2.8125rem;
    color: #ffffff;
    margin-bottom: 0;
}

.pagetitle__desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    color: #f9f9f9;
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title {
    padding-top: 240px;
    padding-bottom: 150px;
}

.page-title .breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-title .breadcrumb-item {
    padding-bottom: 5px;
}

.page-title .breadcrumb-item.active {
    color: #f9f9f9;
    padding-bottom: 3px;
}

.page-title .breadcrumb-item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #ffffff;
}

.page-title .breadcrumb-item a {
    position: relative;
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
    color: #ff5e14;
}

.page-title-layout1 .pagetitle__heading {
    font-size: 37px;
    font-weight: bold;
}

.page-title-layout1 .btn {
    margin-top: 38px;
}

.page-title-layout2 {
    padding-top: 245px;
    padding-bottom: 185px;
}

.page-title-layout11 {
    padding-top: 65px;
    padding-bottom: 50px;
}

.page-title-layout11 .pagetitle__heading {
    font-size: 3rem;
    color: #1b1a1a;
}


/* Medium Size Devices */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .page-title .pagetitle__subheading {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .page-title .pagetitle__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        padding-right: 0 !important;
    }
    .page-title .pagetitle__heading {
        font-size: 32px !important;
    }
    .page-title .breadcrumb {
        margin-top: 15px;
    }
    .page-title .btn {
        margin-top: 20px;
    }
    .page-title-layout5 .breadcrumb {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .page-title-layout11 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-title-layout11 .pagetitle__heading {
        font-size: 35px;
    }
}


/*----------------------
BUTTONS
----------------------*/

.btn {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    padding: 0 25px;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn__block {
    width: 100%;
}


/* Button Primary */

.btn__primary {
    background-color: #ff5e14;
    border: 2px solid #ff5e14;
    color: #ffffff;
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #ffffff;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff5e14;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
    background-color: transparent;
    border-color: #ff5e14;
    color: #ff5e14;
}


/* Button Secondary*/

.btn__secondary {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

.btn__default {
    background-color: transparent;
    border: 2px solid #eaeaea;
}

.btn__default:active,
.btn__default:focus,
.btn__default:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}


/* Button White */

.btn__white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #1b1a1a;
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #ffffff;
}

.btn__rounded {
    border-radius: 50px;
}


/* Button Link */

.btn__link {
    background-color: transparent;
    border-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    padding: 0;
    min-width: 0;
    border-radius: 0;
}

.btn__link.btn__primary {
    color: #ff5e14;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222222;
}

.btn__link.btn__secondary {
    color: #222222;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff5e14;
}

.btn__link.btn__white {
    color: #ffffff;
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}


/* Button Bordered */

.btn__bordered {
    background-color: transparent;
}

.btn__bordered.btn__primary {
    border-color: #ff5e14;
    color: #ff5e14;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__bordered.btn__secondary {
    border-color: #222222;
    color: #222222;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.btn__bordered.btn__white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
    color: #ff5e14;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn__white.btn__secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__video.popup-video {
    padding-left: 40px;
    color: #ffffff;
}

.btn__video.popup-video .video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.btn__lg {
    min-width: 220px;
}

.btn__underlined {
    padding-bottom: 5px;
}

.btn__underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff5e14;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn__white.btn__underlined:after {
    background-color: #ffffff;
}

.btn__white.btn__underlined:hover {
    color: #1b1a1a;
}

.btn__white.btn__underlined:hover:after {
    background-color: #1b1a1a;
}

.btn span~i {
    margin-left: 8px;
}

.btn i~span {
    margin-left: 8px;
}


/*---------------------------
Forms
----------------------------*/

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #1b1a1a;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.image-upload-box input {
    display: none;
}

.custom-file-upload i {
    font-size: 17px;
    background: #ff5e14;
    /* border: 2px solid redpad;*/
    padding: 10px;
    border-radius: 40px;
    margin-right: 6px;
    color: #fff;
}

.form-control {
    height: 45px;
    line-height: 45px;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}

.form-control:focus {
    background-color: #f4f4f4;
    border-color: #ff5e14;
}

textarea.form-control {
    height: 122px;
    padding-top: 10px;
    line-height: 25px;
    border-radius: 15px;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.form-group-select:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #9b9b9b;
    cursor: pointer;
}


/* Input Radio */

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
    background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
    background: transparent;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #ff5e14;
}

.label-radio input:checked~.radio-indicator:after {
    display: block;
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-group {
        margin-bottom: 20px;
    }
}


/*--------------------
Tabs
--------------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav__link {
    display: block;
    position: relative;
    padding: 0 0 6px;
    margin: 0 30px 20px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1b1a1a;
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0;
}

.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff5e14;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
    color: #ff5e14;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
    width: 100%;
}

.nav-tabs-white .nav__link {
    color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
    color: #ffffff;
}

.nav-tabs-white .nav__link:after {
    background-color: #fff;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav__link {
        margin: 0 15px 10px 0;
    }
}


/*------------------- 
Icons
------------------*/

.social__icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social__icons li {
    margin-right: 20px;
}

.social__icons li a {
    display: block;
    color: #1b1a1a;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.social__icons li a:hover {
    color: #ff5e14;
}

.social__icons li:last-of-type {
    margin-right: 0;
}


/*-------------------------
Breadcrumb
--------------------------*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    position: relative;
    line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "";
}


/*------------------------
Animations
-----------------------*/

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}


/*----------------------------
Header & Navbar
-----------------------------*/

.header {
    position: relative;
    z-index: 1010;
}


/* Navbar */

.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #ffffff;
}

.navbar>.container,
.navbar>.container-fluid {
    position: relative;
    height: 100px;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.navbar .logo-light {
    display: none;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #333333;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
    opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .nav__item {
    /* position: relative; */
    margin-right: 30px;
}

.navbar .nav__item:last-child {
    margin-right: 0;
}


.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ff5e14;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -moz-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -ms-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -o-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.navbar .dropdown-toggle:after {
    content: "";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
    padding: 0 30px;
    margin-right: 0;
}

.navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 1px;
    height: 100%;
    background-color: #818181;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #9b9b9b;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 2.4 !important;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    font-size: 16px;
    color: #0098da;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0;
    left: 0px;
    line-height: 33px;
    transform: none;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: #fff;
    transform: matrix(1, 0, 0, 1, 10, 0);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}


/* header topbar */

.header__topbar .contact__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__topbar .contact__list li {
    font-size: 13px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.header__topbar .contact__list li i {
    font-size: 15px;
    margin-right: 8px;
}

.header__topbar .contact__list li:last-child {
    margin-right: 0;
}

.header__topbar .header__topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.header__topbar .header__topbar-links li {
    line-height: 47px;
}

.header__topbar .header__topbar-links li a {
    display: block;
    color: #ffffff;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 13px;
}

.header__topbar .header__topbar-links li a:after {
    content: "-";
    position: absolute;
    right: 0;
    color: #ffffff;
}

.header__topbar .header__topbar-links li a:hover {
    color: #ff5e14;
}

.header__topbar .header__topbar-links li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.header__topbar .header__topbar-links li:last-child a:after {
    display: none;
}
 
  

/* navbar-white */

.header-white .module__btn-phone a,
.header-white .module__btn-phone .icon-phone {
    color: #222222;
}


/* navbar-full */

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
    line-height: 80px;
}

.header-full .navbar,
.header-full .navbar>.container,
.header-full .navbar>.container-fluid {
    height: 80px;
}

.header-full .module__btn-request {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    min-width: 170px;
    margin-top: -2px;
}

.header-full .module__btn-request:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* fixed-navbar */

.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    height: 80px;
    max-height: 80px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s; 
    background: #282B4D;
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
    position: relative;
    height: 80px;
}

.fixed-navbar .navbar-brand {
    line-height: 80px;
}

.fixed-navbar .header__top-right {
    display: none !important;
}

.fixed-navbar .nav__item .nav__item-link {
    color: #fff;
    line-height: 80px;
}

.fixed-navbar .logo-dark {
    display: inline-block;
}

.fixed-navbar .navbar-nav {
    margin-top: 0;
}

.fixed-navbar .module__btn,
.fixed-navbar .module__btn-phone a {
    color: #fff;
}

.header-full .fixed-navbar.navbar__bottom {
    background-color: #1b1a1a !important;
    height: 60px;
    max-height: 60px;
}

.header-full .fixed-navbar.navbar__bottom>.container,
.header-full .fixed-navbar.navbar__bottom>.container-fluid {
    height: 60px;
}

.header-transparent .fixed-navbar .module__btn-request {
    color: #fff;
}

.header-transparent .fixed-navbar .module__btn-request:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}


/* navbar-modules */

.navbar-modules .modules__btns-list li {
    margin-left: 20px;
}

.navbar-modules .modules__btns-list li:first-child {
    margin-left: 30px;
}

.module__btn {
    position: relative;
    color: #333333;
}

.module__btn:hover {
    color: #ff5e14;
}

.module__btn-request {
    width: 142px;
    min-width: 0;
    padding: 0;
    height: 45px;
    line-height: 41px;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.module__btn-request span {
    margin-right: 7px;
    font-weight: normal;
    color: #fff;
}

/* .module__btn-request:hover { */
    /* -webkit-transform: translateY(-2px); */
    /* -moz-transform: translateY(-2px); */
    /* -ms-transform: translateY(-2px); */
    /* -o-transform: translateY(-2px); */
    /* transform: translateY(-2px); */
/* } */

.module__btn-phone i {
    font-size: 18px;
    margin-right: 7px;
    color: #ff5e14;
}

.module__btn-phone a {
    font-size: 30px;
    font-family: "Teko", sans-serif;
}


/* module-search  */

.module__search-container {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.module__search-container .close-search {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff5e14;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: 0.9s;
}

.module__search-container .close-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    background-color: #1b1a1a;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.module__search-container .close-search:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.module__search-container .module__search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 770px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.module__search-container .module__search-btn {
    position: absolute;
    top: 0;
    left: 27px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #1b1a1a;
}

.module__search-container .module__search-btn:hover {
    color: #ff5e14;
}

.module__search-container .search__input {
    color: #1b1a1a;
    font-size: 1.75rem;
    font-weight: 300;
    z-index: 1;
    height: 75px;
    padding: 0 0 0 70px;
    background: #f4f4f4;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module__search-container.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.module__search-container.active .close-search {
    opacity: 1;
}

.module__search-container.active .module__search-form {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive {
    opacity: 0;
    transition-delay: 0.5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.module__search-container.inActive .module__search-form {
    transition-delay: 0ms;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav__item {
        margin-right: 15px;
    }
    .module__btn-request {
        width: 130px;
        font-size: 12px;
    }
    .navbar .logo-light {
        max-width: 140px;
    }
    .navbar-modules .modules__btns-list li:first-child {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .dropdown-menu .nav__item .nav__item-link {
        font-sizE: 13px;
    }
}


/* Mobile and Tablets */

@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }
    .navbar .collapse:not(.show) {
        display: block;
    }
    .navbar .navbar-nav {
        margin: 0 !important;
    }
    .navbar .nav__item {
        margin-right: 0;
    }
    .navbar-nav .with-dropdown {
        position: relative;
    }
    .navbar .nav__item .nav__item-link {
        color: #222222;
        line-height: 35px !important;
        padding-left: 15px;
        font-weight: 300;
    }
    .navbar .nav__item .nav__item-link:hover {
        color: #ff5e14;
    }
    .navbar .nav__item .nav__item-link:before {
        display: none;
    }
    .navbar .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        z-index: 50;
        padding: 15px 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    .navbar .navbar-collapse .navbar-modules {
        padding: 0 15px;
    }
    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar i[data-toggle=dropdown] {
        position: absolute;
        top: 7px;
        right: 15px;
        width: 50%;
        text-align: right;
        z-index: 2;
    }
    .navbar .dropdown-toggle:after {
        display: none;
    }
    .navbar .nav__item.opened>i[data-toggle=dropdown]:before,
    .navbar .nav__item.show>i[data-toggle=dropdown]:before {
        content: "";
    }
    .navbar .dropdown-menu {
        background-color: white;
    }
    .navbar .dropdown-menu .nav__item {
        padding: 0 15px 0 30px;
    }
    .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 20px;
        border-bottom: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:last-child::before {
        display: none;
    }
    .navbar .dropdown-menu .dropdown-menu-col .nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu-col h6 {
        font-size: 18px;
        margin: 10px 0px 5px 0px!Important;
    }
    .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
        padding-left: 10px;
    }
    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px;
    }
    .navbar .navbar-nav .dropdown-menu.show {
        padding: 15px 0px;
    }
    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }
    .navbar .mega-dropdown-menu>.nav__item {
        padding: 0 10px;
    }
    .navbar .mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .fixed-navbar {
        position: static;
        animation: none;
    }
    .header-transparent+.page-title {
        margin-top: 0;
    }
    .header-full .navbar {
        line-height: 80px;
    }
   
    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }
    .header .module__btn,
    .header-transparent .module__btn {
        color: #fff;
        margin: 0 60px 0 0;
    }
    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #fff;
        /* background-color: #333333; */
    }
    .header .navbar-expand-lg>.container,
    .header .navbar-expand-lg>.container-fluid,
    .header-transparent .navbar-expand-lg>.container,
    .header-transparent .navbar-expand-lg>.container-fluid {
        width: 100%;
        max-width: none;
    }
    .header .navbar,
    .header .navbar>.container,
    .header .navbar>.container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar>.container,
    .header-transparent .navbar>.container-fluid {
        height: 80px;
    }
    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important;
    }
    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand {
        line-height: 80px;
    }
    .header__topbar>.container {
        max-width: none;
    }
    .navbar__bottom {
        display: flex;
        flex-wrap: wrap;
    }
}


/* Medium and large Screens */

@media only screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        padding: 25px 0 23px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    }
    .navbar .dropdown-menu .nav__item .nav__item-link:before {
        display: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu {
        /* min-width: 500px; */
        padding: 0;
        overflow: hidden;
    }
    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item:before {
        display: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu h6 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 8px 40px;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        /* padding: 40px 0 27px;*/
        padding: 30px 0 20px;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:before {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 1px;
        height: 100%;
        background-color: #818181;
    }
    .navbar .nav__item.with-dropdown>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu>.mega-menu,
    .navbar .nav__item.with-dropdown>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu {
        top: 0;
        left: 100%;
    }
    .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
    .navbar .nav__item.with-dropdown:hover>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar .nav__item.with-dropdown.mega-dropdown {
        position: static;
    }
    .navbar .nav__item.with-dropdown .mega-dropdown-menu {
        width: 100%;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
        color: #ff5e14;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: 4px;
    }
    .navbar-nav>.nav__item>.dropdown-toggle:after {
        display: none;
    }
    .nav__item i[data-toggle=dropdown] {
        display: none;
    }
    .header-full .navbar,
    .header-full .navbar>.container,
    .header-full .navbar>.container-fluid {
        height: auto;
    }
    .header-full .navbar {
        display: block;
        line-height: 60px;
    }
    .header-full .navbar .nav__item .nav__item-link {
        line-height: 60px;
    }
    .header-full .nav__item .nav__item-link {
        color: #ffffff;
    }
    .header-full .nav__item .nav__item-link:before {
        background-color: #ffffff;
    }
    .header-full .header__topbar .contact__list li {
        line-height: 1;
        padding-right: 30px;
        margin-right: 30px;
        position: relative;
    }
    .header-full .header__topbar .contact__list li:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #eaeaea;
    }
    .header-full .header__topbar .contact__list li:last-child {
        margin-right: 0;
    }
    .header-full .header__topbar .contact__list li:last-child:after {
        display: none;
    }
    .header-full .header__topbar .contact__list li>i {
        font-size: 16px;
        margin-right: 14px;
    }
    .header-full .header__topbar .contact__list li strong,
    .header-full .header__topbar .contact__list li a {
        display: block;
        font-size: 14px;
        margin-top: 8px;
        font-weight: 700;
        color: #1b1a1a;
    }
    .header-full .header__topbar .social__icons li a {
        background-color: #1b1a1a;
        color: #ffffff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
    }
    .header-full .header__topbar .social__icons li a:hover {
        background-color: #ff5e14;
    }
    .header-full .navbar__bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        background-color: #1b1a1a;
    }
    .header-full .navbar__bottom>.container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu>.nav__item {
        padding: 0 15px;
    }
    .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
        border-bottom: 1px solid #f2f2f2;
    }
    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
        border-bottom: none;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .module__search-container .module__search-form {
        max-width: 90%;
    }
    .module__search-container .module__search-btn {
        left: 15px;
        font-size: 16px;
        line-height: 50px;
    }
    .module__search-container .search__input {
        font-size: 20px;
        padding: 0 0 0 40px;
        height: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .header-full .module__search-form .search__input {
        max-width: 150px;
    }
    .navbar-modules .modules__btns-list li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .header-full .module__search-form .search__input {
        max-width: 110px;
    }
}


/* Header Animation */

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/*----------------------
Accordions
------------------------*/

.accordion-item {
    border: 1px solid #ededed;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
    color: #222222;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: fontawesome;
    background-color: transparent;
    color: #1b1a1a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}

.accordion-item.opened {
    border-color: #3c3b82;
}

.accordion-item.opened .accordion__item-title {
    color: #3c3b82;
}

.accordion-item.opened .accordion__item-title:after {
    background-color: #3c3b82;
    color: #ffffff;
    content: "";
}

.accordion-item .accordion__item-body {
    padding-top: 25px;
}

.accordion-item .accordion__item-body p {
    margin-bottom: 0;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}


/*----------------------
Dividers 
------------------------*/

.divider__line {
    position: relative;
    height: 2px;
}

.divider__line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
}

.divider__line.divider__center:after {
    left: 50%;
    transform: translateX(-50%);
}

.divider__line.divider__sm:after {
    width: 30px;
}

.divider__line.divider__lg:after {
    width: 70px;
}

.divider__theme:after {
    background-color: #ff5e14;
}

.divider__white:after {
    background-color: #ffffff;
}


/*-------------------------
Footer
--------------------------*/

.footer {
    background-color: #191b1f;
    background-repeat: no-repeat;
    position: relative;
}

.footer-bottom p {
    color: #9b9b9b;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-image: url(../images/banners/footer-bg.png);
}

.footer-top p {
    font-size: 13px;
    color: #9b9b9b;
}

.footer .time {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
    color: #9b9b9b;
}

.footer-bot-style {
    border-bottom: 1px solid #282a2f;
    margin-bottom: 20px;
    display: block;
    min-height: 50px;
    margin-bottom: 26px;
}

.footer-bot-style .footer-blog {
    font-size: 20px;
    margin-bottom: 0px;
}

.footer-top {
    padding-top: 110px;
    padding-bottom: 40px;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget-title {
    color: white;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 400;
}

.footer__widget-about p {
    margin-bottom: 20px;
}

.footer__contact-phone {
    line-height: 1;
}

.footer__contact-phone i {
    color: #ff5e14;
    font-size: 18px;
    margin-right: 8px;
}

.footer__contact-phone a {
    font-size: 35px;
    font-weight: 300;
    color: #ff5e14;
    line-height: 1;
}

.footer__widget-newsletter .footer__widget-content {
    background-color: #14161b;
    border-radius: 4px;
    padding: 40px;
}

.footer__widget-newsletter .footer__widget-content p {
    font-weight: 400;
    margin-bottom: 20px;
}

.widget__newsletter-form {
    position: relative;
}

.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid #2f2e2e;
}

.widget__newsletter-form .form-control:focus {
    background-color: transparent;
    border-color: #ff5e14;
}

.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 10px;
}

.footer__widget-nav li a {
    display: block;
    position: relative;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 33px;
}

.footer__widget-nav li a:hover {}

.footer__copyright-links li {
    margin-right: 27px;
}

.footer__copyright-links li:last-child {
    margin-right: 0;
}

.footer__copyright-links li a {
    display: block;
    position: relative;
    color: #93959d;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
}

.footer__copyright-links li a:hover {
    color: #ff5e14;
}

.footer .social__icons {
    margin-top: 32px;
}

.footer .social__icons li {
    margin-right: 9px;
}

.footer .social__icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff5e14;
    color: #ffffff;
    font-size: 17px;
    border-radius: 50%;
}

.footer .social__icons li a:hover {
    background-color: #ffffff;
    color: #ff5e14;
}

.footer-bottom {
    background: #0d0e11;
    padding: 10px 0px;
    border-top: 2px solid #0d0e11;
}

.footer__copyright ul li a {
    line-height: 0px;
    padding-top: 10px;
}

 
/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-top {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .footer-top .footer__widget-title {
        margin-bottom: 20px;
    }
    .footer-bottom {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer__copyright-links {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .footer__copyright-links li {
        margin-right: 10px;
    }
    .footer__copyright-links li a {
        font-size: 13px;
        font-weight: 400;
    }
    .footer .text-right {
        text-align: left !important;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .footer__widget-newsletter .footer__widget-content {
        padding: 20px;
    }
    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #scrollTopBtn.actived {
        right: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .footer__widget-nav li a,
    .footer__copyright-links li a {
        font-size: 13px;
        line-height: 30px;
    }
    .footer__widget-newsletter .footer__widget-content {
        padding: 20px;
    }
}


/*-------------------------
Call to Action
--------------------------*/

.cta__banner {
    background-color: #3d3b83;
    max-width: 400px;
    padding: 50px 30px 40px 40px;
}

.cta__banner .cta__title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cta__banner .cta__desc {
    color: #f9f9f9;
    margin-bottom: 15px;
}

.cta__banner .btn:hover {
    color: #1b1a1a;
}

.cta__banner .cta__icon {
    line-height: 1;
    margin-bottom: 20px;
}

.cta__banner .cta__icon i {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

.cta__banner-white {
    background-color: #ffffff;
}

.cta__banner-white .cta__title {
    color: #1b1a1a;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.cta__banner-white .cta__desc {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 500;
}

.cta__banner-white .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}


/*----------------------
Carousel
-----------------------*/

[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
    display: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.carousel-dots .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
    margin: 0 5px;
}

.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    margin: 0;
    display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-color: #1b1a1a;
    transform: translateY(3px);
}

.carousel-dots .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1b1a1a;
    transform: translate(-50%, -50%);
}

.carousel-dots-white .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span {
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span:before {
    background-color: #ffffff;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    color: #333333;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
    color: #ff5e14;
    background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
    font-family: "icomoon";
    content: "";
    font-size: 55px;
}

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
    font-family: "icomoon";
    content: "";
    font-size: 55px;
}

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-arrows .owl-nav .owl-prev:before,
    .carousel-arrows .owl-nav .owl-next:before {
        font-size: 40px;
    }
}


/*------------------------
Slider 
--------------------------*/

.header-transparent+.slider {
    margin-top: -100px;
}

.header-transparent+.slider .slide-item {
    padding-top: 100px;
}

.slider {
    padding: 0;
}

.slider .slide-item {
    height: 100vh;
}

.slider .slide__subtitle {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ff5e14;
    margin-bottom: 18px;
}

.slider .slide__title {
    font-size: 105px;
    line-height: 95px;
    color: #ffffff;
    margin-bottom: 20px;
}

.slider .slide__desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 46px;
    max-width: 650px;
}

.slider .carousel-arrows .owl-nav .owl-prev {
    left: 50px;
}

.slider .carousel-arrows .owl-nav .owl-next {
    right: 50px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    color: #ffffff;
    border: none;
    line-height: 46px;
    width: auto;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.4s ease;
    transform: scale(0.8);
}

.slider .carousel-arrows .owl-nav .owl-prev:hover,
.slider .carousel-arrows .owl-nav .owl-next:hover {
    color: #ff5e14;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
    opacity: 1;
    transform: scale(1);
}

.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center;
}

.slider .carousel-dots .owl-dots .owl-dot span {
    border-color: #ffffff;
}

.slider .carousel-dots .owl-dots .owl-dot.active span:before {
    background-color: #ffffff;
}

.slider-layout2 .slide__title {
    font-size: 85px;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .slide__title {
        font-size: 65px;
        line-height: 75px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .slide__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-transparent+.slider {
        margin-top: 0;
    }
    .header-transparent+.slider .slide-item {
        padding-top: 0;
    }
    .slider .slide-item {
        height: calc(100vh - 80px);
    }
    .header-transparent+.slider .slide__content {
        padding-top: 0;
    }
    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 15px;
    }
}


/*  Small Screens and tablets  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider .slide__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide__subtitle {
        margin-bottom: 15px;
    }
    .slider .slide__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .slider .btn {
        margin-bottom: 20px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        display: none;
    }
}


/*--------------------------
Video
--------------------------*/

.video__btn {
    position: relative;
}

.video-banner-layout2 {
    padding: 300px 0;
}

.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}

.popup-video .video__player {
    font-size: 18px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #ff5e14;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.popup-video .video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-animation: pulsing 3s linear 0s infinite;
    -moz-animation: pulsing 3s linear 0s infinite;
    -ms-animation: pulsing 3s linear 0s infinite;
    -o-animation: pulsing 3s linear 0s infinite;
    animation: pulsing 3s linear 0s infinite;
}

.popup-video .video__player-animation-2 {
    animation-delay: 1s;
}

.popup-video .video__player-animation-3 {
    animation-delay: 1.8s;
}

.popup-video .video__player-title {
    color: #282B4D;
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: 30px;
}

.popup-video:hover .video__player-animation {
    opacity: 0;
    animation-play-state: paused;
}

.video__btn-white .video__player {
    background-color: #ffffff;
    color: #282B4D;
}
 
/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .video-banner {
        padding-top: 125px;
        padding-bottom: 0px;
    }
    .video-banner-layout2 {
        padding: 150px 0;
    }
    .popup-video .video__player {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .video-banner {
        padding: 100px 0px 0px 0;
    }
    .video-banner-layout2 {
        padding: 120px 0;
    }
    .banner-right-side {
        display: block!important;
    }
}


/*-----------------------
Features
------------------------*/

.feature-numberd-item {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.feature-numberd-item .feature__numberd-item-icon {
    font-size: 60px;
    color: #ff5e14;
    line-height: 1;
    margin-bottom: 23px;
}

.feature-numberd-item:hover .feature__numberd-item-icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.feature-numberd-item .feature__numberd-item-number {
    font-size: 160px;
    line-height: 1;
    color: #f5f5f5;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature-numberd-item .feature__numberd-item-title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}

.feature-item {
    position: relative;
    margin-bottom: 30px;
}

.feature-item .feature__img {
    margin-bottom: 24px;
}

.feature-item .feature__img img {
    border-radius: 3px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.feature-item .feature__subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.feature-item .feature__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.feature-item .feature__desc {
    margin-bottom: 0;
}

.feature-item .feature__link {
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.feature-item:hover .feature__img img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.feature-item:hover .feature__title {
    color: #ff5e14;
}

.features-layout2 .features-wrap {
    box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    border-radius: 5px;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}

.features-layout2 .feature-item {
    padding: 35px 25px;
    margin-bottom: 0;
    border-right: 2px solid #eaeaea;
}

.features-layout2 .feature-item:last-child {
    border-right: 0;
}

.features-layout2 .feature-item .feature__title {
    font-size: 24px;
}

.features-layout2 .title-box {
    margin-top: 45px;
}

.features-layout2 .title-box i {
    font-size: 55px;
}

.features-layout2 .title-box h4 {
    font-size: 28px;
    font-weight: 400;
}

.feature-list-item {
    padding: 27px 15px 22px 25px;
    border: 2px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.feature-list-item .feature__content {
    position: relative;
    padding-left: 32px;
}

.feature-list-item .feature__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fontawesome";
    content: "";
    color: #ff5e14;
    font-size: 18px;
}

.feature-list-item .feature__title {
    font-size: 19px;
    margin-bottom: 18px;
}

.feature-list-item:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.feature-list-item:hover .feature__title,
.feature-list-item:hover .feature__desc,
.feature-list-item:hover .feature__content:before {
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) {
    .features-layout2 .features-wrap {
        margin-top: -100px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-item .feature__img {
        margin-bottom: 20px;
    }
    .feature-item .feature__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-item .feature__img {
        margin-bottom: 15px;
    }
    .feature-item .feature__title {
        margin-bottom: 10px;
    }
    .features-layout2 .feature-item {
        padding: 20px;
        border-right: 0;
        border-bottom: 2px solid #eaeaea;
    }
    .features-layout2 .feature-item:last-child {
        border-bottom: 0;
    }
}


/*-----------------------
fancybox 
------------------------*/

.fancybox-item {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fancybox-item .fancybox__icon {
    font-size: 45px;
    line-height: 1;
    color: #ff5e14;
    margin-bottom: 13px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.fancybox-item .fancybox__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
    color: #ff5e14;
}

.fancybox-white .fancybox-item .fancybox__icon,
.fancybox-white .fancybox-item .fancybox__title,
.fancybox-white .fancybox-item:hover .fancybox__title {
    color: #ffffff;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fancybox-item .fancybox__title {
        margin-bottom: 12px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .fancybox-item {
        margin-bottom: 30px;
    }
    .fancybox-item .fancybox__icon {
        font-size: 40px;
        margin-bottom: 5px;
    }
    .fancybox-item .fancybox__title {
        font-size: 15px;
        margin-bottom: 5px !important;
    }
}


/*-----------------------
Case Study Single Grid
------------------------*/

.portfolio-item {
    position: relative;
    margin-bottom: 50px;
    border: 0px solid #ccc;
    min-height: 480px;
}

.portfolio-item .portfolio__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.portfolio-item .portfolio__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    /* background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%); */
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .portfolio__img img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.portfolio-item:hover .portfolio__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .portfolio__content {
    padding-top: 30px;
    border-radius: 0 5px 0 0;
    background-color: #ffffff;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 28px;
    padding-left: 28px;
}

.portfolio-item .portfolio__cat {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}

.portfolio-item .portfolio__cat a {
    position: relative;
    font-size: 16px;
    color: #ff5e14;
    padding-right: 7px;
    text-transform: uppercase;
    color: #322d53;
    font-weight: 400;
}

.portfolio-item .portfolio__cat a:hover {
    color: #1b1a1a;
}

.portfolio-item .portfolio__cat a::after {
    content: ",";
    position: absolute;
    top: 2px;
    right: 2px;
}

.portfolio-item .portfolio__cat a:last-child:after {
    display: none;
}

.portfolio-item .portfolio__title {
    line-height: 1.4;
}

.portfolio-item .portfolio__title a {
    color: #1b1a1a;
}

.portfolio-item .portfolio__title a:hover {}

.portfolio-item .portfolio__desc {
    margin-bottom: 0;
}

.portfolio-item .blogs-img {
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    width: 75px;
    max-width: 100%;
    margin-top: -60px;
    margin-bottom: 20px;
    display: none;
}

.portfolio-item .btn__link {
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    /* -ms-flex-align: start;
align-items: start;
justify-content: start;*/
    margin: 1.25rem 0px;
}

.portfolio-item .date {
    color: #2c8a93;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.portfolio-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

 
.portfolio-item:hover .btn__link {
    color: #ff5e14;
}

.portfolio-item:hover .btn__link i {
    background-color: #ff5e14;
}

.portfolio-item .divider__line {
    margin-bottom: 22px;
}

.portfolio-item .zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .zoom__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-item .zoom__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.portfolio-item:hover .zoom__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* portfolio-carousel */

.portfolio-carousel .portfolio-item {
    margin-bottom: 0;
}

.portfolio-carousel .portfolio-item .portfolio__content {
    margin: 0;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev,
.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
    top: 40%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:hover,
.portfolio-carousel .carousel-arrows .owl-nav .owl-next:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -30px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
    font-size: 13px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
    right: -30px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next:before {
    content: "";
    font-size: 13px;
}

.portfolio-carousel-layout2 .portfolio-item { 
    margin-bottom: 20px;
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.portfolio-carousel-layout2 .portfolio-item .portfolio__content {
    margin: 0;
    padding: 20px 35px;
}
 
.portfolio-hidden>.portfolio-item {
    display: none;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-carousel .owl-nav .owl-prev,
    .portfolio-carousel .owl-nav .owl-next {
        left: -30px;
    }
    .portfolio-carousel .owl-nav .owl-prev:before,
    .portfolio-carousel .owl-nav .owl-next:before {
        font-size: 40px;
    }
}


/*  Small Screens and tablets  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-grid .container {
        max-width: none;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .portfolio-item .portfolio__content {
        padding-top: 15px;
    }
    .portfolio-item .portfolio__title {
        margin-bottom: 10px;
    }
    .portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
    .portfolio-carousel .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .portfolio-carousel-layout2 .portfolio-item .portfolio__content {
        padding: 20px 20px 10px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .portfolio-item .portfolio__title {
        font-size: 18px;
        line-height: 22px;
    }
}


/*--------------------
Team
---------------------*/

.member {
    position: relative;
    margin-bottom: 60px;
}

.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.member .member__img img {
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.member:hover .member__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.member .member__info {
    padding-top: 27px;
}

.member .member__info .member__name {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 7px;
}

.member .member__info .member__desc {
    margin-bottom: 0;
}

.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 94, 20, 0.95);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .member__content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .social__icons li {
    margin-right: 40px;
}

.member .social__icons li:last-child {
    margin-right: 0;
}

.member .social__icons li a {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.member .social__icons li a:hover {
    color: #1b1a1a;
}

.member .social__icons li:nth-of-type(2) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.member .social__icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.member .social__icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.member:hover .member__hover {
    opacity: 1;
}

.member:hover .member__content-inner {
    bottom: 50px;
    opacity: 1;
}

.member:hover .social__icons li a {
    opacity: 1;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .member .member__info {
        padding-top: 15px;
    }
    .member .member__info .member__name {
        font-size: 17px;
        margin-bottom: 0;
    }
}


/*----------------------------
Testimonial
------------------------------*/

.testimonial-item {
    position: relative;
}

.testimonial-item .testimonial__desc {
    color: #333333;
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 28px;
}

.testimonial__ba {
    position: relative;
    z-index: 2;
}

.testimonial__meta .testimonial__meta-title {
    color: #1b1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.testimonial__meta .testimonial__meta-desc {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #616161;
    margin-bottom: 0;
    display: block;
}

.testimonial__thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
    padding: 2px;
    border: 2px solid transparent;
}

.testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.testimonial-wrap-panel {
    padding: 80px 60px;
}

.testimonials .carousel-arrows .owl-nav .owl-prev,
.testimonials .carousel-arrows .owl-nav .owl-next {
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #eaeaea;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.testimonials .carousel-arrows .owl-nav .owl-prev:hover,
.testimonials .carousel-arrows .owl-nav .owl-next:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.testimonials .carousel-arrows .owl-nav .owl-prev {
    left: auto;
    right: 0;
}

.testimonials .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
    font-size: 13px;
}

.testimonials .carousel-arrows .owl-nav .owl-next {
    right: 0;
    top: 80px;
}

.testimonials .carousel-arrows .owl-nav .owl-next:before {
    content: "";
    font-size: 13px;
}

.testimonials .owl-thumbs {
    display: flex;
    margin-top: 30px;
}

.testimonials .owl-thumb-item {
    display: flex;
    align-items: center;
    opacity: 0.5;
    margin-right: 50px;
    text-align: left;
}

.testimonials .owl-thumb-item:last-child {
    margin-right: 0;
}

.testimonials .owl-thumb-item.active {
    opacity: 1;
}

.testimonials .owl-thumb-item.active .testimonial__thumb {
    border-color: #ff5e14;
}

@media only screen and (min-width: 992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 50px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-item .testimonial__desc {
        font-size: 18px;
        line-height: 28px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial-wrap-panel {
        padding: 30px 20px;
    }
    .testimonial-wrap-panel .testimonial-item {
        padding: 0;
    }
    .testimonial-item .testimonial__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }
    .testimonials .owl-thumb-item {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .testimonials .owl-thumbs {
        margin-top: 0;
    }
    .testimonial__thumb {
        width: 40px;
        height: 40px;
        margin-right: 7px;
    }
    .testimonial__meta .testimonial__meta-title {
        font-size: 13px;
        margin-bottom: 0;
    }
    .testimonials .carousel-arrows .owl-nav .owl-prev,
    .testimonials .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .testimonials .carousel-arrows .owl-nav .owl-next {
        top: 60px;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 380px) {
    .testimonial__thumb {
        width: 35px;
        height: 35px;
    }
    .testimonial__meta .testimonial__meta-title,
    .testimonial__meta .testimonial__meta-desc {
        font-size: 11px;
    }
}


/*---------------------------
Client
---------------------------*/

.clients {
    padding-top: 60px;
    padding-bottom: 60px;
}

.client {
    text-align: center;
}

.clients .client {
    position: relative;
    text-align: center;
}

.clients h5 {
    font-weight: bold;
    color: #39356e;
    margin: 0px;
    padding: 10px 0px;
    font-size: 26px;
}

.award_content:hover p {
    color: #fff;
}

.awards .client {
    background: #fff;
    margin: 10px 0px;
    border: 1px solid #ccc;
}

.awards .custom-swiper-pagination {
    display: none;
    border: 1px solid #ccc;
}

.contact-testimonial {
    margin: 35px 0px;
}

.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .clients {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*--------------------
Blog
-------------------*/

.blog-item {
    position: relative;
    margin-bottom: 40px;
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-item .blog__img img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 27px;
    padding-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    border-radius: 0 4px 0 0;
    border: 1px solid #f6f6f6;
}

.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.blog-item .blog__meta-cat {
    margin-right: 8px;
    line-height: 1;
}

.blog-item .blog__meta-cat a {
    position: relative;
    color: #ff5e14;
    padding-right: 7px;
}

.blog-item .blog__meta-cat a:hover {
    color: #1b1a1a;
}

.blog-item .blog__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #ff5e14;
}

.blog-item .blog__meta-cat a:last-child {
    padding: 0;
}

.blog-item .blog__meta-cat a:last-child:after {
    display: none;
}

.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px;
}

.blog-item .blog__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}

.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ff5e14;
}

.blog-item .blog__title a {
    color: #1b1a1a;
}

.blog-item .blog__title a:hover {
    color: #ff5e14;
}

.blog-item .blog__desc {
    margin-bottom: 0;
}

.blog-item .btn__link {
    margin-top: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blog-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.blog-item:hover .btn__link {
    color: #ff5e14;
}

.blog-item:hover .btn__link i {
    background-color: #ff5e14;
}

.hidden-blog-item {
    display: none;
}


/* Blog Single */

.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
    margin-bottom: 0;
}

.blog-single .blog-item .blog__content {
    padding-left: 0;
}

.blog__meta-author {
    font-size: 13px;
}

.blog__meta-author a {
    color: #0e2b5c;
}

.blog-single .blog__meta>* {
    margin-right: 20px;
}

.blog-single .blog__meta>*:last-child {
    margin-right: 0;
}

.blog-single .blog__desc {
    margin-bottom: 21px;
}

.blog-single .blog__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.blog-standard .blog-item .blog__desc {
    margin-bottom: 22px;
}

.blog-widget {
    padding-top: 40px;
    margin-bottom: 60px;
}

.blog__widget-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 26px;
}

.blog-comments {
    padding-bottom: 37px;
    border-bottom: 2px solid #eaeaea;
}

.blog-share .blog__share-title {
    color: #222222;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-right: 22px;
    margin-bottom: 0;
}

.blog-share .social__icons a {
    color: #0f2b5b;
}

.blog-share .social__icons a:hover {
    color: #ff5e14;
}

.blog-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
    position: relative;
    min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
    color: #ff5e14;
}

.blog-nav .blog__next {
    text-align: right;
}

.blog-nav .blog__next .blog__nav-img {
    right: 0;
    left: auto;
}

.blog-nav .blog__nav-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.blog-nav .blog__nav-img img {
    width: 100%;
    height: 100%;
}

.blog-nav .blog__nav-content span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #616161;
    display: block;
    margin-bottom: 1px;
}

.blog-nav .blog__nav-content h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-nav .blog__next .blog__nav-content {
    padding-right: 90px;
}

.blog-nav .blog__prev .blog__nav-content {
    padding-left: 90px;
}

.blog-author {
    padding: 40px;
    display: flex;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.blog-author .blog__author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog-author .blog__author-name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

.blog-author .blog__author-bio {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 13px;
}

.blog-author .social__icons li {
    margin-right: 30px;
}

.blog-author .social__icons:last-child {
    margin-right: 0;
}

.blog-author .social__icons a {
    font-size: 15px;
    color: #1b1a1a;
}

.blog-author .social__icons a:hover {
    color: #ff5e14;
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.comments-list .comment__item .comment__content {
    padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
    font-family: 'Poppins', sans-serif;
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
    margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ff5e14;
    display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #1b1a1a;
}

.comments-list .comment__item .nested__comment {
    border-top: 2px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
    margin-bottom: 20px;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single .blog-item .blog__title {
        padding: 0 40px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-item {
        margin-bottom: 30px;
    }
    .blog-item .blog__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .blog-item .blog__content {
        padding-left: 0;
    }
    .blog-single .blog-item .blog__title {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
    .blog-grid-layout2 .blog-item .blog__content,
    .blog-grid-layout2 .blog-item-wide .blog__content {
        padding: 0 20px 20px 20px;
    }
    .blog__tags ul {
        justify-content: flex-start !important;
    }
    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px;
    }
    .comments-list .comment__item .comment__content {
        padding-left: 60px;
    }
    .blog-nav {
        display: block;
    }
    .blog-nav .blog__prev {
        margin-bottom: 20px;
    }
    .blog-nav .blog__nav-content h6 {
        font-size: 13px;
    }
    .blog-nav .blog__nav-img {
        width: 60px;
        height: 60px;
    }
    .blog-nav .blog__prev .blog__nav-content {
        padding-left: 70px;
    }
    .blog-nav .blog__next .blog__nav-content {
        padding-right: 70px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .blog-author {
        display: block;
        padding: 20px;
    }
}


/*----------------------------
Contact
----------------------------*/

.contact__panel {
    background-color: #fff;
    padding: 80px 80px 40px;
    box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    display: flex;
    flex-wrap: wrap;
}

.contact__panel .contact__panel-banner {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    padding-bottom: 40px;
}

.contact__panel .contact__panel-banner img {
    border-radius: 4px;
}

.contact__panel .contact__panel-banner .cta__banner {
    max-width: 360px;
    border-radius: 0 4px 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact__panel .contact__panel-banner .cta__banner .cta__desc {
    font-size: 16px;
}

.contact__panel .contact__panel-banner .contact__number {
    color: #ffffff;
}

.contact__panel .contact__panel-banner .contact__number i {
    font-size: 25px;
    margin-right: 13px;
}

.contact__panel .contact__panel-banner .contact__number a {
    font-family: "Teko", sans-serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.contact__panel .contact__form-panel {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 80px;
}

.contact__panel .contact__form-panel-header {
    margin-bottom: 20px;
}

.contact__panel .contact__form-panel-header h4 {
    font-size: 25px;
    margin-bottom: 13px;
    font-weight: bold;
}

.contact__panel .contact__form-panel-header p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}

.contact__panel .nice-select .list {
    width: 100%;
}

.contact__panel-layout2 {
    display: block;
    padding: 30px 70px;
}

.contact__panel-layout2 .contact__form-panel {
    max-width: 100%;
    padding-left: 0;
}

.contact-info-box .contact__info-box-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 17px;
}

.contact-info-box .contact__info-list li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
}

.contact-info-box .contact__info-list li a {
    color: #9b9b9b;
}

@media only screen and (max-width: 992px) {
    .contact__panel {
        padding: 20px;
    }
    .contact__panel .contact__form-panel {
        padding-top: 20px;
        padding-left: 0;
    }
    .contact__panel .contact__panel-banner,
    .contact__panel .contact__form-panel {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact__panel {
        padding: 30px;
    }
    .contact__panel .contact__form-panel {
        padding-left: 20px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact__panel .contact__form-panel-header h4 {
        margin-bottom: 5px;
    }
    .contact__panel .contact__form-panel-header p {
        margin-bottom: 10px;
    }
    .contact__panel .contact__panel-banner .cta__banner {
        padding: 20px;
    }
    .contact__panel .contact__panel-banner .cta__banner .cta__desc {
        font-size: 12px;
    }
    .contact__panel .contact__panel-banner .contact__number i {
        font-size: 15px;
    }
    .contact__panel .contact__panel-banner .contact__number a {
        font-size: 30px;
    }
}


/*-----------------------
Counters
-----------------------*/

.counter-item {
    text-align: center;
}

.counter-item h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-item .counter__icon {
    line-height: 1;
    margin-bottom: 29px;
}

.counter-item .counter__icon i {
    font-size: 60px;
}

.counter-item .counter__subtitle {
    font-family: "Teko", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.counter-item .counter__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__subtitle,
.counters-white .counter__desc {
    color: #fff;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .counter-item {
        margin-bottom: 30px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }
    .counter-item .counter__icon i {
        font-size: 45px;
    }
    .counter-item h4 {
        font-size: 35px;
    }
    .counter-item .counter__subtitle {
        font-size: 13px;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 450px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }
    .counter-item .counter__icon i {
        font-size: 30px;
    }
    .counter-item h4 {
        font-size: 25px;
    }
    .counter-item .counter__subtitle {
        font-size: 12px;
    }
}


/*-----------------------
Services 
--------------------------*/

.service-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item .service__img {
    position: relative;
}

.service-item .service__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    -webkit-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -moz-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -ms-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -o-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
    width: 100%;
    max-width: 100%;
}

.service-item .service__content {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    background-color: #fff;
    padding: 50px 40px 50px;
}

.service-item .service__icon {
    margin-bottom: 60px;
}

.service-item .service__icon i {
    font-size: 65px;
    line-height: 1;
    color: #ff5e14;
}

.service-item .service__title {
    font-weight: 500;
    margin-bottom: 10px;
}

.service-item .service__desc {
    margin-bottom: 0;
}

.service-item .btn__link {
    margin-top: 28px;
}

.service-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item .btn__link:hover i {
    background-color: #ff5e14;
}

.service-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-item:hover .service__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.service-item .service__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 94, 20, 0.9);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item:hover .service__overlay {
    opacity: 1;
}

.services-layout2 .service__content {
    padding: 50px 40px 20px;
}

.services-layout2 .service-item:hover .service__content {
    /*  background-color: #ff5e14; */
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}

.services-layout2 .service-item:hover .service__icon i,
.services-layout2 .service-item:hover .service__title,
.services-layout2 .service-item:hover .service__desc,
.services-layout2 .service-item:hover .btn__link {
    color: #ffffff;
}

.services-layout2 .service-item:hover .btn__link i {
    color: #ff5e14;
}

.services-layout2 .service-item .btn__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 2px solid #eaeaea;
}

.services-layout2 .service-item .btn__link i {
    background-color: #ffffff;
    color: #222222;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-item .service__icon {
        margin-bottom: 15px;
    }
    .service-item .service__icon i {
        font-size: 50px;
    }
    .service-item .service__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .service-item .service__content {
        padding: 20px;
    }
    .service-item .service__title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .service-item .service__icon {
        margin-bottom: 20px;
    }
    .service-item .service__icon i {
        font-size: 45px;
    }
}


/*--------------------
Sidebar
----------------------*/

.sidebar {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}

.widget {
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget__title {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 26px;
}

.widget-search .widget__form-search {
    position: relative;
}

.widget-search .widget__form-search .form-control {
    background-color: #fff;
    border: 2px solid #eaeaea;
}

.widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    color: #333333;
    padding: 0;
    min-width: 0;
}

.widget-search .widget__form-search button:hover {
    color: #ff5e14;
}

.widget-categories ul {
    background-color: #ffffff;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.widget-categories ul li a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    color: #1b1a1a;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.widget-categories ul li:last-child a {
    border-bottom: none;
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: #ff5e14;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
    background-color: #1b1a1a;
}


/*widget posts*/

.widget-posts .widget-post-item {
    margin-bottom: 26px;
}

.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
    color: #222222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
    color: #ff5e14;
}

.widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 19px;
}

.widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px;
}

.widget-posts .widget-post-item .widget__post-cat {
    margin-bottom: 7px;
    line-height: 1;
}

.widget-posts .widget-post-item .widget__post-cat a {
    position: relative;
    font-size: 13px;
    color: #ff5e14;
    padding-right: 7px;
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
    color: #1b1a1a;
}

.widget-posts .widget-post-item .widget__post-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #ff5e14;
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
    padding: 0;
}


/* Widget Download */

.widget-download .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    height: 70px;
    border-radius: 4px;
}

.widget-download .btn img {
    width: 22px;
    height: 24px;
}


/* Widget help */

.widget-help {
    overflow: hidden;
    padding: 50px;
}

.widget-help .widget__content {
    position: relative;
}

.widget-help .widget__content .widget__icon {
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 31px;
}

.widget-help .widget__content h5 {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

.widget-help .widget__content p {
    color: #f9f9f9;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px;
}

.widget-help .widget__content .btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #ff5e14;
    display: inline-block;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar {
        margin-right: 0;
    }
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }
}


/* Tablets and  Small Screens */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget {
        padding: 25px;
    }
    .widget .widget__title {
        margin-bottom: 25px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .widget {
        padding: 15px;
    }
    .widget .widget__title {
        margin-bottom: 20px;
    }
    .widget-help .widget__content p {
        margin-bottom: 30px;
    }
    .widget-categories ul li a {
        font-size: 14px;
        line-height: 40px;
        padding: 5px 10px;
    }
    .widget-download .btn {
        height: 50px;
    }
}


/*----------------------
About
-----------------------*/

.about__text p {
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.about__img {
    position: relative;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
}

.about__img img {
    border-radius: 3px;
}

.about-layout1 .cta__banner {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 270px;
    border-radius: 4px 0 0 4px;
    padding: 50px 30px 50px 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-layout1 .cta__banner .cta__title {
    margin-bottom: 15px;
}

.about-layout1 .cta__banner .cta__icon {
    margin-bottom: 25px;
}

.about-layout1 .cta__banner .btn i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    color: #ff5e14;
    border-radius: 50%;
    display: inline-block;
}

.about-layout2 .cta__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
    border-radius: 0 4px 0 4px;
}


/* Extra Large Size Screens */

@media only screen and (min-width: 1200px) {
    .about-layout1 .about__img {
        margin-right: 40px;
        border: 1px solid #dedede;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px, rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    }
    .about-layout2 .heading__title {
        margin-left: -70px;
    }
    .about-layout2 .about__imgs-container {
        position: absolute;
        right: 0;
        top: 50px;
        max-width: 43%;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .about__img .cta__banner {
        padding: 20px;
    }
    .about__img .cta__banner .cta__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about__img .cta__banner .cta__icon i {
        font-size: 35px;
    }
    .about-layout2 .about__imgs-container {
        margin-right: -5px;
        margin-left: -5px;
    }
    .about-layout2 .about__imgs-container>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/* Custom Media in Mobile Phones */


/*-----------------------
banner
------------------------*/

.banner-layout1 .inner-padding {
    padding: 110px 50px;
}

.banner-layout1 .list-items {
    display: flex;
    flex-wrap: wrap;
}

.banner-layout1 .list-items li {
    flex-basis: 50%;
}

.banner-layout1 .statistic-item {
    position: absolute;
    text-align: right;
    width: 200px;
}

.banner-layout1 .statistic-item:first-child {
    top: 5%;
    left: 5%;
}

.banner-layout1 .statistic-item:nth-of-type(2) {
    top: 30%;
    left: 50%;
}

.banner-layout1 .statistic-item:nth-of-type(3) {
    bottom: 10%;
    left: 30%;
}

.banner-layout1 .statistic-item .statistic__item-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #ffffff;
    color: #ff5e14;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-top: 23px;
}

.banner-layout1 .statistic-item .statistic__item-panel {
    width: 200px;
    height: 170px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: left;
    padding: 25px 40px 40px;
    margin-left: -15px;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.banner-layout1 .statistic-item .statistic__item-panel:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    border: 6px solid;
    border-color: #ffffff #ffffff transparent transparent;
}

.banner-layout1 .statistic-item .statistic__item-counter {
    color: #ff5e14;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

.banner-layout1 .statistic-item .statistic__item-title {
    color: #1b1a1a;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.banner-layout1 .statistic-item.opened .statistic__item-panel {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-layout1 .statistic-item.opened .statistic__item-btn {
    background-color: #ff5e14;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.5);
}

.banner-layout2 .contact__panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-left: 60px;
}

.banner-layout2 .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.banner-layout2 .video__player-title {
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}

.banner-layout2+.blog-grid,
.banner-layout2+.testimonials-layout1 {
    margin-top: -50px;
    z-index: -1;
}

.banner-layout3 .inner-padding {
    padding: 50px 60px 60px;
}

.banner-layout3 .heading__desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.banner-layout3 .cta__banner-white {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    border: 2px solid #f6f6f6;
}

.banner-layout3 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    color: #ff5e14;
    border-radius: 50%;
    display: inline-block;
}

.banner-layout4 {
    padding-bottom: 260px;
}

.banner-layout4 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.banner-layout4 .btn__link:hover {
    color: #ffffff;
}

.banner-layout4 .blockquote {
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 47px 50px 50px;
    margin-top: 30px;
}

.banner-layout4 .blockquote:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 50px;
    width: 45px;
    height: 32px;
    background-image: url(../images/testimonials/quote-icon2.png);
}

.banner-layout4 .blockquote:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border: 10px solid;
    border-color: #ff5e14 transparent transparent #ff5e14;
}

.banner-layout4 .blockquote .quote__author {
    display: block;
    font-size: 14px;
    margin-top: 34px;
}

.banner-layout4+.contact-layout2 .contact__panel {
    margin-top: -120px;
    position: relative;
    z-index: 3;
}


/* Extra Large Size Screens */

@media only screen and (min-width: 1400px) {
    .banner .inner-padding {
        padding-right: 110px;
        padding-left: 110px;
    }
    .banner-layout2 .container-fluid {
        padding-right: 130px;
        padding-left: 130px;
    }
    .banner-layout3 .inner-padding {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-layout1 .video__btn {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .banner-layout2 .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner-layout2 .contact__panel-wrap {
        position: static;
        padding: 0;
    }
    .banner-layout2+.blog-grid,
    .banner-layout2+.testimonials-layout1 {
        margin-top: 0;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .banner-layout1 .list-items {
        display: block;
    }
    .banner-layout2 .container-fluid {
        padding: 0 20px;
    }
    .banner-layout3 .carousel {
        width: 320px;
        padding: 20px;
    }
    .banner-layout3 .heading__desc {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    .banner-layout4 .blockquote {
        font-size: 15px;
        padding: 20px;
        font-weight: 400;
    }
    .banner-layout4 .blockquote .quote__author {
        margin-top: 14px;
    }
}


/*-----------------------
careers
------------------------*/

.careers .owl-carousel .owl-stage-outer {
    margin: 0 -20px;
    padding: 20px;
}

.job-item {
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.08);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.job-item:hover {
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.14);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.job-item .job__meta {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.job-item .job__type {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #ff5e14;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.job-item .job__location {
    font-size: 13px;
}

.job-item .job__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
}

.job-item .btn__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.job-item .btn__link i {
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.job-item .btn__link:hover {
    color: #ff5e14;
}

.job-item .btn__link:hover i {
    background-color: #ff5e14;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .job-item {
        padding: 30px;
    }
    .job-item .job__meta {
        margin-bottom: 20px;
    }
    .job-item .job__title {
        margin-bottom: 10px;
    }
}


/*--------------------------
Our-work Start
--------------------------*/

.our-work-new .card-text {
    margin-bottom: 25px;
}

.our-work-new .card:hover {
    box-shadow: 10px 10px 0 0 rgba(43, 10, 61, .2);
}

.our-work-new .card-title {
    line-height: 1.4;
}

.our-work-new .card {
    min-height: 520px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px, rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
}


/*--------------------------
How We Work-start
--------------------------*/

.cs-tile {
    margin: 0px auto;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.cs-tile.tab-pane {
    height: 100%;
}

.cs-tile .nav-tabs {
    position: relative;
    border: none!important;
    border-radius: 6px;
    margin-bottom: 40px;
    z-index: 1;
}

.cs-tile .nav-tabs li {
    margin: 0px!important;
}

.cs-tile .nav-tabs li a {
    font-size: 24px;
    position: relative;
    margin-right: 0px!important;
    padding: 10px 20px!important;
    border: none!important;
    color: #333;
    font-weight: bold;
}

.cs-tile .nav-tabs a:hover {
    background-color: #fff!important;
    border: none;
}

.cs-tile .work-slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #00a6eb;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}

.cs-tile .nav-tabs .active {
    background-color: transparent!important;
    border: none!important;
    color: #00a6eb!important;
    border-bottom: 3px solid #00a6eb!important;
}

.cs-tile .how-work-content::after {
    content: '';
    width: 700px;
    height: 700px;
    background: transparent;
    position: absolute;
    top: 5%;
    right: 0Px;
    z-index: -1;
    border-radius: 100%;
    border: 2px solid #f5f5f5;
    animation: bannerimage_translate 6s infinite;
    animation-direction: normal;
    animation-direction: normal;
    animation-play-state: running;
    animation-direction: alternate;
}

.cs-tile .cs-work-tab {
    position: relative;
    counter-reset: section;
}

.cs-work {
    position: relative;
    counter-reset: section;
}

@media (min-width: 768px) {
    .cs-work.is-reverse {
        text-align: right;
    }
}

.cs-work-row {
    position: relative;
}

@media (min-width: 768px) {
    .cs-work-row {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

.cs-work-row:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    background-color: #ccc;
}

@media (min-width: 768px) {
    .cs-work-row:not(: last-child):before {
        -webkit-transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    }
}

@media (min-width: 768px) {
    .cs-work-row:after {
        -webkit-transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    }
}

.cs-work-row:not(:last-child) {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .cs-work-row:not(: last-child) {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .is-hidden .cs-work-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        left: 100%;
        opacity: 0;
    }
    .is-reverse .cs-work-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        opacity: 1;
        left: 0;
    }
    .is-hidden .is-reverse .cs-work-row:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: -100%;
        opacity: 0;
    }
    .is-hidden .cs-work-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        left: 100%;
        opacity: 0;
    }
    .is-reverse .cs-work-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        opacity: 1;
        left: 0;
    }
    .is-hidden .is-reverse .cs-work-row:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        left: -100%;
    }
}

@media (min-width: 768px) {
    .cs-work-panel {
        -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    }
    .is-hidden .cs-work-panel {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
    }
    .is-reverse .cs-work-panel {
        padding-right: 50px;
        padding-left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    }
    .is-hidden .is-reverse .cs-work-panel {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
    }
}

.cs-work {
    position: relative;
    counter-reset: section;
}

.cs-work-row:not(:last-child) {
    padding-bottom: 30px;
}

.is-hidden .cs-work-row:before {
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
    left: 100%;
    opacity: 0;
}

.cs-work-panel {
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cs-work.is-reverse {
    text-align: right;
}

.cs-work-row {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.is-reverse .cs-work-row:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    right: 0;
}

.cs-work-panel {
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.is-reverse .cs-work-panel {
    padding-right: 60px;
    padding-left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-body {
    font-size: 17px;
    font-weight: 300;
    padding-top: 10px;
    line-height: 1.3;
}

.is-reverse .cs-work-row:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    right: 0;
    color: #fff;
}

.cs-work-row:after {
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
}

.is-reverse .cs-work-row:after {
    right: 0px;
    left: unset;
}

.cs-work-row:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0px;
    left: 0;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    background-color: #3d3b83;
    border-radius: 100%;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}

.border-btn:hover::before {
    transform: scaleY(1);
}

.is-reverse .cs-work-row:not(:last-child)::before {
    right: 16px;
    left: unset;
}

.cs-work-row:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    background-color: #ccc;
}

.cs-work-row:not(:last-child):before {
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
}

.cs-tile .cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cs-tile .cs-work-row:after {
    color: #fff;
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
}

.cs-tile .scdsc {
    background: url(../images/sliders/pattern_overlay.png);
    background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-repeat: repeat;
}


/************************Banner Video Start************************/

.video-banner .video-outer .container {
    position: relative;
    z-index: 2;
}

.overlay-wcs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.blocks {
    background-color: rgba(0, 0, 0, .6);
}

.banner-title .block__title--big {
    font-size: 24px;
    margin-bottom: 20px;
}

.block-left-bar .banner-title {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.33;
    position: relative;
    margin: 0;
    margin-bottom: 0px;
}

.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: 0;
    text-decoration: none;
}

.link__icon--big {
    height: 40px;
    width: 40px;
}

.link__icon::before {
    height: 120%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1), -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

link__icon--big::after {
    height: 10px;
    margin-left: -3px;
    width: 10px;
}

.link__icon::after {
    border-left: 1px solid #1e1d28;
    border-top: 1px solid #1e1d28;
    height: 5px;
    margin-left: -1px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.blocks__inner {
    display: flex;
    flex-basis: 70%;
    flex-wrap: wrap;
}

.block {
    flex: 0 0 33.333%;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/************************Banner 4 Cols Section Start************************/

.banner-left-heading {
    padding: 25px;
    border-left: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.block-left-bar {
    flex-basis: 30%;
}

.w-55 {
    max-width: 700px;
    width: 100%;
}

.block {
    flex: 0 0 33.333%;
    flex-basis: 33.333%;
}

.block__titleWrap--big {
    padding: 20px;
}

.block__titleWrap--big {
    border-left: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-title {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    margin: 0;
    margin-bottom: 0px;
}

.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: 0;
    text-decoration: none;
}

.link,
.link__icon,
body {
    position: relative;
}

.link__icon--big {
    height: 40px;
    width: 40px;
}

.link__icon::before {
    content: '';
    height: 120%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1), -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

.link__icon--big::after {
    height: 10px;
    margin-left: -3px;
    width: 10px;
}

.link__icon::after {
    border-left: 1px solid #1e1d28;
    border-top: 1px solid #1e1d28;
    height: 5px;
    margin-left: -1px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.banner-right-side {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.block {
    flex: 0 0 33.333%;
}

.home-banner-btn {
    margin-top: 20px;
}

.home-banner-btn .border-btn3 {
    border: 1px solid #fff;
    color: #fff;
}

.banner-heading {
    border-left: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
    overflow: hidden;
    padding: 45px 30px 45px;
    position: relative;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.block__content {
    padding: 15px;
}

.block__content {
    display: block;
    height: 100%;
    outline: none;
    padding: 40px 30px;
    text-decoration: none;
}

.gradient3 {
    background-image: linear-gradient(110deg, #1A2C79 10%, #bb1a5e) !important;
}

.gradient4 {
    background-image: linear-gradient(110deg, #ddd005 0, #23870a 50%, #23870a 100%);
}

.block__subtitle {
    margin-bottom: 10px;
}

.block__subtitle {
    margin: 0 0 1rem;
    margin-bottom: 1rem;
}

.link__icon--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.link__text {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 30px;
}

.home__description {
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
}

.gradient2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(235, 57, 9), rgb(224, 167, 49)) repeat scroll 0% 0%
}

.xasx {
    display: flex;
}

 
.width-80 {
    width: calc(100% - 20%);
}

 

.gradient1 {
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}

.blocks--mobile {
    display: none;
    flex-basis: 100%;
    min-height: 140px;
}

.block__title {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.banner-left-heading .circle-btn1 {
    margin-top: 0px;
}

.banner-left-heading .link__text {
    font-size: 18px;
    font-weight: 400;
    padding-right: 20px;
}

.circle-btn:hover i {
    background: #322d53;
    color: #fff;
}

.banner-left-heading .circle-btn1 i {
    background: #fff !important;
    color: #000;
    margin: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

.text-banner {
    padding: 80px 0px 200px 0px;
}

.blog__meta {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


/****Testimonial ******/

.testimonial {
    margin: 40px 0px 10px 0px;
    padding-top: 30px;
    border: 1px solid #ccc;
    padding: 40px 20px;
    background: rgba(61, 57, 111, 0.7);
}

.testimonial .description {
    color: #8b8b8b;
    line-height: 1.8;
    position: relative;
    padding: 10px 0;
    margin-bottom: 0px;
    padding: 0px 4% 5px 4%;
}

.testimonial p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.contact-testimonial .swiper-pagination-bullet-active {
    background: #fff;
}

#testimonial-slider div.owl-item:nth-child(2n) .description:before {
    color: #ffd0d8;
}

#testimonial-slider div.owl-item:nth-child(3n) .description:before {
    color: #dae0ff;
}

.testimonial .testimonial-pic {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0px auto;
}

.testimonial .testimonial-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #696969;
}

.testimonial .testimonial-review {
    padding-top: 10px;
    margin: 0px auto;
}

.testimonial .testimonial-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.testimonial .testimonial-review span {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 300;
}

.testimonial-author {
    display: grid;
}


/************************technology Start************************/

.technology-tabs {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.technology-tabs .content .icon-box {
    padding: 18px 20px 18px 20px;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    margin: 15px 0px;
    text-align: center;
}

.technology-tabs .heading__title {
    margin-bottom: 50px;
    margin-top: 30px;
}

.technology-tabs .content {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}

.technology-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

.technology-tabs .nav-tabs a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.technology-tabs .icon-box h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.technology-tabs .icon-box img {
    width: 40px;
    height: 40px;
    min-height: 57px;
}
 
@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0) opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.partners h4 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 10px;
}

.partners .custom-swiper-pagination {
    display: none;
}

.testimonial-review {}


/************************News************************/

.all-news-rightcontent img {
    width: 183px;
    margin-right: 30px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
}

.all-news-rightcontent {
    margin-bottom: 10px;
    float: right;
    display: flex;
}

.news-right {
    width: calc(100% - 183px);
}

.about-news {
    display: flex;
}

.news-right h6 {
    margin-bottom: 10px;
}

.award_content {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.award_content h4 {
    font-size: 21px;
    font-weight: bold;
}

.purple-bag {
    background: rgba(77, 76, 195, 0.9);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -7px 0px;
    margin-right: 0px;
    margin-right: 0px;
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    right: 0;
    margin-right: 1.06em;
    margin-right: 9px;
}

.award_content:hover {
    background: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
    color: #fff;
}

.award_content:hover .service__title {
    color: #fff;
}

.award_content:hover .heading__subtitle {
    color: #fff;
}

.award_content:hover .btn.btn__secondary.btn__link {
    color: #fff!important;
}

.purple-bag-bottom {
    background: rgba(77, 76, 195, 0.9);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: -9px 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 0px;
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    left: 0;
    margin-right: 1.06em;
    margin-left: 6px;
    z-index: -99;
}

.Recognition-section .link__text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    float: right;
}

.Recognition-section .link {
    float: right;
}

.cs-leadership .item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
}

.cs-leadership .item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.cs-leadership .item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cs-leadership .img-thumbnail {
    border: 0px;
    border-radius: 0px;
}

.cs-leadership .leader-team-members {
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.leader-team-members .profile-info {
    font-size: 20px;
    margin: 0px;
    padding: 10px;
}

.cs-leadership .profile-info h5 {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.profile-title {
    font-size: 15px;
    margin: 0px;
}

.leader-ship-tabs {
    flex-wrap: wrap;
}

.Recognition-section {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.cs-leadership nav {
    float: left;
}

.cs-leadership .nav-item {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.cs-leadership {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.news-section .custom-swiper-pagination {
    display: none;
}

.banner .inner-padding {
    background-image: url(../images/banners/cs-video-patterns.png);
}



.fancybox__icon i {
    color: #3d3b83;
    font-size: 50px;
}

.leadership-box {
    height: 250px;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.leadership-box p {
    font-size: 17px;
}

.leadership-box figure {
    position: absolute;
    text-align: left;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(110deg, rgba(162, 92, 203, 0.9), rgba(10, 70, 207, 0.9) 100%);
    bottom: -90%;
    transition: ease-in-out .5s;
}

.leadership-box:hover figure {
    bottom: 0;
    top: 0px;
}

.leadership-box figure h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.leadership-box img {
    height: 100%;
}

.leadership-box:hover figure .figure-content {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 38%;
    transform: translate(-30%, -55%);
    text-align: center;
}

.cs-leadership .nav-tabs .nav-link.active {
    background-color: #46b8e0;
    color: #fff;
}
 

.block__titleWrap {
    border-left: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
}

.cs-soft-new-video {
    width: 100%;
    height: 530px;
}

.cs-soft-new-video iframe {
    width: 100%;
    height: 100%;
    min-height: 610px;
    margin: 0px;
    padding: 0px;
}

.fixed-navbar .dropdown-menu.wide-dropdown-menu:hover:active:focus {
    background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%)!important
}

.navbar .dropdown-menu {
    background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%)!important
}

.navbar .dropdown-menu.wide-dropdown-menu h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 19px;
    margin-left: 30px;
}

.navbar .dropdown-menu .nav__item .nav__item-link::after {
    color: #fff;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #fff;
}

.video__btn {
    position: relative;
}


/************************Contact Us Page************************/

.image-upload-box {
    margin-bottom: 10px;
}

.custom-file-upload span {
    font-size: 18px;
}

.contact h5 {
    font-weight: 400;
    line-height: 1.3;
}

.contact h6 {
    font-weight: 300;
    line-height: 1.3;
}

.contact-page-form .form-control {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 60px;
}

.contact-page-form textarea.form-control {
    height: 150px;
}

.contact .contact-page-form .custom-control-label::before {
    top: 0px;
}

.contact .contact-page-form .custom-control-label::after {
    top: 0px;
}

.custom-control-label {
    font-size: 17px;
    font-weight: 100;
}

.contact .contact-page-form .custom-checkbox {
    padding-top: 7px;
    padding-bottom: 7px;
}

.contact .contact-page-form .list {
    width: 100%;
}

.contact .contact-page-form .form-control {
    line-height: 60px;
}

.contact-icon i {
    font-size: 17px;
    color: #000;
    padding-right: 10px;
    margin: 3px 0px;
}

.contact-info a {
    font-size: 18px;
    color: #686868;
    font-weight: 200;
}

.contact-info-box li {
    margin: 10px 0px;
}

.contact-info-box {
    background: #f6f6f6;
    min-height: 210px;
    padding: 30px 50px;
}

.banner-layout1 .heading__desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #212529;
    text-align: justify;
}

.banner-layout1 .heading__title { 
    margin-bottom: 30px;
    line-height: 40px;
    font-size: 25px;
}


/************************Carrer Page************************/

.careers-btn span {
    color: #fff;
}

.carrer-page .nice-select.open .list {
    width: 100%;
}

.carrer-page .heading h6 {
    margin-bottom: 10px;
}

.bg-gradient {
    background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%);
    padding: 20px 20px;
    border-radius: 5px;
}

.carrer-page .contact__form-panel-header p {
    color: #fff;
}

.carrer-page .department h6 {
    font-size: 16px;
}

.carrer-page .contact__form-panel-header h4 {
    color: #fff;
}

.department .form-control {
    border-radius: 0px;
}

.department li {
    border: 0;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    position: relative;
    font-size: 16px;
    padding: 10px 0px;
}

.carrer-radio {
    display: flex;
}

.cs-jobs-recuit li:first-child {
    padding-top: 0px;
}

.cs-jobs-recuit li {
    border-bottom: 1px solid #ccc;
    padding: 30px 0px 15px 0px;
}

.radio-mark .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radio-mark {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 8px;
    color: #fff;
}

.carrer-page .image-upload-box span {
    color: #fff;
}

.radio-btns .form-group {
    margin-bottom: 0px;
}

.radio-mark input {
    /*  position: absolute; */
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-mark:hover input~.checkmark {
    background-color: #ccc;
}

.radio-mark input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-mark input:checked~.checkmark:after {
    display: block;
}

.employee-benefits li::before {}

.navbar .dropdown-menu.wide-dropdown-menu {
    width: 100%;
}


/************************Our work(Case Study Grid) Page ************************/


/************************Our work Case Study Inner Page ************************/

.client-list strong {
    font-size: 16px;
    font-weight: bold;
}

.square li {
    font-size: 16px;
    padding: 3px 0px;
    list-style-type: square;
    list-style-position: inside;
}

.number li {
    font-size: 16px;
    list-style-type: number;
    list-style-position: inside;
}

.inner-work-content .feature-inner li {
    padding: 5px 0px;
    font-size: 16px;
}

.text__block h4 {
    font-size: 27px;
}

.feature-center li {
    font-size: 22px;
    font-weight: bold;
}

.feature-center li::before {
    position: absolute;
    content: '';
    height: 80%;
    right: -1px;
    width: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000;
}

.feature-center li {
    position: relative;
    width: 33.3%;
    text-align: center;
}

.feature-center li:last-child::before {
    border: none;
}


/************************Services Inner Page ************************/

.bg-blue {
    background: #f4f5fe;
}

.services-list {
    margin: 20px 0px;
}

.services-item li a {
    display: inline-block;
    font-size: 16px;
    padding: 5px 0px;
    color: #212529;
    font-weight: 300;
}

.services-list li::before {
    display: inline-block;
    font: normal normal normal 14px/1px FontAwesome;
    font-size: 14px;
    line-height: 1px;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f178';
    padding-right: 20px;
    color: #ff5e14;
}

.bg-arrow {
    position: relative;
}

.bg-arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat!Important;
    background-size: contain;
    content: "";
    background: url('../images/service/bg-arrows.png');
}


/*******Digital Page *******/

.digital-feature .feature-img img {
    max-width: 60px;
}

.digital-feature .feature-list-item .feature__content {
    padding-left: 10px;
}

.digital-feature .feature-list-item {
    padding: 27px 15px;
    min-height: 220px;
}

.digital-feature .feature__content::before {
    display: none;
}

.trusted-counter-box img {
    width: 120px;
}

.trusted-counter-box .counter {
    color: #FF4867;
    font-weight: bold;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.trusted-counter-box p {
    font-size: 20px;
}

.trusted-counter-box.countries-served {
    padding-top: 20px;
    border-left: none;
}

.trusted-counter-box .trusted-counter-box-2.top {
    border-bottom: solid 3px #e4e4e4;
}

.trusted-counter-box {
    text-align: center;
    border-left: solid 3px #e4e4e4;
    padding: 0;
}

.trusted-counter-box-2 {
    width: 100%;
    float: left;
    padding: 20px 0;
    overflow: hidden;
}

.trusted-counter-box-2 img {
    float: left;
    margin-left: 50px;
    width: auto;
}

.trusted-counter-box-2 .counter,
.trusted-counter-box-2 p {
    margin-left: 150px;
}

.trusted-counter-box-2,
.trusted-counter-box-2 p {
    text-align: left;
}

.service__content:hover::before {
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: in-left 800ms ease 0ms 1 forwards;
    animation: in-left 800ms ease 0ms 1 forwards;
    left: 0;
}

.service__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 30px;
    z-index: -1;
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
    transform: rotate3d(1, 0, 0, 90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: out-right 800ms ease 0ms 1 forwards;
    animation: out-right 800ms ease 0ms 1 forwards;
}

.carrers-new {
    background-image: linear-gradient(90deg, #251C6E 0%, #4638B3 100%);
}

.carrers-newoverlay {
    background-image: url(../assets/images/we_do_bg-.jpg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.who-are p {
    font-size: 16px;
}

.who-are-content {
    padding: 50px;
    position: relative;
}

.bg-1 {
    background-color: #b0ecfa;
}

.bg-2 {
    background: #dbd9fc;
}

.bg-3 {
    background-color: #dcfce2;
}

.left-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: -1;
}

.right-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: -1;
}

.right-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 50%;
    height: 0%;
    background-color: #FEB633;
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.right-layer::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 0%;
    background-color: #FEB633;
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}


/*****Case-study******/

.case-study-grid .portfolio-item .portfolio__content {}

.case-study-grid .portfolio-item .portfolio__cat a {
    border: 1px solid #dae1e4;
    border-radius: 12px;
    font-size: 12px;
    color: #81959e;
    font-weight: 400;
    padding: 1px 10px;
    margin-right: 4px;
}


/****************************************Social Media Services****************************************/

.smo {
    background-image: url(../images/digital/smo-bg.png);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.xdsx {
    background-color: #fff;
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    padding: 50px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 4px 21.36px 2.64px rgba(25, 38, 62, 0.06);
}

.social-media-content .xdsx:nth-child(2) {
    position: relative;
    top: 150px;
}

.seo-icon-section {
    background: #fff;
    overflow: hidden;
    /*! border: 1px solid red;   padding: 45px 35px 40px 130px;*/
    box-shadow: 0px 4px 25.81px 3.19px rgba(35, 1, 98, 0.06);
    margin-bottom: 20px;
    padding: 35px 35px 35px 130px;
}

.seo-icon-content p {
    margin-bottom: 0px;
}

.seo-icon-content-icon {
    position: absolute;
    top: 50px;
    left: 50px;
    background: rgba(252, 110, 54, 0.1);
    border: 100px;
    width: 80px;
    height: 80px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
}

.seo-icon-content-icon i {
    font-size: 30px;
    /*! color: #Fff; */
}

header.bg-green {
    background: #94c969;
    padding: 15px 0px;
    background: #fafbfc;
    /* background: #f1f1f1; */
}

.list-inline-item {
    display: inline-block;
}

.scdfsdc li {
    padding: 10px 10px;
}

.account-header li {
    /* padding: 10px; */
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 500;
}

.account-header ul {
    margin: 0px;
    float: right;
    padding: 0px;
}

.account-header p {
    margin: 0px;
    color: #fff;
    color: #000;
}

.logotBtnupdate a {
    color: #fff;
}

.header-banner {
    background: red;
    color: #fff;
    background: url(../images/add-account.jpg);
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

.header-banner h2 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
}

.page-title-heading {
    /* font-size: 45px; */
    /* color: #ffffff; */
    margin: 0;
}

.account-form-content {
    background: url(https://code-theme.com/html/findhouses/images/bg/bg-pattern-dot.png);
}

.add-account-form {
    padding: 50px 0px;
    /* border: 1px solid red; */
    overflow: hidden;
    /* text-align: center; */
}

.account-form-content .add-account-form label {
    font-size: 14px;
    margin-bottom: .5rem;
    font-weight: 500;
}

.logotBtnupdate {
    color: #000;
}

span {
    color: #000;
}

.logotBtnupdate i {
    color: #000;
}

.account-buttons .btn-sucess {
    padding: 0px;
}

.mx-auto {
    margin: 0px auto;
}

.sxcasxd {
    width: calc(100% - 40%);
    margin: 0px auto;
}

.account-buttons .btn-sucess {
    padding: 20px 0px;
}

.account-form-width {
    margin: 0px auto;
    max-width: 600px;
}

.account-buttons .btn {
    padding: 10px 20px;
}

.account-buttons {
    margin-top: 30px;
}

.account-buttons input+input {
    margin-left: 10px;
}

.contact__form-panel .btn span {
    color: #fff;
}


/*****Services-Inner-Panel*****/

.bullet-list__circle {
    border-radius: 50%;
    height: 12px;
    left: 0;
    position: absolute;
    margin-top: 5px;
    width: 12px;
}

.gradientblue {
    background-image: linear-gradient(-110deg, #951ad5 0, #0a46cf 100%);
}

.promise-layout .service-item {
    box-shadow: none;
}

.promise-layout .service-item .service__desc {
    margin-bottom: 0;
    font-size: 15px;
    color: #373737;
}

.promise-layout .service-item .service__content {
    padding: 15px 0px 15px 30px;
    background: transparent;
}

.promise-layout .service-item .service__content h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.promise-layout .service-item .service__title {
    display: flex;
    flex-wrap: nowrap;
}

.we-cover .feature-numberd-item .feature__numberd-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.we-cover .feature-numberd-item .feature__numberd-item-number {
    color: #eee;
    font-weight: bold;
}

.we-cover-layout h3 {
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: bold;
}

.cover-list li {
    color: #Fff;
    padding: 9px 0px;
    font-size: 18px;
    list-style-type: decimal;
    list-style-position: inside;
}

.cover-list .accordion-item.opened {
    border-left: 1px solid #3c3b82!Important;
}

.how-help .accordion-item {
    border-radius: 0px;
    border: 1px solid rgba(30, 29, 40, .15);
    border-right: 0px!important;
    border-left: 0px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 0px;
    background-color: transparent;
}

.how-help .accordion-item .accordion__item-body p {
    font-size: 15px;
}

.how-help .accordion-item.opened .accordion__item-title:after {
    background: #333;
    content: "";
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: 1px solid #Ccc;
    line-height: 30px;
}

.how-help .opened {
    /* border:0px; */
    /* border-left: 2px solid #3c3b82!Important; */
}

.accordion-item .accordion__item-title:after {
    background-color: #e1e1e1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}

html,
body {
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background-color: #ff5e14;
    color: #ffffff;
}

a {
    color: #ff5e14;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a:hover {
    color: #ad3600;
    text-decoration: none;
}

section {
    position: relative;
}

img {
    max-width: 100%;
}


/*-------------------------
RESET Default Styles
--------------------------*/

*,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

*,
:active,
:focus {
    outline: none;
}

ul,
ol {
    font-family: 'Poppins', sans-serif!important;
    list-style: none;
}

button {
    border: none;
}

button,
button:focus,
.btn.focus,
.btn:focus,
.form-control,
.form-control:focus {
    outline: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

textarea {
    resize: none;
}

select {
    background-color: transparent;
}

p {
    font-family: 'Poppins', sans-serif;
}


/*----------------------------
Helper Classes
----------------------------*/

.col-padding-0>.row {
    margin: 0;
}

.col-padding-0,
.col-padding-0>.row>[class*=col-] {
    padding: 0;
}

.inner-padding {
    padding: 120px 70px;
}

.vertical-align-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.background-banner {
    min-height: 500px;
}

.width-auto {
    width: auto !important;
}

.fz-13 {
    font-size: 13px;
}

.font-secondary {
    font-family: Poppins, sans-serif;
}

.lh-1 {
    line-height: 1!important;
}

.vh-100 {
    height: 100vh !important;
}

.list-inline>li {
    display: inline-block;
}

.align-v {
    display: flex;
    align-items: center;
}

.align-v-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.border-top {
    border-top: 1px solid #eaeaea !important;
}

.border-bottom {
    border-bottom: 1px solid #eaeaea !important;
}

@media (min-width: 992px) {
    .col-lg-5th {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*  margin Top */

.mt-0 {
    margin-top: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}


/* Margin Bottom */

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px;
}

.padb-50 {
    padding-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mt--100 {
    margin-top: -100px;
}


/* Margin Right */

.mr-0 {
    margin-right: 0 !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


/* Margin Left */

.ml-0 {
    margin-left: 0 !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.ml-50 {
    margin-left: 50px !important;
}


/* padding Top */

.pb-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pt-130 {
    padding-top: 130px !important;
}

.pt-140 {
    padding-top: 140px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pt-170 {
    padding-top: 170px !important;
}


/*  Padding Bottom */

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-140 {
    padding-bottom: 140px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-170 {
    padding-bottom: 170px !important;
}


/* padding Right */

.pr-0 {
    padding-right: 0 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.pr-100 {
    padding-right: 100px !important;
}


/* padding Left */

.pl-0 {
    padding-left: 0 !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pl-100 {
    padding-left: 100px !important;
}


/* Large Devices */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .inner-padding {
        padding: 120px 50px;
    }
}


/* Medium Devices */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* section {
padding: 75px 0;
}*/
    .inner-padding {
        padding: 100px 50px !important;
    }
    .mt-30 {
        margin-top: 30.7692307692px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 35.7142857143px !important;
    }
    .mt-60 {
        margin-top: 42.8571428571px !important;
    }
    .mt-70 {
        margin-top: 50px !important;
    }
    .mt-80 {
        margin-top: 57.1428571429px !important;
    }
    .mt-90 {
        margin-top: 64.2857142857px !important;
    }
    .mt-100 {
        margin-top: 71.4285714286px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 35.7142857143px !important;
    }
    .mb-60 {
        margin-bottom: 42.8571428571px !important;
    }
    .mb-70 {
        margin-bottom: 50px !important;
    }
    .mb-80 {
        margin-bottom: 57.1428571429px !important;
    }
    .mb-90 {
        margin-bottom: 64.2857142857px !important;
    }
    .mb-100 {
        margin-bottom: 71.4285714286px !important;
    }
    /* Margin Right */
    .mr-30 {
        margin-right: 23.0769230769px !important;
    }
    .mr-40 {
        margin-right: 28.5714285714px !important;
    }
    .mr-50 {
        margin-right: 35.7142857143px !important;
    }
    /* Margin Left */
    .ml-30 {
        margin-left: 27.2727272727px !important;
    }
    .ml-40 {
        margin-left: 33.3333333333px !important;
    }
    .ml-50 {
        margin-left: 35.7142857143px !important;
    }
    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 35.7142857143px !important;
    }
    .pt-60 {
        padding-top: 42.8571428571px !important;
    }
    .pt-70 {
        padding-top: 50px !important;
    }
    .pt-80 {
        padding-top: 57.1428571429px !important;
    }
    .pt-90 {
        padding-top: 64.2857142857px !important;
    }
    .pt-100 {
        padding-top: 71.4285714286px !important;
    }
    .pt-110 {
        padding-top: 78.5714285714px !important;
    }
    .pt-120 {
        padding-top: 85.7142857143px !important;
    }
    .pt-130 {
        padding-top: 93.3333333333px !important;
    }
    .pt-140 {
        padding-top: 87.5px !important;
    }
    .pt-150 {
        padding-top: 88.2352941176px !important;
    }
    .pt-160 {
        padding-top: 88.8888888889px !important;
    }
    .pt-170 {
        padding-top: 89.4736842105px !important;
    }
    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 35.7142857143px !important;
    }
    .pb-60 {
        padding-bottom: 42.8571428571px !important;
    }
    .pb-70 {
        padding-bottom: 50px !important;
    }
    .pb-80 {
        padding-bottom: 57.1428571429px !important;
    }
    .pb-90 {
        padding-bottom: 64.2857142857px !important;
    }
    .pb-100 {
        padding-bottom: 71.4285714286px !important;
    }
    .pb-110 {
        padding-bottom: 78.5714285714px !important;
    }
    .pb-120 {
        padding-bottom: 85.7142857143px !important;
    }
    .pb-130 {
        padding-bottom: 86.6666666667px !important;
    }
    .pb-140 {
        padding-bottom: 87.5px !important;
    }
    .pb-150 {
        padding-bottom: 88.2352941176px !important;
    }
    .pb-160 {
        padding-bottom: 88.8888888889px !important;
    }
    .pb-170 {
        padding-bottom: 89.4736842105px !important;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    section {
        padding: 50px 0;
    }
    .inner-padding {
        padding: 50px 30px !important;
    }
    .text-center-xs-sm {
        text-align: center !important;
    }
    .mt-30 {
        margin-top: 23.0769230769px !important;
    }
    .mt-40 {
        margin-top: 28.5714285714px !important;
    }
    .mt-50 {
        margin-top: 33.3333333333px !important;
    }
    .mt-60 {
        margin-top: 33.3333333333px !important;
    }
    .mt-70 {
        margin-top: 35px !important;
    }
    .mt-80 {
        margin-top: 40px !important;
    }
    .mt-90 {
        margin-top: 45px !important;
    }
    .mt-100 {
        margin-top: 50px !important;
    }
    .mb-30 {
        margin-bottom: 23.0769230769px !important;
    }
    .mb-40 {
        margin-bottom: 28.5714285714px !important;
    }
    .mb-50 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-60 {
        margin-bottom: 33.3333333333px !important;
    }
    .mb-70 {
        margin-bottom: 35px !important;
    }
    .mb-80 {
        margin-bottom: 40px !important;
    }
    .mb-90 {
        margin-bottom: 45px !important;
    }
    .mb-100 {
        margin-bottom: 50px !important;
    }
    /* Margin Right */
    .mr-30 {
        margin-right: 25px !important;
    }
    .mr-40 {
        margin-right: 30.7692307692px !important;
    }
    .mr-50 {
        margin-right: 33.3333333333px !important;
    }
    /* Margin Left */
    .ml-30 {
        margin-left: 25px !important;
    }
    .ml-40 {
        margin-left: 30.7692307692px !important;
    }
    .ml-50 {
        margin-left: 33.3333333333px !important;
    }
    /* padding Top */
    .pt-30 {
        padding-top: 23.0769230769px !important;
    }
    .pt-40 {
        padding-top: 28.5714285714px !important;
    }
    .pt-50 {
        padding-top: 33.3333333333px !important;
    }
    .pt-60 {
        padding-top: 33.3333333333px !important;
    }
    .pt-70 {
        padding-top: 35px !important;
    }
    .pt-80 {
        padding-top: 40px !important;
    }
    .pt-90 {
        padding-top: 45px !important;
    }
    .pt-100 {
        padding-top: 50px !important;
    }
    .pt-110 {
        padding-top: 55px !important;
    }
    .pt-120 {
        padding-top: 60px !important;
    }
    .pt-130 {
        padding-top: 66.6666666667px !important;
    }
    .pt-140 {
        padding-top: 63.6363636364px !important;
    }
    .pt-150 {
        padding-top: 65.2173913043px !important;
    }
    .pt-160 {
        padding-top: 66.6666666667px !important;
    }
    .pt-170 {
        padding-top: 68px !important;
    }
    /*  Padding Bottom */
    .pb-30 {
        padding-bottom: 23.0769230769px !important;
    }
    .pb-40 {
        padding-bottom: 28.5714285714px !important;
    }
    .pb-50 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-60 {
        padding-bottom: 33.3333333333px !important;
    }
    .pb-70 {
        padding-bottom: 35px !important;
    }
    .pb-80 {
        padding-bottom: 40px !important;
    }
    .pb-90 {
        padding-bottom: 45px !important;
    }
    .pb-100 {
        padding-bottom: 50px !important;
    }
    .pb-110 {
        padding-bottom: 55px !important;
    }
    .pb-120 {
        padding-bottom: 60px !important;
    }
    .pb-130 {
        padding-bottom: 61.9047619048px !important;
    }
    .pb-140 {
        padding-bottom: 63.6363636364px !important;
    }
    .pb-150 {
        padding-bottom: 65.2173913043px !important;
    }
    .pb-160 {
        padding-bottom: 66.6666666667px !important;
    }
    .pb-170 {
        padding-bottom: 68px !important;
    }
}


/*-------------------------
Background & Colors
--------------------------*/


/* Colors */

.color-white {
    color: #ffffff !important;
}

.color-gray {
    color: #f9f9f9 !important;
}

.color-dark {
    color: #222222 !important;
}

.color-theme {
    color: #ff5e14 !important;
}

.color-heading {
    color: #1b1a1a !important;
}

.color-body {
    color: #9b9b9b !important;
}


/* backgrounds */

.bg-white {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f9f9f9 !important;
}

.bg-dark {
    background-color: #222222 !important;
}

.bg-heading {
    background-color: #1b1a1a !important;
}

.bg-theme {
    background-color: #ff5e14 !important;
}

.bg-img {
    position: relative;
    z-index: 1;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(27, 26, 26, 0.45);
}

.bg-overlay-2:before {
    background-color: rgba(27, 26, 26, 0.25);
}

.bg-overlay-3:before {
    background-color: rgba(27, 26, 26, 0.95);
}

.bg-overlay-4:before {
    background-color: rgba(27, 26, 26, 0.05);
}

.bg-overlay-gradient:before {
    background-color: transparent;
    background: -moz-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
    background: -webkit-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
    background: -ms-linear-gradient(-90deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 85%);
}

.bg-overlay-theme:before {
    background-color: rgba(60, 57, 126, 0.65);
}


/*-------------------------
Typography
--------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #282B4D;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 23px;
}

p {

    margin-bottom: 15px;
    text-align: justify;
    hyphens: auto;
	font-size: 16px;
line-height: 28px;
font-weight: 400;
}

h1 {
    font-size: 2.1875rem;
}

h2 {
    font-size: 1.7rem;
    font-weight: bold;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4375rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1.1rem;
}

.heading__subtitle {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #322d53;
    display: block;
    margin-bottom: 21px;
}

.heading__desc {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.divider__line+.heading__desc {
    margin-top: 22px;
}

.heading-2 .heading__title {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 34px;
    line-height: 40px;
    font-size: 25px;
}

.heading-white .heading__subtitle {
    color: #f9f9f9;
}

.text__block-desc {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 20px;
}

.text__block-2 {
    position: relative;
}

.text__block-2 .text__block-title {
    position: absolute;
    top: 0;
    left: 0;
}

.text__block-2 .text__block-desc {
    padding-left: 220px;
}

.client-list li:first-child {
    padding-top: 0px;
}

.text-content-section h5 {
    font-size: 23px;
}

.client-list li {
    padding: 10px 0px;
    font-size: 15px;
}

.client-list span {
    padding-left: 10px;
}

.text__link {
    font-size: 0.875rem;
    font-weight: 700;
}

.text__link a {
    color: #ff5e14;
    border-bottom: 2px solid #ff5e14;
    transition: all 0.3s ease;
    padding-bottom: 2px;
}

.text__link:hover a {
    color: #1b1a1a;
    border-bottom: 2px solid #1b1a1a;
}

.author-detail h4 {
	margin-bottom: 6px;
	
}
.author-detail h4 a{
	color: #282B4D;
}
.author-detail p {
	margin-bottom: 5px;
	line-height: 17px;
	font-size: 14px;
}
.blog__content li {
  font-size: 16px;
  line-height: 28px;
}
.blog__content ul {
  padding-left: 15px;
}
/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading__title {
        font-size: 30px;
    }
    .heading-2 .heading__title {
        font-size: 27px;
        line-height: 32px;
    }
    .heading-3 .heading__title {
        font-size: 37px;
        line-height: 47px;
    }
    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .heading__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .heading-2 .heading__title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .heading-2 .heading__desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
    .heading-3 .heading__subtitle {
        margin-bottom: 13px;
    }
    .heading-3 .heading__title {
        font-size: 30px;
    }
    .heading-3 .heading__desc {
        font-size: 16px;
        line-height: 26px;
    }
    .heading-4 .heading__title {
        font-size: 40px;
    }
    .heading-4 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .heading-5 .heading__title {
        font-size: 45px;
    }
    .heading-5 .heading__desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
    }
    .text__block-desc, .square li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .text__block-2 .text__block-title {
        position: static;
    }
    .text__block-2 .text__block-desc {
        padding-left: 0;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 450px) {
    .heading-2 .heading__title {
        font-size: 25px;
    }
    .heading-2 .heading__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
}


/*-------------------------
page title 
-------------------------*/

.header-transparent+.page-title {
    margin-top: -100px;
}

.pagetitle__subheading {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #f9f9f9;
    display: block;
    margin-bottom: 25px;
}

.pagetitle__heading {
    font-size: 2.8125rem;
    color: #ffffff;
    margin-bottom: 0;
}

.pagetitle__desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 29px;
    color: #f9f9f9;
    margin-top: 12px;
    margin-bottom: 0;
}

.page-title {
    padding-top: 240px;
    padding-bottom: 150px;
}

.page-title .breadcrumb {
    margin-top: 10px;
    margin-bottom: 0;
}

.page-title .breadcrumb-item {
    padding-bottom: 5px;
}

.page-title .breadcrumb-item.active {
    color: #f9f9f9;
    padding-bottom: 3px;
}

.page-title .breadcrumb-item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #ffffff;
}

.page-title .breadcrumb-item a {
    position: relative;
}

.page-title .breadcrumb-item a,
.page-title .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
    color: #ff5e14;
}

.page-title-layout1 .pagetitle__heading {
    font-size: 37px;
    font-weight: bold;
}

.page-title-layout1 .btn {
    margin-top: 38px;
}

.page-title-layout2 {
    padding-top: 245px;
    padding-bottom: 185px;
}

.page-title-layout11 {
    padding-top: 65px;
    padding-bottom: 50px;
}

.page-title-layout11 .pagetitle__heading {
    font-size: 3rem;
    color: #1b1a1a;
}


/* Medium Size Devices */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
        padding-top: 200px;
        padding-bottom: 100px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-title {
        padding-top: 140px;
		padding-bottom: 25px;
    }
    .page-title .pagetitle__subheading {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .page-title .pagetitle__desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        padding-right: 0 !important;
    }
    .page-title .pagetitle__heading {
        font-size: 24px !important;
    }
    .page-title .breadcrumb {
        margin-top: 15px;
    }
    .page-title .btn {
        margin-top: 20px;
    }
    .page-title-layout5 .breadcrumb {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .page-title-layout11 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-title-layout11 .pagetitle__heading {
        font-size: 35px;
    }
}


/*----------------------
BUTTONS
----------------------*/

.btn {
    text-transform: capitalize;
    position: relative;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    text-align: center;
    padding: 0 25px;
    letter-spacing: 0.4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.btn__block {
    width: 100%;
}


/* Button Primary */

.btn__primary {
    background-color: #ff5e14;
    border: 2px solid #ff5e14;
    color: #ffffff;
}

.btn__primary:active,
.btn__primary:focus,
.btn__primary:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #ffffff;
}

.btn__primary.btn__hover2:active,
.btn__primary.btn__hover2:focus,
.btn__primary.btn__hover2:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #ff5e14;
}

.btn__primary.btn__hover3:active,
.btn__primary.btn__hover3:focus,
.btn__primary.btn__hover3:hover {
    background-color: transparent;
    border-color: #ff5e14;
    color: #ff5e14;
}


/* Button Secondary*/

.btn__secondary {
    background-color: #222222;
    border: 2px solid #222222;
    color: #ffffff;
}

.btn__secondary:active,
.btn__secondary:focus,
.btn__secondary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__secondary.btn__hover2:active,
.btn__secondary.btn__hover2:focus,
.btn__secondary.btn__hover2:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

.btn__default {
    background-color: transparent;
    border: 2px solid #eaeaea;
}

.btn__default:active,
.btn__default:focus,
.btn__default:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}


/* Button White */

.btn__white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #1b1a1a;
}

.btn__white:active,
.btn__white:focus,
.btn__white:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__white.btn__hover2:active,
.btn__white.btn__hover2:focus,
.btn__white.btn__hover2:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
    color: #ffffff;
}

.btn__rounded {
    border-radius: 50px;
}


/* Button Link */

.btn__link {
    background-color: transparent;
    border-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    border: none;
    padding: 0;
    min-width: 0;
    border-radius: 0;
}

.btn__link.btn__primary {
    color: #ff5e14;
}

.btn__link.btn__primary:active,
.btn__link.btn__primary:focus,
.btn__link.btn__primary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #222222;
}

.btn__link.btn__secondary {
    color: #222222;
}

.btn__link.btn__secondary:active,
.btn__link.btn__secondary:focus,
.btn__link.btn__secondary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ff5e14;
}

.btn__link.btn__white {
    color: #ffffff;
}

.btn__link.btn__white:active,
.btn__link.btn__white:focus,
.btn__link.btn__white:hover {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
}


/* Button Bordered */

.btn__bordered {
    background-color: transparent;
}

.btn__bordered.btn__primary {
    border-color: #ff5e14;
    color: #ff5e14;
}

.btn__bordered.btn__primary:active,
.btn__bordered.btn__primary:focus,
.btn__bordered.btn__primary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__bordered.btn__secondary {
    border-color: #222222;
    color: #222222;
}

.btn__bordered.btn__secondary:active,
.btn__bordered.btn__secondary:focus,
.btn__bordered.btn__secondary:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

.btn__bordered.btn__white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn__bordered.btn__white:active,
.btn__bordered.btn__white:focus,
.btn__bordered.btn__white:hover {
    color: #ff5e14;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn__white.btn__secondary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #222222;
}

.btn__white.btn__secondary:active,
.btn__white.btn__secondary:focus,
.btn__white.btn__secondary:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.btn__video.popup-video {
    padding-left: 40px;
    color: #ffffff;
}

.btn__video.popup-video .video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.btn__lg {
    min-width: 220px;
}

.btn__underlined {
    padding-bottom: 5px;
}

.btn__underlined:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff5e14;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn__white.btn__underlined:after {
    background-color: #ffffff;
}

.btn__white.btn__underlined:hover {
    color: #1b1a1a;
}

.btn__white.btn__underlined:hover:after {
    background-color: #1b1a1a;
}

.btn span~i {
    margin-left: 8px;
}

.btn i~span {
    margin-left: 8px;
}


/*---------------------------
Forms
----------------------------*/

label {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #1b1a1a;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.image-upload-box input {
    display: none;
}

.custom-file-upload i {
	font-size: 17px;
	background: #282B4D;
	/* border: 2px solid redpad; */
	padding: 10px;
	border-radius: 40px;
	margin-right: 6px;
	color: #fff;
}

.form-control {
    height: 45px;
    line-height: 45px;
    border: 1px solid #b7b6b6;
    background-color: #f4f4f4;
    border-radius: 1px;
    padding: 0 0 0 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}
.form-control[type="number"]
{
-webkit-appearance: textfield;
}

.form-control:focus {
    background-color: #f4f4f4;
    border-color: #282B4D;
}

textarea.form-control {
    height: 122px;
    padding-top: 10px;
    line-height: 25px;
    border-radius: 15px;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.form-control:-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
    color: #9b9b9b;
}

.form__title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 20px;
}

.form-group-select:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.form-group-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #9b9b9b;
    cursor: pointer;
}


/* Input Radio */

.label-radio {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    color: #9b9b9b;
}

.label-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 2px solid #eaeaea;
    border-radius: 50%;
}

.label-radio input:checked~.radio-indicator {
    background: transparent;
}

.label-radio:hover input:not([disabled]):checked~.radio-indicator,
.label-radio input:checked:focus~.radio-indicator {
    background: transparent;
}

.radio-indicator:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #282B4D;
}

.label-radio input:checked~.radio-indicator:after {
    display: block;
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .form-group {
        margin-bottom: 20px;
    }
}


/*--------------------
Tabs
--------------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav__link {
    display: block;
    position: relative;
    padding: 0 0 6px;
    margin: 0 30px 20px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #1b1a1a;
}

.nav-tabs .nav__link:last-of-type {
    margin-right: 0;
}

.nav-tabs .nav__link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff5e14;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
    color: #ff5e14;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
    width: 100%;
}

.nav-tabs-white .nav__link {
    color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
    color: #ffffff;
}

.nav-tabs-white .nav__link:after {
    background-color: #fff;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-tabs .nav__link {
        margin: 0 15px 10px 0;
    }
}


/*------------------- 
Icons
------------------*/

.social__icons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social__icons li {
    margin-right: 20px;
}

.social__icons li a {
    display: block;
    color: #1b1a1a;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.social__icons li a:hover {
    color: #ff5e14;
}

.social__icons li:last-of-type {
    margin-right: 0;
}


/*-------------------------
Breadcrumb
--------------------------*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    position: relative;
    line-height: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: FontAwesome;
    content: "";
}


/*------------------------
Animations
-----------------------*/

@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-moz-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-ms-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-o-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.5;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        -moz-transform: scale(1.7);
        -ms-transform: scale(1.7);
        -o-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-moz-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-ms-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@-o-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}


/*----------------------------
Header & Navbar
-----------------------------*/

.header {
    position: relative;
    z-index: 1010;
}


/* Navbar */

.navbar {
    padding: 0;
    height: 100px;
    max-height: 100px;
    background-color: #ffffff;
}

.navbar>.container,
.navbar>.container-fluid {
    position: relative;
    height: 100px;
}

.navbar .navbar-brand {
    padding: 0;
    margin: 0;
    line-height: 100px;
}

.navbar .logo-light {
    display: none;
}

.navbar .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 23px;
    position: relative;
}

.navbar .navbar-toggler .menu-lines {
    display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 23px;
    height: 2px;
    display: inline-block;
    background-color: #333333;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
    top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    background-color: #333333;
}

.navbar .navbar-toggler.actived .menu-lines>span {
    opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar .nav__item {
    /* position: relative; */
    margin-right: 30px;
}

.navbar .nav__item:last-child {
    margin-right: 0;
}
 
.navbar .nav__item .nav__item-link {
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    position: relative;
    color: #1b1a1a;
    line-height: 40px;
    letter-spacing: 0.4px;
    font-weight: 300;
}

.navbar .nav__item .nav__item-link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #282B4D;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -moz-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -ms-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    -o-transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
    transition: transform 2s cubic-bezier(0.1, 1, 0.3, 1);
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.navbar .dropdown-toggle:after {
    content: "";
    font-family: fontAwesome;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: #ffffff;
}
.navbar .dropdown-menu .nav__item {
    padding: 0 30px;
    margin-right: 0;
}
h6.fancybox__title.black {
    text-align: center !important;
}
.fancybox__content h6 {
	tex': ;
	text-align: center;
}
.navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 1px;
    height: 100%;
    background-color: #818181;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #9b9b9b;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 2.4 !important;
    white-space: nowrap;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
    position: absolute;
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    font-size: 16px;
    color: #0098da;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    top: 0;
    left: 0px;
    line-height: 33px;
    transform: none;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
    color: #fff;
    transform: matrix(1, 0, 0, 1, 10, 0);
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
    -o-transition: transform .5s ease;
}

.navbar .dropdown-menu .dropdown-toggle:after {
    right: 0;
}


/* header topbar */

.header__topbar .contact__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header__topbar .contact__list li {
    font-size: 13px;
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.header__topbar .contact__list li i {
    font-size: 15px;
    margin-right: 8px;
}

.header__topbar .contact__list li:last-child {
    margin-right: 0;
}

.header__topbar .header__topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.header__topbar .header__topbar-links li {
    line-height: 47px;
}

.header__topbar .header__topbar-links li a {
    display: block;
    color: #ffffff;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    font-size: 13px;
}

.header__topbar .header__topbar-links li a:after {
    content: "-";
    position: absolute;
    right: 0;
    color: #ffffff;
}

.header__topbar .header__topbar-links li a:hover {
    color: #ff5e14;
}

.header__topbar .header__topbar-links li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.header__topbar .header__topbar-links li:last-child a:after {
    display: none;
}


/* navbar-transparent */

.header-transparent .navbar {
    background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #ffffff;
}

.header-transparent .logo-light {
    display: inline-block;
}

.header-transparent .logo-dark {
    display: none;
}

.header-transparent .module__btn,
.header-transparent .nav__item .nav__item-link,
.header-transparent .module__btn-request {
    color: #ffffff;
}

.header-transparent .module__btn-phone a {
    color: #ffffff;
}


/* navbar-white */

.header-white .module__btn-phone a,
.header-white .module__btn-phone .icon-phone {
    color: #222222;
}


/* navbar-full */

.header-full .navbar,
.header-full .navbar .nav__item .nav__item-link {
    line-height: 80px;
}

.header-full .navbar,
.header-full .navbar>.container,
.header-full .navbar>.container-fluid {
    height: 80px;
}

.header-full .module__btn-request {
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    min-width: 170px;
    margin-top: -2px;
}

.header-full .module__btn-request:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/* fixed-navbar */
.header .navbar.fixed-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    border-bottom: 0 !important;
    height: 80px;
    max-height: 80px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    -webkit-animation: translateHeader 0.8s;
    -moz-animation: translateHeader 0.8s;
    -ms-animation: translateHeader 0.8s;
    -o-animation: translateHeader 0.8s;
    animation: translateHeader 0.8s;
     background: #282B4D;
}

.fixed-navbar>.container,
.fixed-navbar>.container-fluid {
    position: relative;
    height: 80px;
}

.fixed-navbar .navbar-brand {
    line-height: 80px;
}

.fixed-navbar .header__top-right {
    display: none !important;
}

.fixed-navbar .nav__item .nav__item-link {
    color: #fff;
    line-height: 80px;
}

.fixed-navbar .logo-dark {
    display: inline-block;
}

.fixed-navbar .navbar-nav {
    margin-top: 0;
}

.fixed-navbar .module__btn,
.fixed-navbar .module__btn-phone a {
    color: #fff;
}

.header-full .fixed-navbar.navbar__bottom {
    background-color: #1b1a1a !important;
    height: 60px;
    max-height: 60px;
}

.header-full .fixed-navbar.navbar__bottom>.container,
.header-full .fixed-navbar.navbar__bottom>.container-fluid {
    height: 60px;
}

.header-transparent .fixed-navbar .module__btn-request {
    color: #fff;
}

.header-transparent .fixed-navbar .module__btn-request:hover {
    background-color: transparent;
    border-color: #FFF;
    color: #ffffff;
}


/* navbar-modules */

.navbar-modules .modules__btns-list li {
    margin-left: 20px;
}

.navbar-modules .modules__btns-list li:first-child {
    margin-left: 30px;
}

.module__btn {
    position: relative;
    color: #333333;
}

.module__btn:hover {
    color: #ff5e14;
}

.module__btn-request {
    width: 142px;
    min-width: 0;
    padding: 0; 
    height: 35px;
    line-height: 31px;
    letter-spacing: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.module__btn-request span {
    margin-right: 7px;
    font-weight: normal;
    color: #fff;
}

/* .module__btn-request:hover { */
    /* -webkit-transform: translateY(-2px); */
    /* -moz-transform: translateY(-2px); */
    /* -ms-transform: translateY(-2px); */
    /* -o-transform: translateY(-2px); */
    /* transform: translateY(-2px); */
/* } */

.module__btn-phone i {
    font-size: 18px;
    margin-right: 7px;
    color: #ff5e14;
}

.module__btn-phone a {
    font-size: 30px;
    font-family: "Teko", sans-serif;
}


/* module-search  */

.module__search-container {
    position: fixed;
    z-index: 2300;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.module__search-container .close-search {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    background-color: #ff5e14;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    transition-delay: 0.9s;
}

.module__search-container .close-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    background-color: #1b1a1a;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.module__search-container .close-search:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.module__search-container .module__search-form {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 770px;
    margin: -40px auto 0;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.module__search-container .module__search-btn {
    position: absolute;
    top: 0;
    left: 27px;
    line-height: 75px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    transition: 0.3s ease;
    color: #1b1a1a;
}

.module__search-container .module__search-btn:hover {
    color: #ff5e14;
}

.module__search-container .search__input {
    color: #1b1a1a;
    font-size: 1.75rem;
    font-weight: 300;
    z-index: 1;
    height: 75px;
    padding: 0 0 0 70px;
    background: #f4f4f4;
    border: none;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.module__search-container.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.module__search-container.active .close-search {
    opacity: 1;
}

.module__search-container.active .module__search-form {
    -webkit-transform: translateY(-50%) scaleX(1);
    -moz-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    -o-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}

.module__search-container.inActive {
    opacity: 0;
    transition-delay: 0.5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.module__search-container.inActive .module__search-form {
    transition-delay: 0ms;
    -webkit-transform: translateY(-50%) scaleX(0);
    -moz-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    -o-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav__item {
        margin-right: 15px;
    }
    .module__btn-request {
        width: 130px;
        font-size: 12px;
    }
    .navbar .logo-light {
        max-width: 140px;
    }
    .navbar-modules .modules__btns-list li:first-child {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .dropdown-menu .nav__item .nav__item-link {
        font-sizE: 13px;
    }
}


/* Mobile and Tablets */

@media only screen and (max-width: 991px) {
    .navbar .navbar-toggler {
        position: absolute;
        right: 15px;
        height: 13px;
    }
    .navbar .collapse:not(.show) {
        display: block;
    }
    .navbar .navbar-nav {
        margin: 0 !important;
    }
    .navbar .nav__item {
        margin-right: 0;
    }
    .navbar-nav .with-dropdown {
        position: relative;
    }
    .navbar .nav__item .nav__item-link {
        color: #222222;
        line-height: 35px !important;
        padding-left: 15px;
        font-weight: 300;
    }
    .navbar .nav__item .nav__item-link:hover {
        color: #ff5e14;
    }
    .navbar .nav__item .nav__item-link:before {
        display: none;
    }
    .navbar .navbar-collapse {
        background-color: #fff;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
        z-index: 0;
        padding: 15px 0;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    .navbar .navbar-collapse .navbar-modules {
        padding: 0 15px;
    }
    .navbar .menu-opened.navbar-collapse {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar i[data-toggle=dropdown] {
        position: absolute;
        top: 7px;
        right: 15px;
        width: 50%;
        text-align: right;
        z-index: 2;
    }
    .navbar .dropdown-toggle:after {
        display: none;
    }
    .navbar .nav__item.opened>i[data-toggle=dropdown]:before,
    .navbar .nav__item.show>i[data-toggle=dropdown]:before {
        content: "";
    }
    .navbar .dropdown-menu {
        background-color: white;
    }
    .navbar .dropdown-menu .nav__item {
        padding: 0 15px 0 30px;
    }
    .navbar .dropdown-menu .nav__item .nav__item-link {
        padding-left: 20px;
        border-bottom: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:last-child::before {
        display: none;
    }
    .navbar .dropdown-menu .dropdown-menu-col .nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu-col h6 {
        font-size: 18px;
        margin: 10px 0px 5px 0px!Important;
    }
    .navbar .nav__item.dropdown-submenu>.dropdown-menu.show {
        padding-left: 10px;
    }
    .navbar .dropdown-submenu .dropdown-menu .nav__item {
        padding: 0 0 0 15px;
    }
    .navbar .navbar-nav .dropdown-menu.show {
        padding: 15px 0px;
    }
    .navbar .mega-dropdown-menu .container {
        max-width: none;
    }
    .navbar .mega-dropdown-menu>.nav__item {
        padding: 0 10px;
    }
    .navbar .mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .fixed-navbar {
        position: static;
        animation: none;
    }
    .header-transparent+.page-title {
        margin-top: 0;
    }
    .header-full .navbar {
        line-height: 80px;
    }
/*
    .header .navbar,
    .header-transparent .navbar {
        background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%) !important;
    }
*/
    .header .logo-dark,
    .header-transparent .logo-dark {
        display: inline-block;
    }
    .header .module__btn,
    .header-transparent .module__btn {
        color: #fff;
        margin: 0 60px 0 0;
    }
    .header .navbar .navbar-toggler .menu-lines:before,
    .header .navbar .navbar-toggler .menu-lines:after,
    .header .navbar .navbar-toggler .menu-lines span,
    .header-transparent .navbar .navbar-toggler .menu-lines:before,
    .header-transparent .navbar .navbar-toggler .menu-lines:after,
    .header-transparent .navbar .navbar-toggler .menu-lines span {
        background-color: #fff;
        /* background-color: #333333; */
    }
    .header .navbar-expand-lg>.container,
    .header .navbar-expand-lg>.container-fluid,
    .header-transparent .navbar-expand-lg>.container,
    .header-transparent .navbar-expand-lg>.container-fluid {
        width: 100%;
        max-width: none;
    }
    .header .navbar,
    .header .navbar>.container,
    .header .navbar>.container-fluid,
    .header-transparent .navbar,
    .header-transparent .navbar>.container,
    .header-transparent .navbar>.container-fluid {
        height: 80px;
    }
    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand,
    .header-transparent .navbar-brand {
        margin-left: 15px;
        line-height: 80px !important;
    }
    .header .header-full .navbar,
    .header .header-full .navbar .navbar-brand,
    .header-transparent .header-full .navbar,
    .header-transparent .header-full .navbar .navbar-brand {
        line-height: 80px;
    }
    .header__topbar>.container {
        max-width: none;
    }
    .navbar__bottom {
        display: flex;
        flex-wrap: wrap;
    }
}


/* Medium and large Screens */

@media only screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        width: auto;
        min-width: 235px;
        padding: 25px 0 23px;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    }
    .navbar .dropdown-menu .nav__item .nav__item-link:before {
        display: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu {
        /* min-width: 500px; */
        padding: 0;
        overflow: hidden;
    }
    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu.wide-dropdown-menu>.nav__item:before {
        display: none;
    }
    .navbar .dropdown-menu.wide-dropdown-menu h6 {
        font-size: 22px;
        font-weight: 500;
        margin: 0 0 8px 40px;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
        /* padding: 40px 0 27px;*/
        padding: 30px 0 20px;
    }
    .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child:before {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 1px;
        height: 100%;
        background-color: #818181;
    }
    .navbar .nav__item.with-dropdown>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu>.mega-menu,
    .navbar .nav__item.with-dropdown>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu {
        display: block;
        position: absolute;
        left: 0;
        right: auto;
        z-index: 1050;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu>.dropdown-menu>.nav__item.with-dropdown>.dropdown-menu {
        top: 0;
        left: 100%;
    }
    .navbar .nav__item.with-dropdown:hover>.dropdown-menu,
    .navbar .nav__item.dropdown-submenu:hover>.mega-menu,
    .navbar .nav__item.with-dropdown:hover>.mega-menu,
    .navbar .nav__item.with-dropdown>.dropdown-menu>.nav__item.dropdown-submenu:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .navbar .nav__item.with-dropdown.mega-dropdown {
        position: static;
    }
    .navbar .nav__item.with-dropdown .mega-dropdown-menu {
        width: 100%;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
        padding: 0;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
        font-family: "FontAwesome";
        content: "";
        position: absolute;
        top: auto;
        left: -7px;
        font-size: 7px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0;
        color: #ff5e14;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
        padding-left: 15px;
    }
    .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover:after {
        opacity: 1;
        left: 4px;
    }
    .navbar-nav>.nav__item>.dropdown-toggle:after {
        display: none;
    }
    .nav__item i[data-toggle=dropdown] {
        display: none;
    }
    .header-full .navbar,
    .header-full .navbar>.container,
    .header-full .navbar>.container-fluid {
        height: auto;
    }
    .header-full .navbar {
        display: block;
        line-height: 60px;
    }
    .header-full .navbar .nav__item .nav__item-link {
        line-height: 60px;
    }
    .header-full .nav__item .nav__item-link {
        color: #ffffff;
    }
    .header-full .nav__item .nav__item-link:before {
        background-color: #ffffff;
    }
    .header-full .header__topbar .contact__list li {
        line-height: 1;
        padding-right: 30px;
        margin-right: 30px;
        position: relative;
    }
    .header-full .header__topbar .contact__list li:after {
        content: "";
        position: absolute;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #eaeaea;
    }
    .header-full .header__topbar .contact__list li:last-child {
        margin-right: 0;
    }
    .header-full .header__topbar .contact__list li:last-child:after {
        display: none;
    }
    .header-full .header__topbar .contact__list li>i {
        font-size: 16px;
        margin-right: 14px;
    }
    .header-full .header__topbar .contact__list li strong,
    .header-full .header__topbar .contact__list li a {
        display: block;
        font-size: 14px;
        margin-top: 8px;
        font-weight: 700;
        color: #1b1a1a;
    }
    .header-full .header__topbar .social__icons li a {
        background-color: #1b1a1a;
        color: #ffffff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50%;
    }
    .header-full .header__topbar .social__icons li a:hover {
        background-color: #ff5e14;
    }
    .header-full .navbar__bottom {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex: 1;
        background-color: #1b1a1a;
    }
    .header-full .navbar__bottom>.container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width:767px){
	.text-content-section h5 {
	font-size: 18px;
	line-height: 24px;
}
.text__block h4 {
	font-size: 24px;
}
}
/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dropdown-menu.mega-dropdown-menu>.nav__item {
        padding: 0 15px;
    }
    .dropdown-menu.mega-dropdown-menu .nav__item:last-child>.nav__item-link {
        border-bottom: 1px solid #f2f2f2;
    }
    .dropdown-menu.mega-dropdown-menu [class^=col-]:last-child .nav__item:last-child>.nav__item-link {
        border-bottom: none;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .module__search-container .module__search-form {
        max-width: 90%;
    }
    .module__search-container .module__search-btn {
        left: 15px;
        font-size: 16px;
        line-height: 50px;
    }
    .module__search-container .search__input {
        font-size: 20px;
        padding: 0 0 0 40px;
        height: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .header-full .module__search-form .search__input {
        max-width: 150px;
    }
    .navbar-modules .modules__btns-list li {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 360px) {
    .navbar-brand img {
        max-width: 200px;
    }
    .header-full .module__search-form .search__input {
        max-width: 110px;
    }
}


/* Header Animation */

@-webkit-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes translateHeader {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}


/*----------------------
Accordions
------------------------*/

.accordion-item {
    border: 1px solid #ededed;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 25px 30px;
    margin-bottom: 27px;
}

.accordion-item .accordion__item-title {
    color: #222222;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1;
    cursor: pointer;
    display: block;
    position: relative;
    padding-right: 25px;
}

.accordion-item .accordion__item-title:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    font-family: fontawesome;
    background-color: transparent;
    color: #1b1a1a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}

.accordion-item.opened {
    border-color: #3c3b82;
}

.accordion-item.opened .accordion__item-title {
    color: #3c3b82;
}

.accordion-item.opened .accordion__item-title:after {
    background-color: #3c3b82;
    color: #ffffff;
    content: "";
}

.accordion-item .accordion__item-body {
    padding-top: 25px;
}

.accordion-item .accordion__item-body p {
    margin-bottom: 0;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .accordion-item {
        padding: 15px 20px;
    }
}


/*----------------------
Dividers 
------------------------*/

.divider__line {
    position: relative;
    height: 2px;
}

.divider__line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
}

.divider__line.divider__center:after {
    left: 50%;
    transform: translateX(-50%);
}

.divider__line.divider__sm:after {
    width: 30px;
}

.divider__line.divider__lg:after {
    width: 70px;
}

.divider__theme:after {
    background-color: #ff5e14;
}

.divider__white:after {
    background-color: #ffffff;
}


/*-------------------------
Footer
--------------------------*/

.footer {
    background-color: #191b1f;
    background-repeat: no-repeat;
    position: relative;
}

.footer-bottom p {
    color: #9b9b9b;
}

.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-image: url(../images/banners/footer-bg.png);
}

.footer-top p {
    font-size: 13px;
    color: #9b9b9b;
}

.footer .time {
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
    color: #9b9b9b;
}

.footer-bot-style {
    border-bottom: 1px solid #282a2f;
    margin-bottom: 20px;
    display: block;
    min-height: 50px;
    margin-bottom: 26px;
}

.footer-bot-style .footer-blog {
    font-size: 20px;
    margin-bottom: 0px;
}

.footer-top {
    padding-top: 70px;
    padding-bottom: 40px;
}

.footer__widget {
    margin-bottom: 30px;
}

.footer__widget-title {
    color: white;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: 400;
}

.footer__widget-about p {
    margin-bottom: 20px;
}

.footer__contact-phone {
    line-height: 1;
}

.footer__contact-phone i {
    color: #ff5e14;
    font-size: 18px;
    margin-right: 8px;
}

.footer__contact-phone a {
    font-size: 35px;
    font-weight: 300;
    color: #ff5e14;
    line-height: 1;
}

.footer__widget-newsletter .footer__widget-content {
    background-color: #14161b;
    border-radius: 4px;
    padding: 40px;
}

.footer__widget-newsletter .footer__widget-content p {
    font-weight: 400;
    margin-bottom: 20px;
}

.widget__newsletter-form {
    position: relative;
}

.widget__newsletter-form .form-control {
    font-size: 13px;
    background-color: transparent;
    border: 2px solid #2f2e2e;
}

.widget__newsletter-form .form-control:focus {
    background-color: transparent;
    border-color: #ff5e14;
}

.widget__newsletter-form .btn {
    min-width: 30px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    top: 7px;
    right: 10px;
}

.footer__widget-nav li a {
    display: block;
    position: relative;
    color: #9b9b9b;
    font-size: 13px;
    line-height: 33px;
}

.footer__widget-nav li a:hover {}

.footer__copyright-links li {
    margin-right: 27px;
}

.footer__copyright-links li:last-child {
    margin-right: 0;
}

.footer__copyright-links li a {
    display: block;
    position: relative;
    color: #93959d;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
}

.footer__copyright-links li a:hover {
    color: #ff5e14;
}

.footer .social__icons {
    margin-top: 32px;
}

.footer .social__icons li {
    margin-right: 9px;
}

.footer .social__icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff5e14;
    color: #ffffff;
    font-size: 17px;
    border-radius: 50%;
}

.footer .social__icons li a:hover {
    background-color: #ffffff;
    color: #ff5e14;
}

.footer-bottom {
    background: #0d0e11;
    padding: 10px 0px;
    border-top: 2px solid #0d0e11;
}

.footer__copyright ul li a {
    line-height: 0px;
    padding-top: 10px;
}


/* Scroll Top Button */

#scrollTopBtn {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    opacity: 0;
    z-index: 1000;
    font-size: 18px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #282B4D;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
    background-color: #222222;
}

#scrollTopBtn.actived {
    right: 30px;
    opacity: 1;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top {
        padding-top: 70px;
        padding-bottom: 20px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .footer-top {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .footer-top .footer__widget-title {
        margin-bottom: 20px;
    }
    .footer-bottom {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer__copyright-links {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        margin-top: 20px;
    }
    .footer__copyright-links li {
        margin-right: 10px;
    }
    .footer__copyright-links li a {
        font-size: 13px;
        font-weight: 400;
    }
    .footer .text-right {
        text-align: left !important;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .footer__widget-newsletter .footer__widget-content {
        padding: 20px;
    }
    #scrollTopBtn {
        bottom: 20px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #scrollTopBtn.actived {
        right: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .footer__widget-nav li a,
    .footer__copyright-links li a {
        font-size: 13px;
        line-height: 30px;
    }
    .footer__widget-newsletter .footer__widget-content {
        padding: 20px;
    }
}


/*-------------------------
Call to Action
--------------------------*/

.cta__banner {
    background-color: #3d3b83;
    max-width: 400px;
    padding: 50px 30px 40px 40px;
}

.cta__banner .cta__title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cta__banner .cta__desc {
    color: #f9f9f9;
    margin-bottom: 15px;
}

.cta__banner .btn:hover {
    color: #1b1a1a;
}

.cta__banner .cta__icon {
    line-height: 1;
    margin-bottom: 20px;
}

.cta__banner .cta__icon i {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
}

.cta__banner-white {
    background-color: #ffffff;
}

.cta__banner-white .cta__title {
    color: #1b1a1a;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.cta__banner-white .cta__desc {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 500;
}

.cta__banner-white .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}


/*----------------------
Carousel
-----------------------*/

[data-nav=false] .owl-nav,
[data-dots=false] .owl-dots {
    display: none;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.carousel-dots .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.carousel-dots .owl-dots .owl-dot {
    margin: 0 5px;
}

.carousel-dots .owl-dots .owl-dot span {
    position: relative;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #b2b2b2;
    border: 2px solid #b2b2b2;
    margin: 0;
    display: inline-block;
}

.carousel-dots .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    background-color: transparent;
    border-color: #1b1a1a;
    transform: translateY(3px);
}

.carousel-dots .owl-dots .owl-dot.active span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1b1a1a;
    transform: translate(-50%, -50%);
}

.carousel-dots-white .owl-dots .owl-dot span {
    background-color: #ffffff;
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span {
    border-color: #ffffff;
}

.carousel-dots-white .owl-dots .owl-dot.active span:before {
    background-color: #ffffff;
}

.carousel-arrows .owl-nav .owl-prev,
.carousel-arrows .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 50px;
    color: #333333;
    font-size: 0;
    font-weight: 400;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.carousel-arrows .owl-nav .owl-prev:hover,
.carousel-arrows .owl-nav .owl-next:hover {
    color: #ff5e14;
    background-color: transparent;
}

.carousel-arrows .owl-nav .owl-prev {
    left: 0;
}

.carousel-arrows .owl-nav .owl-prev:before {
    font-family: "icomoon";
    content: "";
    font-size: 55px;
}

.carousel-arrows .owl-nav .owl-next {
    right: 0;
}

.carousel-arrows .owl-nav .owl-next:before {
    font-family: "icomoon";
    content: "";
    font-size: 55px;
}

.carousel-arrows .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    line-height: 1;
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-arrows .owl-nav .owl-prev:before,
    .carousel-arrows .owl-nav .owl-next:before {
        font-size: 40px;
    }
}


/*------------------------
Slider 
--------------------------*/

.header-transparent+.slider {
    margin-top: -100px;
}

.header-transparent+.slider .slide-item {
    padding-top: 100px;
}

.slider {
    padding: 0;
}

.slider .slide-item {
    height: 100vh;
}

.slider .slide__subtitle {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #ff5e14;
    margin-bottom: 18px;
}

.slider .slide__title {
    font-size: 105px;
    line-height: 95px;
    color: #ffffff;
    margin-bottom: 20px;
}

.slider .slide__desc {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 46px;
    max-width: 650px;
}

.slider .carousel-arrows .owl-nav .owl-prev {
    left: 50px;
}

.slider .carousel-arrows .owl-nav .owl-next {
    right: 50px;
}

.slider .carousel-arrows .owl-nav .owl-prev,
.slider .carousel-arrows .owl-nav .owl-next {
    color: #ffffff;
    border: none;
    line-height: 46px;
    width: auto;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.4s ease;
    transform: scale(0.8);
}

.slider .carousel-arrows .owl-nav .owl-prev:hover,
.slider .carousel-arrows .owl-nav .owl-next:hover {
    color: #ff5e14;
}

.slider:hover .carousel-arrows .owl-nav .owl-prev,
.slider:hover .carousel-arrows .owl-nav .owl-next {
    opacity: 1;
    transform: scale(1);
}

.slider .carousel-arrows .owl-dots {
    bottom: 30px;
    text-align: center;
}

.slider .carousel-dots .owl-dots .owl-dot span {
    border-color: #ffffff;
}

.slider .carousel-dots .owl-dots .owl-dot.active span:before {
    background-color: #ffffff;
}

.slider-layout2 .slide__title {
    font-size: 85px;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .slide__title {
        font-size: 65px;
        line-height: 75px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider .slide__title {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 0;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 0;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .header-transparent+.slider {
        margin-top: 0;
    }
    .header-transparent+.slider .slide-item {
        padding-top: 0;
    }
    .slider .slide-item {
        height: calc(100vh - 80px);
    }
    .header-transparent+.slider .slide__content {
        padding-top: 0;
    }
    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider .carousel-arrows .owl-nav .owl-next:before,
    .slider .carousel-arrows .owl-nav .owl-prev:before {
        font-size: 15px;
    }
}


/*  Small Screens and tablets  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider .slide__title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
    .slider .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .slider .slide__subtitle {
        margin-bottom: 15px;
    }
    .slider .slide__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slider .slide__desc {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .slider .btn {
        margin-bottom: 20px;
    }
    .slider .carousel-arrows .owl-nav .owl-prev,
    .slider .carousel-arrows .owl-nav .owl-next {
        display: none;
    }
}


/*--------------------------
Video
--------------------------*/

.video__btn {
    position: relative;
}

.video-banner {
    padding-top: 230px;
    /*    border-radius: 5px;*/
}

.video-banner-layout2 {
    padding: 300px 0;
}

.popup-video {
    text-align: center;
    display: inline-block;
    position: relative;
}

.popup-video .video__player {
    font-size: 18px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #282B4D;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.popup-video .video__player-animation {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-animation: pulsing 3s linear 0s infinite;
    -moz-animation: pulsing 3s linear 0s infinite;
    -ms-animation: pulsing 3s linear 0s infinite;
    -o-animation: pulsing 3s linear 0s infinite;
    animation: pulsing 3s linear 0s infinite;
}

.popup-video .video__player-animation-2 {
    animation-delay: 1s;
}

.popup-video .video__player-animation-3 {
    animation-delay: 1.8s;
}

.popup-video .video__player-title {
    color: #1b1a1a;
    font-size: 13px;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 1;
    margin-left: 30px;
}

.popup-video:hover .video__player-animation {
    opacity: 0;
    animation-play-state: paused;
}

.video__btn-white .video__player {
    background-color: #ffffff;
    color: #1b1a1a;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .video-banner {
        padding-top: 125px;
        padding-bottom: 0px;
    }
    .video-banner-layout2 {
        padding: 150px 0;
    }
    .popup-video .video__player {
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .video-banner {
        padding: 100px 0px 0px 0;
    }
    .video-banner-layout2 {
        padding: 120px 0;
    }
    .banner-right-side {
        display: block!important;
    }
}


/*-----------------------
Features
------------------------*/

.feature-numberd-item {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.feature-numberd-item .feature__numberd-item-icon {
    font-size: 60px;
    color: #ff5e14;
    line-height: 1;
    margin-bottom: 23px;
}

.feature-numberd-item:hover .feature__numberd-item-icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.feature-numberd-item .feature__numberd-item-number {
    font-size: 160px;
    line-height: 1;
    color: #f5f5f5;
    margin-bottom: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feature-numberd-item .feature__numberd-item-title {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
}

.feature-item {
    position: relative;
    margin-bottom: 30px;
}

.feature-item .feature__img {
    margin-bottom: 24px;
}

.feature-item .feature__img img {
    border-radius: 3px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.feature-item .feature__subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 6px;
}

.feature-item .feature__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 18px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.feature-item .feature__desc {
    margin-bottom: 0;
}

.feature-item .feature__link {
    line-height: 1;
    display: block;
    margin-top: 5px;
}

.feature-item:hover .feature__img img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.feature-item:hover .feature__title {
    color: #ff5e14;
}

.features-layout2 .features-wrap {
    box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    border-radius: 5px;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}

.features-layout2 .feature-item {
    padding: 35px 25px;
    margin-bottom: 0;
    border-right: 2px solid #eaeaea;
}

.features-layout2 .feature-item:last-child {
    border-right: 0;
}

.features-layout2 .feature-item .feature__title {
    font-size: 24px;
}

.features-layout2 .title-box {
    margin-top: 45px;
}

.features-layout2 .title-box i {
    font-size: 55px;
}

.features-layout2 .title-box h4 {
    font-size: 28px;
    font-weight: 400;
}

.feature-list-item {
    padding: 27px 15px 22px 25px;
    border: 2px solid #e5e5e5;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.feature-list-item .feature__content {
    position: relative;
    padding-left: 32px;
}

.feature-list-item .feature__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fontawesome";
    content: "";
    color: #ff5e14;
    font-size: 18px;
}

.feature-list-item .feature__title {
    font-size: 19px;
    margin-bottom: 18px;
}

.feature-list-item:hover {
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
    border-color: #a55ccb;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
    background-color: transparent;
}

.feature-list-item:hover .feature__title,
.feature-list-item:hover .feature__desc,
.feature-list-item:hover .feature__content:before {
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

@media only screen and (min-width: 992px) {
    .features-layout2 .features-wrap {
        margin-top: -100px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-item .feature__img {
        margin-bottom: 20px;
    }
    .feature-item .feature__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .feature-item .feature__img {
        margin-bottom: 15px;
    }
    .feature-item .feature__title {
        margin-bottom: 10px;
    }
    .features-layout2 .feature-item {
        padding: 20px;
        border-right: 0;
        border-bottom: 2px solid #eaeaea;
    }
    .features-layout2 .feature-item:last-child {
        border-bottom: 0;
    }
}


/*-----------------------
fancybox 
------------------------*/

.fancybox-item {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fancybox-item .fancybox__icon {
    font-size: 45px;
    line-height: 1;
    color: #ff5e14;
    margin-bottom: 13px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.fancybox-item .fancybox__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	text-align:center;
}

.fancybox-item .fancybox__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
    color: #282B4D;
}

.fancybox-white .fancybox-item .fancybox__icon,
.fancybox-white .fancybox-item .fancybox__title,
.fancybox-white .fancybox-item:hover .fancybox__title {
    color: #ffffff;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fancybox-item .fancybox__title {
        margin-bottom: 12px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .fancybox-item {
        margin-bottom: 30px;
    }
    .fancybox-item .fancybox__icon {
        font-size: 40px;
        margin-bottom: 5px;
    }
.fancybox-item .fancybox__title {
	font-size: 13px;
	margin-bottom: 5px !important;
	text-align: center;
}
}


/*-----------------------
Case Study Single Grid
------------------------*/

.portfolio-item {
    position: relative;
    margin-bottom: 50px; 
    min-height: 480px;
}

.portfolio-item .portfolio__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.portfolio-item .portfolio__img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    /* background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%);
background-image: linear-gradient(top, rgba(0, 0, 0, 0), #1b1a1a 100%); */
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .portfolio__img img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.portfolio-item:hover .portfolio__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio-item .portfolio__content {
    padding-top: 30px;
    border-radius: 0 5px 0 0;
    background-color: #ffffff;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    margin-right: 28px;
    padding-left: 28px;
}

.portfolio-item .portfolio__cat {
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}

.portfolio-item .portfolio__cat a {
    position: relative;
    font-size: 16px;
    color: #ff5e14;
    padding-right: 7px;
    text-transform: uppercase;
    color: #322d53;
    font-weight: 400;
}

.portfolio-item .portfolio__cat a:hover {
    color: #1b1a1a;
}

.portfolio-item .portfolio__cat a::after {
    content: ",";
    position: absolute;
    top: 2px;
    right: 2px;
}

.portfolio-item .portfolio__cat a:last-child:after {
    display: none;
}

.portfolio-item .portfolio__title {
    line-height: 1.4;
	min-height:50px;
}

.portfolio-item .portfolio__title a {
    color: #1b1a1a;
}

.portfolio-item .portfolio__title a:hover {}

.portfolio-item .portfolio__desc {
    margin-bottom: 0;
}

.portfolio-item .blogs-img {
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: block;
    width: 75px;
    max-width: 100%;
    margin-top: -60px;
    margin-bottom: 20px;
    display: none;
}

.portfolio-item .btn__link {
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    /* -ms-flex-align: start;
align-items: start;
justify-content: start;*/
    margin: 1.25rem 0px;
}

.portfolio-item .date {
    color: #282B4D;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.portfolio-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.portfolio-carousel-layout2 .portfolio-item {
    min-height: 100%;
}

.portfolio-item:hover .btn__link {
    color: #ff5e14;
}

.portfolio-item:hover .btn__link i {
    background-color: #ff5e14;
}

.portfolio-item .divider__line {
    margin-bottom: 22px;
}

.portfolio-item .zoom__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.portfolio-item .zoom__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.portfolio-item .zoom__icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.portfolio-item:hover .zoom__icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* portfolio-carousel */

.portfolio-carousel .portfolio-item {
    margin-bottom: 0;
}

.portfolio-carousel .portfolio-item .portfolio__content {
    margin: 0;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev,
.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
    top: 40%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:hover,
.portfolio-carousel .carousel-arrows .owl-nav .owl-next:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
    left: -30px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
    font-size: 13px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next {
    right: -30px;
}

.portfolio-carousel .carousel-arrows .owl-nav .owl-next:before {
    content: "";
    font-size: 13px;
}

.portfolio-carousel-layout2 .portfolio-item {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .25);
    margin-bottom: 20px;
    transition: all .3s cubic-bezier(.39, .58, .57, 1);
    margin-bottom: 0
}

.portfolio-carousel-layout2 .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.portfolio-hidden>.portfolio-item {
    display: none;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .portfolio-carousel .owl-nav .owl-prev,
    .portfolio-carousel .owl-nav .owl-next {
        left: -30px;
    }
    .portfolio-carousel .owl-nav .owl-prev:before,
    .portfolio-carousel .owl-nav .owl-next:before {
        font-size: 40px;
    }
}


/*  Small Screens and tablets  */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .portfolio-grid .container {
        max-width: none;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .portfolio-item .portfolio__content {
        padding-top: 15px;
    }
    .portfolio-item .portfolio__title {
        margin-bottom: 10px;
    }
    .portfolio-carousel .carousel-arrows .owl-nav .owl-prev {
        left: 10px;
    }
    .portfolio-carousel .carousel-arrows .owl-nav .owl-next {
        right: 10px;
    }
    .portfolio-carousel-layout2 .portfolio-item .portfolio__content {
        padding: 20px 20px 10px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .portfolio-item .portfolio__title {
        font-size: 18px;
        line-height: 22px;
    }
}


/*--------------------
Team
---------------------*/

.member {
    position: relative;
    margin-bottom: 60px;
}

.member .member__img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.member .member__img img {
    width: 100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.member:hover .member__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.member .member__info {
    padding-top: 27px;
}

.member .member__info .member__name {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 7px;
}

.member .member__info .member__desc {
    margin-bottom: 0;
}

.member .member__hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 94, 20, 0.95);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .member__content-inner {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.member .social__icons li {
    margin-right: 40px;
}

.member .social__icons li:last-child {
    margin-right: 0;
}

.member .social__icons li a {
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.member .social__icons li a:hover {
    color: #1b1a1a;
}

.member .social__icons li:nth-of-type(2) a {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.member .social__icons li:nth-of-type(3) a {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.member .social__icons li:nth-of-type(4) a {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.member:hover .member__hover {
    opacity: 1;
}

.member:hover .member__content-inner {
    bottom: 50px;
    opacity: 1;
}

.member:hover .social__icons li a {
    opacity: 1;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .member {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .member .member__info {
        padding-top: 15px;
    }
    .member .member__info .member__name {
        font-size: 17px;
        margin-bottom: 0;
    }
}


/*----------------------------
Testimonial
------------------------------*/

.testimonial-item {
    position: relative;
}

.testimonial-item .testimonial__desc {
    color: #333333;
    font-size: 22px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 28px;
}

.testimonial__ba {
    position: relative;
    z-index: 2;
}

.testimonial__meta .testimonial__meta-title {
    color: #1b1a1a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    display: block;
}

.testimonial__meta .testimonial__meta-desc {
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    color: #616161;
    margin-bottom: 0;
    display: block;
}

.testimonial__thumb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 14px;
    display: inline-block;
    padding: 2px;
    border: 2px solid transparent;
}

.testimonial__thumb img {
    max-width: 100%;
    border-radius: 50%;
}

.testimonial-wrap-panel {
    padding: 80px 60px;
}

.testimonials .carousel-arrows .owl-nav .owl-prev,
.testimonials .carousel-arrows .owl-nav .owl-next {
    top: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #eaeaea;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.testimonials .carousel-arrows .owl-nav .owl-prev:hover,
.testimonials .carousel-arrows .owl-nav .owl-next:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff;
}

.testimonials .carousel-arrows .owl-nav .owl-prev {
    left: auto;
    right: 0;
}

.testimonials .carousel-arrows .owl-nav .owl-prev:before {
    content: "";
    font-size: 13px;
}

.testimonials .carousel-arrows .owl-nav .owl-next {
    right: 0;
    top: 80px;
}

.testimonials .carousel-arrows .owl-nav .owl-next:before {
    content: "";
    font-size: 13px;
}

.testimonials .owl-thumbs {
    display: flex;
    margin-top: 30px;
}

.testimonials .owl-thumb-item {
    display: flex;
    align-items: center;
    opacity: 0.5;
    margin-right: 50px;
    text-align: left;
}

.testimonials .owl-thumb-item:last-child {
    margin-right: 0;
}

.testimonials .owl-thumb-item.active {
    opacity: 1;
}

.testimonials .owl-thumb-item.active .testimonial__thumb {
    border-color: #ff5e14;
}

@media only screen and (min-width: 992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 150px;
    }
}

@media only screen and (max-width: 992px) {
    .testimonials-layout1 .testimonial__desc {
        padding-right: 50px;
    }
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-item .testimonial__desc {
        font-size: 18px;
        line-height: 28px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .testimonial-wrap-panel {
        padding: 30px 20px;
    }
    .testimonial-wrap-panel .testimonial-item {
        padding: 0;
    }
    .testimonial-item .testimonial__desc {
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
    }
    .testimonials .owl-thumb-item {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .testimonials .owl-thumbs {
        margin-top: 0;
    }
    .testimonial__thumb {
        width: 40px;
        height: 40px;
        margin-right: 7px;
    }
    .testimonial__meta .testimonial__meta-title {
        font-size: 13px;
        margin-bottom: 0;
    }
    .testimonials .carousel-arrows .owl-nav .owl-prev,
    .testimonials .carousel-arrows .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .testimonials .carousel-arrows .owl-nav .owl-next {
        top: 60px;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 380px) {
    .testimonial__thumb {
        width: 35px;
        height: 35px;
    }
    .testimonial__meta .testimonial__meta-title,
    .testimonial__meta .testimonial__meta-desc {
        font-size: 11px;
    }
}


/*---------------------------
Client
---------------------------*/

.clients {
    padding-top: 60px;
    padding-bottom: 60px;
}

.client {
    text-align: center;
}

.clients .client {
    position: relative;
    text-align: center;
}

.clients h5 {
    font-weight: bold;
    color: #39356e;
    margin: 0px;
    padding: 10px 0px;
    font-size: 26px;
}

.award_content:hover p {
    color: #fff;
}

.awards .client {
    background: #fff;
    margin: 10px 0px;
    border: 1px solid #ccc;
}

.awards .custom-swiper-pagination {
    display: none;
    border: 1px solid #ccc;
}

.contact-testimonial {
    margin: 35px 0px;
}

.clients .client img {
    display: inline-block;
    width: auto !important;
    max-width: 100%;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .clients {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .clients {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


/*--------------------
Blog
-------------------*/

.blog-item {
    position: relative;
    margin-bottom: 40px;
}

.blog-item .blog__img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-item .blog__img img {
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.blog-item:hover .blog__img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item .blog__content {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding-top: 27px;
    padding-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    border-radius: 0 4px 0 0;
    border: 1px solid #f6f6f6;
}

.blog-item .blog__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.blog-item .blog__meta-cat {
    margin-right: 8px;
    line-height: 1;
}

.blog-item .blog__meta-cat a {
    position: relative;
    color: #ff5e14;
    padding-right: 7px;
}

.blog-item .blog__meta-cat a:hover {
    color: #1b1a1a;
}

.blog-item .blog__meta-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #ff5e14;
}

.blog-item .blog__meta-cat a:last-child {
    padding: 0;
}

.blog-item .blog__meta-cat a:last-child:after {
    display: none;
}

.blog-item .blog__meta-date {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-right: 20px;
}

.blog-item .blog__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px;
    padding-left: 20px;
    position: relative;
}

.blog-item .blog__title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #ff5e14;
}

.blog-item .blog__title a {
    color: #1b1a1a;
}

.blog-item .blog__title a:hover {
    color: #ff5e14;
}

.blog-item .blog__desc {
    margin-bottom: 0;
}

.blog-item .btn__link {
    margin-top: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.blog-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.blog-item:hover .btn__link {
    color: #ff5e14;
}

.blog-item:hover .btn__link i {
    background-color: #ff5e14;
}

.hidden-blog-item {
    display: none;
}


/* Blog Single */

.blog-single .blog-item .blog__meta-cat,
.blog-single .blog-item .blog__meta-date {
    margin-bottom: 0;
}

.blog-single .blog-item .blog__content {
    padding-left: 0;
}

.blog__meta-author {
    font-size: 13px;
}

.blog__meta-author a {
    color: #0e2b5c;
}

.blog-single .blog__meta>* {
    margin-right: 20px;
}

.blog-single .blog__meta>*:last-child {
    margin-right: 0;
}

.blog-single .blog__desc {
    margin-bottom: 21px;
}

.blog-single .blog__desc p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.blog-standard .blog-item .blog__desc {
    margin-bottom: 22px;
}

.blog-widget {
    padding-top: 40px;
    margin-bottom: 60px;
}

.blog__widget-title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 26px;
}

.blog-comments {
    padding-bottom: 37px;
    border-bottom: 2px solid #eaeaea;
}

.blog-share .blog__share-title {
    color: #222222;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-right: 22px;
    margin-bottom: 0;
}

.blog-share .social__icons a {
    color: #0f2b5b;
}

.blog-share .social__icons a:hover {
    color: #ff5e14;
}

.blog-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
}

.blog-nav .blog__prev,
.blog-nav .blog__next {
    position: relative;
    min-height: 70px;
}

.blog-nav .blog__prev:hover h6,
.blog-nav .blog__next:hover h6 {
    color: #ff5e14;
}

.blog-nav .blog__next {
    text-align: right;
}

.blog-nav .blog__next .blog__nav-img {
    right: 0;
    left: auto;
}

.blog-nav .blog__nav-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.blog-nav .blog__nav-img img {
    width: 100%;
    height: 100%;
}

.blog-nav .blog__nav-content span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #616161;
    display: block;
    margin-bottom: 1px;
}

.blog-nav .blog__nav-content h6 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-nav .blog__next .blog__nav-content {
    padding-right: 90px;
}

.blog-nav .blog__prev .blog__nav-content {
    padding-left: 90px;
}

.blog-author {
    padding: 40px;
    display: flex;
    background-color: #f4f4f4;
    border-radius: 4px;
}

.blog-author .blog__author-avatar {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog-author .blog__author-name {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 15px;
}

.blog-author .blog__author-bio {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 13px;
}

.blog-author .social__icons li {
    margin-right: 30px;
}

.blog-author .social__icons:last-child {
    margin-right: 0;
}

.blog-author .social__icons a {
    font-size: 15px;
    color: #1b1a1a;
}

.blog-author .social__icons a:hover {
    color: #ff5e14;
}

.comments-list .comment__item {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}

.comments-list .comment__item .comment__content {
    padding-left: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
    font-family: 'Poppins', sans-serif;
    color: #616161;
    font-size: 12px;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
    margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #ff5e14;
    display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
    color: #1b1a1a;
}

.comments-list .comment__item .nested__comment {
    border-top: 2px solid #eaeaea;
    padding: 30px 0 0 0;
    margin: 30px 0 0 90px;
}

.blog-comments-form .form-group {
    margin-bottom: 20px;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-single .blog-item .blog__title {
        padding: 0 40px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-item {
        margin-bottom: 30px;
    }
    .blog-item .blog__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .blog-item .blog__content {
        padding-left: 0;
    }
    .blog-single .blog-item .blog__title {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }
    .blog-grid-layout2 .blog-item .blog__content,
    .blog-grid-layout2 .blog-item-wide .blog__content {
        padding: 0 20px 20px 20px;
    }
    .blog__tags ul {
        justify-content: flex-start !important;
    }
    .comments-list .comment__item .comment__avatar {
        width: 40px;
        height: 40px;
    }
    .comments-list .comment__item .comment__content {
        padding-left: 60px;
    }
    .blog-nav {
        display: block;
    }
    .blog-nav .blog__prev {
        margin-bottom: 20px;
    }
    .blog-nav .blog__nav-content h6 {
        font-size: 13px;
    }
    .blog-nav .blog__nav-img {
        width: 60px;
        height: 60px;
    }
    .blog-nav .blog__prev .blog__nav-content {
        padding-left: 70px;
    }
    .blog-nav .blog__next .blog__nav-content {
        padding-right: 70px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .blog-author {
        display: block;
        padding: 20px;
    }
}


/*----------------------------
Contact
----------------------------*/

.contact__panel {
    background-color: #fff;
    padding: 80px 80px 40px;
    box-shadow: 0px 3px 63px 0px rgba(40, 40, 40, 0.11);
    display: flex;
    flex-wrap: wrap;
}

.contact__panel .contact__panel-banner {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
    padding-bottom: 40px;
}

.contact__panel .contact__panel-banner img {
    border-radius: 4px;
}

.contact__panel .contact__panel-banner .cta__banner {
    max-width: 360px;
    border-radius: 0 4px 4px 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact__panel .contact__panel-banner .cta__banner .cta__desc {
    font-size: 16px;
}

.contact__panel .contact__panel-banner .contact__number {
    color: #ffffff;
}

.contact__panel .contact__panel-banner .contact__number i {
    font-size: 25px;
    margin-right: 13px;
}

.contact__panel .contact__panel-banner .contact__number a {
    font-family: "Teko", sans-serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.contact__panel .contact__form-panel {
    flex: 0 0 58%;
    max-width: 58%;
    padding-left: 80px;
}

.contact__panel .contact__form-panel-header {
    margin-bottom: 20px;
}

.contact__panel .contact__form-panel-header h4 {
    font-size: 25px;
    margin-bottom: 13px;
    font-weight: bold;
    line-height: 40px;
}

.contact__panel .contact__form-panel-header p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.contact__panel .nice-select .list {
    width: 100%;
}

.contact__panel-layout2 {
    display: block;
    padding: 45px 0;
	box-shadow:none !important;
}
.portfolioSection{
	padding: 45px 0;
}
.contact__panel-layout2 .contact__form-panel {
    max-width: 100%;
    padding-left: 0;
}

.contact-info-box .contact__info-box-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 17px;
}

.contact-info-box .contact__info-list li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
}

.contact-info-box .contact__info-list li a {
    color: #9b9b9b;
}
#ContactUsSection h2 {
	margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
    .contact__panel {
        padding: 20px;
    }
    .contact__panel .contact__form-panel {
        padding-top: 20px;
        padding-left: 0;
    }
    .contact__panel .contact__panel-banner,
    .contact__panel .contact__form-panel {
        max-width: 100%;
        flex: 0 0 100%;
    }
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .contact__panel {
        padding: 30px;
    }
    .contact__panel .contact__form-panel {
        padding-left: 20px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .contact__panel .contact__form-panel-header h4 {
        margin-bottom: 5px;
    }
    .contact__panel .contact__form-panel-header p {
        margin-bottom: 10px;
    }
    .contact__panel .contact__panel-banner .cta__banner {
        padding: 20px;
    }
    .contact__panel .contact__panel-banner .cta__banner .cta__desc {
        font-size: 12px;
    }
    .contact__panel .contact__panel-banner .contact__number i {
        font-size: 15px;
    }
    .contact__panel .contact__panel-banner .contact__number a {
        font-size: 30px;
    }
}


/*-----------------------
Counters
-----------------------*/

.counter-item {
    text-align: center;
}

.counter-item h4 {
    font-size: 43px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.counter-item .counter__icon {
    line-height: 1;
    margin-bottom: 29px;
}

.counter-item .counter__icon i {
    font-size: 60px;
}

.counter-item .counter__subtitle {
    font-family: "Teko", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.counter-item .counter__desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.counters-white h4,
.counters-white .counter__icon,
.counters-white .counter__subtitle,
.counters-white .counter__desc {
    color: #fff;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .counter-item {
        margin-bottom: 30px;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }
    .counter-item .counter__icon i {
        font-size: 45px;
    }
    .counter-item h4 {
        font-size: 35px;
    }
    .counter-item .counter__subtitle {
        font-size: 13px;
    }
}


/* Custom Media in Mobile Phones */

@media only screen and (max-width: 450px) {
    .counter-item .counter__icon {
        margin-bottom: 15px;
    }
    .counter-item .counter__icon i {
        font-size: 30px;
    }
    .counter-item h4 {
        font-size: 25px;
    }
    .counter-item .counter__subtitle {
        font-size: 12px;
    }
}


/*-----------------------
Services 
--------------------------*/

.service-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 3px 53px 0px rgba(40, 40, 40, 0.05);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.service-item .service__img {
    position: relative;
}

.service-item .service__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    -webkit-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -moz-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -ms-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    -o-background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
    background-image: linear-gradient(to top, rgba(27, 26, 26, 0.35), #1b1a1a 100%);
}

.service-item .service__img img {
    width: 100%;
    max-width: 100%;
}

.service-item .service__content {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
    background-color: #fff;
    padding: 50px 40px 50px;
}

.service-item .service__icon {
    margin-bottom: 60px;
}

.service-item .service__icon i {
    font-size: 65px;
    line-height: 1;
    color: #ff5e14;
}

.service-item .service__title {
    font-weight: 500;
    margin-bottom: 10px;
}

.service-item .service__desc {
    margin-bottom: 0;
}

.service-item .btn__link {
    margin-top: 28px;
}

.service-item .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item .btn__link:hover i {
    background-color: #ff5e14;
}

.service-item:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-item:hover .service__icon {
    -webkit-animation: slideTopDown 1s infinite alternate;
    -moz-animation: slideTopDown 1s infinite alternate;
    -ms-animation: slideTopDown 1s infinite alternate;
    -o-animation: slideTopDown 1s infinite alternate;
    animation: slideTopDown 1s infinite alternate;
}

.service-item .service__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 94, 20, 0.9);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-item:hover .service__overlay {
    opacity: 1;
}

.services-layout2 .service__content {
    padding: 50px 40px 20px;
}

.services-layout2 .service-item:hover .service__content {
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}

.services-layout2 .service-item:hover .service__icon i,
.services-layout2 .service-item:hover .service__title,
.services-layout2 .service-item:hover .service__desc,
.services-layout2 .service-item:hover .btn__link {
    color: #ffffff;
}

.services-layout2 .service-item:hover .btn__link i {
    color: #ff5e14;
}

.services-layout2 .service-item .btn__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 28px;
    border-top: 2px solid #eaeaea;
}

.services-layout2 .service-item .btn__link i {
    background-color: #ffffff;
    color: #222222;
}


/* Medium Size Screens */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-item .service__icon {
        margin-bottom: 15px;
    }
    .service-item .service__icon i {
        font-size: 50px;
    }
    .service-item .service__title {
        font-size: 25px;
        margin-bottom: 10px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .service-item .service__content {
        padding: 20px;
    }
    .service-item .service__title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .service-item .service__icon {
        margin-bottom: 20px;
    }
    .service-item .service__icon i {
        font-size: 45px;
    }
}


/*--------------------
Sidebar
----------------------*/

.sidebar {
    position: relative;
    margin-right: 20px;
    z-index: 2;
}

.widget {
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget__title {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 26px;
}

.widget-search .widget__form-search {
    position: relative;
}

.widget-search .widget__form-search .form-control {
    background-color: #fff;
    border: 2px solid #eaeaea;
}

.widget-search .widget__form-search button {
    position: absolute;
    top: 0;
    right: 15px;
    width: auto;
    color: #333333;
    padding: 0;
    min-width: 0;
}

.widget-search .widget__form-search button:hover {
    color: #ff5e14;
}

.widget-categories ul {
    background-color: #ffffff;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.15);
}

.widget-categories ul li a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
    color: #1b1a1a;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 2px solid #f4f4f4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.widget-categories ul li a.active,
.widget-categories ul li a:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.widget-categories ul li:last-child a {
    border-bottom: none;
}

.widget-tags ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-tags ul li a {
    display: block;
    font-size: 14px;
    background-color: #ff5e14;
    color: #ffffff;
    line-height: 1;
    text-transform: capitalize;
    padding: 8px 10px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
    background-color: #1b1a1a;
}


/*widget posts*/

.widget-posts .widget-post-item {
    margin-bottom: 26px;
}

.widget-posts .widget-post-item:last-of-type {
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.widget-posts .widget-post-item .widget__post-title a {
    color: #222222;
}

.widget-posts .widget-post-item:hover .widget__post-title a {
    color: #ff5e14;
}

.widget-posts .widget-post-item .widget__post-img {
    margin-bottom: 19px;
}

.widget-posts .widget-post-item .widget__post-date {
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 7px;
}

.widget-posts .widget-post-item .widget__post-cat {
    margin-bottom: 7px;
    line-height: 1;
}

.widget-posts .widget-post-item .widget__post-cat a {
    position: relative;
    font-size: 13px;
    color: #ff5e14;
    padding-right: 7px;
}

.widget-posts .widget-post-item .widget__post-cat a:hover {
    color: #1b1a1a;
}

.widget-posts .widget-post-item .widget__post-cat a:after {
    content: ",";
    position: absolute;
    top: 0;
    right: 2px;
    color: #ff5e14;
}

.widget-posts .widget-post-item .widget__post-cat a:last-child {
    padding: 0;
}


/* Widget Download */

.widget-download .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    height: 70px;
    border-radius: 4px;
}

.widget-download .btn img {
    width: 22px;
    height: 24px;
}


/* Widget help */

.widget-help {
    overflow: hidden;
    padding: 50px;
}

.widget-help .widget__content {
    position: relative;
}

.widget-help .widget__content .widget__icon {
    color: #ffffff;
    font-size: 55px;
    line-height: 1;
    margin-bottom: 31px;
}

.widget-help .widget__content h5 {
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
}

.widget-help .widget__content p {
    color: #f9f9f9;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 26px;
}

.widget-help .widget__content .btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #ff5e14;
    display: inline-block;
}


/* Large Size Screens */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar {
        margin-right: 0;
    }
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }
}


/* Tablets and  Small Screens */

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .widget {
        padding: 25px;
    }
    .widget .widget__title {
        margin-bottom: 25px;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .widget {
        padding: 15px;
    }
    .widget .widget__title {
        margin-bottom: 20px;
    }
    .widget-help .widget__content p {
        margin-bottom: 30px;
    }
    .widget-categories ul li a {
        font-size: 14px;
        line-height: 40px;
        padding: 5px 10px;
    }
    .widget-download .btn {
        height: 50px;
    }
}


/*----------------------
About
-----------------------*/

.about__text p {
    color: #222222;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 18px;
}

.about__img {
    position: relative;
    box-shadow: 0px 1px 73px 0px rgba(40, 40, 40, 0.1);
}

.about__img img {
    border-radius: 3px;
}

.about-layout1 .cta__banner {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 270px;
    border-radius: 4px 0 0 4px;
    padding: 50px 30px 50px 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-layout1 .cta__banner .cta__title {
    margin-bottom: 15px;
}

.about-layout1 .cta__banner .cta__icon {
    margin-bottom: 25px;
}

.about-layout1 .cta__banner .btn i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    color: #ff5e14;
    border-radius: 50%;
    display: inline-block;
}

.about-layout2 .cta__banner {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 250px;
    border-radius: 0 4px 0 4px;
}


/* Extra Large Size Screens */

@media only screen and (min-width: 1200px) {
    .about-layout1 .about__img {
        margin-right: 40px;
        border: 1px solid #dedede;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px, rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
    }
    .about-layout2 .heading__title {
        margin-left: -70px;
    }
    .about-layout2 .about__imgs-container {
        position: absolute;
        right: 0;
        top: 50px;
        max-width: 43%;
    }
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .about__img .cta__banner {
        padding: 20px;
    }
    .about__img .cta__banner .cta__title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .about__img .cta__banner .cta__icon i {
        font-size: 35px;
    }
    .about-layout2 .about__imgs-container {
        margin-right: -5px;
        margin-left: -5px;
    }
    .about-layout2 .about__imgs-container>[class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }
}


/* Custom Media in Mobile Phones */


/*-----------------------
banner
------------------------*/

.banner-layout1 .inner-padding {
    padding: 50px ;
}

.banner-layout1 .list-items {
    display: flex;
    flex-wrap: wrap;
}

.banner-layout1 .list-items li {
    flex-basis: 50%;
}

.banner-layout1 .popup-video {
    display: inline-block;
    position: relative;
    border: 10px solid #282B4D;
    border-radius: 50%;
    margin-left: -50px;
}

.banner-layout1 .statistic-item {
    position: absolute;
    text-align: right;
    width: 200px;
}

.banner-layout1 .statistic-item:first-child {
    top: 5%;
    left: 5%;
}

.banner-layout1 .statistic-item:nth-of-type(2) {
    top: 30%;
    left: 50%;
}

.banner-layout1 .statistic-item:nth-of-type(3) {
    bottom: 10%;
    left: 30%;
}

.banner-layout1 .statistic-item .statistic__item-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    background-color: #ffffff;
    color: #ff5e14;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-top: 23px;
}

.banner-layout1 .statistic-item .statistic__item-panel {
    width: 200px;
    height: 170px;
    border-radius: 4px;
    background-color: #ffffff;
    text-align: left;
    padding: 25px 40px 40px;
    margin-left: -15px;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.banner-layout1 .statistic-item .statistic__item-panel:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    border: 6px solid;
    border-color: #ffffff #ffffff transparent transparent;
}

.banner-layout1 .statistic-item .statistic__item-counter {
    color: #ff5e14;
    font-size: 100px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

.banner-layout1 .statistic-item .statistic__item-title {
    color: #1b1a1a;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.banner-layout1 .statistic-item.opened .statistic__item-panel {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-layout1 .statistic-item.opened .statistic__item-btn {
    background-color: #ff5e14;
    color: #ffffff;
    box-shadow: 0 0 0 3px rgba(255, 94, 20, 0.5);
}

.banner-layout2 .contact__panel-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    padding-left: 0px;
}

.banner-layout2 .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.banner-layout2 .video__player-title {
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
}

.banner-layout2+.blog-grid,
.banner-layout2+.testimonials-layout1 {
    margin-top: -50px;
    z-index: -1;
}

.banner-layout3 .inner-padding {
    padding: 50px 60px 60px;
}

.banner-layout3 .heading__desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.banner-layout3 .cta__banner-white {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px;
    border: 2px solid #f6f6f6;
}

.banner-layout3 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ffffff;
    color: #ff5e14;
    border-radius: 50%;
    display: inline-block;
}

.banner-layout4 {
    padding-bottom: 260px;
}

.banner-layout4 .btn__link i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.banner-layout4 .btn__link:hover {
    color: #ffffff;
}

.banner-layout4 .blockquote {
    background-color: #ff5e14;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 47px 50px 50px;
    margin-top: 30px;
}

.banner-layout4 .blockquote:before {
    content: "";
    position: absolute;
    top: -15px;
    right: 50px;
    width: 45px;
    height: 32px;
    background-image: url(../images/testimonials/quote-icon2.png);
}

.banner-layout4 .blockquote:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    border: 10px solid;
    border-color: #ff5e14 transparent transparent #ff5e14;
}

.banner-layout4 .blockquote .quote__author {
    display: block;
    font-size: 14px;
    margin-top: 34px;
}

.banner-layout4+.contact-layout2 .contact__panel {
    margin-top: -120px;
    position: relative;
    z-index: 3;
}


/* Extra Large Size Screens */

@media only screen and (min-width: 1400px) {
    .banner .inner-padding {
        padding-right: 110px;
        padding-left: 110px;
    }
    .banner-layout2 .container-fluid {
        padding-right: 130px;
        padding-left: 130px;
    }
    .banner-layout3 .inner-padding {
        padding-right: 120px;
        padding-left: 120px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-layout1 .video__btn {
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .banner-layout2 .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner-layout2 .contact__panel-wrap {
        position: static;
        padding: 0;
    }
    .banner-layout2+.blog-grid,
    .banner-layout2+.testimonials-layout1 {
        margin-top: 0;
    }
}


/* Extra Small Devices */

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .banner-layout1 .list-items {
        display: block;
    }
    .banner-layout2 .container-fluid {
        padding: 0 20px;
    }
    .banner-layout3 .carousel {
        width: 320px;
        padding: 20px;
    }
    .banner-layout3 .heading__desc {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    .banner-layout4 .blockquote {
        font-size: 15px;
        padding: 20px;
        font-weight: 400;
    }
    .banner-layout4 .blockquote .quote__author {
        margin-top: 14px;
    }
}


/*-----------------------
careers
------------------------*/

.careers .owl-carousel .owl-stage-outer {
    margin: 0 -20px;
    padding: 20px;
}

.job-item {
    background-color: #fff;
    padding: 50px 40px 40px;
    border-radius: 4px;
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.08);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.job-item:hover {
    box-shadow: 0 0 15px 0 rgba(40, 40, 40, 0.14);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.job-item .job__meta {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.job-item .job__type {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #ff5e14;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.job-item .job__location {
    font-size: 13px;
}

.job-item .job__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
}

.job-item .btn__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.job-item .btn__link i {
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #222222;
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.job-item .btn__link:hover {
    color: #ff5e14;
}

.job-item .btn__link:hover i {
    background-color: #ff5e14;
}


/* Mobile Phones and tablets */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .job-item {
        padding: 30px;
    }
    .job-item .job__meta {
        margin-bottom: 20px;
    }
    .job-item .job__title {
        margin-bottom: 10px;
    }
}


/*--------------------------
Our-work Start
--------------------------*/

.our-work-new .card-text {
    margin-bottom: 25px;
}

.our-work-new .card:hover {
    box-shadow: 10px 10px 0 0 rgba(43, 10, 61, .2);
}

.our-work-new .card-title {
    line-height: 1.4;
}

.our-work-new .card {
    min-height: 550px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 1px 18px 0px, rgba(0, 0, 0, 0.1) 0px 3px 5px -1px;
}


/*--------------------------
How We Work-start
--------------------------*/

.cs-tile {
    margin: 0px auto;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.cs-tile.tab-pane {
    height: 100%;
}

.cs-tile .nav-tabs {
    position: relative;
    border: none!important;
    border-radius: 6px;
    margin-bottom: 40px;
    z-index: 1;
}

.cs-tile .nav-tabs li {
    margin: 0px!important;
}

.cs-tile .nav-tabs li a {
    font-size: 24px;
    position: relative;
    margin-right: 0px!important;
    padding: 10px 20px!important;
    border: none!important;
    color: #333;
    font-weight: bold;
}

.cs-tile .nav-tabs a:hover {
    background-color: #fff!important;
    border: none;
}

.cs-tile .work-slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #00a6eb;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: all .4s linear;
}

.cs-tile .nav-tabs .active {
    background-color: transparent!important;
    border: none!important;
    color: #00a6eb!important;
    border-bottom: 3px solid #00a6eb!important;
}

.cs-tile .how-work-content::after {
    content: '';
    width: 700px;
    height: 700px;
    background: transparent;
    position: absolute;
    top: 5%;
    right: 0Px;
    z-index: -1;
    border-radius: 100%;
    border: 2px solid #f5f5f5;
    animation: bannerimage_translate 6s infinite;
    animation-direction: normal;
    animation-direction: normal;
    animation-play-state: running;
    animation-direction: alternate;
}

.cs-tile .cs-work-tab {
    position: relative;
    counter-reset: section;
}

.cs-work {
    position: relative;
    counter-reset: section;
}

@media (min-width: 768px) {
    .cs-work.is-reverse {
        text-align: right;
    }
}

.cs-work-row {
    position: relative;
}

@media (min-width: 768px) {
    .cs-work-row {
        -webkit-transition: 0.2s ease;
        transition: 0.2s ease;
    }
}

.cs-work-row:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    background-color: #ccc;
}

@media (min-width: 768px) {
    .cs-work-row:not(: last-child):before {
        -webkit-transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    }
}

@media (min-width: 768px) {
    .cs-work-row:after {
        -webkit-transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
        transition: left 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    }
}

.cs-work-row:not(:last-child) {
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .cs-work-row:not(: last-child) {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .is-hidden .cs-work-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        left: 100%;
        opacity: 0;
    }
    .is-reverse .cs-work-row:after {
        -webkit-transform: translateX(-32px);
        -ms-transform: translateX(-32px);
        transform: translateX(-32px);
        opacity: 1;
        left: 0;
    }
    .is-hidden .is-reverse .cs-work-row:after {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: -100%;
        opacity: 0;
    }
    .is-hidden .cs-work-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        left: 100%;
        opacity: 0;
    }
    .is-reverse .cs-work-row:before {
        -webkit-transform: translateX(-16px);
        -ms-transform: translateX(-16px);
        transform: translateX(-16px);
        opacity: 1;
        left: 0;
    }
    .is-hidden .is-reverse .cs-work-row:before {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 0;
        left: -100%;
    }
}

@media (min-width: 768px) {
    .cs-work-panel {
        -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    }
    .is-hidden .cs-work-panel {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
    }
    .is-reverse .cs-work-panel {
        padding-right: 50px;
        padding-left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
        transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    }
    .is-hidden .is-reverse .cs-work-panel {
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s;
        transition: transform 1s ease 0.2s, opacity 1s ease 0s, -webkit-transform 1s ease 0.2s;
    }
}

.cs-work {
    position: relative;
    counter-reset: section;
}

.cs-work-row:not(:last-child) {
    padding-bottom: 30px;
}

.is-hidden .cs-work-row:before {
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
    left: 100%;
    opacity: 0;
}

.cs-work-panel {
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cs-work.is-reverse {
    text-align: right;
}

.cs-work-row {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.is-reverse .cs-work-row:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    right: 0;
}

.cs-work-panel {
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.is-reverse .cs-work-panel {
    padding-right: 60px;
    padding-left: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s;
    transition: transform 1s ease 0.1s, opacity 1s ease 0.5s, -webkit-transform 1s ease 0.1s;
}

.cs-work-body {
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    line-height: 28px;
    text-align: left;
}

.is-reverse .cs-work-row:after {
    -webkit-transform: translateY(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    right: 0;
    color: #fff;
}

.cs-work-row:after {
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
}

.is-reverse .cs-work-row:after {
    right: 0px;
    left: unset;
}

.cs-work-row:after {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    top: 0px;
    left: 0;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    background-color: #3d3b83;
    border-radius: 100%;
    z-index: 1;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
}

.border-btn:hover::before {
    transform: scaleY(1);
}

.card.mb:hover .circle-btn i {
    color: #fff;
    background: #322d53;
}

.circle-btn i {
    color: #322d53;
    border-radius: 50px;
    border: 1px solid #322d53;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.is-reverse .cs-work-row:not(:last-child)::before {
    right: 16px;
    left: unset;
}

.cs-work-row:not(:last-child):before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 16px;
    bottom: 0;
    background-color: #ccc;
}

.cs-work-row:not(:last-child):before {
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
}

.cs-tile .cs-work-panel {
    padding-left: 50px;
    font-weight: 300;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cs-tile .cs-work-row:after {
    color: #fff;
    -webkit-transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s;
    transition: right 0.8s ease 0.3s, transform 0.8s ease 0.3s, opacity 0s ease 0.25s, -webkit-transform 0.8s ease 0.3s;
}

.cs-tile .scdsc {
    background: url(../images/sliders/pattern_overlay.png);
    background-repeat: repeat;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-repeat: repeat;
}


/************************Banner Video Start************************/

.video-banner {
    margin-top: -100px;
    position: relative;
    height: auto;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

@keyframes slidein {
    from {
        margin-left: 100%;
        width: 300%;
    }
    to {
        margin-left: 0%;
        width: 100%;
    }
}

.video-banner h1 {
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0px;
    animation-duration: 3s;
    animation-name: fadeInUp;
    text-shadow: -2px -2px 1px #000;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-banner .video-outer .container {
    position: relative;
    z-index: 2;
}

.overlay-wcs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.blocks {
    background-color: rgba(0, 0, 0, .6);
}

.banner-title .block__title--big {
    font-size: 24px;
    margin-bottom: 20px;
}

.block-left-bar .banner-title {
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-title {
    color: #fff;
    font-weight: 600;
    line-height: 1.33;
    position: relative;
    margin: 0;
    margin-bottom: 0px;
}

.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: 0;
    text-decoration: none;
}

.link__icon--big {
    height: 40px;
    width: 40px;
}

.link__icon::before {
    height: 120%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1), -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

link__icon--big::after {
    height: 10px;
    margin-left: -3px;
    width: 10px;
}

.link__icon::after {
    border-left: 1px solid #1e1d28;
    border-top: 1px solid #1e1d28;
    height: 5px;
    margin-left: -1px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.blocks__inner {
    display: flex;
    flex-basis: 70%;
    flex-wrap: wrap;
}

.block {
    flex: 0 0 33.333%;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/************************Banner 4 Cols Section Start************************/

.banner-left-heading {
    padding: 25px;
    border-left: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.block-left-bar {
    flex-basis: 30%;
}

.section--hero .blocks {
    background-color: rgba(0, 0, 0, .6);
}

.block--banner-left {
    flex-basis: 30%;
}

.blocks {
    /*    border-top: 1px solid rgba(255, 255, 255, .15);*/
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.w-55 {
    max-width: 700px;
    width: 100%;
}

.block {
    flex: 0 0 33.333%;
    flex-basis: 33.333%;
}

.block__titleWrap--big {
    padding: 20px;
}

.block__titleWrap--big {
    border-left: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.banner-title {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
    margin: 0;
    margin-bottom: 0px;
}

.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: 0;
    text-decoration: none;
}

.link,
.link__icon,
body {
    position: relative;
}

.link__icon--big {
    height: 40px;
    width: 40px;
}

.link__icon::before {
    content: '';
    height: 120%;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1);
    transition: transform .3s cubic-bezier(.4, 0, 0, 1), -webkit-transform .3s cubic-bezier(.4, 0, 0, 1);
    width: 120%;
}

.link__icon--big::after {
    height: 10px;
    margin-left: -3px;
    width: 10px;
}

.link__icon::after {
    border-left: 1px solid #1e1d28;
    border-top: 1px solid #1e1d28;
    height: 5px;
    margin-left: -1px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 5px;
}

.banner-right-side {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.block {
    flex: 0 0 33.333%;
}

.home-banner-btn {
    margin-top: 20px;
}

.home-banner-btn .border-btn3 {
    border: 1px solid #fff;
    color: #fff;
}

.banner-heading {
    border-left: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
    overflow: hidden;
    padding: 45px 30px 45px;
    position: relative;
}

.block__mask {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.block__content {
    padding: 15px;
}

.block__content {
    display: block;
    height: 100%;
    outline: none;
    padding: 40px 30px;
    text-decoration: none;
}

.gradient3 {
    background-image: linear-gradient(110deg, #1A2C79 10%, #bb1a5e) !important;
}

.gradient4 {
    background-image: linear-gradient(110deg, #ddd005 0, #23870a 50%, #23870a 100%);
}

.block__subtitle {
    margin-bottom: 10px;
}

.block__subtitle {
    margin: 0 0 1rem;
    margin-bottom: 1rem;
}

.link__icon--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.link__text {
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    padding-right: 30px;
}

.gradient2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(235, 57, 9), rgb(224, 167, 49)) repeat scroll 0% 0%
}

.xasx {
    display: flex;
}

.width-20 {
  max-width: 55px;
  width: 100%;
}

.width-80 {
    width: calc(100% - 55px);
    padding-left: 15px;
}

.width-20 img {
    width: 100%;
}

.gradient1 {
    background-image: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
}

.blocks--mobile {
    display: none;
    flex-basis: 100%;
    min-height: 140px;
}

.block__title {
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.banner-left-heading .circle-btn1 {
    margin-top: 0px;
}

.banner-left-heading .link__text {
    font-size: 18px;
    font-weight: 400;
    padding-right: 20px;
}

.circle-btn:hover i {
    background: #322d53;
    color: #fff;
}

.banner-left-heading .circle-btn1 i {
    background: #fff !important;
    color: #000;
    margin: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

.text-banner {
    padding: 80px 0px 200px 0px;
}

.blog__meta {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}


/****Testimonial ******/

.testimonial {
    margin: 40px 0px 10px 0px;
    padding-top: 30px;
    border: 1px solid #ccc;
    padding: 40px 20px;
    background: rgba(61, 57, 111, 0.7);
}

.testimonial .description {
    color: #8b8b8b;
    line-height: 1.8;
    position: relative;
    padding: 10px 0;
    margin-bottom: 0px;
    padding: 0px 4% 5px 4%;
}

.testimonial p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.contact-testimonial .swiper-pagination-bullet-active {
    background: #fff;
}

#testimonial-slider .owl-item:nth-child(2n) .description:before {
    color: #ffd0d8;
}

#testimonial-slider .owl-item:nth-child(3n) .description:before {
    color: #dae0ff;
}

.testimonial .testimonial-pic {
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0px auto;
}

.testimonial .testimonial-pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #696969;
}

.testimonial .testimonial-review {
    padding-top: 10px;
    margin: 0px auto;
}

.testimonial .testimonial-title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.testimonial .testimonial-review span {
    color: #fff;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 300;
}

.testimonial-author {
    display: grid;
}


/************************technology Start************************/

.technology-tabs {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.technology-tabs .content .icon-box {
    padding: 18px 20px 18px 20px;
    background-color: #fff;
    border-radius: 3px;
    margin: 15px 0px 0;
    text-align: center;
}

.technology-tabs .heading__title {
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 40px;
    font-size: 25px;
}

.technology-tabs .content {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
}

.technology-tabs .nav-tabs {
    border-bottom: 1px solid #ccc;
}

.technology-tabs .nav-tabs a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.technology-tabs .icon-box h5 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.technology-tabs .icon-box img {
    width: 40px;
    height: 40px;
    min-height: 57px;
}

.technology-tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid #282B4D;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.partners h4 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 0px;
    margin-bottom: 10px;
}

.partners .custom-swiper-pagination {
    display: none;
}

.all-news-rightcontent img {
    width: 183px;
    margin-right: 30px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
}

.all-news-rightcontent {
    margin-bottom: 10px;
    float: right;
    display: flex;
}

.news-right {
    width: calc(100% - 183px);
}

.about-news {
    display: flex;
}

.news-right h6 {
    margin-bottom: 10px;
}

.award_content {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, .1);
}

.award_content h4 {
    font-size: 21px;
    font-weight: bold;
}

.purple-bag {
    background: rgba(77, 76, 195, 0.9);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: -7px 0px;
    margin-right: 0px;
    margin-right: 0px;
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    right: 0;
    margin-right: 1.06em;
    margin-right: 9px;
}

.award_content:hover {
    background: linear-gradient(110deg, #a55ccb 0, #0a46cf 100%);
    color: #fff;
}

.award_content:hover .service__title {
    color: #fff;
}

.award_content:hover .heading__subtitle {
    color: #fff;
}

.award_content:hover .btn.btn__secondary.btn__link {
    color: #fff!important;
}

.purple-bag-bottom {
    background: rgba(77, 76, 195, 0.9);
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: -9px 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 0px;
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    left: 0;
    margin-right: 1.06em;
    margin-left: 6px;
    z-index: -99;
}

.Recognition-section .link__text {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    float: right;
}

.Recognition-section .link {
    float: right;
}

.cs-leadership .item {
    left: 0;
    top: 0;
    position: relative;
    overflow: hidden;
}

.cs-leadership .item img {
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}

.cs-leadership .item img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.cs-leadership .img-thumbnail {
    border: 0px;
    border-radius: 0px;
}

.cs-leadership .leader-team-members {
    border: 1px solid #ccc;
    margin: 10px 0px;
}

.leader-team-members .profile-info {
    font-size: 20px;
    margin: 0px;
    padding: 10px;
}

.cs-leadership .profile-info h5 {
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.profile-title {
    font-size: 15px;
    margin: 0px;
}

.leader-ship-tabs {
    flex-wrap: wrap;
}

.Recognition-section {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.cs-leadership nav {
    float: left;
}

.cs-leadership .nav-item {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.cs-leadership {
    background-image: url(../images/banners/technology-banner.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.news-section .custom-swiper-pagination {
    display: none;
}

.banner .inner-padding {
    background-image: url(../images/banners/cs-video-patterns.png);
}



.fancybox__icon i {
    color: #3d3b83;
    font-size: 50px;
}

.leadership-box {
    height: 250px;
    background: radial-gradient(#6e6e6e, #2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e, #2f2f2f);
    background: -moz-radial-gradient(#6e6e6e, #2f2f2f);
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.leadership-box p {
    font-size: 17px;
}

.leadership-box figure {
    position: absolute;
    text-align: left;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(110deg, rgba(162, 92, 203, 0.9), rgba(10, 70, 207, 0.9) 100%);
    bottom: -90%;
    transition: ease-in-out .5s;
}

.leadership-box:hover figure {
    bottom: 0;
    top: 0px;
}

.leadership-box figure h3 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.leadership-box img {
    height: 100%;
}

.leadership-box:hover figure .figure-content {
    margin: 0;
    position: absolute;
    top: 55%;
    left: 38%;
    transform: translate(-30%, -55%);
    text-align: center;
}

.cs-leadership .nav-tabs .nav-link.active {
    background-color: #46b8e0;
    color: #fff;
}

.gradient6, 
.gradient7 ,
.gradient8 {
     background: rgb(40,43,77);
background: linear-gradient(90deg, rgba(40,43,77,1) 0%, rgba(40,43,77,1) 35%, rgba(40,45,96,1) 100%); 
}

.block__titleWrap {
    border-left: 1px solid rgba(255, 255, 255, .15);
    height: 100%;
    overflow: hidden;
    padding: 20px 25px;
    position: relative;
}

.cs-soft-new-video {
    width: 100%;
    height: 530px;
}

.cs-soft-new-video iframe {
    width: 100%;
    height: 100%;
    min-height: 610px;
    margin: 0px;
    padding: 0px;
}

.fixed-navbar .dropdown-menu.wide-dropdown-menu:hover:active:focus {
    background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%)!important
}

.navbar .dropdown-menu {
    background: linear-gradient(110deg, #951ad5 0, #0a46cf 100%)!important
}

.navbar .dropdown-menu.wide-dropdown-menu h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 19px;
    margin-left: 30px;
}

.navbar .dropdown-menu .nav__item .nav__item-link::after {
    color: #fff;
}

.navbar .dropdown-menu .nav__item .nav__item-link {
    color: #fff;
}

.video__btn {
    position: relative;
}


/************************Contact Us Page************************/

.image-upload-box {
    margin-bottom: 10px;
}

.custom-file-upload span {
    font-size: 18px;
}

.contact h5 {
    font-weight: 400;
    line-height: 1.3;
}

.contact h6 {
    font-weight: 300;
    line-height: 1.3;
}

.contact-page-form .form-control {
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 60px;
}

.contact-page-form textarea.form-control {
    height: 150px;
}

.contact .contact-page-form .custom-control-label::before {
    top: 0px;
}

.contact .contact-page-form .custom-control-label::after {
    top: 0px;
}

.custom-control-label {
    font-size: 17px;
    font-weight: 100;
}

.contact .contact-page-form .custom-checkbox {
    padding-top: 7px;
    padding-bottom: 7px;
}

.contact .contact-page-form .list {
    width: 100%;
}

.contact .contact-page-form .form-control {
    line-height: 60px;
}

.contact-icon i {
    font-size: 17px;
    color: #000;
    padding-right: 10px;
    margin: 3px 0px;
}

.contact-info a {
    font-size: 18px;
    color: #686868;
    font-weight: 200;
}

.contact-info-box li {
    margin: 10px 0px;
}

.contact-info-box {
    background: #f6f6f6;
    min-height: 210px;
    padding: 30px 50px;
}


/************************Our work Case Study Inner Page ************************/

.client-list strong {
    font-size: 16px;
    font-weight: bold;
}

.square li {
    font-size: 16px;
    padding: 3px 0px;
    list-style-type: square;
    list-style-position: inside;
}

.number li {
    font-size: 16px;
    list-style-type: number;
    list-style-position: inside;
}

.inner-work-content .feature-inner li {
    padding: 5px 0px;
    font-size: 16px;
}

.text__block h4 {
    font-size: 27px;
}

.feature-center li {
    font-size: 22px;
    font-weight: bold;
}

.feature-center li::before {
    position: absolute;
    content: '';
    height: 80%;
    right: -1px;
    width: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000;
}

.feature-center li {
    position: relative;
    width: 33.3%;
    text-align: center;
}

.feature-center li:last-child::before {
    border: none;
}


/************************Services Inner Page ************************/

.bg-blue {
    background: #f4f5fe;
}

.services-list {
    margin: 20px 0px;
}

.services-item li a {
    display: inline-block;
    font-size: 16px;
    padding: 5px 0px;
    color: #212529;
    font-weight: 300;
}
.fancybox__icon {
	text-align: center;
}
.services-list li::before {
    display: inline-block;
    font: normal normal normal 14px/1px FontAwesome;
    font-size: 14px;
    line-height: 1px;
    font-size: inherit;
    line-height: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f178';
    padding-right: 20px;
    color: #ff5e14;
}

.bg-arrow {
    position: relative;
}

.bg-arrow::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat!Important;
    background-size: contain;
    content: "";
    background: url('../images/service/bg-arrows.png');
}


/*****Services-Inner-Panel*****/

.bullet-list__circle {
    border-radius: 50%;
    height: 12px;
    left: 0;
    position: absolute;
    margin-top: 5px;
    width: 12px;
}

.gradientblue {
    background-image: linear-gradient(-110deg, #951ad5 0, #0a46cf 100%);
}

.promise-layout .service-item {
    box-shadow: none;
}

.promise-layout .service-item .service__desc {
    margin-bottom: 0;
    font-size: 15px;
    color: #373737;
}

.promise-layout .service-item .service__content {
    padding: 15px 0px 15px 30px;
    background: transparent;
}

.promise-layout .service-item .service__content h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
}

.promise-layout .service-item .service__title {
    display: flex;
    flex-wrap: nowrap;
}

.we-cover .feature-numberd-item .feature__numberd-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.we-cover .feature-numberd-item .feature__numberd-item-number {
    color: #eee;
    font-weight: bold;
}

.we-cover-layout h3 {
    font-size: 35px;
    margin-bottom: 0px;
    font-weight: bold;
}

.cover-list li {
    color: #Fff;
    padding: 9px 0px;
    font-size: 18px;
    list-style-type: decimal;
    list-style-position: inside;
}

.cover-list .accordion-item.opened {
    border-left: 1px solid #3c3b82!Important;
}

.how-help .accordion-item {
    border-radius: 0px;
    border: 1px solid rgba(30, 29, 40, .15);
    border-right: 0px!important;
    border-left: 0px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 0px;
    background-color: transparent;
}

.how-help .accordion-item .accordion__item-body p {
    font-size: 15px;
}

.how-help .accordion-item.opened .accordion__item-title:after {
    background: #333;
    content: "";
    border-radius: 50px;
    width: 30px;
    height: 30px;
    border: 1px solid #Ccc;
    line-height: 30px;
}

.accordion-item .accordion__item-title:after {
    background-color: #e1e1e1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
}

.bg-dot {
    background-image: url('../images/bg-pattern-dot.png');
    background-repeat: repeat;
    background-size: 8px;
}


/***Technical-feasibility****/

.we-promise-section {
    background-color: #3d3b83;
    color: #fff;
    padding: 70px 50px;
}

.we-offer-content h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.we-offer-main-content {
    display: flex;
}

.we-offer-icon {
    border-style: solid;
    border-width: 2px;
    border-color: #514ea4;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    display: inherit;
    padding: 0px;
}

.we-offer-content {
    margin-bottom: 25px;
    margin-top: 20px;
}

.we-offer-icon span {
    width: 85px;
    height: 85px;
    line-height: 75px;
    background-color: #2d2a7b;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
    color: #fff;
    border: 6px solid #3d3b83;
    display: inherit;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.technical-promise-section .about__img {
    background: none;
    border: 0px;
    box-shadow: none;
}

.we-offer-icon:before {
    content: "";
    position: absolute;
    border: 1px solid #514ea4;
    width: 1px;
    bottom: 0px;
    height: 90%;
    transform: translateX(-50%);
    left: 50%;
    z-index: 1;
}

.we-offer-icon-section {
    position: relative;
    margin-right: 20px;
}

.legacy-offer {
    background-image: url('../images/banners/technology-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#servicesLayout2 {
    display: none;
}

.service-section p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding-bottom: 40px;
    text-align: justify;
}

.service-section h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    color: #282B4D;
}

.Staff-Augmentation-section {
    background: url('../images/home/banner.png');
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover; 
}

.Staff-Augmentation-section .container {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.why-choose-section {
    padding: 50px 0;
    border-top: 1px solid #f9f9f9;
}

.why-choose-section .container {
    max-width: 1520px;
}

.Staff-Augmentation-section p {
    max-width: 1080px;
}

.why-choose-right-content {
    padding: 0 77px;
}

.why-choose-left-content img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefit-cstm-text h3 {
    /* font-size: 22px; */
    font-weight: 600;
    /* line-height: 51px; */
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 1.2rem;
}

.benefit-cstm-text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 0;
    text-align: justify;
}

.benefit-section .img-content img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.benefit-section .img-content {
    padding: 0;
}

.cstm-content {
    padding: 0 75px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.benefit-cstm-content img {
    width: 100%;
    max-width: 80px;
}

.benefit-cstm-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

.service-section {
    padding-bottom: 0;
}

.benefit-heading {
    padding: 20px 0;
     background: rgb(40,43,77);
background: linear-gradient(90deg, rgba(40,43,77,1) 0%, rgba(40,43,77,1) 35%, rgba(40,45,96,1) 100%); 
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
}

.diagram-image {
    text-align: center;
}

.diagram-image img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}
.client img {
    max-width: 170px;
    width: 100%;
}
section.cs-tile.about.about-layout1.pt-50.pb-50.about-bg h4 {
    font-size: 18px;
    max-width: 200px;
    margin: 0 auto 20px;
	width:100%;
}

@media (max-width:1365px) {
    .why-choose-right-content {
        padding: 0 20px;
    }
    .Staff-Augmentation-section {
        height: 450px;
    }
    .cstm-content {
        padding: 0 20px 0;
    }
    .benefit-cstm-text h3 {
        font-size: 20px;
        line-height: normal;
    }
    .benefit-cstm-content img {
        max-width: 50px;
    }
    .benefit-cstm-content {
        gap: 20px;
    }
    .benefit-section .img-content {
        width: 100%;
    }
    .cstm-blank {
        max-width: 1%;
        flex: 1%;
        padding: 0;
    }
.benefit-section .img-content img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 605px;
    object-position: right;
}
    body .banner-layout1 .inner-padding {
        padding: 30px 20px 30px;
    }
    .benefit-cstm {
        padding: 0 15px;
    }
    .inner_wrapper h4 {
        font-size: 20px;
    }
    .banner-layout2 .container-fluid {
        padding: 0;
    }
    div#ContactUsSection > div > .col-lg-7#FormSection {
        max-width: 100%;
    }
    .banner-layout1 .heading__title {
        line-height: normal;
    }
    .footer-top {
  padding-top: 50px; 
}
    .portfolio-carousel,.why-choose-section,.Staff-Augmentation-section,.wrapper section#bannerLayout2 {
	padding: 50px 0;
}
    .service-section p{
         padding-bottom: 0;
    }
    .Staff-Augmentation-section p {
	width: 100%;
	max-width: 100%;
}
}

@media (max-width:1199px) {
    .benefit-cstm-text p {
        font-size: 14px;
        line-height: normal;
    }
    .benefit-cstm-text h3 {
        font-size: 17px;
    }
    .why-choose-section {
        padding: 50px 0;
    }
    .why-choose-section [class*="col-md"] {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .benefit-section .img-content,
    .benefit-cstm .cstm-content {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .cstm-blank {
        display: none;
    }
    .benefit-cstm .cstm-content {
        padding: 20px 30px;
    }
    .benefit-cstm .row:first-child {
        flex-direction: column-reverse;
    }
    .benefit-cstm-content {
        margin-bottom: 20px;
    }
    .service-section {
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
    .service-section p {
        font-size: 14px;
        padding-bottom: 0;
    }
    .why-choose-section {
        padding: 20px 0;
    }
    .service-section h2 {
        font-size: 21px;
        line-height: normal;
        margin-top: 20px;
    }
    .Staff-Augmentation-section {
        height: auto;
        background-position: center left;
    }
    .service-section {
        padding-bottom: 0;
    }
    .benefit-cstm-text h3 {
        font-size: 17px;
        margin: 10px 0;
    }
    .benefit-cstm-content {
        display: block;
    }
}


/* 27/03/23 */

.benefit-section .benefit-cstm .cstm-content {
    padding-top: 40px;
}

@media (max-width:1199px) {
    .service-section .Staff-Augmentation-section {
        position: relative;
        height: 570px;
    }
    .service-section .Staff-Augmentation-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #ffffff7a;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .service-section .Staff-Augmentation-section .container {
        z-index: 2;
        position: relative;
    }
}

@media (max-width:1199px) and (min-width:767px) {
    .service-section .Staff-Augmentation-section>.container h2 {
        margin-top: 150px;
    }
}

@media (max-width:874px) and (min-width:574px) {
    .video-banner .banner-right-side .block {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width:991px) {
    .service-section .Staff-Augmentation-section {
        height: auto;
    }
    header .navbar-modules ul.list-unstyled {
        padding-right: 55px;
    }
    .banner.banner-layout1>br {
        display: none;
    }
    .about-bg.banner.banner-layout2 br {
        display: none;
    }
    .about-bg.banner.banner-layout2 {
        padding-bottom: 60px !important;
        padding-top: 0;
    }
}

@media(max-width:380px) {
    .navbar-brand img {
        max-width: 180px;
    }
}


/* how we work */
 
.about.about-layout1 .box {
    text-align: center;
}

.about.about-layout1 .box.box-2 {
    padding-top: 100px;
}

.about.about-layout1 .box .inner_wrapper p {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}

.about.about-layout1 .light_text {
    font-size: 80px;
    font-weight: bold;
    color: #e9e9e9;
}

.about.about-layout1 .box.box-2 {
    position: relative;
}

.about.about-layout1 .round img {
    width: 60%;
}

@media (max-width:1199px) {
    .about.about-layout1 .box.box-2:after {
        top: -60px;
        height: 90%;
    }
    .about.about-layout1 .box.box-2::before {
        top: -60px;
        height: 90%;
    }
}

@media (max-width:991px) {
    .about.about-layout1 .box.box-2:after {
        top: -27px;
        height: 70%;
        transform: rotate(132deg);
    }
    .about.about-layout1 .box.box-2::before {
        top: -27px;
        height: 70%;
        transform: rotate(-132deg);
    }
    .technology-tabs .heading__title.mb-80 {
	margin-bottom: 0 !important;
}
    .technology-tabs .content .icon-box {
  padding: 15px;
    }
}

@media (max-width:767px) {
    .about.about-layout1 .box.box-2:after,
    .about.about-layout1 .box.box-2::before {
        display: none;
    }
    .about.about-layout1 .box.box-2 {
        padding-top: 0;
    }
    .about.about-layout1 .box.box-2 {
        display: flex;
        flex-direction: column;
    }
    .about.about-layout1 .box.box-2 .light_text {
        order: 3;
    }
    .about.about-layout1 .box.box-2 .round {
        order: 1;
    }
    .about.about-layout1 .box.box-2 .inner_wrapper {
        order: 2;
    }
    .about.about-layout1 .box:not(:last-child) {
        margin-bottom: 50px;
    }
}

.header .navbar-modules ul li:nth-child(2) .nice-select.open ul li {
    margin-left: 0;
}


/* 30 March'2023 */

header .navbar-modules .nice-select span {
    color: #282B4D;
    width: 100%;
    text-align: center;
}

.header .navbar-modules .nice-select {
    background: #fff;
    border-radius: 50px;
    color: #fff;
    min-width: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    padding: 0 30px 0 20px;
}

.header .navbar-modules .nice-select:hover {
    background-color:transparent;
    border-color: transarent;
    color: #ffffff;
    border: 1px solid #fff;
}

.header .navbar-modules .nice-select.open .list li.option:hover {
    background: #282B4D;
    color: #fff;
}

/* .header .navbar-modules .nice-select:hover { */
    /* -webkit-transform: translateY(-2px); */
    /* -moz-transform: translateY(-2px); */
    /* -ms-transform: translateY(-2px); */
    /* -o-transform: translateY(-2px); */
    /* transform: translateY(-2px); */
/* } */

.header .navbar-modules .nice-select:after {
    border-bottom: 2px solid #282B4D;
    border-right: 2px solid #282B4D;
}
.header .navbar-modules .nice-select:hover {
    background:#282B4D;
	border:1px solid #FFF;
}
.header .navbar-modules .nice-select:hover span {
    color:#fff;
}
.header .navbar-modules .nice-select:hover::after {
    border-color: #fff;
}
.header .navbar-modules .nice-select.open .list li.option {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.header .navbar-modules .nice-select.open .list {
    width: 100%;
    border: 1px solid #fff;
}

.header .navbar-modules .nice-select.open .list li:last-child {
    border-bottom: 0;
}

.video-outer .banner-right-side h5.link.link__icon--end.block__subtitle {
    display: none;
}

.awards .client img {
    width: 256px;
    height: 156px;
    object-fit: contain;
    padding: 8px;
}

.carousel-dots .owl-dots .owl-dot.active span {
    display: none;
}

.contact-testimonial {
    display: none;
}

div#ContactUsSection>div>.col-lg-7 {
    flex: 0 0 auto;
    max-width: 80%;
    margin: 0 auto;
}

div#ContactUsSection>div>.col-lg-5 {
    display: none;
}

.banner-layout2 .contact__panel-wrap {
    position: unset;
}

.wrapper section#bannerLayout2 { 
    padding: 0;
	background:#FFF !important;
}

section#bannerLayout2 br {
    display: none;
}

.contact__panel-layout2 button.btn.btn__secondary.btn__block {
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	height: auto;
	min-width: inherit;
	line-height: 1;
}


/* how we work */

.about.about-layout1 .round {
    max-width: 112px;
    height: 112px;
    border: 2px solid #282B4D;
    border-radius: 50%;
    margin: 0 auto 38px;
    background-color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about.about-layout1 .box {
    text-align: center;
}

.about.about-layout1 .box.box-2 {
    padding-top: 100px;
}

.about.about-layout1 .box .inner_wrapper p {
    text-align: center;
}

.about.about-layout1 .light_text {
    font-size: 80px;
    font-weight: bold;
    color: #e9e9e9;
}

.about.about-layout1 .box.box-2 {
    position: relative;
}

.about.about-layout1 .box.box-2:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 2px dotted #000;
    transform: rotate(122deg);
    top: -95px;
    left: 0;
    z-index: -1;
}

.about.about-layout1 .box.box-2::before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 2px dotted #000;
    transform: rotate(-122deg);
    top: -95px;
    right: 0;
    z-index: -1;
}

.about.about-layout1 .round img {
    width: 60%;
}


/*03-04-2023*/

.Staff-Augmentation-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffffd6;
    z-index: -1;
    backdrop-filter: blur(2px);
}

.Staff-Augmentation-section {
    position: relative;
    z-index: 1;
}

.benefit-cstm-content img {
    width: 100%;
    max-width: 80px;
    box-shadow: 0 0 10px #282B4D2B;
    padding: 10px;
    min-height: 80px;
    aspect-ratio: 1/1;
    object-fit: contain;
    border: 1px dashed #ddd;
}

.benefit-cstm-content:hover img {
    border-color: #282B4D;
}

.technology-tabs .nav-tabs a {
    border: none;
}

.service-section p ,.Staff-Augmentation-section p:last-child,.why-choose-right-content p:last-child { 
    padding-bottom: 0;
}
 .Staff-Augmentation-section {
  position: relative;
  z-index: 1;height: auto;
  padding: 50px 0;
}
.Staff-Augmentation-section p { 
  padding-bottom: 0;
  text-align:justify;
}
.technology-tabs .heading__title {
  margin-top: 0;
}
.technology-tabs{
   padding: 50px 0; 
}
.carousel-dots .owl-dots.disabled {
	display: none;
}
.row.heading.heading-2 {
  margin-bottom: 20px;
}
.benefit-section .benefit-heading {
	color: #fff;
	margin-bottom:0px;
}
.header.inner-pages {
	background: #282B4D;
}
.post-content img {
	width: 100%;
}
.blog-single-post {
  padding: 50px 0;
}
.postImage.single-blog-image {
	margin-bottom: 20px;
}
.inner-pages .navbar { 
  height: 80px;
  max-height: 80px;
}

.navbar-modules ul li a {
    background: #fff;
}
.navbar-modules ul li a span , .navbar-modules ul li i {
    color: #282B4D;
}
.navbar-modules ul li a:hover {
    background:#282B4D;
	border:1px solid #FFF;
}
.navbar-modules ul li a:hover span , .navbar-modules ul li a:hover i {
    color: #fff;
}

html.intro_main_tear {
    overflow: hidden;
}

ul.cookie-ul li {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 20px;
    padding: 10px 0;
	position:relative;
	padding-left: 30px;
}   
ul.cookie-ul {
    padding: 0 0 0 35px;
}
ul.cookie-ul li::after {
    position: absolute;
    content: ".";
    left: 0;
    font-size: 36px;
    top: 1px;
}
a.navbar-brand img {
    max-width: 300px;
    width: 100%;
    object-fit: cover;
}
@media (max-width: 1439px) {
.home__description {
    line-height: 22px;
}
}
@media (max-width: 1281px) {
.text-banner {
    padding: 80px 0 60px;
}
}
@media (max-width: 1280px) {
    .benefit-cstm-content .benefit-cstm-text {
        max-width: calc(100% - 90px);
        width: 100%;
        flex: 100%;
    }
    .cstm-content .benefit-cstm-content {
        margin-bottom: 0;
    }
    .video-outer .container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:1199px) {
    .about.about-layout1 .box.box-2:after {
        top: -60px;
        height: 90%;
    }
    .about.about-layout1 .box.box-2::before {
        top: -60px;
        height: 90%;
    }
}

@media (max-width:991px) {
    .about.about-layout1 .box.box-2:after {
        top: -27px;
        height: 70%;
        transform: rotate(132deg);
    }
    .about.about-layout1 .box.box-2::before {
        top: -27px;
        height: 70%;
        transform: rotate(-132deg);
    }
    .video-banner .banner-right-side .block {
        max-width: calc(100%/3);
        flex: calc(100%/3);
    }
    .block__content > div {
        flex-wrap: wrap;
    }
    .block__content .width-20 {
        display: block;
        width: 100%;
        max-width: 50px;
        margin-bottom: 10px;
    } 
     .service-section .Staff-Augmentation-section > .container h2 {
  margin-top: 0;
}
   
    .service-section .Staff-Augmentation-section {
  height: auto;
  padding: 50px 0;
}
    .service-section .why-choose-right-content p {
	padding-bottom: 0;
}
    .why-choose-left-content {
  margin-bottom: 30px;
}
    .benefit-section .benefit-cstm .cstm-content {
	padding: 40px 20px 0;
}
    .service-section .Staff-Augmentation-section .container {
	max-width: 100%;
}
    body .banner-layout1 .inner-padding {
	padding: 40px 20px !important;
}
    .about.about-layout1 .box .inner_wrapper p { 
	font-size: 15px;
	line-height: normal;
}
    .service-section h2 { 
	margin-bottom: 10px;
}
    .about.about-layout1 .light_text {
  font-size: 70px;
    }
    .banner-layout1 .heading__title,.inner_wrapper h4 { 
  margin-bottom: 10px;
}
    .block__content .width-80{
        padding-left: 0
    }
    .navbar.navbar-expand-lg.sticky-navbar {
  background: #282B4D;
}
}

@media (max-width:767px) {
    .benefit-cstm-content .benefit-cstm-text,.video-banner .banner-right-side .block{
        max-width: 100%;
        flex: 100%; 
    }
    .about.about-layout1 .box.box-2:after,
    .about.about-layout1 .box.box-2::before {
        display: none;
    }
    .about.about-layout1 .box.box-2 {
        padding-top: 0;
        display: flex;
        flex-direction: column;
    }
    .about.about-layout1 .box.box-2 .light_text {
        order: 3;
    }
    .about.about-layout1 .box.box-2 .round {
        order: 1;
    }
    .about.about-layout1 .box.box-2 .inner_wrapper {
        order: 2;
    }
    .about.about-layout1 .box:not(:last-child) {
        margin-bottom: 50px;
    }
 
  .video-outer { 
  z-index: 1;
  position: relative;
}
    .video-banner video {
	height: 500px;
	min-height: auto;
	top: 0;
	left: 0;
	transform: unset;
}
    .video-banner {
  padding: 0 0px 350px 0;
}
    .video-outer .text-banner {
  padding: 100px 0;
}
    .banner-right-side .block:not(:last-child) {
  border-bottom: 1px dotted #ddd;
}
    .banner-layout1 .heading__title { 
  font-size: 22px;
}
.fancybox-item {
    margin-top: 20px;
}
    .portfolio-carousel .row.heading.heading-2 .heading__title.mb-80 {
	margin-bottom: 0 !important;
}
    .post-title.blogs-heading {
  font-size: 26px;
  margin-bottom: 5px;
}
    .author,.blogs-inner-sections {
	padding: 0;
}
.blog__content ul {
  list-style-position: inside;
}
.about-bg span.light_text {
    grid-row: 1;
}
.about-bg .inner_wrapper {
    display: grid;
}
.benefit-cstm-content img {
    margin: 0 0 15px;
}
.banner-right-side img {
    margin: 20px 0;
}
.benefit-section .img-content img {
    height: auto;

}
section.cs-tile.about.about-layout1.pt-50.pb-50.about-bg h4 {
    max-width: 100%;
    width: 100%;
}
.about.about-layout1 .round {
    margin: 0 auto;
}
.about.about-layout1 .box.box-2 .light_text {
    order: 2;
}
.technology-tabs .content {
    padding: 0;
}
.technology-tabs .tab-content.pt-3.px-3.px-sm-0 {
    padding: 0 !important;
}
a.navbar-brand img {
    max-width: 257px;
}
.cstm-content .benefit-cstm-content {
	margin-bottom: 20px;
}

.cstm-content .benefit-cstm-content + .cstm-content .benefit-cstm-content {
	margin-bottom: 0px;
}
} 




@media(max-width:480px){
.technology-tabs .nav-tabs a {
    font-size: 11px;
}
.col-sm-12.col-md-12.col-lg-12.col-xl-6.bg-img {
    min-height: 360px!important;
}
.video-banner video {
    height: 320px;
}
.video-outer .text-banner {
    padding: 64px  0;
}
.video-banner h1 {
       font-size: 18px !important;
    position: relative;
    bottom: -55px;
}
.block__content > div {
	width: 100%;
	/* justify-content: center; */
	flex-wrap: nowrap;
	align-content: center;
}

.video-banner {
    padding: 100px 0;
}
.filter.database {
    padding: 0 6px;
}
a.navbar-brand img {
	max-width: 195px;
	object-fit: cover;
}
.header .navbar-modules .nice-select {
	height: 24px;
	line-height: 24px;
	padding: 0 25px 0 9px;
}
.home__description {
	padding: 0 15px;
}
.block__content {
	padding: 20px 10px 20px !important;
}
.client img {
	max-width: 140px;
}
.banner-right-side img {
	margin: 0;
}

}
   
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    position: fixed !important;
    top: 0!important;
}

.linkid {
	top: -65px;
	position: absolute;
}
.areaRelative{
position:relative;
}
.banner-layout2{
	background:none !important;
}



.cookiesPopup {
	position: fixed;
	bottom: 10px;
	z-index: 999;
	background: #FFF;
	left: auto;
	width: calc(100% - 20px);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #282b4d;
	max-width: 500px;
	right: 10px;
	z-index: 9999;
	box-shadow:0px 0px 9px #999;
}
.cookiesPopup .title-wrap {
  background: #282B4D;
  color: #FFF;
  padding: 10px 25px;
}
.cookiesPopup .title-wrap h4 {
  color: #FFF;
  margin: 0;
  font-size: 16px;
}
.cookiesPopup .content-wrap {
  padding: 15px 25px;
  box-sizing: border-box;
}
.cookiesPopup .content-wrap .btn-wrap {
  text-align: left;
}
.cookiesPopup .content-wrap .btn-wrap button {
  padding: 10px 35px;
  background: #282B4D;
  line-height: 1;
  border-radius: 25px;
}
.cookiesPopup .content-wrap p {
  font-size: 14px;
  line-height: 24px;
}
.cookiesPopup .content-wrap p a {
	color: #282B4D;
	text-decoration: underline;
}
@media only screen and (max-width:767px){
	.cookiesPopup .content-wrap p {
	font-size: 12px;
	line-height: 19px;
}
}

.relativeDiv{
	position:relative;
}

.linkArea {
	position: absolute;
	top: -150px;
	height: 2px;
	display: block;
	width: 100%;
}

