@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800');
/* CSS Document */
@import url('vc_linecons.css');
@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/futura/Futura-Light-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura/Futura-Light-Italic.woff') format('woff'),
         url('../fonts/futura/Futura-Light-Italic.ttf')  format('truetype'),
         url('../fonts/futura/Futura-Light-Italic.svg#webfont') format('svg');
}
@font-face {
  font-family:Futura;
  src:url(../fonts/FuturaBT-Book.eot);
  src:url(../fonts/FuturaBT-Book.eot?#iefix) format("embedded-opentype"),
  url(../fonts/FuturaBT-Book.woff2) format("woff2"),
  url(../fonts/FuturaBT-Book.woff) format("woff"),
  url(../fonts/FuturaBT-Book.ttf) format("truetype"),
  url(../fonts/FuturaBT-Book.svg#FuturaBT-Book) format("svg");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:Futura;
  src:url(../fonts/FuturaPT-Medium.eot);
  src:url(../fonts/FuturaPT-Medium.eot?#iefix) format("embedded-opentype"),
  url(../fonts/FuturaPT-Medium.woff) format("woff"),
  url(../fonts/FuturaPT-Medium.ttf) format("truetype"),
  url(../fonts/FuturaPT-Medium.otf) format("opentype"),
  url(../fonts/FuturaPT-Medium.svg#FuturaBT-Book) format("svg");
  font-weight:500;
  font-style:normal
}
@font-face {
  font-family:Futura;
  src:url(../fonts/Futura-Bold.eot);
  src:url(../fonts/Futura-Bold.eot?#iefix) format("embedded-opentype"),
  url(../fonts/Futura-Bold.woff2) format("woff2"),
  url(../fonts/Futura-Bold.woff) format("woff"),
  url(../fonts/Futura-Bold.ttf) format("truetype"),
  url(../fonts/Futura-Bold.svg#Futura-Bold) format("svg");
  font-weight:600;
  font-style:normal
}
@font-face {
  font-family: 'SofiaPro-Bold';
  src: url('../fonts/SofiaPro-Bold.svg#SofiaPro-Bold') format('svg'),
       url('../fonts/SofiaPro-Bold.ttf') format('truetype'),
       url('../fonts/SofiaPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SofiaProBold';
  src: url('../fonts/SofiaProBold.eot');
  src: url('../fonts/SofiaProBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/SofiaProBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

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


ul, ol {
	margin: 0px;
	padding: 0;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
body {
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	width: 100%;
	overflow-x: hidden;
	font-weight: 400;
	position: relative;
	font-family: 'SegoeUI';
}
input, select, textarea, button {
	font-family: Futura, sans-serif;
	font-size: 14px;
}
input[type=file]:focus, input:focus, select:focus, textarea:focus, button:focus {
	outline: 0px;
}
h1, h2, h3, h4, h5, h6, label {
	margin:0;	
	padding: 0;
	/* font-weight: 600;
	line-height: 1.2; */
	font-family: 'SegoeUI-Bold';
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage,.container {
	width: 100%;
	max-width: 1240px;
	min-width: 240px;
	margin-left: auto;
	padding: 0 15px;
	margin-right: auto;
}


.top_section1{
  overflow: hidden;
  position: relative;
  /*height: calc(100vw * .56);*/
  height: calc(70vw);
  max-height: 70vh;
    /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}

.header{
    width: 100%; 
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: #fff;
}
#header.fixed1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-bottom: 0px;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
#header.fixed1:before{display: none;}
.logo{
    float: left;
    display: inline-block;
    padding: 5px 0px;
}
.logo a{
    background-image: url(../images/logo.png);
    width: 200px;
    background-size: 100%;
    background-position: left 0;
    transition: all 0.3s ease 0s;
    height: 73px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
}
#header.fixed1 .logo a {
    background-image: url(../images/logo.png);
    width: 165px;
    height: 61px;
}

.header_right{clear: both; width: 100%; display: table; padding: 0 20px; position: relative;}

.top_nav{clear: both; width: 100%; 
    display: table; padding: 5px 20px; background-color: rgba(0, 96, 165, 0.9); }
.top_left{float: left; display: inline-block;}
a.topph{float: right; display: inline-block; line-height: 20px; padding: 5px;
color: #fff; font-size: 15px; margin-right: 10px; font-weight: 400;}
a.topph i{color: #f27b21;}
.top_nav ul.top_ul1{list-style: none; float:right; }
ul.top_ul1 li{float: left; display: inline-block;}
ul.top_ul1 li a{
    text-decoration: none; 
    color: #fff;
    padding: 5px 15px;
    line-height: 20px;
    font-size: 14px;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    position: relative;
}
ul.top_ul1 li:last-child a::before {display: none;}
a.emplogin{float: right; display: inline-block; text-decoration: none; box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5) !important;
color: #fff; padding: 5px 15px; background-color: #0060af; margin-right: 15px;
text-transform: uppercase; letter-spacing: 1px; font-weight: 700;}
a.emplogin1{background-color: #fff; color: #f27b21;}
.headerSocial{float: right; display: inline-block;}
.headerSocial a{text-decoration: none; font-size: 21px; margin-right: 10px;
transition: all 0.3s; color: #fff;}/*
.headerSocial a.fb{color: #4862a3;}
.headerSocial a.tw{color: #49a6e8;}
.headerSocial a.lin{color: #006699;}*/


.menu{
    float: right;
    height: auto;
}
.menu ul{
    list-style: none;  
    padding: 0px;
    margin: 0px;
}
.menu ul > li{
    float: left;
}
.menu ul > li > a{
    text-decoration: none;
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease 0s;
    outline: 0px;
    padding: 30px 15px;
    font-family: 'SegoeUI';
}
.menu ul > li > a i{margin-left: 1px;}

#header.fixed1 .menu ul > li > a{padding: 25px 15px;}

.menu ul > li:hover a, .menu ul > li > a.active,
#header1.fixed1 .menu ul > li:hover a, #header1.fixed1 .menu ul > li > a.active{
    color: #992685;
}

.menu ul > li:hover ul.submenu1{
    display: block !important;  
}
ul.submenu1{
    width: auto;
    min-width: 100%;
    /*max-width: 1000px;*/
    background-color: #f8f8f8; 
    /*box-shadow: 0 3px 4px 3px rgba(0, 0, 0, 0.15);*/
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    z-index: 9999999999;
    border-top: 0px;
    padding: 20px 0;
}
ul.submenu1 h2{width: 100%; padding-bottom: 10px; margin-bottom: 0px; font-size: 24px;
border-bottom: 1px solid #ccc; color: #340457; margin-top: 0px; font-weight: 500;}
ul.submenu1 li{
    display: inline-block;
    float: left;
    width: 25%;  
}
ul.submenu1 li a{
    text-decoration: none;
    color: #6d6d6d !important;
    font-size: 16px;
    line-height: 18px;
    height: auto;
    padding: 15px 0px !important;
    display: block;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    text-align:left;
    text-transform: capitalize;
}
ul.submenu1 li:last-child a{border-bottom: 0px;}
ul.submenu1 li:hover a{
    color: #992685 !important;
}
ul.submenu1 li:last-child a{
    
}




.contact_rt a{position: fixed; right: 0px; top: 30%; width: 40px;
display: block; z-index: 9999; transition: all 0.3s; outline: 0px;} 
.contact_rt a:hover{}
.contact_rt img{}
.contact_rt a{text-decoration: none; color: #fff;}

.contact_rt1 a{position: fixed; left: 0px; width: 40px;
display: block; z-index: 9; transition: all 0.3s; outline: 0px; top: auto; bottom: 17%;}
.contact_rt1 a:hover{}
.contact_rt1 img{}
.contact_rt1 a{text-decoration: none; color: #fff;}

.contact_open{
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;  
  display: none;
}
.contact_bg{
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.1);
}
.contact_pop{
  width: 350px;
  background-color: #fff;
  min-height: 295px;
  right: -100%;
  transition:ease all 0.4s;
  top: 17%;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
}
.cpop_cont{padding: 35px 15px 35px 15px; width: 100%; display: table;}
.cpop_top{padding: 0 5px; width: 85%; text-align: center; font-size: 16px;}
.cpop_top span{color: #f38210; font-weight: 700; font-size: 18px; position: relative;}
.cpop_top span:before{
    position: absolute;
    left: -24px;
    bottom: -5px;
    content: "\f041";
    font-family: FontAwesome;
    color: #f38210;
    font-size: 28px;
}
.cnub{margin-top: 15px; font-size: 18px;}
.cnub b{font-size: 21px;}
.cbtm{font-size: 14px;}
.cbtm a{text-decoration: none; color: #0071c5;}
.width48{float: left; display: inline-block; width: 48%; padding-right: 15px;
text-align: center; margin-top: 35px;}
.cpopbtm a{text-decoration: none; color: #000; text-align: center; transition: all 0.3s;}
.cpopbtm a h4{margin: 5px 0;}
.cpopbtm a:hover h4{margin: 5px 0; color: #0071c5;}

.btn_close{position: absolute; right: 0px; top: 10px; width: 50px; text-align: center;}
.btn_close a{text-decoration: none; color: #000; position: relative; text-align: center;}
.btn_close a:before{
    position: absolute;
    right: -10px;
    top: 30px;
    content: "\f00d";
    font-family: FontAwesome;
    color: #d23539;
    font-size: 16px;
    z-index: 999;
}
.contact_pop h3{color: #000; position: relative;  
padding-bottom: 20px; font-size: 21px; margin-top: 0%; font-weight: 700; 
margin-bottom: 30px; text-transform: capitalize;}
.contact_pop h3:before{
    position: absolute; height: 2px; background-color: #000; content: "";
    left: 0%; width: 15%; bottom: 0px;
}

input.form-control, textarea.form-control{margin-bottom: 15px; border: 1px solid #000;  
border-radius: 0px; box-shadow: none; height: 36px; color: #000;}
textarea.form-control{height: 90px;}
input.btn-enquiry{
    padding: 8px 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #009bca;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s;
}
input.btn-enquiry:hover{background-color: #6181bc; border-color: #6181bc;}


/*----------banner-----------*/
.mtop1 {
    height: 75px;
}
.main_banner{background-color: #000;}
.main_banner img{opacity: 0.8;}
/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/


.fullscreen-bg .fullscreen-bg__video {
    height: 100%;
    width: 100%;
}
.banner_txt {
    top: 180px !important;
    color: #fff;
    position: absolute;
    width: 55%;
    padding: 0 8% !important;
    margin: auto;
    left: 0%;
    margin: auto;
    z-index: 9999;
    text-align: left;
}
.banner_txt img{width: 100px; display: table; margin: auto;}
.banner_hd, .banner_cont, .banner_r_more {
    width: 100%;
    float: left;
}
.banner_hd {
    color: #fff;
    font-size: 3em;
    line-height: 46px;  
    margin-top: 20px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    visibility: visible !important;
    display: table;
    float: right;
    text-transform: capitalize;
    text-align: left;
    font-family: 'SegoeUI-Bold';
}
.banner_hd span{color: #fff; font-style: italic; 
 display: table-cell; vertical-align: middle;}
 .bimg1{visibility: visible !important; right: 40px; position: absolute; bottom: 0px;}
 .bimg1 img{width: 200px;}
.banner_cont {
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    text-transform: capitalize;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    visibility: visible !important;
    font-family: 'Sarabun', sans-serif;
    display: none;
}
.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}
.banner_cont span i {
    margin-right: 5px;
}
.banner_r_more{
    clear: both;
    margin-top: 10px;
}
.banner_r_more a{
    text-decoration: none;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    margin: auto;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease 0s;
    visibility: visible !important;
    outline: 0px;
    border: 1px solid #fff;
}
.banner_r_more a img{width: 60px;}
.banner_r_more a:hover{background-color: #009bca; color: #fff; border-color: #009bca;}
.ban_but {
    bottom: 15%;
}

.slideRight ul{list-style: none;}
.slideRight ul li{display: inline-block; position: relative; padding: 0 25px;}
.slideRight ul li:before{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.slideRight ul li:first-child:before{display: none;}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 

.carousel-control.right{background-image: none !important;}
.carousel-control.left{background-image: none !important;}


a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}
a.scroll-down-link img{opacity: 0.6;}
/*animated arrow animattion*/
 @-webkit-keyframes move_fade_move_down {
 0% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 -webkit-transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 -webkit-transform:translate(0, -5px);
 opacity: 1;
}
}
 @keyframes move_fade_move_down {
 0% {
 transform:translate(0, -5px);
 opacity: 1;
}
 50% {
 transform:translate(0, 10px);
 opacity: 1;
}
 100% {
 transform:translate(0, -5px);
 opacity: 1;
}
}
/*----------banner-----------*/


/*abtsec*/
.abtsec{width: 100%; display: table; padding: 40px 0; background-color: #fff;}
.abtsec h2{
  font-size: 28px; 
  font-family: 'SegoeUI-Bold';
  margin-top: 0px;
  color: #424242;
  margin-bottom: 20px;
  line-height: 34px;
}
.abtsec p{
  font-size: 18px;
  color: #424242;
  line-height: 28px;
  margin-bottom: 15px;
}
.abtsec a{text-decoration: none; color: #662d91; font-size: 16px; transition: all 0.3s;}
.with-arrow-icon{width: 36px; display: inline-block; margin-left: 10px; color: #662d91;}
.with-arrow-icon svg{transition: all 0.3s; fill: #662d91;}
.abtsec a:hover, .abtsec a:hover .with-arrow-icon svg{color: #9f76b4; fill: #9f76b4;}
/*abtsec*/

/*home_solutions*/
.home_solutions {
	background: #eee;
	padding: 50px 0;
}
.home_solutions h2 {
	color: #340457;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.home_solutions .p {
	color: #515151;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 15%
}
.home_solutions .p a {
	vertical-align: middle;
	color: #662d91;
	font-weight: 500;
	font-size: 16px;
}
.home_solutions li {
	width: 96%;
	margin: 0 2%;
	float: left;
  position: relative;
}
.home_solutions li p{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(102, 45, 145, 0.6);
  color: #fff; 
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0px;
  display: none;
}
.home_solutions.csrsol li p{display: block;}
.home_solutions.home_solutions1 li p{
  position: relative;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  color: #fff; 
  padding: 0px;
  width: 100%;
  display: block;
  margin: 0px;
}
.home_solutions li a {
	width: 100%;
	float: left;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
}
.home_solutions li a .txt {
	width: 100%;
	left: 0;
	height: 100%;
	padding: 10px;
	position: absolute;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	top: calc(100% - 60px);
	background: rgba(159, 118, 180,0.8);
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_solutions li a:hover .txt {
	top: 0
}
.home_solutions li a h3 {
	height: 40px;
	display: grid;
	width: 100%;
	align-items: center;
	justify-content: left;
	margin-bottom: 15px;
	font-size: 16px;
}
.home_solutions li a span {
	float: left;
	margin-top: 15px;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.home_solutions li a span:hover {
	color: #662d91;
}
.home_solutions .owl-nav .owl-prev, .home_solutions .owl-nav .owl-next {	
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #d4d4d4;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    text-indent: -99999px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_solutions .owl-nav .owl-prev {
	left: -36px;
}
.home_solutions .owl-nav .owl-next {
	right: -36px
}
.home_solutions .owl-nav .owl-next:hover, .home_solutions .owl-nav .owl-prev:hover {
	background: #555;
}
.home_solutions .owl-nav .owl-next::before, .home_solutions .owl-nav .owl-prev::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	text-indent: 0px;
    font-family: 'FontAwesome';
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_solutions .owl-nav .owl-prev::before {
    content: "\f060";
}
.home_solutions .owl-nav .owl-next::before {
    content: "\f061";
}
/*home_sectors*/
.home_sectors {
	background: #f3dbff;
	padding: 50px 0;
	color: #000;
  background-image: url("../images/background-bullets.svg");
  background-size: 5px;
}
.home_sectors h3 {
	font-size: 36px;
	margin-bottom: 20px;
  color: #350558;
}
.home_sectors .p {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 30px;
	width: 70%;
  color: #333;
}
.home_sectors .p a {
	vertical-align: middle;
	color: #9f76b4;
	font-weight: 500;
	font-size: 16px;
}
.home_sectors li {
	width: 100%;
	float: left;
}
.home_sectors li a {
	width: 100%;
	float: left;
	padding: 15px;
	font-size: 17px;
	position: relative;
	overflow: hidden;
	color: #000;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
  border: 1px solid transparent;
}
.home_sectors li a:hover {
	background: rgba(255, 255, 255, 0.2); border: 1px solid #350558;
}
.home_sectors li a img {
	height: 50px;
	max-width: 100%;
}
.home_sectors li a h4 {
	display: block;
	margin: 20px 0 15px 0;
	font-size: 20px;
  color: #350558;
  font-weight: 300;
}
.owl-carousel .owl-item img {
	width: auto;
}
.home_sectors .owl-nav .owl-prev, .home_sectors .owl-nav .owl-next {	
	position: absolute;
	top: calc(50% - 20px);
	z-index: 2;
	width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
	opacity: 0.4;
    text-indent: -99999px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.home_sectors .owl-nav .owl-prev {
	left: -40px;
}
.home_sectors .owl-nav .owl-next {
	right: -40px
}
.home_sectors .owl-nav .owl-next::before, .home_sectors .owl-nav .owl-prev::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	text-indent: 0px;
    font-family: 'FontAwesome';
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
  color: #350558;
}
.home_sectors .owl-nav .owl-prev::before {
    content: "\f060";
}
.home_sectors .owl-nav .owl-next::before {
    content: "\f061";
}
.home_sectors .owl-nav .owl-next:hover, .home_sectors .owl-nav .owl-prev:hover {
	opacity: 1;
}
/*home_careers*/
.home_careers {
	padding: 50px 0;
}
.home_careers h3 {
	font-size: 36px;
	color: #333;
	margin-bottom: 20px;
}
.home_careers .p {
	font-size: 20px;
	color: #616161;
	width: 70%;
}
.home_careers .p p {
	display: block;
	margin-bottom: 15px;
}
.home_careers .hcBtns {
	margin-top: 20px;
	text-align: center;
}
.hcBtns a {
	float: left;
	width: 49%;
	border: 1px solid #662d91;
	color: #111;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
	border-radius: 3px;
	padding: 20px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
.hcBtns a:hover {
	color: #fff;
	background: #662d91;
}
.hcBtns a:nth-child(even) {
	float: right;
}


/*footer1*/
.footer1{width: 100%; display: table; padding: 40px 0 0px; background-color: #f1f1f1; position: relative;}
a.ft_logo{text-decoration: none; margin-bottom: 20px;}
a.ft_logo img{width: 200px; display: block;}
.address1{margin-top: 15px; font-size: 16px; line-height: 26px; color: #000;}
.copyrights{clear: both; margin-top: 30px; display: inline-block; width: 100%;
font-weight: 600; margin-bottom: 10px;}
.copyrights p{float: left; display: inline-block; font-size: 14px; margin-right: 10px;}
.copyrights a{text-decoration: none; color: #662d91; padding: 0 10px; font-size: 14px;
transition: all 0.3s;}
.copyrights a:hover{color: #9f76b4;}
.copyleft{float: left; display: inline-block;}
.social{float: right; display: inline-block; margin-top: -25px;}
.social a{text-decoration: none; color: #bbbcbc; font-size: 42px;
  margin-left: 5px; padding: 0px;}

a.getstarted{
  display: table;
  position: relative;
  bottom: 0;
  left: 0;
  padding: 20px 60px 20px 0px;
  background: #662d91;
  border-bottom: none !important;
  border-top-right-radius: 52px;
  color: #000;
}
a.getstarted::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #662d91;
}
a.getstarted .title{float: left; display: inline-block; color: #210039; 
  font-size: 21px; text-transform: uppercase; position: relative; margin-top: 4px;
  margin-right: 15px; font-family: 'SegoeUI-Bold';}
a.getstarted .subtitle{float: left; display: inline-block; color: #fff; 
  font-size: 24px; font-family: 'SegoeUI-Bold';}
/*footer1*/


.scrollup {
	position: fixed;
	bottom: 0;
	right: 40px;
	width: 40px;
	height: 40px;
	border-radius: 3px 3px 0 0;
	color: #333;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	line-height: 1;
	background: #fff;
	border: 1px solid #662d91;
	border-bottom: 0px;
	display: none;
	z-index: 999;
}
.scrollup i {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 14px;
}


.inner_banner {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    background-color: #000;
}
.inner_banner img{
    width: 100%;
    opacity: 0.5;
    display: block; 
}
.innertxt1{
   position: absolute; width: 100%; text-align: left; 
    top: 120px; left: 0%; padding: 10px 35px;
}
.innertxt1 ul{list-style: none; text-align: left; margin-bottom: 0px;
padding-left: 0px; text-align: center;}
.innertxt1 ul li{
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #fff;    
}
.innertxt1 ul li:last-child{padding-right: 0px;}
.innertxt1 ul li:after{
    content: "/";
    color: #fff;
    position: absolute;
    font-size: 14px;
    right: 8px;
    top: 0px;   
}
.innertxt1 ul li:last-child:after{display: none;}
.innertxt1 ul li a{color: #fff; text-decoration: none;}
.inner_banner h1{color: #fff;  font-size: 50px;  margin-bottom: 10px; margin-top: 30px;
text-align: center;}
.inner_banner h1 span{color: #ff6600;}
.inner_banner h1 p{font-size: 18px; font-weight: 400; margin-top: 5px; 
  letter-spacing: 2px; color: #fff; }



.innerpgbx{padding: 50px 0; width: 100%; display: inline-block; background-color: #fff;
background-image: url("../images/background-bullets.svg");
background-size: 5px;
}
.innerpgbx2{background-color: #f3dbff;}
.pgleftbx{width: 100%; display: block;}
.pgleftbx p{font-size: 18px; color: #333;}
.tab_container p{font-size: 18px; color: #333;}
.pgleftbx ul{list-style: none; padding: 0px; margin-top: 30px; margin-bottom: 30px;}
.pgleftbx ul li{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
}
.pgleftbx ul li:before{
    color: #81bd03;
    content: "";
    width: 15px;
    height: 17px;
    background-image: url('../images/favicon.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 3px;
    opacity: 0.5
}
.pgleftbx ul li strong{font-weight: 600;}

.pgleftbx h2{
	position: relative; font-size: 28px; padding-bottom: 15px; margin-bottom: 25px;
	display: block; font-weight: 700
}
.pgleftbx h2:before{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 60px;
	height: 3px;
	content: "";
	background-color: #662d91;
}

.pgrightbx{background-color: #9f76b4; width: 100%; padding: 30px; display: table; 
	position: relative;}
.pgrightbx:before{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100px;
	height: 113px;
	content: "";
	background-image: url('../images/bg1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0.2;
}
.pgrightbx h3{color: #fff; font-size: 26px;margin-top: 0px; margin-bottom: 15px; 
	padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.pgrightbx ul{list-style: none; width: 100%; display: block; clear: both;}
.pgrightbx ul li{clear: both; position: relative; margin-bottom: 5px;}
.pgrightbx ul li a{text-decoration: none; color: #fff; font-size: 16px; padding: 4px 0 4px 20px;
display: block; position: relative; transition: all 0.3s;}
.pgrightbx ul li a.active{border-left: 2px solid rgba(255, 255, 255, 0.3);}

.pgrightbx ul li a:hover{color: #340457;}
.innerpgbx2 .home_solutions img{border: 3px solid #662d91; width: 100%;}

.pgleftbx h4, .tab_content h4{font-size: 24px; margin: 30px 0; font-style: italic; 
  font-weight: 400; color: #662d91;}


.multi_tabs{
    clear: both;
    width: 100%;
    display: table; 
}
ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    background-color: #9f76b4;
    position: relative;
/*  border-left: 1px solid #999999;*/
    width: 100%;
}
ul.tabs:before{
    position: absolute;
    left: 2%;
    top: 0px;
    width: 96%;
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
}
ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 10px 5px ;
    border-left: none;
    font-size: 17px;
    overflow: hidden;
    position: relative;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: 33.33%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.2)
}
/* ul.tabs li:after{
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ea1b38;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    right: 10px;
} */
ul.tabs li:hover {
    /*background: #0080b6;
    border-bottom: 3px solid #79bedb;*/
}   
ul.tabs li.active{
    /* background: #fff;
    border-bottom: 3px solid #0080b6;
    color: #D73135;
    border: 1px solid #ccc;
    border-bottom: 0px;
    font-weight: 600; */
}
ul.tabs li:before{background-image: none;}
ul.tabs li.active:before{
    font-family: FontAwesome;
    content: "\f0d8";
    color: #FFFFFF;
    display: inline-block;
    font-size: 42px;
    margin-right: 5px;
    left: 48%;
    margin-left: -14px;
    position: absolute;
    top: 34px;
    font-weight: 700;
    background-image: none;
    opacity: 1;
}
/* ul.tabs li.active:after{
    content: "\f077";
} */
.tab_container {
    border: 0px;
    border-top: none;
    clear: both;
    float: left; 
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.tab_content {
    color: #000;  
}



.testibx1{width: 100%; display: table; padding: 30px; border: 1px solid #ccc; padding-top: 80px;
position: relative; border-radius: 5px; clear: both; margin-bottom: 75px; background-color: #fff;}
.testibx1:last-child{margin-bottom: 0px;}
.testimg{width: 125px; position: absolute; left: 45%; top: -50px;}
.testibx1 img{width: 100%; display: block; border-radius: 100%; border: 1.9px solid #9f76b4;}
.testibx1 h3{font-size: 18px; color: #662d91; margin-top: 20px; font-weight: 600;
font-family: 'SegoeUI';}
.testibx1 h3 span{}
.testibx1 p{
	font-size: 17px;
	color: #000;
  text-align: justify;
}



ul.careersul{list-style: none; width: 100%; display: table; padding: 0px;}
ul.careersul li {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 6px solid #e5e5e5;
}
ul.careersul li h2 {
    padding: 10px 15px;
    color: #662d91;
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}
ul.careersul li h2 i {
    margin-right: 10px;
}
ul.careersul li .span, .job_nav .span {
    padding: 10px 15px;
}
ul.careersul li span, .job_nav span {
    float: left;
    width: 33.33%;
    color: #777;
    font-size: 16px;
    font-weight: 500;
}
.job_nav span {
    width: 100%;
    padding: 10px;
    font-size: 16px;
}
ul.careersul li span b, .job_nav span b {
    margin-left: 15px;
    color: #000;
    font-weight: 500;
}
ul.careersul li a {
    position: absolute;
    top: 30px;
    right: 15px;
    padding: 5px 15px;
    background: #9f76b4;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: all .5s;
}
ul.careersul li a:hover {
    background: #672f92;
    transition: all .5s;
}


/*career_form*/
.career_form {
    border-top: 1px solid #ccc;
    background: #fff;
    clear: both;
    width: 100%; display: table;
}
.halfspan {
    width: 49%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}
.fullspan{position: relative; width: 100%; display: table;}
.halfspan.right {
    float: right;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.career_form h2{color: #340457; text-align: center; margin-bottom: 20px;
text-transform: uppercase; font-size: 32px; letter-spacing: 1px;}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 0px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    transition: 0.4s;
    background-color: #fff;
}
textarea.c-input {}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #ccc;
    outline: 0px;
    transition: all .5s;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.effect-8{width: 100%; position: relative; display: table;}
.c-input ~ .focus-border:before,
.c-input ~ .focus-border:after{content: ""; position: absolute; top: 0; left: 0; width: 0; 
height: 2px; background-color: #9f76b4; transition: 0.3s;}
.c-input ~ .focus-border:after{top: auto; bottom: 0; left: auto; right: 0;}
.c-input ~ .focus-border i:before,
.c-input ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; 
width: 2px; height: 0; background-color: #9f76b4; transition: 0.4s;}
.c-input ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0;}
.c-input:focus ~ .focus-border:before,
.c-input:focus ~ .focus-border:after{width: 100%; transition: 0.3s;}
.c-input:focus ~ .focus-border i:before,
.c-input:focus ~ .focus-border i:after{height: 100%; transition: 0.4s;}

textarea.c-input {
    height: 80px;
}
input.c-btn {
    padding: 10px 30px;
    background: #662d91;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px; margin:  auto;
    display: table;
    transition: all .5s;
    margin-top: 20px;
}
input.c-btn:hover, input.c-btn:focus {
    background: #340457;
    transition: all .5s;
}

.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
}


/*contactpg*/
.contleft{padding: 0px; width: 100%; display: table; margin-bottom: 30px;}
.contleft h1 span{color: #429ce3;}
.box5_left{
    float: left;
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;    
}
.box5_row1{
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;    
}
.b5_img1{
    float: left;
    display: inline-block;
    width: 15%;
    text-align:center;
}
.b5_img1 img{width: 50%;}
.b5_cont1{
    float: left;
    display: inline-block;
    width: 80%;
    font-size: 24px;
}
.b5_top1{
    margin-bottom: 5px; 
    font-size: 20px;
    font-weight: 600;
    color: #9f76b4; 
}
.b5_btm1.address{font-size: 16px; color: #000;}
.b5_btm1 a{text-decoration: none; color: #000;}
.b5_btm1 a:hover{text-decoration: underline;}
.contact1{margin-bottom: 25px; width: 100%; display: table; }

.box5_row1 iframe{width: 100%; display: block; height: 350px;}
/*contactpg*/



/*sectorssec*/
.sectorssec{width: 100%; display: table;}
.sectorssec ul{list-style: none; width: 100%;}
.sectorssec ul li{float: left; display: inline-block; width: 20%; padding: 10px; 
  text-align: center;}
.sectorssec ul li img{width: 100%; padding: 20px 25%; display: table; margin: auto;
border: 1px solid #9f76b4; opacity: 0.75;}
.sectorssec ul li p{background-color: #9f76b4; padding: 5px; color: #fff; font-size: 15px;
font-family: 'SofiaProBold';}
/*sectorssec*/


/*downloadpg*/
.downloadpg{width: 100%; display: table;}
.downloadpg h2{
  position: relative; font-size: 28px; padding-bottom: 15px; margin-bottom: 25px;
  display: block; font-weight: 700
}
.downloadpg h2:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 3px;
  content: "";
  background-color: #662d91;
}
.downloadpg ul{list-style: none; width: 100%; background-color: #fff; padding: 20px;
display: table; box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);}
.downloadpg ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.downloadpg ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}
.downloadpg ul li a {
    color: #222;
    font-size: 18px;
    padding: 0 30px;
    position: relative;
    display: block;
    transition: all ease-in-out .5s;
}
.downloadpg ul li a:before,.downloadpg ul li a:after {
    position: absolute;
    top: 0;
    left: 0;
    color: #131768;
    content: "\f1c1";
    font-family: 'FontAwesome';
}
.downloadpg ul li a:after {
    left: auto;
    right: 0;
    content: "\f019";
}
.downloadpg ul li a:hover {
    color: #131768;
}
.contact_open, .contact_open2{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;  
  display: none;
}
.contact_bg, .contact_bg2{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 111, 111, 0.52);
}
.contact_pop, .contact_pop2{
  width: 350px;
  background-color: #fff;
  min-height: 295px;
  left: -100%;
  border-right: 5px solid #744099; z-index: 9999;
  transition:ease all 0.4s;
  top: 23%;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
}
.cpop_cont{padding: 35px 15px 35px 15px; width: 100%; display: table;}
.cpop_top{padding: 0 5px; width: 85%; text-align: center; font-size: 16px;}
.cpop_top span{color: #f38210; font-weight: 700; font-size: 18px; position: relative;}
.cpop_top span:before{
    position: absolute;
    left: -24px;
    bottom: -5px;
    content: "\f041";
    font-family: FontAwesome;
    color: #f38210;
    font-size: 28px;
}
.cnub{margin-top: 15px; font-size: 18px;}
.cnub b{font-size: 21px;}
.cbtm{font-size: 14px;}
.cbtm a{text-decoration: none; color: #0071c5;}
.width48{float: left; display: inline-block; width: 48%; padding-right: 15px;
text-align: center; margin-top: 35px;}
.cpopbtm a{text-decoration: none; color: #000; text-align: center; transition: all 0.3s;}
.cpopbtm a h4{margin: 5px 0;}
.cpopbtm a:hover h4{margin: 5px 0; color: #0071c5;}

.btn_close{position: absolute; right: 0px; top: 10px; width: 50px; text-align: center;}
.btn_close a{text-decoration: none; color: #000; position: relative; text-align: center;}
.btn_close a:before{
    position: absolute;
    right: -10px;
    top: 10px;
    content: "\f00d";
    font-family: FontAwesome;
    color: #744099;
    font-size: 16px;
}
.contact_pop h3, .contact_pop2 h3{color: #000; position: relative;
padding-bottom: 20px; font-size: 21px; margin-top: 0%; font-weight: 700; 
margin-bottom: 30px; text-transform: capitalize;}
.contact_pop h3:before, .contact_pop2 h3:before{
    position: absolute; height: 2px; background-color: #000; content: "";
    left: 0%; width: 15%; bottom: 0px;
}
input.form-control, textarea.form-control{margin-bottom: 15px; border: 1px solid #000;  
border-radius: 0px; box-shadow: none; height: 36px; color: #000;}
textarea.form-control{height: 90px;}

.form-group .btn{width: 100%; background-color: #000; outline: 0px; border: 2px solid #000;
text-transform: uppercase; font-size: 16px; border-radius: 0px; height: 40px; line-height: 40px;
display: block; padding: 0px; background-color: transparent; color: #000; font-weight: 600;
letter-spacing: 2px; transition: all 0.3s; }
.form-group .btn:hover{background-color: #000; color: #fff; border-color: #000;}
/*downloadpg*/


/*addbx1*/
.addbx1{
  background-color: #fff;
  padding: 15px;
  width: 100%;
  display: block;
  box-shadow: 0 0px 4px 3px rgba(159, 118, 180, 0.31);
}
.addbx1 h2{
  position: relative; font-size: 21px; padding-bottom: 15px; margin-bottom: 25px;
  display: block; font-weight: 700
}
.addbx1 h2:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 60px;
  height: 3px;
  content: "";
  background-color: #662d91;
}
.addbx1 ul{
  list-style: none;
  width: 100%;
  display: table;
  margin: 0px;
  padding: 0px;
}
.addbx1 ul li{
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #000;
  font-family: 'SegoeUI';
  margin-bottom: 15px;
}
.addbx1 ul li i{position: absolute; left: 0px; top: 5px; font-size: 18px; color: #9f76b4;}
.innerpgbx .col-sm-4{padding: 0 15px;}
/*addbx1*/


/*presence_map*/
.presencemap{
  width: 100%;
  display: table;
  position: relative;
  padding: 0 20%;
}
.presencemap img{width: 100%; display: block; opacity: 1}
.mapin{width: 100%; display: block; position: relative;}

/*.productMap */
.productMap {}
.productMap img {
    width: 100%;
}
.productMap .pin {
    position: absolute;
}
.productMap .pin span {
    position: relative;
}
.productMap .pin img {
    width: 22px;
    animation: flash 2s linear infinite;
}
.productMap .pin:hover img {
    animation: flash 2s linear infinite;
}
.productMap .pin1 {
    /*China*/
    top: 25%;
    right: 69%;
}
.productMap .pin2 {
    /*Korea*/
    top: 41%;
    left: 8%;
}
.productMap .pin3 {
    /*Germeny*/
    top: 56%;
    left: 14%;
}
.productMap .pin4 {
    /*Belgium*/
    top: 82.6%;
    right: 64%;
}
.productMap .pin5 {
    /*Switzerland*/
    bottom: 14.5%;
    left: 37%;
}
.productMap .pin6 {
    /*Austria*/
    top: 30%;
    right: 48%;
}
.productData {
    background: #fff;
    padding: 20px;
    margin-top: 30px;
}
.productData h2 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
.hoverTxt {
    position: absolute;
    top: 50%;
    width: 350px;
    left: 30px;
    background: #fff;
    padding: 10px;
    z-index: 9;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    display: none;
    box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hoverTxt:before {
    position: absolute;
    top: 50%;
    left: -15px;
    content: '';
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.hoverTxt h4 {
    font-weight: 600;
    font-size: 21px;
    margin: 0;
    color: #662d91;
    padding: 5px;
    font-style: normal;
}
.hoverTxt a {
    font-size: 12px;
    color: #5da051;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.productMap .pin:hover .hoverTxt{
    display: block;
}
.productPop.clientTxt .txt h2 {
    margin-top: 0;
}
.pro_table {
    overflow-x: auto;
}
.pro_table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.pro_table table thead {
    background: #f5f5f5;
}
.pro_table table th,
.pro_table table td {
    color: #111;
    padding: 10px 12px;
    border: 1px solid #ddd;
}
.pro_table table td {
    padding: 8px 12px;
    font-size: 13px;
}
.productMap ul{margin: 15px 0 0;}
.productMap ul li{font-size: 16px;}
/*presence_map*/



.menu2 {
    position: fixed;
    right: 30px;
    top: 50px;
    z-index: 9;
    display: none;
}

.menu2 .menuicon1 {
    position: relative;
    z-index: 999;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 20px 0 0 20px;
    text-decoration: none;
    color: #2b2a29;
    display: block;
    font-size: 16px;
    display: block;
    outline: 0px;
    transition: all 0.3s;
}

.sidemenu span {
    float: left;
}

.bars-wrap {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    overflow: visible;
    top: 3px;
}

.icon-bar {
    transition: all 0.4s ease;
    width: 26px;
    background: #662d91;
    height: 2px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 7px;
}

#header.cloned .icon-bar {
    background: #000;
}


/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
    width: 100%;
}

.cart_open {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    display: none;
}

.cartbg1 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(113, 79, 54, 0.4);
}

.cart_bx1 {
    width: 96%;
    background-color: #662d91;
    height: 100%;
    padding: 20px;
    top: 0%;
    right: -100%;
    transition: ease all 0.4s;
    position: fixed;
    display: block;
    box-shadow: 0 10px 50px rgba(1, 2, 2, .15);
    z-index: 99999;
    overflow-y: auto;
    background-image: url('../../../../../images/work-left.png');
    background-position: left 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}

.left1 {
    right: 280px;
    z-index: 9999999;
    transition: ease all 0.8s
}

.menu2 {
    right: 280px;
    position: fixed;
    transition: ease all 0.6s;
    top: 0px;
    z-index: 999999;
}

.menu2:before {
    border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
    vertical-align: middle;
    padding-top: 10px;
    text-align: right;
}

.cart_bx1 ul li {
    float: none;
    width: 100%;
    display: block;
    clear: both;
}

.cart_bx1 ul li a {
    text-decoration: none;
    color: #2b2a29;
    font-weight: 400;
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    text-align: center;
    outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
    color: #2e3192;
}

a.closebtn {
    display: block;
    height: 42px;
    float: right;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    /* padding: 10px 25px; */
    margin-bottom: 20px;
    /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
    width: 36px;
}

a.mobilecont {
    padding: 12px 28px 10px;
    margin-left: 20px;
    border: 1px solid #138dd0;
    background-color: #138dd0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 35px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    display: inline-block;
}

img.deskno {
    display: none;
}


.servicesbox1{
    width: 100%;
    clear: both;
    padding: 40px 0;
    display: table;
    background-color: #fff;
}
.servicesbox1 p{
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3d;
    margin:0;
}



.servicesbox1 ul{list-style: none; width: 100%;}
ul.accordion > li{margin-bottom: 20px; padding-left: 0;}
.servicesbox1 .accordion {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 30px;
  padding: 0
}
.pgleftbx ul.accordion li::before{display: none;}

.servicesbox1 .accordion .link {
  cursor: pointer;
  display: block;
  padding: 20px 15px 20px 135px;
  color: #000;
  font-size: 28px;
  background-color: #fff;
  border: 1px solid #c4bebe;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.servicesbox1 .accordion .link:before{
    position: absolute;
    left: -20px;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #eee;
    content: "";
    transform: skewX(20deg);

}
.servicesbox1 .accordion li.open .link:before{background-color: #f3ddff;}
/* .servicesbox1 .accordion li:last-child .link { border-bottom: 0; } */

.servicesbox1 .accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
  position: absolute;
  left: 20px;
  top: 32px;
}
.servicesbox1 .accordion li.open i{color: #662d91;}
.servicesbox1 .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.servicesbox1 .accordion li.open .link { color: #fff; background-color: #662d91; border-color: #662d91;}

/* .servicesbox1 .accordion li.open i { color: #fff; } */

.servicesbox1 .accordion li.open i.fa-long-arrow-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.servicesbox1 .submenu {
  display: none;
  background: transparent;
  font-size: 14px;
  padding:0;
  margin: 0;
}

.servicesbox1 .submenu li {
padding: 10px; color: #000; position: relative;
border: 1px solid #c4bebe; background-color: #fff; border-top: 0;height: auto;display: flex;}
.servicesbox1 .submenu li h3{color: #000; font-size: 36px; font-weight: 700; margin-bottom: 15px;
}
/* .submenu li p{color: #000; font-size: 18px; text-align: justify;
line-height: 28px; font-weight: 300; width: 65%}
.submenu a {
  clear: both;
  display: table;
  padding: 10px 100px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 25px;
  text-transform: uppercase;
  font-weight: 300;
}

.submenu a:hover {
  background: #fff;
  color: #000;
} */


.submenu ul{list-style: none; padding-bottom: 0px;}
.submenu ul li{
    font-size: 18px;
    line-height: 24px;
    color: #000;
    position: relative;
    padding: 0px;
    border: 0px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: justify;
}
.submenu ul li:before{
    color: #81bd03;
    content: "";
    width: 12px;
    height: 17px;
    background-image: url(../images/libox.png);
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 9px;
    left:-25px;
}


ul.submenu li img{position: absolute; width: 30%; right: 0px; bottom: 0px;}


ul.resp-tabs-list1 li h5{
    margin: 50px 0
}


.milestonesbox, .groupstrbox1, .our-presence-box1{
    width: 100%;
    clear: both;
    padding: 60px 0;
    /* display: table; */
    background-color: #fff;
}
.milestonesbox h2{
    font-size: 40px;
    color: #00416e;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 15px;
}
.milestonesbox h3{
    font-size: 24px;
    margin-top: 0;
    color: #3d3d3d;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.milestonesbox .row1 {
    /* display: -ms-flexbox; */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.steps-infographic .col-md-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.stepsdiv {
    height: 200px;
    background: #ededf7;
    border-radius: 50px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    padding: 0 30px;
    width: 100%;
}
.stepsdivin{
    display: table-cell;
    vertical-align: middle;
}
.stepsdiv::after {
    content: "";
    background: url(../images/smallarrow.svg) no-repeat;
    width: 67px;
    position: absolute;
    right: -67px;
    height: 18px;
}
.steps-infographic.row1 .col-md-4:nth-child(3) .stepsdiv:after,
.steps-infographic.row1 .col-md-4:nth-child(7) .stepsdiv:after,
.steps-infographic.row1 .col-md-4:nth-child(11) .stepsdiv:after,
.steps-infographic.row1 .col-md-4:nth-child(15) .stepsdiv:after,
.steps-infographic.row1 .col-md-4:nth-child(19) .stepsdiv:after,
.steps-infographic.row1 .col-md-4:last-child .stepsdiv:after {
    display: none
}
.bigarrow {
    height: 100px;
    width: 80%;
    display: block;
    position: relative;
    margin: 0 auto 40px
}
.stepsdivin img{
    width: 60px;
    height: 60px;
    clear: both;
    object-fit: cover;
    /*border-radius: 60px;*/
}
.stepsdivin h4{
    clear: both;
    width: 100%;
    color: #00416e;
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}
.stepsdivin p{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #3d3d3d;
    clear: both;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}


.our-presence-boxmob, .mobknow {
    display: none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */


/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
    body {
        overflow-x: hidden;
        display: block;
        width: 100%;
        padding-top: 80px;
    }
    .top_section1{height: auto; max-height: auto;}
    .menu2 {
    display: block;
    top: 20px;
    right: 10px;
    z-index: 99999999999999;
}
.our-presence-boxmob {
    width: 100%;
    clear: both;
    padding: 0px;
    display: block;
    background-color: #fff;
}
    img.mobimg {
        display: block;
        width: 100%;
    }
    .aboutpgg h3 {
        font-size: 21px;
    }
    .header_top {
        padding: 0 15px;
    }
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    /* .header{padding: 0 5px;} */
    .menubar {
        display: none;
    }
    .main_menu {
        display: none;
    }
    .top1_left {
        display: none;
    }
    .l_news {
        top: 83px;
    }
    .logo a {
        width: 155px;
        background-position: left center;
    }
    .logo {
        height: auto;
        margin-left: 0px;
    }
    #header.fixed1 .logo a {
        background-position: left center;
    }
    .ftleft2 h3 {
        font-size: 21px;
    }

    /* .carousel-inner > .item > img, .inner_banner img{
        width: 100%;
        height: calc(100vh - 100px) !important;
        object-position: center;
        object-fit: cover;
    }   */
    .main_banner {
        height: auto;
        margin-top: 0px;
    }
    .top_social {
        display: none;
    }
    .home_link,
    .hl_video {
        height: auto;
    }
    .hl_circle h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .home_link img{width: 200% !important; position: relative; left: -50%}
    .aboutimg img{width: 100%}
    .aboutbxvv .col-sm-6.avv1{padding-right: 0;}
    .aboutbxvv .col-sm-6.avv2{padding-left: 0;}
    .aboutbxvv .col-sm-6{margin-bottom: 20px;}
    .section1team h2{font-size: 32px;}
    .section1team .col-md-3{width: 100%; clear: both;}
    .cart_bx2{width: 90%}
    .vh85 p{font-size: 14px;}
    .hl_video video {
        width: 200%;
    }
    .inner_banner img {
        width: 200%;
        margin-left: -30%;
    }

    .t_img, .team1 ul li .t_cont{clear: both; width: 100%}
    .t_img img{width: 100px; margin: auto; display: table;}
    .t_cont1{font-size: 14px; line-height: 21px;}
    .hl_circle a {
        /* padding: 8px 25px; */
    }
    .hl_circle {
        padding: 0px 20px;
        padding-top: 25%;
        width: 100%;
    }
    .hl_circle p {
        font-size: 14px;
        margin-top: 15px;
    }
    .hl_circle ul {
        margin-top: 0px;
        /* display: none; */
    }
    .hlarrows, .bannerBtn a, a.scrollup{display: none;}
    .bganimationbx{top: 60%;}
    .sec1left h3{font-size: 18px; line-height: 28px;}
    .maintitle {
        left: 0px;
        width: auto;
    }
    .sec1bx1 h2 {
        margin-left: 0px;
        font-size: 26px;
        margin-bottom: 20px;
        top: 0px;
    }
    .section1 {
        padding: 40px 0;
    }
    .sec1bx1 {
        padding: 0px;
        display: block
    }
    .sec1cont1 p strong{font-size: 21px}
    .sec1cont1 {
        /* margin-top: -20px;
        margin-left: 10px;
        width: 95%;
        padding: 20px; */
    }
    .sec1cont1 p {
        font-size: 14px;
    }
    .section2 .sec1cont1 {
        margin-right: 10px;
    }
    .section1 .fixlet {
        font-size: 8em;
    }
    .section3 h2 {
        font-size: 26px;
    }
    .section3 .col-sm-6 {
        margin-top: 0px !important;
    }
    .sec3bx1 h3 {
        font-size: 24px;
    }
    .sec3bx1 p {
        width: 100%;
    }
    .section4 h2 {
        font-size: 26px;
        padding-left: 0
    }
    .section4 .form-group {
        padding-left: 0
    }
    .section4 h2 a {
        font-size: 21px;
        top: auto;
    }
    .sec3bx1 {
        margin-bottom: 20px;
    }
    .ftleft2,
    .ftleft1 {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
    .ftaddress{
        width:100%;
    }
    .ftaddress,
    .fthd1 {
        text-align: left !important;
        padding-left: 0
    }
    .mFooter {
        height: auto;
        line-height: normal;
        font-size: 14px;
        padding-top: 10px;
        text-align: center
    }
    .mFooter a {
        float: none;
    }
    .white.menu1 ul li a {
        font-size: 14px !important;
    }
    .white.menu1 ul li.ddsads a {
        font-size: 14px !important;
    }
    .innertxt1 {
        top: 45%;
    }
    .inner_banner h1 {
        font-size: 26px;
        margin-top: 0px;
        line-height: 32px;
    }
    .inner_banner ul {
        width: 90%;
        left: 5%;
        display: none;
    }
    .inner_banner ul li {
        font-size: 11px;
    }
    .inner_banner ul li::after {
        top: -2px;
    }
    .innersec1 h2 {
        font-size: 26px;
    }
    .innersec1 p {
        font-size: 16px;
    }
    .ss1bx {
        margin-bottom: 20px;
    }
    .ss1bx h3 {
        font-size: 32px;
    }
    .ss1bx p {
        font-size: 18px;
    }
    .servsec5 h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .servsec5 p {
        font-size: 16px;
        margin-top: 40px;
    }
    .whyUs .whyleft,
    .whyUs .whyright,
    .whyright li {
        overflow: hidden;
        width: 100%;
        display: block;
        clear: both;
    }
    .whyUs {
        font-size: 16px;
        padding: 30px 0;
    }
    .whyleft h2 {
        font-size: 24px;
    }
    .innersec1 {
        display: block;
        overflow: hidden;
        padding-bottom: 10px;
    }
    .inner_banner {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    .whyright .txt h4 {
        font-size: 18px;
    }
    .whyright li {
        margin-top: 30px
    }
    .whyright .txt {
        min-height: auto;
    }
    .servicespg {
        padding: 40px 0;
    }
    .servicespgbx h3 {
        font-size: 21px;
        letter-spacing: 0
    }
    .servidpg h3 {
        margin-top: 0;
        padding-right: 0px;
        font-size: 18px;
        line-height: 26px;
    }
    .servidpg h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .servidpg h1 {
        font-size: 21px;
    }
    .servicespg h2,
    .careerspg h2 {
        font-size: 26px;
    }
    .companyimage {
        width: 15%;
        padding: 5px;
    }
    .job_des {
        width: 80%;
        font-size: 14px;
    }
    .com_name {
        font-size: 18px;
    }
    .fulltime,
    .parttime {
        top: -20px;
    }
    .innerserv {
        padding: 40px 0
    }
    .page_content,
    .page_nav {
        width: 100%;
        clear: both;
    }
    .page_content h2 {
        font-size: 24px;
    }
    .page_ul h3 {
        font-size: 21px;
    }
    .page_ul ul li {
        font-size: 14px;
        line-height: 21px;
    }
    .section4 h2 {
        font-size: 26px !important;
        text-align: center;
    }
    input.subres {
        font-size: 14px;
    }
    .adbxin h2 {
        font-size: 21px !important;
        text-align: left;
    }
    .technologies {
        padding: 20px 0
    }
    .topEnquire {
        display: none;
    }
    .clientsbx h2 {
        font-size: 26px;
    }
    .clientsbx ul {
        padding: 0;
    }
    .clientsbx ul li {
        width: 31%;
        margin: 1%;
    }
    .counterbx h3 {
        font-size: 21px;
    }
    .counterbx p {
        font-size: 11px;
        letter-spacing: 0
    }
    .counterbx img {
        width: 70px;
    }
    .counterbx {
        padding-left: 65px;
    }
    .box4 .col-sm-3 {
        width: 50%;
        float: left;
    }
    .ov1 {
        padding: 20px;
    }
    .ovaluespg p {
        font-size: 16px;
        line-height: 24px;
    }
    .ovaluespg h2 {
        font-size: 24px;
    }
    .q_link1 .q_cont {
        width: 100%;
        padding: 0px;
    }
    .q_link1 .q_cont .hd {
        margin-top: 0px;
        font-size: 28px;
        margin-bottom: 15px;
        height: auto;
        line-height: normal;
    }
    .q_link1 .q_cont .cont {
        font-size: 16px;
        line-height: 24px;
    }
    .q_link1 .q_img {
        width: 100%;
        padding: 15px;
    }
    .q_link1 {
        margin-bottom: 15px;
    }
    .innerbread ul li {
        font-size: 12px;
    }
    .innerbread ul {
        padding: 15px 0
    }
    .blogsec ul li {
        width: 100%;
        clear: both;
    }
    a.backbtn {
        top: -50px;
    }
    .newscontpg h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .newscontpg p {
        font-size: 16px;
        line-height: 24px;
    }
    .blogpg1 ul li,
    .newscontpg ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .newscontpg a.enlargeimg {
        width: 100%;
        margin-top: 30px;
    }
    .webinarspg h2 {
        font-size: 26px;
    }
    .webinar1 a.webbtn1 {
        font-size: 18px;
    }
    .webinar1 {
        padding: 20px;
    }
    .modal-dialog {
        width: 90%;
        margin-left: 5%;
    }
    .modal-body h2 {
        font-size: 24px;
    }
    .modal-body input.form-control {
        font-size: 14px;
    }
    .add1 h5 {
        font-size: 21px;
    }
    .section4 a {
        letter-spacing: 0px;
        font-size: 18px;
    }
    .section4 p {
        letter-spacing: 0px;
    }
    .section4 .form-group {
        padding: 0px;
    }
    .jobsbx1 {
        width: 100%;
        clear: both;
    }
    .sub {
        margin-top: 30px;
        margin-left: 0
    }
    .modal-body1 {
        padding: 20px;
    }
    .jobdesinner h3 {
        font-size: 24px;
    }
    .jobdesinner p,
    .jobdesc1 ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .jobdesinner h6 {
        font-size: 21px;
    }
    .jobdesc1 ul {
        margin: 25px 0 0;
    }

    .hdbxright{display: none;}
    .menu1 .menuicon1, .closeicon .closebtn, 
    /* .menu1{padding: 20px; width: 140px !important;} */
    .menu1{padding: 0;}

    .fixeds{position: relative; width: 100%; text-align: center; 
        display: inline-block; top: 0; padding: 40px 0}
    .fixeds a{display: inline-block;}
    #menu{padding-left: 0 !important;}

    .sec2left h2{font-size: 24px}
    .sec2left h3{font-size: 18px; line-height: 28px;}

    .newssection h2, .hmclientspg h2{font-size: 24px;}
    .hmclientspg .owl-theme .owl-dots .owl-dot span{width: 20px;}
    .newssection{padding: 40px 10px;}
    .mandir img{width: 50%; display: table; margin: auto; float: none !important;}
    .mandir h2{text-align: center; font-size: 21px; margin-top: 20px;}
    .mandir h3{font-size: 16px; text-align: center; }
    .mandir p{font-size: 14px; text-align: center;}
    .mdquotebx{padding: 50px 0;}
    .mdquotebx h4{font-size: 21px; line-height: 32px; padding:0;}
    .padl40{padding:0;}
    .testimonialsBx figcaption h5{font-size: 16px; line-height: 24px; width: 100%;
        padding-right: 0}

    .fixeds11{bottom: 0; padding: 0; position: relative; margin-top: 40px;}
    p.copy{margin-bottom: 40px;}
    .footer{display: block; padding: 40px 0}

    .ab3bx1 h2{font-size: 24px;}
    .inner-four-sec{margin-bottom: 20px;}
    .aboutbx2 h2{font-size: 24px;}
    .cspt-service-style-3 .creativesplanet-box-content-inner{padding: 15px;}
    .cspt-service-style-3{margin-bottom: 60px;}
    .servicesnavbar{height: auto; line-height: normal;}
    .servicesnavbar a{width: 100%; padding: 15px 0; font-size: 12px; height: auto;
    line-height: normal; }
    .section2221 h2{font-size: 24px;}
    .section2221 p{font-size: 16px;}

    .homeservices ul li{width: 100%; clear: both;}
    .homeservices ul li a{font-size: 16px;}
    .ftcontbx{padding-left: 0}
    .ftbx1 h2{margin-top: 40px; font-size: 26px;}
    .ftbx1 p{font-size: 14px; line-height: 26px;}
    .ftbx1#s2 .ftcontbx, .ftbx1#s4 .ftcontbx, .ftbx1#s6 .ftcontbx{
        padding-right: 0
    }
    .blog-title{font-size: 16px;}
    .inner.blog-preview p{font-size: 14px;}
    .fixme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0px;
        right: 0;
    }
    .job_dets{width: 100%; clear: both;}
    h1#goBottom{font-size: 28px;}
    .newssection, .section2, .mandir{overflow: hidden; }
    .mandir{padding-bottom: 30px;}
    ul.technologies li{width:50%;}
    ul.technologies li:nth-child(2n){border-right:0;}
    ul.technologies li:nth-child(5n){border-right: 1px solid #ccc;}
    ul.technologies li:nth-child(10n){border-right:0;}

    .asection2 h2, .aboutbx2 h2, .ab3bx1 h2, .careerspg1 h2{font-size: 21px; line-height: 36px;}
    .asection2 p{font-size: 14px; line-height: 24px;}
    .ab3bx1 p, .aboutbx2 p, .abtbtm1 p, .servidpg p{font-size: 14px !important;}

    .innerpg1.aboutpgg1,  .innerpg1.aboutpgg2 {
        background-image: none !important;
      }
      .innerpg1.aboutpgg2{padding: 0;}


      .newssection h2, .section5 h2{font-size: 28px;}
      .section5 .owl-nav{display: none;}
      .single-testimonial-item{padding: 25px 0}
      .section5 .txt p{padding: 0; font-size: 14px; line-height: 21px;}
      .testbtttm img{display: table !important; margin: auto; float: none; width: 65px}
      .testdes{clear: both; width: 100%; text-align: center;}
      .section5 .owl-theme .owl-dots{display: block;}
      .innersec111 h2{font-size: 21px;}

      .multi_tabs{padding: 0}
    ul.tabs, .tab_container{width: 100%; clear: both;}
    ul.tabs li{height: auto; line-height: normal; padding-top: 15px; padding-bottom: 15px;
        font-size: 18px; margin-bottom: 15px;}
    ul.tabs li img{top: 10px; width: 42px;}
    .tab_container{padding: 20px;}
    .tab_content ul{padding-left: 0}
    .servbxin1{padding: 35px;}
    .servbxin1{margin-bottom: 20px;}
    .job_des{width: 100%; clear: both; margin-top: 15px;}
    .page_content h2{font-size: 21px;}

    .site-banner-automation{position: relative; }
    .menu{display: none;}
    #site-banner.site-banner-automation .automation-banner .list-buttons li {
        border-radius: 0px;
        margin:  0;
        overflow: hidden;
        position: relative;
        transform: translate3d(0px, 0, 0);
        transition: transform .5s linear,opacity .5s linear;
            transition-delay: 0s, 0s;
            width: 100%;
    }
    .home_link .sbain, .home_link .site-banner-automation{position: relative; top:  auto;}
    .button-icon{left: 0;}

    .banner_txt{top: 12% !important; width: 100%; text-align: center !important;}
    .banner_hd{font-size: 21px; line-height: 28px;}
    .abtsec h2{font-size: 18px; line-height: 24px;}
    .abtsec p{font-size: 14px; line-height:  21px}
    .home_solutions h2, .home_sectors h3{font-size: 24px;}
    .home_solutions .p, .home_sectors .p{padding: 0; font-size: 14px; width: 100%;}
    .home_solutions .owl-nav .owl-prev, .home_sectors .owl-nav .owl-prev{left: 0;}
    .home_solutions .owl-nav .owl-next, .home_sectors .owl-nav .owl-next{right: 0;}

    a.getstarted .title{font-size: 16px;}
    a.getstarted .subtitle{font-size: 14px;}
    .address1{font-size: 14px;}
    .copyrights p{width: 100%; clear: both}
    .copyrights a{font-size: 12px;}
    .social a{font-size: 21px;}

    .pgleftbx h2{width: 100%; display: inline-block}
    .innerpgbx{display: inline-block;}
    .inner_banner h1{font-size: 18px; line-height: 21px}
    .pgleftbx h2, .downloadpg h2{font-size: 18px;}
    .sectorssec ul li{width: 100%;}
    .contact_pop, .contact_pop2{top: 15%;}
    ul.tabs li{width: 100%; margin-bottom: 2px; font-size: 14px;}
    ul.tabs li.active{background-color: #78518c;}
    ul.tabs li.active::before{display: none;}
    .testimg{left: 0;}
    .halfspan{width: 100%; display: block}
    .career_form h2{font-size: 24px;}
    .box5_row1{width: 100%; clear: both;}
    .presencemap {display: none;}


    .servicesbox1 .accordion .link{font-size: 16px !important;}
    ul.submenu li .newimg1{width: 50%; float: left;}
    ul.submenu li .newimg1 a img, ul.submenu li .photogalbx a img, 
    ul.submenu li .resourcebx .resbx1 img{width: 100%;}
    ul.submenu li .newssec1, ul.submenu li .memberimgs{display: block;}
    ul.submenu li .resourcebx .resbx1 a{font-size: 16px; margin-bottom: 30px;}
    .servicesbox1 .accordion .link {
        font-size: 18px;
        padding: 14px 5px 14px 80px;
    }
    .servicesbox1 .accordion .link::before {
        width: 80px;
    }
    .servicesbox1 .accordion li i {
        top: 18px;
        left: 10px;
    }
        .servicesbox1 .submenu li h3{font-size: 21px;}
        .pgleftbx h4, .tab_content h4{font-size: 16px;}
}



/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {}


/*------smalltablet----------------*/

@media only screen and (min-width: 240px) and (max-width: 768px) {}


/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .hl_video video {
        width: 100%;
        left: 0
    }
    .hl_circle ul {
        display: block;
    }
    .hl_circle ul li a {
        padding: 10px;
    }
    .bannerBtn a,
    a.scrollup {
        display: none;
    }
    .ss1bx {
        padding: 15px;
    }
    .ss1bx p {
        font-size: 15px;
    }
    .blogsec ul li {
        width: 50%;
        clear: none;
        float: left;
    }
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .hl_circle ul li a {
        padding: 10px;
    }
    .home_link {
        height: auto;
    }
    .inner_banner .bannerBtn a,
    .inner_banner a.scrollup {
        bottom: 50%;
    }
    .ss1bx p {
        font-size: 16px;
    }
    .whyright .txt {
        font-size: 14px;
        text-align: left;
    }
    p.offering-title {
        font-size: 16px;
        line-height: 24px;
    }

    .menu ul > li > a{padding: 30px 10px; font-size: 14px;}
}

@media only screen and (min-width: 960px) and (max-width: 1170px) {
    .container {
        width: 100%;
        display: block;
        max-width: 100%;
        min-width: 100%;
    }
    .hl_circle h2{font-size: 46px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .container {
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1330px) {
    .container {
        width: 100%;
        display: block;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 2400px) {
    
}