/* font family */
/*@font-face 
{
font-family: raleway-bold;
src: url(../fonts/Raleway-Bold.ttf);
}*/
@font-face {
    font-family: raleway-regular;
    src: url(../fonts/Raleway-Regular.ttf);
}

@font-face {
    font-family: r-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}

@font-face {
    font-family: raleway-semibold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: r-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}

body {
    font-family: raleway-regular;
    font-feature-settings: 'lnum' !important;
    overflow-x: hidden;
}

.container {
    max-width: 1072px;
    margin: auto;
}.premium-logo {
    height: 60px;
    margin-top: -50px;
    margin-left: 110px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}.firstMenu.nav-effect.animated.fadeInDown .premium-logo {
    border-left: 1px solid #333;
}

a:hover {
    text-decoration: none;
}

p,
span,
a,
h2,
button,
h3,
h4,
h5,
li {
    font-family: Raleway-regular;
}

h1 {
    font-size: 30px;
    color: #fff;
    font-family: raleway-semibold;
}

#header_wrapper {
    padding: 20px 0;
    position: fixed;
    z-index: 1000 !important;
    width: 100% !important;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    float: right;
    /*width: 776px;*/
    margin-top: 8px;
}

#main-nav {
    padding: 0px;
}

.logo {
    float: left;
    margin-top: 8px;
    z-index: 2;
}

.nav>li>a {
    padding: 8px;
    font-size: 14px;
    margin-top: 12px;
    font-family: r-Medium;
}

.nav-effect {
    background: rgba(255, 255, 255, .9) !important;
    padding: 0 0 10px !important;
    box-shadow: 0px 0px 3px #555;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff !important;
    background: #855aa6;
}
.footer_wrapper {
    background: #232323;
}

.footer_bottom {
    padding: 30px 0px;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: #663399;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}.pad-15 {
    padding: 0px 15px !important;
}

#form h1 {
    margin-bottom: 3%;
}

.date .radio-option .list-order {
    margin-top: -3px !important;
}

.quick_links h2,
.quick_links p,
.footer_bottom h2,
.footer_bottom p,
.orcal-partner p,
.email_us a,
#form h1 {
    color: #fff !important;
}

.footer_bottom h2 {
    margin-bottom: 20px;
}

.footer_bottom p {
    font-size: 14px;
}
.orcal-partner p {
    font-size: 12px;
    font-weight: bold;
}

.email_us span {
    text-transform: uppercase;
    color: #9161a2;
    font-weight: 700;
}


.banner {
    background: url("../images/banner-new.jpg") no-repeat center;
    background-size: cover;
    height: 500px;
    padding: 40px 0;
}

.banner h1 {
    color: #fff;
    font-family: raleway-semibold;
    font-weight: 700;
    font-size: 55px;
     margin:0px 0 20px 0;
}

.banner p {
    font-size: 22px;
    color: #ffd465;
    font-family: raleway-semibold;
    letter-spacing: 0.5px;
    margin: 10px 0 20px 0;
}

.section {
    padding: 60px 0;
}

.sub {
    font-size: 14px;
    color: #ef4869;
    font-family: r-Medium;
    margin-bottom: 0;
}

.section h2 {
    color: #8014b8;
    font-weight: bold;
    line-height: 1.3;
    font-family: r-Medium;
    margin-top: 0;
    margin-bottom: 40px;
}
.banner-btn{ background-color: #12bb00;
    border: #12bb00;
    margin-top: 20px;
    padding: 15px 30px;
    font-size: 21px;
    font-weight: bold;}
.leftrightKnowmoreurl {
    margin-top: 7%;
}
.leftrightKnowmoreurl button
{
    color: #fff;
background-color: #12bb00;
padding: 8px 16px;
font-size: 18px;
}
.sub-head-para p{
    font-size: 26px;
    color: #8014b8;
    font-weight: bold;
    line-height: 1.3;
    font-family: r-Medium;
}

p,ul {
    font-size: 18px;
    line-height: 1.5;}

.section.mar-t-40 ul {
    list-style-image: url('../images/bullet.png');
}

.section.mar-t-40 ul li {
    padding: 7px 14px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-t-40 {
    margin-top: 40px;
}

.mar-t-70 {
    margin-top: 70px;
}

.red-box {
    padding: 30px 20px;
    background: #464646;
    height: 170px;
    margin-top: 40px;
}

.red-box p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.p-bg {
    background-image: linear-gradient(to right, #560f77 , #74128b, #560f77);;
    color: #fff;
}

.p-bg h2 {
    color: #fff;
}

.p-bg .sub {
    color: #ffc702;
    font-size: 28px;
    font-family: raleway-semibold;
}

h1.title {
    text-align: center;
    color: #9936c4;
    font-size: 42px;
    margin-bottom: 60px;
    font-family: r-Bold;
}

.br {
    border-right: 1.5px solid #f9f5fc;
}

.bl {
    border-left: 1.5px solid #f9f5fc;
}

.partner h5 {
    text-align: center;
    line-height: 19px;
    margin-bottom: 30px;
    font-family: r-Medium;
}

.book {
    background: #ffd465;
    border: 1px solid #ffd465;
    padding: 15px 50px;
    color: #1e3553;
    font-family: r-Bold;
    font-size: 25px;
    border-radius: 50px;
}

.action-banner {
    background: url(../images/ba.png)no-repeat center;
    background-size: cover;
    padding: 100px 0;
}

.our_story .small>span {
    font-family: r-Medium;
    color: #ef4869;
    font-size: 16px;
}

.small {
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}

.our_story .title-heading {
    color: #6b6b6b;
    font-size: 36px;
    line-height: 39px;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 30px;
    font-family: raleway-semibold;
}

.our_story h1.title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 23px;
}

.section.li .box {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    margin-left: -25px;
    display: inline-flex;
    align-items: center;
}

.section.li .box span {
    color: #e89efd;
    margin: 0 0 0 15px;
    font-size: 18px;
    font-family: r-Medium
}

.section.li p {
    font-size: 13px;
    line-height: 20px;
}

.box-g {
    height: 325px;
    background: #676767;
    color: #fff;
    padding: 0 25px 20px;
}

.section.li {
    padding-top: 20px;
}

.cus-col-card .card {
    box-shadow: 0px 3px 3px #00000016;
    position: relative;
    text-align: center;
    height: 310px;
    padding: 40px 20px 0 20px;
    background: #fff;
}

.aspire-highlights {
    background: #fcf5ff;
}

.cus-col-card .card.red h1 {
    color: #f0882a;
}

.cus-col-card .card.yellow h1 {
    color: #f3c016;
}

.cus-col-card .card.blue1 h1 {
    color: #8458a0;
}

.cus-col-card .card.blue2 h1 {
    color: #31adc5;
}

.cus-col-card .card.blue3 h1 {
    color: #516fc2;
}

.cus-col-card .card h1 {
    font-size: 55px;
    font-family: r-Bold;
    margin-bottom: 25px;
}

.cus-col-card {
    width: 20%;
}

.cus-col-card .card img {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.aspire-highlights .sub-title {
    font-family: raleway-semibold;
    color: #333;
    text-align: center;
    margin-bottom: 45px;
}

.section.tab {
    /*background-image:
        linear-gradient(to right,
        #ef4869,
        #ef4869 35%,
        #71349a 15%,
        #71349a 65%,
        #71349a 65%);*/
    background: #71349b;
    height: auto;
    text-align: center;
}

.section.tab .wrapp {
    margin-bottom: 30px;
}

.section.tab h1 {
    font-family: r-Bold;
    font-size: 38px;
    margin-bottom: 20px;
}

.section.tab .sub {
    color: #ffe194;
    font-size: 30px;
    line-height: 36px;
}

/*tab*/
.nav-tabs {
    margin: 20px 0 40px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border: none;
}

.nav-tabs>li>a {
    color: #fff;
    cursor: default;
    background-color: #383838;
    border: none;
    border-radius: 0;
    padding: 8px 30px;
    font-size: 22px;
    font-family: r-Medium;
    border-bottom: 6px solid #383838;
    border-bottom-color: #383838;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #383838;
    border: none;
    border-radius: 0;
    padding: 8px 30px;
    font-size: 22px;
    font-family: r-Medium;
    border-bottom: 6px solid #d54aff;
    border-bottom-color: #d54aff;

}

.nav-tabs>li:first-child {
    margin-right: 25px;
}

.tab-rapper {
    text-align: center;
    color: #fff;
}

.box-m {
    border: 1px solid #ffe194;
    padding: 30px 20px;
}

.tab-title {
    color: #ffe194;
    font-size: 22px;
    margin-bottom: 25px;
    font-family: raleway-semibold;
}


.mar-t-30 {
    margin-top: 30px;
}

.mar-t-10 {
    margin-top: 10px;
}

.box-m {
    height: 180px;
    display: inline-flex;
    align-items: center;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #ef4869;
}

/*----------------------------------footer---------------------------------*/
.footer {
    background: #1e1e1e;
    /* min-height: 65px; */
    font-family: raleway-regular !important;
    color: #fff !important;
    padding: 21px 0px 12px;
}

.footer a,
.footer p {
    color: #fff;
    font-size: 0.97em;
}

.footer .credits {
    float: right;
}

.footer .credits a {
    border-right: 1px solid #444;
    padding: 25px 15px 19px 15px;
    cursor: pointer;
}

.footer .credits a:hover {
    background-color: #333;
    text-decoration: none !important;
}

.footer .twitter {
    border-left: 1px solid #444;
}

@-moz-document url-prefix() {
    .footer .credits a {
        border-right: 1px solid #444;
        padding: 25px 15px 20px 15px;
    }
}

.float {
    position: fixed;
    bottom: 300px;
    right: -41px;
    transform: rotate(90deg);
    z-index: 99;
}

.float .btn-success {
    background: #12bb00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    letter-spacing: 1px;
}

.lets_talk {
    color: #fff !important;
}

.modal .elq-field-style.form-element-layout.row {
    margin-bottom: 13px;
}

.modal label {
    font-size: 12px;
    font-family: Raleway-SemiBold;
    color: #333;
}

.modal-title {
    background: -webkit-linear-gradient(#522596, #471270);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Raleway-SemiBold;
}


@media only screen and (max-width: 991px) {
    #header_wrapper .nav>li>a {
        padding: 8px 6px;
        font-size: 12px;
        margin-top: 12px;
        font-family: r-Medium;
    }

    .logo img {
        width: 100px !important;
    }

    .footer {
        text-align: center;
    }

    .credits {
        display: none;
    }
}

/*-------------suggested content-------------------*/
.devops {
    background: url(../images/Azure-DevOps-Services_06.png)no-repeat center;
    background-size: cover;
    color: #fff;
    padding-bottom: 60px;
}

.devops .box,
.devops .box-m,
.box-m-auto {
    border: 1px solid #ffc208;
    padding: 15px;
    height: auto;
    width: 100%;
    margin: auto;
    margin-top: 70px;
    position: relative;
}

.devops .box-m {
    height: 360px;
}

/*customers logos css start*/
@import url("https://www.manageengine.com/fonts/proxima-nova.css");

strong {
    font-weight: 600 !important;
}

.dc-view {
    display: block !important;
}

.mob-view {
    display: none !important;
}

.custmrqtxt {
    padding: 20px 0px;
    font-size: 15px;
    line-height: 33px;
    font-weight: 400;
}

.hcont30txt {
    color: #f67d34 !important;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

.prd-logo {
    background-position: -392px 0px;
    display: block;
    height: 27px;
    margin-top: 7px;
    overflow: hidden;
    position: relative;
    text-indent: -100%;
    width: 257px
}

.sdpcutmrlogos {
    display: none;
}

.dllclogo {
    background-position: -1px -1px;
    width: 122px;
    height: 71px;
    display: block;
    background: url(../images/hilton.jpg) no-repeat 0 0;
}

.rbsclogo {
    background-position: -80px -1px;
    width: 107px;
    height: 84px;
    display: block;
    /*margin-top: 15px;*/
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B7c1dfe3e-a632-47ce-b9dd-2467f0739144%7D_vsp.jpg) no-repeat 0 0;
}

.vdfonclogo {
    background-position: -188px 0px;
    width: 160px;
    height: 60px;
    display: block;
    background: url(../images/ingram.jpg) no-repeat 0 0;
}

.vairbsclogo {
    background-position: -280px -1px;
    width: 150px;
    height: 37px;
    display: block;
    margin-top: 10px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B20f03472-f08b-4e66-8669-bcd22eb77fdb%7D_netrix.jpg) no-repeat 0 0;
}

.simnsclogo {
    background-position: -451px -1px;
    width: 144px;
    height: 26px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B5029749b-eebd-4dc4-a371-4c58a36487ef%7D_rpai.jpg) no-repeat 0 0;
}

.medronicclogo {
    background-position: 0px -80px;
    /*width: 163px;*/
    height: 49px;
    display: block;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B784521d8-4857-433b-8fc1-a8374128fdd9%7D_gift-of-hope.jpg) no-repeat 0 0;
}

.kofxclogo {
    background-position: -191px -77px;
    width: 162px;
    height: 30px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B4989adfc-fdfc-457b-ae96-f0b00abbd226%7D_UHO.jpg) no-repeat 0 0;
}

.disnyclogo {
    background-position: -361px -64px;
    width: 64px;
    height: 56px;
    display: block;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B350cbc08-f70a-4b89-8639-d4707a57390b%7D_cdw.jpg) no-repeat 0 0;
}

.hondaclogo {
    background-position: -495px -72px;
    width: 157px;
    height: 31px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B4b5fa5d4-de52-453c-8468-8d4d42b5bfb4%7D_forsythe.jpg) no-repeat 0 0;
}

.xeroxclogo {
    background-position: 1px -136px;
    width: 133px;
    height: 38px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7Bd310f68f-f03b-485a-9cc1-5555984cc80d%7D_aryzta.jpg) no-repeat 0 0;
}

.etihdclogo {
    background-position: -135px -140px;
    width: 136px;
    height: 74px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7Ba8e183ea-8f26-481e-8662-166247150d57%7D_pcm.jpg) no-repeat 0 0;
}

.toysrsclogo {
    background-position: -275px -136px;
    width: 115px;
    height: 29px;
    display: block;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B647e9cc2-d576-4c0e-9f4e-b61361c8c4f6%7D_vollrath.jpg) no-repeat 0 0;
    margin-top: 17px;
}

.abcclogo {
    background-position: -398px -136px;
    width: 133px;
    height: 53px;
    display: block;
    margin-top: 5px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B53cde2b5-23f7-4a7c-9646-58e76933760b%7D_assurance.jpg) no-repeat 0 0;
}

.scaniaclogo {
    background-position: -459px -136px;
    /*width: 70px;*/
    height: 41px;
    display: block;
    margin-top: 10px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B517b6acb-3c50-4888-9cd3-19c216f4fa73%7D_jw.jpg) no-repeat 0 0;
}

.graystnclogo {
    background-position: -2px -220px;
    width: 151px;
    height: 49px;
    display: block;
    margin-top: 8px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7Bfae46b46-e857-4e6d-bda1-de2cc8dc4474%7D_univar.jpg) no-repeat 0 0;
}

.dekalbclogo {
    background-position: -156px -214px;
    width: 158px;
    height: 51px;
    display: block;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7Bfb8c7dbc-58ac-442e-916d-6d39b20dffaf%7D_concerto.jpg) no-repeat 0 0;
    margin-top: 12px;
}

.vensnclogo {
    background-position: -282px -214px;
    width: 134px;
    height: 42px;
    display: block;
    margin-top: 18px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B51f2026a-74be-4dc5-8c95-a9d6c790c67e%7D_nvisn.jpg) no-repeat 0 0;
}

.swislifclogo {
    background-position: -444px -214px;
    width: 118px;
    height: 65px;
    display: block;
    margin-top: 9px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B6f2a5117-c15c-4fd6-903b-f013330bda4d%7D_dsc.jpg) no-repeat 0 0;
}

.avrdaclogo {
    background-position: -1px -325px;
    width: 126px;
    height: 39px;
    display: block;
    margin-top: 15px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7Beb73e099-8fbc-41fc-a2f7-ed2a5e9d2593%7D_ust-global.jpg) no-repeat 0 0;
}

.pbibnkclogo {
    background-position: -127px -305px;
    width: 167px;
    height: 46px;
    display: block;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B98691745-8fa3-4478-88de-7d77a3fd1088%7D_team-ultra.jpg) no-repeat 0 0;
    margin-top: 12px;
}

.pinkclogo {
    background-position: -239px -305px;
    width: 131px;
    height: 48px;
    display: block;
    margin-top: 5px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B1487c900-833e-4dab-b9d2-09dd7bd6352e%7D_bachem.jpg) no-repeat 0 0;
}

.rlayhlthclogo {
    background-position: -508px -305px;
    width: 156px;
    height: 51px;
    display: block;
    margin-top: 10px;
    background: url(../images/heineken.jpg) no-repeat 0 0;
}

.estcpitlclogo {
    background-position: -2px -388px;
    width: 147px;
    height: 42px;
    display: block;
    margin-top: 9px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B1d43c0a4-4e9c-4fac-b831-abb6ea839d19%7D_storaenso.jpg) no-repeat 0 0;
}

.premierbnklogo {
    background-position: -554px -130px;
    width: 152px;
    height: 49px;
    display: block;
    margin-top: 5px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B17fd9388-f75a-43ad-bf50-d9943ebb0db7%7D_firmenich.jpg) no-repeat 0 0;
}

.kartnsonclogo {
    background-position: -192px -388px;
    width: 110px;
    height: 64px;
    display: block;
    background: url(../images/emirates.png) no-repeat 0 0;
}

.altrexptsclogo {
    background-position: -331px -388px;
    width: 65px;
    height: 77px;
    display: block;
    margin-top: -5px;
    background: url(../images/apple.jpg) no-repeat 0 0;
}

.ksbcdcclogo {
    background-position: -474px -384px;
    width: 170px;
    height: 46px;
    display: block;
    margin-top: 15px;
    background: url(../images/hot-topic.jpg) no-repeat 0 0;
}

.maxconlclogo {
    background-position: -2px -453px;
    width: 164px;
    height: 58px;
    display: block;
    background: url(../images/pearson.jpg) no-repeat 0 0;
}

.thyssnkrpclogo {
    background-position: -117px -453px;
    width: 157px;
    height: 59px;
    display: block;
    margin-top: 0px;
    background: url(../images/standard-charted.jpg) no-repeat 0 0;
}

.grenairptclogo {
    background-position: -267px -451px;
    width: 120px;
    height: 45px;
    display: block;
    margin-top: 10px;
    background: url(http://images.read.aspiresys.com/EloquaImages/clients/Aspire/%7B98ce2917-12da-4309-a227-441ec872e61e%7D_ultra.jpg) no-repeat 0 0;
}

/*Index customers logos section style start*/

.sdp-logos-blocks {
    margin: 0 auto;
    position: relative;
}

.sdp-logos-blocks .sdpcus-block {
    background-color: #fff;
    display: inline-block;
    height: 92px;
    position: relative;
    margin: 0px 0.5%;
    width: 163px;
    padding: 0 3.5%;
}

.sdp-logos-blocks img.clear-channel {
    top: 70px;
}

/*Index customers logos section style end*/

p.desc {
    min-height: auto;
}

.slider-right-col p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
}

@keyframes left {
    0% {
        transform: translateX(-350px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.fade-right {
    animation: right 1s;
}

@keyframes right {
    0% {
        transform: translateX(350px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.cus-logo-left {
    animation: logoleft 1s;
}

@keyframes logoleft {
    0% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
    }
}

.cus-logo-right {
    animation: logoright 1s;
}

@keyframes logoright {
    0% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0px);
    }
}

.fade {
    animation: fade 0.5s;
}

@keyframes fade {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.6;
    }

    80% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

#sdpcutmrlogssecbg {
    background: transparent !important;
    padding: 1.5% 0
}

.sdp-logos-blocks {
    width: 695px !important;
}

.sdp-logos-blocks .sdpcus-block {
    border: 1px solid #9f9f9f;
}

#custmetestmls {
    background: #ecf4f9;
}

.sdp-logo-blocks {
    position: relative;
}

.sdp-logo-blocks .sdpcus-block {
    background-color: #fff;
    display: inline-block;
    height: 92px;
    position: relative;
    margin: 0px 0.5%;
    width: 163px;
    padding: 0 3.5%;
}

.sdp-logo-blocks img.clear-channel {
    top: 70px;
}

.sdpcstmr01 div,
.sdpcstmr02 div,
.sdpcstmr03 div,
.sdpcstmr04 div,
.sdpcstmr05 div,
.sdpcstmr06 div,
.sdpcstmr07 div,
.sdpcstmr08 div {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    padding-top: 15px;
    width: 175px;
}

.sdpcstmr01 .cb-img,
.sdpcstmr02 .cb-img,
.sdpcstmr03 .cb-img,
.sdpcstmr04 .cb-img,
.sdpcstmr05 .cb-img,
.sdpcstmr06 .cb-img,
.sdpcstmr07 .cb-img,
.sdpcstmr08 .cb-img {
    opacity: 0;
    transition: all 0.6s ease-out 0s;
}

.sdpcstmr01 .cb-img.active,
.sdpcstmr02 .cb-img.active,
.sdpcstmr03 .cb-img.active,
.sdpcstmr04 .cb-img.active,
.sdpcstmr05 .cb-img.active,
.sdpcstmr06 .cb-img.active,
.sdpcstmr07 .cb-img.active,
.sdpcstmr08 .cb-img.active {
    opacity: 1;
    transition: all 0.5s ease-in 0s;
}

.sdpcstmrtmpftrbg {
    background: #e9eff9;
}

.dc-view {
    display: block;
}

.mob-view {
    display: none;
}

@media screen and (max-width:1000px) {

    #sdpcutomerlogos {
        display: none;
    }
}

@media screen and (max-width:990px) {
    .itserdsk-bg {
        margin: 46px auto 0;
    }

    .sdphomebanner {
        margin: 0px auto 0;
    }
}

@media screen and (max-width:820px) {
    .sdp-logos-blocks {
        margin: 20px auto 0 auto;
        max-width: 400px;
        position: relative;
    }

    .sdp-logos-blocks .sdpcus-block {
        margin: 1% 3.2%;
    }
}

@media screen and (max-width:768px) {
    .dc-view {
        display: none !important;
    }

    .mob-view {
        display: block !important;
    }

}

@media screen and (max-width:500px) {

    #sdp-cutmrlogs {
        display: none
    }
}

/*customer logos css end*/
/*customer testimnial css*/
/*testmonials*/
#myCarousel1 .carousel-inner>.item>img,
#myCarousel1 .carousel-inner>.item>a>img {
    width: 70%;
    margin: auto;
}

#myCarousel1 .item.active {
    background-color: #fff;
    /*border-left: 18px solid rgb(230, 230, 230);*/
    width: 100%;
    margin: 0 auto;
    border-right: 18px solid rgb(230, 230, 230);
    padding: 0%;
    border: 0;
    box-shadow: 0px 2px 9px #cacaca;
    border-radius: 20px;
    height: 500px;
}

#myCarousel1 .customertestimonials-top-border,
#myCarousel1 .customertestimonials-bottom-border {
    height: 25px;
    background-color: #fff;
    margin: 0 auto;
    width: 100%;
    box-shadow: 1px 1px 1px #dbdbdb;
}

.testimonials {
    position: relative;
    /*background-image: -webkit-linear-gradient(top, rgb(247, 247, 247), rgb(247, 247, 247)60%, transparent 60%, transparent 100%);
    background-image: linear-gradient(top, rgb(247, 247, 247), rgb(247, 247, 247)60%, transparent 60%, transparent 100%);
    background-image: -moz-linear-gradient(top, rgb(247, 247, 247), rgb(247, 247, 247)60%, transparent 60%, transparent 100%);*/
    margin-bottom: 0;
    padding: 40px 0;
    padding-bottom: 30px;
}

.testimonials .customertestimonials-left-border,
.testimonials .customertestimonials-right-border {
    width: 20px;
    background-color: #e6e6e6;
    height: 400px;
    position: absolute;

}

.testimonials .customertestimonials-left-border {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    top: 19px;
    left: 0;
}

.testimonials .customertestimonials-right-border {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    right: 0;
    top: 19px;
}

#myCarousel1 .customertestimonials-top-border {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#myCarousel1 .customertestimonials-bottom-border {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#myCarousel1 {
    margin-bottom: 50px;
    margin-top: 20px;
}

.carousel-inner {
    border-radius: 20px;
    background-color: #fff;
}

#customer-testimonials {
    text-align: center;
    margin: 50px 0px 30px 0px;
    color: #611597;
    font-weight: bold;
}


iframe {
    width: 500px;
    height: 260px;
}

.carousel-indicators {
    bottom: 25px;
}

.event-highlight.testimonials p {
    color: #fff;
    /*font-size: 1px;*/
    line-height: 1.8;
    text-shadow: none;
    text-align: center;
    font-family: Raleway;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 58px 30px 30px 30px;
    width: 700px;
    margin: 0 auto;
}


.carousel-indicators li {
    padding: 0;
}

.carousel-caption {
    top: 0%;
    width: 100%;
    left: 0%;
    padding: 0;
    bottom: 30px;
    background: url("../images/testi-bg.png") no-repeat;
    border-radius: 20px;
    z-index: -1;
    height: 230px;
}

.carousel-caption .description {
    width: 555px !important;
}

.carousel-nametag {
    z-index: 100000;
    top: 178px;
    position: absolute;
    left: 85px;
}

.carousel-caption .start-quotes {
    float: left;
    margin-top: 52px;
    margin-left: 70px;
}

.carousel-caption .end-quotes {
    float: right;
    margin-right: 70px;
    margin-top: -50px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #8a8a8a;
    border: 0px !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    border: 1px solid #4a4a4a;
    border-radius: 10px;
}



/*slider*/
.slider-p {
    text-align: center;
    color: white;
    font-size: 21px;
    padding-bottom: 40px;
}

.angle {
    transform: rotate(-180deg);
}

.suggested_arrow img {
    margin-top: 156px;
}

.carousel,
.carousel-inner {
    position: relative;
}

#suggested_content .suggested-description,
#suggested_content_tab_specific .suggested-description {
    margin-bottom: 11px;
}

#suggested_content,
#suggested_content_tab_specific {
    margin: 0 auto;
    max-width: 930px;
    width: 100%;
}

.pane-suggested-content,
.pane-suggested-content-tab-specific {
    /*background: red;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.suggestedContent {
    background-color: #f1f1f1;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 31%);
    color: #fff;
}

img {
    vertical-align: middle;
}

.pane-content {
    margin: 0 auto
}

.perspective-title {
    background-color: rgba(0, 0, 0, .5);
    bottom: 45%;
    color: #fff;
    font-size: 14px;
    height: 35px;
    margin: -15px 0;
    padding: 6px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    font-weight: 600
}

#suggested_content .sug-ontent,
#suggested_content_tab_specific .sug-ontent {
    padding: 15px
}

#suggested_content .suggested-title,
#suggested_content_tab_specific .suggested-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    margin-top: -10px
}

#suggested_content .suggested-url,
#suggested_content_tab_specific .suggested-url,
.gridKnowmoreurl,
.leftrightKnowmoreurl,
.lr-modal-eloqua {
    margin-top: 4%;
    margin-bottom: 1%
}

img,
video {
    max-width: 100%;
    height: auto
}

.pane-suggested-content h2,
.pane-suggested-content-tab-specific h2 {
    font-family: r-Medium;
    font-weight: 600;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin-top: 0
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
::after,
::before {
    box-sizing: border-box
}

.leftrightKnowmoreurl {
    margin-top: 7%
}

.lr-modal-eloqua {
    width: 30%
}

#suggested_content .suggested-url a,
#suggested_content_tab_specific .suggested-url a,
.gridKnowmoreurl a,
.leftrightKnowmoreurl a,
.lr-modal-eloqua .field-content,
.oiKnowmoreurl a {
    color: #fff;
    background-color: #10b81a;
    padding: 8px 15px;
    font-size: 14px
}

#suggested_content .sug-ontent,
#suggested_content_tab_specific .sug-ontent {
    margin-bottom: 10%
}

.devops .title {
    font-family: raleway-semibold;
    color: #333;
    text-align: center;
    margin-bottom: 45px;
}

.section.tab .col-md-5 h1 {
    margin-top: 230px;
}

@media screen and (max-width: 1199px) {
    .box-m {
        height: 190px;
    }
    .box-g {
        height: 340px;
    }

    .banner h1 {
        font-size: 50px;
    }

    .section h2 {
        font-size: 31px;
    }

    .section.partner h5 {
        font-size: 13px;
    }

    .our_story .title-heading {
        font-size: 34px;
        line-height: 36px;
    }

}
@media screen and (min-width: 920px) {

    .testimonials .cus-container {
        width: 900px !important;
        margin: auto;
    }
}
@media screen and (max-width: 991px) {

    .section.mar-t-40,
    .col-md-6.col-sm-6.mar-t-70 {
        margin-top: 0;
    }
     .carousel-nametag {
        left: -7px !important;
    }

    #myCarousel1 .customertestimonials-top-border,
    #myCarousel1 .customertestimonials-bottom-border {
        box-shadow: 1px 26px 1px #dbdbdb !important;
    }
    .red-box {
        padding: 20px 20px 10px;
        height: 185px;
        margin-top: 30px;
    }

    .red-box p {
        line-height: 18px;
    }

    .section {
        padding: 40px 0;
    }

    .partner .col-sm-2 {
        width: 20%;
    }

    .partner h5 {
        font-size: 12px;
    }

    h1.title {
        font-size: 37px;
        margin-bottom: 40px;
    }

    .box-m {
        height: 189px;
        margin: 0 -10px;
        padding: 5px;
    }

    #tab2 .box-m {
        height: 250px;
    }

    .cus-col-card {
        width: 20%;
        padding: 0 5px;
    }

    .cus-col-card .card h1 {
        font-size: 35px;
        font-family: r-Bold;
        margin-bottom: 25px;
    }

    .cus-col-card .card {
        height: 270px;
        padding: 10px 20px 0 20px;
        background: #fff;
    }

    .cus-col-card .card img {
        position: absolute;
        bottom: 0;
        right: 29px;
    }

    .section.li .box h3 {
        font-size: 13px;
    }

    .section.li p {
        font-size: 13px;
        line-height: 15px;
    }

    .box-g {
        height: 325px;
        background: #676767;
        color: #fff;
        padding: 0 15px 15px;
    }

    .section.li .box {
        margin-left: -15px;
    }

    .section.li .box img {
        width: 40px;
    }

    .our_story h1.title {
        font-size: 18px;
    }

    .section.li .box span {
        font-size: 14px;
    }

    .our_story h1.title {
        margin: 0 0 20px 0;
    }

    .our_story .title-heading {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 20px;
    }

    .small {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .banner img {
        width: 210px !important;
        margin: 20px 0 50px !important;
    }
    .stats .col-md-2 img {
        width: 50%;
    }
 .container {
    width: 310px !important;
}
    #sdp-cutmrlogs {
        display: block !important;
        text-align: center;
    }

    .sdp-logos-blocks {
        margin: 20px auto 0 auto;
        max-width: 310px !important;
        position: relative;
    }

    .carousel-nametag {
        left: -207px !important;
        top: 280px !important;
    }

    .carousel-nametag .sub-line {
        width: 193px !important
        display: inline-block !important;
    }
    
    #myCarousel1 .item.active.second-testi {
        height: 592px !important;
    }

    #myCarousel1 .item.active {
        height: 535px !important;
    }

    #myCarousel1 .customertestimonials-top-border,
    #myCarousel1 .customertestimonials-bottom-border {
        box-shadow: 1px 26px 1px #dbdbdb !important;
    }

    .testimonials .description {
        border-radius: 20px !important;
        margin-top: 0px !important;
        padding: 91px 23px 88px 26px !important;
        width: auto !important;
        background: url("../images/testi-bg.png") no-repeat center;
        background-size: cover;
    }
    .stats {
        text-align: center;
    }

    .stats .col-md-2 {
        width: auto !important;
        text-align: center;
        border-right: 0px !important;
    }
    .carousel-caption {
        background: none !important;
    }

    .carousel-caption .start-quotes {
        margin-top: 82px;
        margin-left: 2px;
    }

    .carousel-caption .end-quotes {
        margin-right: 18px;
        margin-top: -85px;
    }
    .firstMenu .navbar.navbar-inverse {
        float: none;
        margin-top: 0px;
    }

 

    #main-nav {
        background: #fff !important;
        overflow-x: hidden;
    }

    #main-nav .navbar-nav>li>a {
        color: #222 !important;
        padding-left: 30px !important;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }

    .banner {
        height: auto;
    }

    .firstMenu.nav-effect .navbar-header button {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .firstMenu.nav-effect .icon-bar {
        background: #000;
        color: #000;
    }

    .banner p {
        font-size: 14px;
        line-height: 19px;
        margin: 70px 0 10px 0;
    }

    .banner h1 {
        color: #fff;
        font-family: raleway-semibold;
        font-weight: 700;
        font-size: 38px;
        line-height: 42px;
        margin:0 0 30px 0;
        
    }

    .banner br {
        display: none;
    }

    .section h2 {
        color: #7a42a0;
        font-size: 28px;
        margin-bottom: 30px;
    }

    p {
        font-size: 14px;
        line-height: 19px;
    }

    .mar-b-20 {
        margin-bottom: 10px;
    }

    iframe {
        height: 280px !important;
    }

    .section {
        padding: 30px 0 0;
    }

    .section.p-bg {
        margin-top: 30px;
    }

    .section .col-md-6.col-sm-6 .img-responsive {
        margin: 20px auto 30px !important;
    }

    .red-box {
        background: #ef4869;
        height: auto;
        margin-top: 20px;
    }

    .section.p-bg h2 {
        color: #fff !important;
    }

    .section.p-bg .img-responsive {
        margin: 20px auto 10px !important;
    }

    .partner .col-sm-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .section.partner .img-responsive {
        margin: auto;
    }

    .partner h5 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .mar-t-40 {
        margin-top: 20px;
    }

    .section.tab {
        height: auto !important;
        padding-bottom: 30px;
    }

    .section.tab .col-md-5 h1 {
        margin-top: 0px;
    }

    .tab-rapper {
        margin-top: 40px;
    }

    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:focus,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li>a {
        padding: 8px 20px;
        font-size: 14px;
    }

    .book {
        padding: 8px 20px;
        font-size: 14px;
    }

    .section.action-banner {
        padding: 30px;
        margin-top: 20px;
    }

    .suggestedContent {
        max-width: 280px;
        margin: auto;
    }

    .carousel-inner {
        margin: auto;
    }

    .devops .title {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .field-content {
        font-size: 14px;
    }

    .box-m {
        height: auto;
        margin: 10px 0;
        padding: 5px;
    }

    .cus-col-card .card img {
        position: absolute;
        bottom: 0;
        right: 109px;
    }

    .cus-col-card .card {
        height: 200px;
        padding: 10px 20px 0 20px;
        background: #fff;
    }

    .cus-col-card {
        width: 290px;
        padding: 0 5px;
        margin: 0 auto 15px;
    }

    .br {
        border-bottom: 1.5px solid #f9f5fc;
        margin-bottom: 20px;
    }

    .box-g {
        height: auto;
    }

    .nav-tabs {
        margin: 25px 0 15px;
    }

    .section .col-md-5.col-sm-6.col-xs-12.pull-right.mar-t-70 {
        margin-top: 0;
    }

    .section .img-responsive {
        margin: 15px auto;
    }

    h1.title,
    .section.tab h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .section.tab .wrapp,
    .tab-rapper {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .section.tab .sub {
        font-size: 20px
    }
    #tab2 .box-m {
    height:auto;
}
.stats .col-md-2 {
    width:100% !important;
    border-right: 0px solid #dbdbdb;}
}
