
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueThin.woff2') format('woff2'),
        url('../fonts/HelveticaNeueThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueItalic.woff2') format('woff2'),
        url('../fonts/HelveticaNeueItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueHeavy.woff2') format('woff2'),
        url('../fonts/HelveticaNeueHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
        url('../fonts/HelveticaNeueRegular.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBlackCond.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

a:active,
a:focus,
a:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0
}
body {
    font-family: 'HelveticaNeue' !important;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}
.btn-subscribe
{
    float:left;
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 2.3em
    }
}

.copyright,
p {
    font-weight: 300;
    font-size: .95em;
    line-height: 1.9
}

.copyright a,
p a {
    font-weight: 700;
    color: #2e2e2e
}


header .content,
section.content,
section .content {
    line-height: 1.30;
}

header .content h1,
section.content h1,
section .content h1 {
    margin-bottom: 0px
}

header .content p,
section.content p,
section .content p {
    margin-bottom: 50px;
    line-height: 1.8
}

header .content p:last-child,
section.content p:last-child,
section .content p:last-child {
    margin-bottom: 0
}

header .content p a,
section.content p a,
section .content p a {
    color: #2e2e2e;
    font-weight: 700;
    border-bottom: 1px solid #2e2e2e
}

header .content p a.btn,
section.content p a.btn,
section .content p a.btn {
    border: 0
}

header .content p a.btn.btn-hollow,
section.content p a.btn.btn-hollow,
section .content p a.btn.btn-hollow {
    border: 1px solid
}

header .content p a:active,
header .content p a:focus,
header .content p a:hover,
section.content p a:active,
section .content p a:active,
section.content p a:focus,
section .content p a:focus,
section.content p a:hover,
section .content p a:hover {
    opacity: .5;
    text-decoration: none
}

.hero .content p {
    margin-bottom: 10px
}

.hero  h1{
    font-size: 40px;
    margin-bottom: 20px !important;
    color: #331a70 !important;
    font-weight: 300 !important;
}
.hero{
	color: #fff;
	text-align: center;
    text-shadow: none !important;
}
.development h1{
    color: #fff !important;
   
}
.hero span{
    font-weight: bold !important;
    font-size: 38px;
}
.development p{
     color: #fff !important;
}
.content span{
    font-weight: bold !important;
}

.content h3{
     margin-bottom: 0px;
     font-weight: normal;
     font-size: 28px;
      color: #fff;
}
.hero p {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	 color: #331a70;
}


@media screen and (max-width:768px) {
    h1.lg {
        font-size: 2.5em
    }
}
#wrapper {
    padding: 0;
    overflow-x: hidden
}
@media screen and (min-width:1300px) {
    .container {
        width: 1170px;
        margin: 0px auto;
    }
}

@media screen and (max-width:992px) {
    .container {
        padding: 0 70px
    }
}
@media screen and (max-width:768px) {
    .container {
        padding: 0 30px
    }
}
.content img {
    margin: 35px 0;
    max-width: 100%
}

@media screen and (max-width:768px) {
    .content img {
        margin: 10px 0
    }
}
.boxed {
    background: #f0f0f0;
    padding: 50px
}
.boxed #wrapper {
    background: #fff;
    max-width: 1300px;
    box-shadow: 0 0 10px #e0e0e0
}
.boxed #wrapper .container {
    padding: 0 20px;
    max-width: 1200px
}
.boxed #wrapper footer {
    background: #fafafa
}

.boxed .affix {
    margin-top: -50px
}
@media screen and (max-width:768px) {
    .boxed {
        padding: 0 5px
    }
    .boxed #wrapper .container {
        padding: 0 30px
    }
}
.vbottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (max-width:768px) {
    .vbottom {
        padding-bottom: 0!important
    }
    .vbottom .intro {
        margin-bottom: 0
    }
}
.vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.offset-top {
    margin-top: 10vh
}
.gray {
    background: #f0f0f0
}
.white {
    background: #fff
}



.nav-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    z-index: 7;
    background: #fff;
    text-align: center
}

@media screen and (min-width:768px) {
    .nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .nav-container:before {
        top: 0;
        height: 100px;
        background: -webkit-linear-gradient(top, #fff 55%, hsla(0, 0%, 100%, 0));
        background: linear-gradient(180deg, #fff 55%, hsla(0, 0%, 100%, 0))
    }
    .nav-container:after,
    .nav-container:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 3
    }
    .nav-container:after {
        bottom: 0;
        background: -webkit-linear-gradient(bottom, #fff 90%, hsla(0, 0%, 100%, 0));
        background: linear-gradient(0deg, #fff 90%, hsla(0, 0%, 100%, 0));
        height: 120px
    }
}

@media screen and (max-width:768px) {
    .nav-container {
        overflow-y: scroll
    }
}

.nav-container .nav {
    margin: auto
}

@media screen and (min-width:769px) {
    .nav-container .nav {
        width: auto;
        display: inline-block
    }
    .nav-container .nav * {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.nav-container .nav li {
    opacity: 0
}

@media screen and (max-width:768px) {
    .nav-container .nav li {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .nav-container .nav {
        padding: 130px 0 50px;
        z-index: 99;
    }
}

.nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-container li {
    padding: 0 20px
}

.nav-container li a {
    font-size: 1.9em;
    font-family: Work Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    color: #2e2e2e;
    display: inline-block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.nav-container li a:focus,
.nav-container li a:hover {
    opacity: .5;
    background: transparent
}

.nav-container li:hover a {
    opacity: .5
}

.nav-container li:hover ul.dropdown li a {
    opacity: 1
}

.nav-container li:hover ul.dropdown li a:hover {
    text-decoration: none;
    opacity: .5
}

.nav-container li ul.dropdown {
    padding: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .4s, padding .3s;
    transition: max-height .4s, padding .3s
}

.nav-container li ul.dropdown.active {
    max-height: 350px;
    padding: 15px 0
}

.nav-container li ul.dropdown li {
    padding: 0
}

.nav-container li ul.dropdown li a {
    padding: 5px;
   
    font-size: 13px;
    font-weight: 300
}

.nav-container li ul.dropdown li:last-child {
    margin-bottom: 10px
}

.nav-container .copyright,
.nav-container .social {
    position: absolute;
    left: 50px;
    right: 50px;
    z-index: 5
}

.nav-container .social {
    bottom: 100px
}

.nav-container .social li {
    padding: 0 5px
}

.nav-container .social li a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media screen and (max-width:768px) {
    .nav-container .social {
        position: relative;
        width: 100%;
        bottom: auto;
        left: 0;
        padding: 50px 0;
        right: auto
    }
    .nav-container .social li {
        display: block;
        padding: 10px;
        margin: 0
    }
}

.nav-container .copyright {
    bottom: 50px
}

@media screen and (max-width:768px) {
    .nav-container .copyright {
        display: none
    }
}

.nav-container .brand,
.nav-container .copyright,
.nav-container .exit,
.nav-container .social {
    opacity: 0
}

.nav-container .exit {
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 26px;
    z-index: 99;
    -webkit-transition: none!important;
    transition: none!important
}

.nav-container .exit:after,
.nav-container .exit:before {
    border-top: 3px solid #2e2e2e;
    width: 26px;
    display: block;
    content: '';
    position: absolute
}

.nav-container .exit:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 1px;
    left: 0
}

.nav-container .exit:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 0
}

.body-overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 6;
    display: none
}

@media screen and (min-width:768px) {
    .body-overlay {
        background: rgba(0, 0, 0, .5);
    }
}

body.active-menu .nav-container {
    right: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

@media screen and (min-width:768px) {
    body.active-menu .nav-container {
        -webkit-transition: all .4s;
        transition: all .4s;
        z-index: 99;
    }
}

@media screen and (max-width:768px) {
    body.active-menu .nav-container {
        width: 90%;
        z-index: 999;
    }
}

body.active-menu .nav-container .brand,
body.active-menu .nav-container .copyright,
body.active-menu .nav-container .exit,
body.active-menu .nav-container .social {
    opacity: 1;
    -webkit-transition: opacity 1s .3s;
    transition: opacity 1s .3s
}

body.active-menu .nav-container .nav li {
    opacity: 1
}



@media screen and (min-width:992px) {
    .navbar-classic {
        float: right;
        height: 100px;
        padding: 0;
        margin: 0
    }
    .navbar-classic li {
        display: inline-block;
        padding: 37px 5px 0;
        list-style: none
    }
    .navbar-classic li .label {
        background: none;
        padding: 3px
    }
    .navbar-classic li:last-child {
        padding-right: 0!important
    }
    .navbar-classic li a {
        text-decoration: none;
        display: block;
        line-height: 1;
        padding: 5px 10px;
        border-radius: 25px;
        -webkit-transition: all .3s;
        transition: all .3s;
        color: #2e2e2e
    }
    .navbar-classic li a.active,
    .navbar-classic li a:hover {
        background: #2e2e2e;
        color: #fff
    }
    .navbar-classic li ul.dropdown {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        position: absolute;
        margin: 0;
        padding: 20px 0 0;
        -webkit-transition: max-height 0s .5s, opacity .5s;
        transition: max-height 0s .5s, opacity .5s
    }
    .navbar-classic li ul.dropdown li {
        display: block;
        width: auto;
        padding: 7px 0;
        line-height: 1
    }
    .navbar-classic li ul.dropdown li a {
        display: inline-block
    }
    .navbar-classic li:hover a {
        background: #2e2e2e;
        color: #fff
    }
    .navbar-classic li:hover a:hover {
        background: #484848
    }
    .navbar-classic li:hover ul.dropdown {
        max-height: 600px;
        opacity: 1;
        -webkit-transition: max-height 0s, opacity .5s;
        transition: max-height 0s, opacity .5s
    }
    .affix .navbar-classic {
        height: 50px
    }
    .affix .navbar-classic li {
        padding: 12px 5px 0
    }
    .affix .navbar-classic li a {
        color: #2e2e2e!important
    }
    .affix .navbar-classic li a.active {
        color: #fff!important
    }
    .affix .navbar-classic li ul.dropdown li {
        padding: 7px 0
    }
    .affix .navbar-classic li:hover a {
        color: #fff!important
    }
}

@media screen and (max-width:992px) {
    .affix .mobile-nav,
    body .mobile-nav {
        margin-top: 25px;
        height: 50px;
        width: 35px;
        padding: 16px 0 16px 11px;
        cursor: pointer;
        float: right
    }
    
    .affix .mobile-nav {
        margin-top: 0
    }
    .menu-active .affix .mobile-nav {
        margin-top: 6px
    }
}

@media screen and (max-width:992px) {
    .affix.menu-active .mobile-nav,
    body.menu-active .mobile-nav {
        z-index: 8;
        position: relative;
        margin-top: 30px;
        margin-right: 0
    }
    .affix.menu-active .mobile-nav:after,
    .affix.menu-active .mobile-nav:before,
    body.menu-active .mobile-nav:after,
    body.menu-active .mobile-nav:before {
        border-color: #fff;
        height: 0
    }
    .affix.menu-active .mobile-nav:after,
    body.menu-active .mobile-nav:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
        margin-left: -1px
    }
    .affix.menu-active .mobile-nav:before,
    body.menu-active .mobile-nav:before {
        margin: 0;
        border-top-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .affix.menu-active .navbar-classic,
    body.menu-active .navbar-classic {
        background: #2e2e2e;
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%!important;
        display: inline-block;
        text-align: center;
        overflow-y: scroll;
        padding: 100px 0;
        margin: 0
    }
    .affix.menu-active .navbar-classic li,
    body.menu-active .navbar-classic li {
        margin: 0;
        padding: 0;
        display: block
    }
    .affix.menu-active .navbar-classic li a,
    body.menu-active .navbar-classic li a {
        color: #fff!important;
        background: none!important;
        padding: 15px 10px;
        display: block;
        text-decoration: none
    }
    .affix.menu-active .navbar-classic li a:hover,
    body.menu-active .navbar-classic li a:hover {
        font-weight: 700
    }
    .affix.menu-active .navbar-classic li ul.dropdown,
    body.menu-active .navbar-classic li ul.dropdown {
        position: relative;
        padding: 0;
        display: none
    }
    .affix.menu-active .navbar-classic li ul.dropdown li:first-child,
    body.menu-active .navbar-classic li ul.dropdown li:first-child {
        margin-top: 20px
    }
    .affix.menu-active .navbar-classic li:hover ul.dropdown,
    body.menu-active .navbar-classic li:hover ul.dropdown {
        display: block;
        background: #212121
    }
}


.copyright {
    font-size: .9em;
    color: #2e2e2e;
    display:none;
}

img.standalone {
    margin: 0
}

.bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.bg.faded {
    opacity: .1
}

.bg.faded-subtle {
    opacity: .6
}

.btn {
    font-family: Work Sans, Helvetica Neue, sans-serif;
    border-radius: 0;
    border: 0;
    padding: 12px 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    font-size: 1.1em
}

.btn.btn-default {
    background: #2e2e2e;
    color: #fff
}

.btn.btn-default:active,
.btn.btn-default:hover {
    background: rgba(46, 46, 46, .8)
}

.btn.btn-default:focus {
    color: #fff;
    background: rgba(46, 46, 46, .5);
    outline: none
}

.btn.btn-accent {
    background: #cff5dd;
    color: #2e2e2e
}

.btn.btn-accent:active,
.btn.btn-accent:hover {
    background: rgba(207, 245, 221, .5)
}

.btn.btn-hollow {
    background: none!important;
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
    padding: 11px 23px
}

.btn.btn-hollow:active,
.btn.btn-hollow:hover {
    border-color: rgba(46, 46, 46, .5)
}

.btn.btn-hollow.btn-accent {
    color: #2e2e2e;
    border-color: #cff5dd!important
}

.btn.btn-hollow.btn-accent:active,
.btn.btn-hollow.btn-accent:hover {
    border-color: rgba(207, 245, 221, .5)
}

.btn.btn-empty {
    padding: 10px 0;
    background: none
}

.btn span.left {
    padding-right: 15px;
    padding-left: 0
}

.btn span.right {
    padding-left: 15px;
    margin-right: -5px
}



@media screen and (max-width:768px) {
    .carousel {
        margin: 0
    }
}

header{
	background: #fff;
	transition: all .8s;
    z-index: 50;
    padding: 8px 0px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.05), 0 0px 5px 0 rgba(0, 0, 0, 0.5);

}
header.sticky {
	position: fixed;
	width: 100%;
	transition: all .8s;
	background: #fff;
	top: 0;
}
header .logo-width{
	max-width: 175px !important;
}
header .brand,
header .menu {
    display: inline-block;  
}

header .menu {
    position: relative;
    float: right;
    height: 50px;
    width: 35px;
    padding: 22px 0 0px 11px;
    cursor: pointer;
    
}

header .menu:after,
header .menu:before {
    content: '';
    display: block;
    width: 28px;
    -webkit-transition: border .3s;
    transition: border .3s;
}

header .menu:before {
    height: 11px;
    border-top: 4px solid #2e2e2e;
    border-bottom: 4px solid #2e2e2e;
}

header .menu:after {
    height: 7px;
    border-bottom: 4px solid #2e2e2e;
}

header.affix {
    background: #fff !important;
    left: 0;
    right: 0;
    transition: all 0.8s ease 0s;
}

header.affix .brand,
header.affix .menu {
    margin-top: 0;
}

header.affix .brand .dark-brand {
    display: block;
}

header.affix .brand .light-brand {
    display: none;
}

header.affix .menu:after,
header.affix .menu:before {
    border-color: #2e2e2e!important;
}

header.affix .cart {
    top: 4px;
}

.container {
    position: relative;
}

@media screen and (max-width:992px) {
    section {
        padding: 15px 0
    }
    section .container {
        margin-bottom: 35px
    }
}




.slider {
    width: 100%;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center
}

.slider ul.slides {
    text-align: left;
    background: #2e2e2e;
    list-style: none;
    padding: 0;
    -webkit-transition: -webkit-transform .9s;
    transition: -webkit-transform .9s;
    transition: transform .9s;
    transition: transform .9s, -webkit-transform .9s;
    vertical-align: top
}

.slider ul.slides,
.slider ul.slides li.slide {
    position: relative;
    display: inline-block;
    margin: 0
}

.slider ul.slides li.slide {
    float: left;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    background: #f0f0f0
}

.slider ul.slides li.slide .thumb {
    max-width: 80%;
    margin: 50px 20px;
    display: inline-block
}

.slider ul.slides li.slide img {
    margin-bottom: 0
}

.slider ul.slides li.slide video {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider ul.slides li.slide video.fs {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.slider ul.slides li.slide video.faded,
.slider ul.slides li.slide video.pause {
    opacity: .5
}

.slider ul.slides li.slide video.faded.pause {
    opacity: .2
}

.slider ul.slides li.slide a {
    cursor: pointer!important
}

.slider ul.slides li.slide .btn {
    margin-top: 25px
}

.slider ul.slides li.slide.dark {
    
}

.slider ul.slides li.slide.dark * {
   
}

.slider.fs,
.slider.fs .hero,
.slider.fs ul.slides {
    height: 100vh
}

.slider.fade-slide ul.slides {
    -webkit-transition: none;
    transition: none
}

.slider.fade-slide ul.slides li.slide {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.slider.carousel {
    overflow: visible;
    padding: 0
}

.slider.carousel ul.slides,
.slider.carousel ul.slides li.slide {
    background: transparent
}

.slider ul.slide-indicators {
    text-align: center;
    padding: 5px 4px 0;
    margin: 0 auto;
    position: relative;
    bottom: 60px;
    z-index: 7;
    width: auto;
    display: inline-block;
    height: 26px;
    border-radius: 25px
}

.slider ul.slide-indicators li {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.slider ul.slide-indicators li.active {
    background: #fff
}

.nav-container li a {
	font-size: 24px;	
	font-weight: 500;
	color: #2e2e2e;
	display: inline-block;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.nav > li > a {
	padding: 10px 15px;
	text-decoration: none;
}
.dropdown li a {
	/* padding: 5px; */
	
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
}

/**new-css*/


.work {
	text-align: center;
	margin-bottom: 50px;
}
.work h1{
	font-size: 45px;
	margin-top: 0px;
	 font-weight: 300;
	margin-bottom: 5px;
}
.work h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px;
}
.work p{
	font-weight: 300;
	font-size: 16px;
	line-height: 34px;
}
.work-service p{
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
}
.tag-bar{
  font-weight: 300;
	font-size: 24px !important;
	line-height: 28px;	
	margin: 20px 0px !important;
}
/*perralex-effect*/
.background-logo-section{
	
}
.background-logo-section{
    background: url('../img/Logo_final_sheet.jpg') fixed center center;
	height: 350px;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    position: relative;
    overflow: hidden;
   background-position:100% 100%;
    overflow-x: hidden;
    background-position: center;
     background-repeat: repeat-y; 
   -moz-background-size: cover;
   background-size: 100% auto;
   -webkit-background-size: cover;
   -o-background-size: cover;
}
.work-text{
	padding: 50px 0px;
}

.background-logo-section:after{	
    content: '';
    background-color: #fff;
    display: block;
    width: 200%;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    top-right: -30px;  
    transform: rotate(5deg);
    top: 50px;
    transform-origin: 100%;   
}

.work-text-new {
	background-color: #fff;
	height: 150px;	
	transform: skewY(5deg);
	margin-top: -50px;
	bottom:0;
    
}
.work-text-phone {
	background-color: #fff;
	height: 75px;	
	transform: skewY(5deg);
	margin-top: -80px;
	bottom:0;
	box-shadow: 0 -8px 8px 0 rgba(234, 233, 233, 233.05), 0 -12px 28px 0 rgba(234, 233, 233, 0.0);
}

.number{
	font-size: 77px;
	color: #ffa82b;
}
.section-1 h2 {
	font-size: 45px;
	margin-top: 0px;
	 font-weight: 300;
	margin-bottom: 5px;
}
.small-hr {
	width: 60px;
	height: 6px;
	margin: 36px auto;
	background: #ffa82b;
	display: block;
}
.section-1 {
	padding: 0px 0px 20px 0px;
	text-align: center;
}
.phone-tamp {
	text-align: center;
    height: 550px;
}
.content-paragraph{
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
}
.phone-tamp img{
	max-width: 100%;
}
.choose-us{
	text-align: center;
	margin: 30px 0px;
}
.choose-us h2 {
	font-size: 22px;
	font-weight: 300;
}
.choose-us p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}	
/*
.work-text-new:after {
	content: '';
    background-color: #000;
    display: block;
    width: 100%;
    max-width: 200%;
    height: 200px;
    left: 0;
    position: absolute;
    right: 0;
    top-right: -30px; 
  
    transform-origin: 100%; 
    transform: skewY(5deg);
    top: -20px;
    z-index: 9999;
   
}
/*end-perralex-effect*/
/*slider-croll*/
.slider {
	overflow: hidden;
}
.slider__container{
    position: relative;
    height: 100%;
    min-height: 400px;
    width: 100%;
}
.slider__content{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.slider__list{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sliderItem:first-child{
	margin-left: 0;
}
.sliderItem{
	position: relative;
	float: left;
}
.slider__list {
	list-style: none;
}
.sliderItem__content{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-right: 16px;
}
.sliderItem__image {
	border-radius: 4px;
	border: 1px solid #edf0f2;
	margin-bottom: 16px;
	overflow: hidden;
}
.sliderItem__image img{
	height: auto;
	width: 100%;
}
.sliderItem__content h3{
	font-size: 16px !important;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 16px;
}
.sliderItem__subheading {
	color: rgba(14, 19, 24, 0.45);
}
/*
.jobList {
	position: relative;
	width: 100%;
	background: #0672af;
	color: white;
	overflow-x: hidden;
	padding-bottom: 160px;
	padding-top: 352px;
}
.jobList::before{
	content: '';
	position: absolute;
	top: -400px;
	left: -80%;
	height: 600px;
	width: 200%;
	background: white;
	border-radius: 50%;
}

*/
.job-box{
	padding: 50px 0px;
  max-width:800px;
  margin:0px auto;	
}
.jobList{
	padding: 0px 0px 180px;
	background:#0672af; 
}
.style_box{
	background: url('../img/feature-job-bg.png') no-repeat center center;
}
.job-btn{
	padding: 20px 0px;
}
.job-content h2 {
	font-size: 18px;
	color: #fff;
}
.btn-section{	
	padding: 8px 50px !important;
	font-size: 23px !important;
	font-weight: bold;
	
}
.job-content h2{
	font-size: 18px;
}
.job-content p{
	font-size: 16px;
	color: #cdeafa;
}
.hr{
	border-bottom: 1px solid #cdeafa;
	padding: 10px 0px;
}
.text-footer h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}
.text-footer ul li{
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}
.text-footer p{
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0px;
}
.text-footer ul a{
	 text-decoration: none;
	 color: #000;
}
.text-footer span{
	margin-right: 10px;
}
.text-footer{
	padding:15px 0px;
	
}
.footer-social{
	padding-top:10px;
	text-align: right; 
}
.footer-social ul li{
	display: inline;
	font-size: 22px;
	padding-right: 10px;
	color: #000;
}
/*end-scroll-slider*/
@media (min-width:320px) and (max-width:568px){	

.background-logo-section{
	height: 200px;
	}
.work-text-new{
	height: 75px;
}
.background-logo-section::after {
    background-color: #fff;
    height:75px;
    transform: skewY(5deg);
    margin-top: -50px;
    bottom: 0;
}
.methodology h5 {
	margin-top: 5px !important;
	font-size: 16px !important;
}	
}
@media (min-width:320px) and (max-width:767px){

.content h1 {
	font-size: 30px;
}	
.content h3 {
	font-size: 22px;
}	
.content p {
	font-size: 16px;
	line-height: 22px;
}
.hero.fs {
	padding-top: 0px !important;
}
section {
	padding: 0px 0px !important;
}
.work h1 {
	font-size: 26px !important;
}
.work h3 {
	font-size: 16px;
}	
}
/*logo-slider*/
#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 5px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}
.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.item img{
	max-width: 100%;
}
.carousel-control.left{
	background: none !important;
}
.carousel-control.right{
	background: none !important;
}
.work-slider{
	margin-top: 100px;
}

.phone-no{
  margin-top: 5px;	
  text-align: right;
}
.phone-no a {
	font-size: 17px;
	text-decoration: none !important;
	color: #ffa82b;
	font-weight: 300;
}
.phone-no span{
	margin-right: 10px !important;
}
.ripple{
	display: inline-block;
}


.ripple{
	position: relative; /*Position relative is required*/
	height: 100%;
	width: 160px;
	display: inline-block;
	outline: none;
	padding: 20px;
	color: #fff;
	border-radius:5px; 
	margin: 5px;
	text-transform: uppercase;
	background: linear-gradient(135deg, #ffa82b 0%,#ffa82b 100%);
	box-sizing: border-box;
	text-align: center;
	line-height: 14px;
	font-family: roboto, helvetica;
	font-weight: 300;
	letter-spacing: 1px;
	text-decoration: none;
	font-size: 16px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	overflow:hidden;
	text-decoration: none;
}
.btn-rippe{
	background: none !important;
	border: 2px solid #333;
	color: #333;
}
.ripple-wrap-btn-2 a{
	text-decoration: none !important;
}
.ripple:hover:before{
	animation: ripple 1s ease;
}
.ripple-wrap-btn a:hover{
	text-decoration: none !important;
	color: #fff
}
.btn-rippe:before{
	background-color:rgba(0, 0, 0, 0.9) !important;
}
.ripple:before{
	content:"";
	position:absolute; top:0; left:0;
	width:100%; height:100%;
  background-color:rgba(255, 255, 255, 0.7);
  border-radius:50%;
	transform:scale(0);
}

@keyframes ripple{
	from{transform:scale(0); opacity:1;}
	to{transform:scale(3);opacity:0;}
}
.phone-no h1 {
	font-size: 17px;
	margin-top: 15px;
	color: #333;
	font-weight: 300;
}

@media (min-width:320px) and (max-width:600px){	
.input-box {
	max-width: 450px;
	margin: 0px auto;
}
.section-1 {
	padding: 0px;
}
.work-text-phone {
	height: 50px;
}
	.phone-tamp {
	height: 365px;
}
	.post-section {
    height: 365px !important;
}
.section-1 h2 {
	font-size: 25px;
}	
.job-box {
	padding: 0px;
}
.work-text-phone {
	margin-top: 0px !important;

}
.carousel-caption p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #331a70;
}
.carousel-caption h1 {
	font-size: 20px;
}
.carousel-caption {
	top: 0% !important;

}	
}
@media all and (max-width: 767px) {
.manu-bar{
	background: #fc9c23;
	padding: 0px 20px;
	margin: 10px 0px;
	
}	
.menu_btn{
	display: none !important;
}
.phone-no {
	margin-top: 0px !important;
}	
.input-box {
	max-width: 450px;
	margin: 0px auto;
}	
}
@media all and (min-width: 768px) {
	.manu-bar{
		display: none;	
	}	
}
@media (min-width:1500px){
	.to-bg{
    background: url('../img/to-bg.png');
	background-size: cover;	
	}
}
@media (min-width:320px) and (max-width:767px){
header.sticky {
	position: static !important;
	width: 100%;
	transition: all .8s;
	background: #fff;
	top: 0;
}
.slide-bg{
	position: absolute;
	background-color: rgba(76, 76, 76, 0.5);
	width: 100%;
	height: 100%;
}
header .logo-width{
	max-width: 175px !important;
}
.affix {
	position: static !important;
}
	.logo{
		text-align: center;
	}
	.phone-no h1 {
	text-align: center;
}
header .menu {
	padding: 15px 0 0px 11px;
}	
.address-text h2 {
	font-size: 23px !important;
}	
}
.ripple-wrap a{
	text-decoration: none;
}
.logo img{
	max-width: 213px;
}
/*about-us-page*/
.about-text ul{
	list-style: none;
	padding: 0px;
}
.address-text h5 {
	font-family: 'Qualtrics Grotesque';
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	text-transform: capitalize;
	display: inline-block;
	padding-top: 10px;
}
.icon img{
	max-width: 100%;
}
.icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.address-text h2 {
	margin-top: 0px;
	font-weight: 300;
	font-size: 31px;
	padding-top: 33px;
}
.address-text span{
	margin-top: 0px;
	font-weight: bold;
	text-transform: uppercase;
}
.address-text h1 {
	font-size: 45px;
	font-weight: 100;
	margin: 0px 0px 30px;
}
.about-small-hr {
	width: 60px;
	height: 6px;
	background: #fc9c23;
	display: block;
	margin: 0px 0px 30px;
}
.about-text p{
	
	font-size:16px;
	font-weight: 300;
	margin-bottom: 20px;
}
.about-section img{
	max-width: 100%;
	border-radius: 100%;
}
.about-home{
	padding: 50px 0px 200px;
}
.new-box{
	margin: 30px 0px;
}
video{
	max-width: 100%;
	
}
.work-text-section{
	padding: 50px 0px 0px !important;	
	}
/*end-about-us*/

/*carrer*/
.team{
	margin: 20px 0px;
}
.team img{
	max-width: 100%;
	border-radius: 4px;
}
.about-team h1 {
	font-size: 45px;
	margin-top: 0px;
	font-weight: 100;
	margin-bottom: 5px;
}
.about-team p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.about-team{
	text-align: center;
	margin-bottom: 20px;
}
.team h4 {
	font-size: 18px;
}
.footer-logo{
	margin-top:25px;
}
.footer-logo img {
	max-width: 100%;
	width: 213px;
}

.feature-work h1{
	font-size: 45px;
	margin-top: 0px;
	font-weight: 100;
	margin-bottom: 5px;
	color: #fff;
}
.to-bg{
	text-align: center;
	
}
.to-bg img{
	max-width: 100%;
}
.round_border {
	width: 180px;
	height: 250px;
	position: absolute;
	top: -105px;
	left: -20px;
	background: url('../img/line-1.png');
	z-index: 1;
}
.round_border-2 {
	width: 254px;
	height: 492px;
	position: absolute;
	top: -357px;
	left: 250px;
	background: url('../img/line-2.png') no-repeat;
	z-index: 1;
}
.round_border-3 {
	width: 529px;
	height: 700px;
	position: absolute;
	top: -500px;
	left: 10px;
	background: url('../img/line-3.png') no-repeat;
	z-index: 1;
}
.plan_text {
	font-size: 19px;
	color: #1b1b1b;
	position: absolute;
	left: -50px;
	bottom: 110px;
	line-height: 20px;

}
.plan_text::after {
	background: url('../img/arrow-1.png') no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 141px;
	right: -37px;
	position: absolute;
	right: 15px;
	top: -141px;
	width: 100px;
}
.plan_text-2 {
    font-size: 18px;
    color: #1b1b1b;
    position: absolute;
    left: 95px;
    bottom: 97px;
    line-height: 20px;
    
}
.plan_text-2::after {
	background: url('../img/arrow-2.png') no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 180px;
	position: absolute;
	right: 120px;
	top: -150px;
	width: 100px;
}
.plan_text-3 {
	font-size: 19px;
	color: #1b1b1b;
	position: absolute;
	left: -70px;
	bottom: 115px;
	line-height: 20px;
}
.plan_text-3::after {
	background: url('../img/arrow-3.png') no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 158px;
	position: absolute;
	right: -150px;
	top: 30px;
	width: 163px;
}
.plan_text-4 {
color: #1b1b1b;
text-align: center;
font-size: 19px;
left: 158px;
line-height: 24px;
position: absolute;
top: -94px;
width: 92%;
}
.plan_text-4::after {
	background: url('../img/arrow-4.png') no-repeat rgba(0, 0, 0, 0);
	content: "";
height: 125px;
position: absolute;
right: 185px;
top: 45px;
width: 100px;
z-index: 9999;
}
.plan_text-4::before{
	background: url('../img/arrow-5.png') no-repeat rgba(0, 0, 0, 0);
	content: "";
	height: 109px;
	position: absolute;
	left: 200px;
	top: 50px;
	width: 85px;
	right: 218px;
}
.round_border-5{
	background: url(../img/line-5.png) no-repeat scroll left top rgba(0, 0, 0, 0);
height: 95px;
left: -220px;
position: absolute;
top: 33px;
width: 296px;
z-index: -1;
}
.round_border-6{
	background: url(../img/line-6.png) no-repeat scroll left top rgba(0, 0, 0, 0);
height: 130px;
left: -220px;
position: absolute;
top: 33px;
width: 375px;
z-index: -1;
}
.plan_text-5::after {
	background: url('../img/arrow-6.png') no-repeat rgba(0, 0, 0, 0);
content: "";
height: 87px;
position: absolute;
right: -30px;
top: 25px;
width: 87px;
z-index: 9999;
}
.plan_text-5{
color: #1b1b1b;
text-align: center;
font-size: 19px;
left: -225px;
line-height: 24px;
position: absolute;
top: -75px;
width: 92%;
}
.work-text p{
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	text-align: justify;
}
.maintaine{
	    display: inline-block;
}
.winning{
	min-height: 675px;
}
.winning p{
	text-align: left;
}
.plan{
	margin-left: 60px;
   text-align: center;
    position: relative;
}
.plan img {
	display: inline-block;
	z-index: 2;
	position: relative;
}
/*end-career*/
/*winning-methodology*/

.banner-monthely{
	background: url('../img/09.jpg') no-repeat center center;
	height: 120vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.methodology p{
	font-size: 17px !important;
}
.methodology h5{
	margin-top: 70px;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: #024d4e;
	font-style: italic;
}


/*end-winning-methodology*/
@media (min-width:320px) and (max-width:567px){
.slick-current .testimonial{
	height: 375px !important;
	
}
.hero h1 {
	color: #fff !important;
}
.hero span {
	font-size: 25px;
}	
.hero p {
	line-height: 24px;
	color: #fff !important;
}
.internal-banner-text p{
	font-size: 13px;
	line-height: 24px;
}
.slide-bg{
	position: absolute;
	background-color: rgba(76, 76, 76, 0.5);
	width: 100%;
		height: 100%;
		top: 0%;
}	

	.footer-logo {
	margin-top: 0px;
}
.work-text-section{
	padding: 50px 0px 0px !important;	
	}
	.work {
	margin-bottom: 0px;
}
.offset-top {
	margin-top:10vh;	
	
	padding: 20px 0px;
}
.content h1 {
	color: #fff !important;
}	
.content p {
	color: #fff !important;
}
.slider ul.slides li.slide.dark * {
	color: #fff !important;
}
.work-text {
	padding: 50px 0px !important;
}

.background-logo-section {
	display: none;
}
.work-service{
	margin-top:60px;
}
.footer-social{
	text-align: left;
}
.footer-social ul{
	padding: 0px;
}
.text-footer {
	padding: 0px;
}
.hero {
	text-align: center !important;
	width: 100%;
}
.bg-banner{
	background-color: rgba(76, 76, 76, 0.5);
	height: 100%;
	width: 100%;
}
}
@media (max-width:567px){
.carousel-control{
	top: 35!important;
	bottom: 0 !important;	
}
.background-logo-new{
	background: url('../img/Logo_final_sheet.jpg') center;
	height: 200px;
	background-size: 100%;
	transform: skewY(5deg);
}

.work-text-new {
	display: none;
}	

.tag-bar {
	font-size: 18px !important;
}
.internal-banner-text h1 {
	color: #fff !important;
}
.internal-banner-text p {
	color: #fff !important;
}
.baner-text{
	margin-top: 0% !important;
}
.work-internal {
	box-shadow: none !important;
}
.banner-inetrnal {
	height: 100vh;
}

.internal-banner-text h1 {
	font-size: 25px !important;
}
.internal-banner-text p{
	font-size: 13px !important;
	line-height: 24px !important;
}
.about-banner {
	margin-top: 15% !important;
}
.contact-text {
	margin: 15% 0 25% !important;
}
.contact-us {
	padding: 0px 0px 5px !important;
}
	
}
@media (min-width:600px) and (max-width:767px){
	.background-logo-section::after {
    background-color: #fff;
    height:75px;
    transform: skewY(5deg);
    margin-top: -50px;
    bottom: 0;
}
.carousel-caption p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #fff !important;
}
.carousel-caption h1 {
	font-size: 20px;
	color: #fff !important;
}
.carousel-caption {
	top: 0% !important;

}
.banner-inetrnal {
	height: 150vh !important;
}
.banner-web {
	height: 150vh !important;
}

.sco{
	height: 150vh !important;
}
.web-design{
	height: 150vh !important;
}
.cms{
	height: 150vh !important;
}

.banner-web {
	height: 150vh !important;
}
.e-commerce {
	height: 150vh !important;
}
.banner-monthely{
	height: 150vh !important;
}

.contact-text {
	margin: 15% 0 25% !important;
}
.contact-us {
	padding: 0px 0px 5px !important;
}

.internal-banner-text h1 {
	font-size: 28px !important;
}
.baner-text {
	margin-top: 0% !important;
}
.internal-banner-text p {
	font-size: 14px !important;
	line-height: 28px !important;
}
}
@media (min-width:568px) and (max-width:992px){	
.email-from {
	box-shadow: none !important;
}
.hero {
	text-align: center !important;
	width: 100%;
}
.carousel-control {
	top: 35% !important;
}
.slide-bg{
	position: absolute;
	background-color: rgba(76, 76, 76, 0.5);
	width: 100%;
		height: 100%;
		top: 0%;
}
.bg-banner{
	background-color: rgba(76, 76, 76, 0.5);
	height: 100%;
	width: 100%;
}
.internal-banner-text h1 {
	color: #fff !important;
}
.internal-banner-text p {
	color: #fff !important;
}
.hero p {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #fff !important;
}
.hero h1 {
	font-size: 26px;
	color: #fff !important;
}
.btn-subscribe {
	box-shadow: none !important;
}
.input-box {
	max-width: 450px;
	margin: 0px auto;
}
.work-internal {
	box-shadow: none !important;
}

	
}

.offset-top {
	margin-top:20vh;
	padding: 20px 0px;

}
.content h1 {
	color: #fff !important;
}	
.content p {
	color: #fff !important;
}
.slider ul.slides li.slide.dark * {
	color: #fff !important;
}

@media (min-width:768px) and (max-width:1024px){
.work-text-new {
	background-color: #fff;
	height: 75px;
	transform: skewY(5deg);
	margin-top: -30px;
	bottom: 0;
}
.background-logo-section {
	height: 265px;
}
.work {
	margin-bottom: 0px;
}

.background-logo-section::after {
	height: 90px;
}
.content-paragraph {
	font-size: 14px;
	line-height: 26px;
}

.new-box li {
	min-height: 215px;
}
}	


.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left !important;
	text-shadow: none !important;
}
.transition-timer-carousel .carousel-caption .carousel-caption-header {
	margin-top: 10px;
	font-size: 24px;
}

@media (min-width: 970px) {
	.transition-timer-carousel .carousel-caption .carousel-caption-header {
		font-size: 36px;
	}
}
.transition-timer-carousel .carousel-indicators {
	bottom: 0px;
	margin-bottom: 5px;
}
.transition-timer-carousel .carousel-control {
	z-index: 11;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar {
    height: 5px;
    background-color: #0066a7;
    width: 0%;
    margin: -5px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}
.transition-timer-carousel .transition-timer-carousel-progress-bar.animate{
    -webkit-transition: width 4.25s linear;
	-moz-transition: width 4.25s linear;
	-o-transition: width 4.25s linear;
	transition: width 4.25s linear;
}
.carousel-caption {
	right: 15% !important;
	left: 8% !important;
	top: 25%;
	padding-bottom: 30px;
}
.carousel-control {
	top: 50% !important;
	bottom: 50% !important;
	color: #0066a7 !important;
	font-size: 30px !important;
	    opacity: 0.9 !important;
	    text-shadow: none !important;

}
.item img {
	margin: 0 auto !important;
}
.email-from {
	height: 50px !important;
	background: #fff !important;
	border-color: transparent !important;
	border-radius: 20px 0 0 20px !important;
}
.app-input{
	background: #fff !important;
	box-shadow: -1px 3px 10px 0px #4cbbba !important;
	
}
.btn-css{
	box-shadow: none;

}
.email-from:focus {
	box-shadow: none !important;
	border-color: #243c4f !important;
	box-shadow: -1px 3px 10px 0px #a5b1bd !important;
	border: none !important;
 }
.btn-subscribe{
	min-height: 50px !important;
	border-radius: 0 20px 20px 0 !important;
	background: #00a5e0 !important;
	color: #fff !important;
}
.subscribe-box{
	margin-top:30px;
}
.input-box{
	max-width: 450px;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ffa82b;
    border-color: #ffa82b;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/

.hero {
	position: absolute;
	top: 50%;
	left: 51%;
	z-index: 3;
	color: #fff;
	text-align: left;	
	text-shadow: none;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);

}
/*
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
*/


/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  
  background-image: url('../img/03.jpg');
}
.fade-carousel .slides .slide-2 {
  background-image: url('../img/01.jpg');
}
.fade-carousel .slides .slide-3 {
  background-image: url('../img/02.jpg');
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }    
}
.pd0{
	padding: 0px !important;
}
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 970px) {
	.email-from {
	box-shadow: -1px 3px 10px 0px #a5b1bd !important;
}
.btn-subscribe{
  box-shadow: 1px 3px 10px 0px #a5b1bd !important;
 }
}

.banner-inetrnal{
	background: url('../img/03.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.baner-text{
	margin-top:15%;
}
.about-banner{
	margin-top:25%;
}
.work-internal {
	background-color: #fff;
	height: 110px;
	transform: skewY(4deg);
	margin-top: -50px;
	bottom: 0;
	box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.05), 0 -12px 28px 0 rgba(234, 233, 233, 0.0);
}
.internal-banner-text h1{
font-size: 40px;
margin-bottom: 20px !important;
color: #331a70;
font-weight: 300 !important;
}
.internal-banner-text span {
	font-weight: bold !important;
}
.internal-banner-text p {
	font-weight: 300;
	font-size: 17px;
	line-height: 28px;
	color: #331a70;
}
.banner-web{
	background: url('../img/02.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.e-commerce{
	background: url('../img/04.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}

.work-e-commrce{
	background-color: #fff;
	height: 110px;
	transform: skewY(4deg);
	margin-top: -50px;
	bottom: 0;
	box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.05), 0 -12px 28px 0 rgba(234, 233, 233, 0.0);
}
.ecommrce-btn{
   box-shadow: none !important;	
}
.sco{
	background: url('../img/05.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.web-design{
	background: url('../img/06.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.cms{
	background: url('../img/07.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.about-us{
	background: url('../img/08.jpg') no-repeat center center;
	height: 120vh;
     background-size: cover;
     background-position: center center;
   background-repeat: no-repeat;
}
.about-banner{
	border: 6px solid #fff;
	padding: 15px;
}
.about-banner h1 {
	font-size: 40px;
	margin-bottom: 20px !important;
	color: #333 !important;
	font-weight: bold !important;
	text-align: center;
}
.our-mission{
	text-align: center;
}
.our-mission img{
	max-width: 100%;
}

.our-mission-text h1 {
	font-size: 45px;
	color: #ffa82b;
	font-weight: 300;
	margin-bottom: 5px;
}
.our-mission-text p{
	font-weight: 300;
	color: #333;
	font-size:17px;
	line-height: 30px;
	text-align: justify;
}
.mission h1{
	color: #00a5e0 !important;
}
.mission h3 {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 0;
}
.massge-section {
	padding: 50px 0px 0px;
}
.massge-text {
	text-align: center;
	margin-bottom: 45px;
}
.massge-text h1{
	font-size: 45px;
	
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 5px;
}

.border-box{
  background: #ffa82b !important;	
}
.massge-text h3 {
	position: relative;
	text-align: center;
	z-index: 2;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0px;
	display: inline-block;
	width: 35%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.massge-text p{
	text-align: center;
	font-size: 17px;
	color: #888888;
}
.massge-text h3::after {
	/*border-top: 1px solid #bfbebd !important;*/
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top:76%;
	text-align: center;
	z-index: -1;
}
.line-center {
	
}
.misson2 h1{
	color: #5e8902;
}
.testimonial-section{
	padding: 90px 0px;
	background: url('../img/testmonial.png') center center no-repeat;
}
.testimonial-heading{
	margin-top:50px;
}
.testimonial-heading h1 {
	font-size: 45px;
	margin-top: 0px;
	 font-weight: 300;
	margin-bottom: 5px;
	color: #000;
}
.testimonial-heading h4{
	font-size:15px;
	margin-top: 0px;
	color: #87959c;
	text-transform: uppercase;
}
.testimonial {
	text-align: center;
	padding: 80px 15px 10px;
	margin-top:85px;
	position: relative;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 3px 9px 2px #bfd9eb;
	z-index: 9999999;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #0672af;
}
.testimonial .pic{
    width: 135px;
    height: 135px;
    border: 5px solid #fff;
    position: absolute;
    top: -80px;
    left: 0;
    border-radius: 100%;
    right: 0;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
     border-radius: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
    font-style: italic;
}
.testimonial .testimonial-title{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #4b489b;
}
.hr{
	border-bottom: 1px solid #b0b0b0;
	padding-bottom:5px;
	max-width: 265px;
	margin: 0px auto;
}


.contact-us {
	background: url('../img/contact.jpg') no-repeat center;
	padding: 100px 0px 5px;
}

.contact-text{
	margin-top: 15%;
}
.contact-text{
	margin: 15% 0 10%;
}
.contact-text h1{
	text-align: center;
	font-size: 45px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.contact-text h4{
	text-align: center;
	font-size: 33px;
	font-weight: 300;
	color: #fff;
}
.contact-text h3 {
	position: relative;
	text-align: center;
	z-index: 2;
	font-size: 36px;
	font-weight: 700;
	margin-top: 0px;
	display: inline-block;
	width: 35%;
	text-transform: uppercase;
	color: #fff;
}
.line-center {
	background: #bfbebd none repeat scroll 0 0;
	color: #000;
	display: inline-block;
	margin: 0;
	padding: 3px 35px;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.contact-text h3::after {
	border-top: 1px solid #bfbebd;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top:76%;
	text-align: center;
	z-index: -1;
}

.home-contact-btn a{
	text-align: center;
	color: #fff;
	font-size:20px;
	background:#ffa82b;
	padding: 20px 25px;
	text-transform: uppercase;
	text-decoration: none;
}
.home-contact-btn a:hover{
	color: #fff;
	text-decoration: none;
}
.home-contact-btn{
	margin-top: -20px;
	

}

iframe {
	margin-top: -8px;
}
.adress-section{
	padding: 50px 0px;
}
.address-box{
	border:2px solid #00a5e0;
	border-radius:100%;
	padding:20px; 
	display: inline-block;
}
.address-box-section {
	border: 2px solid #f0f0f0;
	padding: 20px 0px;
	text-align: center;
}
.address-box img{
	
}
.location-text h2{
	font-size: 18px;
	color: #777777;
	font-weight:500;
}

.location-text p{
	font-size: 17px;
	color: #777777;
}

.form-input {
	display: block;
	width: 100%;
	height: 52px !important;
	padding: 6px 12px;
	font-size: 14px !important;
	line-height: 1.42857143;
	color:#e8e8e8;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e8e8e8;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow:  none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.text-input{
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px !important;
	line-height: 1.42857143;
	color: #e8e8e8;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e8e8e8;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow:  none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
#desc
{
    height:150px !important;
}
.form-input:focus {
	border-color: #e8e8e8 !important;
	outline: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.mrbtm25{
	margin-bottom:28px !important;
}
.massge-btn{
	text-align: center;
}
.btn-send {
	color: #fff;
	background: #ffa82b !important;
	border-color: #ffa82b !important;
	width: 100%;
	border-radius: 0px !important;
	padding: 10px !important;
	text-transform: uppercase;
	font-size: 16px !important;
	
}
.newslatter {
	padding: 70px 0px;
	background: #fafaff;
	margin: 50px 0px;
}
.news-text h1{
	font-size: 22px;
	color: #00a5e0;
	vertical-align: middle;
	font-weight: 300;
	margin-top: 0px;
}
.news-text{
	margin-bottom: 30px;
}
.input-group-btn > .subscribe-btn{
	position: relative;
	margin: 10px 20px;
}
.form-newsletter{
	display: block;
	position: absolute !important;
	width: 100%;
	padding: 6px 12px;
	height: 80px !important;
	font-size: 14px;
	line-height: 1.42857143;
	color: #e8e8e8;
	background: none !important;
	background-image: none;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #e8e8e8 !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	box-shadow:  none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.btn-theme{
	background: #ffa82b;
	font-size: 18px !important;
	color: #fff;
	padding: 10px 25px !important;
}
.btn-theme:hover{
	color: #fff !important;
}
.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.home-newsletter .single h2 {
font-size: 22px;
color: white;
text-transform: uppercase;
margin-bottom: 40px; }
.home-newsletter .single .form-control {
height: 50px;
background: rgba(255, 255, 255, 0.6);
border-color: transparent;
border-radius: 20px 0 0 20px; }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #243c4f; }
.home-newsletter .single .btn {
min-height: 50px; 
border-radius: 0 20px 20px 0;
background: #243c4f;
color: #fff;
}

 .slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: #0672af !important;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .0;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
.slick-current .testimonial{
	height: 285px;
	transform: scale(1.02);
	
}
.center .testimonial{
	transition: all 900ms ease;
}
@media (min-width:1600px) and (max-width:2500px){
.work-e-commrce{
	transform: skewY(3deg) !important;
}	
.work-internal {
	transform: skewY(3deg) !important;
}	
.sco{
	height: 90vh;
}
.web-design{
	height: 90vh;
}
.cms{
	height: 90vh;
}
.about-us{
	height: 90vh;
}
.banner-web {
	height: 90vh;
}
.e-commerce {
	height: 90vh;
}
.banner-inetrnal {
	height:90vh;
}
.banner-monthely{
	height: 90vh;
}
	.Salesforce {
    height: 100vh !important;

}
}
@media (min-width:420px) and (max-width:610px){
.plan {
	height: 430px;
}	
	
}
@media (min-width:450px) and (max-width:767px){
.winning {
	min-height: 440px !important;
}		
}
@media (min-width:320px) and (max-width:768px){
.round_border {
	display: none;
}	
.plan_text {
	display: none;
}	
.plan_text-2{
	display: none;
}
.plan_text-3 {
	display: none;
}
.plan_text-4 {
	display: none;
}
.plan_text-5 {
	display: none;
}
.round_border-2 {
	display: none;
}
.round_border-3 {
	display: none;
}
.round_border-5 {
	display: none;
}
.round_border-6{
	display: none;
}.plan {
	margin-left: 0px;
	text-align: center;
	position: none;
}	
.maintaine img{
	max-width: 100%;
}
.maintaine {
	display: block;
	text-align: center;
}
	.last-post-section {
    height: auto !important;
}
}


@media (min-width:768px) and (max-width:992px){
.banner-web {
	height: 75vh !important;
}

.sco{
	height: 75vh !important;
}
.web-design{
	height: 75vh !important;
}
.cms{
	height: 75vh !important;
}
.about-us{
	height: 75vh !important;
}
.banner-web {
	height: 75vh !important;
}
.e-commerce {
	height: 75vh !important;
}
.banner-inetrnal {
	height: 75vh !important;
}
.banner-monthely{
	height: 75vh !important;
}
.work-text p {
	font-size: 14px;
}
.address-text h2 {
	font-size: 30px;
}
.winning {
	min-height: 0px;
}
}

@media (min-width:769px) and (max-width:992px){
.plan_text-5 {
	display: none;
}	
.round_border-5 {
	display: none;
}	
.round_border-6 {
	display: none;
}	
.plan_text-4 {
	display: none;
}
.maintaine {
	display: block;
	text-align: center;
}
.winning {
	min-height: 415px;
}	
}
@media (min-width:769px) and (max-width:1280px){
.plan_text-3 {
	display: none;
}
.round_border-3 {
	display: none;
}	
.round_border-2 {
	display: none;
}	
.round_border {
	display: none;
}

.plan_text {
	display: none;
}
.plan_text-2 {
	display: none;
}
	
}
.maintaine-box p{
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
.maintaine-box h2{
	font-weight: 500;
	font-size: 24px;
}
@media (min-width:1024px){
.section-app{
	min-height: 600px;
}	
}
/*.massge-btn{
    -webkit-margin-before:32px;
}*/


/*5-march-2019*/
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}
.modal-header {
    border-bottom:none !important;
}
.testimonial a{
	font-size: 14px !important;
	font-weight: normal;
	color:#ffa82b;
	text-decoration: none;
}
.dpnone{
	display:none;
}
.modal-body {
   padding: 10px 15px !important;
   font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
    font-style: italic;
}
}
.testimonial h4{
	text-align: center !important;
}

.modal-header{
	text-align: center;		
}
.modal-content{
	background: #f0f9ff; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 89%, #cbebff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 89%,#cbebff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 89%,#cbebff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#cbebff',GradientType=0 ); /* IE6-9 */
	
}
.modal-header img{
	max-width:250px;
	opacity: 0.5;
}
.modal-body h4{
	margin-top:px;
	color: #000;
	text-align: right;
	font-weight: bold;
	
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*end-5-march-2019*/

/*13-march-2019*/

.portfolio-box{
	padding: 50px 0px;
	background: #fafafa;
}
.box6{
    position:relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.box-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100% !important;
    transition:all .35s ease 0s;
    border-style: solid;
    border-width: 40.5rem 0 0 7.325rem !important;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.35);
    right: -7.325rem; 
    top: 0;
    z-index: -1;
}

.box6 img{
	max-width:100%;
	width: 100%;
	min-height: 360px;
    }
.box-content{
	padding:20px;
	position:absolute;
	top:0;
	left:0;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.35);
	transform:scale(1);
	z-index:1;
	width:50%;
	}
.post{
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
}
.box-content h3{
	color: #fff;
	font-size:20px;
	font-weight:700;
	font-family: 'HelveticaNeue';
}
.box-content p{
	margin-top: 15px;	
	font-weight: normal;
}
.box-content a{
	background: #ffa82b;
	padding: 8px 20px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500 !important;
	text-decoration: none !important;
}
.box-content a:hover{
	color: #fff;
}
.portfolio-internal{
	text-align: center;
}
.portfolio-internal img{
	max-width: 100%;
}
@media (min-width:768px){
	.portfolio-internal img {
    margin-top: 75px;
}
}
@media (min-width:1365px) and (max-width:1800px){
.box-content::after {
    right: -7.320rem !important; 
 
}
}
.emailheader {
	color: #333 !important;
	font-size: 17px;
}
.emailheader i {
	margin-left: 9px;
	margin-right: 5px;
	color: #ffa82b !important;
}
/*end-13-march-2019*/

/*sec-1*/
.Salesforce-banner-text h1 {
    font-size: 40px;
    margin-bottom: 20px !important;
    color: #331a70;
    font-weight:300 !important;
}
.Salesforce-banner-text span {
    font-weight: bold !important;
}
.Salesforce {
    background-image: url(../img/banr.jpg);
    height: 120vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
}

.Salesforce p{
font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}  
/*sec-1*/
/*sec-2*/
.Support-Services h2 {
    font-size: 45px;
    margin-top: 0px;
    font-weight: 300;
    margin-bottom: 26px;
}
.Support-Services ul li {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
}
.Support-Services ul {
    padding-left: 20px;
}
.Support-Services {
    max-width: 350px;
    margin: 0 auto;
}
.post-section{
    height: 500px;
}
.last-post-section{
	height: 350px;
}
