@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/*-----------------------------------------------------------------------------------

	Template Name: Bebsha
	Template URI: http://www.wordplexsoft.com
	Description: Parallax One Page Template
	Author: Muhaimin Islam
	Author URI: http://www.muhaimin.info
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------

[Table of contents]

1. Preloader
    -Preloader Main Section
2. Body
3. Header
    -Logo
    -Main Menu
4. Slider
5. Service
    -Service Area
    -Single Service Section
6. About Us Area
    -Fun Facts Section
      --Fun Facts Main
      --Single Fun Facts
    -Team Area
      --Single Employee
      --Employee Image
      --Employee Social Profile Link
      --Employee Name and Designation
      --Single Employee Hover Effect
    -Subscription Area
      --Subscription Main Section
      --Parallax Image Section
      --Parallax Inner Overlay Section
      --Subscribe Input Area
7.Portfolio
    -Portfolio Main Section
    -Portfolio Single Item
    -Overlay Section
    -Hover Effect
8.Testimonial
    -Testimonial Main
    -Single Testimonial
9.Contact
    -Contact Main Section
    -Contact Form
    -Contact Information Area
10.Map
    -Map Main Section
11.Social Profile Link And Copyright



-----------------------------------------------------------------------------------*/

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999999; /* makes sure it stays on top */
}

/*Preloader Main Section*/
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../image/Preloader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


/* 1. Body */

body {
  font-family: 'Open Sans', Arial;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
html {
    scroll-behavior: smooth;
}


h1 {
  margin: 20px;
  color: white;
  font-size: 26px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
h1:hover {
  color: #373c40;
}

h2 {
  margin: 70px 0 10px;
  padding-bottom: 5px;
  color: #373c40;
  font-size: 25px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  /*letter-spacing: 2px;*/
  text-transform: uppercase;
}
h3 {
  margin-top: 0px;
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}
h4 {
  margin: 10px 0 2px;
  padding-top: 10px;
  padding-left: 10px;
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
h5 {
  margin: 20px 0 10px;
  color: #373c40;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}
h6 {
  margin-top: 10px 0 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin: 14px 0 5px;
  color: #818181;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
.page_header_bor {
  background: none repeat scroll 0 0 #860b10;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  width: 10%;
}

/*
Home Section
*/

/*Logo Section*/
.logo{
    margin-bottom: 10px;
    margin-top: 10px;
}
.logo img{
  width: 250px;
}
.logo strong {
  display: none;
}


/*Menu Section*/
.menu_area{}
.menu_area ul{
	margin:0;
	padding:0;
}
.menu_area ul li{
	list-style:none;
	float:left;
}
.menu_area ul li a{
	color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 29px 17px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  outline: 0 none;
}
/*
.menu_area ul li a:hover,a:visited,a:active,a:focus{
	color:#fff !important;
}*/


.current, .current a{
    color: #fff !important;
    background: #860b10;
}
.menu .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/***********************

animated header effect

**********************/
.cbp-af-header{
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(0,0,0,0.6);
  left: 0;
  top: 0;
}

/***********************

Slider effect

**********************/
.slider_area{
  min-height: 400px;
}
.flick-inner{
  background:url("../image/overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0.4) !important;
}
.slider_area a{
  background: none repeat scroll 0 0 transparent;
  /*border: 3px solid #ddd;*/
  display: block;
  margin: 52px auto 0;
  /*padding: 10px;*/
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  width: 150px;
  text-decoration: none;
}
.slider_area a:hover{
  color: #fff !important;
  text-decoration: none;
}

/***********************

Service Section

**********************/

/*Service Area*/


.service{
  padding-top: 80px;
 /* overflow: hidden;*/
}
.service h1{
    /*margin-top: 100px;*/
    text-align: center;
    color: #515151;
}
.service_area::before, .service_area::after { display: block; content: ''; clear: both; }
.service_area{
  	margin-top: 54px;
    /*overflow: hidden;*/
    text-align: center;
    margin-bottom: 50px;
}
.about_service h1{
	  font-size: 44px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: 27px;
    text-align: center;
}
.ser_h1{
	  background: none repeat scroll 0 0 #17A086;
    color: #ededed;
    padding-left: 17px;
    padding-right: 17px;
}


/*Single Service Section*/
.single_service{
    margin-right: -1px;
    margin-top: 40px;
    text-align: center;
}
.single_service i{
  	background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    color: #444;
    font-size: 46px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    margin-bottom: 11px;
    margin-top: 7px;
    text-align: center;
    width: 100px;
}
.single_service h2{
	color: #515151;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.single_service h2 a, .single_service h2 a:hover, .single_service h2 a:active {
  color: #515151;
  text-decoration:none;
}

.single_service p{
	color: #515151;
  line-height: 28px;
}

.subcategory-item-image { float:left; padding:20px; width:200px;}
.subcategory-item-content { float:none; /*width:80%;*/ padding:20px 20px 20px 0; }
.subcategory-item-content h2 { margin:0; font-size:28px; text-align: left;}
@media screen and (max-width: 767px){
  .subcategory-item-content h2{font-size: 22px;}
}


.subcategory-item-content > p {
  text-align: left;
}

.ser_btn{
    -moz-user-select: none;
    background-color: #860b10;
    border: medium none;
    color: rgba(255, 255, 255, 1);
    display: block;
    font-weight: 700;
    margin: 32px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 150px;
}

/***********************

About Section

**********************/

.about{
	  background: none repeat scroll 0 0 rgba(221, 221, 221, 0.4);
    padding-top: 100px;
    overflow: hidden;
}
.about h1{
    text-align: center;
    /*margin-top: 40px;*/
    color: #515151;
}

.about-us h3{
    color: #515151;
	font-size:30px;
}
.about-us h4{
    color: #515151;
	font-size:20px;
}

.abt_h1{
	text-align:center;
}
.page_header_bor{
    text-align: center;
    width: 10%;
    background: #860b10;
    height: 2px;
    margin:0 auto;
}
.abt_span{
    font-size: 44px;
    font-weight: normal;
}
.about_area_detail{
    margin-top: 80px;
}
.company_gallery img{
    width: 100%;
}
.aboutcompany_gallery img{
    width: 100%;
}
.com_img{
	width:250px;
	float:left;
}
.com_img img{
	width:100%;
}
.com_data{
}
.com_data p{
    line-height: 34px;
    margin-top: 15px;
    text-align: left;
}
.com_data h3{
	color: #222;
    font-size: 26px;
    font-weight: lighter;
    margin-top: 0;
}
.com_data a.ser_btn1{
    -moz-user-select: none;
    background-color: rgba(0,0,0,0);
    border:1px solid #555555;
    color: #555555 !important;
    display: block;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    width: 150px;
    margin-left: 9px;
    margin-top: 30px;
}

/***********************

Fun Facts Section

**********************/

/*Fun Facts Main*/


.fun_facts{
    background-attachment: fixed;
    background-image: url("../image/home-slider-1.jpg");
    background-size: cover;
    margin-top: 110px;
    margin-bottom: 110px;
}
.fun_facts_main{}
.fun_facts_area{
    padding-bottom: 260px;
    padding-top: 60px;
}

/*Single Fun Facts*/

.single_fun_facts{
    padding: 14px;
}
.single_fun_facts i{
    color: #ddd;
    display: block;
    font-size: 75px;
    text-align: center;
}
.single_fun_facts span.fun_num{
    color: #fff;
  	display: block;
  	font-size: 56px;
  	margin-bottom: 35px;
  	margin-top: 24px;
  	text-align: center;
}
.single_fun_facts span.fun_name{
    color: #fff;
    display: block;
    text-align: center;
}


/***********************

Team Member Section

**********************/

.crazy_people{
	margin-bottom:110px;
  padding-top: 115px;
}
.crazy_emp{
	margin-top: 65px;
}
.team_area{}

/*Single Employee*/

.single_employee{
    margin: 11px auto;
    position: relative;
    text-align: center;
    width: 250px;
    z-index:3;
    overflow: hidden;
}
.team_img{
    position: relative;
}

/*Employee Image*/

.team_img img{
    transition:all 0.9s ease-in-out 0s;
    -moz-transition:all 0.s ease-in-out 0s;
    -o-transition:all 0.s ease-in-out 0s;
    -webkit-transition:all 0.s ease-in-out 0s;
    -ms-transition:all 0.s ease-in-out 0s;
    width: 100%;
}

/*Employee Social Profile Link*/

.team_des{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    height: 100%;
    left: 0;
    position: absolute;
    top: 450px;
    width: 100%;
    background: rgba(0,0,0,0);
    transition:all 0.9s ease-in-out 0s;
    -moz-transition:all 0.s ease-in-out 0s;
    -o-transition:all 0.s ease-in-out 0s;
    -webkit-transition:all 0.s ease-in-out 0s;
    -ms-transition:all 0.s ease-in-out 0s;
}
.team_des p {
	color:#fff;
	padding: 30px 20px 0;
}
.team_social_conn{
    text-align: center;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    -ms-transition:all 0.5s;
    margin-top: 45%;
}
.team_social_conn a{}
.team_social_conn a i{
    font-size: 18px;
    height: 40px;
    line-height: 39px;
    margin-right: 2px;
    text-align: center;
    width: 40px;
    -moz-user-select:none;
}

/*Employee Name and Designation*/

.team_data{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    bottom: 22px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.team_data p.name{
    text-align: center;
    font-size: 14px;
    color:#222;
    font-weight: bold;
}
.team_data p.desig{
    text-align: center;
    color: #222;
    text-align: center;
}

/*Single Employee Hover Effect*/

.single_employee:hover .team_des{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    opacity: 1 !important;
    z-index: 10!important;
    display: inline;
    transition:all 0.9s ease-in-out 0s;
    -moz-transition:all 0.9s ease-in-out 0s;
    -o-transition:all 0.9s ease-in-out 0s;
    -webkit-transition:all 0.9s ease-in-out 0s;
    -ms-transition:all 0.9s ease-in-out 0s;
    top: 0;
}

.single_employee:hover .team_img img{
    transform:scale(1.5,1.5);
    -moz-transform:scale(1.5,1.5);
    -o-transform:scale(1.5,1.5);
    -webkit-transform:scale(1.5,1.5);
    -ms-transform:scale(1.5,1.5);
    transition:all 0.9s ease-in-out 0s;
    -moz-transition:all 0.s ease-in-out 0s;
    -o-transition:all 0.s ease-in-out 0s;
    -webkit-transition:all 0.s ease-in-out 0s;
}


.touch .single_employee .no-hover .team_des {
    top:450px !important;
}


/***********************

Subscribe Section

**********************/

/*Subscription Main Section*/

.subs{
	margin-top: 65px;
	text-align:center;
	font-family:
}
.subs .subs_area .product-essential .product-shop .add-to-cart button {
  background: #860b10;
  border: 0 none;
  font-family: times new roman;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 44px;
  color:#fff;
}
.subs .subs_area .product-essential .product-shop .add-to-cart button:hover {
  background:#fff;
  color:#444;
}
.cms-home .subs #ajax_loader {
  left: -32px;
  position: relative;
  top: -3px;
}
.about-contact ul li {
  border-right: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  list-style: outside none none;
  padding: 0 11px 2px 7px;
}
.about-contact ul li:last-child {
  border-right: 0;
}
.about-contact ul li.contact-phone {
	background: url(../images/ph-icon.png) no-repeat;
	padding-left:27px;
	margin-right:7px;
}
.about-contact ul li.contact-email {
	background: url(../images/email-icon.png) no-repeat 0 3px;
	padding-left:29px;
}
.subs .subs_area h2 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.subs .subs_area h1 {
  margin: 8px 0 12px;
}
.subs .subs_area .product-name {
  color: #fff;
  margin: 0 auto 19px;
  width: 360px;
}
.subs .subs_area .product-name > input {
  display: block;
  position: relative;
  top: 16px;
}
.subs .container-fluid{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*Parallax Image Section*/

.parallax_one {
  	background-image:url(../image/3_1.jpg) ;
  	background-repeat:no-repeat;
    background-size: cover;
	background-position: 0 -223px;
}
.column h1 {
	  color: #ffffff;
    font-size: 36px;
    margin-bottom: 53px;
    padding-top: 50px;
    text-align: center;
}
.mini-cart .block.block-cart{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #889;
  box-shadow: 0 0 4px #333;
  left: -145px;
  padding: 20px;
  position: absolute;
  width: 300px;
}
.mini-cart .mini-cart-content .summary p.amount{display:none;}
.mini-cart .mini-cart-content p.block-subtitle{display:none;}
/*Parallax Inner Overlay Section*/
.subs .parallax_one_inner {
  padding-bottom: 20px;
}
.parallax_one_inner{
	background-color: rgba(0,0,0, 0.7);
    padding-bottom: 100px;
    padding-top: 2px;
}
.buy_nw{

}
.subscribe{
	margin: 0 auto;
    text-align: center;
}

/*Subscribe Input Area*/

.subscribe input[type="submit"]{
	  color:#fff;
    text-align: center;
    padding:18px 60px;
    font-size: 15px;
    margin-left: 10px;
    background: transparent;
    border:2px solid rgba(255, 255, 255, 0.3);
    font-weight: bold;
    font-weight: 400;
    transition:background 0.5s;
    -moz-transition:background 0.5s;
    -o-transition:background 0.5s;
    -webkit-transition:background 0.5s;
    -ms-transition:background 0.5s;
}
.subscribe input[type="submit"]:hover{
  	background:#860b10;
  	cursor:pointer;
}
.subscribe input[type="email"]{
    border: 2px solid #fff;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    margin-left: 10px;
    padding: 16px;
    width: 300px;
}


/***********************

Portfolio Section

**********************/

/*Portfolio Main Section*/

.portfolioLL{
    overflow: hidden;
    padding-top: 100px;
}
.work{}
.work_area h1{
    text-align: center;
	  color:#515151;
}
.work_area .container-fluid{
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}
#w{
    margin-top: 30px;
}

/*Portfolio Single Item*/

#portfolio .item{
    border:none;
    border-radius: 0;
    width: 20%;
    margin-left: -4px;
    margin-bottom: 0px;
}
.item{
   transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
}

/*Overlay Section*/

.view {
   cursor: crosshair;
   position: relative;
   transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;

}
.view img {
   position: relative;
   width: 100%;
}
.view a{
    cursor: crosshair;
}
.mask {
  background: rgba(219, 89, 65, 1);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  padding:10px;
  box-sizing:border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mask h2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  margin: 10px 0;
}
.mask .short-description p {
	color: #373c40;
	line-height: 18px;
	text-align: justify;
	height:110px;
	overflow:hidden;
}
/*Hover Effect*/
.item:hover .mask{
   display: block;
   opacity: 1;
}

/* Portfolio item fancybox content */
.product-view {
  border: 1px solid #c4c6c8;
}
.product-essential {
  padding: 25px;
}
.product-view .product-name {
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: normal;
}
.pro_demo .product-name h1 {
	font-size: 28px;
	line-height: 42px;
	padding-bottom: 8px;
	text-transform: uppercase;
	color: #db2121;
	font-weight: normal;
	text-align:center;
}
.product-view .short-description {
  margin-bottom: 13px;
}
.product-view .short-description p {
  text-align:center;
}
.product-view .product-img-box {
  /*border-bottom: 3px solid #000000;*/
  float: left;
  margin-bottom: 30px;
  padding-bottom: 35px;
  width: 100%;
  text-align: center;
}
.catalog-product-view .legend-area {
	margin-top: 0 !important;
	border-bottom: 3px solid #000000;
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 35px;
}
.left-part-pro {
  float: right;
  max-width: 580px;
}
.top_description {
  clear: both;
}
.top_description p {
	text-align:left;
}
.clearer {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.right-part-pro {
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
}
.speci {
  background: #292626 none repeat scroll 0 0;
  height: 100%;
  overflow: hidden;
  padding: 0 29px 29px;
}
.pro_top {
  border-bottom: 3px solid #000000;
  clear: both;
  margin-bottom: 40px;
  padding-bottom: 35px;
}
.pro_top h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  color: #000 !important;
  font-size: 20px !important;
  font-weight: bold;
  padding: 15px 15px 10px 0 !important;
  line-height: 17px;
  text-align:left;
  margin:0 0 10px;
}
.speci h2 {
	text-align:left;
	text-transform:none;
	font-size:18px;
	padding:15px 0 12px 0 !important;
	letter-spacing: 1px;
	border-bottom:2px solid #db2121;
	margin:0 0 20px;
	color:#fff !important;
}
.pro_top .speci h3.label {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 7px;
    margin-top: 10px;
	color:#fff;
}
.pro_top .speci p {
	text-align:left;
	margin:5px 0 10px;
	color:#fff;
}
.bot_head {
  background: #000000 none repeat scroll 0 0;
  border-radius: 50px;
  margin: -62px auto 0;
  max-width: 400px;
  padding: 10px 15px;
  text-align: center;
}

.black-border {
  border-bottom: 3px solid #000000;
  margin-bottom: 50px;
}
.legend-area.pro_top .product-collateral .bot_head {
  margin: 0 auto -20px;
}
.legend-area.pro_top .product-collateral .bot_head p {
	text-align:center;
}
.bot_head p {
  color: #ffffff;
  font-size: 23px;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.product-collateral .box-collateral {
  margin: 0 0 25px;
}
.review_set {
  border-bottom: 3px solid #000000;
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 47px;
  padding-left: 23px;
  position: relative;
}
.rating-box {
  background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 0;
  font-size: 0;
  height: 14px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 90px;
}
.rating-box .rating {
  background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 100%;
  float: left;
  height: 14px;
}
.review-item h3 {
	text-align: left;
}
.review-item h3 span {
  color: #db2121;
  font-size: 24px;
  font-weight: normal;
  line-height: 30px;
  padding-bottom: 8px;
  text-align: left;
  text-transform: none;
}

/***********************

Testimonial Section

**********************/

/*Testimonial Main*/
.testimonial{
    background-image: url("../image/download.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
}
.testimonial h1{
    text-align: center;
    color: #fff;
    margin-top: 100px;
}
.testimonail_main{
    background-color: rgba(0,0,0, 0.7);
    padding-bottom: 100px;
    padding-top: 2px;
}

/*Single Testimonial*/

.single_testimonial{
    /* padding-top: 111px; */
    padding: 100px 20px 0;
}
.single_testimonial p.test_data{
    color: #e6e8e8;
  	font-size: 23px;
  	font-weight: 400;
  	line-height: 44px;
  	margin-top: 0;
}
.single_testimonial p.client_name{
    display: block;
  	font-style: normal;
  	letter-spacing: 4px;
  	padding-top: 25px;
  	/* text-transform: uppercase; */
  	color: #ddd;
    font-weight: bold;
}
.single_testimonial p.client_des{
    display: block;
  	font-style: normal;
  	letter-spacing: 4px;
  	padding-top: 18px;
  	text-transform: uppercase;
  	color: #ddd;
}
.owl-theme .owl-controls .owl-page span{
    background: none repeat scroll 0 0 #860b10;
    border-radius: 0 !important;
    height: 35px;
    width: 35px !important;
    margin-top: 15px;
}


/***********************

Contact Section

**********************/

/*Contact Main */

#con{
  overflow: hidden;
}
.contact{
    padding-top: 100px;
    overflow: hidden;
}
.contact_area{}
.contact_area h1{
    text-align: center;
    color:#515151;
}
.contact_main_area{
	  margin-top:50px;
}

/*Contact Form Section*/
.feedback_area{}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #505060;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #505060;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #505060;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #505060;
}
.contact_txt{
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0px;
    border: 1px solid #d4d4d4;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 49%;
    margin-top: 30px;
    float: left;
}
.subject{
    width: 100% !important;
    margin-top: 13px;
}
.contact_email{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 49%;
    margin-top: 30px;
    margin-left: 2%;
}
.contact_txtArea{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 10px;
    min-height: 50px;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    width: 100%;
    resize:vertical;
    height: 190px;
    margin-top: 15px;
}
.contact_btn{
    -moz-user-select: none;
    background-color: rgba(255,255,255,0);
    border: medium none;
    border-radius: 0px;
    color: #555555;
    display: block;
    font-weight: 700;
    margin: 32px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    width: 200px;
    border: 1px solid #555555;
}

/*Contact Information Area*/
.contact_info{
    margin-top: 27px;
  	padding-left: 42px;
  	width: 100%;
}
.contact_info:after { content: ''; display: block; clear: both; }
.contact_info h5{
    font-size: 15px;
  	font-weight: bold;
  	margin-bottom: 36px;
}
.single_contact_info{
    margin-top: 15px;
	overflow: hidden;
}
.con_info_ico{
    float: left;
    width: 20%;
    float: left;
}
.con_info_ico i{
    border: 1px solid #ddd;
  	font-size: 26px;
  	height: 45px;
  	line-height: 41px;
  	text-align: center;
  	width: 45px;
}
.con_info_data{
    width: 80%;
    float: left;
}
.con_info_data p{
	margin: 0;
	text-align: justify;
}

/***********************

Map Section

**********************/

.map{
    margin-top: 25px;
}
.map .container-fluid{
    padding-right: 0;
    padding-left: 0;
}
#map{
    min-height: 500px;
}

/***********************

Fotter Copyright And Socail Profile Link

**********************/
.social_profile_link{
    background-color: #3e4347;
    color: #373c40;
    height: 150px;
    margin-top: 0;
    padding-top: 30px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.copyright{
    margin-bottom: 20px;
}
.copyright p{
    font-size: 17px;
}
.social_profile{}
.social_profile a{
    outline: 0;
}
.social_profile a i{
    border: 1px solid #777777;
    color: #777777;
    font-size: 23px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
    text-align: center;
    width: 40px;
    outline: 0;
}


.rep-login .rep-login-pop-up-box p {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 20px;
  color:#aaa;
}
.rep-login .rep-login-pop-up-box .form-list, .my_account .my-account-pop-up-box .form-list{
  overflow: hidden;
  padding: 0 0 16px;
}

.cms-contents h1 { color:#373c40; }

/***************************************************************************
/*new design css */

body{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing:antialiased;
}
.cbp-af-header{
    background: url(../images/header_bg.png) repeat-x left 0;
    background-color: transparent;
}
.logo{
    margin-left: -6px;
}
.menu_area {
    float: right;
}
.menu_area ul li{
    position: relative;
    padding: 29px 19px;
}
.menu_area ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    display: block;
    position: relative;
}
.menu_area ul li a:after{
    content:"";
    height: 3px;
    width: 25px;
    background: #fff;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.menu_area ul:after, .menu_area ul:before{
    display: table;
    clear: both;
    content: "";
}
.menu_area ul li:hover{
    cursor: pointer;
}
.menu_area ul li.current, .menu_area ul li.current a{
    background-color: transparent;
}
.menu_area ul li.current a:after, .menu_area ul li:hover a:after{
    visibility: visible;
}

.slider_area{
    min-height: 700px;
}
.slider_area_inner{
}
.slide-content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.slide-context-inner {
    max-width: 1137px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    padding-top: 100px;
}
.slide-context{
    max-width: 516px;
    padding: 110px 0 0;
}
.slide-cont-img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.slide-context-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}
.slide-content:before, .slide-content:after{
    content: "";
    display: table;
    clear: both;
}
.slide-cont-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.slide-content h3{
    text-align: left;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 54px;
}
.slide-content p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    color: #fff;
    line-height: 29px;
    margin:20px 0;
    padding: 0;
}
.c-btn a.btn{
    margin:0;
    display: inline-block;
    min-width: 220px;
    height: 50px;
    background: #2C96EA;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
}
.c-btn a.btn:after{
    content: "";
    background: url(../images/button_arrow.png) no-repeat;
    width: 22px;
    height: 13px;
    z-index: 3;
    display: inline-block;
    margin: 0 0 0 11px;
}
/*  .c-btn a.btn:hover:after{background: url(../images/button_arrow.png) no-repeat;margin: 0 0 0 15px;} */

.c-btn a.btn:hover{
    background: #0C6AB5;
    border:1px solid #fff;
}
.slider_area .c-btn {
    margin: 25px 0 0;
    float: left;
    clear: both;
}
/*.slider_area .bx-wrapper .bx-viewport { height: 698px !important; }*/
.bx-wrapper .bx-prev{
  left: 20px;
}
.bx-wrapper .bx-next{
  right: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 0 2px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
    border: 1px solid #fff;
}

/* end
*/

/* ---------New Section-------------- */

.o-about-area--bg { background:#024883 url(../images/about-bg.png) no-repeat left bottom; padding: 80px 0 80px }
.o-about-area--bg .com_data p { margin-top: 0; padding-left: 0; font-family: 'Raleway', sans-serif; font-weight: 300; color: #fff; font-size: 14px; line-height: 24px; }
.o-about-area--bg a.ser_btn1 { transition: 0.3s all ease-out; margin-left: 0; text-transform: uppercase; color: #333333 !important; font-size: 14px;  display: block; width: 214px; height: 50px; line-height: 50px; padding:0 70px 0 50px; font-weight: bold; background:#ffcc42 url(../images/arrowbtn.png) no-repeat 78% 50%;  }
.o-about-area--bg a.ser_btn1:hover { background:#ffcc42 url(../images/arrowbtn.png) no-repeat 78% 50%; border:1px solid #fff;}
.o-about-area--bg h2 { margin-top: 33px; margin-bottom: 25px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #fff; font-size: 42px; line-height: 42px; text-align: left; text-transform: capitalize; }
.uabout-25 { padding-left: 38px; }



.u-service-box {
    width: 360px !important;
    box-shadow: 0px 2px 24px 0px #ababab;
    margin: 0 auto;
    height: 455px;
   /* border-bottom: 5px solid #bb0e46;*/
    padding-top: 45px;
    text-align: center;
    transition: 0.3s all ease-out;
     font-family: 'Montserrat', sans-serif;
}
.u-service-box p { font-size: 14px; }
.u-single_service { padding: 0px 0 24px; }
.owl-wrapper div.owl-item .u-service-box:hover { height: 612px; margin-top: -24px; padding-top: 74px;}


.owl-wrapper div.owl-item:nth-child(3n+2) .u-service-box { border-bottom: 5px solid #208738; }
.owl-wrapper div.owl-item:nth-child(3n+3) .u-service-box { border-bottom: 5px solid #0061b2; }


h2.u-title { margin-top: 0; margin-bottom: 10px; letter-spacing: -1px; font-family: 'Montserrat', sans-serif; font-weight: bold; color:#333333; text-transform: capitalize; font-size: 42px; line-height: 44px;}



.client{
    background: #F1F1F1;
    padding: 100px 0;
}
.client_area h1 {
    text-align: center;
    color: #515151;
}
.client_area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.client_area ul li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 24px;
    width: 150px;
    /*height: 130px;*/
    font-size: 16px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: center;
}
.client_area ul li a{
    color: #16161d;
}
.client_area ul li img{
    width: 124px;
    max-width: 124px;
    height: 122px;
    margin-bottom: 10px;
}
.client_area ul li a:hover { text-decoration: underline; }
.client_area ul li:first-child{
    padding-left: 0;
}
.client_area ul li:last-child{
    padding-right: 0;
    border-right: 0;
}
.clnt-contnt {
    padding: 60px 0 0;
}








.u-service-imgarea { height: 120px; }
.u-service-imgarea img {  height: 105px;}
.u-service-headingarea { height: 80px; }
.u-service-box h2 { margin:0; text-transform: capitalize;font-size: 24px;
line-height: 32px;
color: #16161d;
font-family: "Montserrat";
font-weight: 600;
text-align: center; }
.u-service-box h2 a { color: #484848 !important; display: block; }
.u-service-box h2 a:active, .u-service-box h2 a:hover { color: #484848 !important; text-decoration: none; }

.u-service-textarea { height: 110px; padding:0 30px; color: #505060; font-size: 16px; line-height: 28px; font-family: 'Raleway', sans-serif; font-weight: 400; }


a.u-service-btn { transition: 0.3s all ease-out;  text-transform: uppercase; border:1px solid #0a8af5; color: #333333 !important; display: block; width: 184px; margin: 0 auto;  height: 50px; line-height: 50px; font-size: 14px; 
font-family: "Montserrat";
font-weight: 700;
text-align: center;
background: transparent;  }
.owl-wrapper div.owl-item .u-service-box:hover a.u-service-btn {background: #0060af; color: #fff !important; text-decoration: none; }



.about {padding-top: 0px;}
.fun_facts { margin-top:0; }

.owl-pagination { display: none; }
.owl-theme .owl-controls .owl-buttons div { opacity: 1; }
.owl-buttons { top: 40%;  position: absolute; width:100%; }
.owl-prev { position: absolute; background: url(../images/left-arrow.png) no-repeat left top !important; width:20px; height: 38px; left: -40px; opacity: 1;
    padding: 0;
    font-size: 0 !important;
    border: 0 !important;}
.owl-next { position: absolute; background: url(../images/right-arrow.png) no-repeat left top !important; width:20px; height: 38px; right: -40px; opacity: 1;
    padding: 0;
    font-size: 0 !important;
    border: 0 !important;
}

.service_area {
    overflow: inherit!important;
}


.o-footer-area{ background:#06042c; padding:30px 0; }


.o-footer-area.social_profile_link{ height: auto; }
.o-footer-area .social_profile { text-align: right; }
.o-footer-area .social_profile a i{
    height: 20px;
    border: 0;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    width: 20px;
    margin-left: 15px;
}

.o-footer-area .copyright { margin-bottom: 0px;}
.o-footer-area .copyright p {
    margin: 0px;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.o-contact-area { height: 654px; background: #2c66a5 url(../images/contact_bg.png) no-repeat center top; background-size: cover; }
.o-contact-area.contact {padding-top: 115px;}
.o-contact-area .contact_main_area{ margin-top: 0px;}
.o-contact-box { background: #f5f5f5; width: 548px; height: 540px; border-top:4px solid #1f8738; padding:48px 73px 0 59px; margin-right: 15px; float: right; }
.o-contact-box h3 {  margin:0 0 14px; font-family: 'Montserrat', sans-serif; font-weight: 700; color: #333333; font-size: 38px; line-height: 34px; text-align: left; }
.o-contact-box p {  margin:0 0 25px; font-family: 'Raleway', sans-serif; font-weight: 400; padding-left: 0; color: #222222; font-size: 16px; line-height: 18px; text-align: left; }


.o-contact-box input { font-family: 'Raleway', sans-serif; font-size: 15px; background: #f5f5f5; width: 100%; height: 40px; min-height: 30px; line-height: 1; border:0; border-bottom:1px solid #d7d7d7; padding:3px 0 0; margin-left:0; margin-bottom: 19px; margin-top: 0px;}
.o-contact-box input:focus { outline: 0; border-bottom:1px solid #d7d7d7; }
.o-contact-box textarea {font-family: 'Raleway', sans-serif; font-size: 15px; background: #f5f5f5; width: 100%; height: 34px; min-height: 30px; line-height: 16px;  border:0; border-bottom:1px solid #d7d7d7; padding:0; resize: none; margin-left:0; margin-bottom: 38px; margin-top: 10px; }
.o-contact-box textarea:focus { outline: 0; border-bottom:1px solid #d7d7d7; }

.o-contact-box input.contact_btn {  text-transform: uppercase; border:1px solid #088bf5; color: #fff !important; font-size: 14px;  display: block; width: 172px; margin: 0 0 16px; height: 49px; line-height: 49px; font-weight: bold; background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px;  }

.o-contact-box input.contact_btn:hover { background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px; text-decoration: none; }
.o-contact-box input.contact_btn:active,
.o-contact-box input.contact_btn:focus { background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px; text-decoration: none; }


.u-guaranteed-text { padding-left: 21px; background: url(../images/icon_lock.png) no-repeat left top; font-size: 13px; color: #414141; line-height: 27px; }
select, input, button { -webkit-appearance: none; -webkit-border-radius: 0px;-moz-appearance: none; }
.o-contact-area .contact_info { margin-top: 88px;}
.o-contact-area .con_info_data p{ color: #efefef; }


.o-contact-leftarea-heading { margin-bottom: 40px; }
.o-contact-leftarea-heading h2 {  margin:0 0 14px; font-family: 'Montserrat', sans-serif; font-weight: 600; color: #fff; font-size: 42px; line-height: 34px; text-align: left; text-transform: none; }
.o-contact-leftarea-heading p { position: relative;  margin:0 0 25px; font-family: 'Raleway', sans-serif; font-weight: 400; padding-left: 0; color: #fff; font-size: 12px; line-height: 26px; text-align: left; }

.o-contact-leftarea-heading p:after {
    content: "";
    height: 3px;
    width: 45px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -14px;
    z-index: 3;
    display: block;
}

.con_info_ico i { color: #cfccd7; border:0; }
.u-address { color: #f0f0f0; margin-bottom: 20px; padding-left: 34px; background: url(../images/icon_location.png) no-repeat left 6px; font-family: 'Montserrat', sans-serif; font-weight: 500;}
.u-address p { padding-left: 0; font-size: 16px; }
.u-email { color: #f0f0f0; margin-bottom: 20px; padding-left: 34px; background: url(../images/icon_envelope.png) no-repeat left 6px; font-family: 'Montserrat', sans-serif; font-weight: 500; }
.u-email p { padding-left: 0; font-size: 16px; }
.u-phone { color: #f0f0f0; margin-bottom: 20px; padding-left: 34px; background: url(../images/icon_phone.png) no-repeat left 6px;  font-family: 'Montserrat', sans-serif; font-weight: 500; }
.u-phone p { padding-left: 0; font-size: 16px; }



.o-digital-row {padding-top: 50px; margin: 0; height: 410px; background: url(../images/row_bg.jpg) no-repeat left top; background-size: cover; }
.icon_coding { background: url(../images/icon_coding.png) no-repeat left top; background-size: cover; width: 63px; height: 55px; margin: 0 auto 40px; }
.icon_marketing {  background: url(../images/icon_marketing.png) no-repeat left top; background-size: cover; width: 71px; height: 52px; margin: 0 auto 40px; }
.icon_group { background: url(../images/icon_group.png) no-repeat left top; background-size: cover; width: 83px; height: 53px; margin: 0 auto 40px; }
.icon_suitcase { background: url(../images/icon_suitcase.png) no-repeat left top; background-size: cover; width: 60px; height: 46px; margin: 0 auto 40px; }

.fun_num { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 42px !important;}
.fun_name {font-family: 'Raleway', sans-serif; font-weight: 300;font-size: 16px !important;}

.o-testimonial-area { height: 503px; background:#fff; margin: 0;}
.o-testimonial-area .testimonail_main { padding: 112px 0; background:#fff !important;}
.o-testimonial-area .owl-theme .owl-controls .owl-buttons div { opacity: 1; }
.o-testimonial-area .owl-buttons { top: 40%;  position: absolute; width:100%; }
.o-testimonial-area .owl-prev { position: absolute; background: url(../images/icon_arrow_l.png) no-repeat left top !important; width:17px; height: 30px; left: -40px; opacity: 1;
    padding: 0;
    font-size: 0 !important;
    border: 0 !important;}
.o-testimonial-area .owl-next { position: absolute; background: url(../images/icon_arrow_r.png) no-repeat left top !important; width:17px; height: 30px; right: -40px; opacity: 1;
    padding: 0;
    font-size: 0 !important;
    border: 0 !important;
}

.o-testimonial-area .single_testimonial p { color: #343434; text-align: left; line-height:30px; font-style: italic; font-size: 19px; line-height: 26px; }
.o-testimonial-area .single_testimonial::before { width: 88px; height: 69px; display: block; content: '';  background: url(../images/icon_quote.png) no-repeat left top !important; position: absolute; top: 26px; left:30px;  }
.o-testimonial-area .single_testimonial p.client_name { letter-spacing: 0; text-transform: normal; text-transform: capitalize; color: #3e9a59; font-style: normal; font-size: 16px; padding-top: 0px; margin-top: 6px;}
.o-testimonial-area .single_testimonial p.client_name span { color: #363636;}

.o-testimonial-area .row { margin:0 90px; }

/* ----------12-10-18----------- */
.o-seo-process-area { height: 127px; padding:35px 0; background: url(../images/seo_process_bg.png) no-repeat center top; background-size: cover;   }
.c-seo-process-text { text-align: center; }
.c-seo-process-text h2 { margin:0;  padding:0px 14px;letter-spacing: -1px; font-family: "Montserrat";
font-weight: 700; color: #fff; font-size: 32px !important; line-height: 50px;  text-transform: none; display: inline-block; }

.c-seo-process-text a.process_btn {  transition: 0.3s all ease-out; text-transform: uppercase; border:1px solid #ffcc42; color: #343434 !important; font-size: 14px;  display: inline-block; width: 276px; height: 50px; line-height: 50px; font-weight: bold; background:#ffcc42 url(../images/arrowbtn.png) no-repeat 84% 18px; text-align: center;}
.c-seo-process-text a.process_btn:hover { border:1px solid #fff; color: #fff !important; background:#ffcc42 url(../images/arrowbtn.png) no-repeat 84% 18px; text-decoration: none; }
.c-seo-process-text a.process_btn:active,
.c-seo-process-text a.process_btn:focus { border:1px solid #fff; color: #343434; background:#ffcc42 url(../images/arrowbtn.png) no-repeat 84% 18px; text-decoration: none; }


.o-seo-packages-area {/* height: 727px;*/ padding:100px 0; background: #fff; }
.o-seo-packages-area p{ font-size: 16px; }
/* .o-service-wrapper p{ font-size: 16px; } */

.seo-packages-boxarea { margin-top: 60px; }
.seo-packages-boxarea.area2nd-section { margin-top: 0px; }
.seo-packages-boxarea::after { content: ''; display: block; clear: both; }

.c-packagesbox1 { text-align: center; margin: 0 auto; width: 260px; height: 308px; padding:55px 0 0;  background: url(../images/seo_package1.png) no-repeat center top; }
.c-packagesbox1 h4 {  margin:0 auto;  padding:0px; font-family: 'Montserrat', sans-serif;  font-weight: 300; color: #fff; font-size: 26px !important; line-height: 30px;  text-transform: none; display: table; position: relative; }
.c-packagesbox1 h4:before { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;
    left: -26px; top: 18px;}
.c-packagesbox1 h4:after { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;  right: -26px; top: 18px;}
.c-packagesbox1 .u-price { margin:0;  padding:2px 0px 10px; font-family: 'Montserrat', sans-serif;  font-weight: 700; color: #fff; font-size: 30px !important; line-height: 50px;  text-transform: none; display: block;}
.c-packagesbox1 a.u-learnbtn {  transition: 0.3s all ease-out; text-transform: uppercase; border:1px solid #fff3; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px;  display: inline-block; width: 144px; margin: 0 auto; height: 35px; line-height: 35px; font-weight: 600; background: transparent; text-align: center;}
.c-packagesbox1 a.u-learnbtn:hover { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox1  a.u-learnbtn:active,
.c-packagesbox1 a.u-learnbtn:focus { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox1 a.u-startedbtn { padding-right: 10px;  text-transform: uppercase; border:0px; color: #333333 !important; font-size: 12px;  display: inline-block; width: 164px; margin: 0 auto; height: 68px; line-height: 68px; font-weight: 700; background: url(../images/get_started1.png) no-repeat 50% 50%; text-align: center; font-family: 'Montserrat', sans-serif;}
.c-packagesbox1 a.u-startedbtn:after { background: url(../images/starter-arrow.png) no-repeat 50% 50%; content: ''; position: absolute; margin-top: 27px; margin-left: 5px; width: 17px; height: 12px }
.c-packagesbox1 a.u-startedbtn:hover { color: #333333 !important; text-decoration: none; }
.c-packagesbox1  a.u-startedbtn:active,
.c-packagesbox1 a.u-startedbtn:focus { color: #333333 !important; text-decoration: none; }


.c-packagesbox2 { text-align: center; margin: 0 auto; width: 260px; height: 308px; padding:55px 0 0;  background: url(../images/seo_package2.png) no-repeat center top; }
.c-packagesbox2 h4 {  margin:0 auto;  padding:0px; font-family: 'Montserrat', sans-serif;  font-weight: 300; color: #fff; font-size: 26px !important; line-height: 30px;  text-transform: none; display: table; position: relative; }
.c-packagesbox2 h4:before { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;
    left: -26px; top: 18px;}
.c-packagesbox2 h4:after { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;  right: -26px; top: 18px;}
.c-packagesbox2 .u-price { margin:0;  padding:2px 0px 10px; font-family: 'Montserrat', sans-serif;  font-weight: 700; color: #fff; font-size: 30px !important; line-height: 50px;  text-transform: none; display: block;}
.c-packagesbox2 a.u-learnbtn {  transition: 0.3s all ease-out; text-transform: uppercase; border:1px solid #fff3; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px;  display: inline-block; width: 144px; margin: 0 auto; height: 35px; line-height: 35px; font-weight: 600; background: transparent; text-align: center;}
.c-packagesbox2 a.u-learnbtn:hover { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox2  a.u-learnbtn:active,
.c-packagesbox2 a.u-learnbtn:focus { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox2 a.u-startedbtn { padding-right: 10px; text-transform: uppercase; border:0px; color: #333333 !important; font-size: 12px;  display: inline-block; width: 164px; margin: 0 auto; height: 68px; line-height: 68px; font-weight: 700; background: url(../images/get_started1.png) no-repeat 50% 50%; text-align: center; font-family: 'Montserrat', sans-serif;}
.c-packagesbox2 a.u-startedbtn:after { background: url(../images/advanced-arrow.png) no-repeat 50% 50%; content: ''; position: absolute; margin-top: 27px; margin-left: 5px; width: 17px; height: 12px }
.c-packagesbox2 a.u-startedbtn:hover { color: #333333 !important; text-decoration: none; }
.c-packagesbox2  a.u-startedbtn:active,
.c-packagesbox2 a.u-startedbtn:focus { color: #333333 !important; text-decoration: none; }


.c-packagesbox3 { text-align: center; margin: 0 auto; width: 260px; height: 308px; padding:55px 0 0;  background: url(../images/seo_package3.png) no-repeat center top; }
.c-packagesbox3 h4 {  margin:0 auto;  padding:0px; font-family: 'Montserrat', sans-serif;  font-weight: 300;  color: #fff; font-size: 26px !important; line-height: 30px;  text-transform: none; display: table; position: relative; }
.c-packagesbox3 h4:before { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;
    left: -26px; top: 18px;}
.c-packagesbox3 h4:after { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;  right: -26px; top: 18px;}
.c-packagesbox3 .u-price { margin:0;  padding:2px 0px 10px; font-family: 'Montserrat', sans-serif;  font-weight: 700; color: #fff; font-size: 30px !important; line-height: 50px;  text-transform: none; display: block;}
.c-packagesbox3 a.u-learnbtn {  transition: 0.3s all ease-out; text-transform: uppercase; border:1px solid #fff3; color: #fff;  font-family: 'Montserrat', sans-serif;font-size: 13px;  display: inline-block; width: 144px; margin: 0 auto; height: 35px; line-height: 35px; font-weight: 600; background: transparent; text-align: center;}
.c-packagesbox3 a.u-learnbtn:hover { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox3  a.u-learnbtn:active,
.c-packagesbox3 a.u-learnbtn:focus { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox3 a.u-startedbtn { padding-right: 10px; text-transform: uppercase; border:0px; color: #333333 !important; font-size: 12px;  display: inline-block; width: 164px; margin: 0 auto; height: 68px; line-height: 68px; font-weight: 700; background: url(../images/get_started1.png) no-repeat 50% 50%; text-align: center;  font-family: 'Montserrat', sans-serif;}
.c-packagesbox3 a.u-startedbtn:after { background: url(../images/aggresive-arrow.png) no-repeat 50% 50%; content: ''; position: absolute; margin-top: 27px; margin-left: 5px; width: 17px; height: 12px }
.c-packagesbox3 a.u-startedbtn:hover { color: #333333 !important; text-decoration: none; }
.c-packagesbox3  a.u-startedbtn:active,
.c-packagesbox3 a.u-startedbtn:focus { color: #333333 !important; text-decoration: none; }


.c-packagesbox4 { text-align: center; margin: 0 auto; width: 260px; height: 308px; padding:55px 0 0;  background: url(../images/seo_package4.png) no-repeat center top; }
.c-packagesbox4 h4 {  margin:0 auto;  padding:0px; font-family: 'Montserrat', sans-serif;  font-weight: 300; color: #fff; font-size: 26px !important; line-height: 30px;  text-transform: none; display: table; position: relative; }
.c-packagesbox4 h4:before { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;
    left: -26px; top: 18px;}
.c-packagesbox4 h4:after { width: 24px; height: 1px; background:#fff; display: block; content: ''; position: absolute;  right: -26px; top: 18px;}
.c-packagesbox4 .u-price { margin:0;  padding:2px 0px 10px; font-family: 'Montserrat', sans-serif;  font-weight: 700; color: #fff; font-size: 30px !important; line-height: 50px;  text-transform: none; display: block;}
.c-packagesbox4 a.u-learnbtn {  transition: 0.3s all ease-out; text-transform: uppercase; border:1px solid #fff3; color: #fff; font-family: 'Montserrat', sans-serif; font-size: 13px;  display: inline-block; width: 144px; margin: 0 auto; height: 35px; line-height: 35px; font-weight: 600; background: transparent; text-align: center;}
.c-packagesbox4 a.u-learnbtn:hover { border:1px solid #fff; color: #fff; text-decoration: none; }
.c-packagesbox4  a.u-learnbtn:active,
.c-packagesbox4 a.u-learnbtn:focus { border:1px solid #fff; color: #fff; text-decoration: none; }

.c-packagesbox4 a.u-startedbtn {padding-right: 10px;  text-transform: uppercase; border:0px; color: #333333 !important; font-size: 12px;  display: inline-block; width: 164px; margin: 0 auto; height: 68px; line-height: 68px; font-weight: 700; background: url(../images/get_started1.png) no-repeat 50% 50%; text-align: center; font-family: 'Montserrat', sans-serif;}
.c-packagesbox4 a.u-startedbtn:after { background: url(../images/custom-arrow.png) no-repeat 50% 50%; content: ''; position: absolute; margin-top: 27px; margin-left: 5px; width: 17px; height: 12px }
.c-packagesbox4 a.u-startedbtn:hover { color: #333333 !important; text-decoration: none; }
.c-packagesbox4  a.u-startedbtn:active,
.c-packagesbox4 a.u-startedbtn:focus { color: #333333 !important; text-decoration: none; }


.getcontact { width: 80%; margin: 0 auto;}
.getcontact h2 {
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #333333;
    font-size: 34px;
    line-height: 34px;
    text-align: left;
}
.getcontact input { font-family: 'Raleway', sans-serif; font-size: 14px; background: #f9f9f9; width: 100%; height: 40px; min-height: 30px; line-height: 1; border:0; border-bottom:1px solid #d7d7d7; padding:3px 0 0; margin-left:0; margin-bottom: 19px; margin-top: 0px;}
.getcontact select { cursor: pointer; font-family: 'Raleway', sans-serif; font-size: 14px; background: transparent; width: 100%; height: 40px; min-height: 30px; line-height: 18px; border:0; border-bottom:1px solid #d7d7d7; padding:3px 0px 0; margin-left:0; margin-bottom: 19px; margin-top: 0px;}

.getcontact .selectarea { overflow-x: hidden; position: relative; background: url(../images/droparrow.png) no-repeat 99% 20px; }

.getcontact select:focus {outline: 0; border-bottom:1px solid #d7d7d7; }
.getcontact input:focus { outline: 0; border-bottom:1px solid #d7d7d7; }
.getcontact textarea {font-family: 'Raleway', sans-serif; font-size: 14px; background: #f9f9f9; width: 100%; height: 100px; min-height: 30px; line-height: 20px;  border:0; border-bottom:1px solid #d7d7d7; padding:0; resize: none; margin-left:0; margin-bottom: 20px; margin-top: 10px; }
.getcontact textarea:focus { outline: 0; border-bottom:1px solid #d7d7d7; }

.getcontact button.getcontact_btn {  text-transform: uppercase; border:1px solid #088bf5; color: #fff !important; font-size: 14px;  display: block; width: 172px; margin: 0 0 16px; height: 49px; line-height: 49px; font-weight: bold; background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px;  }

.getcontact button.getcontact_btn:hover { background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px; text-decoration: none; }
.getcontact button.getcontact_btn:active,
.getcontact button.getcontact_btn:focus { background:#0060af url(../images/arrowsubmit.png) no-repeat 82% 22px; text-decoration: none; }

.seo_chart table { background: #f7f7f7; border:1px solid #cbcbcb; }
.seo_chart td { padding:10px; background: #f7f7f7; border:1px solid #cbcbcb;text-align: center; }
.seo_chart td:first-child {
    background: #e0f1ff;
    border-bottom: 1px solid #a3d4fd;
    text-align: left
}
.seo_chart th.starter {
    width: 150px;
    background: #1e1c23;
    padding:10px;
    border-left:1px solid #1e1c23;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.seo_chart th.advanced {
    width: 150px;
    background: #147f21;
    padding:10px;
    border-left:1px solid #147f21;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.seo_chart th.aggresive {
    width: 150px;
    background: #b92c4e;
    padding:10px;
    border-left:1px solid #b92c4e;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.yesicon { background: url(../images/yesicon.png) no-repeat 50% 50% !important; font-size: 0;}
.yesicon2 { background: url(../images/yesicon.png) no-repeat 50% 80% !important; font-size: 0;}
.seo_heading { background: #995277 !important; color: #fff;}
.seo_chart span.price {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.seo_text_bottom { padding-top:50px; }
.seo_text_bottom2 { padding-top:30px; }
.disclaimer { text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
.disclaimer span { text-align: left; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 400; }

.c-Marketing h3 {
    color: #323031;
    font-weight: bold;
    font-size: 30px;
    margin:0;
}
.c-Marketing p {
    margin: 16px 0;
    color: #323031;
    font-weight: 400;
}
.cycle-block{
    position: relative;
    background: url(../images/cycle_img.png) no-repeat center -17px;
    margin:75px 0 0;
}
.cycle-block::before, .cycle-block::after{ content: ''; display: block; clear: both; }
.cycle-block ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cycle-list-left{
    float: left;
    width: 425px;
    position: relative;
    z-index: 3;
}
.cycle-list-right{
    float: right;
    width: 425px;
    z-index: 3;
    position: relative;
}
.cycle-block li{
    background: url(../images/arrow.png) no-repeat 0 0;
    margin-bottom: 60px;
}
.cycle-block li:after, .cycle-block li:before {
    content: "";
    clear: both;
    display: table;
}
.cycle-block .cycle-list-left li{
    background-position: right 0;
    padding: 2px 48px 2px 2px;
    text-align: right;
}
.cycle-block .cycle-list-right li{
    background-position: left 0;
    padding: 2px 2px 2px 48px;
    text-align: left;
}
.cycle-block li h6 a{
    color: #323031;
    text-decoration: none;
}
.cycle-block li h6{
    font-size: 20px;
  letter-spacing: 0px;
  color: #1c1c1c;
  font-weight: 900;
  margin-top: 4px;
}
.cycle-block .cycle-list-left p {
    text-align: right;
    max-width: 304px;
    float: right;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #323030;
    font-family: "Raleway";
}
.cycle-block .cycle-list-right p{
    text-align: left;
    max-width: 304px;
    float: left;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #323030;
    font-family: "Raleway";
}
.cycle-blank-space{
    width: 336px;
    float: left;
}
.cycle-block .cycle-list-left li:nth-child(2){
    margin-right: 88px;
}
.cycle-block .cycle-list-left li:nth-child(3){
    margin-right: 28px;
}
.cycle-block .cycle-list-right li:nth-child(2){
    margin-left: 88px;
}
.cycle-block .cycle-list-right li:nth-child(3){
    margin-left: 28px;
}


/*=====================10-10-19=============================*/
.row-centered {text-align:center;}
.col-centered { display:inline-block; float:none; margin-right:-4px;}
/*.client_area img { max-width: 100%; }*/
.client img { max-width: 100%; }
.o-service-wrapper { padding: 0 0 20px; }
.o-service-wrapper img { max-width: 100%; }
.company_gallerypaddingtop {margin-top: 36px;}
.company_gallerypaddingtop36 {margin-top: 36px;}
.company_gallerypaddingtop16 {margin-top: 16px;}
.notopbottompadd { padding: 0; }

/*===================15-10-19===================*/
.row-centered {text-align:center;}
.col-centered { display:inline-block; float:none;}
.analytics {
    background: #f5fafe;
    padding: 70px 0;
}

/*===================16-10-19===================*/
.o-innerbanner-section { margin-top:94px; }
.u-playbtn { position: absolute; top: 60px; right: -20px;}
.visitorrecording-area { text-align: left; margin-top:80px; position: relative; }
.visitorrecording-banner { height: 460px;background: url(../images/visitorrecording-banner.jpg) no-repeat center 0; background-size: cover; }
.visitorrecording-context { max-width: 516px; padding: 124px 0 0;}
.visitorrecording-videoarea { max-width: 495px; padding: 50px 0 0; position: relative;}
.o-innerbanner-section h3 {
    text-align: left;
    font-size: 47px;
    letter-spacing: 1px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
}

.o-watchmovies-section {
    height: 578px;
    overflow: hidden;
    background-color: #100322;
    background-image: linear-gradient(38deg, #100322 0%, #190731 33%, #1a63a8 100%);
}
.o-watchmovies-section2 {
    height: 578px;
    overflow: hidden;
    background-color: #190731;
    background-image: linear-gradient(47deg, #190731 0%, #1a0f3a 33%, #1a63a8 100%);
}
.o-watchmovies-section .withbg {
    position: relative;
    padding: 0;
}
.o-watchmovies-section2 .withbg {
    position: relative;
    padding: 0;
}
.o-watchmovies-section .whitebgvideo {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 528px;
    height: 578px;
    z-index: 1;
    padding: 0;
    background: #fff;
}
.o-watchmovies-section2 .whitebgvideo2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 528px;
    height: 578px;
    z-index: 1;
    padding: 0;
    background: #fff;
}
.o-watchmovies-section .company_gallery {
    width: 520px;
    height: 400px;
    position: absolute;
    left:initial;
    top:50%; 
    right: -117px;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.o-watchmovies-section2 .company_gallery2 {
    width: 520px;
    height: 400px;
    position: absolute;
    top:50%; 
    left: -85px;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.screen-content {box-shadow: 0px 5px 30px #11032052;}
.o-watchmovies-section .storyarea {
    float: right;
    height: 578px;
    padding-top: 80px;
    text-align: left;
    position: relative;
}
.o-watchmovies-section2 .storyarea2 {
    float: left;
    height: 578px;
    padding-top: 80px;
    text-align: left;
    position: relative;
}
.o-watchmovies-section .storyarea h2, .o-watchmovies-section2 .storyarea2 h2 {
    font-size: 36px;
    line-height: 49px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: left;
    margin:0 0 20px;
}
.chath3text h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    text-transform: capitalize;
     text-align: left;
}
.o-watchmovies-section .storyarea p, .o-watchmovies-section2 .storyarea2 p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 400;
    text-align: left;
    padding-left:0;
}
.o-watchmovies-section .storyarea_data {
    width: 580px;
    position: absolute;
    top:50%; 
    left:0; 
    transform: translate(0%, -50%);
}
.o-watchmovies-section2 .storyarea_data2 {
    width: 560px;
    position: absolute;
    top:50%; 
    right:0; 
    transform: translate(0%, -50%);
}
.c-videobordergreen{ background: #3ec25f; width:272px; height: 222px; position: absolute; right:20px; top:5px; z-index: -1;}
.c-videobordergreen2{ background: #3ec25f; width:272px; height: 222px; position: absolute; left:-30px; top:5px; z-index: -1; }




.conversionfunnel-banner { height: 460px;background: url(../images/conversionfunnel-banner.jpg) no-repeat center 0; background-size: cover; }
.conversionfunnel-context { max-width: 516px; padding: 124px 0 0;}
.conversionfunnel-img { padding: 0px 0 0; text-align: right;}


.conversionservice-Bg { background:#1b5ca0 url(../images/conversionservice-Bg.png) no-repeat center 0; background-size: cover; padding-bottom: 50px; }
.conversionservice-Bg p{ 
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #484848;
  font-family: "Raleway";
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.service3textarea { max-width: 380px; margin: 0 auto; }

/*=====================17-10-19=====================*/
.dashboard-banner { height: 460px;background: url(../images/dashboard-banner.jpg) no-repeat center 0; background-size: cover; }
.dashboard-context { max-width: 570px; padding: 124px 0 0;}
.dashboard-img { padding: 60px 0 0; text-align: center;}
.dashboard-img img { max-width: 100%; }



.o-dashboard-newsection { background: url(../images/dashboard-sectionBg.jpg) no-repeat center 0; background-size: cover; padding:94px 0; text-align: center; }
.o-dashboard-newsection h2{
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 49px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
}

.o-dashboard-realtime-mapBG { background: url(../images/dashboard-realtime-mapBG.jpg) no-repeat center 0; background-size: cover; padding:94px 0; }
.o-dashboard-realtime-mapBG::before, .o-dashboard-realtime-mapBG::after { content: ''; display: block; clear: both; }
.clear::before, .clear::after { content: ''; display: block; clear: both; }
.u-dashboard-realtimemargin { margin-bottom: 86px; }
.o-dashboard-realtime-mapBG h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 45px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: capitalize;
     text-align: left;
}
.o-dashboard-realtime-mapBG h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 35px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 500;
    text-transform: capitalize;
     text-align: left;
}
.o-dashboard-realtime-mapBG p { text-align: left; }
.o-dashboard-realtime-mapBG img { max-width: 100%; }
.u-dashboardheight { height: 340px; position: relative; }
.u-dashboard-content { position: absolute; top:50%; left:0; transform: translate(0%, -50%); width: 86%; margin-left: 35px;}
.company_gallery { position: absolute; top:50%; left:0; transform: translate(0%, -50%); width: 86%; margin-left: 35px;}
h3.u-title {
    margin-bottom: 30px;
}
.o-heatmap-banner { height: 460px;background: url(../images/heatmap-banner.jpg) no-repeat center 0; background-size: cover; }
.heatmap-context { max-width: 570px; padding: 144px 0 0;}
.heatmap-interective-imgarea {
    width: 520px;
    height: 370px;
    position: absolute;
    left:initial;
    top:50%; 
    right: -117px;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.heatmap-interective-imgarea img { border: 20px solid #fff; max-width: 100%; }
.heatmapcontent_data {
    width: 470px;
    position: absolute;
    top:50%; 
    left:0; 
    transform: translate(0%, -50%);
    margin-left:50px;
    text-align: left;
}
.heatmapcontent_data h2{
    font-size: 36px;
    line-height: 49px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
    }
.heatmapcontent_data h3{
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    margin-top: 0;
}
.heatmapcontent_data p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 400;
    text-align: left;
}
.heatmapcontent_data p b { font-weight: 700; }
.o-segmentation-section { padding:80px 0; text-align: left; }
.o-segmentation-section h2{
    font-size: 36px;
    line-height: 49px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: left;
    margin-top: 0;
    text-transform: capitalize;
    }
.o-segmentation-section h3{
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 600;margin-top: 0;
}
.o-segmentation-section p {
    font-size: 16px;
    line-height: 26px;
    color: #505060;
    font-family: "Raleway";
    font-weight: 400;
    text-align: left;
}
.o-segmentation-section p b { font-weight: 700; }
.Bgwhite { background: #fff; }
.Bgsky { background: #f5fafe; }

.o-analytics-banner { height: 460px;background: url(../images/analytics-banner.jpg) no-repeat center 0; background-size: cover; }
.heatmap-context { max-width: 570px; padding: 144px 0 0;}
.heatmapbanner-img { padding: 0px 0 0; }




/*=============================*/
.o-formanalyticssky-section { height: 578px; overflow: hidden; background-color: #f5fafe;}
.o-formanalyticssky-section .withbg { position: relative; padding: 0;}
.o-formanalyticssky-section .whitebgvideo { position: absolute; right: 0; top: 0; bottom: 0; width: 42%; height: 578px; z-index: 1; padding: 0;background: #fff;}
.o-formanalyticssky-section .company_gallery {width: 520px;height: 400px; position: absolute; right:initial; top:50%; left: -117px;transform: translateY(-50%);  
    margin: auto; color: #fff;text-align: left;}
.o-formanalyticssky-section .heatmapcontent_data {
    width: 530px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    margin-right: 150px;
    text-align: left;
    margin-left: 0;
    left: initial;
}
.o-formanalyticssky-section .storyarea { float: left; height: 578px; padding-top: 80px; text-align: left; position: relative;}
.o-formanalyticssky-section .heatmap-interective-imgarea {
    width: 520px;
    height: 370px;
    position: absolute;
    top:50%; 
    left: -117px;
    right: initial;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.analytics-interective-imgarea {
    width: 520px;
    height: 370px;
    position: absolute;
    top:50%; 
    right: -75px;
    left: initial;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.analytics-interective-imgareawhite {
    width: 520px;
    height: 370px;
    position: absolute;
    top:50%; 
    left: -117px;
    right: initial;
    transform: translateY(-50%);    
    margin: auto;
    color: #fff;
    text-align: left;
}
.analytics-interective-imgareawhite img {max-width: 100%; }
.o-formanalyticssky-section .heatmap-interective-imgarea img { border: 20px solid #fff; max-width: 100%; }
.o-formanalyticssky-section .storyarea h2 { font-size: 36px; line-height: 49px; color: #16161d; font-family: "Montserrat"; font-weight: 700; text-align: left;
    margin:0 0 20px;}
.o-formanalyticssky-section .storyarea h3 { text-align: left;
    font-size: 20px;
    line-height: 34px;
    color: #16161d;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    margin-top: 0;}
.o-formanalyticssky-section .storyarea p {  font-size: 16px; line-height: 28px; color: #505060;font-family: "Raleway"; font-weight: 400; text-align: left; padding-left:0;}
.o-formanalyticssky-section .storyarea p b { font-weight: 700; }
.o-formanalyticssky-section .storyarea_data { width: 580px;position: absolute; top:50%; left:0;  transform: translate(0%, -50%);}
.formanalyticsskycontent_data {
    width: 570px;
    position: absolute;
    top:50%; 
    left:0; 
    transform: translate(0%, -50%);
    margin-left:120px;
    text-align: left;
}
.formanalyticsskycontent_data h2 { font-size: 36px; line-height: 49px; color: #ffffff; font-family: "Montserrat"; font-weight: 700; text-align: left;
    margin:0 0 20px;}
.formanalyticsskycontent_data h3 { text-align: left;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 600;
    text-align: left;
    margin-top: 0;}
.formanalyticsskycontent_data p {  font-size: 16px; line-height: 28px; color: #ffffff;font-family: "Raleway"; font-weight: 400; text-align: left; padding-left:0;}
.formanalyticsskycontent_data p b { font-weight: 700; }

.o-polls-banner { height: 460px;background: url(../images/polls-banner.jpg) no-repeat center 0; background-size: cover; }
.pollsbanner-context { max-width: 420px; padding: 144px 0 0;}
.pollsbanner-img { padding: 100px 0 0; }
.pollsbanner-img img {  max-width: 100%; }


.o-pollsfeedback-section {
    padding-top:105px;
    background-color: #2b50a0;
    background-image: linear-gradient(19deg, #2b50a0 0%, #092a60 100%);
    text-align: center;
}
.o-pollsfeedback-section h3 { 
    font-size: 36px;
    line-height: 45px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}
.o-pollsfeedback-section h4 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}
.o-pollsfeedback-section img { max-width: 100%; margin: 0 auto }

.dashboard-banner.chatimg { background: url(../images/chat-banner.jpg) no-repeat center 0; background-size: cover; }









@media (min-width: 1900px){
  .o-watchmovies-section .whitebgvideo, .o-watchmovies-section2 .whitebgvideo2  { width:42%; }
}


@media screen and (max-width: 1199px){
    .cycle-block{
        background-size: 290px;
        background-position: center 20%;
    }
    /*.client_area ul li{
        width: 22%;
        border:0;
        margin-bottom: 15px;
    }*/
    img { max-width: 100%;}
    .o-watchmovies-section .storyarea h2, .o-watchmovies-section2 .storyarea2 h2 { font-size: 24px; }
   .o-watchmovies-section .storyarea_data { width: 420px; left:50px;}
   .o-watchmovies-section .company_gallery {
    width: 430px;
    height: 400px;
    position: absolute;
    top: 50%;
    right: 55px;}
    .c-videobordergreen, .c-videobordergreen2 { display: none; }
    .o-watchmovies-section2 .storyarea_data2 { width: 420px; left:50px;}
   .o-watchmovies-section2 .company_gallery2 {
    width: 430px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 55px;}
    .o-innerbanner-section h3 { font-size: 40px;}
    .u-dashboard-realtimemargin { margin-bottom: 40px;}
    .u-dashboardheight {  height: 316px;}
    .analytics-interective-imgarea {
    width: 530px;
    height: 370px;
    top: 50%;
    right: 0;}
    .heatmapcontent_data {
    width: 400px;}
    .o-formanalyticssky-section .heatmapcontent_data { width: 400px;}









    
}
@media screen and (max-width: 991px){
    /*.client_area ul li{
        width:48%;
        padding: 0;
    }*/
    .cycle-list-left{
        width: 46%;
    }
    .cycle-list-right{
        width: 46%;
    }
    .cycle-blank-space{
        display: none;
    }
    .cycle-block li{
        margin-bottom: 30px;
    }
    .cycle-block .cycle-list-left p, .cycle-block .cycle-list-right p{
        max-width: inherit;
    }
    .u-address p, .u-email p, .u-phone p { font-size: 13px;}
    .o-contact-box h3 { font-size: 36px; }
   .u-guaranteed-text { font-size: 12px; }
   .o-innerbanner-section { margin-top: 65px;}
   .o-innerbanner-section h3 {font-size: 32px; line-height: 46px;}

    .o-watchmovies-section .whitebgvideo {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        padding: 0;
        background: #fff;
        right: 0;
        float: none;
    }
    .o-watchmovies-section .company_gallery {
        width: 400px;
        height: 400px;
        position: relative;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0px auto;
        padding: 30px;
    }
    .o-watchmovies-section .storyarea { float: none;height: 450px;}
    .o-watchmovies-section { height: auto; }
    .o-watchmovies-section .storyarea_data {  width: 86%;}

    .o-watchmovies-section2 .whitebgvideo2 {
        position: relative;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 1;
        padding: 0;
        background: #fff;
        right: 0;
        float: none;
    }
    .o-watchmovies-section2 .company_gallery2 {
        width: 400px;
        height: 400px;
        position: relative;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0px auto;
        padding: 30px;
    }
    .o-watchmovies-section2 { height: auto; }
    .o-watchmovies-section2 .storyarea2 { float: none; height: 450px;}
    .o-watchmovies-section2 .storyarea_data2 {  width: 86%;}
    .o-formanalyticssky-section {  height: auto;}
    .o-dashboard-realtime-mapBG h2 {
    font-size: 24px;
    line-height: 36px;}
    .o-dashboard-realtime-mapBG h3 {
    font-size: 18px;
    line-height: 26px;}
    .o-formanalyticssky-section .whitebgvideo { position: relative; width: 100%;}
    .o-formanalyticssky-section .heatmapcontent_data {
    width: auto;
    position: relative;
    top: 0;
    right: 0;
    transform: translate(0%, -0%);
    margin-right: 35px;
    text-align: left;
    margin-left: 35px;
    left: initial;
    z-index: 3;
  }
  .o-formanalyticssky-section .heatmap-interective-imgarea {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    right: initial;
    transform: translateY(-0%);
    margin: auto;
    color: #fff;
    text-align: center;
}

.o-formanalyticssky-section .whitebgvideo {height: auto;}

.o-formanalyticssky-section .storyarea h2{ font-size: 24px; line-height: 34px; }
.o-formanalyticssky-section .storyarea h3{ text-align: left; font-size: 20px;}
.o-formanalyticssky-section .storyarea p {  font-size: 16px; line-height: 28px;}
.o-formanalyticssky-section .storyarea {
    float: left;
    height: auto;
    padding-top: 50px;
    text-align: left;
    position: relative;
    padding-bottom: 50px;
}
  .heatmap-interective-imgarea {
      width: auto;
      height: auto;
      top: 0;
      right: 0;
      transform: translateY(-0%);
      text-align: center;
  }
  .o-polls-banner { height: 350px;}




}
@media screen and (max-width: 767px){
    .cycle-block{
        background-size: 300px auto;
        background-position: center -18px;
        padding: 270px 0 0;
    }
    .cycle-list-left, .cycle-list-right{
        width: 100%;
    }
    .cycle-block .cycle-list-left li{
        background-position: left 0;
        padding: 2px 2px 2px 48px;
        text-align: left;
    }
    .cycle-block .cycle-list-left li:nth-child(2), .cycle-block .cycle-list-left li:nth-child(3) {
        margin-right: 0;
    }
    .cycle-block .cycle-list-right li:nth-child(2), .cycle-block .cycle-list-right li:nth-child(3) {
        margin-left: 0;
    }
    .cycle-block .cycle-list-left p, .cycle-block .cycle-list-right p{
        text-align: left;
        float: left;
    }
    .u-service-box {
      width: auto!important;
      height: auto;
      padding-bottom: 37px;
  }
  .conversionfunnel-context { padding:30px 0 0; text-align: center; }
  .o-innerbanner-section h3 { font-size: 30px; line-height: 40px; text-align: center;}
  .conversionservice-Bg { padding-left: 20px!important; padding-right: 20px!important; }

  .visitorrecording-context { padding:30px 0 0; text-align: center; }
  
  .u-playbtn { top: 60px; right: 0; width: 40px;}

  .o-watchmovies-section .storyarea_data {
      width: auto;
      position: relative;
      top: 00%;
      left: 0;
      transform: translate(0%, 00%);
  }
  .o-watchmovies-section2 .storyarea_data2 {
      width: auto;
      position: relative;
      top: 00%;
      left: 0;
      transform: translate(0%, 00%);
  }
  .o-watchmovies-section .storyarea {
      float: none;
      height: auto;
      margin: 0px 20px 80px;
  }
  .o-watchmovies-section2 .storyarea2 {
      float: none;
      height: auto;
      margin: 0px 30px 80px;
  }
  .o-watchmovies-section .storyarea h2, .o-watchmovies-section2 .storyarea2 h2 {
      font-size: 16px;
      line-height: 30px;
  }
  .o-watchmovies-section .company_gallery {
    width: auto;
    height: 100%;
    position: relative;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0px auto;
    padding: 0 50px;
    transform: translateY(-0%);
}
.o-watchmovies-section2 .company_gallery2 {
    width: auto;
    height: 100%;
    position: relative;
    top: 30px;
    right: 0;
    left: 0;
    margin: 0px auto;
    padding: 0 50px;
    transform: translateY(-0%);
}
    .company_gallerypaddingtop {
        margin-top: 0px;
        width: 100%;
        height: 200px;
    }
    .o-watchmovies-section .whitebgvideo { height: auto; padding-bottom: 60px;}
    .o-watchmovies-section2 .whitebgvideo2 { height: auto; padding-bottom: 60px;}
    .visitorrecording-videoarea { padding: 10px 0 0;}

    .dashboard-context { padding:30px 0 0; text-align: center; }
    .client_area ul li:last-child {
        padding-right: 0;
        border-right: 0;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    h3.u-title {
        margin-bottom: 30px;
        font-size: 27px;
    }
    .o-dashboard-newsection { padding: 60px 0 70px }
    


}
@media screen and (max-width: 479px){
    .c-Marketing h3{
        font-size: 24px;
    }
    .client_area ul li{
        width: 100%;
    }
    .cycle-block{
        margin-top: 20px;
    }

}


/* ---------New Section-------------- */










/*Media Query For Portfolio

**********************/
@media screen and (max-width: 1020px){
.subcategory-item-content {
  width: 70%;
}
}

@media screen and (max-width: 703px){
.subcategory-item-content {
  width: 100%;
}
.subcategory-item-image {
  float: none;
  text-align: center;
  width: 100%;
}
}
@media screen and (min-width: 0px) and (max-width: 320px){
    #portfolio .item{
        width: 100% !important;
        margin-left: 0px !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px){
    #portfolio .item{
        width: 100% !important;
        margin-left: 0px !important;
    }
    .single_fun_facts{
        margin-top: 50px;
    }
    .single_fun_facts:last-child{
        padding-bottom: 50px;
    }
    .subscribe input[type="email"]{
        margin-bottom: 15px;
    }
.rep-login-pop-up-box {
  right: -50px;
}
.my-account-pop-up-box {
  right: -82px;
}
}
@media screen and (min-width: 360px) and (max-width: 640px){
    #portfolio .item{
        width: 100% !important;
        margin-left: 0px !important;
        float: left !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    #portfolio .item{
        width: 50% !important;
        margin-left: 0px !important;
        float: left;
    }
}
@media screen and (min-width: 768px) and (max-width: 768px){
    #portfolio .item{
        margin-left: -4px;
        width: 25%;
    }
    .single_fun_facts{
        margin-top: 50px;
    }
    .subscribe input[type="email"]{
        margin-bottom: 15px;
    }
}

@media screen and (min-width : 320px) and (max-width: 480px) and (orientation : landscape) {
    #portfolio .item{
        width: 33% !important;
        margin-left: -1px !important;
    }
}
@media screen and (min-width : 768px) and (max-width: 1024px) and (orientation : landscape) {
    .single_employee{
        width: 210px !important;
    }
}
@media screen and (min-width : 640px) and (max-width: 768px){
    #portfolio .item{
        margin-left: 0px !important;
        width: 50% !important;
        float: left !important;
    }
}
@media screen and (min-width : 360px) and (max-width: 640px) and (orientation : landscape) {
    #portfolio .item{
        margin-left: 0px !important;
        width: 50% !important;
        float: left !important;
    }
}
@media screen and (min-width : 320px) and (max-width: 480px) and (orientation : landscape) {
    #portfolio .item{
        margin-left: 0px !important;
        width: 100% !important;
    }
}
@media screen and (min-width : 1280px) and (max-width: 600px) and (orientation : landscape) {
    #portfolio .item{
        margin-left: 0px !important;
        width: 50% !important;
        float: left !important;
    }
}

/***********************

Media Query For Navigation

**********************/
@media screen and (min-width : 100px) and (max-width: 800px){
}


/* jQuery enabled behavior for mobile */
.touch .crazy_pepole .container .team_des {
	opacity:1!important;
}
.touch .crazy_pepole .container.no-hover .team_des {
	opacity:0!important;
}





/* slider starts */

@media screen and (max-width: 768px) {
	.slider_area {min-height:576px;}

}
@media screen and (max-width: 736px) {
	.slider_area {min-height:539px;}
}
@media screen and (max-width: 667px) {
	.slider_area {min-height:486px;}
}
@media screen and (max-width: 640px) {
	.slider_area {min-height:480px;}
}
@media screen and (max-width: 568px) {
	.slider_area {min-height:414px;}
}
@media screen and (max-width: 480px) {
	.slider_area {min-height:360px;}
}
@media screen and (max-width: 414px) {
	.slider_area {min-height:297px;}
}
@media screen and (max-width: 375px) {
	.slider_area {min-height:268px;}
}
@media screen and (max-width: 360px) {
	.slider_area {min-height:270px;}
}
@media screen and (max-width: 320px) {
	.slider_area {min-height:227px;}
}
/* slider ends */

/*****about css new *****/

.c-Marketing h3 {
    color: #323031;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 42px;
    margin:0;
}
.c-Marketing p {
    margin: 6px 0;
    color: #323031;
    font-weight: 400;
    font-size: 14px;
}
.c-Marketing .c-btn {
    text-align: center;
}
.cycle-block{
    position: relative;
    background: url(../images/cycle_img.png) no-repeat center -36px;
    margin:0;
    padding: 102px 0 0px;
}
.cycle-block ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.cycle-list-left{
    float: left;
    width: 382px;
    position: relative;
    z-index: 3;
}
.cycle-list-right{
    float: right;
    width: 382px;
    z-index: 3;
    position: relative;
}
.cycle-block li {
    margin-bottom: 0px;
    min-height: 160px;
}
.cycle-block li.arrow_red{
    background: url(../images/arrow.png) no-repeat 0 0;
}
.cycle-block li.arrow_blue{
    background: url(../images/arrow_blue.png) no-repeat 0 0;
}
.cycle-block li.arrow_green{
    background: url(../images/arrow_green.png) no-repeat 0 0;
}
.cycle-block li:after, .cycle-block li:before {
    content: "";
    clear: both;
    display: table;
}
.cycle-block .cycle-list-left li{
    background-position: right 0;
    padding: 2px 64px 2px 2px;
    text-align: right;
}
.cycle-block .cycle-list-right li{
    background-position: left 0;
    padding: 2px 2px 2px 54px;
    text-align: left;
}

.cycle-block .cycle-list-left p {
    text-align: right;
    max-width: 304px;
    float: right;
    padding: 0;
}
.cycle-block .cycle-list-right p{
    text-align: left;
    max-width: 304px;
    float: left;
    padding: 0;
}
.cycle-blank-space{
    width: 336px;
    float: left;
}
.cycle-block .cycle-list-left li:nth-child(2){
    margin-right: 50px;
}
.cycle-block .cycle-list-left li:nth-child(3) {
    margin-right: -10px;
}
.cycle-block .cycle-list-right li:nth-child(2){
    margin-left: 52px;
}
.cycle-block .cycle-list-right li:nth-child(3){
    margin-left: -12px;
}
.c-Marketing .c-btn a.btn{
  min-width: 337px;
  height: 59px;
  transition: 0.3s all ease-out;
  line-height: 54px;
  color: #fff;
}


/*SEO Packages modal css starts here*/
.modal-backdrop.in {
filter: alpha(opacity=80);
opacity: .8;
-o-opacity: .8;
-webkit-opacity: .8;
-moz-opacity: .8;
-ms-opacity: .8;
}
.modal-dialog{z-index: 9999;}
.modal-services-dialog{margin-top: 0;margin-bottom: 0;height: 100vh;justify-content: center;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;

-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;

-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
}

.modal.fade .modal-dialog.modal-services-dialog {
-webkit-transform: translate(0, -100%);
-o-transform: translate(0, -100%);
-moz-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.modal.in .modal-dialog.modal-services-dialog {
-webkit-transform: translate(0, 0);
-o-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}

@media (min-width: 768px){
  .modal-dialog {width: 674px;}
}
@media (max-width: 767px){
  .modal-dialog {margin:20px;}
}
.modal-dialog .modal-content{background-color: #f9f9f9; width: 100%; float: left;}
.modal-header{border:none;padding:0;}
.modal-dialog .modal-content .close{background: url(../images/fancybox_sprite.png);    position: absolute;top: -18px;right: -18px;width: 36px;height: 36px;cursor: pointer;z-index: 8040;margin: 0;
opacity: 1;
-o-opacity: 1;
-moz-opacity: 1;
-ms-opacity: 1;
-webkit-opacity: 1;
}
.getcontact {width: 80%;margin: 0 auto;}
.getcontact h2 {margin: 20px 0;font-family: 'Montserrat', sans-serif;font-weight: 800;color: #333333;font-size: 34px;line-height: 34px;text-align: left;}
@media (max-width: 1023px){
  .getcontact h2{
    font-size: 25px;
    margin:0 0 10px;
  }
}
.getcontact input {font-family: 'Raleway', sans-serif;font-size: 14px;background: #f9f9f9;width: 100%;height: 40px;min-height: 30px;line-height: 1;border: 0;border-bottom: 1px solid #d7d7d7;padding: 3px 0 0;margin-left: 0;margin-bottom: 19px;margin-top: 0px;}
.getcontact .selectarea {overflow-x: hidden;position: relative;background: url(../images/droparrow.png) no-repeat 99% 20px;}
.getcontact select {cursor: pointer;font-family: 'Raleway', sans-serif;font-size: 14px;background: transparent;width: 100%;height: 40px;min-height: 30px;line-height: 18px;border: 0;border-bottom: 1px solid #d7d7d7;padding: 3px 0px 0;margin-left: 0;margin-bottom: 19px;margin-top: 0px;}
.getcontact textarea {font-family: 'Raleway', sans-serif;font-size: 14px;background: #f9f9f9;width: 100%;height: 100px;min-height: 30px;line-height: 20px;border: 0;border-bottom: 1px solid #d7d7d7;padding: 0;resize: none;margin-left: 0;margin-bottom: 20px;margin-top: 10px;}
@media (max-width: 1023px){
  .getcontact textarea{
    height: 60px;
  }
}
.getcontact button.getcontact_btn {text-transform: uppercase;border: 1px solid #088bf5;color: #fff !important;font-size: 14px;display: block;width: 172px;margin: 0 0 16px;height: 49px;line-height: 49px;font-weight: bold;background: #0060af url(../images/arrowsubmit.png) no-repeat 82% 22px;}
.modal-footer{border:none;padding:0;}
.seo_process {margin: 30px;}
.seo_process h2 {text-transform: capitalize;text-align: center;font-family: 'Montserrat', sans-serif;font-size: 26px;font-weight: 800;color: #484848;padding: 0;margin: 0 0 35px;letter-spacing: -.5px;}
.seo_step {border-bottom: 1px solid #e1e1e1;padding-bottom: 55px;margin-bottom: 60px;}

.seo_step img {float: right;text-align: center;margin: 0 0px 0 30px;padding: 0px;}
.seo_step h3 {text-align: left;font-family: 'Montserrat', sans-serif;font-size: 25px;font-weight: 700;padding: 0;padding: 50px 0 18px;color: #484848;text-transform: capitalize;}
.seo_step h4 {text-align: left;font-family: 'Montserrat', sans-serif;font-size: 20px;font-weight: 400;padding: 0;margin: 0 0 10px;color: #0060b0;}
.seo_step p {text-align: left;line-height: 24px;font-family: 'Montserrat', sans-serif;font-size: 14px;font-weight: 400;color: #636363;padding: 0;margin: 0 0 10px;}


.seo_step1 {border-bottom: 1px solid #e1e1e1;padding-bottom: 55px;margin-bottom: 60px;}
.seo_step1 h3 {text-align: right;font-family: 'Montserrat', sans-serif;font-size: 25px;font-weight: 700;padding: 0;padding: 50px 0 18px;color: #484848;text-transform: capitalize;}
.seo_step1 h4 {text-align: right;font-family: 'Montserrat', sans-serif;font-size: 20px;font-weight: 400;padding: 0;margin: 0 0 10px;color: #0060b0;}
.seo_step1 p {text-align: right;line-height: 24px;font-family: 'Montserrat', sans-serif;font-size: 14px;font-weight: 400;color: #636363;padding: 0;margin: 0 0 10px;}

.seo_step::after { content: ''; display: block; clear: both; }
.seo_step1::after { content: ''; display: block; clear: both; }



.modal-services-dialog{}

@media (min-width: 768px){
  .modal-services-dialog {width: 94%;top: 50%;margin-top: 0;margin-bottom: 0;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
  }
  .modal-seo-chart{width: 94%;}
  .modal-seo-dialog{width: 94%;}
}

@media (min-width: 1001px){
  .modal-services-dialog {width: 74%;}
  .modal-seo-chart{width: 74%;}
  .modal-seo-dialog{width: 74%;}
  .logo img { margin-left: 28px; }
}

@media (max-width: 1020px){
.modal-services-dialog .subcategory-item-content{width: 100%;}



.seo_step img, .seo_step1 img{max-width: 100%;height: auto;margin: 0 auto !important;display: block;float: none !important;}

.seo_process {margin: 0;}
html .modal-content .seo_step *, html .modal-content .seo_step1 *{text-align: center;}
.seo_step, .seo_step1{ padding-bottom: 25px;margin-bottom: 25px;}
.seo_image_area{width: 100%; float: left;}
}
@media (max-width: 767px){
.modal-services-dialog .subcategory-item-content{padding:0;}


html .modal-content .seo_process h2{font-size: 16px; line-height: inherit;}

}



.seo_chart table { background: #f7f7f7; border:1px solid #cbcbcb; }
.seo_chart td { padding:10px; background: #f7f7f7; border:1px solid #cbcbcb;text-align: center; }
.seo_chart td:first-child {
    background: #e0f1ff;
    border-bottom: 1px solid #a3d4fd;
    text-align: left
}
.seo_chart th.starter {
    width: 150px;
    background: #1e1c23;
    padding:10px;
    border-left:1px solid #1e1c23;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.seo_chart th.advanced {
    width: 150px;
    background: #147f21;
    padding:10px;
    border-left:1px solid #147f21;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.seo_chart th.aggresive {
    width: 150px;
    background: #b92c4e;
    padding:10px;
    border-left:1px solid #b92c4e;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.yesicon { background: url(../images/yesicon.png) no-repeat 50% 50% !important; font-size: 0;}
.yesicon2 { background: url(../images/yesicon.png) no-repeat 50% 80% !important; font-size: 0;}
.seo_heading { background: #995277 !important; color: #fff;}
.seo_chart span.price {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.seo_text_bottom { padding-top:50px; }
.seo_text_bottom2 { padding-top:30px; }
.disclaimer { text-align: left;
    font-family: 'Montserrat', sans-serif;
    color: #333;


    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px;
    background: #fdfdfd;
    border: 1px solid #ccc;
    margin: 20px 0;
  }
.disclaimer span { text-align: left; font-family: 'Raleway', sans-serif; font-size: 12px; font-weight: 400; }
/*SEO Packages modal css ends here*/

/* ----------12-10-18--------------- */
@media screen and (max-width: 1199px) {
  .o-about-area--bg{
    padding: 40px 0 50px;
  }
  .o-seo-packages-area{
    height: auto;
    padding: 60px 0;
  }
  .o-contact-area{
    height: auto;
    padding: 60px 0 0;
  }
  .o-contact-area.contact {
      padding-top: 0px;
  }
  .contact_info{
    padding-left: 0;
  }
  .o-contact-box{
    width: 56.33333333%;
    margin: 50px 15px 0 0;
  }
  .c-packagesbox1, .c-packagesbox2, .c-packagesbox3, .c-packagesbox4{
    margin-bottom: 15px;
  }
  .owl-prev {
    left: -20px;
  }
  .owl-next {
    right: -20px;
  }
  .u-service-textarea { font-size: 13px; line-height: 24px; }
.analytics-interective-imgareawhite { width: 480px; left: 0;}
.analytics-interective-imgarea { width: 480px;}
.o-formanalyticssky-section .whitebgvideo { width: 49.5%;}
.heatmap-interective-imgarea {
    width: 520px;
    height: 370px;
    position: absolute;
    left: initial;
    top: 50%;
    right: 0;}
    .analytics-interective-imgarea { width: 520px;}
    .formanalyticsskycontent_data {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 24px;}

}
@media screen and (max-width: 991px) {
  .o-testimonial-area .row { padding: 0; margin: 0 }
  .o-digital-row{
    padding: 0;
    height: auto;
  }
  .single_fun_facts{
    min-height: 200px;
  }
  .o-contact-box {
    width: 56.33333333%;
    float: left;
    padding: 20px;
    margin-top:40px;
    height: 500px;
  }
  /* .owl-buttons{
    display: none;
  } */
  .u-playbtn {
    position: absolute;
    top: 60px;
    right: -10px;
    width: 70px;
  }
  .service_area{
    height: auto;
    margin-bottom: 0;
  }
  .o-contact-leftarea-heading h2{
    font-size: 34px;
  }
  .o-contact-area{
    padding: 0;
  }
  .single_testimonial {
    padding: 100px 30px 0;
  }
  .u-single_service { padding: 0px 12px 30px;}
  .owl-prev { left: 0;}
  .owl-next { right: 0;}

  .o-testimonial-area .single_testimonial::before { left: 40px; }
  .o-testimonial-area .owl-prev {left: 0px;}
  .o-testimonial-area .owl-next { right: 0px; }
  .notopbottompadd { padding: 0; }
  .dashboard-context { padding: 74px 0 0;}
  .dashboard-banner { height: 300px;}
  .visitorrecording-banner { height: 350px;}
  .conversionfunnel-banner { height: 400px;}
  .o-heatmap-banner { height: 285px;}
  .o-analytics-banner { height: 330px;}

  .heatmap-interective-imgarea { left: 0; right: 0; position: relative; height: auto;}
  .o-segmentation-section h2 { font-size: 30px;}
  .o-segmentation-section h3 {font-size: 16px;line-height: 24px;}
    .o-segmentation-section p { font-size: 14px;line-height: 20px;}
.heatmapcontent_data { width: auto; margin-right: 50px;}

.analytics-interective-imgareawhite { width: 400px;
    position: relative;
    transform: translateY(-0%);
    top: 0;
    height: auto;
    padding: 20px 0;}
.analytics-interective-imgarea {
    width: 400px;
    position: relative;
    transform: translateY(-0%);
    top: 0;
    height: auto;
    padding: 20px 0;
}
.o-formanalyticssky-section .whitebgvideo { width: 100%;}
.formanalyticsskycontent_data {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, -0%);
    height: auto;
    margin: 0 40px;
}
.heatmap-context { padding: 90px 0 0;}
.o-watchmovies-section .company_gallery.visitor_recording {top: 0; transform: translateY(-0%); height: auto;}
.o-watchmovies-section2 .company_gallery2.visitor_recording {top: 0; transform: translateY(-0%); height: auto;}
.visitor_recording .company_gallerypaddingtop { width: 100%; margin-top: 0px; height: auto;}





}


@media screen and (max-width: 799px) {
  .cbp-af-header .menu .col-sm-3{
    display: none;
  }
  .cbp-af-header .menu .col-sm-9{
    width: 100%;
  }
  .menu-button{
    background-color: transparent;
  }
  .menu-button img{
    width: 166px;
  }
  .menu-button .touch-button .navicon{
    color: #fff;
  }
  .menu_area {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
  }
  .u-service-textarea{
    padding: 0 20px 20px;
    height: auto;
  }
  .o-footer-area .social_profile {
    text-align: center;
  }
  .o-footer-area .copyright p{
    text-align: center;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  h2.u-title { font-size: 28px; }

  .company_gallery {
      text-align: center;
      margin: 0 5px;
      width: auto;
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0%, 0%);
  }
  .u-dashboard-content  {
      text-align: center;
      margin: 10px 5px;
      width: auto;
      position: relative;
      top: 0;
      left: 0;
      transform: translate(0%, 0%);
  }
  .o-about-area--bg { padding: 70px 0; }
  .company_gallery img { max-width: 400px;}

  .fun_facts_area { padding-top:0px; }
  .o-digital-row { height: auto; padding-bottom: 50px; padding-top:60px; }
  .client { padding: 70px 0 55px !important;}
  .clnt-contnt { padding: 0 !important;}
  .client_area ul li { border-right:0 !important; }
  .u-service-box { width: 100% !important; margin: 0 auto; }
  .o-seo-packages-area { height: auto;}
  .u-service-imgarea { height: 170px; }
  .u-service-imgarea img { height: 160px;}
  .u-service-box h2 { font-size: 20px; }
  .o-seo-packages-area { padding:60px 0 20px; }



  .u-service-textarea { height: auto; padding: 0 20px 30px; }
  .u-service-headingarea { height: 60px; }
  .service {  padding-top: 40px;}
  .service_area { margin: 30px 0 0; }

  .o-seo-process-area { padding:25px 0 30px; height: auto; }
  .c-packagesbox1, .c-packagesbox2, .c-packagesbox3, .c-packagesbox4 { margin: 0 auto 40px; }
  .c-seo-process-text h2 { font-size: 28px !important; line-height: 40px; display: block;}
  .single_fun_facts { margin-top: 0 !important;}
  .o-testimonial-area .row { padding: 0; }
  .o-testimonial-area { height: auto; }
  .o-testimonial-area .testimonail_main { padding: 70px 0; }
  .o-contact-leftarea-heading h2 { font-size: 32px; line-height: 34px; margin-bottom: 0;}
  .contact_info { padding-left: 0; width: 100%; }
  .o-contact-area { height: auto; }
  .o-contact-area .contact_info { margin-top: 0; margin-bottom: 26px; }
  .o-contact-area.contact {  padding-top: 70px;}

.o-contact-box {
    width: auto;
    height: auto;
    padding: 48px 20px 30px 20px;
    margin: 0 15px !important;
    float: none;
    clear: both;
  }
  .o-contact-box h3 { font-size: 23px; }
  .u-guaranteed-text { line-height: 18px !important; }
  .o-contact-box input { margin-bottom: 12px; }
  .o-contact-box textarea { margin-bottom: 20px; }
  .o-footer-area .copyright p { text-align: center; padding-bottom: 20px }
  .o-footer-area .social_profile  { text-align: center; }
  .o-footer-area .social_profile a i { margin:0 8px; }
  .owl-prev { left: 5px; width: 15px; background-size: 100% !important;}
  .owl-next { right: 5px; width: 15px; background-size: 100% !important;}
  .o-dashboard-realtime-mapBG { padding:70px 0; }
  .u-dashboardheight {
    height: auto;
  }
  .dashboard-banner { height: auto;  padding-bottom: 30px;}
  .visitorrecording-banner { height: auto; padding-bottom: 20px;}
  .conversionfunnel-banner { height: auto; padding-bottom: 30px;}
  .o-heatmap-banner { height: auto; padding-bottom: 30px;}
  .o-polls-banner { height: auto; padding-bottom: 30px;}

  .heatmap-context { padding: 50px 0 0;}
  .o-heatmap-banner .dashboard-img { padding: 30px 0 0; }

  .heatmap-interective-imgarea { left: 0;
    right: 0;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    transform: translateY(-00%);
    }
.heatmapcontent_data {
    width: auto;
    position: relative;
    margin-left: 0;
    text-align: left;
    margin-right: 0px;
    top: 0;
    transform: translate(0%, -0%);
}
.o-segmentation-section h2 { font-size: 26px;}
.o-segmentation-section h3 { text-align: left; font-size: 16px; line-height: 26px;}
.o-segmentation-section p {  font-size: 14px;}
.heatmapwatchmovies .whitebgvideo{ padding-bottom: 0 !important }
.heatmapcontent_data h2 { font-size: 26px !important; line-height: 40px !important; }
.analytics-interective-imgarea {
    width: auto;
    padding: 20px;
}
.formanalyticsskycontent_data { margin: 0; }
.analytics-interective-imgareawhite { margin: 0 20px; width: auto; }
.o-formanalyticssky-section .heatmapcontent_data { margin: 0 28px;}
.pollsbanner-context { max-width: 100%; padding: 44px 0 0;}
.pollsbanner-img { padding: 40px 0 0;}
.o-pollsfeedback-section h3 { font-size: 26px; line-height: 38px;}
.o-pollsfeedback-section { padding-top: 60px;}
.o-analytics-banner { height:auto; }
.dashboard-img { padding: 30px 0 20px;}
.o-service-wrapper p { padding: 0 20px 20px;}
.chath3text h3 { font-size: 16px;}
.chat_recording { padding: 30px 30px 0 !important }
.chath3text h2 { font-size: 26px !important; line-height: 40px !important;}
.analytics-interective-imgareawhite img { padding: 0 10px;}



}

@media screen and (max-width: 500px) {
  .c-seo-process-text h2 { font-size: 22px !important ; line-height: 40px; display: block;}
  .u-playbtn {
    top: 10px;}

}

