* {
	margin: 0;
	padding: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
img {
	width:100%;
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
section {
	overflow: hidden
}
.Container {
	max-width: 1200px;
	margin: auto;
	display: block;
}
.pad-tb {
	padding: 30px 0px;
}

.banner {
	display: block;
	width: 100%;
}
.banner .item {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.banner .owl-nav {
    display: block;
}
.banner .owl-controls {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 50px;
    margin: auto;
}
.banner .owl-controls .owl-prev,
.banner .owl-controls .owl-next {
	position: relative;
	font-size: 0px;
    width: 50px;
    height: 50px;
}
.banner .owl-controls .owl-prev {
	float: left;
}
.banner .owl-controls .owl-next {
	float: right;
}
.banner .owl-controls .owl-prev:before {
	content: "\f104";
    position: absolute;
	font-size: 35px;
	font-family: FontAwesome;
	color: #ffffff;
}
.banner .owl-controls .owl-next:before {
	content: "\f105";
    position: absolute;
	font-size: 35px;
	font-family: FontAwesome;
	color: #ffffff;
}
.banner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
/*    display: none !important;*/
}
.banner .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	margin: 5px;
	border-radius: 50%;
}
.banner .owl-dot.active {
	background: rgba(255,255,255,1);
}
.slideBox {
	position: absolute;
	top: 25%;
	left: 20%;
}
.slideContent h1 {
	background: #e4404a;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 40px;
	text-transform: uppercase;
	display: inline-block;
}
.slideContent h2 {
	color: #ffffff;
	padding: 10px 0;
	font-size: 40px;
	text-transform: uppercase;
}
.slideContent ul {
	padding: 10px 0;
}
.slideContent ul li {
	color: #ffffff;
	padding: 5px 0;
	font-size: 20px;
}
.slideContent .slideBtn a {
    color: #e4404a;
    text-decoration: none;
    border: 1px solid #e4404a;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
}
.slideContent .slideBtn a:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.aboutContent {
	display: block;
	text-align: justify;
}
.aboutGraph {
    margin-top: 50px;
}

.about-compScreen {
	width: 1502px;
	height: 500px;
	background: url('../img/about-screen2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: -470px;
	left: -158px;
	background-position: bottom;
}
.aboutPoints {
	position: relative;
 
}
.aboutPoints ul li {
	display: inline-block;
	padding: 4%;
}
 
.aboutPoints ul li:nth-child(2) {
	position: absolute;
	right: 50%;
	top: 0px;
}
.aboutPoints ul li:nth-child(3) {
	position: absolute;
	right: 20%;
	top: 70px;
}
.aboutPoints ul li:nth-child(4) {
	position: absolute;
	right: 10%;
	top: 230px;
}
.aboutPoints ul li:nth-child(5) {
	position: absolute;
	right: 20%;
	top: 400px;
}
.aboutPoints ul li a {
	background: #eee;
	padding: 20px 30px;
	min-width: 150px;
	height: auto;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	
	text-decoration: none;
	-webkit-box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	-moz-box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	border: 2px solid #f7f3f3;
}


.aboutPoints ul li{
	background: #eee;
	color: #e4404a;
	padding: 20px 30px;
	min-width: 150px;
	height: auto;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	
	text-decoration: none;
	-webkit-box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	-moz-box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	box-shadow: 12px 17px 53px 1px rgba(179,173,179,1);
	border: 2px solid #f7f3f3;
}

.aboutPoints ul li span {
	display:block;
}

.aboutPoints ul li a span {
	display:block;
}
.orangeColor { color: #ff8900;}
.redColor { color: #ff4e50;}
.pinkColor { color: #d80ab0;}
.purpleColor { color: #690daa;}
.blueColor { color: #0e80da;}
.aboutProperties {
	position: relative;
	margin-top: 500px;
}
.aboutProperties ul li {
	display: inline-block;
}
.aboutProperties ul li a {
	min-width: 200px;
	height: auto;
	display: inline-block;
	text-align: center;
	font-size: 30px;
	
	text-decoration: none;
}
.aboutProperties .prop-icon {
	display: block;
	width: 150px;
	margin: auto;
	position: relative;
}
.computerPoints li:nth-child(1) {
	margin-left: 28px;
}
.computerPoints li:nth-child(2) {
	margin-left: 63px;
}
.computerPoints li:nth-child(3) {
	margin-left: 85px;
}
.computerPoints li:nth-child(4) {
	margin-left: 111px;
}
.computerPoints li:nth-child(5) {
	margin-left: 28px;
}
/*.aboutProperties .prop-icon::before {
	content: '';
	position: absolute;
	height: 100px;
	width: 3px;
	background: #222f5c;
	left: 0px;
	right: 0;
	margin: auto;
	top: -80px;
}*/
.getEdge {
	background: #222f5c;
	background-image: url('../img/blue-dot.jpg');
	background-size: 15px;
}
.getEdge-content h2 {
	font-size: 60px;
	
	padding-bottom: 20px;
}

.getEdge-box .boxCol {
	display: inline-block;
	width: 27%;
	margin: 3%;
}
.boxColInner {
	position: relative;
	transition: transform 0.8s;
	transform-style: preserve-3d;
	-webkit-transition: transform 0.8s;
	-webkit-transform-style: preserve-3d;
	min-height: 380px;
	max-height: 380px;
}
.boxCol:hover .boxColInner {
  /*transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);*/

}
.getEdge-box .boxCol .front {
	padding: 30px;
	text-align: center;
	margin-top: 10%;
	background: #ffffff;
}
.getEdge-box .boxCol .front .boxIcon {
	margin-top: 50px;
}
.getEdge-box .boxCol .front .boxIcon img {
	width: 150px;
	display: block;
	margin: auto;
}
.getEdge-box .boxCol .front .title {
	font-size: 20px;
	
	padding: 10px 0;
}
.getEdge-box .boxCol .front .title span {
	display: block;
}
.getEdge-box .boxCol .front,
.getEdge-box .boxCol .back {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
 backface-visibility: hidden;
 webkit-backface-visibility: hidden;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}

 .front, .back {  backface-visibility: hidden; -webkit-backface-visibility: hidden; }

.boxCol:hover .front {
	/*opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;*/
}
.getEdge-box .boxCol .back .title {
	font-size: 20px;
	
	padding-bottom: 10px;
}

.getEdge-box .boxCol .back {
    background: #e4404a;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.getEdge-stats {
	text-align: center;
}
.getEdge-stats .statsIcon img {
    filter: invert(1);
}
.getEdge-stats .statsCol {
	display: inline-block;
	padding: 30px 50px;
	text-align: center;
}
.getEdge-stats .statsCount {
	font-size: 30px;
	
}
.getEdge-stats .statsName {
	font-size: 17px;
	
}
.getEdge-stats .statsIcon {
	width: 100px;
}

.industrySolution h2 {
	padding-bottom: 20px;
}
.industrySolution h2 strong {
	
}

.industryDetails {
	display: block;
	padding-top: 50px;
}

/*accordion-starts*/
.acc-container {
	width: 50%;
	/* margin: 30px auto 0 auto; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	/* overflow: hidden; */
	position: relative;
}
.acc-btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}
.acc-btn h1 {
	width: 220px;
	height: 220px;
	color: #ffffff;
	border-radius: 50%;
	border: 10px solid gray;
	border-bottom: 0;
	text-align: center;
	font-size: 24px;
}
.acc-btn h1 img {
	width: 60px;
	margin-top: 20px;
}
.acc-btn h1 span {
	display: block;
}
.acc-content {
	height: 0px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: -100%;
	top: 0;
}
.acc-content-inner {
    padding: 40px;
    background: #e9e9e9;
    max-width: 460px;
    border: 20px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    float: right;
}
.acc-content-inner::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	left: -150px;
	background-image: url('../img/box-corner.png');
	background-size: 200px;
	background-repeat: no-repeat;
	z-index: 0;
}
.open {
    height: auto;
}


.bottom-shadow {
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	-webkit-box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	background: #e4404a;
	bottom: -20px;
}
.bottom-shadow::before,
.bottom-shadow:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.bottom-shadow::after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.acc-content-title {
	font-size: 24px;
	
	width: 100%;
	text-align: center;
	color: #e4404a;
	margin: 30px 0;
}
.acc-content-icon {
	text-align: center;
}
.acc-content-icon img {
	width: 100px;
}
/*accordion ends*/

/*accordion-starts*/
.acc-container1 {
	width: 50%;
	/* margin: 30px auto 0 auto; */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	/* overflow: hidden; */
	position: relative;
}
.acc-btn1 {
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
}
.acc-btn1 h1 {
	width: 220px;
	height: 220px;
	background: #e4404a;
	color: #ffffff;
	border-radius: 50%;
	border: 10px solid gray;
	border-bottom: 0;
	text-align: center;
	font-size: 24px;
}
.acc-btn1 h1 img {
	width: 60px;
	margin-top: 20px;
}
.acc-btn1 h1 span {
	display: block;
}
.acc-content1 {
	height: 0px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	right: -100%;
	top: 0;
}
.acc-content-inner1 {
    padding: 40px;
    background: #f5f5f5;
    max-width: 460px;
    border: 20px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    position: relative;
    float: right;
}
.acc-content-inner1::before {
	content: '';
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	left: -150px;
	background-image: url('../img/box-corner.png');
	background-size: 200px;
	background-repeat: no-repeat;
	z-index: 0;
}
.open1 {
    height: auto;
}

.acc-btn1 h1.selected, .acc-btn1 h1 {
    background: #e4404a;
    padding: 10px 10px 30px 10px;
    margin-bottom: 0;
}
.bottom-shadow1 {
	width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	-webkit-box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	box-shadow: 0px -10px 15px -15px rgba(0,0,0,0.75);
	background: #e4404a;
	bottom: -20px;
}
.bottom-shadow1::before,
.bottom-shadow1:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
}
.bottom-shadow1::after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.acc-content-title1 {
	font-size: 24px;
	
	width: 100%;
	text-align: center;
	color: #e4404a;
	margin: 30px 0;
}
.acc-content1-icon {
	text-align: center;
}
.acc-content1-icon img {
	width: 100px;
}
/*accordion ends*/

.buildingBlock {
	position: relative;
	padding-bottom: 50px;
}
/*.buildingBlock::before {
	content: '';
	position: absolute;
	width: 138px;
	height: 294px;
	right: 0;
	top: 10%;
	background-image: url('../img/c3.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
.buildingBlock::after {
	content: '';
	position: absolute;
	width: 140px;
	height: 294px;
	left: 0;
	bottom: -150px;
	background-image: url('../img/c2.png');
	background-size: 100%;
	background-repeat: no-repeat;
}*/
.buildingBlock .Container {
	max-width: 1100px;
}

.buildingContent h3 {
	padding-bottom: 20px;
}

.buildingContent ul {
	padding:10px 0;
}

.buildingItemWrap {
	max-width: 400px;
	max-height: 400px;
	border-radius: 50%;
	border: 10px solid #eee;
	-webkit-box-shadow: 35px 80px 67px -80px rgba(0,0,0,0.75);
	-moz-box-shadow: 35px 80px 67px -80px rgba(0,0,0,0.75);
	box-shadow: 35px 80px 67px -80px rgba(0,0,0,0.75);
}
.buildingItem {
	max-width: 300px;
	height: 300px;
	border: 50px solid #e4404a;
	background: #f5f5f5;
	border-radius: 50%;
	text-align: center;	

}
.buildingTitle {
	font-size: 30px;
	color: #000;
	
	margin-top: 100px;
}
.buildingItem .boxButton a {
	background: #e4404a;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 15px;
	color: #ffffff;
	text-decoration: none;
}
.boxButton a:hover, .boxButton a:focus {
	background: #ffffff;
	color: #e4404a;;
	border: 1px solid #e4404a;
}
.buildingBoxwrap {
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
}
.buildingCol {
	display: inline-block;
	margin-left: 10px;
}
.enterpriseBg {
	background: #ffffff;
	color: #15254f;
}
.enterpriseBg .buildingTitle {
	color: #000;
}
/*.enterpriseBg .boxButton a:hover {
	background: #15254f;
	color: #ffffff;
}*/
/*.enterpriseBox {
	float: right;
	margin-top: 150px;
	margin-right: 10px;
}*/
.buildingCol .buildingItemWrap {
	position: relative;
}
/*.buildingItemWrap .buildingItem::before {
	content: '';
	position: absolute;
	width: 367px;
	height: 296px;
	
	background-image: url('../img/shape4.png');
	background-repeat: no-repeat;
	background-size: 100%;
	right: -130px;
	top: -120px;
	z-index: -1;
}
.buildingItemWrap .buildingItem::after {
	content: '';
	position: absolute;
	width: 342px;
	height: 288px;
	background-image: url('../img/shape1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	left: -111px;
	bottom: -117px;
	z-index: -1;
}
.buildingItemWrap .enterpriseBg::before {
	content: '';
	position: absolute;
	width: 390px;
	height: 359px;
	background-image: url('../img/shape2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	right: -130px;
	top: -120px;
	z-index: -1;
}
.buildingItemWrap .enterpriseBg::after {
	content: '';
	position: absolute;
	width: 350px;
	height: 279px;
	background-image: url('../img/shape3.png');
	background-repeat: no-repeat;
	background-size: 100%;
	left: -105px;
	bottom: -132px;
	z-index: -1;
}
.buildingBlock .middleCircle {
	width: 400px;
	height: 400px;
	background: #e4404a4f;
	margin: auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	opacity: 0.7;
	z-index: -2;
}
.buildingBlock .middleCircle::before {
	content: '';
	position: absolute;
	width: 250px;
	height: 250px;
	background: #b7bad2;
	margin: auto;
	left: -130px;
	bottom: -40px;
	border-radius: 50%;
	opacity: 0.7;
}
.buildingBlock .middleCircle::after {
	content: '';
	position: absolute;
	width: 250px;
	height: 250px;
	background: #f5f5f5;
	margin: auto;
	top: -80px;
	right: -120px;
	border-radius: 50%;
	opacity: 0.7;
}*/
.knowledgeCentre {
	background-image: url('../img/white-dot.jpg');
	background-size: 15px;
}
.knowledgeTitle h2 {
	text-align: right;
}
.knowledgeTitle h2 strong {
	
}
.KnowledgePhoto {
	display: inline-block;
	vertical-align: middle;
}
.KnowledgePhoto img {
	width: 300px;
}
.KnowledgeBox-Content {
	display: inline-block;
	max-width: 300px;
	font-size: 17px;
	
	color: #999;
	vertical-align: middle;
	padding-left: 40px;
	padding-right: 40px;
}
.discoverButton a {
	background: #e4404a;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px;
	margin-top: 15px;
	color: #ffffff;
	text-decoration: none;
}
.discoverButton a:hover {
	background: #15254f;
	color: #ffffff;
	text-decoration: none;
}
.KnowledgeBox {
	display: block;
	vertical-align: top;
}
.KnowledgeBox.knowledge-2 {
	text-align: right;
/*	margin-top: -150px;*/
}
.KnowledgeBox.knowledge-2 .KnowledgePhoto {
	float: right;
	vertical-align: ;
}
.KnowledgeBox.knowledge-2 .KnowledgeBox-Content {
	margin-top: 100px;
}
.KnowledgeBox.knowledge-3 {
	display: block;
	text-align: center;
	/*margin-top: -50px;*/
}
.getTouch {
	/*background: #e4404a;
	background-image: url('../img/orange-dot.jpg');
	background-size: 15px*/
}
.getTouch h2 {

}
.getTouch h2 strong {
	
}

.getForm {
	background: rgba(255,255,255,0.5);
	padding: 30px;
	text-align: center;
	max-width: 1000px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.getForm .form-group input {
	width: 100%;
	padding: 15px 0;
	border: none;
	margin: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #999999;
}

.getForm button.submitBtn {
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 4px;
	
	padding: 10px 20px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.getForm button.submitBtn:hover {
	background: #ffffff;
}
.ourClients {
}
.clientTitle h2 {
	font-size: 60px;
	
	color: #e4404a;
}
.clientTitle h2 strong {
	
}
.client-carousel .owl-stage-outer {
	padding: 50px 0;
}
.client-carousel .owl-item .single-item {
    box-shadow: 0 0 20px 0 #ededed;
}
.client-carousel img {
	-webkit-filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	-moz-filter: grayscale(100%); 
	-moz-transition: .5s ease-in-out;
	-o-filter: grayscale(100%); 
	-o-transition: .5s ease-in-out;
}
.client-carousel img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 
.client-carousel .owl-controls {
	display: none;
}
.client-carousel .owl-item {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.client-carousel .owl-item:hover {
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}
.clientSpeak {
/*	background: #222f5c;
	background-image: url('../img/blue-dot.jpg');
	background-size: 15px;*/
}
.clientSpeak .clientTitle h2 {
	
	padding-bottom: 20px;
}


/*NEW CLIENT SPEAK STARTS*/
.clientSpeak .desktop-tab .card {
	height: auto;
}
.clientSpeak .card {
	background-color: transparent;
	min-width: 250px;
	height: 250px;
	perspective: 1000px;
	margin-top: 20px;
}
.clientSpeak .scroll-holder {
	max-height: 600px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.clientSpeak .desktop-tab .card .nav-tabs {
	display: inline;
	justify-content: flex-end;
	border: none;
}
.clientSpeak .desktop-tab .card .nav-tabs > li > a {
	padding: 0;
	margin-right: 30px;
	border: none;
}
.clientSpeak .desktop-tab .card .nav-tabs > li > a > img {
	max-width: 200px;
	border: 3px solid #e4404a;
	border-radius: 8px;
	margin: 30px 0 0 0;
}

.clientSpeak .desktop-tab .card .tab-content {
	padding: 0 0 50px 0;
}

.clientSpeak .desktop-tab .card .tab-content blockquote {
	color: #e4404a;
	font-weight: 400;
	padding-top: 40px;
}
.clientSpeak blockquote {
	padding: 10px 50px;
	border: none;
	quotes: "\201C" "\201D";
	display: inline-block;
	position: relative;
	font-size: 30px;
	text-align: left;
	
	line-height: 35px;
}
.clientSpeak .desktop-tab .card .tab-content .auth-div {
	text-align: left;
	padding: 0 16px;
}
.clientSpeak .desktop-tab .card .tab-content .auth-div h4 {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 25px;
}
.clientSpeak .desktop-tab .card .tab-content .auth-div p {
	line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
}

.clientSpeak #myCarousel1 .carousel-indicators {
	display: none;
	bottom: 0px;
}
.clientSpeak .carousel-indicators li {
	background-color: #c0c0be;
	border: 1px solid #c0c0be;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	border-radius: 10px;
}
.clientSpeak .carousel-indicators .active {
	background-color: #eee;
	border: 1px solid #fff;
}
.clientSpeak .carousel-inner {
	height: 520px;
	padding-top: 0px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.clientSpeak .item {
	background: transparent;
	border-radius: 0;
	box-shadow: 0 0 0px #cccccc;
	margin: 0;
	padding: 0;
	min-height: auto;
}
.clientSpeak .carousel-inner img {
	border: 3px solid #e4404a;
	border-radius: 8px;
	width: 100%;
	margin-top: 0;
}
.clientSpeak .mobile-tab {
	display: none;
}
.clientSpeak .mobile-tab blockquote {
	color: #e4404a;
	font-weight: 400;
	padding-top: 40px;
	text-align: center;
	width: 100%;
}
.clientSpeak .mobile-tab .auth-div {
	text-align: center;
	color: #fff;
}
.clientSpeak .mobile-tab .carousel-control.left,
.clientSpeak .mobile-tab .carousel-control.right,
.knowledgeCentre .carousel-control.left,
.knowledgeCentre .carousel-control.right {
	display: none;
}
.knowledgeDetails-Mob {
	display: none;
}
.knowledgeCentre .knowledgeDetails-Mob .carousel-inner {
	margin: 50px 0px;
}
.knowledgeCentre .knowledgeDetails-Mob .carousel-inner .KnowledgePhoto,
.knowledgeCentre .knowledgeDetails-Mob .carousel-inner .KnowledgeBox-Content {
	width: 100%;
	max-width: 100%;
	padding-top: 0px;
}
.knowledgeCentre .knowledgeDetails-Mob .carousel-inner .KnowledgeBox.knowledge-2 {
    text-align: center;
}
/*NEW CLIENT SPEAK ENDS*/

/*=============== Edited By Bipul===============*/
.clientSpeak blockquote:before{content: open-quote;  font-weight: bold;  position: absolute;  top: 40px; left: 0; font-size: 100px; color: #e4404a;}
.clientSpeak  blockquote:after{content: close-quote; font-weight: bold; position: absolute; bottom: -50px; right: 0; font-size: 100px; color: #e4404a;}
.aboutPoints {z-index:5;}
.getEdge-box .boxCol .back .title{ color:#fff;}
.getForm .form-group select {width: 100%;padding: 10px 0;margin: 5px 0;	border: none;	min-height: 50px;text-align: center;font-size: 16px;color: #666;  text-align-last:center;}
.navigation {display: table-cell;float: right;padding: 3% 2%;}
.navigation ul li a{ font-size:15px;}
.KnowledgeBox.knowledge-2{ margin:0;}


.building ul li a{ border-radius:20px; max-width:80%;}
.tab-content{ min-height:720px; border-radius:25px 25px 125px 125px; max-width:100%; padding:4px; }
.blue {
    min-height: auto;
    border-radius: 20px;
    max-width: 100%;
    color: #fff;
    padding: 10px 15px 40px 15px;
    background: #e4404a;
    box-shadow: 10px 10px 20px 1px #b6b6b6c9;
    overflow-y: auto;
}
.blue2 {
    min-height: auto;
    border-radius: 20px;
    max-width: 100%;
    color: #fff;
    padding: 10px 15px 40px 15px;
    background: #e4404a;
    box-shadow: 10px 10px 10px #e4404a;
    overflow-y: auto;
}
.modal-body{ min-height:90vh;}
.sol-model ul.nav.text-heading a {
    color: #000;
}
.tab-content img{ width:120%; padding:25px 0 0 0;}
.thumb p{ padding-top:5px;}
.thumb h3{ padding-top:15px; font-size:22px !important; color: #fff;}
.tab-content .tab-pane .thumb .row {
    align-items: center;
    display: flex;
}
.buildingTitle{ font-size:25px; margin-top:55px;}
.panel-title{background: #fff;
    padding: 5px 0 5px 0;
    border-radius: 10px;}
/*.hidden-md{ display:none;}
.hidden-sm{ display:block;}*/
/*.industryDetails{ padding-bottom:100px;}*/
footer .socialIcons ul li a{ width:50px; height:50px;}
.KnowledgeBox.knowledge-3{ text-align:left;}
.modal-header2{ position:relative; z-index:1053;}
.aboutPoints ul li a{ cursor:default;}
.banner .item{ height:650px;}
.slideContent h2,.slideContent ul,.slideContent ul li{ padding:0;}
.clientSpeak .mobile-tab .auth-div h4{ font-size:22px;}

.getEdge-stats .statsName{ max-width:100px;}
.floating-btn{ display:none;}
.btn-video{color: #fff;
    background-color: #e4404a;
    border-color: #e4404a;}
	
	.thankyou{ background:#ff9501; margin-top:96px; padding:50px 0 50px 0; color:#fff;}
.thankyou h1{ color:#fff; font-size:50px;}
.thankyouFont{ font-size:30px; line-height:30px; padding:50px 0;}


.boxIcon {
    background: #fff;
}
.boxIcon img {
    width: 80px;
}
















@media only screen and (max-width: 600px) {
	.thankyou{margin-top:80px;}
 
	
	.clientSpeak blockquote:before{content: open-quote;  font-weight: bold;  position: absolute;  top: 40px; left: 0; font-size: 70px; color: #e4404a;}
	.clientSpeak  blockquote:after{content: close-quote; font-weight: bold; position: absolute; bottom: -20px; right: 0; font-size: 70px; color: #e4404a;}
	.clientSpeak blockquote {
		padding: 10px 50px;
		border: none;
		quotes: "\201C" "\201D";
		display: inline-block;
		position: relative;
		font-size: 20px;
		text-align: left;
		
		line-height: 25px;
	}
	.floating-btn{ background:#e4404a; color:#fff; border-radius:10px 0 0 10px; height:80px; width:40px; padding:5px; position:fixed; right:0; top:50vh; display:block; -webkit-box-shadow: -11px 2px 19px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -11px 2px 19px -10px rgba(0,0,0,0.75);
box-shadow: -11px 2px 19px -10px rgba(0,0,0,0.75);}
	.floating-btn p{ padding:29px 0 29px 0; text-transform:uppercase;  -webkit-transform: rotate(270deg);  -moz-transform: rotate(270deg); -o-transform: rotate(270deg);  -ms-transform: rotate(270deg); transform: rotate(270deg);}
	.attr-nav{ display:none !important;}
.slideContent h2,.slideContent ul,.slideContent ul li{ padding:0 !important;}
	.getEdge-stats .statsName{ max-width:103px; font-size:15px;}
	.buildingContent h3{ font-size:30px !important;}
	.hidden-md{ display:block;}
	.hidden-sm{ display:none;}
	.buildingItem {
	    width: 240px;
	    height: 240px;
	}
	.buildingTitle{ font-size:26px; margin-top:54px;}
	.getEdge-stats .statsCol{padding: 15px 17px; vertical-align:top;}
	.aboutProperties ul li a{ font-size:4px !important;}
	.aboutProperties .prop-icon{ width:30px !important;}
	.aboutProperties ul li a{ min-width:30px !important; font-size:8px !important;}
	.aboutPoints ul li a{ min-width:50px; font-size:10px !important; padding:12px 26px;}
	.aboutPoints ul li{ min-width:50px; font-size:10px !important; padding:12px 26px;}
	.aboutContent { margin-bottom:250px;}
	
	.aboutPoints ul li:nth-child(1){ position:absolute !important; left:-10px !important; top:-213px;}
	.aboutPoints ul li:nth-child(2){ position:absolute !important; left:120px !important; top:-213px;}
	.aboutPoints ul li:nth-child(3){ position:absolute !important; left:270px !important; top:-200px !important;}
	.aboutPoints ul li:nth-child(4){ position:absolute !important; left:270px !important; top:-135px !important;}
	.aboutPoints ul li:nth-child(5){ position:absolute !important; left:270px !important; top:-75px !important;}
	.aboutProperties { margin-top:100px !important;}
	.about-compScreen{ display:block !important;width: 407px;  height: 505px; background: url(../img/about-screen2.png); background-size: 100%;  background-repeat: no-repeat; position: absolute;  top: -494px; left: -34px; background-position: bottom; }
	
	.clientSpeak .mobile-tab .carousel-control.left,.clientSpeak .mobile-tab .carousel-control.right{ display: block; background-image: none; top: 50%;  height: 100px;
    background-color: #EFA61D; opacity:10;}	
	.clientSpeak .carousel-control.left{padding-top: 35px;left: -8%;  border-radius: 0px 30px 30px 0px;}
	.clientSpeak .carousel-control.right{padding-top: 35px;right: -8% !important;  border-radius:30px 0px 0px 30px;}
	
	
	
	.knowledgeCentre .carousel-control.left, .knowledgeCentre .carousel-control.right{ display: block; background-image: none; top: 260px;  height: 85px; width:35px; background-color: #15254F; opacity:10;}	
	.knowledgeCentre .carousel-control.left{padding-top: 30px;left: -10%;  border-radius: 0px 15px 15px 0px;}
	.knowledgeCentre .carousel-control.right{padding-top: 30px;right: -10% !important;  border-radius:15px 0px 0px 15px;}
	
	
}

.clientSpeak .scroll-holder{ overflow:hidden;}
.clientSpeak .scroll-holder li a:hover{ background:none;}
.clientSpeak .scroll-holder li a:active{ background:none;}
.slideContent .slideBtn a { color: #fff; background:#e4404a; text-decoration: none; border: 1px solid #e4404a;  padding: 10px 20px;  border-radius: 20px; display: inline-block;} 
.acc-btn h1{ font-size:20px;}
.acc-btn h1 span{ margin-top:10px;}
.slideBtn a{ font-size:17px;}

 .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background:none !important;}
 
 .aboutProperties ul li {
    min-width: 200px;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    
    text-decoration: none;}
	
	.slideContent ul li{ list-style-type:disc;}
	.slideContent p{ color:#fff; width:80%;}
	
	.slideContent h1{ margin:0px;}
	.slideContent h2 { margin:5px 0 0 0;}
	
			nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{ display:none;}
  ul.dropdown-menu li a{  text-transform: none;}
  
.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


 .header{ }
 
  .banner{ margin:90px 0 0 0;}
  .navigation{}
  
  
  
  
header {
  position: absolute;
width: 100%;
top: 0;
left: 0;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

.navbar .attr-nav.button a {
  border: 1px solid #ffffff;
  display: inline-block;
  font-size: 13px;
  
  padding: 5px 25px !important;
  text-transform: uppercase;
}

.navbar .attr-nav.button.theme a {
  background: #ff5a6e none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #ffffff;
}

.navbar .attr-nav.button.circle a {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

nav.navbar.bootsnav.active-border ul.nav > li > a {
  position: relative;
}

nav.navbar.bootsnav.active-border ul.nav > li.active > a::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 70%;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #ff5a6e none repeat scroll 0 0;
  border: 2px solid #ff5a6e;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ff5a6e;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h2 {
  display: block;
  
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

nav.navbar.bootsnav.sticked .navbar-brand{ padding:15px 0 0 0;}
nav.navbar.bootsnav .navbar-brand{ padding:13px 13px !important;}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle::after{ display:none;}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:before{display:none;}
nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{ display:none;}
.banner .owl-dots{ bottom:-300px}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{ text-transform:capitalize !important;}
.navbar .attr-nav.button.theme li:first-child a{ background:#e4404a !important; border-radius:10px; border-color:#e4404a !important; color:#fff !important; padding:5px; text-decoration:none;}
nav.navbar.bootsnav ul.nav > li > a,nav.navbar.bootsnav.sticked ul.nav > li > a{ padding:30px 12px !important;}
nav.navbar.bootsnav.sticked .attr-nav li{ padding:25px 0 !important;}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{ font-size:15px !important; color:#64446d !important; }

@media only screen and (max-width: 620px){
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{ text-transform:capitalize !important;}
.navbar .attr-nav.button.theme li:first-child a{ background:#e4404a !important; border-radius:10px; border-color:#e4404a !important; color:#fff !important; padding:5px; text-decoration:none;}
nav.navbar.bootsnav ul.nav > li > a,nav.navbar.bootsnav.sticked ul.nav > li > a{ padding:10px 12px !important;}
nav.navbar.bootsnav.sticked .attr-nav li{ padding:25px 0 !important;}
	
.slideBox { top: 59px; left: 50px;}
.slideContent h1 { font-size: 13px; padding: 10px;}
.slideContent h2 { font-size: 15px;  padding: 5px 0;}
.slideContent .slideBtn a { color: #fff; background: #e4404a;  text-decoration: none;  border: 1px solid #e4404a; padding: 7px 13px;  border-radius: 20px; display: inline-block; font-size: 12px;}
.slideBox {  top: 31px; left: 47px;}
.banner .owl-dots{ bottom:-130px}
}

@media only screen and (max-width: 620px){
	
	nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{ text-transform:capitalize !important;}
.navbar .attr-nav.button.theme li:first-child a{ background:#e4404a !important; border-radius:10px; border-color:#e4404a !important; color:#fff !important; padding:5px; text-decoration:none;}
nav.navbar.bootsnav ul.nav > li > a,nav.navbar.bootsnav.sticked ul.nav > li > a{ padding:10px 12px !important;}
nav.navbar.bootsnav.sticked .attr-nav li{ padding:25px 0 !important;}
	
.slideBox { top: 59px; left: 50px;}
.slideContent h1 { font-size: 13px; padding: 10px;}
.slideContent h2 { font-size: 15px;  padding: 5px 0;}
.slideContent .slideBtn a { color: #fff; background: #e4404a;  text-decoration: none;  border: 1px solid #e4404a; padding: 7px 13px;  border-radius: 20px; display: inline-block; font-size: 12px;}
.slideBox {  top: 31px; left: 47px;}
.banner .owl-dots{ bottom:-130px}


}

@media only screen and (max-width: 768px){
	.floating-btn{ background:#e4404a; color:#fff; border-radius:10px 0 0 10px; height:80px; width:40px; padding:5px; position:fixed; right:0; top:50vh; display:block; -webkit-box-shadow: -11px 2px 19px -10px rgba(0,0,0,0.75);}
	.floating-btn p{ padding:29px 0 29px 0; text-transform:uppercase;  -webkit-transform: rotate(270deg);  -moz-transform: rotate(270deg); -o-transform: rotate(270deg);  -ms-transform: rotate(270deg); transform: rotate(270deg);}
	 
	}
	
	/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
 .banner .item{ height:432px;}
 .about-compScreen{ display:block !important; top:0; width:982px;}
 .aboutProperties {position: relative; margin-top: 30px; min-height: 570px;}
 .aboutProperties ul li{ display:inline-block !important; font-size:12px !important;}
 .computerPoints{ top:50px; padding-top:510px;} 
 .aboutProperties ul li {min-width: 100px; height: auto;display: inline-block; text-align: center; font-size: 30px;  text-decoration: none;}
.aboutPoints ul li:nth-child(2) {position: absolute;right: 50% !important;top: 0px !important;}
.aboutPoints ul li:nth-child(3) { position: absolute; right: -40% !important; top: 100px !important;}
.aboutPoints ul li:nth-child(4) {position: absolute; right: -20% !important; top: 250px !important;}
.aboutPoints ul li:nth-child(5) {position: absolute; right: -0% !important; top: 400px !important;}
.computerPoints li:nth-child(1) {margin:-50px 0 0 -21px !important}
.computerPoints li:nth-child(2) {margin:-11px 0 0 70px !important;}
.computerPoints li:nth-child(3) {margin:-11px 0 0 85px !important;}
.computerPoints li:nth-child(4) {margin:-11px 0 0 102px !important;}
   
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.aboutPoints ul li:nth-child(2) {position: absolute;right: 50% !important;top: 0px !important;}
.aboutPoints ul li:nth-child(3) { position: absolute; right: -40% !important; top: 100px !important;}
.aboutPoints ul li:nth-child(4) {position: absolute; right: -25% !important; top: 250px !important;}
.aboutPoints ul li:nth-child(5) {position: absolute; right: -10% !important; top: 400px !important;}

nav.navbar.bootsnav ul.nav > li > a{ font-size:14px !important;}
.navbar-brand>img{ width:61px;}
.acc-container { width: 450px !important; min-height:780px;}
.acc-btn h1{ width:170px; height:170px;}
.acc-btn h1 img{width: 40px;}
.acc-btn h1 { font-size: 16px;}
  
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
 .banner .item{ height:432px;}
 .about-compScreen{ display:block !important; top:0; width:982px;}
 .aboutProperties {position: relative; margin-top: 30px; min-height: 570px;}
 .aboutProperties ul li{ display:inline-block !important; font-size:12px !important;}
 .computerPoints{ top:50px; padding-top:510px;} 
 .aboutProperties ul li {min-width: 100px; height: auto;display: inline-block; text-align: center; font-size: 30px;  text-decoration: none;}
.aboutPoints ul li:nth-child(2) {position: absolute;right: 50% !important;top: 0px !important;}
.aboutPoints ul li:nth-child(3) { position: absolute; right: -40% !important; top: 100px !important;}
.aboutPoints ul li:nth-child(4) {position: absolute; right: -20% !important; top: 250px !important;}
.aboutPoints ul li:nth-child(5) {position: absolute; right: -0% !important; top: 400px !important;}

.computerPoints li:nth-child(1) {margin:-50px 0 0 -45px !important;}
.computerPoints li:nth-child(2) {margin:-11px 0 0 70px !important;}
.computerPoints li:nth-child(3) {margin:-11px 0 0 85px !important;}
.computerPoints li:nth-child(4) {margin:-11px 0 0 102px !important;}
  
}

 body.modal-open { overflow:inherit; padding-right:inherit !important; }


.circle01{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:right;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:23px;}

.circle02{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:23px;}


section#products button.close {
    opacity: 1 !important;
    padding: 5px;
    margin: 10px 10px 0 0;
    color: #e4404a;
    font-size: 28px;
}


.modal-dialog .container {
    max-width: 100%;
}











/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
.circle01{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:right;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:23px; float:right;}
	
	.circle02{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:23px;}

  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  .circle01{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:right;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:23px; float:right;}
	
	.circle02{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:23px;}

  
}
@media only screen and (min-width: 992px) {
    .hidden-md {
        display: none;
    }
}
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
.circle01{ border-radius:50%; height:240px; width:240px; background:url(../img/023.png); background-size:100%;  background-position:center;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:18px; float:right;}
	
	.circle02{ border-radius:50%; height:240px; width:240px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:18px;}

  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
.circle01{ border-radius:50%; height:240px; width:240px; background:url(../img/023.png); background-size:100%;  background-position:center; float:right;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:18px; float:right;}

.circle02{ border-radius:50%; height:240px; width:240px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:18px;}

  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  .circle01{ border-radius:50%; height:300px; width:300px; background:url(../img/023.png); background-size:100%;  background-position:center;  display:inline-block; float:none;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:23px; float:right;}
	
	.circle02{ border-radius:50%; height:300px; width:300px; background:url(..img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:23px;}

  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
 .circle01{ border-radius:50%; height:250px; width:250px; background:url(../img/023.png); background-size:100%;  background-position:center; display:inline-block; float:none;}
.circle01 img{border-radius:50%; width:85%; height:85%; margin:20px;}
	
.circle02{ border-radius:50%; height:200px; width:200px; background:url(../img/023.png); background-size:100%;  background-position:center; float:left;}
.circle02 img{border-radius:50%; width:85%; height:85%; margin:15px;}

  
}


@media (min-width: 1200px) {
    nav.bootsnav .container {
        width: 1280px;
    }
}
