.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.fa {
    font-family:"FontAwesome" !important;
}
address, dl, ol, pre, ul {
    margin-bottom: 1.5rem;
}
ul, ol{
	padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    /*font-family:Raleway,sans-serif*/
}

figure {
    margin: 0
}

ul {
    padding-left: 0
}

p {
    font-size: 16px
}

.container-fluid {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.header-wrap {
    padding: 15px 0 0 20px;
    transition: all .3s ease-out
}

.header-wrap .inner-text {
    padding: 20px
}

.header-wrap .sidebar {
    height: 100%;
    top: 0;
    z-index: 70;
    position: fixed;
    right: 0;
    background-color: #252525;
    transition: all .5s ease;
    display: none;
    width: 100%
}

.header-wrap .sidebar.active {
    display: block;
    transition: all .5s ease
}

.header-wrap .bar {
    display: block;
    height: 3px;
    width: 23px;
    margin: 7px auto;
    transition: all .7s ease
}

.header-wrap .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transition: all .7s ease
}

.header-wrap .button.active {
    top: 5px;
    position: fixed;
    right: 10px
}

.header-wrap .nav-right {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 71
}

.header-wrap .button .bar {
    background-color: #000
}

.header-wrap .button.active .bar {
    background-color: #fff!important
}

.header-wrap .button.active .top {
    transform: translateY(10px) rotateZ(45deg)
}

.header-wrap .button.active .bottom {
    transform: translateY(-10px) rotateZ(-45deg)
}

.header-wrap .button.active .middle {
    width: 0
}

.header-wrap .move-to-left {
    transform: translateX(-400px)
}

.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}

.header-wrap .sidebar-item {
    opacity: 0;
    transform: translateY(-20px);
    border-right: 1px solid #da2532;
    padding: 200px 15px 50px;
    overflow: hidden
}

.header-wrap .sidebar-item .social-icons li {
    display: inline-block;
    padding-right: 10px
}

.header-wrap .sidebar-item .social-icons li a {
    color: #fff;
    text-decoration: none
}
.wps_spc{
	margin-right:5px;
}
.header-wrap .sidebar-item .social-icons li i {
    color: #fff
}

.header-wrap .sidebar-item.active {
    opacity: 1;
    transform: translateY(0)
}

.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 15px
}

.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 13px
}

.header-wrap .sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.header-wrap .sidebar-anchor span {
    display: block
}

#inner-header .img1,
.header-wrap .img2,
.header-wrap .top-banner {
    display: none
}

.header-wrap .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transition: all .7s ease-in-out
}

.header-wrap .sidebar-anchor:hover {
    text-decoration: none;
    color: #fff
}

.header-wrap .logo {
    float: left
}

.header-wrap .top-banner .h1 {
    font-size: 22px;
    font-weight: 400
}

.header-wrap .top-banner .h2 {
    font-size: 20px;
    font-weight: 300
}

.header-wrap .top-banner .h3 {
    font-size: 22px;
    font-weight: 400
}

.header-wrap.sticky {
    background: #fff;
    box-shadow: 0 0 11px 0 #ddd;
    position: fixed;
    top: 0;
    z-index: 30;
    padding: 10px 0 10px 20px;
    width: 100%;
    transition: all .5s
}

.header-wrap.sticky.active {
    z-index: 40
}

#inner-header {
    position: fixed;
    width: 100%;
    z-index: 9
}

#inner-header .button .bar {
    background: #fff
}

#inner-header .img2 {
    display: block
}

.header-wrap .social-icons ul {
    position: fixed;
    bottom: 100px;
    padding-left: 15px;
    z-index: 15
}

.header-wrap .social-icons ul:before {
    content: "";
    border-left: 1px solid #363636;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 24px
}

.header-wrap .social-icons li {
    list-style-type: none;
    line-height: 2em
}

.header-wrap .social-icons li i {
    font-size: 18px
}

.header-wrap .social-icons li .fa-facebook-f {
    color: #4867aa;
    padding-left: 4px
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb, .header-wrap .right-wrap .phone.mb { 
    display: none;
}
.header-wrap .social-icons li .fa-twitter {
    color: #1da1f2
}

.header-wrap .social-icons li .fa-linkedin-in {
    color: #0083be
}

.header-wrap .social-icons li .fa-instagram {
    color: #d74948
}

.header-wrap a {
    text-decoration: none
}

.header-wrap .right-wrap {
    position: fixed;
    right: 5px;
    bottom: 125px;
    z-index: 35
}

.header-wrap .right-wrap img {
    width: 35px;
    padding-bottom: 5px
}

.banner-wraper {
    height: 88vh;
    background: url(../images/bg2.jpg) no-repeat;
    position: relative;
    padding-bottom: 95px
}

.banner-wraper .circ1 {
    width: 380px;
    height: 380px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 -1px 15px 1px #f0f0f0;
    position: relative;
    padding: 40px;
    display: table;
    z-index: 1;
    top: 60px;
    animation: bounce-in-top 1.1s ease 0s 1 normal both running
}

.banner-wraper .circ1:after,
.banner-wraper .circ1:before {
    position: absolute;
    border-radius: 50%;
    content: ""
}

.banner-wraper .circ1:before {
    width: 305px;
    height: 305px;
    background: #fff;
    left: 37px;
    top: 37px;
    z-index: -2
}

.banner-wraper .circ1:after {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ1:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .inner-txt {
    display: table-cell;
    vertical-align: middle
}

.banner-wraper .inner-txt p {
    margin: 0
}

.banner-wraper .inner-txt img {
    margin-bottom: 10px
}

.banner-wraper .circ1 span {
    display: block;
    line-height: 1.1em;
    font-weight: 600;
    font-size: 35px
}

.banner-wraper .circ1 span:first-child {
    color: #cb1629
}

.banner-wraper .circ1 span:nth-child(2) {
    color: #868686
}

.banner-wraper .circ1 span:nth-child(3) {
    color: #393939
}

.banner-wraper .circ1 a {
    display: inline-block;
    background: #cb1629;
    color: #fff;
    padding: 10px 45px;
    margin-top: 25px;
    border-radius: 25px;
    text-decoration: none
}

.banner-wraper a {
    text-decoration: none
}

.banner-wraper .circ2 {
    text-transform: uppercase;
    width: 230px;
    height: 230px;
    background: #d74948;
    border-radius: 50%;
    text-align: center;
    display: table;
    color: #fff;
    position: absolute;
    left: calc(50% - 365px);
    top: calc(50% - 250px);
    animation: bounce-in-fwd 1.1s ease 1s 1 normal both running
}

.banner-wraper .circ3,
.banner-wraper .circ4 {
    text-transform: uppercase;
    color: #414141;
    position: absolute;
    text-align: center
}

.banner-wraper .circ2:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ2:hover:after {
    transform: scale(1);
    opacity: .1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ3 {
    width: 190px;
    height: 190px;
    background: #fff;
    border: 7px solid #ffd618;
    border-radius: 50%;
    display: table;
    left: calc(50% - 342px);
    top: calc(50% - -5px);
    animation: bounce-in-fwd 1.1s ease 2s 1 normal both running
}

.banner-wraper .circ3:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background-color: #ffd618;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ3:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ4 {
    width: 165px;
    height: 165px;
    background: #fff;
    border: 7px solid #ffd618;
    border-radius: 50%;
    display: table;
    right: calc(50% - 330px);
    top: calc(50% - 225px);
    animation: bounce-in-fwd 1.1s ease 3s 1 normal both running
}

.banner-wraper .circ4:after,
.banner-wraper .circ5:after {
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%
}

.banner-wraper .circ4:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffd618;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ4:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ4 p {
    font-size: 14px
}

.banner-wraper .circ5 {
    text-transform: uppercase;
    width: 230px;
    height: 230px;
    background: #5c8fe2;
    border-radius: 50%;
    text-align: center;
    display: table;
    color: #fff;
    position: absolute;
    right: calc(50% - 350px);
    bottom: calc(50% - 200px);
    animation: bounce-in-fwd 1.1s ease 4s 1 normal both running
}

.banner-wraper .circ5:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ5:hover:after {
    transform: scale(1);
    opacity: .1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-title-wrap .title {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fdf76c;
    color: #bf1d2e;
    padding: 15px 0
}

.banner-title-wrap .title .h1 {
    font-size: 40px;
    margin: 0;
    font-weight: 500;
    color: #222;
}

.banner-title-wrap .title .h2 {
    font-weight: 500;
    font-size: 40px;
    color: #222;
}

.banner-title-wrap .title .h3 {
    font-size: 40px;
    font-weight: 500;
    color: #222;
}

.banner-title-wrap .title p {
    margin-bottom: 0;
    line-height: 1.4em
}

.banner-wraper .icon-scroll {
    width: 20px;
    height: 35px;
    margin-left: 0;
    top: auto;
    box-shadow: inset 0 0 0 2px #626262;
    border-radius: 25px;
    position: absolute;
    left: calc(49%);
    bottom: 50px;
    z-index: 9
}

.banner-wraper .icon-scroll:before {
    content: '';
    width: 2px;
    height: 6px;
    background: #626262;
    margin-left: -18px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    position: absolute;
    left: 27px;
    bottom: 25px;
    z-index: 99
}

#section1 .top-banner .overlay p,
#section1 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(25px)
    }
}

.why-xenel-wrap {
    background: url(../images/whychoose-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

#section1 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 30
}

#section1 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section1 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section1 .top-banner .overlay p {
    transition: all ease 1s;
    font-size: 20px;
    color: #000;
    padding-top: 25px
}

#section1 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section1.active .top-banner {
    display: block
}

.why-xenel-wrap h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase
}

.head-wrap h3:after {
    content: "";
    border-bottom: 1px solid #bf1c2d;
    position: absolute;
    bottom: -15px;
    left: calc(46%);
    width: 100px
}

.why-xenel-wrap .txt {
    color: #fff;
    padding-left: 30px
}

.why-xenel-wrap .txt p {
    font-weight: 300;
    margin-bottom: 30px
}

.why-xenel-wrap .txt .services {
    margin-top: 40px
}

.why-xenel-wrap .txt .services li {
    list-style-type: none;
    border-right: 1px solid #6f7374
}

.why-xenel-wrap .txt .services li:last-child {
    border-right: none
}

.why-xenel-wrap .txt .services li img {
    margin-bottom: 15px
}

.why-xenel-wrap .txt .services li p {
    text-align: justify;
    font-size: 14px
}

.why-xenel-wrap .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 300
}

.why-xenel-wrap .txt .activities {
    background: #bf1c2d;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    margin-top: 40px
}

.why-xenel-wrap .txt .activities li {
    list-style-type: none;
    border-right: 1px solid #f0cace;
    font-weight: 300;
    font-size: 15px
}

.why-xenel-wrap .txt .activities li img {
    padding-right: 15px
}

.why-xenel-wrap .txt .activities li:last-child {
    border-right: none
}

.color-change-2x {
    animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear 0s infinite alternate both running
}

#section2 .top-banner .overlay p,
#section2 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

.success-stories-wrap {
    padding: 70px 0
}

#section2 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 31
}

#section2 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section2 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section2 .top-banner .overlay p {
    font-size: 20px;
    transition: all ease 1s;
    color: #000;
    padding-top: 25px
}

#section2 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section2.active .top-banner {
    display: block
}

.success-stories-wrap h3 {
    color: #363636!important;
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-bottom: 70px;
    font-weight: 700;
}

.success-stories-wrap .carousel-control-next,
.success-stories-wrap .carousel-control-prev {
    display: none
}

.success-stories-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #636363;
    margin: 0 8px
}

.success-stories-wrap .carousel-indicators li.active {
    background: #bf1c2d
}

.success-stories-wrap .carousel-indicators {
    left: -33%
}

.success-stories-wrap .txt p {
    line-height: 1.9em;
    font-weight: 300;
    text-align: justify;
    color: #363636;
    font-size: 15px
}

.success-stories-wrap .txt a {
    color: #bf1c2d;
    border-bottom: 1px solid #bf1c2d;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.8em;
    display: inline-block;
    margin-top: 20px;
    margin-left: 158px;
}

.success-stories-wrap .predictabilty-wrap {
    text-align: center;
    margin-top: 60px
}

.success-stories-wrap .predictabilty-wrap li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    width: 45%;
    border-right: 1px solid #a1a1a1;
    font-weight: 300
}

.success-stories-wrap .predictabilty-wrap li img {
    margin-bottom: 20px
}

.success-stories-wrap .predictabilty-wrap li:last-child {
    border: none
}

.success-stories-wrap .predictabilty-wrap li span {
    display: block;
    width: 130px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 15px
}

.success-stories-wrap .heartbeat {
    animation: heartbeat 1.5s ease-in-out infinite both
}

#section3 .top-banner .overlay p,
#section3 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

.services-wraper {
    background: #fdf76c;
    padding: 70px 0 50px;
    position: relative
}

.services-wraper h3 {
    color: #363636!important;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 70px;
    text-transform: uppercase
}

#section3 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 32
}

#section3 .top-banner img {
    transition: all .5s;
    height: 80px
}

#section3 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section3 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    transition: all ease 1s;
    padding-top: 25px
}

#section3 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section3.active .top-banner {
    display: block
}

.services-wraper .inner-wraper {
    margin: 0 50px;
    border-bottom: 1px solid #d7d7d7
}

.services-wraper .txt {
    margin-bottom: 40px;
    border: 1px solid transparent;
    padding: 15px;
    position: relative;
    transition: all .3s ease-out;
    text-align: center;
    color: #000
}

#section4 .top-banner .overlay p,
#section4 .top-banner img {
    width: 100%;
    transition: all ease 1s;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.services-wraper .txt img {
    margin-bottom: 20px;
    display: inline-block
}

.services-wraper .txt h4 {
    font-size: 23px;
    padding-bottom: 20px;
    font-weight: 500
}

.services-wraper .txt p {
    height: 150px;
    overflow: hidden;
    line-height: 1.7em;
    font-weight: 400;
    text-align: justify;
    font-size: 15px
}

.services-wraper .txt a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 15px
}

.services-wraper .txt:hover a {
    color: #000;
    border: 1px solid #000
}

.services-wraper .txt:hover {
    background: 0 0;
    box-shadow: 1px -1px 10px 5px #fdf76c
}

.news-letter-wrap {
    background-image: url('../images/consulation-bg.jpg');
    padding: 45px 0px;
}

.news-letter-wrap .inner-wrap {
    padding: 0 15px
}

.news-letter-wrap .inner-wrap p {
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 1.9em;
    color: #fff;
}

.news-letter-wrap .inner-wrap p span {
    font-weight: 400
}

.news-letter-wrap .inner-wrap .catct img {
    display: inline
}

.news-letter-wrap .inner-wrap .catct {
    display: inline-block;
    margin-top: 3px
}

.news-letter-wrap a {
    background: #bf1d2e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block
}

.our-client-wrap {
    padding: 70px 0
}

#section4 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 33
}

#section4 .top-banner img {
    height: 80px
}

#section4 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section4 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    padding-top: 25px
}

#section4 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section4.active .top-banner {
    display: block
}

.our-client-wrap h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.our-client-wrap .client-txt .txt {
    height: 300px;
    padding-left:53px;
}

.our-client-wrap .client-txt span img {
    padding: 0 15px 0 0;
    width: 50px;
    vertical-align: top;
}

.our-client-wrap .client-txt p {
    text-align: justify;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 15px
}

.our-client-wrap .client-txt {
    box-shadow: 1px 1px 15px 3px #ddd;
    padding: 50px;
    border-radius: 5px;
    margin: 20px
}

.our-client-wrap .carousel-control-next,
.our-client-wrap .carousel-control-prev {
    display: none
}

.our-client-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #636363;
    margin: 0 8px
}

.our-client-wrap .carousel-indicators li.active {
    background: #bf1c2d
}

.our-client-wrap .carousel-indicators {
    bottom: 30px
}

.our-client-wrap .client-list {
    position: relative;
    padding: 30px 0;
    width: 100%;
    height: 100%
}

.our-client-wrap .client-list ul {
    display: none;
    width: 100%;
    height: 100%;
    transition: all ease 3s
}

.our-client-wrap .client-list ul.active {
    display: block
}

.our-client-wrap .client-list ul li {
    list-style-type: none
}

.our-client-wrap .client-list ul li:nth-child(1) {
    position: absolute;
    left: calc(54px);
    top: calc(50% - 240px);
    transition: all ease 1s
}

.our-client-wrap .client-list ul li:nth-child(1) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(2) {
    position: absolute;
    left: calc(45% - 25px);
    top: calc(50% - 233px)
}

.our-client-wrap .client-list ul li:nth-child(2) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 1s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(3) {
    position: absolute;
    right: calc(45% - 237px);
    top: calc(50% - 88px)
}

.our-client-wrap .client-list ul li:nth-child(3) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) .5s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(4) {
    position: absolute;
    right: calc(45% - 145px);
    top: calc(50% - -100px)
}

.our-client-wrap .client-list ul li:nth-child(4) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 2s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(5) {
    position: absolute;
    left: calc(45% - 262px);
    top: calc(50% - -90px)
}

.our-client-wrap .client-list ul li:nth-child(5) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 1.5s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(6) {
    position: absolute;
    left: calc(45% - 140px);
    top: calc(50% - 67px)
}

.our-client-wrap .client-list ul li:nth-child(6) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

#section5 .top-banner .overlay p,
#section5 .top-banner img {
    width: 100%;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.our-client-wrap .carousel-item {
    padding: 80px 0
}

.our-blog-wraper {
    padding: 50px 0 60px;
    position: relative
}

#section5 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 34
}

#section5 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section5 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section5 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    padding-top: 25px
}

#section5 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section5.active .top-banner {
    display: block
}

.our-blog-wraper h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.our-blog-wraper .blog-wrap {
    padding: 0 50px
}

.our-blog-wraper .blog-wrap li {
    text-align: center;
    padding: 0 40px;
    list-style-type: none
}

.our-blog-wraper .blog-wrap li .img1 {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: inline-block;
    box-shadow: 0 1px 10px 1px #ddd;
    margin-bottom: 10px;
    object-fit: cover
}

.our-blog-wraper .carousel-control-next,
.our-blog-wraper .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    top: 85px
}

.our-blog-wraper .carousel-control-prev {
    left: 85px
}

.our-blog-wraper .carousel-control-next {
    right: 85px
}

.our-blog-wraper .blog1 span {
    display: block;
    padding: 20px 0
}

.our-blog-wraper .blog1 p {
    padding: 0 20px;
    font-weight: 500
}

.our-blog-wraper .blog1 a {
    color: #000;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 30px
}

.our-blog-wraper .month-wrap {
    position: relative
}

.our-blog-wraper .month-wrap ul li {
    padding: 0 30px;
    font-size: 140px;
    text-transform: uppercase;
    color: #eceff4;
    font-weight: 500;
    width: 32%;
    display: none
}

.our-blog-wraper .month-wrap ul {
    height: 200px;
    margin: 0
}

.our-blog-wraper .month-wrap ul li.active {
    position: absolute;
    left: calc(50% - 150px);
    display: block
}

.our-blog-wraper .icon-wrap {
    background: url(../images/line1.png) 0 105px no-repeat;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0
}

.footer-wrap .info-wrap {
    background: #f0f4f7;
    padding: 40px 0
}

.footer-wrap .info-wrap h3 {
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-head3 {
    padding-bottom: 15px !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important
}

.footer-wrap .info-wrap ul li {
    list-style-type: none;
    line-height: 1.9em
}

.footer-wrap .info-wrap ul {
    padding-left: 0
}

.footer-wrap .info-wrap ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.footer-wrap .info-wrap ul li a:hover {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.footer-wrap .info-wrap .contact p {
    margin-bottom: 10px;
    font-size: 14px
}

.footer-wrap .locations-wrap {
    background: #f0f4f7;
    text-align: center
}

#back-to-top {
    cursor: pointer
}

.footer-wrap .social-icons {
    display: none
}

.footer-wrap .social-icons li {
    display: inline-block;
    padding-right: 10px
}

.footer-wrap .social-icons li i {
    font-size: 18px
}

.footer-wrap .locations-wrap h3 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.footer-wrap .locations-wrap ul {
    text-align: center;
    padding-left: 0
}

.footer-wrap .locations-wrap ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #fff;
    line-height: 1em
}

.footer-wrap .locations-wrap ul li:hover a {
    color: #ddd
}

.footer-wrap .contact ul li {
    line-height: 1.7em;
    font-size: 14px;
    font-family: Lato, sans-serif
}

.footer-wrap .locations-wrap ul li:last-child {
    border-right: none
}

.footer-wrap .locations-wrap ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300
}

.footer-wrap .copy-right {
    background: #bf1e2d;
    color: #fff;
    text-align: center;
    padding: 15px 0
}

.footer-wrap .copy-right p {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 300
}

.footer-wrap .info-wrap .blog2 li {
    display: inline-block;
    width: 48%
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes color-change-2x {
    0% {
        background: #bf1d2e
    }
    100% {
        background: #5c8fe2
    }
}

@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out
    }
    10% {
        transform: scale(.91);
        animation-timing-function: ease-in
    }
    17% {
        transform: scale(.98);
        animation-timing-function: ease-out
    }
    33% {
        transform: scale(.87);
        animation-timing-function: ease-in
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out
    }
}

.fade-in {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both
}

.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-top {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(-50px);
        opacity: 0
    }
}

.fade-out-top {
    animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.inner-banner {
    position: relative
}

.inner-banner .title {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-weight: 400
}

.inner-banner img {
    width: 100%;
    object-fit: cover;
}

.about-us-wraper {
    padding: 50px 0
}

.about-us-wraper h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.about-us-wraper p {
    line-height: 1.8em;
    text-align: justify
}

.about-us-wraper .blog1 .inner-wrap {
    display: flex
}

.about-us-wraper .blog1 {
    padding: 40px;
    box-shadow: 1px 1px 10px 2px #ddd;
    border-radius: 10px;
    margin: 30px 0
}

.about-us-wraper .blog1 h4 {
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: uppercase
}

.about-us-wraper .blog1 .img-wrap img {
    padding-top: 15px
}

.inner-services-wrap {
    background: url(../images/servicebg.jpg) repeat;
    padding: 80px 0;
    text-align: center
}

.inner-services-wrap h3 {
    font-size: 34px;
    padding-bottom: 20px;
}

.inner-services-wrap h4 {
    font-weight: 400
}

.inner-services-wrap img {
    margin-bottom: 10px
}

.inner-services-wrap .subtitle {
    /*padding-bottom:20px;font-size:20px*/
}

.inner-services-wrap ul {
    padding-left: 0
}

.inner-services-wrap ul li {
    list-style-type: none;
    line-height: 1.7em;
    font-weight: 100
}

.inner-services-wrap .blog1 {
    padding: 40px;
    border-radius: 10px;
    transition: all ease 1s
}

.inner-services-wrap .blog1 p {
    text-align: justify;
    line-height: 1.7em
}

.inner-services-wrap .blog1 a {
    color: #000;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 5px 10px
}

.inner-services-wrap .blog1:hover {
    box-shadow: 1px 1px 10px 2px #ddd;
    background: #fff
}

.inner-services-wrap .blog1:hover a {
    border: 1px solid #000
}

.services-text-wraper .inner-wrap {
    padding: 0 130px
}

.services-text-wraper p {
    line-height: 1.5em;
	font-size: 17px;
}
.font-weight-light {
    font-weight: 400 !important;
}
.services-text-wraper .digital-wrap {
    text-align: center;
    padding-top: 20px
}

.services-text-wraper .digital-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    color: #be1d2e;
    margin-bottom: 15px
}

/*.services-text-wraper .digital-wrap .sub-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5em
}*/
.services-text-wraper .sub-title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-align: justify;
}

.services-text-wraper .digital-wrap .img1 {
    width: 55%
}

.services-text-wraper .sagar-wrap {
    background: #ededed;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}

.services-text-wraper .sagar-wrap p {
    line-height: 1.7em;
    font-size: 18px;
    font-weight: 300
}

.services-text-wraper .sagar-wrap h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}

.services-text-wraper .sagar-wrap span {
    font-size: 14px
}

.services-text-wraper .our-client-wrap {
    text-align: center;
    margin-bottom: 50px;
    padding: 0
}

.services-text-wraper .our-client-wrap h4 {
    padding-bottom: 30px;
    font-weight: 600
}

.services-text-wraper .our-client-wrap ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px
}

.services-text-wraper .btn-wrap {
    background: #be1d2e;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer
}

.services-text-wraper .btn-wrap img {
    padding-right: 10px
}

.services-text-wraper .txt-wrap .s1 {
    margin: 20px 0 30px
}

.services-text-wraper .txt-wrap .b1 {
    font-weight: 600
}

.services-text-wraper .list-wrap {
    background: #ededed;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 1.5rem;
}

.services-text-wraper .list-wrap ul{
    margin-bottom: 0 !important;
}

.services-text-wraper .list-wrap ul li {
    line-height: 1.5em;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    padding-left: 25px;
}

.services-text-wraper .list-wrap ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #be1d2e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
}

#myModal1 .close,
#myModal2 .close {
    opacity: 1;
    position: relative;
    right: 30px;
    top: 25px;
    z-index: 99
}

.services-text-wraper .why-xenel {
    background: #ededed;
    border-radius: 10px;
    padding: 50px 50px 25px;
    margin-bottom: 50px;
    margin-top: 30px
}

.services-text-wraper .why-xenel ul {
    padding-left: 0
}

.services-text-wraper .why-xenel ul li {
    list-style-type: none;
    padding-bottom: 0
}

.services-text-wraper .why-xenel ul li p {
    font-size: 16px
}

.services-text-wraper .why-xenel ul li img {
    float: left;
    padding: 12px 20px 100px 0
}

.services-text-wraper .why-xenel ul li:first-child {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.services-text-wraper .why-xenel ul li:nth-child(2) {
    border-bottom: 1px solid #ddd;
    padding-left: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(3) {
    border-right: 1px solid #ddd;
    padding-right: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(4) {
    padding-left: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(3),
.services-text-wraper .why-xenel ul li:nth-child(4) {
    padding-top: 30px
}

/*.services-text-wraper .why-xenel h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px
}*/

.services-text-wraper .txt-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}

.services-text-wraper .txt-wrap h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}

.services-text-wraper .txt-wrap .case {
    background: #bf1c2d;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 12px 28px;
    margin: 30px 0;
    font-size: 20px;
    text-decoration: none
}

#myModal1 .btn-default,
#myModal2 .btn-default {
    background: #d3293b;
    border: none;
    outline: 0;
    cursor: pointer
}

.services-text-wraper .txt-wrap .case:hover {
    color: #fff
}

.services-text-wraper .txt-wrap h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}
.services-text-wraper .txt-wrap h2.left {
    text-align: left;
}
#myModal1 .form-control,
#myModal1 h4 {
    margin-bottom: 20px
}

#myModal1 {
    padding-right: 0!important
}

#myModal1 .modal-body {
    padding: 2em
}

#myModal1 ul {
    padding-left: 0;
    margin-bottom: 0
}

#myModal1 ul li {
    list-style-type: none
}

#myModal1 .modal-header {
    padding: 0;
    border-bottom: none
}

#myModal1 .close {
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #d3293b
}

#myModal1 h4 {
    font-size: 18px;
    text-align: center
}

#myModal1 .btn-default {
    color: #fff;
    padding: 10px 20px
}

#myModal1 .modal-dialog {
    max-width: 600px;
    margin: 10% auto
}

#myModal2 .form-control,
#myModal2 h4 {
    margin-bottom: 20px
}

#myModal2 {
    padding-right: 0!important
}

#myModal2 .modal-body {
    padding: 2em
}

#myModal2 ul {
    padding-left: 0;
    margin-bottom: 0
}

#myModal2 ul li {
    list-style-type: none
}

#myModal2 .modal-header {
    padding: 0;
    border-bottom: none
}

#myModal2 .close {
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #d3293b
}

#myModal2 h4 {
    font-size: 18px;
    text-align: center
}

#myModal2 .btn-default {
    color: #fff;
    padding: 10px 20px
}

#myModal2 .modal-dialog {
    max-width: 600px;
    margin: 10% auto
}

#black-header-inner .header-wrap {
    position: fixed;
    width: 100%;
    z-index: 9
}

.contact-us-wraper .inner-wraper1 {
    width: 100%;
    max-width: 600px;
    margin: -300px auto 0;
    position: relative
}

.contact-us-wraper .form-wraper {
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    box-shadow: 0 2px 10px 4px #ddd;
    margin-bottom: 90px
}

.contact-us-wraper .inner-wraper1 h3 {
    color: #000;
    position: relative;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px
}

.contact-us-wraper .inner-wraper1 .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding-left: 0
}

.contact-us-wraper .inner-wraper1 .s1 {
    background: url(../images/rightar.png) right no-repeat #fff!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: 0;
    cursor: pointer
}

.contact-us-wraper .inner-wraper1 .btn-default {
    background: #cb1629;
    color: #fff;
    border: none;
    padding: 12px 40px;
    display: inline-block;
    float: left;
    border-radius: 20px;
    margin-top: 20px;
    outline: 0;
    cursor: pointer
}

.contact-info-wrap {
    background: #363636;
    padding: 50px 0;
    color: #fff;
    text-align: center
}

.contact-info-wrap h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 25px
}

.contact-info-wrap figcaption {
    margin-bottom: 10px;
    text-transform: uppercase
}

.contact-info-wrap img {
    margin-bottom: 10px
}

.contact-info-wrap .txt p {
    font-family: Lato, sans-serif;
    background: #2b2b2b;
    padding: 15px 10px
}

.contact-info-wrap .txt p span {
    display: block;
    line-height: 3em
}

.contact-info-wrap .txt p .f1 {
    display: inline-block;
    margin: 0 5px
}

.portfolio-types-wraper {
    padding: 20px 0px;
    background-color: #bf1d2e;
}
.our-blog-wraper .month-wrap ul.mobile{
    display: none;
}
.our-blog-wraper .month-wrap ul li.active {
    position: absolute;
    left: calc(0);
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;

}
.header-wrap {
    padding: 10px 0 0 20px;
    transition: all .3s ease-out;
}
.header-wrap .right-wrap {
    bottom: 110px;
    z-index: 35;
}
.header-wrap .social-icons ul {
    padding-left: 0;
    z-index: 15;
    left: 5px;
}
.header-wrap .social-icons li i {
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 7px;

}
.banner-wraper .circ1 a img {
    width: 40px;
    margin: -2px 0 0 -12px;
    display: inline-block;
    vertical-align: middle;
}
.success-stories-wrap {
    background: #eee;
}
.our-blog-wraper .blog1 p {
    height: 42px;
    overflow: hidden;
}
.header-wrap .social-icons li .fa-instagram {
	color: #fff;
    background: #d74948;
}
.header-wrap .social-icons li .fa-linkedin-in {
	color: #fff;
    background: #0083be;
}
.header-wrap .social-icons li .fa-twitter {
	color: #fff;
    background: #1da1f2;
}
.header-wrap .social-icons li .fa-facebook-f {
	color: #fff;
    background: #4867aa;
    padding-left: 0;

}
.header-wrap .social-icons ul::before {
    left: 17px;
    display: none;
}
p {
    font-size: 14px;
}
.news-letter-wrap {
    background-size: cover;
}
.news-letter-wrap .inner-wrap p {
    margin-bottom: 25px;
}
.news-letter-wrap .form-group{
    margin-bottom: 2rem;
}
.news-letter-wrap .form-control{
    background: transparent;
    border-radius: 2px;
    border:1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.news-letter-wrap .form-control:focus{
    box-shadow: none;
}
.news-letter-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.news-letter-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.news-letter-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.news-letter-wrap .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 100%;
}
.banner-wraper .inner-txt p {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.banner-wraper .circ1 span {
    font-weight: 700;
    letter-spacing: 2px;
}
.banner-wraper .circ2 {
    top: calc(50% - 230px);
}
.banner-wraper .circ1 {
    top: 80px;
}
.banner-wraper .circ3 {
    top: calc(50% - -25px);
}
.banner-wraper .circ4 {
    top: calc(50% - 205px);
}
.banner-wraper .circ5 {
    bottom: calc(50% - 220px);
}
.banner-title-wrap .title {
    background: #FFD54F;
    color: #bf1d2e;
}
.banner-title-wrap .title .h1, .banner-title-wrap .title .h3{
    font-size: 38px;
    font-weight: 400;
    color: #111;
}
.banner-title-wrap .title .h2 {
    font-weight: 700;
    color: #111;
}
.why-xenel-wrap h3 {
    letter-spacing: 2px;
}
.why-xenel-wrap .txt p {
    font-weight: 400;
}

.services-text-wraper .txt-wrap .s1 {
    margin: 0;
}

.services-text-wraper .list-wrap ul li .custom-h6{
    margin-bottom: 0;
}

.top-marg-5{ margin-top: 5px; }
.top-marg-10{ margin-top: 15px; }
.top-marg-15{ margin-top: 15px; }
.top-marg-20{ margin-top: 20px; }
.top-marg-25{ margin-top: 25px; }
.top-marg-30{ margin-top: 30px; }
.top-marg-35{ margin-top: 35px; }
.top-marg-40{ margin-top: 40px; }
.top-marg-45{ margin-top: 45px; }
.top-marg-50{ margin-top: 50px; }
.tbmag-add1{
    margin: 1rem auto;
}
.tbmag-add{
	margin: 2rem auto;
}

.why-xenel-wrap .txt .services li img {
    background: #cb1629;
    padding: 15px;
    border-radius: 5px;
}
.why-xenel-wrap .txt h4 {
    font-weight: 600;
}
.why-xenel-wrap .txt .activities li {
    font-weight: 500;
}
.success-stories-wrap .txt p {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.success-stories-wrap .predictabilty-wrap li span {
    font-weight: 500;
}
.success-stories-wrap h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-wraper h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-wraper .txt img {
    /*background: #fff;
    padding: 15px;
    width: 82px;
    border-radius: 5px;*/
}
.services-wraper .txt h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
}
.services-wraper .txt a {
    font-weight: 600;
}
.our-client-wrap h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.our-client-wrap .client-txt p {
    font-size: 13px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}
.our-client-wrap .client-txt {
    font-weight: 600;
    font-size: 14px;
}
.our-client-wrap .client-txt .txt .compname {
    font-size: 13px;
    margin: -15px 0 3px 0;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .rate-date{
    
}
.our-client-wrap .client-txt .txt .rate-date .rate{
    width: 70px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAcklEQVQoz2NgoDZ4Xij9nxxNASCNIJpUjQugGheQqvEBVOMDfIoSgPg9VCEh/B7F+UCOAhDvJ6AJJK+Ay/Z8HJryCfnNAIdGA0IaC3BonEBI4wakQIgH4vsEQxeqERYIAlC+AFKg4QwYByCuxyFXj56KAEHuodjGnEtTAAAAAElFTkSuQmCC);
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.our-client-wrap .client-txt .txt .rate-date .date{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .like{
    margin-top: 10px;
}
.our-client-wrap .client-txt .txt .like span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .like span.licon{
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    margin-right: 7px;
    color: #999;
}
.our-client-wrap .client-txt .txt .like span.licon:hover{
    color: #7b7b7b;
}
.our-client-wrap .client-txt .txt .like span.licon svg{
    display: block !important;
}
.our-blog-wraper h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-text-wraper .our-client-wrap h4 {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
}
.services-text-wraper .digital-wrap h2 {
    font-size: 23px;
    font-weight: 700;
}
.services-text-wraper .list-wrap h5{
	font-weight: 700;
	font-size: 20px;
}
.inner-services-wrap1 h3{
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 30px;
}
.inner-services-wrap1 h3, .inner-services-wrap h3{
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 0;
}
.inner-services-wrap1 p.subtitle, .inner-services-wrap p.subtitle{
	font-size: 16px;
	font-weight: 500;
}
.inner-services-wrap1 figure img, .inner-services-wrap figure img  {
    background: #cb1629;
    padding: 15px;
    width: 82px;
    border-radius: 5px;
}

.contact-us-wraper .form-wraper {
    border-radius: 0;
    padding: 33px 50px;
    box-shadow:none;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.inner-banner .title {
    color: #fff;
}
.contact-us-wraper .form-wraper {
    margin-top: 0;
    margin-bottom: 0;
}
}.portfolio-types-wraper .tab-content ul{margin:0;padding-bottom:30px}
.portfolio-types-wraper .tab-content ul li{list-style-type:none;display:inline-block;margin-right:15px}
.portfolio-types-wraper .tab-content ul li img{margin-right:5px;width:30px;height:21px}
.portfolio-types-wraper .tab-content ul li a{color:#fff;font-size:14px;display:inline-block;border:1px solid #fff;padding:10px 15px;text-decoration:none}
.portfolio-types-wraper h3{color:#fff;margin-bottom:10px;text-transform:uppercase;font-size:20px;padding:30px 0 0; font-weight: 700;}
.portfolio-types-wraper .nav-tabs .nav-link{border:1px solid #fff;color:#fff;border-radius:3px; font-size: 14px;}
.portfolio-types-wraper .nav-tabs .nav-link.active{color:#000}
.portfolio-types-wraper .nav-tabs .nav-link.active .img1{display:none}
.portfolio-types-wraper .nav-tabs .nav-link.active .img2{display:inline-block}
.portfolio-types-wraper .nav-tabs .nav-item{margin-right:15px;    margin-bottom: 15px;}
.portfolio-types-wraper .nav-tabs .nav-item .img2{display:none}
.portfolio-types-wraper .nav-tabs .nav-item img{width:35px;height:25px;margin-right:10px}
.portfolio-types-wraper .nav-tabs{border:none}
.portfolio-types-wraper .blog1{animation:scale-in-center .8s cubic-bezier(.25,.46,.45,.94) 0s 1 normal both running;margin-bottom:30px;text-decoration:none;color:#000;display:block;position:relative}
.portfolio-types-wraper .wrap{background:#fff;padding:40px 80px;     margin-top: 40px;}
.portfolio-types-wraper .wrap h3{text-align:center;color:#000;font-size:30px;padding-bottom:20px}
.portfolio-types-wraper .blog1 .title{padding-top:10px}
.portfolio-types-wraper .blog1 .title p{margin-bottom:2px;font-weight:600;text-transform: capitalize;}
.portfolio-types-wraper .blog1 .title span{color:#bf1e2d}
.portfolio-types-wraper .blog1 .img1{width:100%;height:220px}
.portfolio-types-wraper .blog1 .overlay{position:absolute;background:#bf1e2d;top:0;right:0;left:0;bottom:30px;border-radius:5px;opacity:0;transition:all ease 1s}
.portfolio-types-wraper .blog1 .overlay img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.portfolio-types-wraper .blog1:hover .overlay{opacity:1}
.contactwith-us-wraper{padding:70px 0;text-align:center;background:#363636;color:#fff}
.contactwith-us-wraper h3{padding-bottom:20px;font-weight:700;font-size:32px; font-weight: 700;}
.contactwith-us-wraper p{width:100%;max-width:800px;margin:0 auto;padding-bottom:40px;line-height:1.7em;font-size:18px}
.contactwith-us-wraper a{background:#1ebebe;color:#fff;display:inline-block;padding:12px 40px;border-radius:20px;text-decoration:none}
.career-wraper{padding:50px 0}
.career-wraper .card-body h3{font-size: 18px; font-weight: 700;}
.career-wraper .panel-title>a:before{float:right!important;font-family:FontAwesome;content:"\f068";padding-right:5px}
.career-wraper .panel-title>a.collapsed:before{float:right!important;content:"\f067"}
.career-wraper .panel-title>a:active,.career-wraper .panel-title>a:focus,.career-wraper.panel-title>a:hover{text-decoration:none}
.career-wraper .collapse.in{display:block}.career-wraper .card-header{background:#bf1e2d;color:#fff;padding:0}
.career-wraper .btn-link{width:100%;text-align:left;color:#fff;text-decoration:none;padding:10px 20px; font-weight: 700;}
.career-wraper .card-body ul li{list-style-type:none;line-height:1.7em;padding-bottom:10px; font-size: 14px;}
.career-wraper .resume-wrap{background:#595959;padding:20px;border-radius:3px}
.career-wraper .resume-wrap h3{color:#fff;padding-bottom:15px;font-size:20px}
.career-wraper .resume-wrap h3 img{margin-right:10px}
.career-wraper .resume-wrap label{color:#fff}
.career-wraper .resume-wrap .form-control{margin-bottom:15px;border-radius:3px}
.career-wraper .resume-wrap .btn-default{background:#bf1e2d;color:#fff;width:100%;border:none;padding:10px 0;margin-top:10px}
.career-wraper .title{margin-bottom:30px;line-height:1.6em;text-align:justify;font-size:15px}
.career-wraper .detail-wrap p span{font-weight:600}
.services-banner-title .title{font-size:50px;color:#ffffff;font-weight:700;top:30%}
.services-banner-title .title span{color:#000}
.inner-services-wraper{padding:20px 0}
.inner-services-wraper h3{font-size:22px;margin-bottom:10px;font-weight:700;}
.inner-services-wraper p{line-height:1.7em;text-align:justify; font-size: 17px;}
.cms-wraper h3,.cms-wraper ul{text-align:center}
.cms-wraper{background:#363636;padding:50px;color:#fff}
.cms-wraper .inner-wraper{padding:0 40px}
.cms-wraper h3{font-size:20px;padding-bottom:50px;width:100%;max-width:900px;margin:0 auto;line-height:1.6em}
.cms-wraper ul li{list-style-type:none;display:inline-block;width:30%;padding-bottom:30px;font-size:20px;text-transform:uppercase}
.cms-wraper ul li img{margin-right:15px}section.banner-title-wrap.mob{display:none}
.inner-services-wraper .inner-wraper ul li{padding-left:35px;list-style-type:none; font-size: 17px; margin: 15px 0 5px 0;}
.inner-services-wraper .inner-wraper ul li:before {
    content: "\f0a4";
    position: absolute;
    font-family: FontAwesome;
    color: #ba272c;
    left: 30px;
    font-size: 20px;
}
.new-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
}


.header-wrap .sidebar-item:first-child{   }

.services-text-wraper .digital-wrap img {
    /*height: 100% !important;*/
}
.list-wrap h5{font-style:italic;}
.list-wrap p{margin-bottom: 1.5rem;}
.list-wrap p:last-child{margin-bottom: 0;}
h1.digi-title{font-size: 30px;text-align: center;line-height: 60px;color: #be1d2e;font-weight: 700;}

.txt-wrap {
    font-size: 17px;
    line-height: 1.5em;
    text-align: left;
}
.custom-h3{font-size: 20px !important; font-weight: 700; color: #212529 !important;}
.custom-h6{font-size: 17px !important;font-weight: normal !important;}

.fw-500{font-weight: 500;}
.challenges-text p{margin-bottom: 1.5rem;}




.newsletter {
padding: 40px 0;
background: #363636;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #ffffff;
margin-bottom: 30px;font-size: 25px;
}
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #bf1d2e;
color: #fff;
font-weight:600;
}


.inner-wraper {
    position:relative;
    max-width: 980px;
    width: 100%;
    margin: auto;
  /*  border-left: 1px solid #dddddd;*/
    padding: 0 25px;
    /*border-right: 1px solid #dddddd;*/
}
.inner-wraper ul li{line-height:1.7em;}
h2.serv-heading{margin-bottom:20px;text-align:center; font-weight: 700; font-size: 26px;}
h2.serv-heading.left{text-align:left; }
.h3-text-wrap h3 {
    margin-top: 1.5rem;
    font-size: 20px;
    font-weight: 700;
}

/**   additional css by kanika **/

.txt-white{
	color:#fff !important;
}
.inner-services-wrap1{
	background: url(../images/servicebg2.jpg);
    padding: 80px 0;
    text-align: center;
    color: #212529;
	background-size: cover;
}
.contact{
	margin-left:30px;
}
.inner-servicewrap-btn{
    color: #bf1d2e;
    border: 2px solid #bf1d2e;
    border-radius: 25px;
    padding: 7px 20px;
text-decoration:none;	
font-weight:bold;
-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

/** utilities **/
.pd-top{
	padding-top: 30px;
}
.mg-tp5{
	    margin-top: 50px;
}
.mg-tp3{
	margin-top:30px;
}
.mg-tp1{
    margin-top:10px;
}
.mg-bt3{
	margin-bottom:30px !important;
}
.mg-bt-2{
	margin-bottom:-20px;
}
/** **/
.inner-servicewrap-btn:hover{
    color: #fff;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	background: #bf1d2e
}
.inner-servicewrap-btn a:hover{
    color: #bf1d2e;
    border: none;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	
}
.service-blocks:hover{
	background-color: #fff;
    color: #000;
    border-radius: 10px;
}
.service-blocks p{
	height: 67px;
    overflow: hidden;
}
.service-blocks h4{
    height: 50px;
	}
.service-blocks{
	padding:40px 50px;
	border-radius: 10px;
	-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.text-justify{
	text-align:justify;
}
.pd-xaxis{
	padding-right: 15px;
    padding-left: 15px;
}

.es_button{
	margin-top: -70px !important;
    margin-left: 315px !important;
	}
.btn-theme1{
	border-radius: 25px !important;
    padding: 10px 30px 10px 30px !important; 
	text-decoration:none !important;
	background: #bf1d2e !important;
    color: #fff !important;
	display: inline-block;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	border:0;
}
	
	.btn-theme2{
	border-radius: 25px !important;
    padding: 7px 20px !important; 
	text-decoration:none !important;
	background: #000000 !important;
    color: #fff !important;
	display: inline-block;
	-webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    border:0;
}
	
.btn-theme2:hover{
	background-color:#fff !important;
	color: #bf1d2e !important;
	/*font-weight: bold !important;*/
	text-decoration:none !important;
	border:0 !important;
	
	}
	
.btn-theme1:hover{
	background-color:#fff !important;
	color: #bf1d2e !important;
	/*font-weight: bold !important;*/
	text-decoration:none !important;
	border:0 !important;
	
	}
.btn-theme2:hover{
    color: #000 !important;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.btn-theme2 a:hover{
    color: #000 !important;
    border: none;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	
}
.btn-theme2{
    color: white !important;
    border: 2px solid #000  !important;
    border-radius: 25px  !important;
    padding: 7px 20px  !important;
text-decoration:none  !important;	
font-weight:bold  !important;
-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.footer-bdr{
	border: 1px solid #363636;
    padding: 0px 7px 5px 7px;
	margin-bottom: 10px;
	MARGIN-LEFT: -30PX;
}
.text-whitenew{
	color:white;
}
.text-whitenew:hover{
	color:#000;
}

.inner-services-wraper .btn-wrap{
    background: #be1d2e;
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
	width:100%;
	text-align:center;
	display:inline-block;
	
}
.inner-services-wraper .btn-wrap img{
	padding-right:10px;
}

.inner-banner a {
	border: 1px solid #585454;
    color: #fff;
    margin-top: 20px;
    padding: 11px 34px;
    text-transform: uppercase;
    font-size: 22px;
    transition: var(--animation-time);
    font-weight: 600;
    margin-right: 10px;
background: #464646;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 1px 5px 9px #8080806b;
    box-shadow: 1px 5px 9px #8080806b;
/**position: absolute;
    top: 250px;
    left: 70px;**/

	border-radius:6px;
}
.header-bg{
	position: fixed;
    width: 100%;
    z-index: 9;
}

.inner-banner a:hover {
	text-decoration:none;
	background-color:transparent;
		border: 2px solid #585454;
	color:#585454;
}
.get-a-quote{
		border: 1px solid #be1d2e !important;
    color: #fff !important;
    margin-top: 20px !important;
    padding: 11px 34px !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    transition: var(--animation-time) !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
background: #be1d2e !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-box-shadow: 1px 5px 9px #8080806b !important;
    box-shadow: 1px 5px 9px #8080806b !important;
/**position: absolute !important;
    top: 250px !important;
    left: 305px !important;**/

	border-radius:6px !important;
}
.get-a-quote:hover{
	border: 2px solid #be1d2e !important;
    color: #be1d2e !important;
	background:none !important;
}
.transparent-bg{
	position: fixed;
    width: 100%;
    z-index: 9;
    top:0;
}
.inner-banner span{
	/**position: absolute;
    top: 130px;
    left: 70px;**/
	font-size: 35px;
    font-weight: 800;
}
.caption-new{
	text-align:center;
	position: absolute;
	top: 150px;
	left: 70px;
	padding: 20px;
}

.caption-new-2{
	text-align:center;
	position: absolute;
	top: 120px;
	left: 70px;
	padding: 20px;
	color:#fff;
}

.caption-new p{
	font-size: 18px !important;
margin-bottom: 40px;
font-weight: 500 !important;
}

.caption-new-2 p{
	font-size: 18px !important;
margin-bottom: 40px;
font-weight: 500 !important;
}

#inner-header2 .button .bar {
    background: #fff;
}

#inner-header2 .sticky .button .bar {
    background: #000;
}
#inner-header3 .header-wrap .img1 {
    display: none;
}
#inner-header3 .header-wrap .img2 {
    display: block;
}


/** responsive **/
@media (max-width:1200px) and (min-width:1050px) {
	.caption-new{
	top: 120px;
	left: 40px;
}
}

@media (max-width:1050px) and (min-width:768px) {
	.caption-new{
top: 100px;
left: 10px;
	}
	
	.inner-banner span{
font-size: 18px;
	}
	
	.caption-new p{
font-size: 12px !important;
margin-bottom: 20px;
	}
	
	.inner-banner a{
font-size: 12px;
	}
	.get-a-quote{
		font-size: 12px !important;
	}
}

@media (max-width:768px) and (min-width:600px) {
	.caption-new {
    left: 10px !important;
	top: 70px;
}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:600px) and (min-width:530px){
		.caption-new {
    left: 10px !important;
    top: 40px !important;

}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:530px)and (min-width:390px) {
	.caption-new {
left: 10px !important;
    top: 15px !important;
	}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}

}
@media (max-width:390px) and (min-width:340px) {
	.caption-new {
left: 10px !important;
top: 5px !important;
	}
	.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 10px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:340px){
	.caption-new{
	top: 0px !important;
	left: 10px !important;
	padding: 10px 15px !important;
	}
	.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 10px !important;
margin-bottom: 10px;
}
.inner-banner a{
padding: 6px 10px !important;
font-size: 10px !important;
}
.get-a-quote{
padding: 6px 10px !important;
font-size: 10px !important;
}
}
/** new menu **/

 .header-wrap .sidebar.active {
    display: block;
    transition: all .5s ease;

}
.header-wrap .sidebar {
    height: 100%;
    top: 0;
    z-index: 70;
    position: fixed;
    right: 0;
    background-color: #252525;
    transition: all .5s ease;
    display: none;
    width: 100%;
}
.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}
.menubdr-btm {
    border-bottom: 1px solid #656565;
}
.header-wrap .sidebar-item.active {
    opacity: 1;
    transform: translateY(0px);
	
}
.header-wrap .sidebar-item {
    opacity: 0;
    transform: translateY(-20px);
    border-right: 1px solid #656565;
    padding:35px 15px 17px 15px;

    overflow: hidden;
}
.header-wrap .sidebar-anchor {
    color: #bf1c2d;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.header-wrap .sidebar-anchor2  {
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
}
.bdr-ryt {
    border-right: 1px solid #da2532;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 15px;
    font-size: 12px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}
.menu-red-bg {
    background: url(../images/menubg.jpg) repeat;
}
.header-wrap .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transition: all .7s ease-in-out;
}
.header-wrap .single-menu:hover{ 
	transition: all 1s ease;
	 background-size: cover;
	 transform: scale(1.03);
 }
.menu-head{
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.header-wrap .menu-head:hover {
    text-decoration: none;
    color: #fff;
}

/** portfolio page **/
.portfolio-types-wraper h4{
	    font-size: 20px;
    font-weight: 500;
}
.portfolio-types-wraper p{
	font-size:14px;
}
.portfolio-types-wraper{
	padding:0px 0px 0 0px ;
}
.portfolio-right{
	background-color:#bf1d2e;
	padding:25px;
	color:white;
}
.portfolio-right a{
	color:#fff;
}
.portfolio-btn{
	background-color:#000;
	color:#fff;
	padding:7px 15px;
	border:2px solid #000;
}
.portfolio-btn:hover{
	text-decoration:none;
	background-color:#bf1d2e;
	color:#fff;
	font-weight:500;
	border:2px solid #fff;
}
.custom-list li {
    list-style-image: url("http://3d-development.com/xenelsoft/wp-content/uploads/2019/04/checkmark-png-transparent-33-copy-2.png");
	    margin-left: 20px;
}
.portfolio-types-wraper{background:#bf1e2d;margin-top:0px}
.type-wraper{
	    padding-top: 20px;
}
.bdr-ryt-b{
    border-right: 1px solid #656565;
}
.sidebar-menu3{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 7px;
	}
.header-wrap .sidebar-item ul li{
	color:#fff;
}
.header-wrap .sidebar-item ul li .fa{
	color:#fff;
}
.contact-menu{
	padding:7px 15px;
	background-color:#fff;
	color:#bf1e2d;
	font-size:15px !important;
	border-radius:6px;
	width:50% !important;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #fff;
	text-align:center;
	}
	.contact-menu:hover{
		color:#fff;
		background:none;
		border:1px solid #fff;
	}
	/** portfolio page **/
.portfolio-sec-wraper h4{
	    font-size: 20px;
    font-weight: 500;
}
.portfolio-sec-wraper p{
	font-size:14px;
}
.portfolio-sec-wraper{
	padding:40px 0px;
}
.portfolio-right{
	background-color:#bf1d2e;
	padding:25px;
	color:white;
    max-height: 674px;
    overflow: auto;
}
.portfolio-right a{
	color:#fff;
}
.portfolio-btn{
	background-color:#000;
	color:#fff;
	padding:7px 10px !important;
	font-size:10px !important;
	border:2px solid #000;
	margin-bottom: 30px;
}
.portfolio-btn:hover{
	text-decoration:none;
	background-color:#bf1d2e;
	color:#fff;
	font-weight:500;
	border:2px solid #fff;
}
.custom-list li {
    list-style-image: url("http://3d-development.com/xenelsoft/wp-content/uploads/2019/04/checkmark-png-transparent-33-copy-2.png");
	    margin-left: 20px;
}
.portfolio-sec-wraper{margin-top:20px}
div.ex1 {
  /*width: 110px;*/
  height: 674px;
  overflow-x: hidden;
}

div.ex1::-webkit-scrollbar { 
    display: none; 
}
.portfolio-sec-wraper .ex1{
border: 20px solid #bf1d2e;
}
.bdr-ryt-w{
    border-right: 1px solid #fff !important;
}
.padding-menu-sec{
padding:0px 40px;
}
.marg-l-menu{
	margin-left:-75px
	
}
.mg-top-3{
	margin-top:-30px;
}
.footer-wrap .info-wrap .footer-menu ul{

	width:290px;
}
.footer-wrap .info-wrap .footer-menu ul li a{
	color: white;
}
.footer-wrap .copyright-wrap ul li{
	color:#fff !important;

}
/*.footer-wrap .info-wrap .footer-menu ul li{
	float: left;
    width: 300px; 
}*/
.footer-wrap .info-wrap .footer-menu ul li a:hover{
	color:#363636 !important;
}
.footer-wrap .info-wrap{
	    background: #bf1d2e;
}
.footer-wrap .info-wrap .follow-us{
	 margin-top: 20px;
 }
 .footer-wrap .info-wrap p{
	 color:#fff;
 }
 .footer-wrap .info-wrap h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 0 1rem 0;
    font-weight: normal;
}
 .footer-wrap .info-wrap h4 img {
    width: 23px;
    position: relative;
    top: -1px;
}
 .footer-wrap .info-wrap .follow-us .fab {
    background-color: #fff;
    color:#bf1d2e;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 7px;
    border: 1px solid #fff;
}
.footer-wrap .info-wrap .follow-us .fab:hover {
    border: 1px solid #fff;
    background-color: #bf1d2e;
    color: #ffffff;
}
.footer-wrap .info-wrap .footer-menu ul{
	padding: 0px 15px;
}
 .follow-us ul li{
	font-size: 14px;

 }
.copyright-wrap .row .col-md-6 ul li img{
	 width:23px;
	 
 }
 .copyright-wrap .row ul li img{
	 width:23px;
 }
 .copyright-wrap .contact-det ul li{
	 display:inline-block;
	 font-size:14px;
 }
  .copyright-wrap ul li{
	  font-size:14px;
	  
  }
/** .footer-wrap .info-wrap .footer-menu{
	width:281px;
}**/
.bdr-top-w{
	border-top:5px solid #fff;
}
.copyright-wrap{
padding: 40px 0 0 0;
border-top:5px solid #fff;
}
.fa-rotate-phone{
	transform: rotate(130deg);
}
.custom-dropdown select{   
 background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 2px;
    padding: 10px 20px;
    margin-left: 70px;
}
.footer-wrap .info-wrap {
    padding: 40px 0 20px 0;
}


/**   additional css by kanika **/

.contact-us-wraper{
    padding: 50px 0;
}
.contact-us-wraper .inner-wraper1 .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    padding: .5rem .75rem;
    border-radius: 3px;
}
.contact-us-wraper .inner-wraper1 .s1 {
    background: url(../images/rightar.png) right 10px top 15px no-repeat #fff!important;
}
.contact-us-wraper .left-bg {
    background: url(http://3d-development.com/xenelsoft/wp-content/uploads/2019/07/bg-01.jpg) top;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 131.5px 100px;
}
.contact-us-wraper .left-bg:before  {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.contact-us-wraper .left-bg .address-box {
    text-align: left;
}
.contact-us-wraper .left-bg h3 {
    color: #ffd618;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
}
.show-768{
	display: none;
}

.service-blocks h4 {
    height: 30px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.service-blocks h4.mg-tp5 {
    margin-top: 30px;
}
.service-blocks h4.mg-tp5.onlin-ads {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.service-blocks p.mg-tp3 {
    margin-top: 10px;
}
.service-blocks h4 {
    height: 42px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-services-wraper .btn-wrap{
    font-size: 20px;
    font-weight: 700;
}
.header-wrap .img1 {
    width: 160px !important;
    transition: all .3s ease;
}
.header-wrap .img2 {
    width: 160px !important;
    transition: all .3s ease;
}
.header-wrap.sticky .img1 {
    width: 120px !important;
}
.header-wrap.sticky .img2 {
    width: 120px !important;
}
.inner-banner .title {
    font-weight: 700;
}
.inner-services-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}
.inner-banner .title {
    width: 100%;
    text-align: center;
}
.banner-wraper {
    height: 585px;
}
a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}
.success-stories-wrap .txt a {
    margin-left: 50%;
    transform: translateX(-65px);
}
.fix-call {
    position: fixed;
    z-index: 99;
    bottom: 0;
    background: #fe0032;
    border-radius: 30px 0 0 30px;
    padding: 0 20px 0 0;
    right: -160px;
	transition: all ease 1s;
	display: none;
}
.fix-call:hover{
    right:0px;
}
.fix-call a{
    color: #fff;
}
.fix-call a:hover{
    text-decoration: none;
}
.faq-wrap {
    padding: 3rem 0;
}
.faq-wrap .faqHeader {
    font-size: 24px;
    margin: 15px auto;
    font-weight: 700;
}
.faq-wrap .faqHeader:first-child {
    margin: 0 0 15px 0;
}
.faq-wrap .card{margin-bottom: .25rem;}
.faq-wrap .card-header {
	background: #bf1e2d;
	color: #fff;
}
.faq-wrap .card-header a{
	color: #fff;
	font-weight: 700;
}
.faq-wrap .card-body{
	font-size: 14px;
}
.faq-wrap .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faq-wrap .card-header > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.hello-wrap{
	position: relative;
}
.hello-wrap .hand-icon{
	position: absolute;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
	left: 47%;
}
.hello-wrap .hand-icon i{
	font-size: 30px;
}
@keyframes scroll{
	0%{ opacity: 0;transform: translateY(25px);}
	100%{opacity: 1;}
}

.services-wraper {
    background: #fff;
}
.services-wraper .txt {
    padding: 50px 40px;
    margin-top: 90px;
}
.services-wraper .txt:hover {
    box-shadow: none;
}
.services-wraper .row .col-12:nth-child(1) .txt {
    background: #3498db;
}
.services-wraper .row .col-12:nth-child(2) .txt {
    background: #e74c3c;
}
.services-wraper .row .col-12:nth-child(3) .txt {
    background: #9b59b6;
}
.services-wraper .row .col-12:nth-child(4) .txt {
    background: #42bcaf;
}
.services-wraper .row .col-12:nth-child(5) .txt {
    background: #f49229;
}
.services-wraper .row .col-12:nth-child(6) .txt {
    background: #90c24e;
}
.services-wraper .row .col-12:nth-child(7) .txt {
    background: #9b59b6;
}
.services-wraper .row .col-12:nth-child(8) .txt {
    background: #e74c3c;
}
.services-wraper .row .col-12:nth-child(9) .txt {
    background: #3498db;
}
.services-wraper .txt h4, .services-wraper .txt p, .services-wraper .txt a {
    color: #fff;
}
.services-wraper .txt h4 {
    font-size: 28px;
    font-weight: 600;
    height: 68px;
}
.services-wraper .txt p{
	text-align: center;
	height: 179px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.services-wraper .txt figure {
    width: 90%;
    margin: -50% auto 0 auto;
}
.services-wraper .txt figure img{
    width: 100%;
}
.services-wraper .txt h2 span{
    position: relative;
    display: inline-block;
	color: #fff;
}
.services-wraper .txt h2 span::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    background: #ffca0d;
    border-radius: 50%;
    bottom: 6px;
    margin-left: 5px;
}
.services-wraper .txt a {
    border: 1px solid #fff;
    position: relative;
    padding: 7px 25px;
    z-index: 1;
}
.services-wraper .txt a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    transition: all .3s ease-in;
    z-index: -1;
}
.services-wraper .txt a:hover {
    color: #000;
    border: 1px solid #fff;
}
.services-wraper .txt a:hover:before, .services-wraper .txt:hover a:before {
    width: 101%;
}
.services-wraper .txt:hover a {
    color: #000;
	border: 1px solid #fff;
}
.copyright-wrap .contact-det ul li.infmal {
	display: block;
	padding-left: 47px;
}
.services-wraper .onlin-ads h4 span{
    display: inline-block;
    width: 100px;
}

/** -- responsive -- **/

@media (max-width:1024px){

.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 90%;
}
.contact-us-wraper .inner-wraper1 .col-md-6 .row{
	margin-left: -15px;
	margin-right: -15px;
}
.contact-us-wraper .left-bg {
    background: url(http://3d-development.com/xenelsoft/wp-content/uploads/2019/07/bg-01.jpg) top;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 111.5px 80px;
}
.header-wrap .button.active .bar {
    background-color: #fff !important;
    width: 15px;
}
.header-wrap .button.active .middle {
    width: 0;
}
.header-wrap .button.active {
    top: 0;
    position: fixed;
    right: 10px;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
}
.padding-menu-sec {
    padding: 0px 0px;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-size: 11px;
}
.contact-menu {
    padding: 7px 15px;
    background-color: #fff;
    color: #bf1e2d;
    font-size: 12px !important;
    border-radius: 6px;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    text-align: center;
}
.footer-wrap .info-wrap .footer-menu ul {
    width: 231px;
}
.footer-wrap .info-wrap ul li a {
    color: #212529;
    font-size: 12px;
    text-decoration: none;
}
.copyright-wrap ul li {
    font-size: 12px;
}
.copyright-wrap .contact-det ul li {
    display: inline-block;
    font-size: 12px;
}
.copyright-wrap {
    padding: 40px 0 20px 0 !important;
    border-top: 5px solid #fff;
}
.footer-wrap .info-wrap {
    padding: 40px 50px 0px 50px !important;
}
.inner-services-wrap1 {
    padding: 80px 50px;
}
.services-text-wraper .digital-wrap .sub-title {
    font-size: 16px;
}
.portfolio-types-wraper .container-inner{
	padding: 0 50px;
}
.portfolio-types-wraper .wrap {
    padding: 40px 40px;
}
.contact-us-wraper .form-wraper {
    border-radius: 0;
    padding: 31px 50px;
    box-shadow: none;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.banner-wraper .circ5 {
    right: calc(50% - 370px);
}
.portfolio-right{
	padding:25px;
	color:white;
	max-height:  674px;
	overflow-y: scroll;
}
.portfolio-right a {
    color: #fff;
    font-size: 14px;
}
.custom-list li {
    margin-left: 20px;
    font-size: 14px;
}
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
.row.row-15{
	margin-left: -15px;
	margin-right: -15px;
}
.services-wraper .txt {
    padding: 40px 40px;
    margin-top: 80px;
}
.services-wraper .txt h4 {
    font-size: 22px;
    height: 57px;
}
.services-wraper .txt p {
    text-align: center;
    height: 255px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.service-blocks {
    padding: 40px 30px;
    margin-bottom: 30px;
}
.copyright-wrap .contact-det ul li.infmal {
    display: block;
    padding-left: 41px;
}

}

@media (max-width:992px){

.services-wraper .txt h4 {
    font-size: 22px;
    font-weight: 600;
    height: 57px;
    padding: 0;
}

}

@media (max-width:768px){

.hide-768{
	display: none;
}
.show-768{
	display: block;
}
.contact-us-wraper .left-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 101.5px 30px;
}
.contact-us-wraper .form-wraper {
    padding: 30px 30px;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.header-wrap .sidebar-item {
    border-right: 0;
}
.header-wrap .sidebar-anchor {
    margin-bottom: 15px;
}
.header-wrap .sidebar-item .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
.header-wrap .sidebar-item .dropdown-menu.show {
    display: block;
    position: static !important;
    transform: translate3d(0, 0px, 0px) !important;
    margin-top: 15px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.header-wrap .sidebar-item.pd-adj {
    padding: 10px 15px;
}
.header-wrap .sidebar-item.pd-adj a.sidebar-anchor {
    margin-bottom: 0px;
}
.header-wrap .sidebar-list {
    /*height: 100%;*/
    height: auto !important;
    padding: 15px 0;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-size: 12px;
}
.contact-menu {
    width: 150px !important;
}
.footer-wrap .info-wrap .footer-menu-box .ft-menu-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 10px 0;
}
/*.footer-wrap .info-wrap .footer-menu-box:last-child .ft-menu-title {
    border-bottom: 0;
}*/
.footer-wrap .info-wrap .footer-menu-box .ft-menu-title:hover {
    text-decoration: none;
}
.footer-wrap .info-wrap a {
    display: block;
}
.footer-wrap .info-wrap .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
.footer-wrap .info-wrap .dropdown-menu.show {
    display: block;
    position: static !important;
    transform: translate3d(0, 0px, 0px) !important;
    margin-top: 0px;
}
.footer-wrap .info-wrap .dropdown-menu a{
    color: #fff;
}
.footer-wrap .info-wrap .dropdown-menu a:hover{
    font-weight: 600;
    color: #fff !important;
    font-size: 12px;
}
.row.row2{
	margin-left: -15px;
	margin-right: -15px;
}
.copyright-wrap {
    padding: 40px 0 20px 0 !important;
    border-top: 5px solid #fff;
    margin-top: 40px;
}
.copyright-wrap .footer-soc li{
	display: inline-block !important;
}
.copyright-wrap .footer-logo {
	width: 50%;
}
.footer-wrap .info-wrap ul.menu {
    margin-bottom: 0;
}
.inner-services-wrap1 {
    padding: 80px 30px;
}
.service-blocks h4 {
    height: 55px;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.services-text-wraper .btn-wrap, .inner-services-wraper .btn-wrap {
    font-size: 18px;
    font-weight: 700;
}
.service-blocks p {
    height: 125px;
    overflow: hidden;
}
.caption-new-2 {
    top: 90px;
    left: 30px;
}
.caption-new-2 p {
    font-size: 16px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.contact-us-wraper .form-wraper {
    padding: 20px 30px;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.our-client-wrap .client-txt {
    padding: 30px;
    text-align: left;
}
.our-client-wrap .client-txt span img {
    padding: 0 15px 15px 0;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
.our-client-wrap .client-txt p {
    text-align: left;
}
.service-blocks {
    padding: 40px 20px;
    margin-bottom: 30px;
}
.our-blog-wraper .month-wrap ul li.active {
    top: 58px;
}
.our-blog-wraper .month-wrap ul li {
    padding: 0 30px;
    font-size: 70px;
}
div.ex1 {
    height: 100%;
}
.portfolio-right {
    padding: 25px 15px;
    max-height: 435px;
}
.services-wraper .txt p {
    height: 205px;
}
.services-wraper .txt h4 {
    font-size: 24px;
}
.our-client-wrap .client-txt .txt {
    padding-left: 50px;
}
.our-client-wrap .client-txt .txt .compname {
    margin: 0 0 5px 0;
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb {
    display: none;
}
.header-wrap .right-wrap .mail.dsk, .header-wrap .right-wrap .skype.dsk, .header-wrap .right-wrap .whatsaap-wrap.dsk, .header-wrap .right-wrap .chat.dsk { 
    display: block;
}
}

@media (max-width:736px){

.services-wraper .txt figure {
    width: 250px;
    margin: -140px auto 0 auto;
}
.services-wraper .txt h4 {
    font-size: 22px;
    font-weight: 600;
    height: auto;
    padding: 0;
}
.service-blocks h4 {
    height: 45px;
}
.portfolio-right {
    padding: 25px;
    max-height: 100%;
}
.services-wraper .txt p {
    height: auto;
}
.services-wraper .onlin-ads h4 span {
    width: 100%;
}

}

@media (max-width:667px){

.top-marg-30-667{
	margin-top: 30px;
}
.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 85%;
}
.contact-us-wraper .left-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 30px;
}
.footer-wrap .info-wrap ul {
    margin-bottom: 1rem !important;
}
.footer-wrap .info-wrap ul.menu {
    margin-bottom: 0 !important;
}
.copyright-wrap .footer-logo {
    width: 60%;
}
.header-wrap .right-wrap {
    display: block;
    bottom: 0px;
    right: 0;
    width: 100%;
    text-align: center;
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb, .header-wrap .right-wrap .phone.mb {
    display: inline-block;
    background: #fff;
    width: 20%;
    line-height: 50px;
}
.header-wrap .right-wrap .mail.mb i, .header-wrap .right-wrap .skype.mb i, .header-wrap .right-wrap .whatsaap-wrap.mb i, .header-wrap .right-wrap .chat.mb i, .header-wrap .right-wrap .phone.mb i {
    font-size: 26px;
    position: relative;
    bottom: -3px;
    color: #fff;
}
.header-wrap .right-wrap .mail.mb:hover i, .header-wrap .right-wrap .skype.mb:hover i, .header-wrap .right-wrap .whatsaap-wrap.mb:hover i, .header-wrap .right-wrap .chat.mb:hover i, .header-wrap .right-wrap .phone.mb:hover i {
    color: #000;
}
.header-wrap .right-wrap .mail.mb{
    background: #cb1629;
}
.header-wrap .right-wrap .skype.mb{
    background: #00aaf2;
}
.header-wrap .right-wrap .whatsaap-wrap.mb{
    background: #179d0e;
}
.header-wrap .right-wrap .chat.mb{
    background: #ff8300;
}
.header-wrap .right-wrap .phone.mb{
    background: #007fff;
}
.header-wrap .right-wrap .mail.dsk, .header-wrap .right-wrap .skype.dsk, .header-wrap .right-wrap .whatsaap-wrap.dsk, .header-wrap .right-wrap .chat.dsk { 
    display: none;
}
.inner-services-wrap1 {
    padding: 80px 0;
    background-size: cover;
}
.services-text-wraper .why-xenel h3 {
    font-size: 18px;
    font-weight: 700;
}
.inner-services-wraper .inner-wraper ul li {
    padding-left: 30px;
    list-style-type: none;
    font-size: 14px;
}
.contactwith-us-wraper h3 {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}
.contactwith-us-wraper p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
    line-height: 1.7em;
    font-size: 16px;
}
.footer-wrap .info-wrap {
    padding: 40px 20px 0px 20px !important;
}
.contactwith-us-wraper {
    padding: 70px 20px;
}
.services-text-wraper .btn-wrap, .inner-services-wraper .btn-wrap {
    font-size: 16px;
}
.caption-new-2 {
    top: 80px;
    left: 30px;
}
.caption-new-2 p {
    font-size: 12px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.inner-services-wrap {
    background-size: cover;
}
.portfolio-types-wraper .container-inner{
	padding: 0 15px;
}
.portfolio-types-wraper .wrap {
    padding: 40px 15px;
}
.contact-us-wraper .form-wraper {
    padding: 30px !important;
}
.inner-banner {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.inner-banner figure{
    display: none;
}
.fix-call {
	display: none;
}
#inner-header .img1 {
    display: block !important;
}
#inner-header .img2 {
    display: none !important;
}
#inner-header .button .bar {
    background:#000 !important;
}
.portfolio-types-wraper {
    background: #bf1e2d;
    margin-top: 20px;
}
.faq-wrap {
    padding: 2rem 0 3rem 0;
}
.news-letter-wrap .inner-wrap p {
    font-size: 25px;
    line-height: 35px;
}
#inner-header2 .button .bar {
    background: #000;
}
h1.digi-title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
    background: #eee;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hide-mobile{
    display: none !important;
}
.header-wrap .right-wrap img {
    width: 50px;
    padding: 0;
}
.popover {
    border:0;
    background: rgba(0,0,0,.9);
}
.popover a{
    color: #fff;
}
.popover a:hover{
    text-decoration: none;
}
.popover .arrow {
    border-right-color: rgba(0,0,0,.9) !important;
}
.bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: rgba(0,0,0,.9);
}

}

@media (max-width:640px){

.services-text-wraper .sagar-wrap {
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.service-blocks p {
    height: 130px;
}
.caption-new-2 {
    top: 80px;
    left: 0;
}
h1.digi-title {
    font-size: 26px;
}

}

@media (max-width:568px){

.bdr-ryt {
    border-right:0;
}
.copyright-wrap .footer-logo {
    width: 40%;
}
.footer-wrap .info-wrap {
    padding: 30px 20px 0px 20px !important;
}
.copyright-wrap {
    padding: 30px 0 20px 0 !important;
    border-top: 5px solid #fff;
    margin-top: 30px;
}
.transparent-bg {
    top: 0;
}
.inner-banner {
    position: relative;
    margin-top: 70px;
}
.header-wrap .nav-right {
    right: 15px;
    top: 22px;
    position: absolute;
    z-index: 71;
}
h2.serv-heading {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.service-blocks p {
    height: auto;
}
.caption-new-2 {
    top: 40px;
    left: 0;
}
.portfolio-types-wraper .tab-content ul li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-decoration: none;
}
.portfolio-types-wraper .nav-tabs .nav-link {
    font-size: 12px;
}
.inner-banner .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inner-banner .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.faq-wrap {
    padding: 0rem 0 3rem 0;
}
.service-blocks h4.mg-tp5 {
    margin-top: 30px;
    height: auto;
    margin-bottom: 20px;
}
.our-blog-wraper .month-wrap ul.mobile {
    display: block;
}
.our-blog-wraper .month-wrap ul.dsk {
    display: none;
}
h1.digi-title {
    font-size: 26px;
    margin-top: 0;
}

}

@media (max-width:480px){

.copyright-wrap .footer-logo {
    width: 50%;
}
.footer-wrap .copy-right {
    padding: 15px 15px;
}
.contactwith-us-wraper p {
    font-size: 14px !important;
}
.caption-new-2 {
    top: 15px;
    left: 0;
}
.custom-h6 {
    font-size: 16px !important;
    font-weight: normal !important;
}
h1.digi-title {
    font-size: 24px;
}

}

@media (max-width:414px){

.header-wrap .sidebar-list {
    height: 100%;
    padding: 10px 0;
}
.header-wrap .sidebar-item .dropdown-menu.show {
    margin-top: 5px;
}
.copyright-wrap .footer-logo {
    width: 55%;
}
.custom-h6 {
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: left;
}
.services-text-wraper .list-wrap ul li::before {
    top: 15px;
}
.services-text-wraper .list-wrap ul li:last-child {
    padding-bottom: 0;
}
h1.digi-title {
    font-size: 24px;
}

}

@media (max-width:375px){

.copyright-wrap .footer-logo {
    width: 60%;
}
.inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 140px;
}
.caption-new-2 {
    top: 5px;
    left: 0;
}
.portfolio-types-wraper .nav-tabs .nav-item {
    margin-right: 15px;
    margin-bottom: 10px;
}
.faq-wrap .faqHeader {
    font-size: 22px;
}
h1.digi-title {
    font-size: 22px;
}

}

@media (max-width:360px){

.copyright-wrap .footer-logo {
    width: 65%;
}
.txt-wrap {
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
}
.inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 130px;
}
.caption-new-2 p {
    font-size: 10px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

}

@media (max-width:320px){

.copyright-wrap .footer-logo {
    width: 80%;
}
h1.digi-title {
    line-height: 36px;
}
.faq-wrap .faqHeader {
    font-size: 18px;
    margin: 15px auto;
    font-weight: 700;
}
.header-wrap .right-wrap img {
    width: 45px;
}

}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 220px !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* 23 css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.fa {
    font-family:"FontAwesome" !important;
}
address, dl, ol, pre, ul {
    margin-bottom: 1.5rem;
}
ul, ol{
	padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    /*font-family:Raleway,sans-serif*/
}

figure {
    margin: 0
}

ul {
    padding-left: 0
}

p {
    font-size: 16px
}

.container-fluid {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.header-wrap {
    padding: 15px 0 0 20px;
    transition: all .3s ease-out
}

.header-wrap .inner-text {
    padding: 20px
}

.header-wrap .sidebar {
    height: 100%;
    top: 0;
    z-index: 70;
    position: fixed;
    right: 0;
    background-color: #252525;
    transition: all .5s ease;
    display: none;
    width: 100%
}

.header-wrap .sidebar.active {
    display: block;
    transition: all .5s ease
}

.header-wrap .bar {
    display: block;
    height: 3px;
    width: 23px;
    margin: 7px auto;
    transition: all .7s ease
}

.header-wrap .button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transition: all .7s ease
}

.header-wrap .button.active {
    top: 5px;
    position: fixed;
    right: 10px
}

.header-wrap .nav-right {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 71
}

.header-wrap .button .bar {
    background-color: #000
}

.header-wrap .button.active .bar {
    background-color: #fff!important
}

.header-wrap .button.active .top {
    transform: translateY(10px) rotateZ(45deg)
}

.header-wrap .button.active .bottom {
    transform: translateY(-10px) rotateZ(-45deg)
}

.header-wrap .button.active .middle {
    width: 0
}

.header-wrap .move-to-left {
    transform: translateX(-400px)
}

.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}

.header-wrap .sidebar-item {
    opacity: 0;
    transform: translateY(-20px);
    border-right: 1px solid #da2532;
    padding: 200px 15px 50px;
    overflow: hidden
}

.header-wrap .sidebar-item .social-icons li {
    display: inline-block;
    padding-right: 10px
}

.header-wrap .sidebar-item .social-icons li a {
    color: #fff;
    text-decoration: none
}

.header-wrap .sidebar-item .social-icons li i {
    color: #fff
}

.header-wrap .sidebar-item.active {
    opacity: 1;
    transform: translateY(0)
}

.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 15px
}

.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 13px
}

.header-wrap .sidebar-anchor {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.header-wrap .sidebar-anchor span {
    display: block
}

#inner-header .img1,
.header-wrap .img2,
.header-wrap .top-banner {
    display: none
}

.header-wrap .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transition: all .7s ease-in-out
}

.header-wrap .sidebar-anchor:hover {
    text-decoration: none;
    color: #fff
}

.header-wrap .logo {
    float: left
}

.header-wrap .top-banner .h1 {
    font-size: 22px;
    font-weight: 400
}

.header-wrap .top-banner .h2 {
    font-size: 20px;
    font-weight: 300
}

.header-wrap .top-banner .h3 {
    font-size: 22px;
    font-weight: 400
}

.header-wrap.sticky {
    background: #fff;
    box-shadow: 0 0 11px 0 #ddd;
    position: fixed;
    top: 0;
    z-index: 30;
    padding: 10px 0 10px 20px;
    width: 100%;
    transition: all .5s
}

.header-wrap.sticky.active {
    z-index: 40
}

#inner-header {
    position: fixed;
    width: 100%;
    z-index: 9
}

#inner-header .button .bar {
    background: #fff
}

#inner-header .img2 {
    display: block
}

.header-wrap .social-icons ul {
    position: fixed;
    bottom: 100px;
    padding-left: 15px;
    z-index: 15
}

.header-wrap .social-icons ul:before {
    content: "";
    border-left: 1px solid #363636;
    height: 40px;
    position: absolute;
    top: -50px;
    left: 24px
}

.header-wrap .social-icons li {
    list-style-type: none;
    line-height: 2em
}

.header-wrap .social-icons li i {
    font-size: 18px
}

.header-wrap .social-icons li .fa-facebook-f {
    color: #4867aa;
    padding-left: 4px
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb, .header-wrap .right-wrap .phone.mb { 
    display: none;
}
.header-wrap .social-icons li .fa-twitter {
    color: #1da1f2
}

.header-wrap .social-icons li .fa-linkedin-in {
    color: #0083be
}

.header-wrap .social-icons li .fa-instagram {
    color: #d74948
}

.header-wrap a {
    text-decoration: none
}

.header-wrap .right-wrap {
    position: fixed;
    right: 5px;
    bottom: 125px;
    z-index: 35
}

.header-wrap .right-wrap img {
    width: 35px;
    padding-bottom: 5px
}

.banner-wraper {
    height: 88vh;
    background: url(../images/bg2.jpg) no-repeat;
    position: relative;
    padding-bottom: 95px
}

.banner-wraper .circ1 {
    width: 380px;
    height: 380px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 -1px 15px 1px #f0f0f0;
    position: relative;
    padding: 40px;
    display: table;
    z-index: 1;
    top: 60px;
    animation: bounce-in-top 1.1s ease 0s 1 normal both running
}

.banner-wraper .circ1:after,
.banner-wraper .circ1:before {
    position: absolute;
    border-radius: 50%;
    content: ""
}

.banner-wraper .circ1:before {
    width: 305px;
    height: 305px;
    background: #fff;
    left: 37px;
    top: 37px;
    z-index: -2
}

.banner-wraper .circ1:after {
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ1:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .inner-txt {
    display: table-cell;
    vertical-align: middle
}

.banner-wraper .inner-txt p {
    margin: 0
}

.banner-wraper .inner-txt img {
    margin-bottom: 10px
}

.banner-wraper .circ1 span {
    display: block;
    line-height: 1.1em;
    font-weight: 600;
    font-size: 35px
}

.banner-wraper .circ1 span:first-child {
    color: #cb1629
}

.banner-wraper .circ1 span:nth-child(2) {
    color: #868686
}

.banner-wraper .circ1 span:nth-child(3) {
    color: #393939
}

.banner-wraper .circ1 a {
    display: inline-block;
    background: #cb1629;
    color: #fff;
    padding: 10px 45px;
    margin-top: 25px;
    border-radius: 25px;
    text-decoration: none
}

.banner-wraper a {
    text-decoration: none
}

.banner-wraper .circ2 {
    text-transform: uppercase;
    width: 230px;
    height: 230px;
    background: #d74948;
    border-radius: 50%;
    text-align: center;
    display: table;
    color: #fff;
    position: absolute;
    left: calc(50% - 365px);
    top: calc(50% - 250px);
    animation: bounce-in-fwd 1.1s ease 1s 1 normal both running
}

.banner-wraper .circ3,
.banner-wraper .circ4 {
    text-transform: uppercase;
    color: #414141;
    position: absolute;
    text-align: center
}

.banner-wraper .circ2:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ2:hover:after {
    transform: scale(1);
    opacity: .1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ3 {
    width: 190px;
    height: 190px;
    background: #fff;
    border: 7px solid #ffd618;
    border-radius: 50%;
    display: table;
    left: calc(50% - 342px);
    top: calc(50% - -5px);
    animation: bounce-in-fwd 1.1s ease 2s 1 normal both running
}

.banner-wraper .circ3:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background-color: #ffd618;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ3:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ4 {
    width: 165px;
    height: 165px;
    background: #fff;
    border: 7px solid #ffd618;
    border-radius: 50%;
    display: table;
    right: calc(50% - 330px);
    top: calc(50% - 225px);
    animation: bounce-in-fwd 1.1s ease 3s 1 normal both running
}

.banner-wraper .circ4:after,
.banner-wraper .circ5:after {
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%
}

.banner-wraper .circ4:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffd618;
    opacity: 0;
    z-index: -10;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ4:hover:after {
    transform: scale(1);
    opacity: 1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-wraper .circ4 p {
    font-size: 14px
}

.banner-wraper .circ5 {
    text-transform: uppercase;
    width: 230px;
    height: 230px;
    background: #5c8fe2;
    border-radius: 50%;
    text-align: center;
    display: table;
    color: #fff;
    position: absolute;
    right: calc(50% - 350px);
    bottom: calc(50% - 200px);
    animation: bounce-in-fwd 1.1s ease 4s 1 normal both running
}

.banner-wraper .circ5:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 101;
    -webkit-transform: scale(.2);
    transform: scale(.2);
    transition: all .25s ease-out
}

.banner-wraper .circ5:hover:after {
    transform: scale(1);
    opacity: .1;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.banner-title-wrap .title {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    background: #fdf76c;
    color: #bf1d2e;
    padding: 15px 0
}

.banner-title-wrap .title .h1 {
    font-size: 40px;
    margin: 0;
    font-weight: 500;
    color: #222;
}

.banner-title-wrap .title .h2 {
    font-weight: 500;
    font-size: 40px;
    color: #222;
}

.banner-title-wrap .title .h3 {
    font-size: 40px;
    font-weight: 500;
    color: #222;
}

.banner-title-wrap .title p {
    margin-bottom: 0;
    line-height: 1.4em
}

.banner-wraper .icon-scroll {
    width: 20px;
    height: 35px;
    margin-left: 0;
    top: auto;
    box-shadow: inset 0 0 0 2px #626262;
    border-radius: 25px;
    position: absolute;
    left: calc(49%);
    bottom: 50px;
    z-index: 9
}

.banner-wraper .icon-scroll:before {
    content: '';
    width: 2px;
    height: 6px;
    background: #626262;
    margin-left: -18px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
    position: absolute;
    left: 27px;
    bottom: 25px;
    z-index: 99
}

#section1 .top-banner .overlay p,
#section1 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(25px)
    }
}

.why-xenel-wrap {
    background: url(../images/whychoose-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
}

#section1 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 30
}

#section1 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section1 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section1 .top-banner .overlay p {
    transition: all ease 1s;
    font-size: 20px;
    color: #000;
    padding-top: 25px
}

#section1 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section1.active .top-banner {
    display: block
}

.why-xenel-wrap h3 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 70px;
    font-size: 30px;
    position: relative;
    text-transform: uppercase
}

.head-wrap h3:after {
    content: "";
    border-bottom: 1px solid #bf1c2d;
    position: absolute;
    bottom: -15px;
    left: calc(46%);
    width: 100px
}

.why-xenel-wrap .txt {
    color: #fff;
    padding-left: 30px
}

.why-xenel-wrap .txt p {
    font-weight: 300;
    margin-bottom: 30px
}

.why-xenel-wrap .txt .services {
    margin-top: 40px
}

.why-xenel-wrap .txt .services li {
    list-style-type: none;
    border-right: 1px solid #6f7374
}

.why-xenel-wrap .txt .services li:last-child {
    border-right: none
}

.why-xenel-wrap .txt .services li img {
    margin-bottom: 15px
}

.why-xenel-wrap .txt .services li p {
    text-align: justify;
    font-size: 14px
}

.why-xenel-wrap .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 300
}

.why-xenel-wrap .txt .activities {
    background: #bf1c2d;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    margin-top: 40px
}

.why-xenel-wrap .txt .activities li {
    list-style-type: none;
    border-right: 1px solid #f0cace;
    font-weight: 300;
    font-size: 15px
}

.why-xenel-wrap .txt .activities li img {
    padding-right: 15px
}

.why-xenel-wrap .txt .activities li:last-child {
    border-right: none
}

.color-change-2x {
    animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear 0s infinite alternate both running
}

#section2 .top-banner .overlay p,
#section2 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

.success-stories-wrap {
    padding: 70px 0
}

#section2 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 31
}

#section2 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section2 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section2 .top-banner .overlay p {
    font-size: 20px;
    transition: all ease 1s;
    color: #000;
    padding-top: 25px
}

#section2 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section2.active .top-banner {
    display: block
}

.success-stories-wrap h3 {
    color: #363636!important;
    position: relative;
    text-align: center;
    font-size: 30px;
    margin-bottom: 70px;
    font-weight: 700;
}

.success-stories-wrap .carousel-control-next,
.success-stories-wrap .carousel-control-prev {
    display: none
}

.success-stories-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #636363;
    margin: 0 8px
}

.success-stories-wrap .carousel-indicators li.active {
    background: #bf1c2d
}

.success-stories-wrap .carousel-indicators {
    left: -33%
}

.success-stories-wrap .txt p {
    line-height: 1.9em;
    font-weight: 300;
    text-align: justify;
    color: #363636;
    font-size: 15px
}

.success-stories-wrap .txt a {
    color: #bf1c2d;
    border-bottom: 1px solid #bf1c2d;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.8em;
    display: inline-block;
    margin-top: 20px;
    margin-left: 158px;
}

.success-stories-wrap .predictabilty-wrap {
    text-align: center;
    margin-top: 60px
}

.success-stories-wrap .predictabilty-wrap li {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    width: 45%;
    border-right: 1px solid #a1a1a1;
    font-weight: 300
}

.success-stories-wrap .predictabilty-wrap li img {
    margin-bottom: 20px
}

.success-stories-wrap .predictabilty-wrap li:last-child {
    border: none
}

.success-stories-wrap .predictabilty-wrap li span {
    display: block;
    width: 130px;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 15px
}

.success-stories-wrap .heartbeat {
    animation: heartbeat 1.5s ease-in-out infinite both
}

#section3 .top-banner .overlay p,
#section3 .top-banner img {
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running;
    width: 100%
}

.services-wraper {
    background: #fdf76c;
    padding: 70px 0 50px;
    position: relative
}

.services-wraper h3 {
    color: #363636!important;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 70px;
    text-transform: uppercase
}

#section3 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 32
}

#section3 .top-banner img {
    transition: all .5s;
    height: 80px
}

#section3 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section3 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    transition: all ease 1s;
    padding-top: 25px
}

#section3 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section3.active .top-banner {
    display: block
}

.services-wraper .inner-wraper {
    margin: 0 50px;
    border-bottom: 1px solid #d7d7d7
}

.services-wraper .txt {
    margin-bottom: 40px;
    border: 1px solid transparent;
    padding: 15px;
    position: relative;
    transition: all .3s ease-out;
    text-align: center;
    color: #000
}

#section4 .top-banner .overlay p,
#section4 .top-banner img {
    width: 100%;
    transition: all ease 1s;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.services-wraper .txt img {
    margin-bottom: 20px;
    display: inline-block
}

.services-wraper .txt h4 {
    font-size: 23px;
    padding-bottom: 20px;
    font-weight: 500
}

.services-wraper .txt p {
    height: 150px;
    overflow: hidden;
    line-height: 1.7em;
    font-weight: 400;
    text-align: justify;
    font-size: 15px
}

.services-wraper .txt a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 15px
}

.services-wraper .txt:hover a {
    color: #000;
    border: 1px solid #000
}

.services-wraper .txt:hover {
    background: 0 0;
    box-shadow: 1px -1px 10px 5px #fdf76c
}

.news-letter-wrap {
    background-image: url('../images/consulation-bg.jpg');
    padding: 45px 0px;
}

.news-letter-wrap .inner-wrap {
    padding: 0 15px
}

.news-letter-wrap .inner-wrap p {
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin-right: 15px;
    margin-bottom: 0;
    line-height: 1.9em;
    color: #fff;
}

.news-letter-wrap .inner-wrap p span {
    font-weight: 400
}

.news-letter-wrap .inner-wrap .catct img {
    display: inline
}

.news-letter-wrap .inner-wrap .catct {
    display: inline-block;
    margin-top: 3px
}

.news-letter-wrap a {
    background: #bf1d2e;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    display: inline-block
}

.our-client-wrap {
    padding: 70px 0
}

#section4 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 33
}

#section4 .top-banner img {
    height: 80px
}

#section4 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section4 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    padding-top: 25px
}

#section4 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section4.active .top-banner {
    display: block
}

.our-client-wrap h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.our-client-wrap .client-txt .txt {
    height: 300px;
    padding-left:53px;
}

.our-client-wrap .client-txt span img {
    padding: 0 15px 0 0;
    width: 50px;
    vertical-align: top;
}

.our-client-wrap .client-txt p {
    text-align: justify;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 15px
}

.our-client-wrap .client-txt {
    box-shadow: 1px 1px 15px 3px #ddd;
    padding: 50px;
    border-radius: 5px;
    margin: 20px
}

.our-client-wrap .carousel-control-next,
.our-client-wrap .carousel-control-prev {
    display: none
}

.our-client-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #636363;
    margin: 0 8px
}

.our-client-wrap .carousel-indicators li.active {
    background: #bf1c2d
}

.our-client-wrap .carousel-indicators {
    bottom: 30px
}

.our-client-wrap .client-list {
    position: relative;
    padding: 30px 0;
    width: 100%;
    height: 100%
}

.our-client-wrap .client-list ul {
    display: none;
    width: 100%;
    height: 100%;
    transition: all ease 3s
}

.our-client-wrap .client-list ul.active {
    display: block
}

.our-client-wrap .client-list ul li {
    list-style-type: none
}

.our-client-wrap .client-list ul li:nth-child(1) {
    position: absolute;
    left: calc(54px);
    top: calc(50% - 240px);
    transition: all ease 1s
}

.our-client-wrap .client-list ul li:nth-child(1) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(2) {
    position: absolute;
    left: calc(45% - 25px);
    top: calc(50% - 233px)
}

.our-client-wrap .client-list ul li:nth-child(2) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 1s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(3) {
    position: absolute;
    right: calc(45% - 237px);
    top: calc(50% - 88px)
}

.our-client-wrap .client-list ul li:nth-child(3) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) .5s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(4) {
    position: absolute;
    right: calc(45% - 145px);
    top: calc(50% - -100px)
}

.our-client-wrap .client-list ul li:nth-child(4) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 2s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(5) {
    position: absolute;
    left: calc(45% - 262px);
    top: calc(50% - -90px)
}

.our-client-wrap .client-list ul li:nth-child(5) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 1.5s 1 normal both running
}

.our-client-wrap .client-list ul li:nth-child(6) {
    position: absolute;
    left: calc(45% - 140px);
    top: calc(50% - 67px)
}

.our-client-wrap .client-list ul li:nth-child(6) img {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

#section5 .top-banner .overlay p,
#section5 .top-banner img {
    width: 100%;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) 0s 1 normal both running
}

.our-client-wrap .carousel-item {
    padding: 80px 0
}

.our-blog-wraper {
    padding: 50px 0 60px;
    position: relative
}

#section5 .top-banner {
    position: fixed;
    top: 62px;
    height: 80px;
    width: 100%;
    opacity: 1;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    z-index: 34
}

#section5 .top-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

#section5 .top-banner img {
    transition: all .3s;
    height: 80px
}

#section5 .top-banner .overlay p {
    font-size: 20px;
    color: #fff;
    padding-top: 25px
}

#section5 .top-banner {
    display: none;
    transition: all .3s ease-out
}

#section5.active .top-banner {
    display: block
}

.our-blog-wraper h3 {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.our-blog-wraper .blog-wrap {
    padding: 0 50px
}

.our-blog-wraper .blog-wrap li {
    text-align: center;
    padding: 0 40px;
    list-style-type: none
}

.our-blog-wraper .blog-wrap li .img1 {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    display: inline-block;
    box-shadow: 0 1px 10px 1px #ddd;
    margin-bottom: 10px;
    object-fit: cover
}

.our-blog-wraper .carousel-control-next,
.our-blog-wraper .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    top: 85px
}

.our-blog-wraper .carousel-control-prev {
    left: 85px
}

.our-blog-wraper .carousel-control-next {
    right: 85px
}

.our-blog-wraper .blog1 span {
    display: block;
    padding: 20px 0
}

.our-blog-wraper .blog1 p {
    padding: 0 20px;
    font-weight: 500
}

.our-blog-wraper .blog1 a {
    color: #000;
    font-weight: 100;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin-top: 30px
}

.our-blog-wraper .month-wrap {
    position: relative
}

.our-blog-wraper .month-wrap ul li {
    padding: 0 30px;
    font-size: 140px;
    text-transform: uppercase;
    color: #eceff4;
    font-weight: 500;
    width: 32%;
    display: none
}

.our-blog-wraper .month-wrap ul {
    height: 200px;
    margin: 0
}

.our-blog-wraper .month-wrap ul li.active {
    position: absolute;
    left: calc(50% - 150px);
    display: block
}

.our-blog-wraper .icon-wrap {
    background: url(../images/line1.png) 0 105px no-repeat;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0
}

.footer-wrap .info-wrap {
    background: #f0f4f7;
    padding: 40px 0
}

.footer-wrap .info-wrap h3 {
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.footer-head3 {
    padding-bottom: 15px !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important
}

.footer-wrap .info-wrap ul li {
    list-style-type: none;
    line-height: 1.9em
}

.footer-wrap .info-wrap ul {
    padding-left: 0
}

.footer-wrap .info-wrap ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none
}

.footer-wrap .info-wrap ul li a:hover {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
}

.footer-wrap .info-wrap .contact p {
    margin-bottom: 10px;
    font-size: 14px
}

.footer-wrap .locations-wrap {
    background: #f0f4f7;
    text-align: center
}

#back-to-top {
    cursor: pointer
}

.footer-wrap .social-icons {
    display: none
}

.footer-wrap .social-icons li {
    display: inline-block;
    padding-right: 10px
}

.footer-wrap .social-icons li i {
    font-size: 18px
}

.footer-wrap .locations-wrap h3 {
    color: #fff;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px
}

.footer-wrap .locations-wrap ul {
    text-align: center;
    padding-left: 0
}

.footer-wrap .locations-wrap ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: 1px solid #fff;
    line-height: 1em
}

.footer-wrap .locations-wrap ul li:hover a {
    color: #ddd
}

.footer-wrap .contact ul li {
    line-height: 1.7em;
    font-size: 14px;
    font-family: Lato, sans-serif
}

.footer-wrap .locations-wrap ul li:last-child {
    border-right: none
}

.footer-wrap .locations-wrap ul li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 300
}

.footer-wrap .copy-right {
    background: #bf1e2d;
    color: #fff;
    text-align: center;
    padding: 15px 0
}

.footer-wrap .copy-right p {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 300
}

.footer-wrap .info-wrap .blog2 li {
    display: inline-block;
    width: 48%
}

@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes bounce-in-fwd {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    38% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1
    }
    55% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100%,
    72%,
    89% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    81% {
        -webkit-transform: scale(.84);
        transform: scale(.84);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    95% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes color-change-2x {
    0% {
        background: #bf1d2e
    }
    100% {
        background: #5c8fe2
    }
}

@keyframes heartbeat {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out
    }
    10% {
        transform: scale(.91);
        animation-timing-function: ease-in
    }
    17% {
        transform: scale(.98);
        animation-timing-function: ease-out
    }
    33% {
        transform: scale(.87);
        animation-timing-function: ease-in
    }
    45% {
        transform: scale(1);
        animation-timing-function: ease-out
    }
}

.fade-in {
    animation: fade-in 1.2s cubic-bezier(.39, .575, .565, 1) both
}

.fade-in-top {
    -webkit-animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both;
    animation: fade-in-top .6s cubic-bezier(.39, .575, .565, 1) both
}

@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-out-top {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    100% {
        transform: translateY(-50px);
        opacity: 0
    }
}

.fade-out-top {
    animation: fade-out-top .7s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.scale-in-center {
    -webkit-animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both;
    animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both
}

.inner-banner {
    position: relative
}

.inner-banner .title {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 35px;
    font-weight: 400
}

.inner-banner img {
    width: 100%;
    object-fit: cover;
}

.about-us-wraper {
    padding: 50px 0
}

.about-us-wraper h3 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.about-us-wraper p {
    line-height: 1.8em;
    text-align: justify
}

.about-us-wraper .blog1 .inner-wrap {
    display: flex
}

.about-us-wraper .blog1 {
    padding: 40px;
    box-shadow: 1px 1px 10px 2px #ddd;
    border-radius: 10px;
    margin: 30px 0
}

.about-us-wraper .blog1 h4 {
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: uppercase
}

.about-us-wraper .blog1 .img-wrap img {
    padding-top: 15px
}

.inner-services-wrap {
    background: url(../images/servicebg.jpg) repeat;
    padding: 80px 0;
    text-align: center
}

.inner-services-wrap h3 {
    font-size: 34px;
    padding-bottom: 20px;
}

.inner-services-wrap h4 {
    font-weight: 400
}

.inner-services-wrap img {
    margin-bottom: 10px
}

.inner-services-wrap .subtitle {
    /*padding-bottom:20px;font-size:20px*/
}

.inner-services-wrap ul {
    padding-left: 0
}

.inner-services-wrap ul li {
    list-style-type: none;
    line-height: 1.7em;
    font-weight: 100
}

.inner-services-wrap .blog1 {
    padding: 40px;
    border-radius: 10px;
    transition: all ease 1s
}

.inner-services-wrap .blog1 p {
    text-align: justify;
    line-height: 1.7em
}

.inner-services-wrap .blog1 a {
    color: #000;
    text-decoration: none;
    border: 1px solid transparent;
    border-bottom: 1px solid #000;
    display: inline-block;
    padding: 5px 10px
}

.inner-services-wrap .blog1:hover {
    box-shadow: 1px 1px 10px 2px #ddd;
    background: #fff
}

.inner-services-wrap .blog1:hover a {
    border: 1px solid #000
}

.services-text-wraper .inner-wrap {
    padding: 0 130px
}

.services-text-wraper p {
    line-height: 1.5em;
	font-size: 17px;
}
.font-weight-light {
    font-weight: 400 !important;
}
.services-text-wraper .digital-wrap {
    text-align: center;
    padding-top: 20px
}

.services-text-wraper .digital-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    color: #be1d2e;
    margin-bottom: 15px
}

/*.services-text-wraper .digital-wrap .sub-title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5em
}*/
.services-text-wraper .sub-title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.5em;
    text-align: justify;
}

.services-text-wraper .digital-wrap .img1 {
    width: 55%
}

.services-text-wraper .sagar-wrap {
    background: #ededed;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
}

.services-text-wraper .sagar-wrap p {
    line-height: 1.7em;
    font-size: 18px;
    font-weight: 300
}

.services-text-wraper .sagar-wrap h4 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 600;
}

.services-text-wraper .sagar-wrap span {
    font-size: 14px
}

.services-text-wraper .our-client-wrap {
    text-align: center;
    margin-bottom: 50px;
    padding: 0
}

.services-text-wraper .our-client-wrap h4 {
    padding-bottom: 30px;
    font-weight: 600
}

.services-text-wraper .our-client-wrap ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0 5px
}

.services-text-wraper .btn-wrap {
    background: #be1d2e;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer
}

.services-text-wraper .btn-wrap img {
    padding-right: 10px
}

.services-text-wraper .txt-wrap .s1 {
    margin: 20px 0 30px
}

.services-text-wraper .txt-wrap .b1 {
    font-weight: 600
}

.services-text-wraper .list-wrap {
    background: #ededed;
	border-radius: 10px;
	padding: 20px 30px;
	margin-bottom: 1.5rem;
}

.services-text-wraper .list-wrap ul{
    margin-bottom: 0 !important;
}

.services-text-wraper .list-wrap ul li {
    line-height: 1.5em;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 17px;
    list-style-type: none;
    position: relative;
    font-weight: 300;
    padding-left: 25px;
}

.services-text-wraper .list-wrap ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #be1d2e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 17px;
}

#myModal1 .close,
#myModal2 .close {
    opacity: 1;
    position: relative;
    right: 30px;
    top: 25px;
    z-index: 99
}

.services-text-wraper .why-xenel {
    background: #ededed;
    border-radius: 10px;
    padding: 50px 50px 25px;
    margin-bottom: 50px;
    margin-top: 30px
}

.services-text-wraper .why-xenel ul {
    padding-left: 0
}

.services-text-wraper .why-xenel ul li {
    list-style-type: none;
    padding-bottom: 0
}

.services-text-wraper .why-xenel ul li p {
    font-size: 16px
}

.services-text-wraper .why-xenel ul li img {
    float: left;
    padding: 12px 20px 100px 0
}

.services-text-wraper .why-xenel ul li:first-child {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.services-text-wraper .why-xenel ul li:nth-child(2) {
    border-bottom: 1px solid #ddd;
    padding-left: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(3) {
    border-right: 1px solid #ddd;
    padding-right: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(4) {
    padding-left: 20px
}

.services-text-wraper .why-xenel ul li:nth-child(3),
.services-text-wraper .why-xenel ul li:nth-child(4) {
    padding-top: 30px
}

/*.services-text-wraper .why-xenel h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px
}*/

.services-text-wraper .txt-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}

.services-text-wraper .txt-wrap h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
}

.services-text-wraper .txt-wrap .case {
    background: #bf1c2d;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 12px 28px;
    margin: 30px 0;
    font-size: 20px;
    text-decoration: none
}

#myModal1 .btn-default,
#myModal2 .btn-default {
    background: #d3293b;
    border: none;
    outline: 0;
    cursor: pointer
}

.services-text-wraper .txt-wrap .case:hover {
    color: #fff
}

.services-text-wraper .txt-wrap h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px
}
.services-text-wraper .txt-wrap h2.left {
    text-align: left;
}
#myModal1 .form-control,
#myModal1 h4 {
    margin-bottom: 20px
}

#myModal1 {
    padding-right: 0!important
}

#myModal1 .modal-body {
    padding: 2em
}

#myModal1 ul {
    padding-left: 0;
    margin-bottom: 0
}

#myModal1 ul li {
    list-style-type: none
}

#myModal1 .modal-header {
    padding: 0;
    border-bottom: none
}

#myModal1 .close {
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #d3293b
}

#myModal1 h4 {
    font-size: 18px;
    text-align: center
}

#myModal1 .btn-default {
    color: #fff;
    padding: 10px 20px
}

#myModal1 .modal-dialog {
    max-width: 600px;
    margin: 10% auto
}

#myModal2 .form-control,
#myModal2 h4 {
    margin-bottom: 20px
}

#myModal2 {
    padding-right: 0!important
}

#myModal2 .modal-body {
    padding: 2em
}

#myModal2 ul {
    padding-left: 0;
    margin-bottom: 0
}

#myModal2 ul li {
    list-style-type: none
}

#myModal2 .modal-header {
    padding: 0;
    border-bottom: none
}

#myModal2 .close {
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #d3293b
}

#myModal2 h4 {
    font-size: 18px;
    text-align: center
}

#myModal2 .btn-default {
    color: #fff;
    padding: 10px 20px
}

#myModal2 .modal-dialog {
    max-width: 600px;
    margin: 10% auto
}

#black-header-inner .header-wrap {
    position: fixed;
    width: 100%;
    z-index: 9
}

.contact-us-wraper .inner-wraper1 {
    width: 100%;
    max-width: 600px;
    margin: -300px auto 0;
    position: relative
}

.contact-us-wraper .form-wraper {
    background: #fff;
    border-radius: 10px;
    padding: 40px 50px;
    box-shadow: 0 2px 10px 4px #ddd;
    margin-bottom: 90px
}

.contact-us-wraper .inner-wraper1 h3 {
    color: #000;
    position: relative;
    text-align: center;
    font-size: 44px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px
}

.contact-us-wraper .inner-wraper1 .form-control {
    margin-bottom: 20px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    padding-left: 0
}

.contact-us-wraper .inner-wraper1 .s1 {
    background: url(../images/rightar.png) right no-repeat #fff!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: 0;
    cursor: pointer
}

.contact-us-wraper .inner-wraper1 .btn-default {
    background: #cb1629;
    color: #fff;
    border: none;
    padding: 12px 40px;
    display: inline-block;
    float: left;
    border-radius: 20px;
    margin-top: 20px;
    outline: 0;
    cursor: pointer
}

.contact-info-wrap {
    background: #363636;
    padding: 50px 0;
    color: #fff;
    text-align: center
}

.contact-info-wrap h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 25px
}

.contact-info-wrap figcaption {
    margin-bottom: 10px;
    text-transform: uppercase
}

.contact-info-wrap img {
    margin-bottom: 10px
}

.contact-info-wrap .txt p {
    font-family: Lato, sans-serif;
    background: #2b2b2b;
    padding: 15px 10px
}

.contact-info-wrap .txt p span {
    display: block;
    line-height: 3em
}

.contact-info-wrap .txt p .f1 {
    display: inline-block;
    margin: 0 5px
}

.portfolio-types-wraper {
    padding: 20px 0px;
    background-color: #bf1d2e;
}
.our-blog-wraper .month-wrap ul.mobile{
    display: none;
}
.our-blog-wraper .month-wrap ul li.active {
    position: absolute;
    left: calc(0);
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;

}
.header-wrap {
    padding: 10px 0 0 20px;
    transition: all .3s ease-out;
}
.header-wrap .right-wrap {
    bottom: 110px;
    z-index: 35;
}
.header-wrap .social-icons ul {
    padding-left: 0;
    z-index: 15;
    left: 5px;
}
.header-wrap .social-icons li i {
    font-size: 18px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    margin-top: 7px;

}
.banner-wraper .circ1 a img {
    width: 40px;
    margin: -2px 0 0 -12px;
    display: inline-block;
    vertical-align: middle;
}
.success-stories-wrap {
    background: #eee;
}
.our-blog-wraper .blog1 p {
    height: 42px;
    overflow: hidden;
}
.header-wrap .social-icons li .fa-instagram {
	color: #fff;
    background: #d74948;
}
.header-wrap .social-icons li .fa-linkedin-in {
	color: #fff;
    background: #0083be;
}
.header-wrap .social-icons li .fa-twitter {
	color: #fff;
    background: #1da1f2;
}
.header-wrap .social-icons li .fa-facebook-f {
	color: #fff;
    background: #4867aa;
    padding-left: 0;

}
.header-wrap .social-icons ul::before {
    left: 17px;
    display: none;
}
p {
    font-size: 14px;
}
.news-letter-wrap {
    background-size: cover;
}
.news-letter-wrap .inner-wrap p {
    margin-bottom: 25px;
}
.news-letter-wrap .form-group{
    margin-bottom: 2rem;
}
.news-letter-wrap .form-control{
    background: transparent;
    border-radius: 2px;
    border:1px solid #fff;
    font-size: 14px;
    color: #fff;
}
.news-letter-wrap .form-control:focus{
    box-shadow: none;
}
.news-letter-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.news-letter-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.news-letter-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.news-letter-wrap .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 100%;
}
.banner-wraper .inner-txt p {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.banner-wraper .circ1 span {
    font-weight: 700;
    letter-spacing: 2px;
}
.banner-wraper .circ2 {
    top: calc(50% - 230px);
}
.banner-wraper .circ1 {
    top: 80px;
}
.banner-wraper .circ3 {
    top: calc(50% - -25px);
}
.banner-wraper .circ4 {
    top: calc(50% - 205px);
}
.banner-wraper .circ5 {
    bottom: calc(50% - 220px);
}
.banner-title-wrap .title {
    background: #FFD54F;
    color: #bf1d2e;
}
.banner-title-wrap .title .h1, .banner-title-wrap .title .h3{
    font-size: 38px;
    font-weight: 400;
    color: #111;
}
.banner-title-wrap .title .h2 {
    font-weight: 700;
    color: #111;
}
.why-xenel-wrap h3 {
    letter-spacing: 2px;
}
.why-xenel-wrap .txt p {
    font-weight: 400;
}

.services-text-wraper .txt-wrap .s1 {
    margin: 0;
}

.services-text-wraper .list-wrap ul li .custom-h6{
    margin-bottom: 0;
}

.top-marg-5{ margin-top: 5px; }
.top-marg-10{ margin-top: 15px; }
.top-marg-15{ margin-top: 15px; }
.top-marg-20{ margin-top: 20px; }
.top-marg-25{ margin-top: 25px; }
.top-marg-30{ margin-top: 30px; }
.top-marg-35{ margin-top: 35px; }
.top-marg-40{ margin-top: 40px; }
.top-marg-45{ margin-top: 45px; }
.top-marg-50{ margin-top: 50px; }
.tbmag-add1{
    margin: 1rem auto;
}
.tbmag-add{
	margin: 2rem auto;
}

.why-xenel-wrap .txt .services li img {
    background: #cb1629;
    padding: 15px;
    border-radius: 5px;
}
.why-xenel-wrap .txt h4 {
    font-weight: 600;
}
.why-xenel-wrap .txt .activities li {
    font-weight: 500;
}
.success-stories-wrap .txt p {
    line-height: 1.9em;
    font-weight: 400;
    font-size: 14px;
}
.success-stories-wrap .predictabilty-wrap li span {
    font-weight: 500;
}
.success-stories-wrap h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-wraper h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-wraper .txt img {
    /*background: #fff;
    padding: 15px;
    width: 82px;
    border-radius: 5px;*/
}
.services-wraper .txt h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
}
.services-wraper .txt a {
    font-weight: 600;
}
.our-client-wrap h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.our-client-wrap .client-txt p {
    font-size: 13px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 0;
}
.our-client-wrap .client-txt {
    font-weight: 600;
    font-size: 14px;
}
.our-client-wrap .client-txt .txt .compname {
    font-size: 13px;
    margin: -15px 0 3px 0;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .rate-date{
    
}
.our-client-wrap .client-txt .txt .rate-date .rate{
    width: 70px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAcklEQVQoz2NgoDZ4Xij9nxxNASCNIJpUjQugGheQqvEBVOMDfIoSgPg9VCEh/B7F+UCOAhDvJ6AJJK+Ay/Z8HJryCfnNAIdGA0IaC3BonEBI4wakQIgH4vsEQxeqERYIAlC+AFKg4QwYByCuxyFXj56KAEHuodjGnEtTAAAAAElFTkSuQmCC);
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
.our-client-wrap .client-txt .txt .rate-date .date{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .like{
    margin-top: 10px;
}
.our-client-wrap .client-txt .txt .like span{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.our-client-wrap .client-txt .txt .like span.licon{
    display: inline-block;
    fill: currentColor;
    height: 24px;
    line-height: 24px;
    position: relative;
    width: 24px;
    margin-right: 7px;
    color: #999;
}
.our-client-wrap .client-txt .txt .like span.licon:hover{
    color: #7b7b7b;
}
.our-client-wrap .client-txt .txt .like span.licon svg{
    display: block !important;
}
.our-blog-wraper h3 {
    font-weight: 800;
    letter-spacing: 2px;
}
.services-text-wraper .our-client-wrap h4 {
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
}
.services-text-wraper .digital-wrap h2 {
    font-size: 23px;
    font-weight: 700;
}
.services-text-wraper .list-wrap h5{
	font-weight: 700;
	font-size: 20px;
}
.inner-services-wrap1 h3{
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 30px;
}
.inner-services-wrap1 h3, .inner-services-wrap h3{
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 0;
}
.inner-services-wrap1 p.subtitle, .inner-services-wrap p.subtitle{
	font-size: 16px;
	font-weight: 500;
}
.inner-services-wrap1 figure img, .inner-services-wrap figure img  {
    background: #cb1629;
    padding: 15px;
    width: 82px;
    border-radius: 5px;
}

.contact-us-wraper .form-wraper {
    border-radius: 0;
    padding: 33px 50px;
    box-shadow:none;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.inner-banner .title {
    color: #fff;
}
.contact-us-wraper .form-wraper {
    margin-top: 0;
    margin-bottom: 0;
}
}.portfolio-types-wraper .tab-content ul{margin:0;padding-bottom:30px}
.portfolio-types-wraper .tab-content ul li{list-style-type:none;display:inline-block;margin-right:15px}
.portfolio-types-wraper .tab-content ul li img{margin-right:5px;width:30px;height:21px}
.portfolio-types-wraper .tab-content ul li a{color:#fff;font-size:14px;display:inline-block;border:1px solid #fff;padding:10px 15px;text-decoration:none}
.portfolio-types-wraper h3{color:#fff;margin-bottom:10px;text-transform:uppercase;font-size:20px;padding:30px 0 0; font-weight: 700;}
.portfolio-types-wraper .nav-tabs .nav-link{border:1px solid #fff;color:#fff;border-radius:3px; font-size: 14px;}
.portfolio-types-wraper .nav-tabs .nav-link.active{color:#000}
.portfolio-types-wraper .nav-tabs .nav-link.active .img1{display:none}
.portfolio-types-wraper .nav-tabs .nav-link.active .img2{display:inline-block}
.portfolio-types-wraper .nav-tabs .nav-item{margin-right:15px;    margin-bottom: 15px;}
.portfolio-types-wraper .nav-tabs .nav-item .img2{display:none}
.portfolio-types-wraper .nav-tabs .nav-item img{width:35px;height:25px;margin-right:10px}
.portfolio-types-wraper .nav-tabs{border:none}
.portfolio-types-wraper .blog1{animation:scale-in-center .8s cubic-bezier(.25,.46,.45,.94) 0s 1 normal both running;margin-bottom:30px;text-decoration:none;color:#000;display:block;position:relative}
.portfolio-types-wraper .wrap{background:#fff;padding:40px 80px;     margin-top: 40px;}
.portfolio-types-wraper .wrap h3{text-align:center;color:#000;font-size:30px;padding-bottom:20px}
.portfolio-types-wraper .blog1 .title{padding-top:10px}
.portfolio-types-wraper .blog1 .title p{margin-bottom:2px;font-weight:600;text-transform: capitalize;}
.portfolio-types-wraper .blog1 .title span{color:#bf1e2d}
.portfolio-types-wraper .blog1 .img1{width:100%;height:220px}
.portfolio-types-wraper .blog1 .overlay{position:absolute;background:#bf1e2d;top:0;right:0;left:0;bottom:30px;border-radius:5px;opacity:0;transition:all ease 1s}
.portfolio-types-wraper .blog1 .overlay img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.portfolio-types-wraper .blog1:hover .overlay{opacity:1}
.contactwith-us-wraper{padding:70px 0;text-align:center;background:#363636;color:#fff}
.contactwith-us-wraper h3{padding-bottom:20px;font-weight:700;font-size:32px; font-weight: 700;}
.contactwith-us-wraper p{width:100%;max-width:800px;margin:0 auto;padding-bottom:40px;line-height:1.7em;font-size:18px}
.contactwith-us-wraper a{background:#1ebebe;color:#fff;display:inline-block;padding:12px 40px;border-radius:20px;text-decoration:none}
.career-wraper{padding:50px 0}
.career-wraper .card-body h3{font-size: 18px; font-weight: 700;}
.career-wraper .panel-title>a:before{float:right!important;font-family:FontAwesome;content:"\f068";padding-right:5px}
.career-wraper .panel-title>a.collapsed:before{float:right!important;content:"\f067"}
.career-wraper .panel-title>a:active,.career-wraper .panel-title>a:focus,.career-wraper.panel-title>a:hover{text-decoration:none}
.career-wraper .collapse.in{display:block}.career-wraper .card-header{background:#bf1e2d;color:#fff;padding:0}
.career-wraper .btn-link{width:100%;text-align:left;color:#fff;text-decoration:none;padding:10px 20px; font-weight: 700;}
.career-wraper .card-body ul li{list-style-type:none;line-height:1.7em;padding-bottom:10px; font-size: 14px;}
.career-wraper .resume-wrap{background:#595959;padding:20px;border-radius:3px}
.career-wraper .resume-wrap h3{color:#fff;padding-bottom:15px;font-size:20px}
.career-wraper .resume-wrap h3 img{margin-right:10px}
.career-wraper .resume-wrap label{color:#fff}
.career-wraper .resume-wrap .form-control{margin-bottom:15px;border-radius:3px}
.career-wraper .resume-wrap .btn-default{background:#bf1e2d;color:#fff;width:100%;border:none;padding:10px 0;margin-top:10px}
.career-wraper .title{margin-bottom:30px;line-height:1.6em;text-align:justify;font-size:15px}
.career-wraper .detail-wrap p span{font-weight:600}
.services-banner-title .title{font-size:50px;color:#ffffff;font-weight:700;top:30%}
.services-banner-title .title span{color:#000}
.inner-services-wraper{padding:20px 0}
.inner-services-wraper h3{font-size:22px;margin-bottom:10px;font-weight:700;}
.inner-services-wraper p{line-height:1.7em;text-align:justify; font-size: 17px;}
.cms-wraper h3,.cms-wraper ul{text-align:center}
.cms-wraper{background:#363636;padding:50px;color:#fff}
.cms-wraper .inner-wraper{padding:0 40px}
.cms-wraper h3{font-size:20px;padding-bottom:50px;width:100%;max-width:900px;margin:0 auto;line-height:1.6em}
.cms-wraper ul li{list-style-type:none;display:inline-block;width:30%;padding-bottom:30px;font-size:20px;text-transform:uppercase}
.cms-wraper ul li img{margin-right:15px}section.banner-title-wrap.mob{display:none}
.inner-services-wraper .inner-wraper ul li{padding-left:35px;list-style-type:none; font-size: 17px; margin: 15px 0 5px 0;}
.inner-services-wraper .inner-wraper ul li:before {
    content: "\f0a4";
    position: absolute;
    font-family: FontAwesome;
    color: #ba272c;
    left: 30px;
    font-size: 20px;
}
.new-overlay {
position: absolute;
height: 100%;
width: 100%;
top: 0;
}


.header-wrap .sidebar-item:first-child{   }

.services-text-wraper .digital-wrap img {
    /*height: 100% !important;*/
}
.list-wrap h5{font-style:italic;}
.list-wrap p{margin-bottom: 1.5rem;}
.list-wrap p:last-child{margin-bottom: 0;}
h1.digi-title{font-size: 30px;text-align: center;line-height: 60px;color: #be1d2e;font-weight: 700; text-transform:uppercase;}

.txt-wrap {
    font-size: 17px;
    line-height: 1.5em;
    text-align: left;
}
.custom-h3{font-size: 20px !important; font-weight: 700; color: #212529 !important;}
.custom-h6{font-size: 17px !important;font-weight: normal !important;}

.fw-500{font-weight: 500;}
.challenges-text p{margin-bottom: 1.5rem;}




.newsletter {
padding: 40px 0;
background: #363636;
}

.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #ffffff;
margin-bottom: 30px;font-size: 25px;
}
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #bf1d2e;
color: #fff;
font-weight:600;
}


.inner-wraper {
    position:relative;
    max-width: 980px;
    width: 100%;
    margin: auto;
  /*  border-left: 1px solid #dddddd;*/
    padding: 0 25px;
    /*border-right: 1px solid #dddddd;*/
}
.inner-wraper ul li{line-height:1.7em;}
h2.serv-heading{margin-bottom:20px;text-align:center; font-weight: 700; font-size: 26px;}
h2.serv-heading.left{text-align:left; }
.h3-text-wrap h3 {
    margin-top: 1.5rem;
    font-size: 20px;
    font-weight: 700;
}

/**   additional css by kanika **/

.txt-white{
	color:#fff !important;
}
.inner-services-wrap1{
	background: url(../images/servicebg2.jpg);
    padding: 80px 0;
    text-align: center;
    color: #212529;
	background-size: cover;
}
.contact{
	margin-left:30px;
}
.inner-servicewrap-btn{
    color: #bf1d2e;
    border: 2px solid #bf1d2e;
    border-radius: 25px;
    padding: 7px 20px;
text-decoration:none;	
font-weight:bold;
-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}

/** utilities **/
.pd-top{
	padding-top: 30px;
}
.mg-tp5{
	    margin-top: 50px;
}
.mg-tp3{
	margin-top:30px;
}
.mg-tp1{
    margin-top:10px;
}
.mg-bt3{
	margin-bottom:30px !important;
}
.mg-bt-2{
	margin-bottom:-20px;
}
/** **/
.inner-servicewrap-btn:hover{
    color: #fff;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	background: #bf1d2e
}
.inner-servicewrap-btn a:hover{
    color: #bf1d2e;
    border: none;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	
}
.service-blocks:hover{
	background-color: #fff;
    color: #000;
    border-radius: 10px;
}
.service-blocks p{
	height: 67px;
    overflow: hidden;
}
.service-blocks h4{
    height: 50px;
	}
.service-blocks{
	padding:40px 50px;
	border-radius: 10px;
	-webkit-transition: background-color 1s ease-out;
  -moz-transition: background-color 1s ease-out;
  -o-transition: background-color 1s ease-out;
  transition: background-color 1s ease-out;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  margin-bottom: 30px;
}
.text-justify{
	text-align:justify;
}
.pd-xaxis{
	padding-right: 15px;
    padding-left: 15px;
}

.es_button{
	margin-top: -70px !important;
    margin-left: 315px !important;
	}
.btn-theme1{
	border-radius: 25px !important;
    padding: 10px 30px 10px 30px !important; 
	text-decoration:none !important;
	background: #bf1d2e !important;
    color: #fff !important;
	display: inline-block;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	border:0;
}
	
	.btn-theme2{
	border-radius: 25px !important;
    padding: 7px 20px !important; 
	text-decoration:none !important;
	background: #000000 !important;
    color: #fff !important;
	display: inline-block;
	-webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    border:0;
}
	
.btn-theme2:hover{
	background-color:#fff !important;
	color: #bf1d2e !important;
	/*font-weight: bold !important;*/
	text-decoration:none !important;
	border:0 !important;
	
	}
	
.btn-theme1:hover{
	background-color:#fff !important;
	color: #bf1d2e !important;
	/*font-weight: bold !important;*/
	text-decoration:none !important;
	border:0 !important;
	
	}
.btn-theme2:hover{
    color: #000 !important;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.btn-theme2 a:hover{
    color: #000 !important;
    border: none;
    border-radius: 25px;
	border:2px solid white;
    padding: 7px 20px;
	background-color:#fff;
	text-decoration:none;
	font-weight:bold;
	
}
.btn-theme2{
    color: white !important;
    border: 2px solid #000  !important;
    border-radius: 25px  !important;
    padding: 7px 20px  !important;
text-decoration:none  !important;	
font-weight:bold  !important;
-webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.footer-bdr{
	border: 1px solid #363636;
    padding: 0px 7px 5px 7px;
	margin-bottom: 10px;
	MARGIN-LEFT: -30PX;
}
.text-whitenew{
	color:white;
}
.text-whitenew:hover{
	color:#000;
}

.inner-services-wraper .btn-wrap{
    background: #be1d2e;
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
	width:100%;
	text-align:center;
	display:inline-block;
	
}
.inner-services-wraper .btn-wrap img{
	padding-right:10px;
}

.inner-banner a {
	border: 1px solid #585454;
    color: #fff;
    margin-top: 20px;
    padding: 11px 34px;
    text-transform: uppercase;
    font-size: 22px;
    transition: var(--animation-time);
    font-weight: 600;
    margin-right: 10px;
background: #464646;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 1px 5px 9px #8080806b;
    box-shadow: 1px 5px 9px #8080806b;
/**position: absolute;
    top: 250px;
    left: 70px;**/

	border-radius:6px;
}
.header-bg{
	position: fixed;
    width: 100%;
    z-index: 9;
}

.inner-banner a:hover {
	text-decoration:none;
	background-color:transparent;
		border: 2px solid #585454;
	color:#585454;
}
.get-a-quote{
		border: 1px solid #be1d2e !important;
    color: #fff !important;
    margin-top: 20px !important;
    padding: 11px 34px !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    transition: var(--animation-time) !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
background: #be1d2e !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    -webkit-box-shadow: 1px 5px 9px #8080806b !important;
    box-shadow: 1px 5px 9px #8080806b !important;
/**position: absolute !important;
    top: 250px !important;
    left: 305px !important;**/

	border-radius:6px !important;
}
.get-a-quote:hover{
	border: 2px solid #be1d2e !important;
    color: #be1d2e !important;
	background:none !important;
}
.transparent-bg{
	position: fixed;
    width: 100%;
    z-index: 9;
    top:0;
}
.inner-banner span{
	/**position: absolute;
    top: 130px;
    left: 70px;**/
	font-size: 35px;
    font-weight: 800;
}
.caption-new{
	text-align:center;
	position: absolute;
	top: 150px;
	left: 70px;
	padding: 20px;
}

.caption-new-2{
	text-align:center;
	position: absolute;
	top: 120px;
	left: 70px;
	padding: 20px;
	color:#fff;
}

.caption-new p{
	font-size: 18px !important;
margin-bottom: 40px;
font-weight: 500 !important;
}

.caption-new-2 p{
	font-size: 18px !important;
margin-bottom: 40px;
font-weight: 500 !important;
}

#inner-header2 .button .bar {
    background: #fff;
}

#inner-header2 .sticky .button .bar {
    background: #000;
}
#inner-header3 .header-wrap .img1 {
    display: none;
}
#inner-header3 .header-wrap .img2 {
    display: block;
}


/** responsive **/
@media (max-width:1200px) and (min-width:1050px) {
	.caption-new{
	top: 120px;
	left: 40px;
}
}

@media (max-width:1050px) and (min-width:768px) {
	.caption-new{
top: 100px;
left: 10px;
	}
	
	.inner-banner span{
font-size: 18px;
	}
	
	.caption-new p{
font-size: 12px !important;
margin-bottom: 20px;
	}
	
	.inner-banner a{
font-size: 12px;
	}
	.get-a-quote{
		font-size: 12px !important;
	}
}

@media (max-width:768px) and (min-width:600px) {
	.caption-new {
    left: 10px !important;
	top: 70px;
}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:600px) and (min-width:530px){
		.caption-new {
    left: 10px !important;
    top: 40px !important;

}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:530px)and (min-width:390px) {
	.caption-new {
left: 10px !important;
    top: 15px !important;
	}
.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 12px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}

}
@media (max-width:390px) and (min-width:340px) {
	.caption-new {
left: 10px !important;
top: 5px !important;
	}
	.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 10px !important;
margin-bottom: 10px;
}
.inner-banner a{
font-size: 12px;
padding: 8px 20px;
}
.get-a-quote{
padding: 8px 22px !important;
font-size: 12px !important;
}
}
@media (max-width:340px){
	.caption-new{
	top: 0px !important;
	left: 10px !important;
	padding: 10px 15px !important;
	}
	.inner-banner span{
font-size: 15px;
}
.caption-new p{
font-size: 10px !important;
margin-bottom: 10px;
}
.inner-banner a{
padding: 6px 10px !important;
font-size: 10px !important;
}
.get-a-quote{
padding: 6px 10px !important;
font-size: 10px !important;
}
}
/** new menu **/

 .header-wrap .sidebar.active {
    display: block;
    transition: all .5s ease;

}
.header-wrap .sidebar {
    height: 100%;
    top: 0;
    z-index: 70;
    position: fixed;
    right: 0;
    background-color: #252525;
    transition: all .5s ease;
    display: none;
    width: 100%;
}
.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}
.menubdr-btm {
    border-bottom: 1px solid #656565;
}
.header-wrap .sidebar-item.active {
    opacity: 1;
    transform: translateY(0px);
	
}
.header-wrap .sidebar-item {
    opacity: 0;
    transform: translateY(-20px);
    border-right: 1px solid #656565;
    padding:35px 15px 17px 15px;

    overflow: hidden;
}
.header-wrap .sidebar-anchor {
    color: #bf1c2d;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
}

.header-wrap .sidebar-anchor2  {
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 20px;
    font-weight: 600;
}
.bdr-ryt {
    border-right: 1px solid #da2532;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 15px;
    font-size: 12px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 12px;
}

.header-wrap .sidebar-list {
    margin: 0;
    list-style: none;
    position: relative;
    text-align: left;
}
.menu-red-bg {
    background: url(../images/menubg.jpg) repeat;
}
.header-wrap .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    transition: all .7s ease-in-out;
}
.header-wrap .single-menu:hover{ 
	transition: all 1s ease;
	 background-size: cover;
	 transform: scale(1.03);
 }
.menu-head{
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 23px;
    line-height: 1.2em;
    margin-bottom: 20px;
}
.header-wrap .menu-head:hover {
    text-decoration: none;
    color: #fff;
}

/** portfolio page **/
.portfolio-types-wraper h4{
	    font-size: 20px;
    font-weight: 500;
}
.portfolio-types-wraper p{
	font-size:14px;
}
.portfolio-types-wraper{
	padding:0px 0px 0 0px ;
}
.portfolio-right{
	background-color:#bf1d2e;
	padding:25px;
	color:white;
}
.portfolio-right a{
	color:#fff;
}
.portfolio-btn{
	background-color:#000;
	color:#fff;
	padding:7px 15px;
	border:2px solid #000;
}
.portfolio-btn:hover{
	text-decoration:none;
	background-color:#bf1d2e;
	color:#fff;
	font-weight:500;
	border:2px solid #fff;
}
.custom-list li {
    list-style-image: url("http://3d-development.com/xenelsoft/wp-content/uploads/2019/04/checkmark-png-transparent-33-copy-2.png");
	    margin-left: 20px;
}
.portfolio-types-wraper{background:#bf1e2d;margin-top:0px}
.type-wraper{
	    padding-top: 20px;
}
.bdr-ryt-b{
    border-right: 1px solid #656565;
}
.sidebar-menu3{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 7px;
	}
.header-wrap .sidebar-item ul li{
	color:#fff;
}
.header-wrap .sidebar-item ul li .fa{
	color:#fff;
}
.contact-menu{
	padding:7px 15px;
	background-color:#fff;
	color:#bf1e2d;
	font-size:15px !important;
	border-radius:6px;
	width:50% !important;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #fff;
	text-align:center;
	}
	.contact-menu:hover{
		color:#fff;
		background:none;
		border:1px solid #fff;
	}
	/** portfolio page **/
.portfolio-sec-wraper h4{
	    font-size: 20px;
    font-weight: 500;
}
.portfolio-sec-wraper p{
	font-size:14px;
}
.portfolio-sec-wraper{
	padding:40px 0px;
}
.portfolio-right{
	background-color:#bf1d2e;
	padding:25px;
	color:white;
    max-height: 674px;
    overflow: auto;
}
.portfolio-right a{
	color:#fff;
}
.portfolio-btn{
	background-color:#000;
	color:#fff;
	padding:7px 10px !important;
	font-size:10px !important;
	border:2px solid #000;
	margin-bottom: 30px;
}
.portfolio-btn:hover{
	text-decoration:none;
	background-color:#bf1d2e;
	color:#fff;
	font-weight:500;
	border:2px solid #fff;
}
.custom-list li {
    list-style-image: url("http://3d-development.com/xenelsoft/wp-content/uploads/2019/04/checkmark-png-transparent-33-copy-2.png");
	    margin-left: 20px;
}
.portfolio-sec-wraper{margin-top:20px}
div.ex1 {
  /*width: 110px;*/
  height: 674px;
  overflow-x: hidden;
}

div.ex1::-webkit-scrollbar { 
    display: none; 
}
.portfolio-sec-wraper .ex1{
border: 20px solid #bf1d2e;
}
.bdr-ryt-w{
    border-right: 1px solid #fff !important;
}
.padding-menu-sec{
padding:0px 40px;
}
.marg-l-menu{
	margin-left:-75px
	
}
.mg-top-3{
	margin-top:-30px;
}
.footer-wrap .info-wrap .footer-menu ul{

	width:290px;
}
.footer-wrap .info-wrap .footer-menu ul li a{
	color: white;
}
.footer-wrap .copyright-wrap ul li{
	color:#fff !important;

}
/*.footer-wrap .info-wrap .footer-menu ul li{
	float: left;
    width: 300px; 
}*/
.footer-wrap .info-wrap .footer-menu ul li a:hover{
	color:#363636 !important;
}
.footer-wrap .info-wrap{
	    background: #bf1d2e;
}
.footer-wrap .info-wrap .follow-us{
	 margin-top: 20px;
 }
 .footer-wrap .info-wrap p{
	 color:#fff;
 }
 .footer-wrap .info-wrap h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 0 1rem 0;
    font-weight: normal;
}
 .footer-wrap .info-wrap h4 img {
    width: 23px;
    position: relative;
    top: -1px;
}
 .footer-wrap .info-wrap .follow-us .fab {
    background-color: #fff;
    color:#bf1d2e;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 7px;
    border: 1px solid #fff;
}
.footer-wrap .info-wrap .follow-us .fab:hover {
    border: 1px solid #fff;
    background-color: #bf1d2e;
    color: #ffffff;
}
.footer-wrap .info-wrap .footer-menu ul{
	padding: 0px 15px;
}
 .follow-us ul li{
	font-size: 14px;

 }
.copyright-wrap .row .col-md-6 ul li img{
	 width:23px;
	 
 }
 .copyright-wrap .row ul li img{
	 width:23px;
 }
 .copyright-wrap .contact-det ul li{
	 display:inline-block;
	 font-size:14px;
 }
  .copyright-wrap ul li{
	  font-size:14px;
	  
  }
/** .footer-wrap .info-wrap .footer-menu{
	width:281px;
}**/
.bdr-top-w{
	border-top:5px solid #fff;
}
.copyright-wrap{
padding: 40px 0 0 0;
border-top:5px solid #fff;
}
.fa-rotate-phone{
	transform: rotate(130deg);
}
.custom-dropdown select{   
 background-color: #fff;
    border: 1px solid #fff;
    color: #000;
    border-radius: 2px;
    padding: 10px 20px;
    margin-left: 70px;
}
.footer-wrap .info-wrap {
    padding: 40px 0 20px 0;
}


/**   additional css by kanika **/

.contact-us-wraper{
    padding: 50px 0;
}
.contact-us-wraper .inner-wraper1 .form-control {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 14px;
    padding: .5rem .75rem;
    border-radius: 3px;
}
.contact-us-wraper .inner-wraper1 .s1 {
    background: url(../images/rightar.png) right 10px top 15px no-repeat #fff!important;
}
.contact-us-wraper .left-bg {
    background: url(http://3d-development.com/xenelsoft/wp-content/uploads/2019/07/bg-01.jpg) top;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 131.5px 100px;
}
.contact-us-wraper .left-bg:before  {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}
.contact-us-wraper .left-bg .address-box {
    text-align: left;
}
.contact-us-wraper .left-bg h3 {
    color: #ffd618;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
}
.show-768{
	display: none;
}

.service-blocks h4 {
    height: 30px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.service-blocks h4.mg-tp5 {
    margin-top: 30px;
}
.service-blocks h4.mg-tp5.onlin-ads {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
.service-blocks p.mg-tp3 {
    margin-top: 10px;
}
.service-blocks h4 {
    height: 42px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.inner-services-wraper .btn-wrap{
    font-size: 20px;
    font-weight: 700;
}
.header-wrap .img1 {
    width: 160px !important;
    transition: all .3s ease;
}
.header-wrap .img2 {
    width: 160px !important;
    transition: all .3s ease;
}
.header-wrap.sticky .img1 {
    width: 120px !important;
}
.header-wrap.sticky .img2 {
    width: 120px !important;
}
.inner-banner .title {
    font-weight: 700;
}
.inner-services-wrap h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0;
}
.inner-banner .title {
    width: 100%;
    text-align: center;
}
.banner-wraper {
    height: 585px;
}
a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}
.success-stories-wrap .txt a {
    margin-left: 50%;
    transform: translateX(-65px);
}
.fix-call {
    position: fixed;
    z-index: 99;
    bottom: 0;
    background: #fe0032;
    border-radius: 30px 0 0 30px;
    padding: 0 20px 0 0;
    right: -160px;
	transition: all ease 1s;
	display: none;
}
.fix-call:hover{
    right:0px;
}
.fix-call a{
    color: #fff;
}
.fix-call a:hover{
    text-decoration: none;
}
.faq-wrap {
    padding: 3rem 0;
}
.faq-wrap .faqHeader {
    font-size: 24px;
    margin: 15px auto;
    font-weight: 700;
}
.faq-wrap .faqHeader:first-child {
    margin: 0 0 15px 0;
}
.faq-wrap .card{margin-bottom: .25rem;}
.faq-wrap .card-header {
	background: #bf1e2d;
	color: #fff;
}
.faq-wrap .card-header a{
	color: #fff;
	font-weight: 700;
}
.faq-wrap .card-body{
	font-size: 14px;
}
.faq-wrap .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.faq-wrap .card-header > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.hello-wrap{
	position: relative;
}
.hello-wrap .hand-icon{
	position: absolute;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: scroll;
	left: 47%;
}
.hello-wrap .hand-icon i{
	font-size: 30px;
}
@keyframes scroll{
	0%{ opacity: 0;transform: translateY(25px);}
	100%{opacity: 1;}
}

.services-wraper {
    background: #fff;
}
.services-wraper .txt {
    padding: 50px 40px;
    margin-top: 90px;
}
.services-wraper .txt:hover {
    box-shadow: none;
}
.services-wraper .row .col-12:nth-child(1) .txt {
    background: #3498db;
}
.services-wraper .row .col-12:nth-child(2) .txt {
    background: #e74c3c;
}
.services-wraper .row .col-12:nth-child(3) .txt {
    background: #9b59b6;
}
.services-wraper .row .col-12:nth-child(4) .txt {
    background: #42bcaf;
}
.services-wraper .row .col-12:nth-child(5) .txt {
    background: #f49229;
}
.services-wraper .row .col-12:nth-child(6) .txt {
    background: #90c24e;
}
.services-wraper .row .col-12:nth-child(7) .txt {
    background: #9b59b6;
}
.services-wraper .row .col-12:nth-child(8) .txt {
    background: #e74c3c;
}
.services-wraper .row .col-12:nth-child(9) .txt {
    background: #3498db;
}
@media(min-width:767px) {
	.services-wraper .row .col-12 .txt {
		min-height: 538px;
	}
}
.services-wraper .txt h4, .services-wraper .txt p, .services-wraper .txt a {
    color: #fff;
}
.services-wraper .txt h4 {
    font-size: 28px;
    font-weight: 600;
    height: 68px;
}
.services-wraper .txt p{
	text-align: center;
	height: 179px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.services-wraper .txt figure {
    width: 90%;
    margin: -50% auto 0 auto;
}
.services-wraper .txt figure img{
    width: 100%;
}
.services-wraper .txt h2 span{
    position: relative;
    display: inline-block;
	color: #fff;
}
.services-wraper .txt h2 span::after {
    width: 10px;
    height: 10px;
    content: "";
    position: absolute;
    background: #ffca0d;
    border-radius: 50%;
    bottom: 6px;
    margin-left: 5px;
}
.services-wraper .txt a {
    border: 1px solid #fff;
    position: relative;
    padding: 7px 25px;
    z-index: 1;
}
.services-wraper .txt a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background: #fff;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    transition: all .3s ease-in;
    z-index: -1;
}
.services-wraper .txt a:hover {
    color: #000;
    border: 1px solid #fff;
}
.services-wraper .txt a:hover:before, .services-wraper .txt:hover a:before {
    width: 101%;
}
.services-wraper .txt:hover a {
    color: #000;
	border: 1px solid #fff;
}
.copyright-wrap .contact-det ul li.infmal {
	display: block;
	padding-left: 47px;
}
.services-wraper .onlin-ads h4 span{
    display: inline-block;
    width: 100px;
}

/** -- responsive -- **/

@media (max-width:1024px){

.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 90%;
}
.contact-us-wraper .inner-wraper1 .col-md-6 .row{
	margin-left: -15px;
	margin-right: -15px;
}
.contact-us-wraper .left-bg {
    background: url(http://3d-development.com/xenelsoft/wp-content/uploads/2019/07/bg-01.jpg) top;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 111.5px 80px;
}
.header-wrap .button.active .bar {
    background-color: #fff !important;
    width: 15px;
}
.header-wrap .button.active .middle {
    width: 0;
}
.header-wrap .button.active {
    top: 0;
    position: fixed;
    right: 10px;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 11px;
}
.padding-menu-sec {
    padding: 0px 0px;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-size: 11px;
}
.contact-menu {
    padding: 7px 15px;
    background-color: #fff;
    color: #bf1e2d;
    font-size: 12px !important;
    border-radius: 6px;
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #fff;
    text-align: center;
}
.footer-wrap .info-wrap .footer-menu ul {
    width: 231px;
}
.footer-wrap .info-wrap ul li a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
.copyright-wrap ul li {
    font-size: 12px;
}
.copyright-wrap .contact-det ul li {
    display: inline-block;
    font-size: 12px;
}
.copyright-wrap {
    padding: 40px 0 20px 0 !important;
    border-top: 5px solid #fff;
}
.footer-wrap .info-wrap {
    padding: 40px 50px 0px 50px !important;
}
.inner-services-wrap1 {
    padding: 80px 50px;
}
.services-text-wraper .digital-wrap .sub-title {
    font-size: 16px;
}
.portfolio-types-wraper .container-inner{
	padding: 0 50px;
}
.portfolio-types-wraper .wrap {
    padding: 40px 40px;
}
.contact-us-wraper .form-wraper {
    border-radius: 0;
    padding: 31px 50px;
    box-shadow: none;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.banner-wraper .circ5 {
    right: calc(50% - 370px);
}
.portfolio-right{
	padding:25px;
	color:white;
	max-height:  674px;
	overflow-y: scroll;
}
.portfolio-right a {
    color: #fff;
    font-size: 14px;
}
.custom-list li {
    margin-left: 20px;
    font-size: 14px;
}
a.anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}
.row.row-15{
	margin-left: -15px;
	margin-right: -15px;
}
.services-wraper .txt {
    padding: 40px 40px;
    margin-top: 80px;
}
.services-wraper .txt h4 {
    font-size: 22px;
    height: 57px;
}
.services-wraper .txt p {
    text-align: center;
    height: 255px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.service-blocks {
    padding: 40px 30px;
    margin-bottom: 30px;
}
.copyright-wrap .contact-det ul li.infmal {
    display: block;
    padding-left: 41px;
}

}

@media (max-width:992px){

.services-wraper .txt h4 {
    font-size: 22px;
    font-weight: 600;
    height: 57px;
    padding: 0;
}

}

@media (max-width:768px){

.hide-768{
	display: none;
}
.show-768{
	display: block;
}
.contact-us-wraper .left-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 101.5px 30px;
}
.contact-us-wraper .form-wraper {
    padding: 30px 30px;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.header-wrap .sidebar-item {
    border-right: 0;
}
.header-wrap .sidebar-anchor {
    margin-bottom: 15px;
}
.header-wrap .sidebar-item .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
.header-wrap .sidebar-item .dropdown-menu.show {
    display: block;
    position: static !important;
    transform: translate3d(0, 0px, 0px) !important;
    margin-top: 15px;
}
.header-wrap .sidebar-item ul li a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.header-wrap .sidebar-item.pd-adj {
    padding: 10px 15px;
}
.header-wrap .sidebar-item.pd-adj a.sidebar-anchor {
    margin-bottom: 0px;
}
.header-wrap .sidebar-list {
    /*height: 100%;*/
    height: auto !important;
    padding: 15px 0;
}
.header-wrap .sidebar-item ul li {
    list-style-type: none;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-size: 12px;
}
.contact-menu {
    width: 150px !important;
}
.footer-wrap .info-wrap .footer-menu-box .ft-menu-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 10px 0;
}
/*.footer-wrap .info-wrap .footer-menu-box:last-child .ft-menu-title {
    border-bottom: 0;
}*/
.footer-wrap .info-wrap .footer-menu-box .ft-menu-title:hover {
    text-decoration: none;
}
.footer-wrap .info-wrap a {
    display: block;
}
.footer-wrap .info-wrap .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
.footer-wrap .info-wrap .dropdown-menu.show {
    display: block;
    position: static !important;
    transform: translate3d(0, 0px, 0px) !important;
    margin-top: 0px;
}
.footer-wrap .info-wrap .dropdown-menu a{
    color: #fff;
}
.footer-wrap .info-wrap .dropdown-menu a:hover{
    font-weight: 600;
    color: #fff !important;
    font-size: 12px;
}
.row.row2{
	margin-left: -15px;
	margin-right: -15px;
}
.copyright-wrap {
    padding: 40px 0 20px 0 !important;
    border-top: 5px solid #fff;
    margin-top: 40px;
}
.copyright-wrap .footer-soc li{
	display: inline-block !important;
}
.copyright-wrap .footer-logo {
	width: 50%;
}
.footer-wrap .info-wrap ul.menu {
    margin-bottom: 0;
}
.inner-services-wrap1 {
    padding: 80px 30px;
}
.service-blocks h4 {
    height: 55px;
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.services-text-wraper .btn-wrap, .inner-services-wraper .btn-wrap {
    font-size: 18px;
    font-weight: 700;
}
.service-blocks p {
    height: 125px;
    overflow: hidden;
}
.caption-new-2 {
    top: 90px;
    left: 30px;
}
.caption-new-2 p {
    font-size: 16px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.contact-us-wraper .form-wraper {
    padding: 20px 30px;
    margin-bottom: 90px;
    border: 1px solid #eee;
}
.our-client-wrap .client-txt {
    padding: 30px;
    text-align: left;
}
.our-client-wrap .client-txt span img {
    padding: 0 15px 15px 0;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
.our-client-wrap .client-txt p {
    text-align: left;
}
.service-blocks {
    padding: 40px 20px;
    margin-bottom: 30px;
}
.our-blog-wraper .month-wrap ul li.active {
    top: 58px;
}
.our-blog-wraper .month-wrap ul li {
    padding: 0 30px;
    font-size: 70px;
}
div.ex1 {
    height: 100%;
}
.portfolio-right {
    padding: 25px 15px;
    max-height: 435px;
}
.services-wraper .txt p {
    height: 205px;
}
.services-wraper .txt h4 {
    font-size: 24px;
}
.our-client-wrap .client-txt .txt {
    padding-left: 50px;
}
.our-client-wrap .client-txt .txt .compname {
    margin: 0 0 5px 0;
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb {
    display: none;
}
.header-wrap .right-wrap .mail.dsk, .header-wrap .right-wrap .skype.dsk, .header-wrap .right-wrap .whatsaap-wrap.dsk, .header-wrap .right-wrap .chat.dsk { 
    display: block;
}
}

@media (max-width:736px){

.services-wraper .txt figure {
    width: 250px;
    margin: -140px auto 0 auto;
}
.services-wraper .txt h4 {
    font-size: 22px;
    font-weight: 600;
    height: auto;
    padding: 0;
}
.service-blocks h4 {
    height: 45px;
}
.portfolio-right {
    padding: 25px;
    max-height: 100%;
}
.services-wraper .txt p {
    height: auto;
}
.services-wraper .onlin-ads h4 span {
    width: 100%;
}

}

@media (max-width:667px){

.top-marg-30-667{
	margin-top: 30px;
}
.contact-us-wraper .inner-wraper1 {
    margin: 0 auto 0;
    max-width: 85%;
}
.contact-us-wraper .left-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 30px;
}
.footer-wrap .info-wrap ul {
    margin-bottom: 1rem !important;
}
.footer-wrap .info-wrap ul.menu {
    margin-bottom: 0 !important;
}
.copyright-wrap .footer-logo {
    width: 60%;
}
.header-wrap .right-wrap {
    display: block;
    bottom: 0px;
    right: 0;
    width: 100%;
    text-align: center;
}
.header-wrap .right-wrap .mail.mb, .header-wrap .right-wrap .skype.mb, .header-wrap .right-wrap .whatsaap-wrap.mb, .header-wrap .right-wrap .chat.mb, .header-wrap .right-wrap .phone.mb {
    display: inline-block;
    background: #fff;
    width: 20%;
    line-height: 50px;
}
.header-wrap .right-wrap .mail.mb i, .header-wrap .right-wrap .skype.mb i, .header-wrap .right-wrap .whatsaap-wrap.mb i, .header-wrap .right-wrap .chat.mb i, .header-wrap .right-wrap .phone.mb i {
    font-size: 26px;
    position: relative;
    bottom: -3px;
    color: #fff;
}
.header-wrap .right-wrap .mail.mb:hover i, .header-wrap .right-wrap .skype.mb:hover i, .header-wrap .right-wrap .whatsaap-wrap.mb:hover i, .header-wrap .right-wrap .chat.mb:hover i, .header-wrap .right-wrap .phone.mb:hover i {
    color: #000;
}
.header-wrap .right-wrap .mail.mb{
    background: #cb1629;
}
.header-wrap .right-wrap .skype.mb{
    background: #00aaf2;
}
.header-wrap .right-wrap .whatsaap-wrap.mb{
    background: #179d0e;
}
.header-wrap .right-wrap .chat.mb{
    background: #ff8300;
}
.header-wrap .right-wrap .phone.mb{
    background: #007fff;
}
.header-wrap .right-wrap .mail.dsk, .header-wrap .right-wrap .skype.dsk, .header-wrap .right-wrap .whatsaap-wrap.dsk, .header-wrap .right-wrap .chat.dsk { 
    display: none;
}
.inner-services-wrap1 {
    padding: 80px 0;
    background-size: cover;
}
.services-text-wraper .why-xenel h3 {
    font-size: 18px;
    font-weight: 700;
}
.inner-services-wraper .inner-wraper ul li {
    padding-left: 30px;
    list-style-type: none;
    font-size: 14px;
}
.contactwith-us-wraper h3 {
    padding-bottom: 20px;
    font-weight: 700;
    font-size: 30px;
}
.contactwith-us-wraper p {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 40px;
    line-height: 1.7em;
    font-size: 16px;
}
.footer-wrap .info-wrap {
    padding: 40px 20px 0px 20px !important;
}
.contactwith-us-wraper {
    padding: 70px 20px;
}
.services-text-wraper .btn-wrap, .inner-services-wraper .btn-wrap {
    font-size: 16px;
}
.caption-new-2 {
    top: 80px;
    left: 30px;
}
.caption-new-2 p {
    font-size: 12px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}
.inner-services-wrap {
    background-size: cover;
}
.portfolio-types-wraper .container-inner{
	padding: 0 15px;
}
.portfolio-types-wraper .wrap {
    padding: 40px 15px;
}
.contact-us-wraper .form-wraper {
    padding: 30px !important;
}
.inner-banner {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}
.inner-banner figure{
    display: none;
}
.fix-call {
	display: none;
}
#inner-header .img1 {
    display: block !important;
}
#inner-header .img2 {
    display: none !important;
}
#inner-header .button .bar {
    background:#000 !important;
}
.portfolio-types-wraper {
    background: #bf1e2d;
    margin-top: 20px;
}
.faq-wrap {
    padding: 2rem 0 3rem 0;
}
.news-letter-wrap .inner-wrap p {
    font-size: 25px;
    line-height: 35px;
}
#inner-header2 .button .bar {
    background: #000;
}
h1.digi-title {
    font-size: 28px;
    text-align: center;
    line-height: 38px;
    background: #eee;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.hide-mobile{
    display: none !important;
}
.header-wrap .right-wrap img {
    width: 50px;
    padding: 0;
}
.popover {
    border:0;
    background: rgba(0,0,0,.9);
}
.popover a{
    color: #fff;
}
.popover a:hover{
    text-decoration: none;
}
.popover .arrow {
    border-right-color: rgba(0,0,0,.9) !important;
}
.bs-popover-auto[x-placement^="top"] .arrow::after, .bs-popover-top .arrow::after {
    border-top-color: rgba(0,0,0,.9);
}

}

@media (max-width:640px){

.services-text-wraper .sagar-wrap {
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}
.service-blocks p {
    height: 130px;
}
.caption-new-2 {
    top: 80px;
    left: 0;
}
h1.digi-title {
    font-size: 26px;
}

}

@media (max-width:568px){

.bdr-ryt {
    border-right:0;
}
.copyright-wrap .footer-logo {
    width: 40%;
}
.footer-wrap .info-wrap {
    padding: 30px 20px 0px 20px !important;
}
.copyright-wrap {
    padding: 30px 0 20px 0 !important;
    border-top: 5px solid #fff;
    margin-top: 30px;
}
.transparent-bg {
    top: 0;
}
.inner-banner {
    position: relative;
    margin-top: 70px;
}
.header-wrap .nav-right {
    right: 15px;
    top: 22px;
    position: absolute;
    z-index: 71;
}
h2.serv-heading {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.service-blocks p {
    height: auto;
}
.caption-new-2 {
    top: 40px;
    left: 0;
}
.portfolio-types-wraper .tab-content ul li a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-decoration: none;
}
.portfolio-types-wraper .nav-tabs .nav-link {
    font-size: 12px;
}
.inner-banner .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.inner-banner .title {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.faq-wrap {
    padding: 0rem 0 3rem 0;
}
.service-blocks h4.mg-tp5 {
    margin-top: 30px;
    height: auto;
    margin-bottom: 20px;
}
.our-blog-wraper .month-wrap ul.mobile {
    display: block;
}
.our-blog-wraper .month-wrap ul.dsk {
    display: none;
}
h1.digi-title {
    font-size: 26px;
    margin-top: 0;
}

}

@media (max-width:480px){

.copyright-wrap .footer-logo {
    width: 50%;
}
.footer-wrap .copy-right {
    padding: 15px 15px;
}
.contactwith-us-wraper p {
    font-size: 14px !important;
}
.caption-new-2 {
    top: 15px;
    left: 0;
}
.custom-h6 {
    font-size: 16px !important;
    font-weight: normal !important;
}
h1.digi-title {
    font-size: 24px;
}

}

@media (max-width:414px){

.header-wrap .sidebar-list {
    height: 100%;
    padding: 10px 0;
}
.header-wrap .sidebar-item .dropdown-menu.show {
    margin-top: 5px;
}
.copyright-wrap .footer-logo {
    width: 55%;
}
.custom-h6 {
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: left;
}
.services-text-wraper .list-wrap ul li::before {
    top: 15px;
}
.services-text-wraper .list-wrap ul li:last-child {
    padding-bottom: 0;
}
h1.digi-title {
    font-size: 24px;
}

}

@media (max-width:375px){

.copyright-wrap .footer-logo {
    width: 60%;
}
.inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 140px;
}
.caption-new-2 {
    top: 5px;
    left: 0;
}
.portfolio-types-wraper .nav-tabs .nav-item {
    margin-right: 15px;
    margin-bottom: 10px;
}
.faq-wrap .faqHeader {
    font-size: 22px;
}
h1.digi-title {
    font-size: 22px;
}

}

@media (max-width:360px){

.copyright-wrap .footer-logo {
    width: 65%;
}
.txt-wrap {
    font-size: 14px;
    line-height: 1.7em;
    text-align: justify;
}
.inner-banner img {
    width: 100%;
    object-fit: cover;
    height: 130px;
}
.caption-new-2 p {
    font-size: 10px !important;
    margin-bottom: 10px;
    font-weight: 500 !important;
}

}

@media (max-width:320px){

.copyright-wrap .footer-logo {
    width: 80%;
}
h1.digi-title {
    line-height: 36px;
}
.faq-wrap .faqHeader {
    font-size: 18px;
    margin: 15px auto;
    font-weight: 700;
}
.header-wrap .right-wrap img {
    width: 45px;
}

}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: 220px !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }

/* 23 css */

.inner-services-wraper .inner-wraper .healthcare_main ul li {
    padding-left: 50px
}
.get-strtedd {
    display: block;
    width: fit-content;
    background: #bf1d2e !important;
    padding: 10px 60px;
    border-radius: 8px;
	text-transform:capitalize;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 35px;
    margin: 35px auto 0px auto;
}
.inner-services-wraper .inner-wraper .healthcare_main ul li:before{
	left:22px;
}
.mdcl_vdo{
	padding-right:30px;
}
.healthcare_main {
    margin: 40px 0px;
}
.digitalhealth {
    margin: 40px 0px;
}
.intersted_sec .btn-wrap.mg-tp3 {
    cursor: inherit;
}
.reach_maximum{
	text-align:center!important;
	font-size:23px!important;
}

/*plans css*/
.medical_plans .panel
{
    text-align: center;
}
.medical_plans .panel {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    padding: 20px;
    min-height: 540px;
}
.medical_plans .panel-body
{
    padding: 0px;
    text-align: center;
}

.medical_plans .the-price {
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 0px 0px 12px 0px;
    margin: 0;
    min-height: 96px;
    display: flex;
    margin-top: 10px;
    text-align: left;
}

.medical_plans .the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.medical_plans .subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.medical_plans .cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.medical_plans .cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.medical_plans .cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.medical_plans .cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.medical_plans .cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.medical_plans .cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}
.medical_plans .panel-heading span {
    font-size: 13px;
    display: block;
    text-align: left;
    margin: 13px 0px 0px 0px;
    font-weight: 500;
    color: #6d758d;
}

.programs p {
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}
.medical_plans .the-price p {
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 0;
    color: rgb(14, 16, 26);
}
.medical_plans h3.panel-title {
    padding: 12px 0px 0px 0px;
    color: rgb(14, 16, 26);
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 0;
}
.plans_cont{
    padding: 30px 0px;
    margin: 40px 0px;

}
.medical_plans .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    text-align: left;
    position: relative;
    border-top: none;
    /* padding-left: 28px; */
    width: 25%;
    padding-bottom: 0px;
}

.medical_plans .get-strtedd{
	margin:18px auto 8px auto;
	color:#fff!important;
}
a.get-strtedd:hover {
    text-decoration: none;
    color: #fff;
}
.medical_plans td a {
    font-size: 14px;
    color: #212529;
}
.dgtl_stup {
    margin: 0 auto;
    max-width: 97%;
    text-align: center;
    background: #535458;
    padding: 12px 8px;
    display: block;
    cursor: pointer;
}
.medical_plans td a:hover{
	text-decoration:none;
}
.digi_tbl{
	min-height:250px!important;
}
.dgtl_stup h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.ftr_down{
	display:inline-block;
	padding-left:10px;
}
.ftrlist_cont {
    width: 100%;
    display: inline-flex;
}
.ftrlist_cont .panel.panel-primary {
    box-shadow: none;
    border: 1px solid #eee;
}
.padding-nolft{
	padding-left:0;
}
.padding-noryt{
	padding-right:0;
}
.ftrlist_cont .panel-title{
	font-size:18px!important;
}
.ftrlist_cont{
	display:none;
	transition:.6s all ease;

}
.allplnss{
	display:inline-flex;
	transition:.6s all ease;
}
.ftrlist_cont table{
	width: 100%;
	margin:0 auto;
}
.ftrlist_cont table td{
	border-bottom:none;
	border-top:none;
	font-size:15px;
	padding-bottom:7px!important;
	
}
.ftrlist_cont .table th{
	border-top:1px solid #dee2e6;
	padding-bottom:10px;
}
.medical_plans .ftrlist_cont .table td, .table th{
	text-align:center;
}
.mdcl_vdo {
    padding-right: 0;
    margin-top: 5px;
}
.mdcl_vdo video {
    border: 5px solid #000;
    height: 372px;
    background: #959999e6;
}
.medical_seo p{
	font-size:15px;
	margin-bottom:6px;
}
.dgtl_stup.feature_list {
    background: #1198ea;
}
.ftr_headd{
	background:#bf1d2e;
	color:#fff!important;
}
.healthcare_main h3 {
    margin-bottom: 30px;
}
.digitalhealth h3{
	margin-bottom:15px!important;
    padding: 10px;
    color: #000;
}
.digitalhealth ul{
	margin-top:30px;
}
.doc_prfl{
	    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.medical_teamm a.inner-servicewrap-btn {
    margin: 0 auto!important;
    display: block;
    width: fit-content;
    color: #bf1d2e;
    border-radius: 8px;
}
.medical_teamm a.inner-servicewrap-btn:hover{
	color:#fff!important;
}
.medical_teamm{
	margin:45px 0px;
}
.medical_teamm h4{
	    font-size: 18px;
    margin: 15px 0px!important;
}

.our_tmm{
	margin-bottom:30px;
}

.doc_prfl img{
	height:100%;
	object-fit:cover;
	width:100%;
}
.mdcl_wrprr{
	max-width:90%;
}
.bsns_nm{
	display:block;
	font-size:13px;
/* 	color:#212529; */
}
.bsns_nm:hover{
	text-decoration:none;
}

span.sorces {
    width: 100%;
    display: block;
    float: right;
    text-align: right;
    font-size: 12px;
	padding-right:8px;
	padding-bottom:20px;
    color: #212529bd;
	margin-bottom:56px;
}
.mdcl_vdo iframe {
    border: 8px solid #000;
    height: 285px;
    overflow: hidden;
}
.cont_img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
}
.seo_tabs {
    margin: 35px 0px;
}
.cont-dtls h4 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    position: relative;
    min-height: 55px;
    line-height: 30px;
}
.cont-dtls p {
    text-align: justify;
    font-size: 15px;
}
.content_mrkt {
    padding: 12px;
}
/* .cont-dtls h4:after {
    position: absolute;
    background: #000;
    width: 90%;
    left: 12px;
    top: 60px;
    height: 2px;
    content: "";
} */
html{
  scroll-behavior: smooth;
}
.seo_helpp h3{
	margin-bottom:20px;
	font-size:23px;
}
.mdcl_providerss .medical_seo.mdcl_vdo {
    background: #f5e4e3;
    margin-bottom: 0px;
	padding-top:20px;
}
.mdcl_providerss .medical_seo.mdcl_vdo p{
	margin-bottom:0px;
}
.sorces{
	background:#f5e4e3;
}
.medical_teamm h3 {
    font-size: 25px;
}

/* seo faq css */
.seo_faq #accordion-style-1 h1,
.seo_faq #accordion-style-1 a{
    color:#007b5e;
}
.seo_faq #accordion-style-1 .btn-link {
    font-weight: 400;
    color: #007b5e;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

.seo_faq #accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

.seo_faq #accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

.seo_faq #accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}
.seo_faq {
    margin: 40px 0px 45px 0px;
}
.seo_faq .col-md-12{
	padding-right:0;
	padding-left:0;
}
.seo_faq .card-header button {
    color: #000!important;
    font-weight: 500;
	padding-left:0px;
}
.intersted_sec{
	cursor:pointer;
}
.seo_faq h3{
	margin-bottom:30px;
}
.seo_faq .card-header button:hover{
	text-decoration:none;
}
.seo_faq .card-header button i {
    color: #000!important;
    position: absolute;
    right: 51px;
    top: 25px;
}
.seo_faq .card-footer, .card-header{
	background:none;
}

a.get-strtedd.buynoww {
    color: #fff!important;
    font-size: 13px;
}
.seo_faq .card-body {
    line-height: 28px;
    font-size: 14px;
    background: #f5e4e3;
    padding-top: 35px;
    padding-bottom: 35px;
}
.downn button i{
	transform:rotate(180deg);
}
.healthcare_main p{
	font-size:17px;
}
.locationn {
    font-size: 15px!important;
}
.bsnpara {
    margin-bottom: 5px!important;
}
.seo_pckg_cont .get-strtedd{
	margin:0px auto 0px auto;
	color:#fff!important;
}
.seo_pckg_cont table td{
	border:1px solid #dee2e6!important; 
}
.seo_pckg_cont table tr{
	border:1px solid #dee2e6!important; 
}
.seo_pckg_cont td a {
    font-size: 14px;
    color: #212529;
}
.seo_pckg_cont td a:hover{
	text-decoration:none;
}
.inner-services-wraper .inner-wraper .seohlp_contt ul li:before{
	left:22px!important;
}
.svdo-txtt{
	margin-top:15px;
}
.seo_programss {
    width: 100%;
    display: inline-block;
    background: #f5e4e3;
    padding-top: 16px;
    margin-bottom: 20px;
}
.programs {
    box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35);
    max-width: 96%;
    margin: 0 auto 20px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0px;
    background: #bf1d2e !important;
}
.seo_programss span.sorces{
	margin-bottom:0px;
}
.btn-link.focus, .btn-link:focus, .btn-link:hover {
    text-decoration: none!important;
    border-color: transparent;
}
#myModall .form-control,
#myModall h4 {
    margin-bottom: 20px
}

#myModall .btn-default {
    background: #d3293b;
    border: none;
    outline: 0;
    cursor: pointer;
	color:#fff!important;
	padding:10px 20px;
}
#myModall {
    padding-right: 0!important
}
#myModall .modal-content {
    padding: 2em!important;
}
#myModall .modal-body {
    padding: 2em
}

#myModall ul {
    padding-left: 0;
    margin-bottom: 0
}

#myModall ul li {
    list-style-type: none
}

#myModall .modal-header {
    padding: 0;
    border-bottom: none
}

#myModall .close {
    outline: 0;
    padding: 0;
    font-size: 30px;
    color: #d3293b;
    top: -10px;
    position: relative;
	opacity:1;
}

#myModall h4 {
    font-size: 18px;
    text-align: center;
	line-height:30px;
}

#myModall .btn-default {
    color: #fff;
    padding: 10px 20px
}

#myModall .modal-dialog {
    max-width: 600px;
    margin: 10% auto
}
span.dgtl_mrkting {
    color: #be1d2e;
    text-transform: uppercase;
    font-size: 30px;
}
.dgtl_seoo{
	line-height:35px;
	margin-bottom:0px;
}
#myModall input.wpcf7-form-control.wpcf7-captchar.form-control {
    border: 1px solid #d3293b;
    width: 30%;
}
#advanced_text-2 .chat.dsk{
	display:none;
}
/*==================
    scroll to top
===================*/
#top{
    /*background: #ad1626;*/
    color: white;
    padding: 15px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    display:none;
    transition: .5s all ease;
  }
.webpck_hdd{
	padding-top:75px!important;
	font-weight:bold;
}
.bdr-nonee{
	border:none!important;
}
#myModall textarea{
	height:86px;
}
/* web pakcage css */
.medical_plans.webpackagess .panel.panel-primary {
    min-height: initial;
}
.webpckgwrpr{
	background:#fff!important;
}
.webpckgwrpr h2{
	    background: #bf1d2e;
    color: #fff!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px!important;
	font-size:25px!important;
    width: 100%;

}
.webpackagess .medical_plans .panel-heading span {
    font-size: 20px;
}
.webpackagess .the-price p {
    font-size: 18px;
    margin: 20px 0px;
}
.webpackagess .the-price {
    min-height: auto!important;
    font-size: 22px;
}
.ftrlist2 td a {
    font-size: 14px!important;
    color: #212529!important;
}
.ftrlist2{
	display:inline-flex!important;
}
.ftrlist2 tr{
	border:none!important;
}
.ftrlist2 td{
	border:none!important;
	border-right:1px solid #dee2e6!important;
}
.table-responsive{
	margin-bottom:35px;
}
.ftrlist2 table{
	border:none!important;
	border-left:1px solid #dee2e6!important;
/* 	border-right:1px solid #dee2e6!important; */
	border-bottom:1px solid #dee2e6!important

}
.ftrlist2 td a.get-strtedd{
	color:#fff!important;
}
.webpckgwrpr .dgtl_stup{
	max-width:100%;
} 
.dvlmnt-pckgss{
	max-width:100%;
}
.fulltab-ftrr{
	display:none;
}
.feature_list2{
	background:none!important;
	border:1px solid #eee;
	border-bottom:none!important;
	margin-top:6px;
}
.feature_list2 h4{
	color:#000!important;
}
.allweb-pckgg td {
    color: #fff;
    font-weight: bold;
    font-size: 20px!important;
    text-align: center;
    cursor: pointer;
}
.ftrlist_cont table .allweb-pckgg td{
	padding-bottom:12px!important;
}
.tbl_showw{
	display:none;
}
.fulltab-show {
    display: inline-block;
    width: 100%!important;
}
.exprt_tlkk{
	display:none;
}
.parent-plann {
	width:100%;
	display:inline-flex;
}
.tkk_xprtt{
	display:none;
}
.mobile_plnss{
	display:none;
}
.ftrlist2 table tr td{
	text-align:center;
}
.thnkyou {
    width: 100%;
    display: inline-block;
    height: 500px;
    background: url(https://www.xenelsoft.com/wp-content/uploads/2020/10/thnk-you-scaled.jpg);
    background-size: cover;
}
.thnkyou-hdd{
	font-size:23px;
}
.thnkyou-hdd span{
	font-size:50px;
}
.spnhght{
	min-height:50px;
}
.table-responsive tr td a:hover{
	text-decoration:none!important;
}
.crlybrckrt:after {
    position: absolute;
    content: "";
    background-image: url(https://www.xenelsoft.com/wp-content/uploads/2020/10/depositphotos_314780670-stock-illustration-bracket-icon-web.png);
    left: 30px;
    top: 11px;
    width: 150px;
    height: 137px;
    background-size: contain;
    background-repeat: no-repeat;
}
.crlybrckrt{
	position:relative;
	padding-top:60px!important;
}
.crlybrckrt:before {
    position: absolute;
    content: "";
    background-image: url(https://www.xenelsoft.com/wp-content/uploads/2020/10/depositphotos_314780670-stock-illustration-bracket-icon-web.png);
    right: 30px;
    top: 11px;
    transform: rotate(180deg);
    width: 150px;
    height: 137px;
    background-size: contain;
    background-repeat: no-repeat;
}
.crlybrckrt.crlybrckrt2:after {
    height: 180px;
}
.crlybrckrt.crlybrckrt2:before {
    height: 180px;
}
.crlybrckrt2{
	padding-top:80px!important;
}
.vdo-txtt{
	    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: bold;

}
.webpkg_hd{
	text-align:center;
	margin-top:10px;
}
tr.color-change-2x.allweb-pckgg i {
    padding-left: 10px;
}
.us_flgg {
    height: 13.72px;
}
.footer-wrap .copyright-wrap ul {
    margin-bottom: 10px;
}
/* Design and development css */

/* Design and development css end */

/**Media query for medical seo **/
@media screen and (max-width:1199px){
	.medical_plans .the-price{
		min-height:110px
	}
	.get-strtedd{
		padding:10px 55px;
	}
}

@media screen and (max-width:991px){
	.healthcare_main .col-md-7{
		max-width:100%;
		flex:100%;
	}
	.healthcare_main .col-md-5{
		max-width:100%;
		flex:100%;
	}
	.mdcl_vdo iframe{
		height:300px;
	}
	.healthcare_main {
    margin: 10px 0px 0px 0px;
}
	.intersted_sec .btn-wrap {
    margin: 10px 0px;
}
	.doc_prfl {
    width: 150px;
    height: 150px;
}
	.medical_teamm h4{
		font-size:15px;
	}
	.bsns_nm{
		font-size:13px;
		min-height:50px;
	}
	.locationn{
		font-size:13px!important;
	}
	.reach_maximum {
    text-align: center!important;
    font-size: 19px!important;
}
	.medical_teamm h3 {
    font-size: 22px;
}
	.medical_plans .panel{
		padding:10px 5px;
	}
	.plans_cont .col-md-4{
		padding:0px 8px!important;
	}
	.medical_plans h3.panel-title{
		font-size:18px;
	}
	.medical_plans .the-price p{
		font-size:14px;
	}
	.get-strtedd {
    padding: 10px 45px;
}
	.dgtl_stup {
		max-width:98%;
	}
	.medical_plans .panel-heading span{
		min-height:40px;
	}
	.seo_tabs {
    margin: 15px 0px;
}
	.healthcare_main p {
    font-size: 16px;
    margin-bottom: 0px;
}
	.svdo-txtt {
    margin-top: 0px;
}
	.content_mrkt {
    padding: 0;
}
	.cont-dtls p {
    text-align: center;
	}
	.mdcl_wrprr {
    max-width: 100%;
}
	.mdcl_grphh .col-md-6 {
    max-width: 100%;
    flex: 100%;
}
	.mdcl_grphh{
		flex-direction:column-reverse;
	}
	.mdcseo_grph{
		margin-bottom:20px;
		text-align:center;
	}
	.seo_faq {
    margin: 30px 0px 25px 0px;
}
	.seo_faq .card-header{
		padding:7px;
		padding-right:16px;
	}
	.seo_faq .card-header button{
		font-size:16px;
		white-space:inherit;
	}
	.seo_faq .card-header button i{
		top:18px;
		right:25px;
	}
	.mdcl_vdo video{
		height:auto;
	}
}

@media screen and (max-width:767px){
	.plans_cont{
		display:inline-flex;
		width:100%;
	}
	.plans_cont .col-md-4{
		display:inline-flex;
		max-width:33%;
		padding:10px 5px!important;
	}
	
	.medical_plans .the-price p {
    font-size: 13px;
}
	.get-strtedd {
    padding: 10px 20px;
}
	.mdcl_wrprr{
		padding:0px 15px;
	}
	.mobile_plnss {
    display: block;
    width: 100%;
}
	.mobile_plnss table td {
    border-bottom: none!important;
}
	.mobile_plnss table tr {
    border-bottom: none!important;
    border-top: none!important;
}
	.plans_cont .col-md-4{
		display:none;
	}
	.webpackagess .col-md-4 {
    display: none;
}
	
	.mobile_plnss  table{
    border-top: 1px solid #dee2e6!important;
    border-bottom: 1px solid #dee2e6!important;
	}
	.mobile_plnss .table-responsive{
		margin-bottom:-16px;
	}
	.get-strtedd {
    padding: 8px 15px!important;
		font-size:13px!important;
		white-space:nowrap!important;
}
	.webpckgwrpr tr td {
    border: 1px solid #dee2e6!important;
    border-top: none!important;
    border-bottom: none!important;
}
.crlybrckrt:after{
		left:11px;
}
.crlybrckrt:before{
		right:11px;
	}
}
@media screen and (max-width:640px){
	.exprt_tlkk{
		display:block;
		 margin: 15px auto!important;
    background: #464646!important;
	}
	.tkk_xprtt{
	display:block;
}
	.mdcl_vdo iframe {
    height: 210px;
}
	.allplnss {
    width: 100%;
}
}
@media screen and (max-width:560px){
	.healthcare_main p {
    font-size: 14px;
}
	
	span.sorces{
		margin-bottom:25px;
	}
	.medical_teamm h3 {
    font-size: 18px;
	line-height:30px;
}
	.medical_teamm {
    margin: 25px 0px;
}
	.reach_maximum{
		font-size:18px;
	}
	.cont-dtls h4{
		min-height:initial;
		line-height:21px;
	}
	.seo_helpp h3 {
    margin-bottom: 12px;
    font-size: 18px;
		line-height:30px;
}
	.cont-dtls p{
		font-size:14px;
	}
	p.text-center{
		font-size:14px;
	}
	.seo_faq .card-header button{
		font-size:15px;
		line-height:28px;
	}
	.medical_plans .panel{
		width:100%;
		min-height:initial;
	}
	.plans_cont .col-md-4{
		max-width:100%
	}
	.medical_plans .the-price {
    min-height: initial;
}
	.digi_tbl{
		 min-height:initial!important;
	}
	

	
	.dgtll{
	background: #535458;
    color: #fff;
    padding-bottom: 20px!important;
	}
	.dgtll td{
	padding: 12px 0px!important;
    font-weight: bold;
}
	.hidestup{
		display:none!important;
	}
	.digitalhealth h3{
		line-height:30px;
		font-size:18px;
	}
	.reach_maximum{
		font-size;18px!important;
	}
	.seo_faq .card-header button i{
		top:36px;
	}
	.inner-services-wraper .seohlp_contt p{
		font-size:14px!important;
	}
	.inner-services-wraper .seo_faq h3 {
    font-size: 18px!important;
    line-height: 30px!important;
}
	.medical_plans .table td, .table th{
		font-size:12px!important;
	}
	.ftrlist2 td a {
		font-size: 12px!important;
	}
	.ftrlist2 .table-responsive{
		white-space:nowrap;
	}
	.crlybrckrt:after{
		height:115px;
	}
	.crlybrckrt:before{
		height:115px;
	}
	.crlybrckrt.crlybrckrt2:after {
    height: 155px;
}
	.crlybrckrt.crlybrckrt2:before {
    height: 155px;
}
	}
@media screen and (max-width:480px){
/* 	.get_padding{
		padding:0!important;
		font-size:12px!important;
	}
	.get-strtedd {
    padding: 5px 7px!important;
	font-size:12px!important;
} */
	.mblpns2 .table-responsive{
		white-space:nowrap;
	}
}

@media screen and (max-width:414px){
	.healthcare_main h1.digi-title {
    font-size: 21px;
}
	.mdcl_vdo iframe {
    height: auto;
}
	.medical_teamm {
    margin: 10px 0px;
}
	.our_tmm {
    margin-bottom: 7px;
}
	.bsns_nm{
		min-height:auto;
	}
}

.service-blocks p {
min-height: 145px;
}
.web-devlpment-section li b {
    padding-left: 35px;
}
.web-devlpment-section li::before {
    left: 15px !important;
}
.header-wrap.sticky figure{width:fit-content;}
.zgm-intro h5 a{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.portfolio-types-wraper .pagination{width:100%;}
.zgm-intro ul{
	margin-top:0!important;
}
.zgm-intro h5 img{border-radius:4px;}
.logo-xenell{text-align:center;}
.footer-wrap .copyright-wrap ul li{margin-bottom:6px;}
.header-wrap .sidebar{overflow-y:scroll;}
.header-wrap .button.active{right:37px;}
@media screen and (max-width:420px){
	.logo-xenell{text-align:left;}

}
a.move-to-dgtt-hdd {
    color: #fff;
    background-color: #5c8fe2;
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}


a.copyright-desclaimer img {
    width: 100%;
    max-width: 76px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 2rem;
}

/* Popup Banner Button */
.popup-banner {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #fffa;
}

.popup-banner\:inner {
	width: 55%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.popup-banner .popup-banner\:img {
    width: 100%;
    height: auto;
}

.popup-banner\:close-btn {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    color: #fff;
    background-color: #ff211e;
    position: absolute;
    top: -0.75rem;
    right: 1rem;
}

.popup-banner\:btn {
    width: max-content;
    height: auto;
    padding: 0.5rem 1.5rem;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 20%;
    right: 68%;
    background-color: #ff211e;
    color: #fff !important;
    border: none;
    font-weight: 900;
    text-shadow: 0px 0px 5px #000;
    outline: none !important;
    cursor: pointer;
    text-align: center;
}

.popup-banner\:btn::after {
    content: "For new clients only";
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 100;
    font-style: italic;
}

@media (max-width: 767px) {
	.popup-banner\:btn {
		padding: 0.125rem 1.5rem;
		font-size: small;
		font-weight: 500;
		bottom: 15%;
		right: 60%;
	}
}

@media (max-width: 991px) {
	
	.popup-banner\:inner {
		width: 95%;
	}
	
	.popup-banner\:btn {
		padding: 0.25rem 0.5rem;
	}
	
	.web\:enable {
		display: none;
	}
	
	.mobile\:enable {
		display: block;
	}
}

@media (min-width: 992px) {
	.web\:enable {
		display: block;
	}
	
	.mobile\:enable {
		display: none;
	}
}