@charset "utf-8";
@font-face {
    font-family: 'athleticslight';
    src: url('fonts/athletics-light.eot');
    src: url('fonts/athletics-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/athletics-light.woff2') format('woff2'),
         url('fonts/athletics-light.woff') format('woff'),
         url('fonts/athletics-light.ttf') format('truetype'),
         url('fonts/athletics-light.svg#athleticslight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'athleticslight_italic';
    src: url('fonts/athletics-lightitalic.eot');
    src: url('fonts/athletics-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/athletics-lightitalic.woff2') format('woff2'),
         url('fonts/athletics-lightitalic.woff') format('woff'),
         url('fonts/athletics-lightitalic.ttf') format('truetype'),
         url('fonts/athletics-lightitalic.svg#athleticslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'athleticsmedium';
    src: url('fonts/athletics-medium.eot');
    src: url('fonts/athletics-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/athletics-medium.woff2') format('woff2'),
         url('fonts/athletics-medium.woff') format('woff'),
         url('fonts/athletics-medium.ttf') format('truetype'),
         url('fonts/athletics-medium.svg#athleticsmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'athleticsmedium_italic';
    src: url('fonts/athletics-mediumitalic.eot');
    src: url('fonts/athletics-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/athletics-mediumitalic.woff2') format('woff2'),
         url('fonts/athletics-mediumitalic.woff') format('woff'),
         url('fonts/athletics-mediumitalic.ttf') format('truetype'),
         url('fonts/athletics-mediumitalic.svg#athleticsmedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* -webkit-transform-style: preserve-3d; */
-webkit-backface-visibility: hidden;
}


html, body {
  width: 100%;
/* height: 100%; */
  padding: 0px;
  margin: 0;
   /* overflow-x: hidden; */
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  min-width: 320px;
  color: #061C42;
  font-family: 'athleticslight';
  letter-spacing: 0.18px;
}

/*=============== tags start ===================**/
section{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
  border: 0;
}
*:focus{
outline-style:none;
box-shadow:none;
border-color:transparent;
}
button::-moz-focus-inner, select::-moz-focus-inner, input[type='submit']::-moz-focus-inner, input[type='submit']:focus {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
color: #C3657B;
text-decoration:none;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;


}
a:hover {
    color: #061C42;
text-decoration:none;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal;   font-family: 'athleticsmedium';
padding: 0px;
margin: 0px;
letter-spacing: 0px;
}

h1 {
  font-size: 60px;
  line-height: 66px;
  margin-bottom: 20px;
}
h2, .homeExpertise h2 {
  font-size: 54px;
  line-height: 60px;
margin-bottom:20px;
}
h3, .TabSection h3 {
  font-size: 36px;
  line-height: 48px;
margin-bottom: 15px;
letter-spacing: -0.18px;
}
h4 {
font-size: 28px;
line-height: 34px;
margin-bottom: 15px;
}
h5 {
font-size: 22px;
line-height: 28px;
margin-bottom: 15px;
font-weight: 400;
}
h6 {
font-size: 18px;
line-height: 24px;
margin-bottom: 10px;

}
ul{
padding: 0px 0px 30px 25px;
margin: 0px;


}
ol{
padding: 0px 0px 20px 25px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 3px 0px 3px 0px;
}

ol li{
padding: 3px 0px 3px 3px;
}

p { margin: 0px; padding: 0px 0px 25px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #E0E0E0;
}
strong, b {font-family: 'athleticsmedium'; font-weight: normal; }
em, i{font-family: 'athleticslight_italic';}
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select{

font-family: 'athleticsmedium';
font-size:16px;
line-height: 30px;
padding: 8px 15px;
margin: 0px;
color: #061C42;
border-radius: 0px;
border:1px solid #a4a2a2;
background-color: #fff;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
input[type='submit'], input[type=button], input[type=reset], button {
color:#ffffff;
font-family: 'athleticsmedium';
font-size:16px;
line-height: 24px;
    letter-spacing: 1px;
font-weight: 700;
text-decoration: none;
text-transform: uppercase;
margin: 0px;
padding: 11px 17px;
border-radius: 5px;
display: inline-block;
background-color:#061C42;
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
border: 1px solid rgba(256, 256, 256, 0.01);
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button:hover
{
  color: #fff;
  background-color: #C3657B;

}

.roundBtnBlue, .roundBtnPink{
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  background: #061C42;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  border-radius: 100%;
}
.roundBtnPink{
    background: #EED3DB;
    color: #061C42;
}
.roundBtnBlue span, .roundBtnPink span{
  display: block;
}
.roundBtnBlue:hover{
  background: #C3657B;
  color: #fff;
}
.roundBtnPink:hover{
  background: #AEC7C7;
  color: #061C42;
}
.wpcf7-submit{
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative;
  background: #061C42;
  padding: 5px;
  color: #fff;
  font-size: 10px !important;
  line-height: 15px !important;
  border-radius: 100% !important;
}

select {
background-image:url('../images/dd-arrow.png');
background-position: right center;
background-repeat: no-repeat;
color: #061C42;
border-radius: 0px;
border:1px solid #a4a2a2;
background-color: #fff;
padding: 3px 32px 3px 15px;
height: 45px;
width:100%;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
select option{
padding:10px 0px;
display: block;
font-size: 16px;
}

select::-ms-expand {
display: none;
}
input[type=checkbox]:not(old) {
    width: 30px;
    margin: 0px;
    padding: 0;
    opacity: 0;
    position: absolute;
}

input[type=checkbox]:not(old)+span {
    display: inline-block;
    margin-left: 0px;
    padding-left: 36px;
    background: url('../images/checkbox_unchecked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    line-height: 20px;
    margin-bottom: 0px;
    cursor: pointer;
}

input[type=checkbox]:not(old):checked+span {
    background: url('../images/checkbox_checked.svg') no-repeat;
    background-position: left top;
    background-size: 25px;
    cursor: pointer;
}

textarea {
    width: 100%;
    font-family: 'athleticsmedium';
    font-size:16px;
    line-height: 30px;
    height: 75px;
    padding: 8px 15px;
    box-sizing: border-box;
    color: #061C42;
    border-radius: 0px;
    border:1px solid #a4a2a2;
    background-color: #fff;
    resize: none;
}
textarea:focus {
    outline-offset: 0px;
    border:1px solid #a4a2a2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color: #061C42;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color: #061C42;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color: #061C42;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
color: #061C42;
}
.resWrap{
  overflow: auto;

}
table {
    width: 100% !important;
    border: 0px;
    table-layout: fixed;
      min-width: 420px;
}

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #949FA6;
    border-top: 1px solid #949FA6;
    border-collapse: collapse;
    font-size: 16px;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table th {
    background: #061C42;
    color: #fff;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #949FA6;
    font-weight: 700;
    border-bottom: 1px solid #949FA6;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #949FA6;
    border-bottom: 1px solid #949FA6;
    word-wrap: break-word;
}

.alignleft  {
float: left;
margin: 15px 15px 15px 0px;
}
.alignright  {
float: right;
margin: 15px 0px 15px 15px;
}
.aligncenter
{
	float: none;
	margin: 15px auto 15px auto;
}

blockquote
{
  background: #f2f2f2;
  margin: 0px 0px 35px 0px;
  padding: 20px 35px 20px 70px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}
blockquote::before
{
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  background-image: url('../images/quote-start-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.submitBtn
{
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
}
.ajax-loader {
	background-image: url('../images/ajax-loader.svg') !important;
	background-color: #061C42 ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
  border-radius: 100%;
	width: 100% !important;
	height: 100% !important;
  margin: 0px 0px 0 0px !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
/* ==================================== breadcrumb menu & pagination css start here========================== */
.breadcrumb
{
	width: 100%;clear: both;padding-bottom: 30px;
}
.breadcrumb ul {
    padding: 0px;
    list-style: none;
    font-size: 17px;
		line-height: 27px;
    text-transform: capitalize;
}

.breadcrumb ul li {
    display: inline;
    font-weight: 600;
}

.breadcrumb ul li+li:before, .breadcrumb ul li+li+li:before {
    padding: 1px;
    color: #061C42;
    content: ">";
}

.breadcrumb ul li a {
    color: #061C42;
    font-weight: 400;
    text-decoration: none;
    text-transform: lowercase;
}

.breadcrumb ul li a:hover {
    color: #FFAB2B;
    text-decoration: underline;
}
.pagination
{
  max-width: 1160px;
    margin: 0 auto;
}
.pagination a {
    color: black;
    padding: 5px;
    margin: 2px;
    text-decoration: none;
      display: inline-block;
    background: #EED3DB;
    transition: background-color .3s;
    vertical-align: middle;
    min-width: 35px;
    height: 35px;
    text-align: center;
}
.prevpage, .nextpage, .jumpFirst, .jumpLast
{
  background: #AEC7C7 !important;
  font-size: 30px;
      line-height: 22px;
}

.pagination span.current {
    background-color:#061C42;
    color: #fff;
    padding: 5px;
    margin: 2px;
    min-width: 35px;
    display: inline-block;
    vertical-align: middle;
      text-align: center;
}

.pagination span:hover:not(.current) {
    background-color: #061C42;
}
.paginationLink.prev
{
  background: url('../images/down-arrow.svg');
  background-color: #EED3DB;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.paginationLink.next
{
  background: url('../images/down-arrow.svg');
  background-color: #EED3DB;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
}
.pagination .disabled
{
  pointer-events: none;
  opacity: 0.5;
}
/* ==================================== breadcrumb menu & pagination css end here========================== */
.box
{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder
{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
			object-fit: cover;
			font-family: 'object-fit: cover';
      object-position: center center;
			font-family: 'object-fit: cover; object-position: center center';
      width: 100%;
      height: 100%;
		}


.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	opacity: 1
}

.fadeInUp {
	-webkit-transform: translate3d(0, 30px, 0);
	-moz-transform: translate3d(0, 30px, 0);
	transform: translate3d(0, 30px, 0);
	opacity: 0;
	transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out, transform .8s ease-in-out;
}
.fadeInUp.animateMe {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}



.animation, .logo{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

.flexNoWrap, .flexWrap, .flexStretch, .flexHorizontalCenter, .flexVerticalCenter, .flexRowReverse, .flexcolReverse, .flexGrow,
header > div, footer > div,  .expertiesSlide > div, .slick-slide > div, .roundBtnBlue, .roundBtnPink, .expertiesList, footer > div > div:nth-child(2),
.ExpertiseList > div, .hoverImageBlock, .TeamList > div, .swapImageBlock, .caseStudyList > div
{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
   display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
   display: -ms-flexbox;      /* TWEENER - IE 10 */
   display: -webkit-flex;     /* NEW - Chrome */
   display: flex;
}

.flexWrap footer > div, .expertiesSlide > div, .slick-slide > div, .expertiesList, footer > div > div:nth-child(2), .ExpertiseList > div, .TeamList > div,
.caseStudyList > div
{
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex-flow: row wrap;
}


.flexStretch, .slick-slide > div, .ExpertiseList > div, .TeamList > div, .caseStudyList > div{
   -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

}

.flexHorizontalCenter, .roundBtnBlue, .roundBtnPink, .hoverImageBlock, .swapImageBlock
{
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;

}


.flexVerticalCenter, header > div, footer > div > div:nth-child(1), .roundBtnBlue, .roundBtnPink,
.hoverImageBlock, .ExpertiseDetailsPage .col_1_1
{
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
/* .expertiesSlide > div */
.flexRowReverse, .expertiesSlide > div
{
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
}

.flexcolReverse
{
     -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flexcolReverse .col
{
  width: 100%;
}

.flexGrow
{
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}

.flexGrow .col:last-child {
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fluidVideo {
	padding-bottom: 56.1%;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.fluidVideo iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}



.wpcf7-not-valid {
	border: 1px solid #f00 !important;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #fff;
	padding: 10px !important;
	margin: 20px 0px !important;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	max-width: 560px;
	margin: 20px auto 0px auto!important;
}

.wpcf7-mail-sent-ng{
	    max-width: 100%;
    text-align: center;
	margin: 20px auto 0px auto!important;
}
