/*
    Author   : Aravind B Krishna

*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(http://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}


/* =================================== */


/*	Basic Style 
/* =================================== */

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  
  font-size: 13px;
  color: #a8a8a8;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* close commented backslash hack */

.clear {
  clear: both;
}

::selection {
  background: #9b0202;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #9b0202;
  /* Firefox */
  color: #fff;
}

input[type=radio].css-checkbox {
  display: none;
}

input[type=radio].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 16px;
  margin-left: 26px;
  margin-bottom: 61px;
  padding-top: 0px;
}

input[type=radio].css-checkbox:checked + label.css-label {
  background-position: 0 -20px;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  background-color: #2666AC;
  padding: 11px !important;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  border-radius: 3px;
}

button:hover,
input[type="submit"]:hover {
  background-color: #2c5999;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
  padding-bottom: 16px;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #ccc;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}

a:hover {
  color: #993333;
}

a:active,
a:focus {
  color: #ccc;
  outline: none;
}

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}

cite:before {
  content: '\2014 \00A0';
}

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple=multiple],
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  transition: border-color;
  background-color: #F5F5F5;
  border-radius: 0.1875em;
  border: 2px solid #DDD;
  /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);*/
  font-family: "ProximaRegular", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #6c639c;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 0.75em;
}

dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}

dl dd {
  margin: 0;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}


/*------------ANIMATION------------*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -ms-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes collab-anim {
  0%,
  20% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes collab-anim {
  0%,
  20% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 10;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeIn1 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.fadeInLeft11 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
}

.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.fadeInLeft3 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.9s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes zoomInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomInBounce {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInBounce {
  -webkit-animation-name: zoomInBounce;
  animation-name: zoomInBounce;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(.8, .8, .8);
    -ms-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


/*--------------------HEADER-----------------------*/

header {
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 500;
  position: absolute;
  transition: all 1.5s ease-in-out 0s;
}

.header-bar {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
  border-bottom: 0px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.9);
  border-top: 1px solid #FFF;
  height: 75px;
  left: 0px;
  position: absolute;
  top: 0px;
  z-index: 5;
  width: 100%;
}


/*.logo {
    box-shadow: 0px 4px 5px 0px #B9B9B9;
    z-index: 99999;
    position: absolute;
    margin-top: 50px;
}*/

.main-nav {
  float: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}


/*--------------BANNER-------------*/


/* ==========================================================================
   Sections 
   ========================================================================== */

section {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

#main-screen,
#services,
#products,
#text-editor {
  z-index: 1;
}

#slogan {
  z-index: 2
}

.homepage .banner-container {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

.homepage #fixed-header {
  top: -200px;
}

.homepage #main-screen {
  background: url('../images/bg3.jpg') no-repeat center top #fff fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.homepage #products {}

.homepage #text-editor {
  background: url('../images/img3.jpg') no-repeat center bottom transparent fixed;
  box-shadow: none;
  border: 0;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  ;
}

#footer #rt-footer {
  box-shadow: none;
  border: 0;
  padding: 30px 0;
  background: transparent;
}

#fixed-header .navbar-collapse {
  background: none;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin: 0 !important;
}

.static-header .navbar-brand {
  padding-left: 0px;
}

#fixed-header .navbar-collapse {
  padding: 0px 0;
}

.homepage .pcs-block h3 {
  padding: 10px 20px;
  color: #333;
}

.homepage .pcs-block p {
  color: #666;
  line-height: 25px;
  font-size: 0.875em;
}

.homepage .pcs-block p.sub {
  padding-bottom: 12px;
}

.header-bar123 {
  background: rgba(155, 2, 2, 0.5) none repeat scroll 0% 0%;
}

.mslide {
  float: left;
  width: 100%;
  position: relative;
  height: 905px;
  overflow: hidden;
}

.bnr-img1 {
  background-image: url('../img/slider/banner1.jpg');
}

.bnr-img {
  position: relative;
  height: 550px;
  width: 100%;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
}

.sld-img1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sld-img2 {
  position: absolute;
  right: 347px;
  bottom: 0;
}

.flex-control-nav {
  display: none;
  width: 75px;
  position: absolute;
  z-index: 90;
  line-height: normal;
  bottom: 20px;
  left: 50%;
  margin: 0;
  margin-left: -45px;
  background: #5c4540;
  background: rgba(22, 21, 29, .6);
  padding: 10px 15px;
  border-radius: 20px;
  float: left;
}

.flex-control-nav li {
  list-style: none;
  float: left;
  width: 9px;
  height: 9px;
  margin: 0 3px;
}

.flex-control-nav li a {
  display: block;
  text-indent: -9999px;
  height: 9px;
  cursor: pointer;
  border: 1px solid #a09e9f;
  background: #a09e9f;
  border-radius: 30px;
}

.flex-control-nav li a.flex-active {
  background: none;
  border: 1px solid #a09e9f;
}

.bnr-txt {
  margin-top: 158px;
  color: #FFF;
  text-align: center;
}

.bnr-txt h4 {
  font-size: 35px;
  font-family: 'kievitbook';
  margin: 0 0 40px;
  text-transform: capitalize;
  color: #fff;
}

.bnr-txt h5 {
  font-size: 20px;
  font-family: 'kievitbook';
  text-transform: lowercase;
  margin: 0 0 40px;
}

.bnr-txt h4 span {
  float: left;
  position: relative;
  background: #fc842e;
  font-size: 13px;
  padding: 0 10px;
  margin-right: 13px;
  height: 20px;
  line-height: 22px;
}

.bnr-txt h4 span:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 10px solid #fc842e;
  z-index: 99;
  right: -9px;
  border-left-width: 10px;
  border-right-color: transparent;
}

.bnr-txt h4 i {
  font-style: normal;
}

.bnr-txt ul {
  width: 100%;
  float: left;
  min-height: 180px;
}

.bnr-txt li {
  margin-bottom: 10px;
  width: 100%;
  font-family: 'Raleway', sans-serif;
  background: url("../img/bullet02.png") no-repeat;
  float: left;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 23px;
}

.bnr-txt li strong {
  font-size: 19.2px;
  line-height: 16px;
}

.butten-bnr {
  margin: 0 auto;
  text-align: center;
  width: 17%;
}

.bnr-txt .btn-red {
  padding: 20px 57px;
  font-size: 18px;
  float: left;
  margin-top: 15px;
  color: #FFF;
  background-color: #FF5F2E;
  background-repeat: repeat-x;
  font-family: arial;
  border-radius: 0px !important;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnr-txt .btn-red:hover {
  background-color: #ff3c00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnr-txt h2::first-letter {
  text-transform: uppercase;
}

.bnr-txt h4 {
  font-family: 'kievitbook';
  line-height: 26px;
}

.bnr-txt li.blist3 {
  clear: left;
  float: left;
}

.sld2-img1 {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.sld2-img2 {
  position: absolute;
  bottom: 200px;
  right: 0px;
}

.sld2-img3 {
  position: absolute;
  bottom: 50px;
  right: 350px;
}

.sld2-img4 {
  position: absolute;
  bottom: 290px;
  right: 470px;
}

.sld3-img1 {
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 530px;
}

.sld4-img1 {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.slide-loader {
  position: relative;
  width: 100%;
  height: 2px;
  float: left;
  overflow: hidden;
}

.progress_bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 0;
  background: #EF4C3A;
}

.bnr-ico {
  margin-top: 60px;
  display: inline-block;
  clear: both;
  width: 230px;
}

.bnr-ico h4 {
  font-family: arial;
  font-size: 24px;
  color: #FFF;
  padding-top: 13px;
}


/* ==========================================================================
   Main screen
   ========================================================================== */

.homepage #main-screen .main-heading {
  position: absolute;
  top: 58%;
  width: 100%;
  color: #fff;
  z-index: 101;
  text-align: center;
  top: 38%;
}

.main-heading h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-shadow: 0px 1px 0px #000;
  padding-bottom: 30px;
}

.main-heading h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-shadow: 0px 1px 0px #000;
  padding-bottom: 45px;
}

.pager-slides {
  position: absolute;
  left: 50%;
  z-index: 991;
  bottom: 0px;
  color: #FFF;
  padding: 1px;
  width: 23px;
  display: block;
  height: 82px;
  margin-left: -20px;
  background: transparent url("../images/scroll-down-frames.png") no-repeat scroll 0% 0%;
  animation: 1s steps(1, end) 0s normal none infinite running scroll-down-icon;
  cursor: pointer;
}

.pager-slides {
  bottom: 0px;
}

.button {
  color: #FFF;
  text-shadow: 0px 1px 0px #000;
  background-color: #119F00;
  background-image: linear-gradient(to bottom, #12AA00, #0F8E00);
  background-repeat: repeat-x;
  border-color: #063D00;
  box-shadow: 0px 1px 0px #21DD00 inset, -1px 0px 0px #13AC00 inset, 0px -1px 0px #13AC00 inset, 1px 0px 0px #13AC00 inset, 0px 1px 2px -1px rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  font-size: 20px;
  line-height: 20px;
  padding: 16px 38px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.homepage #main-screen .masthead {
  position: absolute;
  top: 58%;
  width: 100%;
  color: #fff;
  z-index: 101;
  text-align: center;
}

.topspace {
  padding-top: 100px;
}


/* ==========================================================================
   Services
   ========================================================================== */

.homepage #services {
  background: url('../images/service3.jpg') no-repeat center top fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-bottom: none;
  text-align: center;
}

.homepage #services h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #575757;
  padding: 0px 0px 20px 0px;
  font-size: 50px;
  text-align: center;
}

.homepage #services h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #575757;
  padding: 0px 0px 20px 0px;
  font-size: 30px;
  text-align: center;
}

.homepage #services h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #575757;
  font-size: 25px;
  padding: 23px 0px 20px 0px;
}

.homepage #services p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #575757;
  padding: 0px 0px 10px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}

.services-btn {
  color: #FFF;
  background-color: #FF7E00;
  background-image: linear-gradient(to bottom, #FFA127, #FF9000);
  background-repeat: repeat-x;
  border-color: #AD6100;
  box-shadow: 0px 1px 0px #FFC600 inset, -1px 0px 0px #FFC600 inset, 0px -1px 0px #FFC600 inset, 1px 0px 0px #FFC600 inset, 0px 1px 2px -1px rgba(0, 0, 0, 0.85);
  border-radius: 3px;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 30px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  margin-bottom: 0px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.services-btn2 {
  background: #2666ac none repeat scroll 0% 0%;
  color: #FFF;
  width: 190px;
  padding: 15px 52px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services-btn2:hover {
  background: #9b0202 none repeat scroll 0% 0%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.service-icon {
  margin-top: 50px;
}


/* ==========================================================================
   Services
   ========================================================================== */

.homepage #products {
  border: medium none;
  box-shadow: none;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background: url('../images/img3.jpg') no-repeat center top #fff fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

.homepage #products h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding: 0px 0px 40px 0px;
  font-size: 51px;
  text-align: center;
}

.products-icon {
  width: 31px;
  height: 31px;
  background: transparent url("../images/arrow.png") repeat scroll 0% 0%;
  float: left;
  margin-top: 0px;
}

.homepage #products h3 {
  font-family: "Raleway", sans-serif;
  color: #FFF;
  font-size: 23px;
  padding: 4px 0px 16px 45px;
  line-height: 25px;
  font-weight: bold;
}

.homepage #products p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 20px;
}

.products-btn-wrap {
  text-align: center;
  margin-top: 50px;
  clear: both;
  margin-bottom: 50px;
}

.products-btn {
  background: #2666AC none repeat scroll 0% 0%;
  color: #FFF !important;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 23px 60px 23px 60px;
  font-size: 15px;
  margin: 0px;
  border-radius: 3px;
}

.products-btn:hover {
  color: #9B0202;
}

.products-inner {
  border-bottom: 1px dotted #FFF;
  margin-bottom: 40px;
  margin-right: 39px;
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-bottom: 5px;
}


/* ==========================================================================
   slogan
   ========================================================================== */

.homepage #slogan {
  background: #FFF url("../images/testimonial.jpg") no-repeat fixed center top / cover;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.trans-bg {
  background: #8e8e8e;
}

#footer {
  padding: 0 !important;
}

#footer #rt-footer {
  background: #9B0202;
}

#footer {
  position: relative;
  width: 100%;
  z-index: 0;
}

.footer-block {
  bottom: -20px;
  width: 100%;
  background: #2666AC;
  padding: 0px 0px 14px 0px;
  position: absolute;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
  .mobile-login {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

@media only screen and (max-width: 992px),
screen and (max-height: 625px) {
  .homepage #services {
    min-height: 800px;
  }
  .homepage #footer {
    min-height: 430px;
    top: 0 !important;
  }
  #fullPage-nav {
    display: none;
  }
  section {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .footer-block {
    position: relative;
    bottom: auto;
  }
  #fixed-header {
    top: 0 !important
  }
  .static-header {
    display: none !important;
  }
  #fixed-header .login-link a {
    border-color: #c3c2c2
  }
  #fixed-header .navbar-brand {
    margin: 0;
  }
}

@media screen and (min-height: 625px) and (max-height: 800px) {
  .services .list_carousel {
    padding-top: 20px !important;
  }
  .services .slider-arrow {
    top: 200px;
  }
  .collab-users {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .static-header {
    display: none !important;
  }
  .homepage #footer {
    z-index: 1;
    top: 0 !important;
  }
  .footer-block {
    position: relative;
  }
  .homepage #fixed-header {
    top: 0 !important;
  }
  #fixed-header .nav>li .get-nibaal {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .homepage #slogan {
    min-height: 750px;
  }
}

@media screen and (max-width: 992px) {
  .svg-line {
    width: 750px;
  }
  .svg-line,
  .collab-text {
    display: none;
  }
}

@-webkit-keyframes scroll-down-icon {
  0% {
    background-position: 0 0
  }
  7% {
    background-position: -23px 0
  }
  14% {
    background-position: -46px 0
  }
  21% {
    background-position: -69px 0
  }
  28% {
    background-position: -92px 0
  }
  35% {
    background-position: -115px 0
  }
  42% {
    background-position: -138px 0
  }
  49% {
    background-position: -161px 0
  }
  56% {
    background-position: -184px 0
  }
  64% {
    background-position: -207px 0
  }
  100% {
    background-position: -230px 0
  }
}

@-moz-keyframes scroll-down-icon {
  0% {
    background-position: 0 0
  }
  7% {
    background-position: -23px 0
  }
  14% {
    background-position: -46px 0
  }
  21% {
    background-position: -69px 0
  }
  28% {
    background-position: -92px 0
  }
  35% {
    background-position: -115px 0
  }
  42% {
    background-position: -138px 0
  }
  49% {
    background-position: -161px 0
  }
  56% {
    background-position: -184px 0
  }
  64% {
    background-position: -207px 0
  }
  100% {
    background-position: -230px 0
  }
}

@-o-keyframes scroll-down-icon {
  0% {
    background-position: 0 0
  }
  7% {
    background-position: -23px 0
  }
  14% {
    background-position: -46px 0
  }
  21% {
    background-position: -69px 0
  }
  28% {
    background-position: -92px 0
  }
  35% {
    background-position: -115px 0
  }
  42% {
    background-position: -138px 0
  }
  49% {
    background-position: -161px 0
  }
  56% {
    background-position: -184px 0
  }
  64% {
    background-position: -207px 0
  }
  100% {
    background-position: -230px 0
  }
}

@keyframes scroll-down-icon {
  0% {
    background-position: 0 0
  }
  7% {
    background-position: -23px 0
  }
  14% {
    background-position: -46px 0
  }
  21% {
    background-position: -69px 0
  }
  28% {
    background-position: -92px 0
  }
  35% {
    background-position: -115px 0
  }
  42% {
    background-position: -138px 0
  }
  49% {
    background-position: -161px 0
  }
  56% {
    background-position: -184px 0
  }
  64% {
    background-position: -207px 0
  }
  100% {
    background-position: -230px 0
  }
}

.homepage #main-screen .masthead {
  position: absolute;
  top: 38%;
  width: 100%;
  color: #FFF;
  z-index: 101;
}

.homepage #slogan h1 {
  font-family: "Raleway", sans-serif;
  color: #414141;
  padding: 0px 0px 60px;
  font-size: 40px;
  text-align: center;
}

.footer-link {
  text-align: center;
  margin: 0px auto;
  width: 31%;
  padding-bottom: 27px;
  padding-top: 14px;
}

.footer-link ul {
  display: block;
  margin: 0px;
  padding: 0px;
}

.footer-link ul li {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  float: left;
}

.footer-link ul li a {
  color: #fff;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
}

.copy-right {
  width: 30%;
  clear: both;
  color: #fff;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0 auto;
  padding: 5px 0;
}

.social-media {
  width: 100%;
  padding: 28px 0px 28px 0px;
  margin-top: -150px;
}

ul.social-connect li a {
  background: transparent url("../images/social.png") no-repeat scroll 0% 0%;
}

ul.social-connect {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 16%;
}

ul.social-connect li {
  float: left;
  margin-left: 12px
}

ul.social-connect li a {
  display: block;
  height: 41px;
  width: 48px;
  text-indent: -9999px;
  overflow: hidden
}

ul.social-connect li a.twitter {
  background-position: 0 top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-connect li a.twitter:hover {
  background-position: 0 bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-connect li a.linked {
  background-position: -105px top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-connect li a.linked:hover {
  background-position: -105px bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-connect li a.gogleplus {
  background-position: -58px top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul.social-connect li a.gogleplus:hover {
  background-position: -58px bottom;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-banner {
  width: 100%;
}

.large-format-slider {
  position: relative;
  height: 614px;
  overflow: hidden;
  /*max-width: 1632px;*/
  margin: 0 auto;
  z-index: 1;
}

.large-format-slider .crowd-logo {
  position: absolute;
  top: 50px;
  z-index: 3;
}

.large-format-slider .slider {
  z-index: 2;
  height: 614px;
}

.large-format-slider .slide {
  float: left;
  display: block;
  height: 614px;
  width: 100%;
}

.large-format-slider .slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.large-format-slider .controls {
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -20px;
}

.home .large-format-slider .controls {
  top: auto;
  bottom: 100px;
}

.large-format-slider .controls a {
  position: absolute;
  background: url('../images/crowd-sprites-nav.png') no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  width: 25px;
  height: 40px;
  z-index: 2;
  display: block;
}

.large-format-slider .controls a.prev {
  background-position: -40px 0;
  left: 60px;
}

.large-format-slider .controls a.prev:hover {
  background-position: -40px -80px;
}

.large-format-slider .controls a.next {
  background-position: -65px 0;
  right: 60px;
}

.large-format-slider .controls a.next:hover {
  background-position: -65px -80px;
}

.large-format-slider .slide-pager {
  z-index: 3;
  position: absolute;
  bottom: 30px;
  color: #fff;
  width: 100%;
  text-align: center;
}

.large-format-slider .slide-pager a {
  background: url('images/crowd-sprites-misc-icons.png');
  background-position: -40px -108px;
  display: inline-block;
  width: 17px;
  height: 17px;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 -1px;
}

.large-format-slider .slide-pager a.selected {
  background-position: -57px -108px;
}


/*----------------SUBPAGE-BANNER-SECTION-----------------*/

.sub-baner-heading-wrap {
  width: 50%;
  top: 150px;
  position: relative;
  float: left;
}

.sub-baner-heading-wrap h1 {
  margin-top: 70px;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #2a2662;
  font-weight: bold;
}

.sub {
  background: #fff;
  margin-top: -125px;
  min-height: 558px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}


/*--------------ABOUT--------------*/



.sub-baner-technology {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/technology-bg.jpg');
  background-attachment: fixed;
  background-position: 50% -46px;
  background-size: cover;
  height: 400px;
}

.sub-baner-service {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/service-bg.jpg');
  background-attachment: fixed;
  background-position: -100px -100px;
  background-size: auto;
  height: 400px;
}

.sub-baner-trems {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/terms_conditions.jpg');
  background-attachment: fixed;
  background-position: -500px -300px;
  background-size: cover;
  height: 400px;
}

.sub-baner-partner {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/partner-baner.jpg');
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}

.about-lft {
  width: 100%;
  overflow: hidden;
  background: #f3f2f2
}

.about-lft-menu li {
  float: left;
}

.about-lft-menu li a {
  display: block;
  color: #333;
  position: relative;
  border-bottom: 1px solid #D5D5D5;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  padding: 10px 55px;
  background: #f3f2f2;
  border-right: 1px solid rgb(213, 213, 213);
  text-decoration: none;
}

.about-lft-menu li a:hover {
  color: #FFF;
  background: #9B0202;
  text-decoration: none;
}

.about-lft-menu li a:hover .arrow {
  visibility: visible;
}

.about-lft-menu li a .arrow {
  width: 15px;
  height: 28px;
  display: block;
  right: -15px;
  top: 41%;
  margin-top: -8px;
  /*background:url(../images/left-arw.png) no-repeat;*/
  position: absolute;
  visibility: hidden
}

.about-lft-menu li.first-item a {
  border-top: 1px dashed #d5d5d5
}

.about-lft-menu li.first-item.active a {
  border-top: 1px solid #78ad0a
}

.about-lft-menu li.active a {
  color: #FFF;
  background: #9B0202;
  border-bottom: 1px solid #c7c7c7;
  text-decoration: none;
}

.about-lft-menu li.active a .arrow {
  visibility: visible;
}

.about-rght {
  padding: 30px 20px 30px 40px;
  width: 100%;
  clear: both;
}

.about-rght p {
  text-align: justify;
}

.sub h2 {
  color: #424242;
  font-size: 34px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 33px;
  padding-top: 11px;
}

.sub p {
  color: #606060;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 20px;
}

.about-mrg {
  margin-bottom: 60px;
}

.sub span {
  font-weight: bold;
}


/*--------------Management-Profiles--------------*/

.management-baner-wrap {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/management-profile.jpg');
  background-attachment: fixed;
  background-size: auto;
  height: 400px;
}

.management ul {
  margin: 0px;
  padding: 0px;
}

.management ul li {
  padding: 0px 0px 0px 0px;
  margin-right: 45px;
  float: left;
}

.management h4 {
  color: #303030;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  padding-top: 14px;
  font-weight: bold;
}

.management h5 {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  line-height: 24px;
  padding-top: 7px;
}


/*-----------Location-----------*/

.location-baner-wrap {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/location.jpg');
  background-size: cover;
  height: 250px;
}

.location-left {
  padding: 25px 0px 0px 30px;
  height: 346px;
  width: 420px;
  float: left;
  background: #FF7248;
  color: #fff;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}

.location-right {
  padding: 0px 0px 0px 0px;
  height: 346px;
  width: 420px;
  float: left;
}


/*-----------video-----------*/


/*-----------Products-----------*/

.product {
  width: 100%;
  padding: 50px 49px;
}

.product-color-1 {
  background: #f2f1ed;
}

.product-color-2 {
  background: #fff;
}

.top-bar {
  width: 100%;
  height: 8px;
  background: #9B0202;
}

.product h3 {
  color: #291b1a;
  font-size: 27px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 25px;
}

.product h4 {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}

.product p {
  color: #5e5d5d;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  line-height: 26px;
}

span {
  font-weight: bold;
}

.prdct-color-pink {
  color: #ff5825;
}

.prdct-color-cyan {
  color: #22d0df;
}

.prdct-color-light-gren {
  color: #5fa217;
}

.prdct-color-violet {
  color: #724b93;
}

.prdct-color-light-pink {
  color: #c05582;
}

.prdct-color-blue {
  color: #00aeff;
}

.prdct-color-red {
  color: #ff4848;
}

.prdct-color-yellow {
  color: #ff971d;
}

.prdct-color-green {
  color: #00910e;
}


/*-----------Technology-----------*/

.techology-top {
  background: #9B0202;
  border-radius: 0px 0px 3px 3px;
  border-bottom: solid 11px #C40303;
  padding-top: 30px;
  padding-left: 60px;
}

.techology-top h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-bottom: 20px;
  font-size: 35px;
  padding-top: 30px;
}

.techology-top p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.techology-grey {
  background: #f6f6f6;
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 53px;
}

.techology h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color: #010101;
  padding-bottom: 20px;
  padding-top: 30px;
}

.techology p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #5e5d5d;
  line-height: 28px;
}

.techology-white {
  background: #fff;
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 53px;
}


/*-----------Processes-----------*/

.process h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color: #010101;
  padding-bottom: 20px;
}

.process p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #5e5d5d;
  line-height: 28px;
}

.process-top {
  background: #1d8a00;
  border-radius: 0px 0px 3px 3px;
  border-bottom: solid 11px #187000;
  padding-top: 30px;
  padding-left: 60px;
}

.process-white {
  background: #fff;
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 53px;
}

.process-grey {
  background: #f6f6f6;
  padding-top: 50px;
  padding-left: 60px;
  padding-bottom: 53px;
}

.process-top h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-bottom: 20px;
  font-size: 35px;
  padding-top: 30px;
}

.process-top p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}


/*-----------Delivery-Model-----------*/

.delivery-top {
  background: #4c4378;
  border-radius: 0px 0px 3px 3px;
  border-bottom: solid 11px #3a335b;
  padding-top: 30px;
  padding-left: 60px;
}

.delivery-top h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-bottom: 20px;
  font-size: 35px;
  padding-top: 30px;
}

.delivery-top p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.delivery {
  padding: 40px;
}

.delivery h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color: #010101;
  padding-bottom: 10px;
}

.delivery p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #5e5d5d;
  line-height: 24px;
}

.delivery-list ul {
  margin: 0px;
  padding: 0px;
}

.delivery-list ul li {
  padding: 10px 10px 10px 60px;
  color: #3c3c3c;
  font-size: 17px;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  background: url('../images/delivery-tick.png') left no-repeat;
}


/*-----------Outsourcing-----------*/

.outsourcing-top {
  background: #8f6a56;
  border-radius: 0px 0px 3px 3px;
  border-bottom: solid 11px #664b3c;
  padding-top: 30px;
  padding-left: 60px;
}

.outsourcing-top h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  padding-bottom: 20px;
  font-size: 35px;
  padding-top: 30px;
}

.outsourcing-top p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.outsourcing p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}

.outsourcing {
  padding: 40px;
}

.outsourcing h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 34px;
  color: #010101;
  padding-bottom: 10px;
}

.outsourcing p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #5e5d5d;
  line-height: 24px;
}


/*-----------Contact-----------*/

.contact-form {
  
  padding: 20px 0px 20px 10px;
  overflow: hidden;
  position:relative;
}

.contact-text-filed {
  border-radius: 4px !important;
  border: 1px solid #2666AC !important;
  width: 100% !important;
  padding: 10px !important;
  color: #000 !important;
  margin-bottom: 20px !important;
  font-family: arial;
  font-size: 17px !important !important;
}

.contact-text-area {
  border-radius: 4px !important;
  border: solid 1px #2666AC !important;
  width: 100% !important;
  padding: 14px !important;
  color: #000 !important;
  font-family: arial;
  font-size: 17px !important;
}

.contact-button {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  text-align: center;
  margin: 0 auto;
  float: right;
  margin-top: 29px;
}

.contact-button:hover {
  background: #4c9ed9 !important;
}

.contact-details {
  background: #fff;
  padding: 20px 50px 20px 10px;
  overflow: hidden;
}

.contact-details h3 {
  color: #2666AC;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  padding: 0px 0 5px 0;
}

.contact-details h4 {
  color: #545454;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 25px 0;
}

.contact-details span {
  color: #2666AC;
}

.contact-map {
  padding: 20px 0 20px 0;
  display: block;
  width: 100%;
  overflow: hidden;
}


/*-----------careers-----------*/

.careers-baner-wrap {
  margin: 0px;
  top: 0px;
  width: 100%;
  background: url('../images/career.jpg');
  background-attachment: fixed;
  background-size: auto;
  height: 400px;
}

.careers {
  background: #fff;
  padding: 10px 2px 0px 2px;
  overflow: hidden;
}

.careers ul li {
  padding: 20px 0px 37px 40px;
  margin: 0px 0px 15px 0px;
  background: #F6F6F6;
    position: relative;
}

.careers h2 {
  font-size: 22px;
  color: #9B0202;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  padding: 30px 0px 28px 36px;
  background: url('../images/dot.png') left no-repeat;
  display: inline-table;
}

.careers h3 {
  color: #010101;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  line-height: 38px;
  padding-bottom: 32px;
}

.careers p {
  color: #787878;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
}

.careers-skill ul li {
  color: #303030;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  padding: 0px 0px 5px 33px;
  background: url("../images/orng-tick.png") no-repeat scroll left center;
  margin-left: 37px;
}

.careers span {
  color: #9B0202;
}




/*-----------Services-----------*/

.services {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.services h3 {
  color: #474747;
  font-size: 27px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 25px;
  font-weight: bold;
}

.services h4 {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}

.services p {
  color: #5e5d5d;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 26px;
}

.service-btn {
  padding: 12px 36px;
  background: #2666AC none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border-radius: 27px;
}

.service-btn:hover {
  padding: 12px 36px;
  background: #2b8cca none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border-radius: 27px;
}


/*------------Terms and Conditions--------*/

.terms {
  width: 100%;
  padding: 69px 49px;
  border-bottom: 1px solid #fff;
}

.terms h3 {
  color: #474747;
  font-size: 27px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 25px;
  font-weight: bold;
}

.terms h4 {
  font-size: 21px;
  font-family: 'Raleway', sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}

.terms p {
  color: #5e5d5d;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 26px;
  padding-bottom: 45px;
}

.terms-btn {
  padding: 12px 36px;
  background: #2666AC none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border-radius: 27px;
}

.terms-btn:hover {
  padding: 12px 36px;
  background: #2b8cca none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  border-radius: 27px;
}

/*div{
  border: 1px solid #9b0202;
}*/
/*-----------patners-----------*/

.patners-col {
  padding: 40px 20px 20px 20px;
  ;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  height: 270px;
}

.patners-col h3 {
  color: #606060;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  padding: 10px 0px 10px 0px;
}

.patners-col h4 {
  color: #585858;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.patners-col-btn {
  color: #9B0202;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-decoration: underline;
}

.patners-col-btn:hover {
  color: #2666AC;
}

.patners-col-btn:active {
  color: #e63600 !important;
}


/*-----------NEWS-ROOM-----------*/

.news-room {
  padding: 20px 20px 0px 20px;
  margin-bottom: 30px;
}

.news-room-wrap {
  background: #FF8A00 none repeat scroll 0% 0%;
  overflow: hidden;
}

.news-room-date {
  background: #FF8A00 none repeat scroll 0% 0%;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  padding: 50px;
  font-family: arial;
  line-height: 38px;
}

.news-room-lft {
  min-height: 180px;
  background: rgb(228, 221, 215) none repeat scroll 0% 0%;
  padding-top: 21px;
}

.news-room h2 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 15px;
}

.news-room p {
  font-family: arial;
  font-size: 14px;
  color: rgb(66, 66, 66);
  line-height: 23px;
  padding-bottom: 5px;
}

.news-room span {
  font-family: arial;
  font-size: 14px;
  color: #464646;
  font-weight: bold;
}

.news-room-btn {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  padding: 9px 27px;
  float: right;
  background: #FF8A00 none repeat scroll 0% 0%;
}


/*-----------Awards-----------*/

.awards {
  display: block;
}

.awards img {
  padding: 20px 70px 0px 0px;
}


/*-----------sub-footer-----------*/

.sub-footer {
  width: 100%;
  background: #3725b5;
  /*2666AC*/
  padding: 20px 0 20px;
}


/*---------terms of services---------*/

.terms {
  padding: 40px 50px 0px 40px;
}

.terms h1 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 15px;
}


/*---------Privacy Policy---------*/

.privacy {
  padding: 40px 50px 0px 40px;
}

.privacy h1 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 15px;
}

.sitemap {
  padding: 40px 50px 0px 40px;
}

.sitemap h1 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-family: "Raleway", sans-serif;
  padding-bottom: 15px;
}

.sitemap ul {
  display: block;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}

.sitemap ul li {
  padding: 23px 10px 23px 21px;
  border-bottom: 1px solid #9E9E9E;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: #3F3F3F;
  width: 290px;
  background: url(../images/stmap-arow.png) no-repeat left;
}

.sitemap ul li a {
  font-size: 15px;
  font-family: "Raleway", sans-serif;
  color: #3F3F3F;
}

.contact-bg {
  background: url(../images/contact-img.jpg) no-repeat;
  background-size: cover;
}

.contact-baner-wrap {
  margin: 0px;
  top: 0px;
  width: 100%;
  height: 428px;
}

.contact-sub {
  background: #fff;
  margin-top: -250px;
  margin-bottom: 100px;
  min-height: 500px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 0 0 20px 0;
}

.contact-heading-wrap {
  width: 100%;
  text-align: center;
  top: 100px;
  position: relative;
}

.contact-heading-wrap h1 {
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  color: #2a2662;
  font-weight: bold;
}

.pdng-lft {
  padding-left: 0px;
}

.contactMsg {
  display: none;
  color: green;
  font-weight: bold;
  min-height: 438px;
  text-align: center;
  line-height: 400px;
}

.contactMsg .inner-content {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

#contactFrm textarea.errorComponent,
#contactFrm input.errorComponent {
  border: solid 2px #ff0000 !important;
}



/*--------------------------------------------------
	  **Banar**
---------------------------------------------------*/

.banner-wrapper h2 {
  /*font-family: "kievitbook";*/
  line-height: 135px;
  color: #FFF;
  font-size: 60px;
}

.banner-wrapper h3 {
  font-size: 35px;
  /*font-family: "kievitbook";*/
  margin: 0px 0px 40px;
  text-transform: capitalize;
  color: #FFF;
  line-height: 26px;
}

.banner-wrapper {
  height: 905px;
  overflow: hidden;
  position: relative;
}

.banner-wrapper .next,
.banner-wrapper .prev {
  position: absolute;
  z-index: 9999;
  top: 47%;
  width: 59px;
  height: 62px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999999;
}

.banner-wrapper .prev {
  left: 260px;
  background-position: -50px -177px;
  background: url(../images/pre_btn.png) no-repeat;
  z-index: 9999999;
  opacity: 0.5;
}

.banner-wrapper .prev:hover {
  opacity: 1;
  background-position: 0 -177px;
  background: url(../images/pre_btn.png) no-repeat;
  z-index: 9999999;
}

.banner-wrapper .next {
  right: 190px;
  background-position: 0 -227px;
  background: url(../images/next_btn.png) no-repeat;
  z-index: 9999999;
  opacity: 0.5;
}

.banner-wrapper .next:hover {
  opacity: 1;
  background-position: -50px -227px;
  background: url(../images/next_btn.png) no-repeat;
}

ul.banner-slider {
  display: block;
  height: 864px!important
}

ul.banner-slider li {
  position: relative;
  height: 784px!important;
  z-index: 1;
  text-align: center;
}

ul.banner-slider li .banner-content {
  position: absolute;
  top: 30%;
  color: #fff;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 1s ease-out 1s;
  -moz-transition: all 1s ease-out 1s;
  -ms-transition: all 1s ease-out 1s;
  -o-transition: all 1s ease-out 1s;
  transition: all 1s ease-out 1s;
  -webkit-transform: translatex(1000px);
  -moz-transform: translatex(1000px);
  -ms-transform: translatex(1000px);
  -o-transform: translatex(1000px);
  transform: translatex(1000px);
  width: 100%;
}

ul.banner-slider li.selected .banner-content {
  opacity: 1;
  -webkit-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0)
}

ul.banner-slider li img {
  opacity: .5;
  -webkit-transition-duration: .4s;
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all 1s ease-in-out;
}

ul.banner-slider li.selected img {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -moz-transform: rotate(0deg) scale(1) translate(0px, 0px);
  -o-transform: rotate(0deg) scale(1) translate(0px, 0px)
}

.btn-yellow {
  background: #9b0202;
  padding: 20px 40px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: 16px;
  font-family: 'Raleway', sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
}

.btn-yellow:hover {
  background: #007aff;
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.btn-yellow:active {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.4)
}

.btn-blue {
  background: #152031;
  color: #FFF;
  font-size: 12px;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px
}

.btn-blue:hover {
  background: #618e04;
  color: #FFF
}

.span_baner-sub-caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFF;
  line-height: 20px;
}

.list_carousel {
  background-color: #ccc;
  margin: 0 auto;
  width: 50%;
  height: 100px;
}

.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

.list_carousel li {
  font-size: 40px;
  color: #999;
  text-align: center;
  width: 30%;
  height: 100px;
  padding: 0;
  margin: 5px 0 5px 0;
  display: block;
  float: left;
}

.list_carousel_content {
  /**background-color: #ccc;**/
  margin: 0 auto;
  width: 60%;
  padding: 0 15px 0 15px;
  height: 100px;
  background: #c1c1c1;
}

.list_carousel_content li {
  font-size: 20px;
  color: #999;
  text-align: center;
  background-color: ;
  width: 220px;
  height: 100px;
  padding: 0;
  margin-top: 45px;
  display: block;
  float: left;
}

.sub-prev-btn {
  float: right;
  z-index: 99999;
  position: relative;
  top: 300px;
}

.sub-prev-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
  font-family: 'Raleway', sans-serif;
  padding: 0px 0px 0px 35px;
  font-weight: bold;
  background: url("../images/bk-arrow.png")left no-repeat;
}

.sub-prev-btn a:hover {
  color: #FF5A4D;
  background: url("../images/bk-arrow-hover.png")left no-repeat;
  padding: 0px 0px 0px 35px;
}

.goto a {
  color: #fff;
  font-weight: bold;
  background: url("../images/bk-arrow.png")left no-repeat;
  padding-left: 40px;
}

.goto a:hover {
  color: #FF6225;
  background: url("../images/bk-arrow-hover.png")left no-repeat;
}

.goto {
  float: right;
  width: 130px;
  margin: -40px -52px 0px 0px;
}

.spinner {
  margin: 450px auto 0px;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 20px;
  height: 20px;
  background-color: #2666AC;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.not-found {
  width: 100%;
  text-align: center;
}

.not-found h2 {
  font-family: "Raleway", sans-serif;
  font-size: 53px;
  color: #000;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}


/*Footer Social */

.footer-social {
  margin-bottom: 20px;
}

.footer-social h3 {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 10px;
}

.footer-social ul li a:hover {
  color: #ed1c24;
}
.info {
  opacity: 0;
  transition: all 1s ease 0s;
  visibility: hidden;
  line-height: 20px;
}
.loader {
  display: none;
  margin: 5px auto;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  text-align: center;
  bottom: 0;
  z-index: 9;
  padding: 50% 0%;
}
#footer {
  z-index: 999;
}