@font-face {
    font-family: 'Calibri';
    src: url('Fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('Fonts/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('Fonts/Calibri-Light.woff2') format('woff2'),
        url('Fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri-Italic.woff2') format('woff2'),
        url('../Fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri-LightItalic.woff2') format('woff2'),
        url('../Fonts/Calibri-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri-Bold.woff2') format('woff2'),
        url('../Fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../Fonts/Calibri.woff2') format('woff2'),
        url('../Fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Calibri';
    color: #000;
    font-weight: normal;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
input, select, textarea{
    max-width:100%;
}
header nav.navbar {
    padding: 15px 0;
}

header nav.navbar a.navbar-brand {
    padding: 0;
    display: inline-block;
    margin: 0;
}

header nav.navbar span.logo-text {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 26px;
    margin-left: 10px;
    text-align: center;
    font-weight: 500;
}

header nav.navbar a.navbar-brand img {
    max-width: 130px;
}

header nav.navbar .collapse {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    margin-left: auto;
}

.contact-us p.callus {
    color: #4472c4;
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}

.contact-us p.email {
    margin: 0;
    font-size: 14px;
    color: #4472c4;
    text-align: right;
}

.contact-us p.callus span {
    color: #86878b;
}

.contact-us p.email span {
    color: #86878b;
}

.contact-us {
    margin-left: 15px;
}

header ul.navbar-nav li {
    margin: 0 15px;
}

header ul.navbar-nav li a {
    color: #004cb3;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
}
header ul.navbar-nav li.active a, header ul.navbar-nav li a:hover {
    color: #f57921;
}
.blue-seperator {
    background: #1f4e79;
    height: 30px;
}
.inner-content {
    padding: 30px 0;
}
.main-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.main-heading .left h2 {
    margin: 0;
    color: #9dc3e6;
    font-weight: 900;
    font-size: 190px;
    line-height: 120px;
}
.main-heading .right p {
    margin: 0;
    font-size: 14px;
    color: #86878b;
    line-height: 18px;
}
.main-heading .right h2 {
    margin: 0;
    font-weight: 900;
    color: #9dc3e6;
}
.mt-20 {
    margin-top: 20px !important;
}
.services-section {
    margin-top: 50px;
}
.services-section .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services-section .top img {
    max-width: 100px;
}
.services-section .top h3 {
    margin: 0;
    margin-right: 15px;
    font-size: 28px;
}
.services-section .service-item p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    color: #86878b;
    line-height: normal;
}
.services-section .service-item {
    padding-right: 40px;
}
.main-heading .left h2.small {
    font-size: 120px;
        line-height: 90px;
}
.solution-content {
    margin-top: 50px;
}
.solution-content .solution-img img {
    max-width: 180px;
    margin: 0 auto;
    display: block;
}
.solution-content h3 {
    text-align: center;
    font-size: 24px;
    max-width: 280px;
    margin: 15px auto 0;
    color: #86878b;
}
.services-content .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
}
.services-content .solution-img img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.services-content h3 {
    text-align: center;
    margin: -20px 0 0 0;
    font-size: 14px;
    color: #86878b;
    width: 100%;
    padding: 0 10px;
}
.services-content .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    margin: 0 0 25px 0;
}
.services-content {
    margin-top: 50px;
}
.partners-content {
    margin-top: 15px;
}
.partners-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.partners-content ul li {
    margin: 30px 0 0 0px;
    display: flex;
    align-items: center;
}
.partners-content ul li  p{
font-size: 14px;
    color: #86878b;
    line-height: 18px;
    margin: 0;
    width: calc(100% - 150px);
}
.partners-content ul li div{
    width: 130px;
    margin-right: 20px;
    text-align: center;
}
.partners-content ul li div img {
    max-width: 100%
}
.main-heading.sub-page {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.support-content {
    margin-top: 50px;
}
.support-form {
    max-width: 500px;
}
.support-content h2 {
    margin: 0;
    font-weight: bold;
    color: #86878b;
    font-size: 34px;
    line-height: 34px;
}
.support-form .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #838383;
    padding: 5px 0;
    font-size: 14px;
    color: #888;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #afafaf !important;
  text-transform: uppercase;
  font-size:13px; 
}
::-moz-placeholder { /* Firefox 19+ */
  color: #afafaf !important;
  text-transform: uppercase;
  font-size:13px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf !important;
  text-transform: uppercase;
  font-size:13px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #afafaf !important;
  text-transform: uppercase;
  font-size:13px;
}
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #1f4e79;
}
.switch {
  position: relative;
  display: inline-block;
      width: 45px;
    height: 24px;
        margin-right: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
      height: 17px;
    width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #9dc3e6;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.support-form p {
    margin: 0;
    font-size: 14px;
    color: #86878b;
    line-height: 18px;
}
.support-form p label.switch {
    vertical-align: middle;
}
.support-form p a {
    color: #000;
    text-decoration: underline;
}
.support-form button.btn {
    background: #ee9618;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 34px;
    margin-top: 15px;
    font-weight: bold;
}
textarea{resize: none;}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 210px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
        margin: 0 auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.14);
            box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}

.flip-card:hover .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
}

.flip-card-back {
    background-color: #b4c7e7;
    color: white;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;    
}
.flip-card-back h3 {
    padding: 5px;
    color: #000;
    font-size:13px;
        margin: 0;
}
footer .footer-head {
    text-align: center;
    background: #b4c7e7;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    line-height: normal;
}

footer .footer-tgline {
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    color: #86878b;
    line-height: normal;
    font-size: 15px;
}

footer .footer-logo {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .footer-logo li {
    margin: 10px 15px;
}
footer  .copyright{
    background: #282A2B;
        color: #58595b;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
}
footer  .copyright a{
    color: #bfbfbf
}
.location {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
}

    .location > div {
        margin-left: 16px;
    }

    .location h3 {
        margin: 0;
        font-weight: bold;
        font-size: 25px;
        color: #86878b;
    }

    .location p {
        color: #86878b;
        margin: 0;
    }