*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

@font-face {
    font-family: 'latolight';
    src: url('fonts/lato/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@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'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'latoblack';
    src: url('fonts/lato/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/lato/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/lato/Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/lato/Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/lato/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


@font-face {
    font-family: 'lato';
    src: url('fonts/helvetica/helvetica.woff2') format('woff2'),
         url('fonts/helvetica/helvetica.woff') format('woff'),
         url('fonts/helvetica/helvetica.otf') format('otf'),;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helvetica';
    src: url('fonts/helvetica/helvetica.woff2') format('woff2'),
         url('fonts/helvetica/helvetica.woff') format('woff'),
         url('fonts/helvetica/helvetica.otf') format('otf'),;
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'lato';
    overflow-X: hidden;
    background: rgba(255, 158, 119, 0.49);
}

::selection{
}

.wrapper{
	width: 960px;
    margin: 0 auto;
    display: table;
	background:#fff;
	-webkit-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	transition:all 300ms linear;
	position:relative;
	left:0;
	box-shadow:0 0 20px rgba(0,0,0,0.72);
}

i{font-style:normal;}

ul, li{
	list-style-type:none;
}

p{
	font-size:14px;
	line-height:20px;
	color: #393738;
	text-align:justify;
}

a{
	text-decoration:none;
}

img{
	width:100%;
	display:block;
}

.fullwidth{
	width:100%;
	float:left;
}

.padding{
	padding:70px 0;
}

.min-width{
	width: 96%;
    float: left;
    margin: 0 2%;
}
.inside-min-width
{
	width: 90%;
    float: left;
    margin: 0 5%;
}
.align-center{
	text-align:center;
}

.white{
	color:#fff !important;
}

.relative{
	position:relative;
}

.header{ 
    position: relative;
    width: 100%;
    float: left;
    padding: 20px 2% 10px 1.5%;
    z-index: 999;
    background: url(images/header-topline.png) center top no-repeat;
}

.header, .header *{
	transition:all 400ms;
}

.logo{
    width: 207px;
    float: left;
    margin: 5px 0 0 0px;
}
.social-links{
	width:auto;
	float:right;
	margin-top:0px;
	text-align:center;
}

.social-links li{
	display:inline-block;
	margin:0 2px;
	text-align:center;
}

.social-links li a{
}

.social-links li a i{
	width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    transition: all 300ms;
}

.social-links li a i.fa-facebook{
	background:#3B5EA3;
}

.social-links li a i.fa-linkedin{
	background:#0084FF;
}

.social-links li a i.fa-twitter{
	background:#11CFFF;
}

.social-links li a:hover i{ 
    color: #a2a2a2;
    background: #1c1c1c;
}
.navi{
	float: right;
    position: relative;
    padding: 10px 0px 0px;
}

.navi .nav-menu li{
	float:left;
}

.navi > .nav-menu > li > a{
	display: block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 20px 8px 40px;
    color: #ffffff;
    background: #464646;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
 
.navi > .nav-menu > li > a:before
{
	content: '\f00c';
    position: absolute;
    font-family: fontAwesome;
    left: 18px;
    height: 11px;
    line-height: 11px;
    width: 11px;
    font-size: 10px;
    text-align: center;
    background-color: #ffffff;
    color: #464646;
    padding: 1px;
}

.navi  .nav-menu li a:hover:before
{
	content:'\f054'; 
	background-color:#ff4e08;
	color: #ffffff;
	font-size: 9px;
}

.navi .nav-menu li a:hover{
	color:#ff4e08;
}

.banner{
	width:100%;
	float:left;
	position:relative; 
	background:#fff;
}
 
.banner ul 
{
	width:100% !important; 
	height: 258px !important;  
	float:left;
	position:relative;
}
.banner ul li{
	width:100% !important;
	height: 258px !important;  
}
.banner ul li img{
	width:100% !important;
	height: 258px !important;  
}

.call-btnBox{
	width: 17%;
    border-right: 1px solid grey;
    float: left;
    padding: 19px 3px;
    margin: 0px 0%;
    /* margin-top: 0; */
    text-align: center;
    background: #464646;
}

.call-btnBox li{
	display: inline-block;
    margin: 0 0px;
    text-align: center;
}

.call-btnBox li a{  
	display: block;
	color: #fff;
}

.call-btnBox li a i{ 
    color:#FFFFFF;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 14px;
    padding: 2px;
    margin-right: 15px;
    position: relative;
    transition: all 300ms;
}
.call-btnBox li a i:before{
	cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #006b95;
    transform: rotate(45deg);
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.call-btnBox li a i.fa-phone{ 
}
.clientsBox
{
	width: 83%;
    text-align: center;
    float: right;
    position: relative;
}
.clientsBox h2
{
	float: left;
    bottom: -12px;
    left: 12px;
    border: 0;
    font-size: 10px;
    background: #464646;
    color: #fff;
	font-weight: 100;
    padding: 6px 4.5px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left;
}
.clientsBox .clientsBox-sub 
{
	width: 95%;
    margin: 0px 1%;
    padding: 0px 9px;
    float: right;
}
.clientsBox .clientsBox-sub .clients-slider 
{
	width:100%; 
    float:left;
}
.clientsBox .clientsBox-sub .clients-slider .bx-controls.bx-has-controls-direction
{
	display:none;
}
.clientsBox ul li
{
	width: 25%;
    padding: 9px 5px;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
    text-align: center;
}
.clientsBox ul li img 
{
	width: 100%;
	height: 41px;
    border: 1px solid grey;
    padding: 6px 10px;
}
/*.scrollDown{
	position:absolute;
	bottom:5%;
	left:50%;
	transform:translateX(-50%);
	cursor:pointer;
	z-index:99;
}

.scrollDown p{
	-webkit-animation:scroll 3s infinite;
	animation:scroll 2s infinite;
}

@-webkit-keyframes scroll{
	25%{transform:translateY(5px);}
	50%{transform:translateY(10px);}
	75%{transform:translateY(5px);}
	100%{transform:translateY(0px);}
}

@keyframes scroll{
	25%{transform:translateY(5px);}
	50%{transform:translateY(10px);}
	75%{transform:translateY(5px);}
	100%{transform:translateY(0px);}
}

.scrollDown p{
	color:#fff;
}

.scrollDown img{
	width:60px;
	height:auto;
	margin-left:-10px;
}
*/
.readmore{
	float:left;
	margin-top: 12px;
}

.readmore a, .readmore button{
	position: relative;
    z-index: 1;
    display: block;
    padding: 3px 16px 1px 16px;
    border: 1px solid #006b95;
    overflow: hidden;
    white-space: nowrap;
    color: #006b95;
    border-radius: 0;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 400ms;
}

.readmore button{
	width:100%;
	background:none;
}

.readmore a:hover, .readmore button:hover{
	background: #006b95;
	color:#fff;
}

.readmore a span{
	display: inline-block;
    font-size: 14px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    transform: translateX(5px);
    transition: transform 400ms;
}

.readmore a:hover span{
	transform:translateX(8px);
}

/*----------------------------------------blog start---------------------------*/
.mainOverviewfullBox
{
	border-top: 1px solid #c5c5c5;
}
.mainOverviewContainer 
{
	padding: 20px 0px 30px;
}
.mainOverviewContainer .overviewtxtBox
{
	width: 80%;
    float: left;
    padding: 0px 50px 0px 0px;
}
.mainOverviewContainer .overviewtxtBox h1{
	font-size: 23px; 
 	color: #006b95;
    font-weight: 500;
    padding-bottom: 10px;
}
.overviewMenuBox
{
	width:20%;
	float:left;
}

.overviewMenuBox ul li a{
	color:#006b95;
    font-weight: bold;
    padding: 8px 5px 8px 18px; 
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.overviewMenuBox ul li:hover a{    
	color: #888888; 
}
.overviewMenuBox ul li a:before
{
	content: '\f101';
    position: absolute;
    left: 0px;
    font-size: 10px;
    height: 11px;
    line-height: 11px;
    width: 9px; 
    border-radius: 2px;
    padding: 0px 0px 0px 3px;
    background: #fff;
    box-shadow: 0px 0px 7px #00000052 inset; 
    font-family: fontAwesome;
}
.mainPagefullBox{
	border-top: 1px solid #c5c5c5;
}
.mainPageContainer
{
	padding:20px 0px 30px;
}
.mainPageBox{
	width: 100%;
    float: left;
}
.mainPageBox li{
	width: 31.333%;
    padding: 10px;
    float: left;
    border: 1px solid #efefef;
    margin: 0px 3% 0px 0px;
    background: #f7f7f7;
}
.mainPageBox li:nth-last-child(1)
{
  margin: 0px 0% 0px 0px;
}
.mainPageBox li .mainPage-text{
	width:100%;
	float:left;  
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
	-ms-transition:all 300ms;
	-moz-transition:all 300ms;
	transition:all 300ms;
	position:relative;
	z-index:1;
}

/*.mainPageBox li .mainPage-text:hover{
	background:#e0003b;
	box-shadow:0px 0px 10px rgba(0,0,0,0.41);
}
*/
.mainPageBox li .mainPage-text *{
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
	-ms-transition:all 300ms;
	-moz-transition:all 300ms;
	transition:all 300ms;
}


.mainPageBox li .mainPage-text .ImgBox{
	width:100%;
	float:left;
}

.mainPageBox li .mainPage-text .ImgBox img{
	width: 100%; 
	border: 2px solid #b5b4b4;
    float: left;
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
	-ms-transition:all 300ms;
	-moz-transition:all 300ms;
	transition:all 300ms;
}

.mainPageBox li .mainPage-text:hover .ImgBox img{
	opacity: 0.9;
}

.mainPageBox li .mainPage-text .mainPage-head{
	width:100%;
	float:left;
	margin: 20px 0px 10px;
	text-transform:uppercase;
}

.mainPageBox li .mainPage-text .mainPage-head h4{ 
	font-size: 18px;
	color:#006b95;
	display:table;
	font-weight: 100;
	padding-bottom: 8px;
	-webkit-transition:all 300ms;
	-o-transition:all 300ms;
	-ms-transition:all 300ms;
	-moz-transition:all 300ms;
	transition:all 300ms;
	position:relative;
}
.mainPageBox li .mainPage-text .mainPage-head h4:before
{
	content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height:1px;
    background: #006b95;
}
.mainPageBox li .mainPage-text  p{  
    color: #505050;
    text-align: justify;
}


.mainPageBox li .mainPage-text:hover p{
	color: #000000;
}

.mainPageBox li .mainPage-text .people{
	width:100%;
	float:left;
	padding:20px 0 0;
	border-top:1px solid #D3D3D3;
}


/*----------------------------------------blog end---------------------------*/

/*------footer---------*/
.footer{
	background: #464646;
	position:relative;
	overflow:hidden; 
}
.footer-border
{ 
    width:100%;
    height: 10px;
    background:#FFFFFF; 
	position:relative;
}
.footer-border:before
{
	content:'';
	position:absolute;
    top:0px;
    right: -6px;
    width: 85%;
    height: 10px;
    background: #006b95;
    /* border-radius: 24px 0px 0px 0px; */
    transform: skewX(-42deg);
}
.mainFooter{
	padding:30px 0;
}
.footerBox
{
	width:35%;
	float:left;
}
.footerBox h2
{
	font-size: 20px;
    color: #989898;
    display: table;
    font-weight: 100;
    padding-bottom: 8px;
}
.footerBox ul
{
	width:100%;
	float:left;
}
.footerBox ul li
{
	width: 100%;
    float: left;
    color: #909090;
    font-size: 14px;
    line-height: 22px; 
	position:relative;
}
.footerBox ul li a
{
	display: inline-block;
    color: #909090;
    position: relative;
    padding: 0px 0px 0px 0px;
}

.footer-menuBox ul li a
{
	display: inline-block;
    color: #909090;
    position: relative;
    padding: 0px 0px 0px 20px;
}
.footer-menuBox ul li a:before
{
	content: '\f101';
    position: absolute;
    left: 0px;   
    padding: 0px 0px 0px 3px; 
    font-family: fontAwesome;
}
.footer-menuBox li a:hover{ 
    color: #bdbdbd;
}
.footEnquiryBox .FormtBox .textfields {
    width:100%;
    float: left;
    margin: 5px 0%;
}


.footEnquiryBox .FormtBox .textfields input, .footEnquiryBox .FormtBox .textfields textarea  {
    width: 100%;
    float: left;
    padding:4px 10px;
    outline: none;
    color: #ababab;
    background: #5a5a5a; 
    border: 1px solid #6b6b6b;
    -webkit-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.footEnquiryBox .FormtBox .textfields textarea { 
    height: 26px;
    resize: none;
} 
.footEnquiryBox .FormtBox .textfields .submit{
    width: 120px;
    position: relative;
    z-index: 1;
    display: block;
    padding: 1px 16px 0px 16px;
    overflow: hidden;
    white-space: nowrap;
    color: #ababab;
    border: 1px solid #6b6b6b;
    border-radius: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 1px;
    cursor: pointer;
    background: none;
}

.footEnquiryBox .FormtBox .textfields .submit:hover{
	background: #006b95;
    border-color: #cecece;
    color: #ffffff;
}
.testimonialsBox
{
	width:32%;
}

.testimonialsBox ul{
	height: 190px;
    overflow: hidden;
}
.testimonialsBox ul li{
	padding: 0px 50px 8px 15px;
	position:relative;
}
.testimonialsBox ul li:before
{ 
	content: '\f140';
    position: absolute;
    left: 0px; 
	color:rgba(188,188,188,1.00);
	font-size:10px;  
    padding: 0px 0px 0px 0px; 
    font-family: fontAwesome;
}

.testimonialsBox ul li span
{
	margin-top:5px;
	display: block; 
    text-align:right;
    color: #bfbfbf;
	position:relative;
	margin-bottom:3px;
	padding-bottom:3px;
}
.testimonialsBox ul li span:before
{
	content:'';
	position:absolute;
	width:80px;
	right:0px;
	height:2px;
	background:#bfbfbf;
	bottom:0px;
}
.footer-menuBox
{
	width:30%;
}
.bottom{
	width:100%;
	float:left;
	padding:5px 5px 1px;
	border-top: 1px solid #636363;
}

.bottom p{
	float: left;
    color: #a0a0a0;
    font-size: 13px;
}

.bottom p span{
	text-transform:uppercase;
	font-size:10px;
}

.ecis{
	float:right;
}

.ecis img{
	width: 25px;
    height: 25px;
    top: -2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ecis p{
	float:none;
	display:inline-block;
	vertical-align:middle;
	padding:0;
}

.button-top{
	background:rgba(27, 27, 27, 0.5);
    position: fixed;
	cursor:pointer;
	right:40px;
    bottom:40px;
	color:#FFFFFF;
	font-size:20px;
	opacity:0;
	width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
	z-index:99;
}

.button-top i{
	margin-right:0;
}

.button-top:hover{
	background:#1d1d1d;
}
/*------footer---------*/


/*--------------------------------------inside-css-------------------------*/
.insideMainContainerBox
{
	border-top: 1px solid #c5c5c5;
}
.insideMainContainerBox p { 
    padding-bottom: 5px;
}
.inside-ContainerBox 
{
	padding: 20px 0px 30px;
}
.inside-ContainerBox .insideTxtBox
{
	width: 80%;
    float: left;
    padding: 0px 0px 0px 2%;
}
.inside-ContainerBox .insideTxtBox h1{
	font-size: 23px;
    display: table;
    color: #006b95;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 10px;
    position: relative;
}
.inside-ContainerBox .insideTxtBox h1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background:#006b95;
}
.inside-ContainerBox .insideMenuBox
{
	width:20%;
	float:left;
}

.inside-ContainerBox .insideMenuBox ul li a{
	color: #006b95;
    font-weight: bold;
    padding: 8px 5px 8px 18px; 
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.inside-ContainerBox .insideMenuBox ul li:hover a{    
	color: #888888; 
}
.inside-ContainerBox .insideMenuBox ul li a:before
{
	content: '\f101';
    position: absolute;
    left: 0px;
    font-size: 10px;
    height: 11px;
    line-height: 11px;
    width: 9px; 
    border-radius: 2px;
    padding: 0px 0px 0px 3px;
    background: #fff;
    box-shadow: 0px 0px 7px #00000052 inset; 
    font-family: fontAwesome;
}
.inside-ContainerBox .insideImgBox
{
	width:100%;
	float:left;
	padding: 15px 0px;
} 
.inside-ContainerBox .main-client-box
{
	width:100%;
	float:left;
	text-align:center;
	margin-top: 10px; 
}
.inside-ContainerBox .clients-box
{
	width: 15.7%;
    display: inline-block;
    text-align: center;
    margin: 5px .2%;
}
.inside-ContainerBox .clients-box .imgBox
{
	width: 100%;
    display: block;
    border: 1px solid lightgrey;
    overflow: hidden;
    position: relative;
}
.inside-ContainerBox .clients-box .imgBox img
{	
	width: 100%;
    padding:10px;
    background: #fff; 
    transition: all .3s ease-in-out;
}
.inside-ContainerBox .clients-box:hover .imgBox img
{	 
    filter: grayscale(100%);
	
}

/*-------------------------contact-us-css----------------------------*/
.inside-ContainerBox .main-contactUs-box
{
	width:50%;
	padding: 0px 0px 20px; 
}
.inside-ContainerBox .left-contactUs-box
{
	width:100%;
    float: left;
}

.inside-ContainerBox .left-contactUs-box aside
{
	width: 100%;
    float: left; 
}
.inside-ContainerBox .left-contactUs-box aside span
{ 
    font-size: 14px;
	color:#424242;
    letter-spacing: 1px; 
   	line-height: 1.6;
	position: relative; 
	display: block;
    padding: 0px 0px 10px 40px;
}
.inside-ContainerBox .left-contactUs-box aside span.fstRow
{
	font-size: 18px;
    padding-left: 0px;
    color: #006b95;
}
.inside-ContainerBox .left-contactUs-box aside span i { 
    position: absolute;
    height: 26px;
    width: 26px; 
    line-height: 26px;
    top: 0;
    left: 0;
    color:#006b95;
    font-size: 14px;
    text-align: center;
    border: 1px solid #006b95;
}
.inside-ContainerBox .right-contactUs-box
{
	width:55%; 
    padding:0px;
    float: right;
}
.inside-ContainerBox .right-contactUs-box iframe
{
	width: 100%;
    height: 215px;
    width: 100%;
    background: #577290; 
    padding: 4px;
}

.contactSpport {
    width: 50%;
    float: left;
}
.contactSpport .form-group {
    width: 100%;
    padding: 3px 0%;
    float: left;
}

.contactSpport label {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
    color: #747474;
    margin-bottom: 5px;
    font-weight: 700;
}
.contactSpport .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; 
}

.contactSpport input[type=text]:focus, .contactSpport textarea:focus {
    background: #E0E0E0;
}
.contactSpport input[type=text], .contactSpport textarea{
    width: 100%;
    padding: 10px;
    border: none;
    background: #f1f1f1;
    outline: none;
	resize: none !important;
    font-family: 'lato';
	color: #555;
}  
.contactSpport textarea {
   height: 34px;
}
.contactSpport .submitBox
{
    width:50%;
	float: left; 
}

.contactSpport input[type='submit'] {
    background: #006b95;
    color: #ffffff;
    border: none;
    padding: 8px 10px 10px;
    font-size: 14px;
    width: 100%;
    text-transform: uppercase;
    transition: 0.5s;
    cursor: pointer;
}
.contactSpport input[type='submit']:hover
{
	background: #006f9a;
}
.servicesBox
{
	width:100%;
	margin-top:20px;
}
.servicesBox ul
{
	width:100%;
	text-align:center; 
}
.servicesBox ul li
{
	width: 31.6%;
    padding: 4px;
    background: #006b95;
    margin:7px .5%;
    display: inline-block;
    text-align: center;
}
.servicesBox ul li a
{ 
	display: block;
    color: #ffffff;
}
.servicesBox ul li a .ImgBox
{
	width:100%;
	position:relative;
}
.servicesBox ul li a .ImgBox .overflowBox
{ 
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background: #006b9536;
	display:none;
	transition: all .3s ease-in-out;
}
.servicesBox ul li:hover a .ImgBox .overflowBox
{
	display:block;
}
.servicesBox ul li a .ImgBox .overflowBox span
{ 
	position: absolute;
    left: 50%;
    font-size: 45px;
    font-weight: 100;
    top: 50%;
    transform: translate(-50%,-50%); 
}
.servicesBox ul li a .ImgBox img
{ 
	width:100%;
	display:block;
}
.servicesBox ul li a .txtBox
{     
	width: 100%;
    display: block;
    padding: 10px;
}
.servicesBox ul li a .txtBox span
{
    text-transform: uppercase;
    font-size: 12px;	
}

.servicesBox ul li .moreImg{
	position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
}
.mobMenuTab
{ 
	display:none;
}
.MobNav
{
	display:none;
}
/*----------------------------tab-menu--------------------------*/
.tab-menuBox
{
	width: 35px;
    float: right;
    display: none;
    position: absolute;
    height: 23px;
    cursor: pointer;
    top: 28px;
    right: 2%;
    z-index: 99999;
} 
.tab-menuBox.active2{  
	
}
.tab-menuBox.active2 .outer .inner .square {
	display:none;
}
.tab-menuBox.active2 .ln--first { 
	display: none;
}

.tab-menuBox.active2 .ln--last { 
	display: none;
}
.tab-menuBox.active2  .ln--long { 
	transform: rotate(45deg) !important; 
	top: 6px;
}
.tab-menuBox.active2  .ln--short { 
	transform-origin: initial;
	transform: rotate(-45deg) !important;
}

.tab-menuBox.active2 .outer .inner .ln {
	background:#FFFFFF !important;
	width: 100%;
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.tab-menuBox  span {
	display: inline-block;
	box-sizing: border-box;
}
.tab-menuBox .outer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding:0px; 
}
.tab-menuBox .outer .inner {
	width: 100%;
	height: 100%;
	position: relative;
	display:block; 
}

.tab-menuBox .outer p {
	color: #000;
	bottom: 0;
	right: 10px;
	letter-spacing: 1px;
	position: absolute;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 8px;
	transition: color .4s;
}
.tab-menuBox .ln {
	height:2px;
	margin:2px 0px;
	background: rgb(0, 107, 149);
	width: 100%;
	transition: all .6s;
	float: left;
}
.tab-menuBox .ln--first {
	position: relative;
	width: calc(100% - 8px);
	-webkit-transform: translateX(8px);
	-o-transform: translateX(8px);
	-ms-transform: translateX(8px);
	-moz-transform: translateX(8px);
	transform: translateX(8px);
}
.tab-menuBox .ln--long{
	position: relative;
	width:100%;
}
.tab-menuBox .ln--last {
	position: relative;
	width: calc(100% - 8px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.tab-menuBox .ln--short {
	position: relative;
	width:100%;
	-webkit-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	transform-origin: left;
  
}
.tab-menuBox .square {
	display:none;
	position: absolute;
	right: 0;
	width: 5px;
	height: 5px;
	border: 1px solid rgb(0, 107, 149);
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	min-width: 5px;
	min-height: 5px;
	-webkit-transform: translateZ(0); 
	transform: translateZ(0); 
	bottom: 6px;
}
.tab-menuBox .square:before {
	content: "";
	display: block;
	padding-top: 100%;
} 
.tab-menuBox:hover .outer .inner .square {
	border-color: rgb(35, 31, 32);
	-webkit-transform: rotate(540deg) translateZ(0);
	transform: rotate(540deg) translateZ(0);
}
.tab-menuBox:hover .outer .inner .ln {
	background: rgb(35, 31, 32);
} 
.tab-menuBox:hover .ln.ln--first {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.tab-menuBox:hover .outer .inner .ln.ln--last { 
    -webkit-transform: translateX(8px);
    -o-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px);
}
.mobileSocialBox
{
	display:none;	
}
@media (max-width:959px){
	.wrapper {
    	width:100%;
	}
}

@media (max-width:959px){ 
	.navi > .nav-menu > li > a { 
		padding: 8px 15px 8px 35px;
	}
}

@media (max-width:900px){
	.logo {
		width: 140px; 
		margin: 0px 0 0 0px;
	}
	.body-overflow .wrapper
	{
		 position: fixed;
	}
	.mainOverviewContainer .overviewtxtBox {
		width: 100%; 
		padding: 0px 0px 0px 0px;
	}
	.overviewMenuBox {
		width:100%; 
		position:relative;
		float: left;
	}
	.call-btnBox {
    	display:none;
	}
	.clientsBox {
    	width:100%;
	}
	.mobMenuTab
	{
		border: 1px solid #006b95;
		margin-top: 10px;
		width: 100%;
		float: left;
		display: block;
	}
	.mobMenuTab span
	{
		float:left;
		padding:10px;
	}
	.mobMenuTab span a
	{
		color: #006b95;
    	display: block;
	}
	.mobMenuTab span.mobMenuBtn
	{
		float: right;
		background: #006b95;
		color: #fff;
		cursor:pointer;
	}
	.inside-ContainerBox .insideMenuBox {
    	width: 100%;
	}
	.inside-ContainerBox .insideTxtBox {
		width: 100%;
		padding: 20px 0px 0px 0%;
	}
	.dropMenuBox{
		width: 100%;
    	float: left;
		display:none;
		position:relative;
	}
	.FullNav
	{
		display:none;
	}
	.MobNav 
	{ 
		display:block;
		padding: 20px;
		width: 50%;
		position: fixed;
		right:-100%;
		top: 0;
		bottom: 0;
		z-index: 99;
		background: #464646;
		-webkit-transition: all 300ms;
		-ms-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		transition: all 300ms;
	}
	.MobNav.tab-menu-scroll
	{
		right:0px;
	}
	.MobNav  .nav-menu
	{ 
		width: 100%;
		padding-top: 60px;
		float: left;
	}
	.MobNav .nav-menu li
	{
		width:100%;
	}
	.MobNav > .nav-menu > li > a {
		padding: 15px 15px 15px 25px;
		border-bottom: 1px solid #515151;
		background: none;
	}
	.navi > .nav-menu > li > a:before { 
		left: 0; 
	}
	.tab-menuBox
	{ 
		display:block;
	}
	.MainSocialBox
	{
		display:none;
	}
	.mobileSocialBox
	{
		display: block !important;
		float: left;
		position: relative;
		top: 7px;
	}
		

}

@media (max-width:768px){
	.banner ul { 
		height:206px !important;
	}
	.banner ul li { 
		height:206px !important;
	}
	.banner ul li img { 
		height:206px !important;
	}
}

@media (max-width:650px){ 
	.footer-menuBox {
		width: 50%;
	}
	.footerBox {
		width: 50%; 
	}
	.footEnquiryBox
	{
		width:100%;
		margin-top: 35px;
	}
	.bottom p {
		text-align: center;  
		width: 100%;
	}
	.ecis {
    	float: initial;
	}
	.mainPageBox li {
		width: 100%; 
		margin: 0px 0% 3% 0px; 
	} 
	.mainPageBox li  .ImgBox{
		width: 33.33%;
		float: left;
	}
	.mainPageBox li .mainPage-text {
    	width: 66.66%;
		padding-left: 15px;
	}
	.mainPageBox li .mainPage-text .mainPage-head { 
		margin: 0px 0px 10px;
	}
	.inside-ContainerBox .clients-box {
    	width: 24%;
	}
}

@media (max-width:600px){
	.banner ul { 
		height:160px !important;
	}
	.banner ul li { 
		height:160px !important;
	}
	.banner ul li img { 
		height:160px !important;
	}
	.servicesBox ul li {
    	width: 48%;
		margin: 4px .5%;
	}
}

@media (max-width:550px){
	.inside-ContainerBox .clients-box {
		width: 22%;
	}
	.inside-ContainerBox .main-contactUs-box {
		width: 100%; 
	}
	.contactSpport {
		width: 100%;
		float: left;
	}
	.MobNav { 
		width: 100%; 
	}
	.mobileSocialBox { 
		position: absolute;
		top: 30px;
		left: 55%;
		transform: translateX(-55%);
	}
}

@media (max-width:450px){ 
	 
	.footEnquiryBox
	{ 
		margin-top:0px;
	} 
}
@media (max-width:450px){ 
	
	.mainPageBox li .ImgBox {
		width: 100%; 
	}
	.mainPageBox li .mainPage-text {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}
}
@media (max-width:425px){
	.banner ul {    
		height:115px !important;
	}
	.banner ul li { 
		height:115px !important;
	}
	.banner ul li img { 
		height:115px !important;
	}
	.tab-menuBox {
    	width: 30px;
	}
	.mobileSocialBox { 
		top:25px;
		left: 63%;
		transform: translateX(-63%);
	}
	.logo {
    	width: 120px;
	}
}
@media (max-width:400px){
	.servicesBox ul li {
		width: 100%;
		margin: 4px 0%;
	}
}
