/*
	Aurthor: Manish Sharma
	Company: Fides Consultancy Services
	Date: 31/7/2018
*/

@font-face {
  font-family: 'lato';
  src: url('../fonts/lato/lato-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/lato/lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato/lato-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato/lato-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/lato/lato-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato/lato-Regular.svg#lato-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'montserrat-bold';
  src: url('../fonts/montserrat/montserrat-Bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat/montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat/montserrat-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat/montserrat-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/montserrat/montserrat-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat/montserrat-Bold.svg#montserrat-Bold') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'montserrat-light';
  src: url('../fonts/montserrat/montserrat-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat/montserrat-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat/montserrat-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat/montserrat-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/montserrat/montserrat-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat/montserrat-Light.svg#montserrat-Light') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'montserrat-regular';
  src: url('../fonts/montserrat/montserrat-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat/montserrat-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat/montserrat-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat/montserrat-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/montserrat/montserrat-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat/montserrat-Regular.svg#montserrat-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'myriadPro-regular';
  src: url('../fonts/myriadPro-regular/myriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/myriadPro-regular/myriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/myriadPro-regular/myriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/myriadPro-regular/myriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/myriadPro-regular/myriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/myriadPro-regular/myriadPro-Regular.svg#myriadPro-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'open-sans';
  src: url('../fonts/open-sans/OpenSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans/OpenSans-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans/OpenSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/open-sans/OpenSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans/OpenSans-Regular.svg#OpenSans-Regular') format('svg'); /* Legacy iOS */
}
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'montserrat-regular';
}
ol, ul {
	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;
}
a {
	color: inherit;
	text-decoration: none;
}

.width100,
header .headerContainer .logo img {
	width: 100%;
}
.headerContainer {
	max-width: 1470px;
	padding: 0 15px;
	margin: 0 auto;
}
.container {
	max-width: 1200px;
	padding: 0 15px;
	width: 100%;
}
.bg-grey {
	background: #f5f6fb;
}
.bg-blue {
	background: #224879;
}
section {
	padding: 100px 0;
}
section .textWrap p:last-child {
	margin-bottom: 0;
}
section .headerWrap {
	margin-bottom: 45px;
}
section .headerWrap h2 {
	font-size: 30px;
	color: #1c1c1c;
	font-family: 'montserrat-bold';
	text-transform: uppercase;
}
section .headerWrap h3 {
	font-size: 18px;
	color: #606060;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.row {
	margin-bottom: 0;
}
.slick-dots {
	bottom: -45px;
}

/* header */

header {
	padding: 14px 0;
	background: #ffffff;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	        box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	z-index: 99;
}
header .headerContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .headerContainer .logo {
	max-width: 230px;
	width: 100%;
}
header .headerContainer .navigation {
	width: calc(100% - 416px);
}
header nav {
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-align: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding-left: 10px;
}
header nav ul {
	height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
header nav ul li {
	padding: 0 25px;
}
header nav ul li:first-child {
	padding-left: 0;
}
header nav ul li:last-child {
	padding-right: 0;
}
header nav ul li a {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'montserrat-regular';
	position: relative;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	display: inline-block;
	padding: 0;
}
header nav ul li a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: #224879;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
	transition: 0.1s ease-in;
	bottom: -5px;
	left: 0;
}
header nav ul li a:hover,
header nav ul li a.active {
	color: #224879;
	background: transparent;
}
header nav ul li a:hover:after,
header nav ul li a.active:after {
	width: 40%;
}
header .mob-menu {
	display: none;
}
/* header */
main {
	margin-top: 100px;
}

/* banner */
.homeSec {
	height: calc(100vh - 100px) ;
	background: url('../imgs/banner.png') no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
}
.homeSec .homeDetails .textWrap h1 {
	font-size: 50px;
	font-family: 'montserrat-bold';
	color: #1c1c1c;
	margin-bottom: 36px;
	line-height: 1.3;
}
.homeSec .homeDetails .textWrap h1 span {
	display: block;
}
.homeSec .homeDetails .textWrap p {
	max-width: 540px;
	margin: 0 auto;
	width: 100%;
	line-height: 2;
	color: #494949;
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 55px;
}
.btnWrap .btn {
	background-color: #224879;
	text-transform: uppercase; 
	height: 40px;
	padding: 0 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 2px 0px #ffaf36;
            box-shadow: 0px 2px 0px #ffaf36;
    color: #ffffff;
    font-size: 14px;
}
.contactSec .contactWrap form .btnWrap input {
	background: transparent !important;
}
.btnWrap .btn:hover {
	background-color: rgba(63, 86, 180, 0.95);
}
/* banner */


/* about */

.aboutSec .textWrap p {
	font-size: 16px;
	color: #808080;
	line-height: 1.5;
	margin-bottom: 0;
	font-family: 'lato';
	margin-bottom: 35px;
}
.aboutSec .textWrap.aboutPadding {
	padding-right: 55px;
}
/* about */

/* service */
.serviceSec .serviceCategory .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.serviceSec .serviceCategory .row > div {
	margin-bottom: 60px;
	cursor: auto;
}
.serviceSec .serviceCategory .row > div:nth-last-child(-n + 3) {
	margin-bottom: 0
}
.serviceSec .serviceCategory .row > div:hover .serviceHeader h4 {
	color: #224879;
}
.serviceSec .serviceCategory .row > div:hover .serviceLogo img {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.serviceSec .servieDetail .serviceHeader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
}
.serviceSec .servieDetail .serviceHeader .serviceLogo {
	margin-right: 25px;
	background-repeat: no-repeat;
	background-position: center center;
}
.serviceSec .servieDetail .serviceHeader .serviceLogo img {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.serviceSec .servieDetail .serviceHeader h4 {
	font-size: 16px;
	font-family: 'montserrat-bold';
	line-height: 1.3;
}
.serviceSec .servieDetail ul li {
	font-size: 14px;
	color: #808080;
	margin-bottom: 10px;
	font-family: 'myriadPro-regular';
}
.serviceSec .servieDetail p {
	font-family: 'lato';
	font-size: 16px;
	line-height: 1.3;
}
/* service */

/* team */
.teamSec .headerWrap h2,
.teamSec .headerWrap h3 {
	color: #ffffff;
}
.teamSec .teamContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.teamSec .teamSlider {
	/* padding: 0 15px; */
}
.teamSec .teamContainer .teamPerson {
	border-radius: 10px;
	overflow: hidden;
	width: 270px;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-shadow: 0px 4px 0px #ffaf36;
	        box-shadow: 0px 4px 0px #ffaf36;
}
.teamSec .teamContainer .teamPerson img {
	display: block;
	width: 100%;
}
.teamSec .teamContainer .teamPerson .personDetail {
	padding: 20px 10px;
	text-align: center;
	background: #ffffff;
}
.teamSec .teamContainer .teamPerson .personDetail h4 {
	font-size: 16px;
	font-family: 'montserrat-bold';
}
.teamSec .teamContainer .teamPerson .personDetail h6 {
	margin-top: 10px;
	font-size: 12px; 
	font-family: 'open-sans';
	color: #808080;
}
.teamSec .teamContainer .teamDetail {
	width: calc(100% - 270px);
	padding-left: 80px;
}
.teamSec .teamDetail .textWrap p {
	color: #ffffff;
	margin-bottom: 35px;
	font-family: 'open-sans';
	line-height: 1.5;
	font-size: 16px;
}
.teamSec .teamDetail .textWrap p:last-child {
	margin-bottom: 0;
}
/* team */

/* allianceSec */
.allianceSec .serviceBlock h2 {
	background: #3f56b5;
	padding: 10px;
	color: #ffffff;
	font-size: 14px;
}
.allianceSec .serviceBlock img {
	width: 100%;
}
.allianceSec .serviceBlock .textWrap {
	margin-top: 25px;
}
.allianceSec .serviceBlock .textWrap p {
	margin-bottom: 15px;
	line-height: 1.4;
	color: #808080;
	font-family: 'open-sans';
	font-size: 14px;
}
.allianceSec .serviceBlock .textWrap p:last-child {
	margin-bottom: 0;
}
/* allianceSec */

/* testimonial */
section.testimonialSec {
	padding-bottom: 120px;
}
.testimonialSec .testimonialBlock {
	border-radius: 5px;
	overflow: hidden;
	padding: 0 15px;
}
.testimonialSec .testimonialSliderWrap {
	margin: 0 -15px;
}
.testimonialSec .testimonialDetail {
	padding: 30px;
	padding-bottom: 0;
	text-align: center;
}
.testimonialSec .testimonialBlock .testimonialImg img {
	width: 100%;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.testimonialSec .testimonialBlock .testimonialImg {
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.testimonialSec .testimonialDetail h6 {
	font-family: 'open-sans';
	color: #224879;
	margin-bottom: 15px;
    font-size: 20px;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.testimonialSec .testimonialDetail h2 {
	font-size: 14px;
	font-family: 'montserrat-bold';
	margin-bottom: 30px;
	line-height: 1.4;
	color: #1c1c1c;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.testimonialSec .testimonialDetail p {
	line-height: 1.4;
	font-size: 14px;
	color: #808080;
	font-family: 'open-sans';
	margin-bottom: 20px;
}
.testimonialSec .btnWrap a {
	padding: 15px 30px;
	color: #1c1c1c; 
	font-weight: 700;
	font-size: 14px;
	outline: 0;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.testimonialSec .btnWrap a:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #224879;
	left: 0;
	bottom: 0;
}
.testimonialSec .testimonialBlock:hover .testimonialDetail h6,
.testimonialSec .testimonialBlock:hover .btnWrap a {
	color: #ffaf36;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.testimonialSec .testimonialBlock:hover .testimonialImg img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.testimonialSec .slick-next,
.testimonialSec .slick-prev,
.testimonialSec .slick-dots {
	position: absolute;
	bottom: -60px;
	top: auto;
}
.testimonialSec .slick-dots {
    width: 25%;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.testimonialSec .slick-next,
.testimonialSec .slick-prev {
	z-index: 9;
}
.testimonialSec .slick-prev {
	left: 30%;
}
.testimonialSec .slick-next {
	right: 35%;
}
.testimonialSec .slick-next:before,
.testimonialSec .slick-prev:before {
	content: '';
	background-size: cover !important;
	width: 41px;
	height: 31px;
	position: absolute;
}
.testimonialSec .slick-next:before {
	background: url(../imgs/next.png) no-repeat;
}
.testimonialSec .slick-prev:before {
	background: url(../imgs/prev.png) no-repeat;
}
.testimonialSec .slick-dots li button {
	font-size: 12px;
    line-height: 1;
    color: #808080;
    border-bottom: 2px solid transparent;
    padding-bottom: 20px;
}
.testimonialSec .slick-dots li.slick-active button {
	border-bottom: 2px solid #224879;
	color: #ffaf36;
}
.testimonialSec .slick-dots li button:before {
	display: none;
}
/* testimonial */

/* contact */
.contactSec {
	background: #000620;
}
/* .contactSec .container > .row {
	padding: 0 70px;
} */
.contactSec .textWrap h6 {
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.contactSec .contactDetail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #ffffff;
	margin-top: 40px;
}
.contactSec .contactDetail .contactDetailWrap {
	padding-left: 10px;
	font-size: 16px;
}
.contactSec .contactDetail i {
	font-size: 14px;
}
.contactSec .contactDetail .contactDetailWrap span,
.contactSec .contactDetail .contactDetailWrap a {
	padding-bottom: 10px;
	display: inline-block;
	word-break: break-all;
}
.contactSec .contactWrap form input,
.contactSec .contactWrap form textarea {
	background-color: #f5f6fb !important;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 4px;
	width: 100%;
	outline: none;
}
.input-field input[type=text]:focus {
     border-bottom: 1px solid #fff;
     -webkit-box-shadow: 0 1px 0 0 #fff;
             box-shadow: 0 1px 0 0 #fff;
   } 
.contactSec .contactWrap form input {
	height: 40px;
	box-sizing: border-box;
}

.contactSec .contactWrap form textarea {
	width: 100%;
	resize: none;
	height: 6rem;
	margin-bottom: 20px;
	padding: 10px;
}
.contactSec .contactWrap form .input-field {
	margin-top: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
  font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
  font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  font-size: 14px;
}


.contactSec .contactWrap form input.error ~ label {
	transform: translateY(-14px) scale(0.8);
		transform-origin: 0 0;
		color: #ffffff;
}
.progress,
#thank {
	display: none;
}
/* contact */

/* footer */
footer {
	background: #000620;
	border-top: 1px solid #1a1f37;
	text-align: center;
	padding: 30px 0;
}
footer p {
	font-size: 16px;
	color: #565968;
	font-family: 'lato';
}
footer p:last-child {
	margin: 15px;
}

.contactSec a:hover,
footer a:hover {
	color: #ffaf36;
}
/* footer */


@media screen and (max-width: 1200px) {
	main {
		margin-top: 80px;
	}
	header {
		padding: 8px 0;
	}
	header .headerContainer .logo {
		max-width: 200px;
	}
	.homeSec {
		height: calc(100vh - 80px);
	}
	.homeSec .homeDetails .textWrap h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 993px) { 
	header {
		height: 80px;
	}
	.aboutSec .row > div.col {
		width: 100%;
	}
	.mobileAboutImg {
		display: none;
	}
	.aboutSec .textWrap.aboutPadding {
		padding: 0
	}
	.mobileAbout {
		margin-bottom: 25px;
	}
    header .mob-menu {
    	display: inline-block;
	    width: 30px;
	    position: relative;
	    height: 20px;
	    cursor: pointer;
	    display: block;
    }
    header .mob-menu .burger-icon {
    	height: 3px;
	    background-color: #224879;
	    width: 30px;
	    position: absolute;
	    top: 47%;
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
    }
    header .mob-menu .burger-icon:before, header .mob-menu .burger-icon:after {
	    content: '';
	    position: absolute;
	    height: 3px;
	    background-color: #224879;
	    width: 30px;
	    display: inline-block;
	    -webkit-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	header .mob-menu .burger-icon:before {
	    top: -10px;
	}
	header .mob-menu .burger-icon:after {
	    top: 10px;
	}
	header .mob-menu .burger-icon.active {
	    background-color: transparent;
	}
	header .mob-menu .burger-icon.active:before {
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    top: 0;
	}
	header .mob-menu .burger-icon.active:after {
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    top: 0;
	}
	header .headerContainer .navigation {
		position: fixed;
		top: 80px;
	    background: #ffffff;
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	        transform: translateX(100%);
	    right: 0;
	    height: 100vh;
	    width: 300px;
	    padding: 0 20px;
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    border-top: 1px solid #dedede;
	}
	header .headerContainer .navigation.active {
		-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
		    transform: translateX(0%);
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	}
	main {
		margin-top: 50px;
	}
	header nav {
		padding: 10px 0;
		display: block;
		height: 100%;
		overflow-y: scroll;
	}
	header nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	header nav ul li {
		padding: 0;
		width: 100%;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
		padding: 20px 0;
		font-size: 16px;
	}
	.homeSec {
		height: calc(100vh - 50px);
	}
	.headerContainer .logo {
		max-width: 200px;
	}
}
@media screen and (max-width: 767px) { 
	.homeSec .homeDetails .textWrap h1 {
	    font-size: 30px;
	}
	section {
	    padding: 50px 0;
	}
	.serviceSec .serviceCategory .row > div,
	.serviceSec .serviceCategory .row > div:nth-last-child(-n + 3) {
		margin-bottom: 30px;
	}
	.serviceSec .serviceCategory .row > div:last-child {
		margin-bottom: 0 !important;
	}
	section .headerWrap h3 {
		font-size: 16px;
	}
	section .headerWrap h2 {
		font-size: 24px;
	}
	.teamSec .teamContainer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.teamSec .teamContainer .teamPerson {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.teamSec .teamContainer .teamDetail {
		width: 100%;
		padding: 0;
	}
	.allianceSec .row > .col {
		margin-bottom: 25px;
	}
	.contactSec .container > .row {
		padding: 0;
	}
	.contactSec .container > .row > .col {
		margin-bottom: 55px;
	}

	.allianceSec .row > .col:last-child,
	.contactSec .container > .row > .col:last-child {
		margin-bottom: 0;
	}
	footer p {
		font-size: 14px;
		line-height: 1.5;
	}
	.testimonialSec .slick-prev {
		left: 0;
	}
	.testimonialSec .slick-next {
		right: 40px;
	}
	.testimonialSec .slick-dots {
		width: 65%;
	}
	.testimonialSec .slick-next:before, .testimonialSec .slick-prev:before {
		width: 34px;
    	height: 24px;
	}
	.testimonialSec .slick-dots li {
		margin-top: 10px;
	}
	.contactSec .textWrap h6 {
		font-size: 20px;
	}
	.contactSec .contactDetail .contactDetailWrap {
		font-size: 14px;
	}
	.contactSec .contactDetail {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.homeSec .homeDetails .textWrap h1 {
	    font-size: 22px;
	}
	.teamSec .teamDetail .textWrap p {
		font-size: 14px;
	}
	.homeSec .homeDetails .textWrap p {
		font-size: 16px;
	}
}