#header.home {
    position: absolute;
    top: 27px;
    bottom: 0;
}
body #header .logo {
    display: block;
}
body {
    font-weight: 400;
    font-family: Lato, sans-serif;
}
.header_over_lay {
    width: 100%;
    background: #373535;
    height: 27px;
    position: fixed;
    z-index: 9999;
    top: 0;
}
.header_over_lay .livecaht_contact {
    float: right;
    margin: 2px 0 0 0;
}
.header_over_lay .livecaht_contact p {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 12px;
    display: inline-block;
    margin-right: 19px;
}
.header_over_lay .livecaht_contact p a {
    color: #fff;
}
.livechat1 {
    color: #fff;
    text-decoration: none;
}
.header_over_lay .livecaht_contact p img {
    float: left;
    margin-right: 6px;
}
.header_over_lay .social_icon {
    float: right;
    margin: 2px 0 0 0;
}
.header_over_lay .social_icon a {
    margin-left: 6px;
}
body #header.home {
    height: 73px;
}
body .banner_full #header {
    position: absolute;
    top: inherit;
    bottom: 0;
}
#header.home .logo {
    margin: 4px 0 0;
    display: none;
}
#header.home .logo.sticky {
    display: block;
}
.banner_full {
    max-width: 985px;
    min-height: 534px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13px;
    overflow: hidden;
}
.banner_full .container .banner_inner {
    text-align: center;
    padding-top: 174px;
}
.banner_full .container .banner_inner h4 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 30px;
    text-transform: uppercase;
}
.featuered_work {
    display: inline-block;
    border: 1px solid #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 7px 18px;
    color: #fff;
    text-decoration: none;
    margin-top: 33px;
    font-family: Lato, sans-serif;
}
.featuered_work:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.5s ease;
    color: #fff;
}
.projects_full {
    width: 100%;
    background: url(../images/home_service_bg.png) repeat;
    padding: 40px 0 40px;
}
.projects_full .in-content,
.projects_inner {
    text-align: center;
}
.projects_inner h4 {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 22px 0 20px;
    text-transform: uppercase;
}
.projects_inner h2 {
    font-weight: 900;
    font-family: Lato, sans-serif;
    font-size: 53px;
    color: #000;
    text-transform: uppercase;
    margin: 12px 0 30px;
    line-height: 48px;
    font-weight: 700;
}
.projects_inner p {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}
.simple_btn {
    display: inline-block;
    border: 1px solid #4b4444;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 18px;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
    min-width: 115px;
    min-height: 28px;
}
.simple_btn:hover {
    background-color: #0cb8cc;
    color: #fff !important;
    transition: background-color 0.5s ease 0s;
}
.simple_btn:hover {
    color: #000;
}
.projects_inner .simple_btn {
    margin-bottom: 30px;
}
.project_box1 {
    min-width: 223px;
    float: left;
    min-height: 152px;
    text-align: center;
    margin-right: 28px;
    border: 1px solid #4b4444;
    background-color: #fff;
}
.project_box1 .img1 {
    background: rgba(0, 0, 0, 0) url(../images/services_icon_pack.png) no-repeat scroll 0 0;
    background-position: -4px -80px;
    display: inline-block;
    font-size: 0;
    height: 70px;
    min-width: 118px;
    text-indent: -999px;
    position: relative;
    top: 10px;
}
.project_box1 .img2 {
    background-position: -165px -81px;
    min-width: 74px;
}
.project_box1 .img3 {
    background-position: -265px -78px;
    min-width: 68px;
}
.project_box1 .img4 {
    background-position: -372px -75px;
    min-width: 70px;
}
.services_full .project_box1.last {
    margin-right: 0 !important;
}
.project_box1 {
    min-width: 223px;
    float: left;
    min-height: 152px;
    text-align: center;
    margin-right: 28px;
    border: 1px solid #4b4444;
    background-color: #fff;
    margin-bottom: 10px;
    margin-top: 8px;
    transition-delay: 0.1s, 1s;
}
.project_box1:hover {
    background-color: #4b4444;
    cursor: pointer;
    transition-property: top, left;
    transition-duration: 1s, 1s;
    transition: all 1s ease-in-out;
}
.project_box1:hover h4 {
    color: #fff;
}
.project_box1:hover .img1 {
    background: rgba(0, 0, 0, 0) url(../images/services_icon_pack.png) no-repeat scroll 0 0;
    background-position: -7px -4px;
}
.project_box1:hover .img2 {
    min-width: 74px;
    background-position: -165px -4px;
}
.project_box1:hover .img3 {
    min-width: 68px;
    background-position: -266px -4px;
}
.project_box1:hover .img4 {
    min-width: 70px;
    background-position: -372px 0;
}
.services_full .project_box1.last {
    margin-right: 0 !important;
}
.project_box3 {
    margin-right: 0;
    float: right;
}
.container .project_box1 h3 {
    color: #4b4444;
    font-family: Lato, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin: 44px 0 18px 0;
    font-weight: 700;
    padding-bottom: 0;
}
.project_box1 p {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    max-width: 230px;
}
.services_full {
    clear: both;
}
.services_full .services_list {
    max-width: 1170px;
    width: 100%;
    margin-top: 40px;
}
.services_full .full_img {
    background-attachment: fixed;
    background-size: cover !important;
    height: 400px;
    width: 100%;
}
.services_full .featured_img {
    max-width: 35%;
    float: left;
}
.services_full .sr_no {
    font-weight: 700;
    font-size: 14px;
    font-weight: 700;
    color: #4b4444;
}
.services_full .sr_no {
    color: #4b4444;
    font-family: Lato, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 300;
}
.services_full .services_content h3 {
    color: #4b4444;
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-top: 20px;
    line-height: 40px;
    max-width: 266px;
    padding: 0;
    text-transform: uppercase;
}
.services_full .services_content h3 span {
    border-bottom: 2px solid #4b4444;
}
.services_full p {
    color: #4b4444;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px;
}
.services_full .link_sr {
    display: inline-block;
    border: 1px solid #4b4444;
    font-size: 17px;
    text-transform: uppercase;
    padding: 6px 18px;
    color: #4b4444;
    text-decoration: none;
    margin-top: 28px;
}
.services_full .link_sr:hover {
    background-color: #0cb8cc;
    color: #fff;
    transition: background-color 0.5s ease;
}
.services_full {
    padding-bottom: 40px;
    float: left;
    clear: both;
    width: 100%;
}
.services_full .services_content {
    float: right;
    max-width: 65%;
}
#footer.footer {
    background: url(../images/footer_bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 650px;
}
#footer.footer .container {
    text-align: center;
}
#footer.footer .logo_footer {
    position: relative;
    top: 96px;
}
#footer.footer h2 {
    font-weight: 700;
    font-family: Lato, sans-serif;
    font-size: 47px;
    color: #fff;
    text-transform: uppercase;
    padding: 120px 0 14px;
    line-height: 48px;
}
#footer.footer .ready_tag {
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 29px;
    max-width: 400px;
    margin: 0 auto;
}
#footer.footer .ready_tag span {
    font-size: 18px;
}
#footer.footer .web_log {
    max-width: 262px;
    background-color: #ffd243;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 17px;
    color: #1d1c1a;
    text-decoration: none;
    margin-top: 28px;
    transition: 0.3s;
}
#footer.footer .web_log:hover {
    background-color: #ffc200;
}
.homemenu li.current-menu-item > a,
.homemenu li.current-menu-parent > a {
    color: #75cbf3;
}
.footer_social {
    margin: 22px 0 -70px;
}
.footer_social a {
    margin: 0 20px;
}
.footer_info1 {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #676665;
    float: left;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 22px;
}
.footer_info1_left {
    float: left;
    max-width: 250px;
    text-align: left;
}
.footer_info1_right {
    float: right;
    max-width: 250px;
    text-align: right;
}
.footer_info1_left h4,
.footer_info1_right h4 {
    font-family: Lato, sans-serif;
    font-size: 13px;
    color: #848382;
    font-weight: 400;
    margin-bottom: 14px;
}
.footer_info1_left span,
.footer_info1_right span {
    font-size: 15px;
    color: #fff;
    font-family: Lato, sans-serif;
}
.copy_rights .right a {
    color: #fff;
}
.footer_info1 a {
    color: #fff;
}
.footer_info1_left span img {
    padding-right: 10px;
}
.copy_rights {
    font-family: Lato, sans-serif;
    font-size: 13px;
    color: #a5a5a5;
    font-weight: 400;
}
.copy_rights .left {
    float: left;
}
.copy_rights .right {
    float: right;
}
.wrap {
    overflow: auto;
    position: relative;
}
.triger_set {
    position: relative;
}
.project_box1 img {
    max-height: 110px;
    max-width: 130px;
    min-height: 110px;
}
.featured_img img {
    max-width: 330px;
    min-width: 330px;
}
.triger_set {
    bottom: 96px;
    position: absolute;
}
.chat_full_container {
    background: url(../images/chat_counter_option.png) repeat;
    min-height: 378px;
    width: 100%;
    clear: both;
    text-align: center;
}
.chat_full_container ul {
    margin: 0;
    padding: 0;
}
.chat_full_container ul li {
    display: inline-block;
    margin: 70px 35px 0 35px;
    max-width: 192px;
}
.chat_full_container ul li.first {
    margin-left: 0;
}
.chat_full_container ul li.last {
    margin-right: 0;
}
.chat_full_container ul li h3 {
    margin-top: 40px;
    padding-bottom: 22px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
    font-family: Lato, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    line-height: 58px;
    font-size: 66px;
}
.chat_full_container ul li span {
    font-size: 13px;
    color: #fff;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}
.chat_full_container .container {
    max-width: 1200px;
    width: 100%;
}
.hide {
    display: none;
}
div div.ppt {
    visibility: hidden;
}
.pp_bottom,
.pp_top,
div.facebook .pp_bottom .pp_left,
div.facebook .pp_bottom .pp_middle,
div.facebook .pp_bottom .pp_right,
div.facebook .pp_content_container .pp_left,
div.facebook .pp_content_container .pp_right,
div.facebook .pp_top .pp_left,
div.facebook .pp_top .pp_middle,
div.facebook .pp_top .pp_right {
    background: 0 0 !important;
}
div.facebook .pp_content {
    border-radius: 6px;
    padding: 16px;
    background-color: #00d6cf !important;
    padding: 16px 16px 0;
}
div.pp_overlay {
    background-color: #fff;
    text-align: center;
}
#pp_full_res .pp_inline {
    text-align: center;
}
#pp_full_res .pp_inline {
    text-align: center;
}
#pp_full_res .pp_inline h3 {
    font-family: Lato, sans-serif;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}
#pp_full_res .pp_inline h3 span {
    color: #ff6000;
}
.frmleft {
    float: left;
    width: 50%;
}
.frmright {
    float: right;
    width: 50%;
}
.frmcenter textarea,
.frmleft input[type="text"],
.frmright input[type="text"] {
    height: 46px;
    border: 1px solid #cfcfcf;
    margin-bottom: 16px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    color: #4b4b4b;
    padding: 0 12px;
    width: 250px;
    border-radius: 5px;
    font-weight: 400;
}
.frmcenter {
    width: 100%;
    clear: both;
}
.frmcenter textarea {
    width: 548px;
    height: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.frmrbtn input[type="button"] {
    background: transparent none repeat scroll 0 0;
    height: 37px;
    border: 2px solid #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0 12px;
    width: 149px;
    border-radius: 5px;
    font-weight: 600;
}
.frmrbtn input[type="button"]:hover {
    background-color: #0cb8cc;
    color: #fff;
    transition: background-color 0.5s ease;
    cursor: pointer;
}
.telemarketing_banner .banner_text p,
.telemarketing_banner h1 {
    color: #38b6cd !important;
}
.mian_wrap .price_plans {
    background: url(../images/banner_pakagesoff.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0;
    clear: both;
}
.price_plans .container {
    text-align: center;
}
.price_plans .plans {
    margin-top: 0;
}
.price_plans .plans .plan {
    float: none;
    margin: 0 0.7% 20px;
    width: 30%;
    display: inline-block;
    text-align: left;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
}
.price_plans .plan h3 {
    border-bottom: 1px solid #ccc;
    color: #fff !important;
    font-size: 18px;
    margin-bottom: 14px;
    padding-bottom: 6px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.price_plans .plan .features {
    background-color: transparent !important;
}
.plan .price {
    color: #0cb8cc;
}
.price_plans .plan h4 {
    padding-bottom: 0;
    font-weight: 700;
}
.price_plans .plan .features {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
}
.price_plans .plan .features ul li {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 10px 0;
    position: relative;
    color: #555;
}
.price_plans .plan .features ul li:hover {
    color: #fff;
    background-color: #16a086;
}
.price_plans .plan .features ul li#contactus:hover {
    background-color: transparent;
    color: #555;
}
.price_plans .plan .features li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 10px 0;
    margin-top: 20px;
}
.price_plans .plan .features li:last-child a {
    background-color: transparent;
    border: 1px solid #0cb8cc;
    border-radius: 0;
    color: #000;
    max-width: 154px;
}
.price_plans .plan .features li:last-child a:hover {
    color: #000;
    background-color: #0cb8cc;
}
.pricing_head {
    display: none;
}
.custom_package {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 22px 0 0;
    padding: 8px 14px;
    position: relative;
    text-decoration: none;
    font-weight: 500;
}
.custom_package:hover {
    background-color: #0cb8cc;
    color: #fff;
}
div.facebook .pp_details {
    position: absolute;
    top: 0;
    right: -5px;
}
div.facebook .pp_details a.pp_close {
    background: url(../images/close_icon.png) no-repeat;
}
#contact_us_form label.error {
    display: none !important;
}
#contact_us_form .error-highlight {
    border: 1px solid #900;
}
.thanks h4 {
    color: #fff;
    font-size: 8.33333em;
    font-style: italic;
    line-height: 0.866667em;
    margin-bottom: 0.3em;
    padding: 0;
    text-align: center;
    margin-top: 50px;
}
.mian_wrap {
    clear: both;
    position: relative;
    background-color: #fff;
}
.main_banner {
    min-height: 520px;
}
#custom_page_tag_line {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-top: 20px;
    padding: 0 0 10px;
    text-shadow: 1px 1px #000;
}
.banner_text p {
    line-height: 23px !important;
    text-align: justify;
}
.mycanvas {
    display: none;
}
body.error404 .mian_wrap,
body.search .mian_wrap {
    margin-top: 152px;
}
body .heading_wrap {
    padding: 36px 0;
}
body.error404 .mian_wrap h4 {
    color: #000;
}
body.error404 .mian_wrap .entry-content #searchform {
    max-width: 500px;
    border: 1px solid #000;
}
body.error404 .mian_wrap .entry-content #searchform input {
    width: 92%;
}
body.error404 .mian_wrap .entry-content #searchbutton {
    margin-top: 0;
}
body.error404 .mian_wrap .entry-content {
    margin-bottom: 20px;
}
.tk-tour h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}
.tk-tour p {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    margin: 20px 0;
}
.tk_left {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    text-align: justify;
    width: 48%;
}
.tk_center {
    width: 8%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.tk_right {
    float: right;
    width: 34%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.tarw a img {
    left: 5px;
    max-width: 100%;
    position: relative;
    top: 134px;
    transition: all 0.8s ease 0s;
    -webkit-animation: slide 2s linear infinite;
    -moz-animation: slide 2s linear;
    animation: slide 2s linear infinite;
}
.vd-section {
    position: absolute;
    text-align: center;
    top: 0;
}
.lightbox {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.lightbox a.fancy-wrap {
    border: 0 none;
    display: block;
    position: relative;
    width: 100%;
}
.lightbox a.fancy-wrap img {
    backface-visibility: hidden;
}
.vd-section img {
    cursor: pointer;
    left: 0;
    position: relative;
    top: 0;
}
.img-full-responsive {
    display: block;
    height: auto;
    max-width: none;
    width: 100%;
}
.tarw a img:hover {
    padding-left: 35px;
    transition: all 0.8s ease 0s;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.main-hd01::after {
    background: #21bffe none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
    width: 28px;
}
.main-hd01 {
    clear: both;
    color: #171838;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
.content p {
    padding-bottom: 5px;
}
.txt-cntr {
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 16px;
}
.stps {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    font-family: Lato, sans-serif;
}
.stps span.stpsimghold {
    display: block;
    height: 215px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 210px;
}
.stps img.stpsico {
    width: 80%;
    display: block;
}
.stps li {
    width: 171px;
    display: inline-block;
    margin: 0 59px;
    font-family: Lato, sans-serif;
}
.stps li span.crclstps {
    width: 30px;
    height: 28px;
    position: relative;
    border-radius: 20px;
    background-color: #21bffe;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    padding-top: 2px;
    font-weight: 700;
}
.stps li p {
    font-size: 22px;
    color: #171838;
    line-height: 24px;
    margin-top: 12px;
    text-transform: uppercase;
}
.stps li span.det {
    font-size: 15px;
    display: block;
    line-height: 16px;
}
.stps li span.crclstps:after {
    position: absolute;
    content: "";
    width: 264px;
    height: 2px;
    background: #21bffe;
    top: 15px;
    left: -263px;
}
.stps li span.crclstps.nofter:after {
    width: 0;
    height: 0;
}
.stps li.purplry.stps-actv span.crclstps {
    background-color: #214986;
}
.stps li.purplry.stps-actv p {
    color: #21bffe;
    font-weight: 700;
    font-family: Lato, sans-serif;
}
.stps li.purplry.stps-actv span {
    color: #21bffe;
}
.stps li.stps-actv img.stpsico {
    animation: MoveUpDown 1s linear infinite;
}
#track .main-hd01 {
    margin-top: 20px;
}
#track .owl-controls .owl-dots {
    display: none !important;
}
#track .owl-controls {
    margin: 0 !important;
}
#track .owl-controls .owl-nav {
    margin: 0 !important;
}
#track .owl-controls .owl-buttons div {
    position: absolute;
    top: 40%;
    display: inline-block;
    margin: 0 0 0 1px;
    width: 40px;
    height: 32px;
    padding: 0;
    color: #272727;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 0;
    border-radius: 0;
    font-size: 0;
}
#track .item {
    margin: 5px;
}
#track .owl-controls .owl-prev {
    left: -24px;
    background: url(../images/left_arrow.png) no-repeat 12px;
}
#track .owl-controls .owl-next {
    right: -24px;
    background: url(../images/left_arrow.png) no-repeat -46px;
}
#track {
    background-color: #f5f5f5;
    clear: both;
    float: left;
    padding-bottom: 60px;
    padding-top: 40px;
    position: relative;
    width: 100%;
}
#track .item {
    text-align: center;
}
.recently_added {
    clear: both;
    position: relative;
}
#track .recently_added p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 26px;
    text-align: center;
    font-family: Lato, sans-serif;
    word-spacing: 2px;
}
#track .recently_added p strong {
    font-weight: 700;
}
.view_all.text-center {
    margin-bottom: 36px;
    margin-top: 26px;
}
body .blog_wrap p {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    text-align: justify !important;
}
.pagination span.current {
    background: #0da1af none repeat scroll 0 0;
    border: 2px solid #0da1af;
    border-radius: 6px;
    color: #fff;
    margin-right: 6px;
    padding: 3px 7px;
}
.pagination span {
    font-family: Lato, sans-serif;
    font-weight: 400;
}
.pagination a {
    background: #f0f0f0;
    border: none;
    color: #767070 !important;
    border-radius: 6px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}
.pagination a:hover {
    border: none;
    background-color: #f5f5f5;
}
.mian_wrap {
    margin-top: 111px !important;
}
.home .mian_wrap {
    margin-top: 0 !important;
}
.entry-content h2,
.entry-content h4,
.entry-content h6,
body .entry-content h1,
body .entry-content h3,
body .entry-content h5 {
    color: #000;
    font-family: Lato, sans-serif;
}
body .entry-content strong {
    color: #000;
    font-weight: 700;
    font-family: Lato, sans-serif;
}
body .entry-content h2 {
    text-align: left !important;
    font-family: Lato, sans-serif;
}
#track .defaultbtn:hover {
    color: #fff !important;
}
.box-for-chat li {
    background: #f4f9fc;
    float: left;
    width: 230px;
    height: 201px;
    padding: 20px;
    font-size: 14px;
    font-family: Lato, sans-serif;
}
.box-for-chat li h3 {
    text-transform: uppercase;
    color: #171838;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 0 12px;
    font-family: Lato, sans-serif;
}
.box-for-chat li p {
    line-height: 25px;
    font-family: Lato, sans-serif;
}
.box-for-chat li img {
    display: block;
    width: 55px;
    height: auto;
    margin-bottom: 2px;
}
.box-for-chat li a {
    display: inline-block;
    background: url(../images/tribullet01.png) 82px 5px no-repeat;
    font-size: 12px;
    padding-right: 12px;
    margin-top: 7px;
}
.box-for-chat li {
    margin: 0 30px 30px 0;
}
.box-for-chat li:hover {
    background-color: #fff !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    transition-duration: 0.5s;
}
.box-for-chat li.grn {
    background: #e7f6ff;
}
.boxescontainer {
    float: left;
    padding: 40px 0;
    width: 100%;
    clear: both;
}
.no-mrgnR {
    margin-right: 0 !important;
}
.in-content {
    padding: 60px 0;
}
.home .container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
}
.livechat_suppot {
    with: 100%;
    color: #fff;
    ext-shadow: none;
    background: url(../images/livechat_home_bg.jpg) fixed;
    background-size: 100% 100%;
    min-height: 480px;
    position: relative;
}
.livechat_suppot::before {
    background-color: rgba(60, 120, 221, 0.7);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
.livechat_suppot h2 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 12px;
}
.livechat_suppot p {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: justify;
    margin-top: 0;
    font-weight: 400;
}
.livechat_suppot_left {
    width: 55%;
    float: left;
    padding: 60px 0;
}
.livechat_suppot_right {
    width: 40%;
    float: right;
    padding: 40px 0 0;
}
.pic {
    background-image: url(../images/message-sneakpeek.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 400px;
    position: relative;
    width: 450px;
    float: right;
}
#chat-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 100%;
    font-family: Lato, sans-serif;
}
#chat-agent-name {
    color: #9f9f9f;
    font-size: 14px;
    left: 40px;
    position: absolute;
    top: 75px;
    font-family: Lato, sans-serif;
}
#chat-agent-msg {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    left: 40px;
    position: absolute;
    top: 97px;
    font-family: Lato, sans-serif;
}
#chat-client-name {
    color: #001349;
    font-size: 14px;
    left: 40px;
    position: absolute;
    top: 162px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}
#chat-ico-writing {
    background-image: url(../images/writing.gif);
    background-size: contain;
    height: 18px;
    left: 40px;
    position: absolute;
    top: 324px;
    width: 20px;
    left: 23px;
    font-family: Lato, sans-serif;
}
#chat-client-msg {
    color: #001349;
    font-size: 14px;
    font-weight: 400;
    left: 48px;
    line-height: 20px;
    padding-right: 25px;
    position: absolute;
    text-align: left;
    top: 328px;
    font-family: Lato, sans-serif;
}
#chat-agent-cursor,
.typed-cursor {
    display: none;
}
#track .our_scerives p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 26px;
    text-align: center;
    font-family: Lato, sans-serif;
    word-spacing: 2px;
}
.our_scerives {
    float: right;
    width: 45%;
    margin-bottom: 46px;
}
.our_scerives .main-hd01 {
    font-size: 30px;
}
.our_faq {
    float: left;
    width: 45%;
}
.our_faq .main-hd01 {
    font-size: 30px;
    margin-top: 46px;
    margin-bottom: 46px;
}
.our_scerives .item > img {
    border: 2px solid #fff;
    border-radius: 50%;
    max-width: 130px;
}
.our_faq p,
.our_faq ul li i:after,
.our_faq ul li i:before,
.transition {
    transition: all 0.25s ease-in-out;
}
.flipIn,
.our_faq h1,
.our_faq ul li {
    animation: flipdown 0.5s ease both;
}
.no-select,
.our_faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container .our_faq h3 {
    font-size: 14px;
    line-height: 39px;
    letter-spacing: 1px;
    display: block;
    background-color: #fff;
    margin: 0;
    cursor: pointer;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    padding-left: 10px;
    padding-bottom: 0;
    position: relative;
    border-bottom: 1px dotted #dce7eb;
    text-transform: capitalize;
}
#track .our_faq p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0;
    text-align: center;
    font-family: Lato, sans-serif;
    word-spacing: 2px;
    text-align: justify;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.01) 100%);
    margin-top: 0;
    padding: 12px;
}
#track .our_faq .ui-accordion-content {
    padding: 0;
}
.video_section {
    width: 100%;
    padding: 0 0;
    float: left;
    background: url(../images/map.png) no-repeat right center #0da1af;
    background-size: contain;
    padding: 70px 0 66px 0;
}
.gry-border-vertical::after {
    border-left: 1px dashed #ccc;
}
.video_section::before {
    background-color: rgba(60, 120, 221, 0.7);
}
.gry-border-vertical::after {
    content: "";
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
}
body .heading h1,
body .heading h3,
body .heading h4 {
    font-size: 33px;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.main-color {
    color: #fff;
}
.heading p {
    margin-bottom: 15px !important;
}
.heading p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    text-align: justify;
    font-family: Lato, sans-serif;
    font-weight: 400;
}
.heading.style3::before {
    border-top: medium double #555;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.st-inner .col-md-6 {
    width: 50%;
    float: left;
}
.btn:not(.outlined):not(.rect-angles):not(.btn-default) {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn-lg {
    font-size: 14px;
    padding: 15px 20px;
}
.st-inner .btn {
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    border: medium none;
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    min-height: 28px;
    max-width: 160px;
    min-width: 160px;
    float: left;
    margin-top: 36px;
}
.heading.style3::before {
    border-top: medium double #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}
.t-justify {
    color: #fff;
    text-align: justify;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.st-inner {
    position: relative;
}
.heading.style3 {
    display: table;
}
.heading {
    margin-bottom: 18px;
    padding-bottom: 0;
    position: relative;
}
.arrow {
    background: rgba(0, 0, 0, 0) url(../images/arrow1.png) no-repeat scroll 0 0 / contain;
    height: 75px;
    left: 260px;
    position: absolute;
    right: 0;
    top: 204px;
    width: 75px;
    z-index: 9;
}
.arrow:hover {
    background: rgba(0, 0, 0, 0) url(../images/arrow2.png) no-repeat scroll 0 0 / contain;
}
.st-inner {
    position: relative;
}
body.home .main-menu-wrap {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    left: 0;
}
body.home .main-menu-wrap.sticky_con {
    left: 41%;
}
.video_section_left {
    width: 50%;
    float: left;
    text-align: center;
}
.video_section_right {
    width: 45%;
    float: right;
}
.video_section_left_img {
    max-width: 100%;
    max-height: 470px;
}
.latest_news {
    padding-bottom: 55px;
}
.latest_news .news_box img {
    max-height: 200px;
    min-height: 200px;
    transition: all 0.3s linear 0s, all 1s ease 0s;
}
.portfolio-item {
    margin-left: 15px;
    margin-right: 15px;
    width: 30%;
}
.portfolio-item figure {
    margin: 0;
}
.latest_news .news_box a {
    display: inline-block;
    overflow: hidden;
    float: left;
    width: 100%;
}
.latest_news .news_box:hover img {
    transform: scale(1.2, 1.2);
}
.latest_news .news_title {
    min-height: 73px;
    width: 90%;
    background: #f8f8f8;
    border-bottom: 4px solid #0090d0;
    transition: background-color 0.5s ease;
    padding: 0 15px;
    color: #000;
    float: left;
}
.latest_news .news_title h3 {
    text-align: center;
    padding: 18px 0 0 0;
    margin: 0;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.latest_news .news_title h3 a {
    color: #000;
    text-decoration: none;
    height: 43px;
    overflow: hidden;
}
.latest_news .news_box:hover .news_title {
    background: #0090d0;
    color: #fff;
}
.latest_news .news_box:hover .news_title h3 a {
    color: #fff;
}
.latest_news .clear {
    clear: both;
}
.case_studies_left {
    float: left;
    width: 70%;
}
.sidebar_case {
    float: right;
    width: 25%;
}
.case_studies_img {
    width: 100%;
}
body.single-post .heading_wrap {
    display: none;
}
.container .sidebar_case h3,
.single-case-studies .case_studies_left h3 {
    clear: both;
    color: #29abe1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0;
}
.container .sidebar_case h3 {
    padding-top: 0;
}
.case_studies_left .case_studies_boxes {
    float: left;
    margin-bottom: 16px;
    margin-right: 24px;
    width: 31%;
}
.container .case_studies_heading {
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.case_studies_boxes p,
.case_studies_left p,
.sidebar_case p {
    font-size: 14px;
    text-align: justify;
}
.case_studies_left .case_studies_boxes_nom {
    margin-right: 0;
    float: right;
}
.project-team img {
    border-radius: 30px;
    float: left;
    height: 60px;
    margin-right: 14px;
    width: 60px;
}
.project-team p {
    color: #999;
    padding: 10px;
    font-size: 13px;
    letter-spacing: 0.005em;
    line-height: 20px;
    margin-bottom: 20px;
}
.project-team span.name {
    color: #333;
    font-size: 14px;
}
.skills ul.custom {
    margin-left: 0;
}
.skills ul.custom li {
    letter-spacing: 0.005em;
    line-height: 18px;
    margin-bottom: 9px;
    clear: both;
    font-size: 14px;
    list-style: outside none none;
}
.project-team {
    margin-top: 0;
}
.skills ul.custom li > i.fa {
    margin-right: 8px;
}
.case_studies_left .case_studies_boxes_full {
    width: 100%;
}
.fa.fa-check {
    background-image: url(../images/black-arrow-open.png);
    background-position: left 6px;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 5px;
}
.other_case_studies ul {
    margin: 0;
    padding: 0;
}
.other_case_studies ul li {
    background: 0 0;
    list-style-type: none;
}
.other_case_studies ul li a {
    border-bottom: 1px solid #ccc;
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.other_case_studies ul li.current-menu-item a {
    font-weight: 700;
    color: #29abe1;
}
.project-team,
.sidebar_case .skills {
    margin-bottom: 36px;
}
@keyframes MoveUpDown {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 0;
    }
}
.defaultbtn,
.slide2 a.defaultbtn.bannblubtn {
    background: #21bffe;
    background: -moz-linear-gradient(top, #21bffe 0, #19b3f0 100%);
    background: -webkit-linear-gradient(top, #21bffe 0, #19b3f0 100%);
    background: linear-gradient(to bottom, #21bffe 0, #19b3f0 100%);
    border-radius: 80px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 36px;
    float: left;
    clear: both;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
}
.defaultbtn:hover {
    background: #21bffe;
}
.defaultbtn.howitwrksbtn {
    text-decoration: none;
    border: none;
    width: 200px;
    text-align: center;
    display: block;
    float: none;
    margin: 0 auto 10px;
    padding: 8px 0;
    font-family: Lato, sans-serif;
    font-size: 20px;
    border-radius: 0;
}
.entry-content .entry-post-title h2 a {
    font-weight: 400;
}
#header .container,
.header_over_lay .container {
    width: 100%;
    max-width: 1170px;
}
.homemenu .sf-arrows .sf-with-ul::after {
    content: "" !important;
}
#services .subpage-thumbnail img {
    position: relative;
    top: -20px;
    right: -20px;
}
.load_itums li span {
    display: block;
    color: #fff;
    line-height: 18px;
}
.marketing_wrap ul.load_itums li {
    line-height: 18px;
}
.live_chat_wrap .chat_itums ul.chats li {
    line-height: 20px;
}
.Email_banner .banner_center p,
.call_out_wrap .items p,
.disaster_wrap .shor_turms p,
.disaster_wrap ul.disaster_items li .text_box p,
.live_chat_wrap .chat_itums ul.chats li,
.post-meta-category a,
.section-box h1,
.section-box p,
.section-box p.italic,
.talk_items .text_box .text_div h3,
.talk_items .text_box .text_div p,
.text-info-right p {
    font-family: Lato, sans-serif;
}
.call_out_wrap .items h3,
.talk_items .text_box .text_div h3 {
    line-height: 20px;
}
.state_work .left_colmn h2 {
    line-height: 36px;
    margin-bottom: 18px;
    font-size: 16px;
}
#repair-section h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 18px;
}
body.single-post .entry-content h2 {
    line-height: 34px;
    font-weight: 400;
}
#respond h3,
ol.commentlist li .reply {
    font-weight: 400;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-weight: 400;
}
.how_talkagent_can_help {
    background-color: #75cbf3;
    background-image: url(../images/pattern_reverse.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px 40px 30px;
}
.fusion-layout-column.fusion-column-last {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-top: 0;
}
.fusion-layout-column.fusion-one-full {
    clear: both;
    float: none;
}
.help-items-block {
    display: table;
    margin: 0 auto;
}
.help-items {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.title-heading-center {
    font-family: Lato, sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 3px !important;
    color: #fff;
}
.title-heading-center strong {
    font-weight: 700;
    color: #1887a6;
}
.help-iwantto {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2;
    font-family: Lato, sans-serif;
    float: left;
    font-size: 22px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    margin-right: 20px;
}
.help-dropdown {
    font-family: Lato, sans-serif;
    width: 550px;
    height: 46px;
    font-size: 21px;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #3790af;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    margin-right: 20px;
    background-image: url(../images/caret-down.svg);
    background-size: 16px;
    background-position: 530px 13px;
    background-repeat: no-repeat;
    padding-bottom: 2px;
    letter-spacing: 0.2px;
}
.help-dropdown option {
    font-size: 22px !important;
}
.help-dropdown:focus option {
    background-color: #3790af;
}
.no_focus {
    transition: all 0.2s ease 0s;
}
.help-submit {
    background-color: #1887a6;
    border-color: #1887a6;
    border-style: solid;
    border-width: 2px;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px 8px;
    cursor: pointer;
}
.santa_imge {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.call-center-services h1 {
    padding-top: 150px;
    font-size: 50px;
}
.call-center-include-paragraph p {
    padding-top: 10px;
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 25px;
}
.make-us-standard h3 {
    padding-bottom: 0;
    padding-top: 20px;
}
.make-us-standard p {
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #626262;
}
.call-center-srvs p {
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
    color: #626262;
}
.call-center-features li {
    font-weight: 700;
}
.upw-posts .entry-title {
    line-height: 17px;
    color: #363636;
}
.upw-posts article {
    margin-bottom: 0.5em !important;
    padding-bottom: 0.5em !important;
}
.new_article_list li {
    background: url(../images/arrow_list01.png) no-repeat;
    padding-left: 16px;
    font-size: 17px;
    background-position: left -11px;
    line-height: normal;
    margin-bottom: 6px;
    color: #111;
    font-family: Lato, sans-serif;
}
.new_article_list li:hover {
    color: #29abe1;
    background-position: left 6px;
}
#travel-section .section-box p {
    color: #fff;
}
#travel-section .section-box h1 {
    color: #fff;
}
.avail-one-month h1 {
    font-size: 42px;
}
.avail-one-month h3 {
    padding-bottom: 5px;
}
.avail-one-month ul {
    padding-left: 6px;
    padding-bottom: 15px;
}
.hire-live-chat-support h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
}
.hire-live-chat-support ul {
    padding-bottom: 20px;
}
.hire-representative {
    font-size: 16px;
}
.hire-representative ul {
    margin-bottom: 40px;
    margin-top: 20px;
}
.outsource-work-paragh {
    margin-top: 12px;
    margin-bottom: 20px;
}
.outsource-work ul {
    margin-bottom: 30px;
}
.hire-staff-for-data-entry-paragh {
    margin-top: 12px;
    margin-bottom: 20px;
}
.hire-staff-for-data-entry {
    margin-bottom: 30px;
}
.help_wrap .head_div p {
    font-size: 15px;
}
.heading_wrap h1 {
    font-size: 46px;
}
.Email_banner,
.banner_for_mob,
.bpo_banner,
.call_out_banenr,
.click_to_talk_banner,
.cover_banner,
.disaster_banner,
.help_desk_banner,
.live_chat_banner,
.ms_services_banner,
.telemarketing_banner {
    background-size: cover;
}
.ms_services_banner .banner_text p {
    color: #fff;
    font-size: 16px;
}
.ms_services_wrap ul.services li .text_div p {
    line-height: 20px;
}
.basic-bg h3 {
    background-color: #16a086;
}
.shared-bg h3 {
    background-color: #3598db;
}
.dedicated-bg h3 {
    background-color: #97285b;
}
.price_plans .plan.basic-bg ul li:hover {
    background-color: #16a086;
}
.price_plans .plan.shared-bg ul li:hover {
    background-color: #3598db;
}
.price_plans .plan.dedicated-bg ul li:hover {
    background-color: #97285b;
}
.price_plans .plan.basic-bg .features li:last-child a {
    background-color: #16a086;
    border: 1px solid #16a086;
    color: #fff;
}
.price_plans .plan.shared-bg .features li:last-child a {
    background-color: #3598db;
    border: 1px solid #3598db;
    color: #fff;
}
.price_plans .plan.dedicated-bg .features li:last-child a {
    background-color: #97285b;
    border: 1px solid #97285b;
    color: #fff;
}
.mobile_logo {
    display: none;
}
.contact_left .wpcf7-form .wpcf7-not-valid-tip{
    display: none;
}
.contact_left .wpcf7-form .wpcf7-not-valid{ 
    border: 1px solid #900 !important;
    background: lightyellow;
}
.contact_left div.wpcf7-validation-errors, 
.contact_left div.wpcf7-acceptance-missing {
    color: #900;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.form-horizontal{
    margin-top: 30px;
    border-bottom: 3px solid #0da1af;
    box-shadow: rgba(33,33,33,.06) 0 4px 24px 5px;
    border-radius: 8px 8px;
    padding:20px 20px 24px 20px;
    text-align: left;
    background: rgba(0,0,0,.83);  
}

.form-horizontal input[type="text"],
.form-horizontal input[type="email"],
.form-horizontal input[type="tel"], 
.form-horizontal select,
.form-horizontal  textarea
{
    width: 98% !important;
    height: 20px !important;
    margin-top: 4px !important;
    margin-bottom: 15px !important;
    color: #fff !important;
    border: 1px solid #fffdfd42 !important;
    background-color: transparent !important;
    font-size: 14px !important;
    border-radius: 5px 5px 5px 5px !important;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #fffdfd42 !important;
}
.select2-container--default .select2-selection--multiple {
	background:transparent!important;
	}
.select2-container{
	margin-bottom:10px!important;
}
body .form-horizontal select
{
     width: 100% !important;
     height: 30px !important;
}
body .form-horizontal  textarea
{
    height: 60px !important;
}
.banner_text_form{
    max-width: 100%;
}
.banner_text_txt{
    float: left;
    margin-top: 188px;
}
.form-horizontal{
    max-width: 420px; 
    right: 0;
     top: 88px;
    position: absolute;
}
.banner_text_txt h3{
  
    font-size: 48px;
    padding-bottom: 0;
}
.banner_text_txt p{ 
    color: #fff;
    padding-top: 0px!important;
    margin-bottom: 26px;
    font-size: 24px;  
    line-height: 16px!important;
}
.form-horizontal label{
    display: none;
}
.form-horizontal input[type="submit"]{
background: #0da1af94;
border: none;
color: #fff;
letter-spacing: 1px;
cursor: pointer;
display: inline-block;
font-size: 16px;
font-weight: 700;
width: 100%;
max-width: 535px;
padding: 12px 0;
text-transform: uppercase;
-webkit-border-radius: 2px 2x;
-moz-border-radius: 2px 2px;
border-radius: 2px 2px;
transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
}
.banner_container{
    max-width: 1170px;
    width: 100%;
    position: relative;
}
.form-horizontal .wpcf7-form .wpcf7-not-valid-tip{
    display: none;
}
.form-horizontal .wpcf7-form .wpcf7-not-valid{ 
    border: 1px solid #900 !important;
    background: #ffffe075 !important;
}
.form-horizontal div.wpcf7-validation-errors, .form-horizontal div.wpcf7-acceptance-missing {
    color: #900;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: none!important;
}
.form-horizontal .ajax-loader{
    position: absolute;
}
.form-horizontal .wpcf7-form-control-wrap{
    margin-top: 0px;
}

.form-horizontal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.form-horizontal :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.form-horizontal ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
 

body .live_chat_banner .banner_text_form{
    margin-top: 10px;

}
#simplenewsletter-widget{
    position: relative;
    padding-bottom: 2em !important;
    
}
#submit_simplenewsletter .error{
    font-size: 14px;
    color: #d70808;
    display: block; 
} 

.live_chat_banner .banner_text h3{
    font-size: 48px;
    padding-bottom: 0;
    margin-top: 29px;
}
.live_chat_banner .banner_text p{
    font-size: 24px;  
    line-height: 30px !important; 
}
.click_to_talk_banner .form-horizontal{
    top: 0;
}
.call_out_banenr .form-horizontal{

    right: -80px;
    top: 10px;
}
.bpo_banner .form-horizontal{
    right: 0;
    top: 0;
}
.cover_banner .form-horizontal{
    top: 0;
}
.telemarketing_banner .form-horizontal
{
    top: 20px;
    right: -30px;
}
.ms_services_banner .form-horizontal{
    top: 30px;
    right: -30px;
}
.Email_banner .banner_center,
.disaster_banner .banner_center
{
    float: left;
    max-width: 680px;
}
.Email_banner .container,
.disaster_banner  .container
{
    max-width: 1170px;
}
.Email_banner .form-horizontal{
    right: 0;
}
.disaster_banner .form-horizontal{
    top: 10px;
}
body .form-horizontal select option{
    color: #000;
}
@media only screen and (min-width: 1400px) {
    .home .banner_full .container .banner_inner {
        padding-top: 274px;
    }
}
@media only screen and (min-width: 1025px) {
    .home .mian_wrap {
        top: -145px;
        position: relative;
        z-index: 99;
    }
    .home #track {
        margin-bottom: -145px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .video_section_left .st-inner .arrow {
        top: 182px;
        left: 214px;
    }
    .banner_full .container .banner_inner {
        text-align: center;
        padding-top: 70px;
    }
    .banner_full .container .banner_inner h4 {
        font-size: 13px;
        margin-top: 10px;
    }
    .featuered_work {
        margin-top: 14px;
    }
    #track .our_scerives p {
        text-align: justify;
    }
    .footer_info1_right h4 {
        margin-right: 5px;
    }
    .footer_info1_left {
        margin-left: 15px;
    }
    .footer_info1_right {
        margin-right: 15px;
    }
    .copy_rights .left {
        margin-left: 14px;
    }
    .copy_rights .right {
        margin-right: 14px;
    }
    .video_section_left .st-inner .arrow {
        top: 88px;
        left: 0;
    }
    #header.home {
        display: none !important;
    }
    .chat_full_container ul li {
        margin-bottom: 10px;
    }
    .help-items {
        display: block;
    }
    .help-submit {
        margin-top: 15px;
        float: left;
    }
    .help-dropdown {
        margin-right: 0;
    }
}
@media only screen and (max-width: 768px) {
    #header .logo {
        top: -33px;
    }
    #header.home .logo.sticky {
        top: 0;
    }
    .featured_img img {
        max-width: 94%;
        min-width: 94%;
        width: 94%;
    }
    .services_full .full_img {
        height: 290px;
    }
    .tk_left {
        width: 44%;
    }
    .tk_center {
        width: 7%;
    }
    .tk_right {
        margin-right: 14px;
    }
    .video_section_right {
        margin-right: 16px;
        width: 60%;
    }
    .video_section_left {
        position: relative;
        text-align: center;
        width: 34%;
    }
    .arrow {
        height: 45px;
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 88px;
        width: 45px;
    }
    .box-for-chat li {
        margin-left: 0;
        margin-right: 0;
        width: 212px;
    }
    .pic {
        width: 315px;
        background-size: 100% 100%;
        margin: 0 auto;
        float: none;
    }
    #chat-agent-name {
        left: 20px;
    }
    #chat-client-name {
        font-size: 13px;
        left: 20px;
        padding-left: 0;
        padding-right: 5px;
    }
    #chat-client-msg {
        font-size: 13px;
    }
    #chat-agent-msg {
        font-size: 16px;
        left: 20px;
    }
    .our_faq {
        margin-left: 20px;
    }
    .our_scerives {
        margin-right: 15px;
    }
    .livechat_suppot h2 {
        font-size: 19px;
    }
    .livechat_suppot_left {
        margin-left: 15px;
        padding-bottom: 0;
    }
    .livechat_suppot_right {
        margin-right: 15px;
        padding-top: 0;
    }
    .main-hd01 {
        font-size: 36px;
    }
    .our_faq .main-hd01 {
        font-size: 20px;
        margin-top: 20px !important;
    }
    .case_studies_left .case_studies_boxes {
        width: 92%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
}
@media only screen and (max-width: 767px) {
    .call_out_banenr .form-horizontal{
        right: 0;
        top: 10px;
    }
    .Email_banner .form-horizontal{
        top: 10px;
    }
    .bpo_banner .form-horizontal{
        top: 10px;
    }
    .telemarketing_banner .form-horizontal{
        right: 0;
        margin-bottom: 30px;
    } 
    .ms_services_banner .form-horizontal{
        right: 0;
        top: 10px;
    }
    .ms_services_banner{
        height: auto;
    }
    .cover_banner .form-horizontal{
        top: 30px;
    }
    .cover_banner{
        min-height: 500px;
    }
    .live_chat_banner .banner_text h3{
        margin-top: 0px;
    }
    .live_chat_banner .banner_text p {
        font-size: 21px;
        padding-bottom: 10px;
        padding-top: 0;
    }
    .click_to_talk_banner .form-horizontal {
        top: 10px;
    }
    .form-horizontal {
        max-width: 420px;
        right: 0;
        top: inherit;
        position: inherit;
        clear: both;
    }
    .banner_text_txt p{
        font-size: 18px;
    }
    .banner_text_form .form-horizontal{
        margin-top: 10px;
    }
    body .mobile_logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 88%;
        text-align: left;
        display: block;
        text-align: center;
    }
    .mobile_logo img {
        max-width: 210px;
        padding: 4px;
        margin-top: 7px;
    }
    .mean-container a.meanmenu-reveal {
        top: 16px;
    }
    body #header.home {
        display: none !important;
    }
    .project_box1 {
        float: none;
        max-width: 320px;
        margin: 0 auto 20px !important;
    }
    .header_over_lay {
        height: auto;
        text-align: center;
        display: block !important;
    }
    .services_full .full_img {
        max-height: 101px;
    }
    .services_full .featured_img {
        max-width: 90%;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .services_full .services_content {
        float: none;
        margin: 0 auto;
        max-width: 90%;
        text-align: center;
    }
    .featured_img img {
        max-width: 70%;
        min-width: 70%;
        width: 70%;
    }
    .services_full .services_content h3 {
        margin: 20px auto;
        max-width: 100%;
    }
    .chat_full_container ul li {
        display: inline-block;
        margin: 36px 20px 0 0 !important;
        max-width: 50%;
    }
    .chat_full_container ul li h3 {
        margin-top: 15px;
        line-height: 30px;
        font-size: 40px;
    }
    .chat_full_container ul li.last {
        margin-right: 0 !important;
    }
    .boxescontainer {
        padding-top: 20px;
    }
    #footer.footer .logo_footer {
        top: 32px;
    }
    #footer.footer h2 {
        padding: 18px 0 0;
        font-size: 26px;
        margin-bottom: 6px;
        line-height: 36px;
    }
    #footer.footer .ready_tag {
        line-height: 15px;
        font-size: 13px;
    }
    #footer.footer .web_log {
        margin-top: 12px;
    }
    #footer.footer .ready_tag span {
        font-size: 15px;
    }
    .footer_info1_left h4,
    .footer_info1_right h4 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    #footer.footer {
        min-height: auto;
    }
    .footer_social {
        clear: both;
        padding: 22px 0;
        position: relative;
        margin: 0 auto;
    }
    .footer_social {
        padding-bottom: 6px;
        padding-top: 15px;
    }
    .footer_info1_left {
        clear: both;
        float: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .footer_info1_right {
        float: none;
        max-width: 100%;
        text-align: center;
    }
    .footer_info1 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footer_social .fb_link img {
        max-width: 15px;
    }
    .footer_social .tw_link img {
        max-width: 20px;
    }
    .footer_social .ld_link img {
        max-width: 25px;
    }
    .footer_social .gp_link img {
        max-width: 25px;
    }
    .footer_info1_right span br {
        display: none;
    }
    .footer_info1_right span {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        line-height: 16px;
        font-size: 12px;
    }
    .copy_rights .right {
        float: none;
    }
    .copy_rights {
        padding-bottom: 10px;
        padding-left: 30px;
        padding-right: 30px;
    }
    div.facebook .pp_content,
    div.facebook .pp_details,
    div.pp_pic_holder {
        width: 100% !important;
        padding: 6px 0;
    }
    .pp_content_container .pp_left,
    .pp_content_container .pp_right {
        padding-left: 0;
        padding-right: 0;
    }
    div.facebook .pp_details {
        padding: 0;
    }
    .frmleft {
        float: none;
        width: 100%;
    }
    .frmright {
        float: none;
        width: 100%;
    }
    .frmcenter {
        clear: both;
        width: 100%;
    }
    .frmcenter textarea {
        width: 250px;
    }
    .thanks h4 {
        font-size: 6.33333em;
    }
    .price_plans .plans .plan {
        width: 90%;
    }
    .tk_left {
        width: 100%;
        text-align: center;
        max-width: 480px;
        float: none;
        margin: 0 auto;
    }
    .tk_center {
        display: none;
    }
    .tk_right {
        margin: 0 auto;
        width: 100%;
        text-align: center;
        float: none;
    }
    .vd-section {
        position: relative;
    }
    .vd-section .lightbox {
        margin: 0 auto;
        max-width: 490px;
        text-align: center;
    }
    .stps li span.crclstps::after {
        background: 0 0;
    }
    .video_section_left,
    .video_section_right {
        width: 90%;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .gry-border-vertical {
        display: none;
    }
    .video_section_left .st-inner .arrow {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 87px;
    }
    .video_section_right h1.uppercase {
        margin-top: 20px;
        font-size: 28px;
    }
    .video_section_right .t-center .btnleft {
        float: left;
        min-width: 110px;
    }
    .video_section_right .t-center .btnright {
        float: right;
        min-width: 110px;
    }
    .box-for-chat li,
    .box-for-chat li.no-mrgnR {
        float: none;
        margin: 10px auto !important;
        width: 270px;
    }
    .livechat_suppot_left {
        padding-bottom: 0;
    }
    .livechat_suppot_left {
        width: 90%;
        float: none;
        padding-right: 15px;
        padding-top: 30px;
    }
    .livechat_suppot_right {
        width: 100%;
        float: none;
    }
    .livechat_suppot {
        min-height: auto;
        padding-bottom: 30px;
    }
    .pic {
        width: 315px;
        background-size: 100% 100%;
        margin: 0 auto;
        float: none;
    }
    #chat-agent-name {
        left: 20px;
    }
    #chat-client-name {
        font-size: 13px;
        left: 20px;
        padding-left: 0;
        padding-right: 5px;
    }
    #chat-client-msg {
        font-size: 13px;
    }
    #chat-agent-msg {
        font-size: 16px;
        left: 20px;
    }
    .our_faq,
    .our_scerives {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .in-content {
        padding-top: 30px 0;
        padding-top: 0;
    }
    .projects_full .in-content {
        padding-bottom: 0;
    }
    .video_section {
        margin-bottom: 36px;
    }
    .main-hd01,
    .our_scerives .main-hd01 {
        font-size: 22px;
    }
    .our_faq .main-hd01 {
        font-size: 18px;
        margin-top: 0 !important;
    }
    #track,
    .banner_full {
        overflow: hidden;
    }
    .banner_full {
        min-height: 360px;
    }
    .portfolio-item {
        width: 92%;
    }
    body.post-type-archive-case-studies .about_banner h1,
    body.single-case-studies .heading_wrap h1 {
        font-size: 50px;
    }
    body.post-type-archive-case-studies .heading_wrap {
        min-height: 290px !important;
        margin-top: 46px;
    }
    .case_studies_left {
        width: 92%;
        margin-left: 15px;
        margin-right: 15px;
    }
    .case_studies_left .case_studies_boxes {
        width: 92%;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .sidebar_case {
        float: none;
        margin-left: 15px;
        margin-right: 15px;
        width: 92%;
    }
    .container .case_studies_heading {
        margin-left: 15px;
        margin-right: 15px;
    }
    .video_section_left .st-inner .arrow {
        top: 116px;
    }
    .large_logo {
        max-width: 62%;
        position: relative;
        right: 53px;
        top: 0;
        display: none;
    }
    .featuered_work {
        display: inline-block;
        font-size: 15px;
        padding: 5px 9px;
        position: absolute;
        bottom: -50px;
        right: 0;
        left: 0;
        margin: 0 auto;
        max-width: 114px;
    }
    .help-items-block {
        display: block;
    }
    .help-items-block {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .banner_full .container .banner_inner h4 {
        font-size: 11px;
        margin-top: 110px;
    }
    .title-heading-center {
        font-size: 20px;
    }
    #bannerscollection_zoominout_opportune {
        min-height: 56px;
    }
    .title-heading-center {
        font-size: 20px;
        padding-bottom: 3px !important;
        padding-top: 50px;
    }
    .help-items {
        display: block;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    .help-dropdown {
        width: 100%;
        font-size: 14px;
    }
    .help-submit {
        padding: 3px 15px 2px;
        float: left;
        margin-top: 5px;
    }
    .home .mian_wrap {
        margin-top: 55px !important;
    }
    .santa_imge {
        display: none;
    }
    .title-heading-center {
        padding-top: 10px;
        text-align: left;
    }
    .banner_inner {
        padding-top: 115px;
    }
    #header .logo {
        position: absolute;
        display: none !important;
    }
    .mean-container .mean-bar {
        min-height: 60px;
        position: fixed;
        top: 31px;
    }
    .mean-container .mean-nav {
        margin-top: 52px;
    }
    .main_banner {
        margin-top: 54px;
    }
    .Email_banner .banner_center {
        padding-top: 20px;
    }
    .banner_center h1 {
        font-size: 35px;
    }
    .banner_center p {
        font-size: 15px;
    }
    .email_sprt_wrap .left_box h2 {
        padding-left: 60px;
        padding-bottom: 0;
    }
    .mob_email .alignnone {
        text-align: center;
        height: 221px;
        width: 70%;
        margin-top: 25px;
    }
    .email_sprt_wrap {
        width: 90%;
    }
    .email_sprt_wrap .emal_items ul li .text_box h4 {
        padding-left: 181px;
        line-height: 25px;
    }
    .email_sprt_wrap .emal_items ul li .text_box p {
        padding-left: 182px;
    }
    .call_out_banenr {
        background-size: cover;
    }
    .call_out_banenr .banner_text h1 {
        font-size: 18px !important;
    }
    .call_out_banenr .banner_text p {
        color: gray;
    }
    .call_out_banenr .banner_text h2 {
        color: gray;
    }
    .flot_l .alignnone {
        margin-top: 0;
    }
    .click_to_talk_banner {
        background-size: contain;
    }
    .click_to_talk_banner .banner_text h1 {
        margin: 80px 0 0;
    }
    .banner_text {
        padding-left: 10px;
        margin-top: 40px !important;
    }
    .banner_text h1 {
        font-size: 35px !important;
    }
    .work_wrap h2 {
        font-size: 25px !important;
    }
    .help_desk_banner {
        background-size: contain;
    }
    .click_to_talk_banner .banner_text {
        text-align: none;
    }
    .banner_center h1 {
        font-size: 28px;
    }
    .banner_center p {
        padding-top: 5px;
        font-size: 16px !important;
    }
    .disaster_wrap .disaster_items .text_box p {
        font-size: 16px !important;
    }
    .disaster_wrap .shor_turms h4 {
        font-size: 35px;
    }
    .disaster_wrap .shor_turms p {
        font-size: 14px;
        padding: 15px 0;
        text-align: justify;
        width: 100%;
        padding-left: 8px;
    }
    .heading_wrap {
        padding: 9px !important;
    }
    .heading_wrap h1 {
        font-size: 35px;
    }
    .about_banner h1 {
        padding: 0;
    }
    .about_banner {
        min-height: 300px;
        margin-top: 48px;
    }
    .about_banner p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        padding-right: 15px;
        padding-left: 0;
    }
    body.post-type-archive-case-studies .about_banner h1,
    body.single-case-studies .heading_wrap h1 {
        font-size: 40px;
        padding-top: 20px;
    }
    .wpcf7-form .wpcf7-form-control-wrap {
        max-width: 93%;
        margin-left: 5px;
    }
    .wpcf7-form input[type="submit"] {
        margin-left: 6px;
    }
    .container-section {
        min-height: 90%;
    }
    .section-box p {
        font-size: 15px;
    }
    .section-box p.italic {
        font-size: 16px;
    }
    .banner_text p {
        margin-right: 10px;
    }
    .help_desk_wrap .banner_text {
        padding: 20px 0;
        width: 100%;
    }
    .help_desk_wrap .banner_text {
        margin-top: 118px !important;
    }
    .help_desk_wrap .help_desk_banner .banner_text h1 {
        font-size: 28px;
    }
    .ms_services_banner .banner_text p {
        max-width: 56%;
    }
    .marketing_wrap ul.load_itums li.flot_r {
        min-height: 250px;
    }
    .for_mobile {
        height: inherit;
    }
    .Email_banner {
        min-height: 0;
    }
    .ms_services_wrap ul.services li span.img {
        width: 100%;
        max-width: 100%;
    }
    .ms_services_banner .banner_text p {
        color: #fff;
    }
    element {
        font-size: 35px;
    }
    .ms_services_wrap .head_text h2 {
        line-height: 38px;
    }
    .ms_services_wrap ul.services li.opposit span.img {
        float: none !important;
    }
    .disaster_wrap ul.disaster_items li span.icons {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .banner_for_mob {
        background-position: -540px top;
    }
    .marketing_wrap .head_text h2 {
        font-size: 20px;
    }
    #about .product_detail h3 {
        line-height: 30px;
    }
    #about .product_detail p {
        padding: 0;
    }
    .click_to_talk_banner .banner_text h2 {
        font-size: 22px;
        line-height: 28px;
        margin: 0 0 7px;
    }
    .call_out_wrap .head_text h2 {
        font-size: 18px !important;
    }
    .talk_items .text_box .text_div h3 {
        font-size: 16px;
    }
    .disaster_wrap .shor_turms h4 {
        text-align: left;
    }
    .disaster_wrap .shor_turms p {
        padding-left: 0;
    }
    .helpdesk-heading {
        line-height: 35px !important;
    }
    .help_wrap .head_div h2 {
        font-size: 22px;
    }
    .help_wrap .help_itums ul.itums li h4 {
        font-size: 19px;
    }
    .help_wrap .head_div p.p1 {
        font-size: 18px;
    }
    .marketing_wrap .head_text h4 {
        font-size: 20px;
    }
    .heading_wrap {
        overflow: hidden;
        margin-top: 48px;
    }
    .mian_wrap {
        overflow: hidden;
        margin-top: 48px;
    }
    div.wpcf7-validation-errors {
        border: 2px solid Red;
    }
    .blog_right {
        width: 100%;
    }
    .blog_left {
        width: 100%;
    }
    .simplenewsleter-field-submit {
        margin-top: 18px !important;
    }
    .error {
        padding-top: 5px;
        float: left;
    }
    .widget-title p {
        font-size: 14px;
        font-weight: 700;
    }
    #it-sectrion .section-box p.italic {
        line-height: 18px;
    }
    #it-sectrion .section-box p {
        font-size: 14.5px;
    }
    #repair-section .section-box h1 {
        font-size: 25px;
    }
    #construction .section-box h1 {
        font-size: 35px;
    }
    #financial .section-box p.italic {
        line-height: 20px;
    }
    #financial .section-box p {
        font-size: 15px;
    }
    .container .case_studies_heading {
        font-size: 28px;
    }
    .avail-one-month h1 {
        font-size: 30px;
    }
    .avail-one-month p {
        text-align: justify;
    }
    .avail-one-month h3 {
        font-size: 24px;
        line-height: 28px;
        margin-top: 14px;
        padding-bottom: 10px;
    }
    .avail-one-month ul {
        padding-left: 6px;
        padding-bottom: 15px;
    }
    .livechat_suppot::before {
        background-color: rgba(60, 120, 221, 0.8);
    }
    .container .our_faq h3 {
        font-size: 11px;
        line-height: 15px;
        padding: 10px 15px;
    }
    .#track .main-hd01 {
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    #track .owl-controls .owl-prev {
        left: -10px;
    }
    #track .owl-controls .owl-next {
        right: -10px;
    }
    .projects_full {
        overflow: hidden;
    }
    .boxescontainer {
        overflow: hidden;
    }
    .livechat_suppot h2 {
        font-size: 18px;
        line-height: 20px;
    }
    div.pp_overlay {
        z-index: 999999;
    }
    div.pp_pic_holder {
        z-index: 9999999;
    }
    .boxescontainer .owl-pagination,
    .projects_full .owl-pagination {
        text-align: center;
    }
    .boxescontainer .owl-controls .owl-page,
    .projects_full .owl-controls .owl-page {
        cursor: pointer;
        background: #818b92;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-left: 3px;
        border-radius: 50px;
    }
    .projects_full .owl-controls {
        margin-top: 15px;
    }
    .boxescontainer .owl-controls .owl-page.active,
    .projects_full .owl-controls .owl-page.active {
        background: #21bffe;
    }
    .boxescontainer .owl-controls .owl-prev,
    .projects_full .owl-controls .owl-prev {
        left: 0;
        background: url(../images/left_arrow.png) no-repeat 12px;
    }
    .boxescontainer .owl-controls .owl-buttons div,
    .projects_full .owl-controls .owl-buttons div {
        position: absolute;
        top: 40%;
        display: inline-block;
        margin: 0 0 0 1px;
        width: 40px;
        height: 32px;
        padding: 0;
        color: #272727;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        border-radius: 0;
        border-radius: 0;
        font-size: 0;
    }
    .boxescontainer .owl-controls .owl-next,
    .projects_full .owl-controls .owl-next {
        right: 0;
        background: url(../images/left_arrow.png) no-repeat -46px;
    }
    .boxescontainer .owl-controls .owl-buttons div,
    .projects_full .owl-controls .owl-buttons div {
        position: absolute;
        top: 40%;
        display: inline-block;
        margin: 0 0 0 1px;
        width: 40px;
        height: 32px;
        padding: 0;
        color: #272727;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
        border-radius: 0;
        border-radius: 0;
        font-size: 0;
    }
    body .contact_page {
        padding-top: 28px;
    }
    .click_to_talk_banner {
        margin-top: 48px;
        padding-top: 29px;
    }
    .mian_wrap .Email_banner,
    .mian_wrap .banner_for_mob,
    .mian_wrap .bpo_banner,
    .mian_wrap .call_out_banenr,
    .mian_wrap .click_to_talk_banner,
    .mian_wrap .cover_banner,
    .mian_wrap .disaster_banner,
    .mian_wrap .help_desk_banner,
    .mian_wrap .live_chat_banner,
    .mian_wrap .ms_services_banner,
    .mian_wrap .telemarketing_banner {
        margin-top: 48px;
    }
    body .live_chat_banner .banner_text_form{
        padding-bottom: 20px;
      
    } 
    .click_to_talk_banner .banner_text h1 {
        margin: 30px 0 0;
    }
    .header_over_lay .livecaht_contact p img{
        margin-left: 6px;
    }
 .banner_text_form {
        max-width: 320px;
    }   
}
@media only screen and (max-width: 680px) {
    .header_over_lay .social_icon {
        display: inline-block;
        float: none;
        margin: 2px 0 0;
        position: relative;
        right: 0;
    }
    .header_over_lay .livecaht_contact {
        display: inline-block;
        float: none;
        left: 0;
        position: relative;
        margin: 0 0 0;
        padding-bottom: 5px;
    }
    .header_over_lay .livecaht_contact p {
        margin-right: 4px;
    }
    .banner_full .container .banner_inner {
        padding-top: 125px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .video_section_left .st-inner .arrow {
        top: 182px;
        left: 214px;
    }
}
@media screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
    .video_section_left .st-inner .arrow {
        top: 210px;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .video_section_left .st-inner .arrow {
        top: 158px;
    }
}
@media only screen and (max-width: 360px) {
    .video_section_left .st-inner .arrow {
        top: 111px;
    }
}
@media only screen and (max-width: 320px) {
    .video_section_left .st-inner .arrow {
        top: 96px;
    }
}