@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Raleway:wght@400;700&display=swap');
@import url('../fonts/style.css');
@import url('../font1/style.css');
@import url('../font-segoe/style.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@700&display=swap');

html {
  font-size: 10px !important;
}

@media (max-width: 768px) {
  html {
    font-size: 9px !important;
  }
}

html,
body,
ul,
ol {
  margin: 0px;s
  padding: 0px;
  border: 0px;
  color: #333333;
  font-family: 'Raleway', sans-serif;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

textarea {
  resize: none;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-family: 'Oswald', sans-serif;
}

a:hover, a:focus {
  text-decoration: none;
}

a:focus {
  outline: dotted 2pX #333333;
}

.btn-primary:focus,
.btn-default:focus,
.btn-submit:focus {
  outline: dotted 2pX #333333;
}

.c-m-h {
  min-height: calc(100vh - 290px);
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-50 {
/*  margin:50px;*/
  margin-bottom: 50px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-tb-80px {
  margin: 80px 0;
}

.m-t-15 {
  margin-top: 1.5rem;
}

.pad0 {
  padding: 0 !important;
}

.marg0 {
  margin: 0 !important;
}

.padR0 {
  padding-right: 0;
}

.padL0 {
  padding-left: 0;
}

.p-l-50 {
  padding-left: 5rem;
}

.ha {
  height: auto !important;
}

.app-theme {
  color: #FA7E3D;
}

.app-theme:hover, .app-theme:focus {
  color: #FA7E3D;
}

.txt-upper {
  text-transform: uppercase;
}

a.txt-decoration:hover, a.txt-decoration:focus {
  text-decoration: underline;
}

.know-more {
  color: #0078D7;
  font-weight: 600;
  font-size: 1.4rem;
}

.know-more:hover, .know-more:focus {
  color: #0078D7;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb li {
  float: left;
  display: block;
}

.breadcrumb a {
  color: #0078D7;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb li.active a {
  color: #777;
  cursor: default;
}

.breadcrumb li.active a:focus, .breadcrumb li.active a:hover {
  text-decoration: none;
}

.list-style {
  list-style: none;
}

.list-style li {
  list-style: none;
}

.list-style li:before {
  content: "\2022";
  color: #FB6F3E;
  font-weight: bold;
  font-size: 35px;
  display: inline-block;
  width: 0.5em;
  vertical-align: middle;
  line-height: 0;
}

.hero-banner {
  background-size: cover;
  height: 350px;
  position: relative;
  padding: 50px 50px 20px 50px;
}

.contact {
    background-color: #fa7e3e;
    color: white;
    padding: 0.5% 6% 0.5% 6%;
    border-radius: 50px;
    /* font-size: 20px; */
    /* margin-bottom: 5%; */
    font-size: 19px;
    margin-bottom: 5%;
    margin-left: 5%;
}


.navdrop{
  color: white !important;
  background-color: #FA7E3D !important;
  width: 100%;
  padding: 10px !important;s
}

@media (min-width: 481px) and (max-width: 767px) {
    .contact {
        font-size: 13px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .contact {
        font-size: 12px !important;
    }
}

    @media (max-width: 827px) {
        .hero-banner {
            padding: 30px 30px 20px 30px;
        }
    }

    @media (max-width: 625px) {
        .hero-banner {
            padding: 20px 20px 20px 20px;
        }
    }

    .hero-banner::after {
        background-size: cover;
        clear: both;
        display: block;
        content: " ";
        width: 100%;
        height: 350px;
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
    }

    .hero-banner-content {
        position: absolute;
        z-index: 5;
        height: 440px;
        overflow: auto;
    }

        .hero-banner-content h1 {
            color: #ffffff;
            font-size: 5rem;
            margin-top: 0px;
        }

    @media (max-width: 827px) {
        .hero-banner-content h1 {
            font-size: 4rem;
        }
    }

    @media (max-width: 480px) {
        .hero-banner-content h1 {
            font-size: 3rem;
        }
    }

    .hero-banner-content p {
        color: #ffffff;
        font-size: 2rem;
        line-height: 36px;
    }

    @media (max-width: 827px) {
        .hero-banner-content p {
            line-height: 26px;
        }
    }

    @media (max-width: 480px) {
        .hero-banner-content p {
            font-size: 2rem;
            line-height: 24px;
        }
    }

    @media (max-width: 413px) {
        .hero-banner-content p {
            font-size: 1.5rem;
            line-height: 20px;
        }
    }

    .hero-banner.development {
        background: url(../images/consulting-banner.jpg) no-repeat;
    }

        .hero-banner.development::after {
            background: url(../images/consulting-banner-mask.png) no-repeat;
        }

    .navbar,
    .banner,
    .case-study-block,
    footer,
    .windows-block,
    .mig-breadcrumb,
    .technology-banner,
    .managed-services-banner,
    .managed-services,
    .windows10-main,
    .hot-topic-block,
    .migration-each,
    .ourworks,
    .digital-tabs,
    .casestudy-block {
        padding-left: 50px;
        padding-right: 50px;
    }

    @media (max-width: 992px) {
        .navbar,
        .banner,
        .case-study-block,
        footer,
        .windows-block,
        .mig-breadcrumb,
        .technology-banner,
        .managed-services-banner,
        .managed-services,
        .windows10-main,
        .hot-topic-block,
        .migration-each,
        .ourworks,
        .digital-tabs,
        .casestudy-block {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (max-width: 768px) {
        .navbar,
        .banner,
        .case-study-block,
        footer,
        .windows-block,
        .mig-breadcrumb,
        .technology-banner,
        .managed-services-banner,
        .managed-services,
        .windows10-main,
        .hot-topic-block,
        .migration-each,
        .ourworks,
        .digital-tabs,
        .casestudy-block {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .contactus-main,
    .events-main,
    .careers-main,
    .team-profile-main {
        padding: 30px 50px;
    }

    @media (max-width: 768px) {
        .contactus-main,
        .events-main,
        .careers-main,
        .team-profile-main {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    /*Navbar Styles*/
    .navbar {
        background-color: #FA7E3D !important;
        color: #000;
        border-radius: 0px;
        margin-bottom: 0;
        min-height: 100px;
        border-bottom: #FA7E3D solid 1px !important;
    }

    .navbar-brand {
        height: auto;
    }

    .navbar-form {
        padding: 0;
    }

        .navbar-form .form-group {
            padding: 30px 10px;
        }

    @media screen and (min-width: 1322px) and (max-width: 1372px) {
        .navbar-form .form-group {
            padding: 30px 0;
        }
    }

    .navbar-form .form-group input {
        border: 1px solid #fff !important;
        border-width: 0 0 1px 0 !important;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
        background: none;
        border-radius: 0px;
        background: url(../images/search.png) no-repeat right center;
        background-size: contain;
        color: #fff !important;
        padding: 5px 30px 5px 5px;
    }

        .navbar-form .form-group input::-webkit-input-placeholder {
            color: #fff;
        }

        .navbar-form .form-group input:-ms-input-placeholder {
            color: #fff;
        }

        .navbar-form .form-group input::-ms-input-placeholder {
            color: #fff;
        }

        .navbar-form .form-group input::placeholder {
            color: #fff;
        }

    @media screen and (min-width: 1372px) and (max-width: 1402px) {
        .navbar-form .form-group input {
            width: 150px;
        }
    }

    @media screen and (min-width: 1322px) and (max-width: 1371px) {
        .navbar-form .form-group input {
            width: 100px;
        }
    }

    .navbar-default {
        border: none;
    }

        .navbar-default .navbar-collapse {
            padding: 0;
            margin-left: -15px;
        }

        .navbar-default .navbar-header {
            padding-top: 15px;
        }

        .navbar-default .navbar-brand {
            background: url(../images/fyrsoftlogo.svg) no-repeat center center;
            width: 185px;
            height: 45px;
            margin: 1.5rem 0;
        }

    @media screen and (-ms-high-contrast: black-on-white) {
        .navbar-default .navbar-brand {
            background: url(../images/fyrsoft-logo-new-black.png) no-repeat center center;
        }
    }

    @media screen and (-ms-high-contrast: white-on-black) {
        .navbar-default .navbar-brand {
            background: url(../images/fyrsoft-logo-new-white.png) no-repeat center center;
        }
    }

    .navbar-default .navbar-nav {
        padding-top: 0px;
        margin: 0 0px 0 20px;
        float: right;
    }

        .navbar-default .navbar-nav li {
            padding: 30px 15px;
        }

            .navbar-default .navbar-nav li a {
                font-size: 1.6rem;
                color: #ffffff !important;
                font-family: 'Oswald', sans-serif;
                text-transform: uppercase;
                text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
                position: relative;
                padding: 10px 0;
            }

    @media (max-width: 1500px) {
        .navbar-default .navbar-nav li a {
            font-size: 1.4rem;
        }
    }

    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
        color: #ffffff;
    }

        .navbar-default .navbar-nav li a:hover:after, .navbar-default .navbar-nav li a:focus:after, .navbar-default .navbar-nav li a.active:after {
            height: 4px;
            opacity: 1;
            -webkit-transform: translateY(0px);
            transform: translateY(0px);
        }

    @media (max-width: 1160px) {
        .navbar-default .navbar-nav li a:hover:after, .navbar-default .navbar-nav li a:focus:after, .navbar-default .navbar-nav li a.active:after {
            height: 40px;
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }

    .navbar-default .navbar-nav li a:after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        content: '';
        opacity: 0;
        -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transition: height 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    @media (max-width: 1160px) {
        .navbar-default .navbar-nav li a:after {
            top: 0;
            left: 0;
            width: 4px;
            height: 40px;
            -webkit-transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            transition: width 0.3s, opacity 0.3s, -webkit-transform 0.3s;
            transition: width 0.3s, opacity 0.3s, transform 0.3s;
            transition: width 0.3s, opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
    }

    .navbar-default .navbar-nav li.v-hidden {
        visibility: hidden;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    @media (max-width: 1321px) {
        .navbar-default .navbar-nav li .search {
            display: none;
        }
    }

    .navbar-default .navbar-nav li .search-wrap {
        margin-left: 3rem;
    }

    .navbar-default .navbar-nav li .search-box {
        width: 0;
        padding: 9px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        right: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        border: 1px solid #ffffff;
    }

        .navbar-default .navbar-nav li .search-box.expanded {
            min-width: 200px;
            opacity: 1;
            width: 800px;
            z-index: 9;
        }

    .navbar-default .navbar-nav li .search .icon img {
        width: 40px;
        height: 40px;
        cursor: pointer;
        margin-top: 0px;
    }

    .navbar-default .navbar-nav li.search-responsive .input-group {
        padding: 0 15px;
    }

    .navbar-default .navbar-nav li.search-responsive input.form-control {
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav li.search-responsive button.btn {
        background: #ffffff;
        border: 0;
        border-radius: 0;
        height: 34px;
        padding-left: 0;
        padding-right: 0;
        min-width: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 35px;
    }

    .navbar-default .navbar-nav li.active a {
        color: #ffffff;
        background: none;
    }

        .navbar-default .navbar-nav li.active a:focus, .navbar-default .navbar-nav li.active a:hover {
            color: #ffffff;
            background: none;
        }

    /*Navbar Styles*/
    /*Banner Styles*/
    .mobile-img {
        height: 334px;
        background-image: url("../images/mobile-hero-image.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .banner {
        background-image: url("../images/homepage-banner.jpg");
        min-height: calc(100vh - 100px);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 60px;
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
    }

    @media (max-width: 992px) {
        .banner {
            min-height: auto;
        }
    }

    @media (max-width: 485px) {
        .banner button,
        .banner a {
            display: block;
            margin: 0 auto 25px auto;
        }
    }

    @media (max-width: 768px) {
        .banner {
            background-image: none;
            height: auto;
            padding: 20px;
        }
    }

    .banner a {
        min-width: 200px;
        display: block;
        float: left;
    }

    .banner button {
        display: block;
        float: left;
    }

    .banner h1 {
        margin: 0 0 20px 0;
        color: #333333;
        font-size: 5rem;
    }

    .banner p {
        width: 50%;
        font-size: 2.4rem;
        line-height: 36px;
        text-shadow: #fff 1px 1px;
    }

    @media (max-width: 1366px) {
        .banner p {
            width: 50%;
        }
    }

    @media (max-width: 768px) {
        .banner p {
            width: 100%;
        }
    }

    @media (max-width: 478px) {
        .banner p {
            font-size: 2.0rem;
            line-height: 29px;
        }
    }

    @media (max-width: 400px) {
        .banner p {
            font-size: 1.8rem;
            line-height: 29px;
        }
    }

    .banner-btns {
        margin-top: 40px;
    }

    .btn {
        border-radius: 50px;
        padding: 8px 35px;
        min-width: 200px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .btn-primary {
        background-color: #FA7E3D;
        border: 1px solid #FA7E3D;
        margin-right: 25px;
        -webkit-box-shadow: 0 5px 20px #FA7E3D;
        box-shadow: 0 5px 20px #FA7E3D;
    }

        .btn-primary:hover, .btn-primary:focus {
            background-color: #FA7E3D;
            border: 1px solid #FA7E3D;
        }

        .btn-primary:active:focus {
            background-color: #FA7E3D;
            border: 1px solid #FA7E3D;
        }

    .btn-default {
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #333333;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .btn-default:hover, .btn-default:focus {
            background-color: rgba(255, 255, 255, 0.7);
            border: 1px solid #333333;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
        }

        .btn-default:active:focus {
            background-color: rgba(255, 255, 255, 0.7);
            border: 1px solid #333333;
        }

    .btn-submit {
        background-color: #fff;
        border: 1px solid #FA7E3D;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #FA7E3D;
    }

        .btn-submit:hover, .btn-submit:focus {
            background-color: #FA7E3D;
            border: 1px solid #FA7E3D;
            color: #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .btn-submit:active:focus {
            background-color: #FA7E3D;
            border: 1px solid #FA7E3D;
            color: #ffffff;
        }

    .tab-container .tab-content {
        padding: 50px;
    }

    @media (max-width: 992px) {
        .tab-container .tab-content {
            padding: 30px;
        }
    }

    @media (max-width: 768px) {
        .tab-container .tab-content {
            padding: 20px;
        }
    }

    .tab-container .tab-content .tab-pane ul {
        margin-top: 20px;
    }

    .tab-container .tab-content .tab-pane .link-group-item {
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .tab-container .tab-content .tab-pane .link-group-item {
            margin-top: 20px;
        }
    }

    .tab-container .tab-content .tab-pane .link-group-item a {
        background: #fff;
        display: block;
        padding: 20px;
        color: #333333;
        position: relative;
    }

        .tab-container .tab-content .tab-pane .link-group-item a:hover {
            color: #333333;
            -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
        }

    .tab-container .tab-content .tab-pane .link-group-item img,
    .tab-container .tab-content .tab-pane .link-group-item h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .tab-container .tab-content .tab-pane .link-group-item h2 {
        margin: 0;
    }

    @media (max-width: 1160px) {
        .tab-container .tab-content .tab-pane .link-group-item h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 768px) {
        .tab-container .tab-content .tab-pane .link-group-item h2 {
            font-size: 24px;
        }
    }

    .tab-container .tab-content .tab-pane .link-group-item img {
        margin-right: 50px;
        margin-left: 10px;
    }

    @media (max-width: 1160px) {
        .tab-container .tab-content .tab-pane .link-group-item img {
            margin-right: 20px;
        }
    }

    @media (max-width: 1000px) {
        .tab-container .tab-content .tab-pane .link-group-item img {
            width: 40px;
        }
    }

    .tab-container ul.nav-tabs {
        background: #FA7E3D;
        text-align: center;
        padding: 0 50px;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        border: 1px solid #FA7E3D;
        border-width: 1px 0;
    }

    @media (max-width: 992px) {
        .tab-container ul.nav-tabs {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (max-width: 768px) {
        .tab-container ul.nav-tabs {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media (max-width: 535px) {
        .tab-container ul.nav-tabs {
            padding-left: 20px;
            padding-right: 20px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
    }

    .tab-container ul.nav-tabs li {
        width: calc(100% / 3);
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 535px) {
        .tab-container ul.nav-tabs li {
            width: 100%;
        }
    }

    .tab-container ul.nav-tabs li.active a {
        background: #FB6F3E;
        border: none;
        color: #fff;
        position: relative;
    }

        .tab-container ul.nav-tabs li.active a:hover, .tab-container ul.nav-tabs li.active a:focus {
            background: #FB6F3E;
            border: none;
            color: #fff;
        }

        .tab-container ul.nav-tabs li.active a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #EEECEC;
        }

    .tab-container ul.nav-tabs li a {
        border: none;
        border-radius: 0px;
        margin-right: 0;
        color: #fff;
        padding: 30px 20px;
        position: relative;
        display: block;
        width: 100%;
    }

        .tab-container ul.nav-tabs li a:hover, .tab-container ul.nav-tabs li a:focus {
            background: #FF5C23;
        }

        .tab-container ul.nav-tabs li a img {
            margin-bottom: 30px;
            max-height: 80px;
        }

        .tab-container ul.nav-tabs li a h2 {
            margin: 0;
        }

    @media (max-width: 768px) {
        .tab-container ul.nav-tabs li a {
            padding: 30px 10px;
        }

            .tab-container ul.nav-tabs li a img {
                max-height: 45px;
            }

            .tab-container ul.nav-tabs li a h2 {
                font-size: 25px;
            }
    }

    @media (max-width: 480px) {
        .tab-container ul.nav-tabs li a h2 {
            font-size: 20px;
        }

        .navdrop {
            color: white !important;
            background-color: #FA7E3D !important;
            width: 100%;
        }
    }

    .case-study-block h2 {
        margin-bottom: 20px;
    }

    .hot-topic-block h1 {
        margin-bottom: 20px;
    }

    .hot-topic-block h3 {
        margin-top: 0px;
    }

    .hot-topic-img img {
        width: 100%;
    }

    @media (max-width: 991px) {
        .hot-topic-img img {
            width: auto;
        }
    }

    @media (max-width: 991px) {
        .hot-topic-img {
            margin-bottom: 20px;
            text-align: center;
        }
    }
    /*changes css for image resposiveness*/
    .windows10-img img,
    .migration-img img {
        width: 100%;
    }

    @media only screen and (min-width: 1200px) {
        .msimage {
            height: 72vh;
            width: 100%;
        }
    }

    @media (max-width: 991px) {
        .windows10-img,
        .migration-img {
            margin-bottom: 2rem;
            text-align: center;
        }
    }

    .windows10-bottom h4,
    .migration-bottom h4 {
        font-family: inherit;
        font-weight: 600;
    }

    .migration-each:nth-child(even) {
        background: #f1f1f1;
        padding: 10px 50px 30px;
    }

        .migration-each:nth-child(even) h3 {
            margin-bottom: 2rem;
        }

    .case-study-block,
    .windows-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .case-study-block h1,
        .windows-block h1 {
            margin: 0 0 20px 0;
        }

        .case-study-block .see-more-link,
        .windows-block .see-more-link {
            color: #0078D7;
            font-weight: 600;
        }

        .case-study-block ul,
        .windows-block ul {
            margin-top: 20px;
        }

    .case-study-content,
    .windows-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 50px;
    }

    @media only screen and (max-width: 991px) {
        .case-study-content,
        .windows-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    @media only screen and (max-width: 991px) {
        .case-study-img img,
        .windows-img img {
            margin: 0 auto;
        }
    }

    .case-study-desc,
    .windows-desc {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0 0 30px;
    }

    @media only screen and (max-width: 991px) {
        .case-study-desc,
        .windows-desc {
            padding: 0;
            margin-top: 30px;
        }
    }

    .case-study-desc h3,
    .windows-desc h3 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .case-study-desc p,
    .windows-desc p {
        margin-bottom: 30px;
    }

    .case-study-desc .know-more,
    .windows-desc .know-more {
        color: #0078D7;
        font-weight: 600;
        font-size: 1.4rem;
    }

    .download-pdf {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 10px 50px 0px;
    }

        .download-pdf a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .download-pdf a img {
                width: 25px;
                height: auto;
                margin-right: 5px;
                margin-top: -5px;
            }

            .download-pdf a span {
                display: inline-block;
                text-decoration: underline;
            }

    /*Footer styles*/
    footer {
        background-color: #ECECEC;
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        border-top: 1px solid #ececec;
    }

        footer:after {
            content: '';
            background: -webkit-gradient(linear, left top, right top, color-stop(25%, #A11C2E), color-stop(25%, #E66144), color-stop(50%, #E66144), color-stop(50%, #6EC04B), color-stop(75%, #6EC04B), color-stop(75%, #F19820));
            background: linear-gradient(to right, #A11C2E 25%, #E66144 25%, #E66144 50%, #6EC04B 50%, #6EC04B 75%, #F19820 75%);
            position: absolute;
            height: 10px;
            bottom: 0px;
            right: 0;
            left: 0;
        }

        footer .footer-header {
            margin-bottom: 30px;
        }

            footer .footer-header a {
                float: right;
            }

    @media (max-width: 768px) {
        footer .footer-header img {
            margin: 0 auto 30px auto;
        }

        footer .footer-header a {
            display: block;
            margin: 0 auto;
            float: none;
        }
    }

    @media (max-width: 768px) {
        footer .footer-links div {
            margin-top: 25px;
        }
    }

    footer .footer-links ul li {
        margin-bottom: 10px;
    }

        footer .footer-links ul li a {
            color: #333333;
            margin: 0 0 5px 0;
        }

            footer .footer-links ul li a .img {
                width: 2.5rem;
                float: left;
            }

            footer .footer-links ul li a .link {
                margin: 0 0 0 7px;
            }

    footer .footer-consult {
        width: 100%;
    }

        footer .footer-consult h5 {
            margin-bottom: 1rem;
        }

    footer .footer-consult-inner {
        width: 70%;
        margin: 0 0 5px 0;
        float: left;
    }

        footer .footer-consult-inner input {
            width: calc(100% - 70px);
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            float: left;
            border-radius: 4px 0 0 4px;
        }

        footer .footer-consult-inner span {
            width: 70px;
            float: left;
        }

            footer .footer-consult-inner span .btn {
                width: 70px;
                border-radius: 0px 4px 4px 0px;
            }

    footer .footer-consult-error {
        width: 100%;
        font-size: 14px;
        color: red;
        float: left;
    }

    footer div h5 {
        margin-bottom: 2rem;
    }

    footer div .input-group {
        width: 70%;
    }

        footer div .input-group input {
            background: transparent;
            border: 2px solid #cacaca;
        }

    footer div .btn {
        border-radius: 4px;
        min-width: auto;
        background: #FA7E3D;
        border: 2px solid #FA7E3D;
        padding: 6px 15px;
        height: 34px;
        font-size: 1.2rem;
        font-weight: 600;
        color: #ffffff;
        text-transform: capitalize;
    }

        footer div .btn:hover {
            border-radius: 4px;
            min-width: auto;
            background: #FA7E3D;
            border: 2px solid #FA7E3D;
            padding: 6px 15px;
            color: #ffffff;
        }

    footer p strong {
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    @media (max-width: 1321px) {
        .navbar-header {
            float: none;
            padding-bottom: 11px;
        }

        .navbar-left,
        .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
            margin-top: 15px;
            margin-right: -15px;
            background: none;
            border: none;
        }

            .navbar-toggle:hover, .navbar-toggle:focus {
                background-color: transparent !important;
                border: none !important;
            }

            .navbar-toggle .icon-bar {
                background: #ffffff !important;
                width: 30px;
                height: 3px;
                -webkit-transition: all 0.2s;
                transition: all 0.2s;
            }

                .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 6px;
                }

            .navbar-toggle .top-bar {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            .navbar-toggle .middle-bar {
                opacity: 0;
            }

            .navbar-toggle .bottom-bar {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 4% 90%;
                transform-origin: 4% 90%;
            }

            .navbar-toggle.collapsed .top-bar {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

            .navbar-toggle.collapsed .middle-bar {
                opacity: 1;
            }

            .navbar-toggle.collapsed .bottom-bar {
                -webkit-transform: rotate(0);
                transform: rotate(0);
            }

        .navbar-collapse {
            border-top: 1px solid transparent;
            -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            padding-bottom: 7px;
        }

            .navbar-nav > li {
                float: none;
                padding: 10px 0 !important;
            }

                .navbar-nav > li > a {
                    padding: 10px 15px !important;
                }

                    .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active {
                        background: #FB6F3E !important;
                    }

        .collapse.in {
            display: block !important;
        }
    }

    .windows-block h2 {
        margin: 20px 0;
    }

    .windows-content {
        margin-bottom: 20px;
    }

    .jumbotron {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 15px;
        padding-bottom: 15px;
        background: none;
    }

    @media only screen and (max-width: 769px) {
        .jumbotron {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }
    }

    .jumbotron h1 {
        font-size: 4rem;
    }

    .jumbotron p {
        font-size: 2rem;
    }

    .partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .partners-main {
        background: #F1F1F1;
        padding: 30px 50px 0;
    }

    @media only screen and (max-width: 769px) {
        .partners-main {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .partners-main h2 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .partners-each {
        background: #fff;
        width: calc(25% - 20px);
        margin: 0 20px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    @media only screen and (max-width: 991px) {
        .partners-each {
            width: calc(50% - 20px);
        }
    }

    @media only screen and (max-width: 769px) {
        .partners-each {
            width: 100%;
            margin: 0 0 20px 0;
        }
    }

    .partners-each-top {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .partners-each-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 100%;
    }

        .partners-each-bottom a {
            float: right;
            margin: 0 10px 10px 0;
            color: #0078D7;
            font-weight: 600;
        }

    .partners-img, .partners-img-MS {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 150px;
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 45px 0;
    }

        .partners-img .full-img, .partners-img-MS .full-img {
            width: 100%;
            height: 100%;
        }

    .partners-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 20px 40px;
        border-top: 1px solid #ccc;
    }

        .partners-content a {
            color: #0078D7;
            font-weight: 600;
        }

    .partners .MS-partners-each {
        background: #fff;
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    @media only screen and (max-width: 991px) {
        .partners .MS-partners-each {
            width: 100%;
            margin: 0 0px 20px 0;
        }
    }

    .partners .MS-partners-each .partners-img-MS {
        padding: 0;
    }

    .partners .MS-partners-each .partners-img {
        padding: 30px 0;
    }

    .technology .tab-container .tab-content {
        padding: 50px;
    }

    @media (max-width: 992px) {
        .technology .tab-container .tab-content {
            padding: 30px;
        }
    }

    @media (max-width: 768px) {
        .technology .tab-container .tab-content {
            padding: 20px;
        }
    }

    .technology .tab-container .tab-content .tab-pane ul {
        margin-top: 20px;
    }

    .technology .tab-container .tab-content .tab-pane .link-group-item {
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .technology .tab-container .tab-content .tab-pane .link-group-item {
            margin-top: 20px;
        }
    }

    .technology .tab-container .tab-content .tab-pane .link-group-item a {
        background: #fff;
        display: block;
        padding: 20px;
        color: #333333;
        position: relative;
    }

        .technology .tab-container .tab-content .tab-pane .link-group-item a:hover {
            color: #333333;
            -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
        }

    .technology .tab-container .tab-content .tab-pane .link-group-item img,
    .technology .tab-container .tab-content .tab-pane .link-group-item h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .technology .tab-container .tab-content .tab-pane .link-group-item h2 {
        margin: 0;
    }

    @media (max-width: 1160px) {
        .technology .tab-container .tab-content .tab-pane .link-group-item h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 768px) {
        .technology .tab-container .tab-content .tab-pane .link-group-item h2 {
            font-size: 24px;
        }
    }

    .technology .tab-container .tab-content .tab-pane .link-group-item img {
        margin-right: 50px;
        margin-left: 10px;
    }

    @media (max-width: 1160px) {
        .technology .tab-container .tab-content .tab-pane .link-group-item img {
            margin-right: 20px;
        }
    }

    @media (max-width: 1000px) {
        .technology .tab-container .tab-content .tab-pane .link-group-item img {
            width: 40px;
        }
    }

    .technology .tab-container ul.nav-tabs {
        background: #FA7E3D;
        text-align: center;
        padding: 0 50px;
        border-bottom: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    @media (max-width: 992px) {
        .technology .tab-container ul.nav-tabs {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (max-width: 768px) {
        .technology .tab-container ul.nav-tabs {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .technology .tab-container ul.nav-tabs li {
        width: calc(100% / 4);
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .technology .tab-container ul.nav-tabs li.active a {
            background: #FB6F3E;
            border: none;
            color: #fff;
            position: relative;
        }

            .technology .tab-container ul.nav-tabs li.active a:hover, .technology .tab-container ul.nav-tabs li.active a:focus {
                background: #FB6F3E;
                border: none;
                color: #fff;
            }

            .technology .tab-container ul.nav-tabs li.active a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -10px;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #EEECEC;
            }

        .technology .tab-container ul.nav-tabs li a {
            border: none;
            border-radius: 0px;
            margin-right: 0;
            color: #fff;
            padding: 30px 20px;
            position: relative;
            display: block;
            width: 100%;
        }

            .technology .tab-container ul.nav-tabs li a:hover, .technology .tab-container ul.nav-tabs li a:focus {
                background: #FF5C23;
            }

            .technology .tab-container ul.nav-tabs li a img {
                margin-bottom: 30px;
                max-height: 80px;
            }

            .technology .tab-container ul.nav-tabs li a h2 {
                margin: 0;
            }

    @media (max-width: 768px) {
        .technology .tab-container ul.nav-tabs li a {
            padding: 30px 10px;
        }

            .technology .tab-container ul.nav-tabs li a img {
                max-height: 45px;
            }

            .technology .tab-container ul.nav-tabs li a h2 {
                font-size: 25px;
            }
    }

    @media (max-width: 480px) {
        .technology .tab-container ul.nav-tabs li a h2 {
            font-size: 20px;
        }
    }

    .technology-banner {
        background-image: url("../images/Technology-Hero-image.jpg");
        padding-top: 80px;
        padding-bottom: 50px;
    }

        .technology-banner::after {
            background: url(../images/Technology-Hero-image-blue-box-trans.png) no-repeat;
            top: 0;
            left: 0;
        }

        .technology-banner .hero-banner-content {
            padding: 0 80px 0 0;
        }

            .technology-banner .hero-banner-content h1 {
                font-size: 5rem;
            }

            .technology-banner .hero-banner-content p {
                line-height: 36px;
                font-size: 2rem;
            }

    .contactus-main .founder ul {
        list-style: none;
    }

        .contactus-main .founder ul li {
            width: calc(33.33% - 20px);
            margin: 0 10px 10px 0;
            float: left;
        }

            .contactus-main .founder ul li a {
                display: block;
            }

                .contactus-main .founder ul li a img {
                    width: 100%;
                }

    .contactus-main form .form-group {
        margin-bottom: 20px;
    }

    .contactus-main form .form-control {
        border-radius: 0;
        border-color: #777777;
    }

    .contactus-main form .contact-btn button {
        width: 100%;
    }

    .contactus-main h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .contactus-main h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .contactus-main h3 {
        color: #FA7E3D;
        font-weight: bold;
        font-size: 28px;
    }

    .contactus-main p {
        font-size: 18px;
        margin: 0 0 5px;
    }

    .contactus-main-top {
        margin-bottom: 30px;
    }

        .contactus-main-top p {
            margin: 0 0 15px 0;
        }

            .contactus-main-top p a {
                color: #0078D7;
                font-size: 1.6rem;
            }

                .contactus-main-top p a:hover {
                    text-decoration: underline;
                }

    .contactus-main .team-profile h3,
    .contactus-main .news-section h3 {
        font-weight: 500;
    }

    .aboutus-who {
        margin-bottom: 15px;
        padding: 0 50px;
    }

    .aboutus-who-top {
        text-align: center;
    }

        .aboutus-who-top img {
            width: 40%;
        }

    .aboutus-who-bottom h1 {
        margin-bottom: 18px;
    }

    .aboutus-who-bottom h3 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .aboutus-who-bottom p {
        margin-bottom: 18px;
    }

        .aboutus-who-bottom p a {
            color: #FA7E3D;
            font-family: 'Oswald', sans-serif;
        }

    .aboutus-who-bottom-content {
        margin-top: 20px;
    }

    .aboutus-team {
        padding: 0 50px;
        margin-bottom: 15px;
    }

        .aboutus-team h2 {
            margin-bottom: 25px;
        }

    .aboutus-team-each {
        text-align: center;
        padding: 0 80px;
    }

        .aboutus-team-each h3 {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
        }

        .aboutus-team-each P {
            font-size: 14px;
        }

    .aboutus-events {
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        background: #F1F1F1;
    }

        .aboutus-events h2 {
            display: block;
            width: 100%;
        }

    .aboutus-events-each {
        background: #fff;
        width: calc(33.33% - 20px);
        margin: 0 20px 20px 0;
    }

    @media only screen and (max-width: 991px) {
        .aboutus-events-each {
            width: calc(50% - 20px);
        }
    }

    @media only screen and (max-width: 769px) {
        .aboutus-events-each {
            width: 100%;
            margin: 0 0 20px 0;
        }
    }

    .aboutus-events-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 200px;
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 0;
    }

        .aboutus-events-img img {
            width: 100%;
            height: 100%;
        }

    .aboutus-events-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 20px 40px;
    }

        .aboutus-events-content a {
            color: #0078D7;
            font-weight: 600;
        }

    .aboutus-social {
        padding: 50px;
        text-align: center;
    }

        .aboutus-social h2 {
            display: block;
            width: 100%;
            margin: 0 0 40px 0;
            text-align: left;
        }

        .aboutus-social ul {
            width: 300px;
            display: block;
            margin: 0 auto;
        }

            .aboutus-social ul li {
                list-style: none;
                width: 95px;
                text-align: center;
                display: inline-block;
            }

                .aboutus-social ul li a {
                    display: block;
                }

    .aboutus-career {
        padding: 25px 50px 10px 50px;
    }

    .aboutus-career-top-left p {
        font-size: 14px;
    }

    .aboutus-career-top-right img {
        width: 100%;
    }

    .aboutus-career-bottom-each {
        margin-bottom: 20px;
    }

        .aboutus-career-bottom-each a {
            display: block;
            width: 100%;
            margin: 0 0 5px 0;
            font-size: 20px;
            font-weight: 600;
            color: #333333;
            text-decoration: underline;
        }

            .aboutus-career-bottom-each a:hover {
                text-decoration: none;
            }

        .aboutus-career-bottom-each span {
            display: block;
            width: 100%;
            margin: 0 0 10px 0;
        }

        .aboutus-career-bottom-each .location {
            color: #8c8c8c;
            font-size: 13px;
        }

        .aboutus-career-bottom-each .keyword {
            display: block;
            width: 100%;
            margin: 0 0 10px 0;
            overflow: hidden;
        }

            .aboutus-career-bottom-each .keyword p {
                background: #ededed;
                padding: 5px 30px;
                margin: 0 10px 0 0;
                display: block;
                width: auto;
                font-size: 13px;
                float: left;
            }

    .customer {
        padding: 25px 50px;
        background: #F1F1F1;
    }

        .customer h1 {
            display: block;
            width: 100%;
            margin: 0 0 20px 0;
        }

    .customer-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .customer-each {
        background: #fff;
        width: calc(50% - 20px);
        margin: 0 20px 20px 0;
    }

    @media only screen and (max-width: 991px) {
        .customer-each {
            width: 100%;
            margin: 0 0px 20px 0;
        }
    }

    .customer-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: auto;
        text-align: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        padding: 20px 0;
    }

    .customer-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        padding: 0 20px 40px;
    }

        .customer-content h3 {
            font-family: 'Raleway', sans-serif;
            font-weight: 600;
        }

        .customer-content a {
            color: #0078D7;
            font-weight: 600;
        }

    .events-main h1,
    .careers-main h1 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .events-main p,
    .careers-main p {
        margin-bottom: 20px;
    }

    .events-main ul,
    .careers-main ul {
        margin: 0 0 20px 40px;
    }

    .managed-services-banner {
        background: url(../images/managed-banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
        height: 500px;
        color: #ffffff;
    }

        .managed-services-banner::after {
            background: url(../images/Technology-Hero-image-blue-box-trans.png) no-repeat;
            top: 0;
            left: 0;
        }

        .managed-services-banner .hero-banner-content {
            padding: 0 80px 0 0;
        }

            .managed-services-banner .hero-banner-content h1 {
                font-size: 5rem;
            }

            .managed-services-banner .hero-banner-content p {
                line-height: 36px;
                font-size: 2rem;
            }

    .managed-services-content .service-counter {
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .managed-services-content .service-counter h2 {
            font-size: 70px;
        }

        .managed-services-content .service-counter h4 {
            color: #FA7E3D;
            text-transform: uppercase;
            font-weight: 700;
        }

        .managed-services-content .service-counter p {
            padding: 0 30px;
        }

    .managed-services-content .device-mgmt-left img {
        width: 100%;
    }

    .managed-services-content .device-mgmt-right h3 {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    @media (max-width: 768px) {
        .managed-services-content .device-mgmt-right h3 {
            margin-top: 2rem;
        }
    }

    .managed-services-content .device-mgmt-right P {
        margin-bottom: 2rem;
    }

    .managed-services-content .device-mgmt-right img {
        margin-bottom: 2rem;
        width: 100%;
    }

    .subnav {
        display: block;
        padding: 0 50px;
    }

        .subnav ul {
            list-style: none;
        }

            .subnav ul li {
                margin: 0 35px 0 0;
                display: inline-block;
            }

                .subnav ul li a {
                    color: #333333;
                    font-size: 18px;
                    font-weight: 600;
                    border-bottom: 4px solid #fff;
                    padding: 10px 0 3px 0;
                    display: block;
                    text-transform: uppercase;
                }

                .subnav ul li .active {
                    border-bottom: 4px solid #333333;
                }

    .custom-accordion {
        margin: 30px 0;
    }

        .custom-accordion .panel-group .panel + .panel {
            margin-top: 15px;
        }

        .custom-accordion .panel {
            border-radius: 0px;
            -webkit-box-shadow: 0px 0px 5px 2px #cacaca;
            box-shadow: 0px 0px 5px 2px #cacaca;
        }

        .custom-accordion .panel-heading h4 {
            font-size: 24px;
            font-family: 'Oswald', sans-serif;
        }

            .custom-accordion .panel-heading h4 a {
                display: block;
            }

        .custom-accordion .panel-body h5 {
            font-size: 18px;
            font-family: 'Oswald', sans-serif;
        }

        .custom-accordion .panel-heading .panel-title a[aria-expanded="false"]::before {
            content: "+";
            color: #333333;
            width: 20px;
            display: inline-block;
            text-align: center;
        }

        .custom-accordion .panel-heading .panel-title a[aria-expanded="true"]::before {
            content: "-";
            color: #333333;
            width: 20px;
            display: inline-block;
            text-align: center;
        }

    .consulting-each {
        padding: 30px 50px;
    }

        .consulting-each:nth-child(even) {
            background: #f1f1f1;
        }

        .consulting-each h2 {
            margin-bottom: 20px;
        }

    .consulting-content-left p {
        margin: 0 0 15px 0;
    }

    .consulting-content-right {
        margin: 0 0 10px 0;
    }

        .consulting-content-right img {
            width: 100%;
        }

    .top-arrow {
        bottom: 40px;
        right: 25px;
        position: fixed;
        width: 40px;
        height: 40px;
        display: none;
    }

        .top-arrow a {
            display: block;
        }

    a.skip-main {
        left: -999px;
        position: absolute;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
        z-index: -999;
    }

        a.skip-main:focus, a.skip-main:active {
            color: #fff;
            left: auto;
            top: 0px;
            width: auto;
            height: auto;
            overflow: auto;
            margin: 10px 35%;
            padding: 5px;
            text-align: center;
            font-size: 1.2em;
            z-index: 999;
        }

    fieldset {
        min-width: 100%;
    }

    @media screen and (-ms-high-contrast: white-on-black) {
        .form-control:focus {
            outline: 2px dotted #ffffff;
        }
    }

    .unerconstruction {
        line-height: 600px;
        width: 100%;
        text-align: center;
        font-size: 28px;
        text-transform: uppercase;
    }

    .dn {
        display: none;
    }

    .ourworks {
        margin-top: 2rem !important;
    }

    .ourworks-each {
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        width: calc(25% - 1.5rem);
        padding: 1.5rem;
        margin: 0 1.5rem 1.5rem 0;
    }

    @media (max-width: 992px) {
        .ourworks-each {
            width: calc(50% - 1.5rem);
        }
    }

    @media (max-width: 768px) {
        .ourworks-each {
            width: 100%;
            margin: 0 0rem 1.5rem 0;
        }
    }

    .ourworks-each h2 {
        margin-top: 0rem;
    }

    .ourworks-each-bottom {
        width: auto !important;
        text-align: right;
    }

        .ourworks-each-bottom a {
            color: #0078D7;
            font-weight: 600;
            font-size: 1.4rem;
        }

    .ourworks,
    .managed-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .ourworks-each,
    .managed-services-each {
        margin-bottom: 3rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

        .ourworks-each h2,
        .managed-services-each h2 {
            margin-bottom: 2rem;
        }

        .ourworks-each p,
        .managed-services-each p {
            margin-bottom: 2rem;
        }

        .ourworks-each img,
        .managed-services-each img {
            width: 100%;
            border: 1px solid #cacaca;
        }

    .ourworks-each-top,
    .managed-services-each-top {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .ourworks-each-bottom,
    .managed-services-each-bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-item-align: end;
        align-self: flex-end;
        width: 100%;
    }

        .ourworks-each-bottom a,
        .managed-services-each-bottom a {
            display: block;
            width: 100%;
        }

            .ourworks-each-bottom a img,
            .managed-services-each-bottom a img {
                border: 1px solid #cacaca;
            }

        .managed-services-each-bottom p {
            margin-bottom: 0;
        }

        .managed-services-each-bottom img {
            border: none;
        }

    /* Home Page Updated Styles Starts */
    .content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        padding: 80px 20rem 0;
    }

    @media (max-width: 992px) {
        .content-wrap {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column wrap;
            flex-flow: column wrap;
            padding: 0 2rem;
            -webkit-box-align: unset;
            -ms-flex-align: unset;
            align-items: unset;
        }
    }

    .content-img, .content-div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    @media (max-width: 992px) {
        .content-img, .content-div {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }
    }

    .content-img img {
        width: 100%;
    }

    @media (max-width: 992px) {
        .content-img {
            width: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 2rem;
        }
    }

    .content-div.no-bg {
        background: none !important;
    }

    .content-div p {
        margin-top: 0;
    }

    .content-div .btn {
        margin-top: 3rem;
        border-radius: 5px;
        min-width: auto;
        max-width: 120px;
    }

    .content-div .inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 3rem;
    }

    @media (max-width: 992px) {
        .content-div .inner-wrap {
            padding-left: 0rem;
        }
    }

    .content-div .inner-wrap-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        padding-right: 3rem;
        margin-bottom: 0rem;
    }

    @media (max-width: 992px) {
        .content-div .inner-wrap-content {
            padding-right: 0rem;
        }
    }

    .content-div .inner-wrap-content h3 {
        margin-top: 0;
    }

    .content-div .inner-wrap-content:hover .index {
        background-color: #1fc4ef;
        color: #fff;
    }

    .content-div .inner-wrap .know-more {
        margin-top: auto;
    }

    .content-container .content-img img {
        width: 100%;
    }

    .content-container .content-div {
        padding: 3rem;
    }

        .content-container .content-div h2 {
            margin-top: 0;
        }

        .content-container .content-div p {
            margin-top: 0;
        }

        .content-container .content-div ul {
            margin-left: 2rem;
        }

            .content-container .content-div ul li {
                margin-bottom: 1rem;
            }

        .content-container .content-div form .btn {
            margin-top: 2rem;
        }

    .casestudy {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .casestudy h2 {
            width: 100%;
            margin-bottom: 2rem;
        }

    .casestudy-tile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: calc(25% - 15px);
        background: #fff;
        margin: 0 15px 15px 0;
        cursor: context-menu;
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 992px) {
        .casestudy-tile {
            max-width: calc(50% - 15px);
        }
    }

    @media (max-width: 768px) {
        .casestudy-tile {
            max-width: 100%;
            margin: 0 0 15px 0;
        }
    }

    .casestudy-tile-img {
        display: block;
        height: 175px;
        width: 100%;
    }

    .casestudy-tile-img-wrap {
        width: auto;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #cacaca;
    }

    .casestudy-tile-content {
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

        .casestudy-tile-content p {
            font-size: 1.4rem;
        }

    .casestudy-tile-btn {
        margin-top: auto;
    }

        .casestudy-tile-btn .btn-primary {
            margin-right: 0;
        }

    .casestudy-tile-footer {
        width: 100%;
        padding: 1rem 1.5rem;
        text-align: right;
    }

        .casestudy-tile-footer .know-more {
            font-weight: 600;
        }

    .recent-videos {
        background: #f7f7f7;
        padding: 50px;
    }

        .recent-videos .video-container {
            padding: 0 2rem;
        }

    .carousel {
        padding: 3rem 5rem;
    }

        .carousel .item {
            padding: 0 2.5rem;
        }

    .carousel-control {
        width: auto;
        left: 100px;
        color: #333;
    }

        .carousel-control:hover, .carousel-control:active, .carousel-control:visited, .carousel-control:focus {
            color: #333;
        }

        .carousel-control.left, .carousel-control.right {
            background-image: none;
        }

        .carousel-control.right {
            right: 100px;
        }

            .carousel-control.right .glyphicon-chevron-right {
                margin-right: -70px;
            }

        .carousel-control.left .glyphicon-chevron-left {
            margin-left: -70px;
        }

    .carousel iframe {
        width: 100%;
        height: 315px;
        display: block;
        margin: 0 auto;
    }

    .carousel-content {
        text-align: center;
        background: #fff;
        padding: 2rem;
        border: 1px solid #e9e9e9;
    }

        .carousel-content h3 {
            margin-top: 0;
            margin-bottom: 2.5rem;
        }

        .carousel-content p {
            padding: 0 5rem;
        }

    /* Home Page Updated Styles Ends */
    /* Digital Transformation Styles */
    @media (max-width: 992px) {
        .digital-tabs .tab-content {
            padding: 30px;
        }
    }

    @media (max-width: 768px) {
        .digital-tabs .tab-content {
            padding: 20px;
        }
    }

    .digital-tabs .tab-content .tab-pane ul {
        margin-top: 20px;
    }

    .digital-tabs .tab-content .tab-pane .link-group-item {
        margin-top: 30px;
    }

    @media (max-width: 768px) {
        .digital-tabs .tab-content .tab-pane .link-group-item {
            margin-top: 20px;
        }
    }

    .digital-tabs .tab-content .tab-pane .link-group-item a {
        background: #fff;
        display: block;
        padding: 20px;
        color: #333333;
        position: relative;
    }

        .digital-tabs .tab-content .tab-pane .link-group-item a:hover {
            color: #333333;
            -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.19);
        }

    .digital-tabs .tab-content .tab-pane .link-group-item img,
    .digital-tabs .tab-content .tab-pane .link-group-item h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .digital-tabs .tab-content .tab-pane .link-group-item h2 {
        margin: 0;
    }

    @media (max-width: 1160px) {
        .digital-tabs .tab-content .tab-pane .link-group-item h2 {
            font-size: 26px;
        }
    }

    @media (max-width: 768px) {
        .digital-tabs .tab-content .tab-pane .link-group-item h2 {
            font-size: 24px;
        }
    }

    .digital-tabs .tab-content .tab-pane .link-group-item img {
        margin-right: 50px;
        margin-left: 10px;
    }

    @media (max-width: 1160px) {
        .digital-tabs .tab-content .tab-pane .link-group-item img {
            margin-right: 20px;
        }
    }

    @media (max-width: 1000px) {
        .digital-tabs .tab-content .tab-pane .link-group-item img {
            width: 40px;
        }
    }

    .digital-tabs ul.nav-tabs {
        border-bottom: 0px solid #cacaca;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    @media (max-width: 992px) {
        .digital-tabs ul.nav-tabs {
            padding-left: 30px;
            padding-right: 30px;
        }
    }

    @media (max-width: 768px) {
        .digital-tabs ul.nav-tabs {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    @media (max-width: 968px) {
        .digital-tabs ul.nav-tabs {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .digital-tabs ul.nav-tabs li {
        width: calc(25% - 15px);
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 15px 15px 0;
        border: 1px solid #cacaca;
        border-bottom-width: 0px;
        background: #fff;
    }

    @media (max-width: 968px) {
        .digital-tabs ul.nav-tabs li {
            -webkit-box-flex: 0;
            -ms-flex: 0 45%;
            flex: 0 45%;
        }
    }

    @media (max-width: 768px) {
        .digital-tabs ul.nav-tabs li {
            -webkit-box-flex: 0;
            -ms-flex: 0 45%;
            flex: 0 45%;
        }
    }

    @media (max-width: 650px) {
        .digital-tabs ul.nav-tabs li {
            -webkit-box-flex: 0;
            -ms-flex: 0 100%;
            flex: 0 100%;
        }
    }

    .digital-tabs ul.nav-tabs li.active a {
        background: #fff;
        color: #333;
        position: relative;
        border: 0px;
    }

        .digital-tabs ul.nav-tabs li.active a:hover, .digital-tabs ul.nav-tabs li.active a:focus {
            background: #fff;
            color: #333;
        }

        .digital-tabs ul.nav-tabs li.active a:after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            margin-left: -20px;
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 20px solid #FA7E3D;
        }

    .digital-tabs ul.nav-tabs li a {
        border-radius: 0px;
        margin-right: 0;
        color: #333;
        padding: 30px 20px 0 20px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        width: 100%;
        border: 0px;
    }

        .digital-tabs ul.nav-tabs li a:hover, .digital-tabs ul.nav-tabs li a:focus {
            background: #fff;
        }

        .digital-tabs ul.nav-tabs li a .tab-img {
            background: #FA7E3D;
            border-radius: 50%;
            padding: 3px;
            width: 80px;
            height: 80px;
            max-height: 80px;
            margin: 0 auto 2rem auto;
            position: relative;
        }

            .digital-tabs ul.nav-tabs li a .tab-img img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                max-height: 50px;
            }

        .digital-tabs ul.nav-tabs li a h3 {
            margin: 0 0 3rem 0;
            text-align: center;
        }

        .digital-tabs ul.nav-tabs li a h4 {
            text-align: center;
            font-weight: 600;
            margin-bottom: 3rem;
        }

        .digital-tabs ul.nav-tabs li a .tab-head-content {
            font-family: 'Raleway', sans-serif;
        }

            .digital-tabs ul.nav-tabs li a .tab-head-content ul {
                list-style: disc !important;
                padding-left: 0;
                margin-bottom: 3rem;
            }

                .digital-tabs ul.nav-tabs li a .tab-head-content ul li {
                    width: auto;
                    font-family: 'Raleway', sans-serif;
                    display: block;
                    margin: 5px 0 5px 0;
                    border: none;
                }

                    .digital-tabs ul.nav-tabs li a .tab-head-content ul li:before {
                        content: "\2022";
                        color: #FB6F3E;
                        font-weight: bold;
                        font-size: 35px;
                        display: inline-block;
                        width: 0.5em;
                        vertical-align: middle;
                        line-height: 0;
                    }

        .digital-tabs ul.nav-tabs li a .btn-primary {
            background: #FA7E3D;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            display: block;
            margin: auto -20px 0 -20px;
            border: none;
            padding: 15px 20px;
        }

    @media (max-width: 768px) {
        .digital-tabs ul.nav-tabs li a {
            padding: 30px 10px;
        }

            .digital-tabs ul.nav-tabs li a img {
                max-height: 45px;
            }

            .digital-tabs ul.nav-tabs li a h2 {
                font-size: 25px;
            }
    }

    @media (max-width: 480px) {
        .digital-tabs ul.nav-tabs li a h2 {
            font-size: 20px;
        }
    }

    .casestudy-block {
        min-height: calc(100vh - 350px);
    }

        .casestudy-block h1 {
            font-size: 3rem;
        }

        .casestudy-block ol {
            padding-left: 1.5rem;
        }

            .casestudy-block ol ul {
                margin: 1rem 0;
            }

    .contactus-form {
        position: relative;
    }

        .contactus-form .info {
            color: red;
            margin: 0 0 0 10px;
            font-size: 13px;
        }

    .contact-success {
        text-align: center;
        width: 100%;
        height: 580px;
        color: #449C80;
        padding: 25rem 2rem 0;
        font-size: 2.4rem;
        background-color: #fff;
        border: 1px solid #cacaca;
        background-image: url(../images/success.svg);
        background-repeat: no-repeat;
        background-position: center 175px;
        background-size: 10%;
    }

    .search b {
        display: none;
    }

        .search b.data-url {
            display: inline-block;
        }

    .search .btn {
        display: none;
    }

    .news {
        display: block;
        width: calc(100% - 40px);
        padding: 20px 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .news-each {
        display: inline-block;
        width: calc(50% - 20px);
        margin: 0 20px 40px 0;
        vertical-align: top;
    }


    @media (max-width: 992px) {
        .news-each {
            width: 100%;
            margin: 0 0px 40px 0;
        }
    }

    .news-each h2 {
        display: block;
        width: 100%;
        font-size: 24px;
        color: #FA7E3D;
        margin: 0 0 10px 0;
        font-family: 'Oswald', sans-serif;
    }

    .news-each a {
        color: #0078D7;
    }

    .news-each-content {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        height: 150px;
        overflow: hidden;
        font-family: 'Raleway', sans-serif;
        margin: 0 0 10px 0;
    }

        .news-each-content p {
            margin-bottom: 10px;
        }

    .news-toggle {
        height: auto;
    }

    .news-details {
        width: 100%;
        min-height: calc(100vh - 290px);
    }

    .pagenotfound {
        min-height: calc(100vh - 270px);
        text-align: center;
        padding: 150px 0 0 0;
    }

        .pagenotfound h1 {
            margin: 0 0 20px 0;
        }

        .pagenotfound h2 {
            margin: 0 0 20px 0;
            font-size: 24px;
        }

        .pagenotfound p {
            font-size: 18px;
        }

    .coming-soon {
        padding: 100px 0;
        display: block;
        width: 100%;
    }

        .coming-soon h3 {
            text-align: center;
            text-transform: uppercase;
            font-size: 36px;
        }

    .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a.active {
        background-color: #FA7E3D !important;
    }
    /* slider  styles */
    @media (max-width: 991px) {
        .slider-logo {
            display: none !important;
        }
    }

    @media (max-width: 991px) {
        .slick-next {
            right: 5%;
        }
    }

    @media (max-width: 991px) {
        .slick-prev {
            left: 5%;
        }
    }

    @media (max-width: 1200px) {
        .pane-header iframe {
            width: 100% !important;
            height: auto !important;
        }
    }

    @media (max-width: 992px) {
        .slider-title {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .slider-title {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 472px) {
        .slider-title {
            font-size: 38px !important;
            line-height: 50px !important;
        }
    }

    @media (max-width: 472px) {
        .slider-title span {
            font-size: 38px !important;
        }
    }

    @media (max-width: 992px) {
        .slider-title2 {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .slider-title2 {
            margin-bottom: 40px;
        }
    }

    @media (max-width: 472px) {
        .slider-title2 {
            font-size: 38px !important;
            line-height: 50px !important;
        }
    }

    @media (max-width: 472px) {
        .slider-title2 span {
            font-size: 38px !important;
        }
    }

    @media (max-width: 767px) {
        .slider-url {
            margin: 0 0 10px !important;
        }
    }

    div#main {
        padding-top: 90px;
    }

    @media (max-width: 478px) {
        div#main {
            padding-top: 45px;
        }
    }

    @media (max-width: 992px) {
        .pow {
            text-align: center;
        }
    }

    @media (max-width: 992px) {
        .cmg {
            text-align: center;
        }
    }

    @media (max-width: 992px) {
        .loc {
            text-align: center;
        }
    }

    @media (max-width: 992px) {
        .slid-img {
            display: block;
            margin: 20px auto;
        }
    }

    @media (max-width: 992px) {
        .slid-img + p {
            text-align: center;
        }
    }

    @media (max-width: 767px) {
        .slider-url {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .sub {
            text-align: center;
            float: none !important;
            margin: 0 !important;
        }
    }

    @media (max-width: 991px) {
        .sub {
            margin: 0 !important;
            text-align: center;
            float: none !important;
        }
    }

    .banner {
        padding-bottom: 74px;
    }

    /*# sourceMappingURL=styles.css.map */
    /*.slick-initialized .slick-slide.slick-active {
        height: 630px !important;
    }*/
    .slick-initialized .slick-slide.slick-active {
        height: 630px;
    }

    @media (max-width: 1199px) {
        .web_img_text1 {
            margin-top: 305px !important;
        }

        .web_img_text2 {
            margin-top: -60px !important;
        }
    }

    @media (max-width: 1024px) {
        /*.slick-initialized .slick-slide.slick-active {
            height: 630px !important;
        }*/
        .slick-initialized .slick-slide.slick-active {
            height: 630px;
        }
    }

    @media (max-width: 991px) {
        .resister_now {
            display: flex;
            justify-content: center;
        }
        /*.slick-initialized .slick-slide.slick-active {
    height: 700px !important;
}*/
        /*.slick-initialized .slick-slide.slick-active {
    height: 750px !important;
}*/
        .web_img_text1 {
            margin-top: 25px !important;
        }

        .web_img_text2 {
            margin-top: 20px !important;
        }
    }

    @media (max-width: 439px) {
        .slick-initialized .slick-slide.slick-active {
            height: 800px !important;
        }
    }

    @media (max-width: 350px) {
        /*.slick-initialized .slick-slide.slick-active {
    height: 800px !important;
}*/
        .slick-initialized .slick-slide.slick-active {
            height: 850px;
        }
    }

    /* - -  -slider-1 css - - */
    /*.slider_logo{
  background: url('../images/path 956.svg') no-repeat;
  position: relative;
  height: 70px;
  width: 100%;
}*/
    /* banner 1 start */
    .calender_text {
        display: flex;
        align-items: center;
    }

    .how-to ul li {
        color: #FFFFFF;
        font-size: 18px;
        line-height: 38px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

        .how-to ul li span {
            color: rgb(223, 130, 43);
            font-weight: 700;
        }

    .how-to ul {
        padding-left: 22px;
    }

    .register-learn-about ul li {
        color: #FFFFFF;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
    }

        .register-learn-about ul li span {
            color: rgb(223, 130, 43);
            font-weight: 700;
        }

    .register-learn-about ul {
        padding-left: 22px;
    }

    .microsoft_sect img {
        width: 35%;
    }

    .orange_bg_btn {
        background-image: linear-gradient(to right, orange, orangered);
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 35px;
        text-transform: uppercase;
        margin-left: 15px;
        height: 80px;
        line-height: 30px;
        width: 85%;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    }

        .orange_bg_btn a {
            color: #FFFFFF;
            font-size: 23px;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
        }

    .banner_text {
        padding-left: 5%;
        padding-top: 10%;
    }

        .banner_text .for_all {
            color: #FFFFFF;
            font-size: 38px;
            padding-top: 20px;
            line-height: 50px;
            font-weight: 500;
            font-family: 'Oswald', sans-serif;
        }

        .banner_text .assessment_sup {
            color: #FFFFFF;
            font-size: 23px;
            line-height: 27px;
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
        }

            .banner_text .assessment_sup span {
                font-weight: bold;
            }

    .Partner_bg {
        padding-top: 0px;
        background: url('../images/Rectangle 15.svg') no-repeat;
    }

        .Partner_bg .Partner_text2 {
            padding-bottom: 15px;
        }

            .Partner_bg .Partner_text2 li {
                color: #FFFFFF;
                font-size: 20px;
                line-height: 18px;
                padding-top: 13px;
                margin-left: 5px;
                font-weight: 400;
                font-family: 'Raleway', sans-serif;
            }

                .Partner_bg .Partner_text2 li span {
                    font-weight: 700;
                    font-family: 'Raleway', sans-serif;
                }

        .Partner_bg img {
            padding-top: 5px;
            padding-left: 7px;
        }

    .learnmore_btn button a {
        position: absolute;
        text-decoration: none;
    }

    .learnmore_btn button {
        color: #333333 !important;
        font-size: 20px;
        letter-spacing: 1px;
        background-color: #FFFFFF;
        margin-top: 25px;
        /*z-index: 200;*/
        border: none !important;
        font-weight: 500;
        font-family: 'Oswald', sans-serif;
    }

    @media only screen and (max-width: 1199px) {
        .webinar_1_img {
            width: 100% !important;
            top: 90px !important;
        } 
        .webinar_1_img2 {
            width: 200% !important;
            top: 90px !important;
        }
        .register-learn-about-p {
            font-size: 25px !important;
        }
        }

        .patnership_txt {
            padding-top: 5px !important;
        }
    }

    @media only screen and (max-width: 1024px) {
        .calender_text img {
            width: 9% !important;
        }
    }

    @media only screen and (max-width: 991px) {
        .btn_txt_align {
            display: inherit !important;
        }

        .orange_bg_btn {
            width: 45% !important;
            margin-left: 24% !important;
        }

        .it-_step_for {
            margin-left: 24% !important;
            margin-top: 20px;
        }

        .orange_bg_btn a {
            font-size: 20px !important;
        }

        .slide_1_bg {
            background: #333333 !important;
        }

        .patnership_txt {
            padding-top: 20px !important;
        }
    }

    @media only screen and (max-width: 1440px) {
        .banner_text {
            padding-left: 0% !important;
        }
    }

    @media screen and (min-width:992px) and (max-width: 1024px) {
        /*.cloud_slider{
      height: 525px !important;
      width: 100% !important;
    }*/
        .banner_text {
            padding-left: 3% !important;
        }
        p.azue-synapse {
            margin-left: 50px !important;
        }
    }

    @media only screen and (max-width: 991px) {
        .banner_text {
            padding-left: 23% !important;
        }
    }

    @media only screen and (max-width: 730px) {
        /*.banner_text {
     padding-left: 0% !important;
  }*/
        .banner_text .for_all {
            line-height: 40px !important;
            font-size: 30px !important;
        }

        .banner_text .assessment_sup {
            font-size: 20px !important;
        }

        .Partner_bg img {
            width: 73% !important;
        }

        .Partner_bg .Partner_text2 li {
            font-size: 15px;
        }

        .learnmore_btn button {
            font-size: 18px !important;
        }
    }

    @media only screen and (max-width: 645px) {
        .calender_text img {
            width: 10% !important;
        }
    }

    @media only screen and (max-width: 557px) {
        .orange_bg_btn {
            margin-left: 9% !important;
            width: 55% !important;
        }

        .it-_step_for {
            margin-left: 9% !important;
            font-size: 20px !important;
        }

        .banner_text {
            padding-left: 7% !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .orange_bg_btn {
            width: 75% !important;
        }
    }

    @media only screen and (max-width: 395px) {
        .calender_text img {
            width: 11% !important;
        }
    }

    @media only screen and (max-width: 374px) {
        .banner_text .for_all {
            line-height: 40px !important;
            font-size: 28px !important;
        }

        .banner_text .assessment_sup {
            font-size: 18px !important;
        }

        .Partner_bg .Partner_text2 li {
            font-size: 12px !important;
            line-height: 10px !important;
        }

        .learnmore_btn button {
            font-size: 14px !important;
        }
    }

    @media only screen and (max-width: 350px) {
        .calender_text img {
            width: 13% !important;
        }
    }

    @media only screen and (max-width: 334px) {
        .outside_in {
            /*font-size: 42px !important;*/
            font-size: 28px !important;
        }
        .webinar_txt{
            font-size: 28px !important;
        }
    }
    /*latest landing page*/
    .main_banner_1 {
        background-color: #FFE8D6;
    }

        .main_banner_1 .content {
            /*padding-top: 40px;*/
            padding-top: 25px;
            padding-bottom: 25px;
        }

        .main_banner_1 .webnar {
            font-size: 25px;
            color: #FC7D44;
            font-weight: 600;
            font-family: 'Raleway', sans-serif;
        }

        .main_banner_1 h3 {
            color: #333333;
            font-size: 50px;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
        }

        .main_banner_1 .paradigm {
            color: #333333;
            font-size: 27px;
            /*  padding-top: 10px;*/
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
        }

        .main_banner_1 .remote_device {
            color: #333333;
            font-size: 27px;
            font-weight: 300;
            font-family: 'Raleway', sans-serif;
        }

        .main_banner_1 h4 {
            color: #FD7D44;
            font-size: 35px;
            padding-top: 10px;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
        }

    .content_start .date_time {
        color: #333333;
        font-size: 31px;
        font-weight: 700;
        font-family: 'Raleway', sans-serif;
    }

    .content_start {
        padding-top: 30px;
    }

        .content_start .challenges {
            color: #333333;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
        }

            .content_start .challenges span {
                font-weight: 600;
            }

    .icon_with_text {
        display: flex;
        align-items: center;
    }

        .icon_with_text img {
            align-self: center;
            padding-bottom: 30px;
            width: 10% !important;
        }

        .icon_with_text p {
            color: #333333;
            margin-left: 50px;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
        }
        p.azue-synapse {
            /*margin-left: 65px !important;*/
            margin-left: 53px !important;
        }
        p.web-azure-synapse-ii{
            margin-left: 40px !important;
        }
        p.web-azure-synapse-implementing{
            margin-left: 53px !important;
        }

            .icon_with_text p span {
                font-weight: 700;
            }

    .register_form {
        padding: 35px;
        border-radius: 10px;
        background-color: #FFE8D6;
        padding-bottom: 0px !important;
    }

        .register_form .btn-register {
            background-color: #FE7D44;
            color: #fff;
            padding: 10px 60px;
            border: 0;
            display: block;
            margin: 0 auto;
            font-size: 15px;
            margin-top: 30px !important;
            font-family: 'Segoe UI Regular';
        }

            .register_form .btn-register:hover {
                background-color: #fff;
                color: #FE7D44;
                text-transform: uppercase;
                padding: 10px 60px;
                border: 0;
                display: block;
                margin: 0 auto;
            }

        .register_form h6 {
            color: #333333;
            font-size: 26px;
            /* padding-bottom: 15px;*/
            font-weight: 500;
            font-family: 'Raleway', sans-serif;
        }

        .register_form label {
            color: #333333;
            font-size: 22px;
            font-weight: 400;
            font-family: 'Raleway', sans-serif;
        }

    .align_icons {
        padding-top: 20px;
    }

    .assessment p {
        color: #333333;
        padding-top: 25px;
        font-size: 22px;
        padding-bottom: 20px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
    }

        .assessment p span {
            font-weight: 700;
        }

    .signup_image {
        padding-left: 10px;
    }

    .signup_img1 {
        width: 100%;
    }

    .signup_image p {
        color: #333333;
        font-size: 23px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
    }

    .signup_image ul li {
        color: #333333;
        font-size: 20px;
        line-height: 45px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
    }

    .orange_background {
        background-image: url(../images/orange-bg.svg);
        /* background-position: center center;*/
        background-repeat: no-repeat;
    }

        .orange_background p {
            color: #fff;
            padding: 10px 10px 10px 40px;
            font-size: 34px;
            font-family: 'Segoe UI Bold';
        }

    .navigate_challenges {
        color: #333333;
        font-size: 22px;
        padding-top: 60px;
        padding-bottom: 50px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
    }

    .comprehensive_bundles .img img {
        /*width: 29%;
    height: 70px;*/
        margin: 0 auto;
        display: flex;
    }

    .comprehensive_bundles_chaild p {
        text-align: center;
        color: #333333;
        font-size: 22px;
        padding-top: 20px;
        font-weight: 400;
        font-family: 'Raleway', sans-serif;
    }

    .pink_bg {
        background-color: #FFE8D6;
        padding-bottom: 50px;
    }

    .author {
        display: flex;
    }

        .author .speaker + div, .author .organiser + div {
            width: 80%;
            margin-left: 30px;
            padding-top: 35px;
        }

    .pink_bg h4 {
        color: #333333;
        font-size: 30px;
        padding-bottom: 25px;
        padding-top: 50px;
        font-family: 'Segoe UI Regular';
    }

    .pink_bg .title {
        color: #333333;
        font-size: 22px;
        line-height: 27px;
        /* font-weight: 700;*/
        font-family: 'Segoe UI Bold';
    }

    .pink_bg .job {
        color: #333333;
        font-size: 15px;
        /* font-size: 17px;*/
        /* font-weight: 400;*/
        font-family: 'Segoe UI Regular';
    }

    .pink_bg .content p {
        color: #333333;
        font-size: 18px;
        /*padding-top: 70px;*/
        padding-top: 40px;
        font-family: 'Segoe UI Regular';
    }

    .jegadesh_text {
        /* padding-top: 69px !important;*/
    }

    .footer {
        background-color: #FE7D44;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main_banner_1 img {
        /*width: 100%;*/
        width: auto;
    }

    .fyr_link a {
        color: #fff !important;
        font-size: 25px;
    }

    .footer .list-inline-item img {
        width: 50%;
    }
.fireside-chat {
    margin-top: 117px !important;
}

    @media only screen and (max-width: 992px) {
        .main_banner_1 h3 {
            font-size: 30px;
        }

        .main_banner_1 .paradigm {
            font-size: 25px;
        }

        .main_banner_1 .remote_device {
            font-size: 20px;
        }

        .main_banner_1 h4 {
            font-size: 30px;
        }
    }

@media only screen and (max-width: 1024px) and (min-width: 780px) {
    p.azue-synapse {
        margin-left: 50px !important;
    }
    p.web-azure-synapse-implementing {
        margin-left: 40px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 430px) {
    p.azue-synapse-capabilities {
        margin-left: 40px !important;
    }
    .fireside-chat{
        margin-top:0px !important;
    }
}

@media only screen and (max-width: 768px) {
    .main_banner_1 img {
            width: 100%;
        }
    /*.fireside-chat {
        margin-top: 132px !important;
    }*/

        .main_banner_1 h3 {
            font-size: 25px;
        }

        .main_banner_1 .paradigm {
            font-size: 16px;
        }

        .footer .list-inline-item img {
            width: 40%;
        }

        .main_banner_1 .remote_device {
            font-size: 16px;
        }

        .main_banner_1 h4 {
            font-size: 20px;
        }

        .logo_footer {
            width: 50%;
        }

        .fyr_link a {
            font-size: 18px;
        }

        .content_start .date_time {
            font-size: 25px;
        }

        .content_start .challenges {
            font-size: 18px;
        }

        .icon_with_text p {
            font-size: 16px;
        }

        p.azue-synapse {
            margin-left: 50px !important;
        }
        p.web-azure-synapse-ii {
        margin-left: 40px !important;
        }
        p.web-azure-synapse-ii-2 {
        margin-left: 30px !important;
        }
        .icon_with_text img {
            padding-bottom: 23px;
        }

        .register_form h6 {
            font-size: 18px;
        }

        .register_form label {
            font-size: 16px;
        }

        .register_form .btn-register {
            padding: 10px 20px;
            font-size: 13px;
        }

        .assessment p {
            ;
            font-size: 18px;
        }

        .signup_image p {
            font-size: 18px;
        }

        .signup_image ul li {
            font-size: 16px;
            line-height: 30px;
        }

        .navigate_challenges {
            font-size: 20px;
        }

        .comprehensive_bundles_chaild p {
            font-size: 12px;
        }

        .orange_background p {
            font-size: 20px;
        }

        .pink_bg h4 {
            font-size: 25px;
        }

        .pink_bg .content p {
            font-size: 15px;
        }

        .icon_with_text img {
            width: 15% !important;
        }
    }

    @media only screen and (max-width: 552px) {
        .list-inline > li {
            padding-right: 2px;
            padding-left: 2px;
        }

        .footer .list-inline-item img {
            width: 30%;
        }

        .fyr_link a {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 498px) {
        .main_banner_1 img {
            width: 100%;
        }

        .list-inline > li {
            padding-right: 2px;
            padding-left: 2px;
        }

        .footer .list-inline-item img {
            width: 30%;
        }

        .fyr_link a {
            font-size: 14px;
        }

        .logo_footer {
            width: 80%;
        }
        /*.list-inline {
text-align: center;
    padding-top: 11px;
   }*/
    }

    @media only screen and (max-width: 375px) {
        .main_banner_1 img {
            width: 100%;
        }

        .pink_bg .title {
            color: #333333;
            font-size: 16px;
            text-align: center;
        }

        .author {
            display: inherit !important;
        }

        .pink_bg h4 {
            text-align: center;
        }

        .pink_bg .speaker {
            text-align: center;
        }

            .pink_bg .speaker .title {
                text-align: center;
            }

            .pink_bg .speaker .job, .job {
                text-align: center;
            }

        .pink_bg .organiser {
            text-align: center;
        }

            .pink_bg .organiser .title {
                text-align: center;
            }

        .pink_bg .content p {
            padding-top: 20px;
        }
    }

    @media only screen and (max-width: 425px) {
        .icon_with_text p {
            margin-left: 20px;
            font-size: 14px;
        }

        p.azue-synapse {
            margin-left: 20px !important;
        }
        p.web-azure-synapse-ii {
            margin-left: 40px !important;
        }

        .presented_microsoft p {
            font-size: 17px !important;
            padding-top: 10px !important;
        }
    }

    @media only screen and (max-width: 991px) {
        .logo_footer {
            width: 35%;
        }

        .ul_alignment {
            display: flex;
            padding-top: 10px;
        }

            .ul_alignment li img {
                width: 60%;
            }
    }

    @media only screen and (max-width: 768px) {

        .ul_alignment {
            padding-top: 0px;
        }

        .logo_footer {
            width: 40%;
        }
    }

    @media only screen and (max-width: 767px) {
        .signup_img1 {
            width: 50%;
            display: flex;
            margin: 0 auto;
        }
    }

    @media only screen and (max-width: 500px) {
        .ul_alignment li img {
            width: 90%;
        }

        .fyr_link a {
            margin-left: -60px;
        }

        .ul_alignment {
            padding-left: 0px;
        }
    }

    /*-- Outside-In-I.T. Webinar video recording page css --*/
    .main {
        position: relative;
    }

    .main-banner_1 {
        background-color: #EAEAEA;
        padding-bottom: 20px;
        padding-top: 30px;
    }

        .main-banner_1 .banner_content h2 {
            font-size: 39px;
            text-align: center;
            color: #FD7D45;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
        }

        .main-banner_1 .banner_content p {
            color: #707070;
            font-size: 26px;
            text-align: center;
            padding-top: 15px;
            font-weight: 500;
            font-family: 'Raleway', sans-serif;
        }

    .recording_sect {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        padding-bottom: 40px;
    }

    .work_management p {
        color: #707070;
        font-size: 26px;
        text-align: center;
        padding-top: 15px;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
    }

        .work_management p span {
            font-size: 35px;
            text-align: center;
            color: #FD7D45;
            font-weight: 700;
            font-family: 'Raleway', sans-serif;
        }

    .form_sect {
        padding-top: 35px;
        display: flex;
        justify-content: center;
    }

        .form_sect form {
            width: 50%;
        }

            .form_sect form label {
                font-size: 26px;
                color: #434343;
                font-weight: 500;
                font-family: 'Raleway', sans-serif;
            }

                .form_sect form label span {
                    color: #FD7D45;
                }

    .schedule_consult {
        display: flex;
        justify-content: center;
    }

    .form_sect .btn {
        background: #FD7D45;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 600;
        text-transform: inherit;
        border-radius: 4px;
        font-family: 'Raleway', sans-serif;
    }

    .form_sect1 {
        /*  padding-top: 35px;*/
        display: flex;
        justify-content: center;
    }

        .form_sect1 form {
            width: 50%;
        }

            .form_sect1 form label {
                font-size: 26px;
                color: #434343;
                font-weight: 500;
                font-family: 'Raleway', sans-serif;
            }

        .form_sect1 .btn {
            background: #FD7D45;
            color: #FFFFFF;
            font-size: 20px;
            font-weight: 600;
            text-transform: inherit;
            margin-bottom: 25px;
            border-radius: 0px;
            font-family: 'Raleway', sans-serif;
        }

    .submit_btn1 {
        display: flex;
        justify-content: center;
    }

    .sign_bg_color {
        background: #FD7D45;
        position: absolute;
        top: 0px;
        /*top: 17%;*/
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.6;
        /*opacity: 0.9;*/
    }

    .modal-section {
        position: absolute;
        /* top: 17%;*/
        top: 12%;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 100px;
    }

    .your_details p {
        color: #434343;
        font-size: 23px;
        text-align: center;
        padding-top: 15px;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
    }

    .modal-dialog {
        width: 100%;
    }

    .ppopup_backkground {
        background: #fff;
        width: 60%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    @media only screen and (max-width: 991px) {
        .ppopup_backkground {
            width: 80%;
        }
    }

    @media only screen and (max-width: 991px) {
        .ppopup_backkground {
            width: 90%;
        }
    }

    @media only screen and (max-width: 720px) {
        .main-banner_1 .banner_content h2 {
            font-size: 20px;
        }

        .main-banner_1 .banner_content p {
            font-size: 16px;
        }

        .work_management p {
            font-size: 16px;
        }

            .work_management p span {
                font-size: 20px;
            }

        .form_sect form {
            width: 85%;
        }

            .form_sect form label {
                font-size: 18px;
            }

        .form_sect .btn {
            font-size: 13px;
        }

        .form_sect1 form {
            width: 85%;
        }
        /*.form_sect1 form label {
    font-size: 18px;
  }*/
        /* .form_sect1 .btn {
    font-size: 13px;
  }*/
        /* .your_details p {
    font-size: 16px;
  }*/
        /*.sign_bg_color {
    top: 14%;
  }*/
        .modal-section {
            top: 7%;
        }
    }

    @media only screen and (max-width: 650px) {
        .ppopup_backkground {
            width: 100%;
        }
    }

    @media only screen and (max-width: 330px) {
        .ppopup_backkground {
            width: 105%;
            margin-left: -7px;
        }
    }
    /*@media only screen and (max-width: 374px) {
  .sign_bg_color {
    top: 16%;
  }
  }*/

    /*1-09-2020 new banner with bob,shruthi@sankar*/
    .fyr_micro_text {
        display: flex;
    }

        .fyr_micro_text .img_1 {
            padding-right: 20px;
        }

        .fyr_micro_text .img_2 {
            padding-right: 20px;
        }

        .fyr_micro_text ul li {
        }

        .fyr_micro_text li:before {
            content: "\2022";
            color: #FB6F3E;
            font-weight: bold;
            font-size: 66px;
            display: inline-block;
            width: 0.5em;
            vertical-align: middle;
            line-height: 0;
        }

    .aug_26 p span {
        font-weight: 500;
        font-size: 23px;
    }

    .aug_26 ul li {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 35px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
    }

    .aug_26 ul li {
        display: flex;
    }

    .aug_26 ul {
        margin-left: -34px;
    }

        .aug_26 ul li img {
            padding-right: 20px;
            width: 7%;
        }
    /*.orange_bg_11{
 background-image: url('images/CTA.svg');
 position: absolute;
  }*/
    .orange_bg_11 {
        background-image: linear-gradient(to right, orangered, orange);
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 35px;
        text-transform: uppercase;
        margin-left: 15px;
        height: 80px;
        margin-top: 23px;
        border-radius: 8px;
        line-height: 30px;
        width: 95%;
        clip-path: polygon(0% 0, 70% 0, 58% 100%, 0% 100%);
    }

        .orange_bg_11 a {
            color: #FFFFFF;
            font-size: 35px;
            font-weight: 700;
            font-family: 'Rajdhani', sans-serif;
        }

    @media only screen and (max-width: 1199px) {
        /*.banner_text_blue .webinar_txt {
            font-size: 25px !important;
        }*/
        .banner_text_blue {
            font-size: 25px !important;
        }

        .banner_text_blue .outside_in {
            font-size: 42px !important;
        }

        .banner_text_blue .new_paradigm {
            font-size: 17px !important;
        }

        .banner_text_blue .fyr_micro p {
            font-size: 25px !important;
        }

        .banner_text_blue .aug_26 p {
            font-size: 25px !important;
        }

            .banner_text_blue .aug_26 p span {
                font-size: 20px;
            }

        .banner_text_blue .aug_26 ul li {
            font-size: 16px !important;
        }

        .banner_text_blue .orange_bg_11 a {
            font-size: 27px !important;
        }

        .banner_text_blue .orange_bg_11 {
            width: 100% !important;
        }

        .auther_name_11 {
            font-size: 19px !important;
        }

        .designation_11 {
            font-size: 12px !important;
        }

        .img_wid_11 {
            width: 27% !important;
        }

        .img2_content_11 {
            top: 165px !important;
        }

        .img3_content_11 {
            top: 265px !important;
        }

        .fyr_micro_text .img_2 {
            width: 8% !important;
        }
    }

    @media only screen and (max-width: 1300px) {
        .img_wid_11 {
            right: -30px !important;
        }
    }

    @media only screen and (max-width: 1250px) {
        .img_wid_11 {
            right: -7px !important;
            width: 27% !important;
        }

        .shruthi_img {
            top: 47px !important;
        }

        .bob_img {
            top: 235px !important;
        }

        .jegadesh_img {
            top: 430px !important;
        }
    }

    @media only screen and (max-width: 1025px) {
        .shruthi_img {
            top: 50px !important;
        }

        .bob_img {
            top: 238px !important;
        }

        .jegadesh_img {
            top: 432px !important;
        }
    }

    @media only screen and (max-width: 991px) {
        .fyr_micro_text .img_2 {
            width: 6% !important;
        }

        .aug_26 ul li img {
            width: 5% !important;
        }

        .banner_text_blue {
            padding-left: 8% !important;
        }

            .banner_text_blue .orange_bg_11 {
                width: 70% !important;
            }

        .orange_bg_11 {
            height: 65px !important
        }

        .banner_text_blue .orange_bg_11 a {
            font-size: 25px !important;
        }

        .slick-initialized .slick-slide.slick-active {
            height: 1200px !important;
        }

        .content-wrap {
            margin-top: 20px !important;
        }

        .img_wid_11 {
            right: 220px !important;
            width: 20% !important;
        }

        .responsiv_align {
            margin-left: -53% !important;
        }

        .author_logo_small {
            width: 14% !important;
        }

        .img3_content_11 {
            top: 245px !important;
        }
    }

    @media only screen and (max-width: 630px) {
        .aug_26 ul li img {
            width: 6% !important;
        }
    }

    @media only screen and (max-width: 600px) {
        .img_wid_11 {
            right: 90px !important;
            width: 23% !important;
        }

        .img3_content_11 {
            top: 257px !important;
        }

        .banner_text_blue {
            padding-left: 4% !important;
        }
    }

    @media only screen and (max-width: 548px) {
        .orange_bg_11 {
            height: 55px !important;
        }

        .banner_text_blue .orange_bg_11 a {
            font-size: 20px !important;
        }
    }

    @media only screen and (max-width: 533px) {
        .img1_content_11 {
            top: 65px !important;
        }
    }

    @media only screen and (max-width: 500px) {
        .fyr_micro_text .img_2 {
            width: 8% !important;
        }

        .aug_26 ul li img {
            width: 7% !important;
        }
    }

    @media only screen and (max-width: 460px) {
        .img_wid_11 {
            right: 40px !important;
            width: 26% !important;
        }

        .banner_text_blue .orange_bg_11 {
            width: 80% !important;
        }

        .img1_content_11 {
            top: 60px !important;
        }

        .banner_text_blue .aug_26 ul li {
            font-size: 14px !important;
        }

        .banner_text_blue {
            padding-left: 0% !important;
        }
    }

    @media only screen and (max-width: 425px) {
        .responsiv_align {
            margin-left: -35% !important;
        }

        .banner_text_blue .orange_bg_11 {
            width: 90% !important;
        }
    }

    @media only screen and (max-width: 415px) {
        /*.banner_text_blue .orange_bg_11 {
    width: 130% !important;
}*/
        .fyr_micro_text .img_2 {
            width: 9% !important;
        }

        .aug_26 ul li img {
            width: 9% !important;
        }

        .banner_text_blue .aug_26 ul li {
            font-size: 13px !important;
        }

        .auther_name_11 {
            font-size: 16px !important;
        }

        .designation_11 {
            font-size: 9px !important;
        }

        .img2_content_11 {
            top: 180px !important;
        }

        .img3_content_11 {
            top: 297px !important;
        }
    }

    @media only screen and (max-width: 410px) {
        .responsiv_align {
            margin-left: -40% !important;
        }

        .bob_img {
            top: 203px !important;
        }

        .img2_content_11 {
            top: 140px !important;
        }

        .img3_content_11 {
            top: 240px !important;
        }

        .jegadesh_img {
            top: 380px !important;
        }
    }

    @media only screen and (max-width: 388px) {
        .aug_26 ul li {
            line-height: 25px !important;
        }
    }

    @media only screen and (max-width: 375px) {
        .banner_text_blue .outside_in {
            /*font-size: 38px !important;*/
            font-size: 28px !important;
        }
        .webinar_txt {
            font-size: 20px !important;
        }

        .img_wid_11 {
            right: 35px !important;
        }

        .orange_bg_11 {
            height: 45px !important;
        }

        .banner_text_blue .orange_bg_11 {
            width: 100% !important;
        }

            .banner_text_blue .orange_bg_11 a {
                font-size: 18px !important;
            }
    }

    @media only screen and (max-width: 357px) {
        .fyr_micro_text .img_2 {
            width: 10% !important;
        }

        .aug_26 ul li img {
            width: 11% !important;
        }
    }