/* CSS Document */
@font-face {
    font-family: 'ProximaNovaAltRegular';
    src: url('../fonts/ProximaNovaAltRegular.eot');
    src: url('../fonts/ProximaNovaAltRegular.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaAltRegular.woff2') format('woff2'),
         url('../fonts/ProximaNovaAltRegular.woff') format('woff'),
         url('../fonts/ProximaNovaAltRegular.ttf') format('truetype'),
         url('../fonts/ProximaNovaAltRegular.svg#ProximaNovaAltRegular') format('svg');
}
@font-face {
    font-family: 'ProximaNovaAltBold';
    src: url('../fonts/ProximaNovaAltBold.eot');
    src: url('../fonts/ProximaNovaAltBold.eot') format('embedded-opentype'),
         url('../fonts/ProximaNovaAltBold.woff2') format('woff2'),
         url('../fonts/ProximaNovaAltBold.woff') format('woff'),
         url('../fonts/ProximaNovaAltBold.ttf') format('truetype'),
         url('../fonts/ProximaNovaAltBold.svg#ProximaNovaAltBold') format('svg');
}




/************************** Default css **************************/
* {
	padding:0;
	margin:0;
	list-style:none;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
body {
	background:#F6F6F6;
	font-family: 'ProximaNovaAltRegular';
	font-size:100%;
	color:#333;
	line-height:100%;
	font-style:normal;
	font-weight: normal;
	text-rendering:optimizeLegibility; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale;
	 -moz-font-feature-settings:'liga', 'kern';
}
html{
	-webkit-text-size-adjust:100%; 
	-ms-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);	
}
input { background:none; border:0 none; outline:none; }
img	{ border:0 none; max-width:100%; max-height:100%;height:auto;width:auto;margin:0 auto;}
a	{ outline:none; cursor:pointer;text-decoration:none; }
.clear {
	clear:both;
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block;
}
a, a:before, a:after,
input[type="submit"]{
	 transition: all 0.5s ease 0s;
 	 -moz-transition: all 0.5s ease 0s;
 	 -webkit-transition: all 0.5s ease 0s;
 	 -o-transition: all 0.5s ease 0s;
 	 -ms-transition: all 0.5s ease 0s;	
}
input,
input:focus,
input::-moz-focus-inner,
button,
button:focus,
button::-moz-focus-inner{
	outline: 0 none;
	border: 0 none;
	display: block;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.close-btn {
  display: none;
}
a,span {
  line-height:100%;
}
ul:after {
  clear: both;
  content: "";
  display: block;
}
/************************** Default css close **************************/

/************************** Homepage start **************************/
.container{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
#wrapper {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
a {
  color: #d02127;
  font-family: 'ProximaNovaAltRegular';
  font-size: 16px;
  line-height: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'ProximaNovaAltBold';
	line-height: 100%;
	font-weight: 500;
}
h1 {
  font-size: 40px;
  color: #fff;
}
h2 {
  font-size: 30px;
  color: #524f86;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}
h3{
	color: #524f86;
	font-size: 22px;
	margin-bottom: 10px;	
}
p {
  color: #666666;
  font-family: 'ProximaNovaAltRegular';
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}


.nav-menu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 130px;
}
.nav-menu li:first-child {
  margin-left: 0;
}
.nav-menu ul {
  text-align: right;
}
.nav-menu li:nth-of-type(1), .nav-menu li:nth-of-type(2) {
  float: left;
}
.logo {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 25px;
  width: 347px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.logo a {
  display: block;
}
.nav-menu li a {
  color: #000;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
}
.nav-menu li a:hover, .nav-menu li.active a {
  color: #cf2226;
}
.nav-menu li a::after {
  background-color: #CF2226;
  border-radius: 5px;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.nav-menu li a:hover::after,
.nav-menu li.active a::after {
  width: 100%;
}
.nav-menu {
  padding: 41px 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.banner img {
  display: block;
  margin: 0 auto;
}
.banner {
  position: relative;
  margin-top: 100px;
}
.caption-text {
  margin-top: -20px;
  max-width: 450px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.caption h1 {
  font-style: italic;
  line-height: 120%;
}
.caption-text span {
  margin: 17px 0 40px;
  display: block;
  font-size: 26px;
}
.caption-text a {
  background-color: #fff;
  border-radius: 5px;
  color: #524f86;
  display: inline-block;
  font-size: 20px;
  font-family: 'ProximaNovaAltBold';
  font-style: italic;
  padding: 10px 20px;
  text-transform: capitalize;
  vertical-align: top;
}
.caption-text a:hover {
  background-color: #524f86;
  color: #fff;
}
.ca-logo {
  background-color: #fff;
  border-radius: 30px;
  bottom: -20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: auto;
  padding: 10px 0;
  position: absolute;
  right: 0;
  width: 160px;
}
.padding-tb {
  padding: 80px 0;
}
.our-services ul li {
  background-color: #F5F6FA;
  float: left;
  margin-bottom: 20px;
  text-align: center;
  width: 32.3%;
}
.our-services ul li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.our-services ul li:nth-of-type(3n+2) {
  margin: 0 1.5%;
}
.our-services ul li:nth-of-type(3n+1) {
  clear: both;
}
.service-box p {
  margin-bottom: 5px;
  font-size: 16px;
}
.service-box h3 a {
  color: #524f86;
  cursor: default;
  font-family: "ProximaNovaAltBold";
  font-size: 22px;
  margin-bottom: 10px;
  pointer-events: none;
  text-decoration: none;
}
.service-box a {
  text-decoration: underline;
  text-transform: capitalize;
}
section a:hover{
	color: #524f86;	
}
.service-box {
  padding: 130px 30px 35px;
  position: relative;
}
.service-box::before {
  background: url("../images/sprite-all.png") no-repeat;
  content: "";
  height: 65px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 37px;
  width: 65px;
}
.our-services ul li:nth-of-type(1) .service-box::before {
  background-position: 0 0;
  height: 63px;
  width: 61px;
}
.our-services ul li:nth-of-type(2) .service-box::before {
  background-position: -72px 0;
  height: 62px;
  width: 61px;
}
.our-services ul li:nth-of-type(3) .service-box::before {
  background-position: -143px 0;
  height: 59px;
  width: 64px;
}
.our-services ul li:nth-of-type(4) .service-box::before {
  background-position: -218px 0;
  height: 58px;
  width: 64px;
}
.our-services ul li:nth-of-type(5) .service-box::before {
  background-position: -293px 0;
  height: 59px;
  width: 56px;
}
.our-services ul li:nth-of-type(6) .service-box::before {
  background-position: -360px 0;
  height: 56px;
  width: 63px;
}
.newsletter-sec {
  background: url("../images/newsletter-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover ;
  position: relative;
  z-index: 1;
}
.newsletter-sec::before {
  background-color: #302e5c;
  content: "";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.newsletter-sec span.newsletter-head {
  color: #fff;
  font-family: "ProximaNovaAltBold";
  font-weight: 500;
  line-height: 100%;
  font-size: 30px;
  font-style: italic;
  margin-bottom: 20px;
  text-align: center;
}
.newsletter-sec span {
  color: #fff;
  display: block;
  font-family: "ProximaNovaAltBold";
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.newsletter-sec input[type="text"] {
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid transparent;
  color: #263238;
  font-size: 18px;
  font-family: 'ProximaNovaAltRegular';
  height: 50px;
  line-height: 100%;
  padding: 0 20px;
  width: 285px;
}
.newsletter-sec input.error[type="text"] {
  border: 1px solid #f00;
}
.newsletter-sec input {
  display: inline-block;
  vertical-align: top;
}
.newsletter-sec form {
  text-align: center;
  margin-top: 48px;
}
label.error {
  display: none !important;
}
.newsletter-sec input[type="submit"] {
  background-color: #d02126;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "ProximaNovaAltBold";
  font-size: 20px;
  font-style: italic;
  height: 50px;
  padding: 0 55px;
  text-align: center;
  text-transform: capitalize;
}
.newsletter-sec input[type="submit"]:hover {
  background-color: #fff;
  color: #524f86;
}
.newsletter-sec input[name="phone"] {
  margin: 0 16px;
}
.our-clients .owl-nav {
  display: none;
}
.owl-dots {
  text-align: right;
  position: relative;
  float: right;
}
.owl-dot {
  background-color: #dfdfe7;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-top: -12px;
  margin-left: 6px;
  vertical-align: top;
  width: 8px;
}
.owl-dot.active {
  background-color: #d02127;
}
.item p {
  background-color: #d02126;
  color: #fff;
  font-size: 18px;
  padding: 40px 55px;
  position: relative;
}
.active .item p::before {
  border-left: 25px solid transparent;
  border-top: 25px solid #7a0d10;
  bottom: -25px;
  content: "";
  left: 50px;
  position: absolute;
  transform: skewX(35deg);
  -moz-transform: skewX(35deg);
  -webkit-transform: skewX(35deg);
  -ms-transform: skewX(35deg);
  -o-transform: skewX(35deg);
}
.our-clients .owl-carousel {
  margin: 0 auto;
  max-width: 70%;
}
.item span {
  color: #40485a;
  display: inline-block;
  font-style: italic;
  margin-top: 10px;
  vertical-align: top;
}
.item span b {
  font-style: normal;
}
.why-choose-sec {
  background-color: #f5f6fa;
}
.our-services.why-choose-sec ul li {
  background-color: #fff;
}
.why-choose-sec .service-box a {
  display: none;
}
.why-choose-sec .service-box h3 a {
  display: block;
}
.our-services.why-choose-sec ul li:nth-of-type(1) .service-box::before {
  background-position: -434px 0;
  height: 63px;
  width: 63px;
}
.our-services.why-choose-sec ul li:nth-of-type(2) .service-box::before {
  background-position: 0 -74px;
  height: 64px;
  width: 55px;
}
.our-services.why-choose-sec ul li:nth-of-type(3) .service-box::before {
  background-position: -66px -74px;
  height: 56px;
  width: 59px;
}
.welcome-text p {
  font-size: 18px;
  text-align: center;
  padding: 0 9%;
}
.footer-text img {
  display: block;
  margin: 0 auto;
}
footer {
  text-align: center;
}
.footer-top {
  background-color: #273238;
}
.footer-bottom {
  background-color: #1f282d;
  padding: 30px 0;
}
.footer-text span, .footer-text span a {
  color: #566369;
  font-size: 16px;
  font-family: "ProximaNovaAltBold";
  font-style: italic;
}
.footer-nav li {
  display: inline-block;
  vertical-align: top;
}
.welcome-text {
  position: relative;
}
.ca-logo img {
  display: block;
  margin: 0 auto;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-text span.address {
  border-bottom: 1px solid #172025;
  display: inline-block;
  line-height: 120%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}
.footer-text span.address:nth-of-type(2) {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.footer-nav {
  border-bottom: 1px solid #172025;
  border-top: 1px solid #172025;
  margin: 50px auto;
  max-width: 895px;
  padding: 17px 0;
}
.footer-nav a {
  color: #566369;
  font-size: 18px;
  text-transform: capitalize;
}
.footer-nav li {
  margin: 0 63px;
}
footer a:hover, footer .footer-nav li.active a, footer .copyright-text p a:hover{
  color: #fff;
}
.contact-detail span:nth-of-type(2) {
  margin: 0 45px;
}
.copyright-text p {
  color: #566369;
  font-size: 15px;
  margin: 0;
}
.copyright-text p, .copyright-text p a {
  color: #566369;
  font-size: 15px;
  line-height: 120%;
  margin: 0;
}
.footer-logo a {
  display: inline-block;
  vertical-align: top;
}
header {
  background-color: #fff;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.stick .nav-menu {
  padding: 20px 0;
}
.stick .logo {
  top: 15px;
  width: 250px;
}
.stick header {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
/* Home Page Close */

/* About Us Page */
.innerpage h2 {
  text-align: left;
  margin-bottom: 16px;
}
.partner li {
  padding: 0 0 0 170px;
  position: relative;
  margin-bottom: 27px;
  min-height: 150px;
}
.partner li:last-child {
  margin-bottom: 0;
}
.partner-img {
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}
/*
.partner-img img {
  border-radius: 50%;
  -moz-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
*/
.partner {
  margin-top: 43px;
}
.innerpage .partner h2 {
  margin-bottom: 20px;
}
.partner li p:nth-of-type(1) {
  line-height: 130%;
  margin-bottom: 0;
}
/* About Us Page Close */

/* Services Page start */
ul.listing li {
  color: #666666;
  font-family: "ProximaNovaAltRegular";
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
  position: relative;
  padding-left: 20px;
}
ul.listing li::before {
  background-color: #cf2226;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}
ul.listing {
  margin-bottom: 25px;
  padding-left: 30px;
}
ul.listing:last-child {
  margin-bottom: 0;
}

/* Services Page close */

/* Contact Us Page start */
.contact-box-wrap::after, .form-section:after {
  clear: both;
  content: "";
  display: block;
}
.contact-box {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  float: left;
  padding: 20px;
  width: 49%;
}
.contact-box-wrap .contact-box:last-child {
  float: right;
}
.contact-box p {
  margin-bottom: 10px;
}
.contact-box p:last-child {
  margin-bottom: 0;
}
.contact-box span:last-child {
  margin-left: 30px;
}
.Applybox > span {
  background-color: #524f86;
  color: #fff;
  display:block;
  font-family: "ProximaNovaAltRegular";
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.Applybox > a{
  background-color: #524f86;
  color: #fff;
  display: block;
  font-family: "ProximaNovaAltRegular";
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}
.Applybox > a:hover {
  background-color: #d02127;
  color: #fff;
}
.Applybox {
  margin-top: 50px;
}
.Apply {
  border: 1px solid #ddd;
  padding: 80px;
}
.form-section .input-group {
  float: left;
  width: 48%;
  position: relative;
}
.form-section .input-group:nth-of-type(2) {
  float: right;
}
.Apply form input[type="text"] {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-family: "ProximaNovaAltRegular";
  width: 100%;
}
.form-section label {
  color: #666;
  cursor: text;
  left: 10px;
  position: absolute;
  top: -15px;
  left: 0;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  width: 100%;
}
.form-section label.active {
  top: -25px;
}
.form-section {
  margin-bottom: 80px;
}
.form-section .input-group.quali {
  margin-top: -10px;
}
.form-section .input-group select {
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -0-appearance: none;
  border-color: #ddd;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 15px;
  color: #666;
  font-family: "ProximaNovaAltRegular";
  padding: 12px 0 0px;
  vertical-align: top;
  width: 100%;
}
.form-section .input-group.textArea {
  width: 100%;
}
.input-group textarea {
  border: 1px solid #ddd;
  font-size: 15px;
  color: #666;
  font-family: "ProximaNovaAltRegular";
  margin-top: 20px;
  min-height: 100px;
  padding: 10px;
  width: 100%;
}
.upfile label {
  background-color: #e9e9e9;
  color: #31404e;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  width: 180px;
}
.upfile label, .upfile span {
  display: inline-block;
  vertical-align: middle;
}
.upfile span {
  padding-left: 20px;
}
input[type="file"] {
  clip: rect(0px, 0px, 0px, 0px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.applynow {
  background-color: #d02126;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "ProximaNovaAltBold";
  font-size: 20px;
  padding: 15px 50px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  vertical-align: top;
}
.applynow:hover {
  background-color: #524F86;
}
.input-group.captcha {
  margin: 20px 0;
}
a.btn {
  background-color: #d02126;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "ProximaNovaAltBold";
  font-size: 18px;
  margin: 0 auto;
  padding: 15px 20px;
  text-align: center;
  width: 180px;
}
a.btn:hover {
  background-color: #524F86;
  color: #fff;
}


.scrollToTop {
  background: #d02126 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 25px;
  color: #444;
  display: none;
  font-weight: bold;
  height: 50px;
  padding: 10px;
  position: fixed;
  right: 40px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
}
.scrollToTop span {
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  display: inline-block;
  height: 0;
  line-height: 100%;
  padding-top: 10px;
  vertical-align: top;
  width: 0;
}
.scrollToTop:hover {
  background-color: #524f86;
}

/* Contact Us Page Close */

/* Placeholder css */

::-webkit-input-placeholder {color: #263238; opacity:0.5;}
::-moz-placeholder {color: #263238; opacity:0.5;}
:-ms-input-placeholder {color: #263238; opacity:0.5;}
:-moz-placeholder {color: #263238; opacity:0.5;}

/* Placeholder css close */
@media screen and (-webkit-min-device-pixel-ratio:0) {.form-section .input-group.quali {margin-top: -8px;}}