img {
    width: auto;
    max-width: 100%;
}

* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    height: auto !important;
    min-height: 100% !important;
}

#why-sales.displaynone {
    display: none !important;
}

body {
    height: auto !important;
    min-height: 100% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #2a969f;
    /*background: linear-gradient(#278696, #30a5aa) !important;
    background: -webkit-linear-gradient(#278696, #30a5aa) !important;
    background: -moz-linear-gradient(#278696, #30a5aa) !important;
    background: -ms-linear-gradient(#278696, #30a5aa) !important;
    background: -o-linear-gradient(#278696, #30a5aa) !important;*/
}

.text-wrapper {
    text-align: center;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
}

.animated-words {
    display: inline-block;
}

    .animated-words span:nth-child(2) {
        -webkit-animation-delay: 3s;
        -ms-animation-delay: 3s;
        animation-delay: 3s;
        color: #FFF;
    }

    .animated-words span:nth-child(3) {
        -webkit-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s;
        color: #FFF;
    }

    .animated-words span:nth-child(4) {
        -webkit-animation-delay: 9s;
        -ms-animation-delay: 9s;
        animation-delay: 9s;
        color: #FFF;
    }

    .animated-words span:nth-child(5) {
        -webkit-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s;
        color: #FFF;
    }

    .animated-words span:nth-child(6) {
        -webkit-animation-delay: 15s;
        -ms-animation-delay: 15s;
        animation-delay: 15s;
        color: #FFF;
    }

    .animated-words span {
        position: absolute;
        opacity: 0;
        overflow: hidden;
        -webkit-animation: animateWord 18s linear infinite 0s;
        -ms-animation: animateWord 18s linear infinite 0s;
        animation: animateWord 18s linear infinite 0s;
        font-size: 50px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFF;
        text-transform: uppercase;
    }

@-webkit-keyframes animateWord {
    0% {
        opacity: 0;
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.whydo {
    color: #FFF;
    font-size: 50px;
    font-family: 'AvenirNextLTPro-Bold';
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    letter-spacing: -1px;
    float: left;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-top: 220px;
}

    .whydo span {
        font-size: 50px;
        font-weight: normal;
    }



.widthscreenb {
    height: 2px;
    background: #000;
}

.widthscreen {
    float: left;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-size: 28px;
    padding-left: 45px;
    padding-right: 45px;
    /*font-family:Arial, Helvetica, sans-serif;*/ /*text-transform:uppercase;*/
    font-weight: bold;
    font-family: 'AvenirNextLTPro-Medium';
    letter-spacing: 0px;
}

.whiteheader {
    float: left;
    width: 100%;
    background: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo1 {
    float: left;
    display: block;
    overflow: hidden;
    background-image: none;
    margin-top: 0px;
    text-decoration: none !important;
}

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTPro-Bold.eot');
    src: url('../fonts/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'), url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextLTPro-Medium';
    src: url('../fonts/AvenirNextLTPro-Medium.eot');
    src: url('../fonts/AvenirNextLTPro-Medium.eot#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro-Medium.woff') format('woff'), url('../fonts/AvenirNextLTPro-Medium.ttf') format('truetype'), url('../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

.menu {
    float: right;
    padding-top: 20px;
}

.menuhome {
    float: left;
    font-size: 17px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #024583;
    letter-spacing: 1px;
    padding-left: 25px;
}

    .menuhome:hover {
        color: #000;
        text-decoration: none;
    }

.getintouch {
    background: #3abfbd;
    color: #FFF;
    padding: 9px;
    border-radius: 3px;
    float: right;
    margin-right: 0px;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-family: 'AvenirNextLTPro-Medium';
    margin-top: 13px;
    margin-left: 25px;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

    .getintouch:hover {
        background: #004382;
        color: #FFFFFF;
        text-decoration: none !important;
    }


/* .hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}*/
.toppaddings {
    padding-top: 5px;
}


.experiencesection {
    float: left;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
}

.experiencetitle {
    float: left;
    width: 100%;
    color: #FFF;
    font-size: 40px;
    font-family: 'AvenirNextLTPro-Bold';
    text-transform: uppercase;
    line-height: 35px;
}

.experiencestrip {
    float: left;
    width: 100%;
    padding-top: 8px;
}

.experiencedetail {
    float: left;
    font-family: 'AvenirNextLTPro-Medium';
    width: 100%;
    color: #FFF;
    font-size: 17px;
    padding-bottom: 12px;
}

.detail_experience {
    float: left;
    font-family: 'AvenirNextLTPro-Medium';
    width: 100%;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 0;
    line-height: 35px;
}

.doticon {
    font-size: 13px;
    padding-right: 8px;
    color: #f8f9f9;
}

.servicedetail {
    float: left;
    font-family: 'AvenirNextLTPro-Medium';
    width: 100%;
    color: #FFF;
    font-size: 18px;
    padding-bottom: 20px;
}

.servicesales {
    float: left;
    width: 100%;
    padding-left: 64px;
}

.paddinbtn10 {
    padding-bottom: 10px;
}

.paddinbtn20 {
    padding-bottom: 20px !important;
}

.servicetagline {
    float: left;
    width: 100%;
    font-family: 'AvenirNextLTPro-Bold';
    font-size: 18px;
    color: #FFF;
    padding-bottom: 10px;
    padding-bottom: 22px;
}

.service-review i {
    margin-left: 32px;
}

.service-review .servicesales {
    padding-left: 100px;
}

.contactform {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    border: none;
    border: solid 1px rgba(255, 255, 255, 0.57);
    border-radius: 0px;
    height: 45px;
    display: block;
    outline: none !important;
    font-family: 'AvenirNextLTPro-Medium';
    font-size: 14px;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    position: relative;
    background-color: rgba(255, 255, 255, 0) !important;
}

#contactForm .form-group {
    margin-bottom: 10px !important;
}

.formheight {
    height: 100%;
    padding-top: 12px;
}

.formtitle {
    float: left;
    width: 100%;
    font-family: 'AvenirNextLTPro-Medium';
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
}


.contacttagline {
    float: left;
    width: 100%;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    padding-bottom: 10px;
    padding-bottom: 22px;
    text-transform: uppercase;
}

.contactbtn:hover {
    color: #FFFFFF;
    text-decoration: none !important;
    background: #3abfbd;
}

.contactbtn {
    background: #005b9d;
    color: #FFF;
    padding: 9px;
    border-radius: 3px;
    float: left;
    margin-right: 0px;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-family: 'AvenirNextLTPro-Medium';
    /* margin-top: 13px; */
    /* margin-left: 25px; */
    padding-top: 14px;
    padding-bottom: 14px;
    border: 0;
}

.marginbtm8 {
    margin-bottom: 8px;
}

.contactformsection {
    float: left;
    width: 100%;
}

.contactus_section {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.contactnumber {
    float: left;
    font-size: 16px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #FFF;
    text-decoration: none;
    padding: 16px 0px;
    line-height: 47px;
    width: 100%;
}

.contacticons {
    margin-right: 10px;
    float: left;
    transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    width: 100%;
    max-width: 45px;
}

.right32 {
    padding-right: 32px;
}

.skype_call_button {
    padding: 10px 0px;
}

.customers {
    float: left;
    width: 100%;
    font-family: 'AvenirNextLTPro-Medium';
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 22px;
    text-transform: uppercase;
    /* letter-spacing:1px; */
}

.call_btn {
    background: #268696;
    color: #FFF;
    padding: 11px;
    border-radius: 3px;
    float: left;
    margin-right: 0px;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-family: 'AvenirNextLTPro-Medium'; /* margin-top:13px; */ /* margin-left:25px; */
    padding-top: 11px;
    padding-bottom: 11px;
    float: right;
}

    .call_btn:hover {
        color: #FFFFFF;
        text-decoration: none !important;
        background: #3abfbd;
    }

.menumobile {
    float: left;
    width: 100%;
    border: none;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2a969f;
    font-family: 'AvenirNextLTPro-Medium';
    color: #FFF !important;
    text-transform: uppercase;
    padding-left: 15px;
    font-size: 16px;
    padding-right: 15px;
    margin-top: 15px;
}

    .menumobile:hover {
        text-decoration: none !important;
    }

.contactnumber a {
    text-decoration: none;
    float: left;
    font-size: 17px;
    font-family: 'AvenirNextLTPro-Medium';
    color: #FFF;
    line-height: 47px;
}
/*.contactnumber a:hover{
    color: #004382;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}*/

@media (min-width:230px) and (max-width:991px) {
    .menuhide {
        display: none;
    }

    .cont_mobile {
        float: left;
        width: 100%;
        padding: 0px;
    }

    .whiteheader {
        padding-bottom: 0px;
    }

    .well {
        float: left;
        width: 100%;
        background-color: #003578;
        min-height: 100%;
        padding: 0px;
        margin-bottom: 0px;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        padding-left: 0px;
        padding-right: 0px;
        box-shadow: none;
        padding-bottom: 0px;
    }

    .menuhome {
        float: left;
        width: 100%;
        padding-right: 0px;
        color: #FFF !important;
        text-transform: uppercase;
        font-size: 15px;
        font-family: 'AvenirNextLTPro-Medium';
        border-bottom: solid 1px rgba(255, 255, 255, 0.17);
        padding: 10px 0px 8px 25px !important;
        line-height: 28px;
        cursor: pointer;
        transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
    }

        .menuhome:hover {
            letter-spacing: 2px;
            transition: all 500ms linear;
        }
}

@media (min-width:992px) and (max-width:1999px) {
    .desktophide {
        float: left;
        width: 100%;
        display: none;
        border-bottom: 1px solid #ffffff;
    }
}

.desktophide {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ffffff;
}

.menuborder {
    border-bottom: none;
    padding-bottom: 0px;
}

.menuicon {
    float: right;
    position: relative;
    top: 4px;
}




.imgborder {
    border: solid 4px #fff;
}

#creative {
    float: left;
    width: 100%;
}



/*10-4-2018*/

img.logo-anm-img {
    width: 100%;
    max-width: 298px;
}

.whydo {
    padding: 0;
    display: inline-block !important;
    width: auto;
}

.why-text {
    text-align: center;
    display: inline-block;
}

.img-sales img {
    width: 100%;
    max-width: 25px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.img-sales {
    width: auto;
    display: inline-block;
    float: none;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    text-align: center;
}

.logo-div-box {
    width: auto;
    float: left;
    padding: 0;
    padding-top: 8px;
    margin-left: 15px;
}

.main-sales-wrapper {
    display: inline-block !important;
    margin-bottom: 10px;
    float: none;
    width: auto;
}

.whytext {
    margin-top: 180px;
    text-align: center;
    display: table !important;
}

svg {
    transition: 500ms linear;
    -webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
}

.st0 {
    stroke-dasharray: 800;
    stroke-dashoffset: 0;
    -webkit-animation: dash 3s linear forwards;
    -moz-animation: dash 3s linear forwards;
    -o-animation: dash 3s linear forwards;
    animation: dash 3s linear forwards;
    stroke: transparent;
    fill: transparent;
    transition: all 500ms linear;
}

svg {
    transform: scale(1.1);
    transition: 500ms linear;
    -webkit-transition: 500ms linear;
    -moz-transition: 500ms linear;
}

.st0 {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 25px;
    stroke-miterlimit: 2;
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 800;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.abticn {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: none;
}

.experiencedetail, .detail_experience {
    float: none;
    line-height: 30px;
}

    .experiencedetail:first-child {
        float: right;
        width: auto;
        padding-left: 30px;
    }

    .experiencedetail:first-child {
        margin-top: 10px;
    }

.logo1 img {
    width: 100%;
    max-width: 300px;
}

.logo1 h5 {
    color: #55c7df;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'AvenirNextLTPro-Medium';
}

span.sales-logo-head {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-family: 'AvenirNextLTPro-Bold';
}

.wave-img-banner {
    text-align: center;
}

a.hvr-float {
    display: inline-block;
    padding: 10px;
    background: #0079b8;
    float: right;
    line-height: 0;
    margin-top: 13px;
    margin-left: 25px;
    font-size: 19px;
    border-radius: 3px;
    color: #fff;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

    a.hvr-float:hover {
        background: #004382;
    }

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    padding: 10px;
}

.owl-carousel .owl-nav .owl-prev {
    float: left;
    padding: 0;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
    padding: 0;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -40px !important;
    top: 0 !important;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -40px !important;
    top: 0 !important;
}

.owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #FFF;
    position: relative;
    top: 0;
    left: 0;
}

.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #FFF;
    position: relative;
    top: 0;
    right: 0;
}

.owl-nav {
    text-align: center;
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.widthscreen.second-two {
    width: auto !important;
    float: left !important;
    padding: 0;
}

.rotate-text {
    max-width: 100% !important;
    width: 100% !important;
    float: left;
    margin: 0 auto;
    text-align: left !important;
    display: inline-block;
}

    .rotate-text .widthscreen {
        text-align: center;
        width: 100% !important;
        float: left !important;
        padding: 0;
    }

.about_sales_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.contactnumber.skype_call {
    width: 100%;
    line-height: 0;
    padding-left: 10px;
    margin-top: -7px;
}

.skype_call_button img {
    float: left;
    width: 100%;
    max-width: 30px;
    margin-right: 20px;
    transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
}

.why-rotate-wrapper {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.logo-set-slides img.logo-anm-img {
    width: 100% !important;
    max-width: 345px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block !important;
}

.more_touch_svg {
    width: 190px;
    height: 190px;
    position: absolute;
    right: -243px;
    top: -137px;
}

.arrow {
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    -webkit-animation: ddash 3s linear forwards;
    -moz-animation: ddash 3s linear forwards;
    -o-animation: ddash 3s linear forwards;
    animation: ddash 10s linear forwards;
    stroke: transparent;
    fill: transparent;
    transition: all 500ms linear;
}

.arrow {
    fill: transparent;
    stroke: #ffffff;
    stroke-width: 4px;
    stroke-miterlimit: 2;
}

@-webkit-keyframes ddash {
    from {
        stroke-dashoffset: 2000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.slide {
    font-size: 0;
    padding: 0;
    color: #fff;
    display: inline-block;
}

.video_loader {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: none !important;
    background: #29969e;
}

.video_loader_wrapper {
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

    .video_loader_wrapper video {
        position: absolute;
        left: 0;
        right: 0;
        top: 37%;
        bottom: 0;
        margin: 0 auto;
        background-color: transparent;
        border: 0;
        width: 100%;
        max-width: 320px;
    }

    .video_loader_wrapper div {
        margin: 0 auto;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

.widthscreen.second-two {
    width: 100% !important;
    margin-top: -11px;
    margin-bottom: 12px;
}

.skype_call_button a:hover {
    color: #004482;
}

.skype_call_button a {
    display: inline-block;
    line-height: 36px;
    color: white;
    text-decoration: none;
    transition: all 500ms linear;
}

.message #ok {
    position: relative;
    color: white;
    border: 0;
    background: #005a9d !important;
    width: auto;
    height: 34px;
    border-radius: 4px;
    font-size: 17px;
    transition: background 0.2s ease;
    outline: none;
    font-family: 'AvenirNextLTPro-Medium';
    padding: 0px 41px;
}

    .message #ok:hover {
        background: #3abfbd !important;
    }

.comein {
    top: 33%;
}

.message {
    width: 385px;
    background: rgba(255, 255, 255, 0.9215686274509803);
    border-radius: 4px;
}

    .message p {
        font-size: 34px;
        margin: 0px 0px 10px;
        padding: 0;
        font-family: 'AvenirNextLTPro-Medium';
        color: #70c441;
        line-height: 33px;
    }

        .message p:nth-child(2) {
            font-size: 30px;
            margin: 30px 0px 30px 0px;
            color: #004482;
            font-family: 'AvenirNextLTPro-Medium';
        }

    .message .check {
        width: 100px;
        height: 100px;
        font-size: 59px;
    }

.message_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

.message_inner_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.message {
    position: static !important;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8784313725490196) !important;
    transform: translate(0%, 0%) !important;
    margin: 0 auto;
}

    .message p img {
        width: 100%;
        max-width: 60px;
    }

label.error {
    width: 100%;
    color: #d80000;
    font-size: 16px;
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    font-weight: normal;
    line-height: 7px;
}

.loader_inner_wrapper img {
    width: 100%;
    max-width: 175px;
}

.middle_wrapper {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.loader_outer_wrapper {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: none !important;
}

.loader_inner_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

    .loader_inner_wrapper img {
        width: 100%;
        max-width: 175px;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

.right32 {
    padding-right: 0 !important;
    padding-top: 0px !important;
}

.experiencedetail img {
    width: 100%;
    max-width: 390px;
    margin-top: 20px;
}

.servicedetail img {
    margin-right: 10px;
    color: white;
    margin-top: -5px;
    width: 100%;
    max-width: 16px;
}

.servicedetail i {
    margin-right: 10px;
    color: white;
    font-size: 18px;
    margin-left: 0;
}

.image-small img, .image-small {
    display: none;
}

.add-icon {
    position: absolute;
    display: inline-block;
    bottom: -52px;
    right: 0;
    display: none;
    color: #fff;
    font-size: 25px;
    text-align: center;
    width: 25px;
    height: 25px;
}

    .add-icon i {
        -webkit-animation: handAnim 1.2s infinite;
        animation: handAnim 1.2s infinite;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.service-review .servicedetail img {
    margin-left: 33px;
}

.logo-set-slides li.slide.to-bigger img.logo-anm-img {
    width: 100% !important;
    min-width: 400px;
    position: absolute;
    left: 0;
    top: -33px;
    right: 0;
    margin: 0 auto;
}

.fulwrp {
    /*min-height: 600px;*/
    height: 100%;
    display: inline-block;
    width: 100%;
}

@-webkit-keyframes handAnim {
    0% {
        top: 20px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: -20px;
        opacity: 0;
    }
}

@keyframes handAnim {
    0% {
        top: 20px;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: -20px;
        opacity: 0;
    }
}

@-webkit-keyframes circleAnim {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes circleAnim {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

img.salesExcellenceimg {
    width: 100%;
    max-width: 29px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 13px;
}

    img.salesExcellenceimg.right {
        float: right;
        display: inline-block;
        right: 13px;
    }

    img.salesExcellenceimg.left {
        left: 13px;
        display: inline-block;
        float: left;
    }

.salesspanExcel {
    position: relative;
    width: auto;
    margin: 0 auto;
    text-align: center;
    float: none;
}

@media (max-width: 1500px) {
    .whytext {
        margin-top: 100px;
        display: table !important;
    }

    .widthscreen {
        font-size: 23px;
    }

    img.salesExcellenceimg {
        max-width: 20px;
        top: 10px;
    }

        img.salesExcellenceimg.left {
            left: 22px;
        }

        img.salesExcellenceimg.right {
            right: 22px;
        }
}

@media (max-width: 1400px) {
    .experiencesection {
        padding-top: 10px;
    }

        .experiencesection.contactmain {
            margin-top: 25px;
        }

    img.logo-anm-img {
        width: 100%;
        max-width: 315px;
    }

    .whydo {
        font-size: 40px;
    }

        .whydo span {
            font-size: 40px;
        }

    img.logo-anm-img {
        max-width: 230px;
    }

    .logo-set-slides img.logo-anm-img {
        max-width: 260px;
    }

    .logo-div-box {
        margin-left: 12px;
        padding-top: 10px;
    }

    .abticn {
        width: 21px;
        height: 21px;
    }

    .img-sales img {
        max-width: 22px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 6px;
    }

    .more_touch_svg {
        right: -300px;
    }

    .more_touch_svg {
        width: 175px;
        height: 175px;
    }

    .fulwrp.getintouchwrapper .experiencesection.contactmain {
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .logo1 h5 {
        font-size: 15px;
    }

    span.sales-logo-head {
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .logo1 img {
        max-width: 270px;
    }

    .container.cont_mobile {
        width: 100%;
    }

    .menuhome {
        padding-left: 25px;
    }

    .getintouch {
        margin-left: 20px;
    }

    img.logo-anm-img {
        max-width: 212px;
    }

    .widthscreen {
        font-size: 22px;
    }

    .more_touch_svg {
        right: -260px;
    }

    .experiencedetail img {
        max-width: 320px;
    }

    .logo-div-box {
        padding-top: 13px;
    }
}

@media (max-width: 1024px) {
    .logo-div-box {
        padding-top: 9px;
    }
}

@media (max-width: 991px) {
    .widthscreen {
        font-size: 20px;
    }

    .logo-div-box {
        margin-left: 12px;
    }

    .whytext {
        margin-top: 40px;
    }

    img.logo-anm-img {
        max-width: 209px;
    }

    .owl-nav {
        top: 50%;
    }

    .whydo span {
        font-size: 45px;
    }

    .widthscreen {
        max-width: 100% !important;
        text-align: center !important;
    }

    .more_touch_svg {
        display: none;
    }

    .contactbtn {
        margin-bottom: 20px;
    }

    span.linkd {
        display: inline-block !important;
        float: right;
        margin-top: 10px;
    }

    .fulwrp .container {
        text-align: left;
    }

    .widthscreen {
        max-width: 100% !important;
    }

    .add-icon {
        top: 79px;
        right: 10px;
        display: block;
        z-index: 99999;
    }

    .experiencedetail img {
        max-width: 250px;
    }
}

@media (max-width: 992px) {
    .container {
        display: inline-block;
        width: 95%;
        margin: 0 auto;
    }

    .fulwrp {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .owl-nav {
        width: 95%;
    }

    .owl-carousel .owl-nav .owl-prev:before {
        left: 0px;
    }

    .owl-carousel .owl-nav .owl-next:before {
        right: 0px;
    }

    .img-sales img {
        max-width: 15px;
    }

    .experiencesection.contactmain {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 820px) {
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        position: static;
    }
}



@media (max-width: 768px) {
    img.logo-anm-img {
        max-width: 208px;
    }

    img.salesExcellenceimg {
        top: 6px;
    }

    .logo-div-box {
        padding-top: 10px;
    }
}



@media (max-width: 640px) {
    .owl-nav {
        bottom: -17px;
        width: 80px;
    }

    .widthscreen {
        font-size: 17px;
        padding: 0px 10px;
    }

    .owl-nav {
        bottom: 20px;
        top: auto;
    }

    img.salesExcellenceimg.left {
        left: -9px;
    }

    img.salesExcellenceimg.right {
        right: -9px;
    }

    img.salesExcellenceimg {
        max-width: 17px;
        top: 7px;
    }
}

@media (max-width: 520px) {
    .owl-nav {
        bottom: 0;
        top: auto;
    }

    .logo-set-slides li.slide.to-bigger img.logo-anm-img {
        width: 100% !important;
        min-width: 100%;
        position: static;
    }
}

@media (max-width: 480px) {
    .experiencedetail:first-child {
        float: left;
        width: 100%;
        padding-left: 0;
    }

    .mobile-box-img img {
        width: 100%;
        max-width: 168px !important;
    }

    .mobile-box {
        font-size: 17px;
    }

    .owl-nav {
        top: auto;
    }

    .message {
        width: 90%;
    }

    .loader_inner_wrapper img {
        width: 100%;
        max-width: 150px;
    }

    .image-large img {
        display: none;
    }

    .image-small img, .image-small {
        display: block;
    }
}

@media (max-width: 450px) {
    .widthscreen {
        font-size: 14px;
        padding: 0px 5px;
        text-align: center !important;
    }

    .whydo {
        font-size: 30px;
    }

    img.logo-anm-img {
        max-width: 139px;
    }

    .owl-carousel .owl-nav .owl-prev:before {
        font-size: 26px !important;
    }

    .owl-carousel .owl-nav .owl-next:before {
        font-size: 26px !important;
    }

    .whydo span {
        font-size: 30px;
    }

    span.linkd a {
        padding: 10px;
        font-size: 13px;
        margin-left: 5px;
        margin-top: 5px;
    }

    span.linkd {
        margin-top: 17px;
    }

    .mobile-box {
        font-size: 19px;
    }

    .servicedetail, .detail_experience, .experiencedetail, .contactnumber, .contactnumber a {
        font-size: 15px;
    }

    .menuhome {
        font-size: 14px;
    }

    .logo-div-box {
        padding-top: 8px;
        margin-left: 8px;
    }

    img.salesExcellenceimg {
        max-width: 14px;
        top: 3px;
    }

        img.salesExcellenceimg.left {
            left: -12px;
        }

        img.salesExcellenceimg.right {
            right: -12px;
        }
}

@media (max-width: 400px) {
    .contactnumber {
        font-size: 14px;
        line-height: 40px;
    }

    .noteSpan {
        margin-right: 4px !important;
    }

    .contactformsection .col-md-5, .contactformsection .col-md-7 {
        padding: 0;
    }

    .contacticons {
        width: 100%;
        max-width: 35px;
    }

    span.sales-logo-head {
        font-size: 10px;
    }

    .logo1 h5 {
        font-size: 12px;
    }

    .logo1 img {
        max-width: 190px;
    }

    .logo1 {
        margin-top: 9px;
    }

    span.linkd a {
        padding: 6px;
    }

    nav {
        bottom: -47px;
    }

    .contactnumber a {
        line-height: 37px;
    }
}

@media (max-width: 380px) {
    div#why-sales {
        /* margin-top: 20px; */
    }

    .video_loader_wrapper video {
        top: 27%;
        max-width: 220px;
    }

    .detail_experience {
        font-size: 14px;
    }

    .servicedetail {
        font-size: 14px;
    }

    .img-sales img {
        max-width: 11px;
    }
}

@media (max-width: 480px) {
    .img-sales img {
        max-width: 12px;
    }
}
/*10-4-2018*/

#invitation_message_text {
    display: none !important;
}

.invitation_message:after {
    display: none !important;
}

#rating {
    display: none !important;
}

#email_transcript {
    display: none !important;
}
