﻿.pading20{
	padding: 20px;
}
.padding40{
	padding: 40px 0;
}
.mtp40{
	margin: 40px 0;
}
.heading{
	color: #000;
	text-transform: uppercase;
	font-size: 29px;
}
hr{
	border-top:none !important;
	background: url(../images/border-btm.png) !important;
	height: 7px !important;
	margin: 0;
}
/*--------------------------------------------*/
/*--------------common----------------------*/
.top-row{
	background: #242a2d;
	padding: 10px 0;
}
.skyp{
	background: url(../images/skyp.png) no-repeat left center;
	/*	padding: 10px 0;*/
}
.skyp ul li{
	list-style: none;
}
.skyp ul li a{
	color: #fff;
	text-decoration: none;
}
.line-rgt{
	background: url(../images/line-top.png) no-repeat right center;	
}
.c-mail{
	background: url(../images/contact-top.png) no-repeat left center; 
	/*	padding: 10px 0;*/
}
.c-mail ul li{
	list-style: none;
}
.c-mail ul li a{
	color: #fff;
	text-decoration: none;
}
/*
.menu{
height: 68px;
}
.menu ul{
margin: 0;
padding: 0;
}
.menu ul li{
display: inline;
}
.menu ul li a{
padding:0 20px;
color: #000;
line-height: 68px;
text-decoration: none;
text-transform: uppercase;
font-weight: 600 !important;
}
.menu ul li a:hover{
color: #ff9a00;
}
*/
.top2-row{
	background: #fff;
	box-shadow: 10px 1px 5px #ccc;
}
.stikmenu{
	background: #fff;
	z-index: 999;
	display: none;
}
.sticky {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 1px 5px #ccc;
}
.exo-menu ul{
	list-style:none;
	/*	margin: 0;*/
	padding: 0;
}

.exo-menu{
	width: 100%;
	float: left;
	list-style: none;
	position:relative;
	/*		background: #23364B;*/
	margin-bottom: 0;
	padding: 0;
}
.exo-menu > li {display: inline-block;float:left;}
.exo-menu > li > a{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	/*		border-right: 1px #365670 dotted;*/
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
	font-weight: 600;
}

.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
/*
li.drop-down:before {
content: "\f103";
color: #fff;
font-family: FontAwesome;
font-style: normal;
display: inline;
position: absolute;
right: 6px;
top: 20px;
font-size: 14px;
}
*/
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #242a2d;
}

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #242a2d;
	border-bottom: 1px dotted #5d5e5f;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}

.flyout-mega ul > li > a {
	font-size: 90%;
	line-height: 25px;
	color: #fff;
	font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc !important
}
/*mega menu*/

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	display:none;
	padding-top: 0;
	min-height: 100%;

}

.mega-menu ul li a {
	line-height: 25px;
	font-size: 90%;
	display: block;
}
ul.stander li a {
	padding: 3px 0px;
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #242a2d;
	border-bottom: 1px dotted #5d5e5f;
}




/*hover*/
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}
a.toggle-menu1{
	position: absolute;
	right: 0px;
	padding: 11px 0;
	font-size: 27px;
	background-color: #ccc;
	color: #23364B;
	top: 0px;
}
.top-analyz{
	background: #ff9a00;
}
.top-analyz a{
	line-height: 50px;
	color: #fff;
	text-transform:uppercase;
	text-decoration: none;
	font-weight: 700;
	padding: 7px 32px;
}
/*-------------------------*/
/*------header----*/
/*-------------------------*/
.slider-content{
	position: absolute;
	top:30%;
	width: 100%;
}
.slider-content p{
	color: #fff;
	padding: 20px 0;
}
.slide-headline{
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
}
.read{
	border-radius: 0!important;
	background-color: #ff9a00;
	text-transform: uppercase;
	height: 50px;
	line-height: 36px !important;
}
a.left.carousel-control i, a.right.carousel-control i {
	margin-top: 100%;
    color: #f7f7f7;
	/*color:  #ff9a00;*/
	font-size: 50px;
}
/*-------------------------*/
/*------slider end----*/
/*-------------------------*/
.welcome-msg{
	background: url(../images/img-welcom.jpg) no-repeat;
	padding: 14% 4% !important;
}
.welcome-msg p{
	color: #000;
	text-align: justify;
}
.welcom-rgt-content h4{
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
}

.welcom-rgt-content a{
	color: #ff9a00;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
}
/*-------------------------*/
/*------welcome-message end----*/
/*-------------------------*/
.analyze{
	background: #f5f5f5;
}
.analyze p{
	color: #000;
}
.ana-form label{
	float: left;
}
.txt{
	border-radius: 0 !important;
	border: solid 1px #ff9a00 !important;
	padding: 20px !important;
}
/*-------------------------*/
/*------analyze end----*/
/*-------------------------*/

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	width: 85px;
	height: 85px;
	float: left;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
}

.tech-logos li{
	list-style: none;
	display: inline;
	padding: 3px;
}

/*-------------------------*/
/*------technology end----*/
/*-------------------------*/

.we-do-best h4{
	color: #000;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.we-do-best p{
	color: #000;
	text-align: justify;
}
.col-1{
	width: 9%;
	float: left;
}
.icons{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-1.png) no-repeat;
}
.icons:hover{
	background: url(../images/best-1.png) no-repeat 0px -50px;
}
.icons2{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-2.png) no-repeat;
}
.icons2:hover{
	background: url(../images/best-2.png) no-repeat 0px -50px;
}
.icons3{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-3.png) no-repeat;
}
.icons3:hover{
	background: url(../images/best-3.png) no-repeat 0px -50px;
}
.icons4{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-4.png) no-repeat;
}
.icons4:hover{
	background: url(../images/best-4.png) no-repeat 0px -50px;
}
.icons5{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-5.png) no-repeat;
}
.icons5:hover{
	background: url(../images/best-5.png) no-repeat 0px -50px;
}
.icons6{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: url(../images/best-6.png) no-repeat;
}
.icons6:hover{
	background: url(../images/best-6.png) no-repeat 0px -50px;
}
/*-------------------------*/
/*------we do best end----*/
/*-------------------------*/

.discuss{
	background: #ff9a00 url(../images/req-bg.png) no-repeat fixed;
}
.discuss h2{
	text-transform: uppercase;
	color: #fff;
}
.discuss a{
	background: #fff;
	padding: 20px;
	font-size: 26px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	color: #ff9a00;
	text-transform: uppercase;
	text-decoration: none;
}
.discuss a:hover{
	color: #ff9a00;
	background: #000;
	text-decoration: none;
	transition: 2s;
}

/*-------------------------*/
/*------ready to discuss end----*/
/*-------------------------*/

.testimonial .item img{
	margin: 0 auto !important;
	text-align: center;
}

/*-------------------------*/
/*------testimonial end----*/
/*-------------------------*/
.clint-logo li{
	list-style: none;
}
.we-author{
	margin-bottom: 50px;
}
/*-------------------------*/
/*------client end----*/
/*-------------------------*/
.social{
	position: relative;
	width: 100%;
}
.position-ab{
	position: absolute;
	width: 100%;	top: -50px;
}

#redessociales {
	width: 64px;
	height: 64px;
	border-radius: 75px;
	border: 5px solid #fff;
	background: url(../images/share_core_square.jpg);
	cursor: pointer;
}

.smedia {
	position: absolute;
	-webkit-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1), opacity 1s linear;
	-moz-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1),opacity 1s linear;
	-o-transition: left 0.5s cubic-bezier(0.1,0.8,0.9,1), opacity 1s linear;
	display: inline;
	opacity: 1;
	width: 46px;
	height: 46px;
	z-index: 100;
	margin:10px 0px 0px 12px;
	text-indent: -9999px;
	background: no-repeat;
	left:3px;
}

#redessociales .smedia:nth-child(1) {
	position: absolute;
	transition: 10s;
}

#redessociales .smedia:nth-child(2) {
	position: absolute;
	left:65px;
}

#redessociales .smedia:nth-child(3) {
	position: absolute;
	left:110px;
}
#redessociales .smedia:nth-child(4) {
	position: absolute;
	left:155px;
}
#redessociales .smedia:nth-child(5) {
	position: absolute;
	left:200px;
}
#redessociales .smedia:nth-child(6) {
	position: absolute;
	left:245px;
}

#redessociales .smedia:nth-child(7) {
	position: absolute;
	left:290px;
}

.smedia.facebook {
	background: url(../images/bubble_facebook_share_button.png);
}
.smedia.twitter {
	background: url(../images/bubble_twitter_share_button.png);
}
.smedia.email {
	background: url(../images/bubble_email_share_button.png);
}
.smedia.instagram {
	background: url(../images/bubble_instagram_share_button.png);
}
.smedia.youtube {
	background: url(../images/bubble_youtube_share_button.png);
}
.smedia.vimeo {
	background: url(../images/bubble_vimeo_share_button.png);
}
.smedia:hover {
	background-position: 0 -46px;
}

/*------------------------------------------------ */
/*------------------------------------------------ */

footer{
	background: url(../images/ftr-bg.jpg) ;
	padding:50px 0 30px 0;    
}
.ftr-txt h4{
	color:#fff;
	text-align:left;    
}
.btn-container{
	margin:0 auto;
	padding:20px;
	height:auto;
	margin-top:-5px;
}

.btn-txt1{               
	color: #fff;
	border:none;
	background: url(../images/ftr-btn.png) no-repeat !important;
	padding: 19px 0 !important;
	margin-top: 11px;
	background-position: center !important;
}
.btn-txt2{
	background: #000;
	color: #fff;
	font-weight:bold !important;
	border:none;
}
.ftr-txt p{
	color:#fff;
	font-size:14px;
	text-align:justify;
}
footer .links p {
	color: #fff;
	font-size: 16px !important;
}
.links h4{
	color:#fff;
	text-align:left;
}
.links a{
	color:#ff9a00;
	text-decoration: none;
	list-style: none;
}
.links a:hover{
	color: #fff;
	text-decoration: none;}
.links ul{
	padding: 0;
	margin: 0;
}
.links ul li{
	color:#fff;
	list-style: none;
	padding: 4px 0;
}
.links ul li a{
	color:#fff;
	text-decoration: none;
	list-style: none;
}
.links ul li a:hover{
	color: #ff9a00;
}

.subfooter{
	background: #000;
	padding: 10px 0;
}
.border-right{
	background:url(../images/ftr-line.png)no-repeat right center ;
}
.ftr-txt img{
	padding:10px;
	height: auto;

}
.copyright p{
	font-size: 14px;
	color:#fff;
	width:100%;
	background-color: #000;
	height:auto;
}


/*--------------------------------------------*/
/*----------18-07-2018-----------*/
/*--------------------------------------------*/

.controler {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#career {
	background: #F9F9F9;
	padding: 15px;
	margin: 10px 0;
}
#career input[type="text"], #career textarea,#pay_file,.interest-in{
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;

}

#pay_cont ,#pay_crr {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #ff9a00;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

.error{
	border-color:#FF0000;
}
#pricing {
	display:none !important;
}


.prices-flat-list-item .prices-flat-item-label {
	padding: 10px;
	max-height: 32px;
	line-height: 18px;
	vertical-align: middle;
	font-size: 14px;
	color: #111;
}
.pricing-area ul li {
	list-style: none;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
	color:#fff;
}
.pricing-area ul {
	background: #FAFAFA;
	padding: 0;
	margin: 0;
}
@media (min-width: 768px)

	.col-sm-4 {
		width: 33.33333333333333%;
}
.deluxe{
	background-color: #28ae61;
}
.heading-three{
	background: #a94543;
}
img.ribbon {
	position: absolute;
	right: 15px;
	top: 0;
}

.prices-flat-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.prices-flat-item-value{
	position:relative;
	font-weight: bold;
	text-align:right;

}
.panel-title a{
	color:#fff;
	text-decoration:none;
}
.panel-title a:hover{
	color:#fff;
	text-decoration:none;
} 
.btn-bdr{
	border:none !important;
	border-radius:4px !important;
}

.viewmore {

	padding: 15px 5px !important;
}
.prices-flat-inactive-item-value .prices-flat-item-label {
	color: #ccc!important;
}

.space50{
	padding: 50px 0 !important;
}

.succ_msg
{
	display:none;				
}
.tab-pane ul li{
	color: #337ab7;
}
.traning-form {
	padding: 20px;
}

#contact {
	background: #F9F9F9;
	padding: 10px;
	margin: 10px 0;
}
#contact input[type="text"],input[type="email"],input[type="number"], #contact textarea {
	width: 100%;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}


/*sonali*/
/*----------------------------------*/

.right-contact p{
	color:#000;
	text-align:justify;

}
.new-contact-form{
	height:40px !important;
	border-radius:0;
	background:#f8f8f8;
	border: 1px solid #ccc;
}
.new-contact-textarea{
	height:100px !important;
	border-radius:0;
	background:#f8f8f8;
	border: 1px solid #ccc;
}
.btn-normal{
	font-size: 16px;
	padding: 12px 30px;
	border:0;
}

/*----------------19-07-2018---------------------*/

ul.clint-logo{
	padding: 0;
}

ul.clint-logo li img{
	width: 100%;
}
.pl0{
	padding-left: 0 !important;
}

a.fancybox img {
	border: none;
	box-shadow: 0 1px 7px rgba(0,0,0,0.6);
	-o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} 
a.fancybox:hover img {
	position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}


/*----------------20-07-2018-----------------------*/

.snd-header {
	background:#000;
}
.video-slide {
	position: relative;
}
.head-2 {
	/*
	background: url(images/bg-head2.png) repeat-x top; */
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 0;
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.video-slide {
	width: 100%;
	/*	height: 100vh;*/
	height: 550px;
	overflow: hidden;
}
#myVideo-inn {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}
.content-inn {
	position: absolute;
	top: 0;
/*	background: rgba(5, 5, 5, 0.2);*/
	/* color: #f1f1f1;*/
	/*	height: 100vh;*/
	height: 550px;
	width: 100%;
	z-index: 999;
}
.menu {
	text-align: right;
}
.menu ul li {
	list-style: none;
	display: inline;
	padding:10px 20px;
	border: solid 1px transparent;
}
.menu ul li a {
	color: #fff;
	text-decoration: none;
}
.menu ul li:hover {
	border: solid 1px #fff;
}
.top-free{
	margin-top: 30%;
}
.btn-point {
	position: relative;
}
.btn-freea {
	background:rgba(71, 92, 171, 1) !important;
	border: 2px solid #fff !important;
}
.btn-enq {
	background: rgba(71, 92, 171, 1) !important;
	border: 2px solid #fff !important;

}
.btn-enq:hover, .btn-freea:hover {
	background: rgba(71, 92, 171, 0.0);
}
.left-scp {
	padding-left: 64px;
}
.case {
	background:url(../images/case-study.jpg) no-repeat center;
	height: 100px;
	background-size: cover;
	width: 20%;
	float: left;
}
.case:hover {
	background-size: 120%
}
.case a {
	color:#5cfafb;
}
.ct-s {
	background:url(../images/test-ing1.jpg) no-repeat center;
	height: 100px;
	background-size: cover;
	width: 20%;
	float: left;
}
.ct-s a {
	color: #7bfb5c;
}
.ct-s:hover {
	background-size: 120%
}
.port-inn {
	background:url(../images/port-foli01.jpg) no-repeat center;
	height: 100px;
	background-size: cover;
	width: 20%;
	float: left;
}
.port-inn:hover {
	background-size: 120%
}
.port-inn a {
	color: #5cfafb;
}
.or-inn {
	background:url(../images/recog-09.jpg) no-repeat center;
	height: 100px;
	background-size: cover;
	width: 20%;
	float: left;
}
.or-inn:hover {
	background-size: 120%
}
.or-inn a {
	color: #7bfb5c;
}
.gc-inn {
	background:url(../images/google-1.jpg) no-repeat center;
	height: 100px;
	background-size: cover;
	width: 20%;
	float: left;
}
.gc-inn:hover {
	background-size: 120%
}
.gc-inn a {
	color: #5cfafb;
}
.case-bg {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100px;
}
.case-bg a {
	font-size: 18px !important;
	/* color: #fff; */
	line-height: 100px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 800;
	display: table-cell;
	width: 280px;;
}
.case-bg a:hover{
	color: #fff;
}
.dgital-content {
	position: absolute;
	top: 27%;
	width: 100%;
}
.dgital-content h3{
	background: rgba(255,255,255,0.5);
	padding: 20px 0;
}
.creative-make {
	background: url(../images/creative-make-bg.jpg) no-repeat fixed 100% center;
	padding: 50px 0;
}
.tech-btn {
	padding:10px 20px;
	width: 120px;
	margin: 20px 0;
}
.ft-left1 {
	/*				background:#121212;*/
	padding: 20px;
	min-height:  300px;
	max-height: 300px;
}
.ft-right1 {
	background: url(../images/envelop-bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 21px 32px;
}
/*
.ft-left1:hover, .ft-right1:hover{
background: #0b88ad;
transition: .3s;
}
*/
.ft-left1 h4, .ft-right1 h4 {
	color: #1a1a1a;
}
.ft-left1 ul {
	padding: 0 15px;
}
.ft-left1 ul li {
	list-style: circle;
}
.ft-left1 ul li a {
	color: #1c8072;
	text-decoration: underline;
	line-height: 30px;
	font-weight: 600;
}
.tech-imh {
	padding: 10px 0;
	/*	background:#ebf0f2;*/
}
.tech-imh img {
	width: 100%
}
.send-btn-cntnew {
	background-color: transparent !important;
	padding:0 !important;
}
.fly {
	float: left;
}
.new-form-control {
	background: rgba(255, 255, 255, 0.3) !important;
	border-bottom: solid 1px #6586f5 !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius:0 !important;
	-webkit-box-shadow: none !important;
}
#fly-onec {
	position: absolute;
	left: 107px;
	bottom: -1px;
	display: none;
}
#landing-contact-new-form {
	position: relative ;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none !important;
}
.btn.active, .btn:active {
	box-shadow: none !important;
}
.new-form-control.form-control:focus {
	box-shadow:none !important;
}
.modal-backdrop.fade.in {
	z-index: 99 !important;
}
.an-txt {
	margin: 0 !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	background-color: transparent!important;
	border-color: transparent!important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	background-color: transparent!important;
	border-color:transparent !important;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff !important;
	background-color: transparent !important;
	border-color: transparent !important;
	outline:0 !important;
}
.extra-btn{
	margin: 40px 0;
}

.succ_msg {
	display:none;
	color:white;
}
.has-error {
	border-color:#FF3366 !important;
}

.seo-ser-new ul {
	text-align: left;
	padding: 0 15px;
}
.seo-ser-new ul li {
	list-style: circle;
	color:#1a1a1a;
}
.seo-ser-new ul li a {
	color:#1a1a1a;
	line-height: 24px;
}
.seo-pross {
	background:#0f5e7d;
	padding: 20px 0;
}
.seo-pross p, .seo-pross h4, .seo-pross h3{
	color: #fff;
}
.seo-pross h3{
	margin: 27px 0;
}
.seo-pross a{
	color: #ff0;
}
.ex-con a {
	color: #fff;
}
.ex-con p {
	margin: 0;
	color: #fff;
}

/*landingpage-video-marketing*/
.video-ms{
	background: #e94259;
}
.video-ms h1 {
    padding-top: 23%;
    text-align: center;
    color: #fff;
    text-shadow: 2px 1px 1px #000;
}
.mtp40.bg-orange1 ul {
    padding: 0;
    list-style: none;
}
.ms-video {
    background: #eaeaea;
padding:10px;
max-height:300px;
overflow:hidden;
}
.ms-video h4 {
    margin: 0;
    padding: 12px 0;
}
.bg-orange1{
background:#ff9a00;
}
/*responsive*/

@media screen and (max-width:1199px){
	.top-analyz a {
		padding: 7px 11px !important;
		font-size: 15px !important;
	}
	.exo-menu > li > a{
		padding:17px 15px !important;
	}
	p, a, li{
			}
}
@media screen and (max-width:991px){
	p, a, li{
	}
	.exo-menu > li > a {
		padding: 17px 8px !important;
	}
	.c-mail ul li a {
		padding: 0 !important;
	}
	.flip-container, .front, .back {
		width: 68px;
		height: 68px;
	}
	.welcome-msg {
		background-size: 100%;   
	}  
	ul.clint-logo li img {
		width: auto;   
	}  
	.top-analyz a {
		font-size: 12px !important;   
	}  

}

@media (min-width:767px){
	.exo-menu > li > a{
		display:block;
		padding: 20px;
	}
	.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
	.flyout-left>ul, li.drop-down>ul{
		position:absolute;
		z-index: 9;
	}
	.flyout-right>ul{
		left: 100%;
	}
	.flyout-left>ul{
		right: 100%;
	}
}
@media (max-width:767px){
	.sticky{
		display: none !important;
	}

	.we-do {
		display: none;
	}
	.col-1 {
		width: 15%;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	ul.clint-logo li img {
		width: auto !important;
	}
	.slider-content{
		display: none;
	}
	.line-rgt {
		background: none;
	}
	.top2-row {
		background: #ccc;
	}
	.top-analyz{
		display: none;
	}
	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}

	.exo-menu > li > a{
		width:100% ;
		display:none ;

	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
		display:block ;
		padding: 20px 22px;
	}

	.mega-menu, .Images, .Blog,.flyout-right>ul,
	.flyout-left>ul, li.drop-down>ul{
		position:relative;
	}
	.exo-menu > li > a {
		color: #fff;
	}
	a.toggle-menu1.visible-xs-block {
		width: 100%;
		font-size: 25px;
	}
}
@media screen and (max-width:768px){
	.skyp ul li:first-child {
		display: none;
	}
	.skyp ul li {
		padding: 10px 0;
	}
	.seo-rgt-img{
		text-align: center !important;
	}
	.seo-rgt-img{
		width: auto !important;
	}
	.pull-left {
		float: none !important;
	}
	.case{
		width: 100%;
		float: none;
	}
	.ct-s{
		width: 100%;
		float: none;
	}
	.port-inn{
		width: 100%;
		float: none;
	}
	.or-inn{
		width: 100%;
		float: none;
	}
	.gc-inn{
		width: 100%;
		float: none;
	}
	.head-2{
		position: relative;	
	}
	.video-slide {
		height: auto;
	}
	.content-inn {
		position: relative;
		height: auto;
	}
	.top-free {
		margin-top: 3%;
	}
	.btn-freea{
		margin-bottom: 10px !important;
	}
	.btn-enq{
		margin-bottom: 10px !important; 
	}
	.tech-btn{
		margin-bottom: 10px !important; 	
	}
	.case-bg a{
		display: inherit;
		width: 100%;
	}
}
@media screen and (max-width:540px){
div#touch1 {
    margin-top: 50px !important;
}
}
.modal-dialog {
	width: 600px;
	margin: 90px auto !important;
}