/*
Theme Name: Pak Work
Theme URI: https://www.pakwork.net
Author: The Pak Work Team
Author URI: https://www.pakwork.net
Description: Pak Work is known as one of the best website development and marketing company. Pak Work has well experienced and skill full team, which always try to give beyond expectations. Pak Work approach to work always considers cost efficiency, reliability and superiority in quality. 
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: seo company, seo uk, seo company uk, top seo company, seo agency, top seo company uk, seo agency uk, local seo, local seo uk, web design and development company, professional web design company, website design company uk, website design company, web design company uk, web development company, uk web hosting, theme design, theme design uk, content writing services, seo london, seo manchester, seo birmingham, seo services uk, seo services, what is seo, seo service, seo companies, local seo services, seo link building, best seo company, search engine optimisation company, best seo companies, local business listing, local business listing service, local directory submission service, social media marketing, social media campaigns, website designers, web page design.
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
/*  font-family: 'Raleway', sans-serif;   */

@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
/* font-family: 'Lato', sans-serif; */


*{
	margin:0;
	padding:0;
}
img{
	max-width:100% !important;
	display:block;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.full{
	width:100%;
}
.container{
	max-width:1200px;
	width:95%;
	margin:auto;
}
a{
	font-family: "Raleway",sans-serif;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover{
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
:hover{
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
h1 {
  color: #252525;
  font-family: "Raleway",sans-serif;
  font-size: 40px;
  font-weight: normal;
  
}
h2 {
  color: #252525;
  font-family: "Raleway",sans-serif;
  font-size: 32px;
  font-weight: normal;
}
h3{
	color: #252525;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: normal;
}
p {
  color: #848484;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
  font-size:16px;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.entry-footer{
	display:none;
}
.entry-header {
	display: none;
}
.my-about h1{
	text-align:center;
}

/*     ---        Header Top    ---    */
.head-ful {

  width: 100%;
  z-index: 9999999;
 
}
.main-head-full {
  background: rgba(0, 0, 0, 0) url("https://www.pakwork.net//wp-content/uploads/2020/11/slider.jpg") no-repeat fixed center center / 100% auto;
  height: 650px;
  max-width: 1600px;
  padding: 10px 0 15px;
  width: 100%;
}
.head-top{
	background-color:#252a2b;
	border-bottom:1px solid #323637;
	border-top:1px solid #323637;
}
.link li{
	list-style:none;
	float:left;
}
.link li a:first-child{
	border-left:1px solid #323637;
}
.link li a{
	text-decoration:none;
	display:block;
	width:35px;
	height:43px;
	border-right:1px solid #323637;
	box-sizing:border-box;
}
.twi{
    background-image:url(images/twi.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.twi:hover{
	background-image:url(images/twi-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fb{
    background-image:url(images/fb.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fb:hover{
	background-image:url(images/fb-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.yt{
    background-image:url(images/yt.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.yt:hover{
	background-image:url(images/yt-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in{
    background-image:url(images/in.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.in:hover{
	background-image:url(images/in-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pin{
    background-image:url(images/pin.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pin:hover{
	background-image:url(images/pin-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gplus{
    background-image:url(images/gplus.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gplus:hover{
	background-image:url(images/gplus-hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.top-phone {
  background-color: #4dc7ec;
  background-image: url("images/tp-phn.png");
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 43px;
  padding: 0 20px 0 70px;
  box-sizing: border-box;
}
.top-mail {
  background-color: #4dc7ec;
  background-image: url("images/tp-mail.png");
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: block;
  height: 43px;
  padding: 0 20px 0 70px;
  box-sizing: border-box;
}
.top-phone p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}
.top-mail p {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
}

/*     ---   Header Menu    ---    */

.head-nav{
	background-color:#252a2b;
}
.logo {
  margin-top: 10px;
  padding: 15px 0;
}
.logo img{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition:  all 0.5s ease-in-out 0s;
  -o-transition:  all 0.5s ease-in-out 0s;
}
.logo img:hover{
   transform: scale(1.1);
}
.menu {
	position:relative;
}
.menu li{
	list-style:none;
	float:left;
	position:relative;
}
.menu li a{
	text-decoration:none;
	display:block;
	color: #a0a0a0;
    font-size: 16px;
	padding:25px 15px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu li a:hover{
	color:#76cf00;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.res-hov:hover ul {
	display:block !important;
}
.sub-menu {
  display: none;
  left: 2px;
  margin: auto;
  position: absolute;
  z-index: 9999;
  float:left;
}
.sub-menu li{
	padding:0px !important;
	
}
.sub-menu li a {
  background-color: #252a2b;
  color: #a0a0a0 !important;
  cursor: pointer !important;
  padding: 10px 20px;
  width: 230px !important;
}
.sub-menu li a:hover {
  background-color: #4dc7ec;
  color: #000 !important;
}
.menu > li:hover > .sub-menu{
	display:block !important;
}

/*       Slider         */
.slider img{
	margin:auto;
}

/*       About Us         */

.about {
  background-color: #fff;
  margin-top: -85px;
}
.about h1 {
  color: #252525;
  margin-bottom: 20px;
  text-align: center;
}
.about > p {
  text-align: center;
}
.about-left{
	width: 56%;
}
.about-right{
	width: 40%;
}
.about-left h3 {
  margin-bottom: 20px;
}

/*      Process   */

.text1{
	color:#c8ec14;
}
.text2{
	color:#f5bf1f;
}
.text3{
	color:#ae0603;
}
.text4{
	color:#1c4d92;
}
.text5 {
  color: #57a720;
}
.text6 {
  color: #4dc7ec;
}

/* Services */

.padding-top-20{
	padding-top: 20px;
}
.service_detail > a{
	margin-bottom: 7px;
	color: #252525;
	text-decoration:none;
    font-family: "Raleway",sans-serif;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    width: 100%;
}
.service_detail > a:hover{
	color:#37b3d9;
}

.service_detail > p{
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.services_icon{
	width: 100%;
	position: relative;
	border-radius: 200px;
	width: 64px;
	height: 64px;
	color: #37b3d9;
}
.services_icon:hover{
	color: #fff;
	background-color: #37b3d9;
}
.services_icon > i{
	position: absolute;
	line-height: 64px;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}
.services_icon:before{
	content: '';
	position: absolute;
	left: -4px;
	right: -4px;
	top: -4px;
	bottom: -4px;
	margin: auto;
	border: 2px solid #37b3d9;
	border-radius: 200px;
}
.services_icon:after{
	content: '';
	position: absolute;
	border: 3px solid #f0f0f0;
	border-radius: 50px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #37b3d9;
}
.row.services {
  margin-top: 25px;
}
.ser-img{
	margin:auto;
}
.service-in h1{
	color: #252525;
    margin-bottom: 20px;
    text-align: center;
}
.service-in > p{
    text-align: center;
}

/* Wesite Tables */
.icon {
  box-sizing: border-box;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
.web-badge {
  left: -10px;
  position: absolute;
  top: -10px;
  width: 110px;
}
.web-package li {
  color: #000;
  font-size: 16px;
  list-style: outside none none;
  margin-bottom: 5px;
}
.price {
  
  display: block;
  font-size: 30px;
}
.bronze .price {
  color: #af9938;
}
.web-main h1{
	color:#fff;
}
.web-price {
  background: rgba(0, 0, 0, 0) url("https://www.pakwork.net//wp-content/uploads/2020/11/web-back.jpg") no-repeat fixed center center / cover ;
  padding: 40px 0 100px !important;
  width: 100%;
}
.gold {
  background-color: #fff;
  color: #eee;
  display: block;
  margin-top: 35px;
  padding: 70px 0 !important;
}
.bronze, .silver{
    background-color: #fff;
  color: #eee;
  margin-top: 70px;
}
.web-package > h3 {
  color: #76cf00;
}
.gold .price {
  color: #e5cc4a;
}
.silver .price {
  color: #cccdcc;
}
.gold {
    background-color: #fff;
  color: #eee;
  margin-top: 20px;
}
.web-package {
  padding-top: 24px;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
    border-radius: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.order-package {
  border: 1px solid #4dc7ec;
  border-radius: 25px;
  box-sizing: border-box;
  color: #4dc7ec;
  display: block;
  font-size: 20px;
  margin: 20px auto 10px;
  padding: 5px 10px;
  width: 230px;
}
.order-package:hover {
	background-color:#4dc7ec;
	color:#000;
	text-decoration:none;
}
.web-outer{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition:  all 0.5s ease-in-out 0s;
  -o-transition:  all 0.5s ease-in-out 0s;
}
.web-outer:hover{
   transform: scale(1.08);
   
}

/* Pricing Tables */
.pricing-table-outer{
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition:  all 0.5s ease-in-out 0s;
  -o-transition:  all 0.5s ease-in-out 0s;
}
.pricing-table-outer:hover{
	transform: scale(1.08);
}
.seo-work-main-outer{
	background: rgba(0, 0, 0, 0) url("https://www.pakwork.net//wp-content/uploads/2020/11/seo-back.jpg") no-repeat fixed center center / cover ;
  padding: 40px 0 100px !important;
  width: 100%;
}
.pricing-table {
  background-color: #fff;
}
.pricing > h1{
	color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.pricing > p{
    text-align: center;
}

.pricing-table{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table:hover{
	border: 1px solid #37b3d9;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table-me{
	border: 1px solid #37b3d9 !important;
	margin-bottom: 0 !important;
}

.pricing-table:hover .pricing-table-package-name{
	color: #fff;
	background: #37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table:hover .pricing-table-price{
	color: #fff;
	background: #37b3d9;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table-package-name {
  background: #f0f0f0 none repeat scroll 0 0;
  border-radius: 200px;
  color: #222222;
  font-family: "Raleway",sans-serif;
  font-weight: 500;
  height: 113px;
  line-height: 113px;
  margin: -57px auto auto;
  position: relative;
  text-align: center;
  width: 113px;
  z-index: 99;
  margin-bottom: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table:hover .pricing-table-package-name:after{
	content: '';
	height: 127px;
	width: 127px;
	border: 2px solid #37b3d9;
	position: absolute;
	left: -7px;
	top: -7px;
	border-radius: 100px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table-row{
	padding: 13px 0;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	color: #252525;
	font-weight: 300;
}
.pricing-table-price{
	padding:13px 0;
	color: #222222;
	font-weight: bold;
	font-size: 36px;
	background: #eeeeee;
	text-align:center;
}
.pricing-table-price label{
	font-size:20px;
}
.pricing-table-buy-now a{
	display: none;
	padding: 13px 0;
	color: #37b3d9;
	font-weight: bold;
	font-size: 24px;
	font-family: "Raleway",sans-serif;
	text-align:center;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pricing-table:hover a{
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pricing-table-top-image > img {
  margin: auto;
}
/*        Recent Work           */


.recent > h1{
	color: #252525;
    margin-bottom: 20px;
    text-align: center;
}
.recent > p{
    text-align: center;
}

.recent1 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #37b3d9;
  border-radius: 50px;
  color: #37b3d9;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  margin: 0 4px 10px;
  padding: 6px 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent1:hover {
	background-color: #37b3d9;
  border: 1px solid #37b3d9;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.portfolio_img {
  float: left;
  list-style: outside none none;
  margin: 15px 0;
}
.port-img{
	margin:15px 0;
}
.recent1_active {
  background-color: #37b3d9;
  border: 1px solid #37b3d9;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  margin: 0 4px 10px;
  padding: 6px 20px;
}
#skills-section > img {
  display: block;
  margin: auto !important;
  text-align: center !important;
}
.recent-ul{
	text-align:center;
}
.home-service-in {
  background-color: #000;
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background-image:url(images/search.png);
  background-position:center center;
  background-repeat:no-repeat;

}

.home-service-in h3 {
  bottom: 0;
  color: #fff;
  font-size: 24px;
  left: 0;
  padding-bottom: 15px;
  position: absolute;
  right: 0;
  text-align: center;
}
.home-service-img{
	
}
.home-service-img > a {
  display: block;
  position: relative;
  padding:15px;
	box-sizing:border-box;

}
.home-service-img > a:hover > .home-service-in{
	display:block;

}
/*      Social Bottom     */

.social-main-outer{
  background: rgba(0, 0, 0, 0) url("images/socialm.jpg") no-repeat fixed center center / cover ;
  padding: 60px 0 !important;
  width: 100%;

}
.social-b > h1 {
  color: #fff;
}
.social-b > p {
  font-size: 20px;
}
.top_header_social {
  display: inline-block;
  margin: auto;
  text-align: center;
}



/*   Footer    */
.footer-main-outer {
  background-color: #1d292b;
}
.main-section-outer {
  opacity: 1;
  padding: 30px 0;
  text-align: center;
  transition-duration: 1s;
}
.footer-section {
  text-align: left;
}
.footer-section h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-section p {
  color: #919191;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: justify;
}
.footer-menu {
  margin: -6px 0 0;
  padding: 0;
  width: 100%;
}
.footer-menu li {
  
  list-style: outside none none;
  
}

.footer-menu li a {
	background-image: url("images/footer-bulit.png");
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #343f41;
  color: #919191;
  padding: 10px 0 10px 20px;
  display:block;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-menu li a:hover {
	margin-left:10px;
	-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color:#76cf00;
  text-decoration:none;
  background-image: url("images/footer-bulit.png");
  background-position: 5px center;
}
.top_header_social ul li {
  display: inline-block;
  list-style: outside none none;
}
.top_header_social ul li a {
  border-radius: 200px;
  box-sizing: border-box;
  display: block;
  height: 50px;
  margin-left: 9px;
  position: relative;
  width: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.top_header_social i {
  border: 2px solid #fff;
  border-radius: 200px;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 26px;
  left: 0;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top_header_social i:hover {
  background-color: #4dc7ec;
    border-color: #fff;
    color: #fff;
	ba
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-section h5 {
  color: #76cf00;
  font-size: 16px;
  margin: 0 0 5px;
}
.copywrite-main {
  background: #1d292b none repeat scroll 0 0;
  border-top: 1px solid #4a5455;
  padding: 20px 0;
  text-align: center;
}
.nomargin {
  margin-bottom: 0 !important;
}
.no-padding{
	padding:0 !important;
}
.copywritep{
	color:#848484;
	margin-bottom:0 !important;
}
.percent img{
	width:100%;
}
.mycolor {
  background-color: #142433;
}
.main-banner {
  display: none;
  float: left;
  width: 100%;
}
/*     Contact Page   */

.wpcf7-textarea{
	background-color: #fff;
  border: 1px solid #4dc7ec;
  color: #848484;
  font-size: 14px;
  height: 200px;
  padding-left: 15px !important;
  width:100%;
  border: 1px solid #4dc7ec;
  border-radius: 10px !important;
}
.wpcf7-submit{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #4dc7ec !important;
    border-radius: 10px !important;
    color: #4dc7ec !important;
    display: block;
    float: right !important;
    padding: 8px 0 !important;
    position: relative;
    text-align: center;
    width: 145px !important;
}
.wpcf7-submit:hover{
 background-color: #4dc7ec !important;
    color: #fff !important;
}
.half-wid{
	width:49%;
}
.clear{
	clear:both;
}
.key_feature_icon {
  border-radius: 200px;
  color: #4dc7ec;
  height: 95px;
  margin: auto auto 25px;
  position: relative;
  width: 95px;
}
.keyfeature > h2 {
  color: #252525;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
}
.key_feature_icon i {
  border-radius: 200px;
  left: 0;
  line-height: 95px;
  position: absolute;
  right: 0;
  text-align: center;
}
.keyfeature_main {
  margin-top: 45px;
}
.key_feature_icon::before {
  border: 2px solid #4dc7ec;
  border-radius: 500px;
  box-sizing: border-box;
  content: "";
  height: 109px;
  left: -7px;
  position: absolute;
  top: -7px;
  width: 109px;
}
.key_feature_icon::after {
  background: #4dc7ec none repeat scroll 0 0;
  border: 3px solid #fff;
  border-radius: 200px;
  bottom: -13px;
  content: "";
  height: 15px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 15px;
  z-index: 99;
}
.key_feature_icon:hover {
  background: #4dc7ec none repeat scroll 0 0;
  color: #fff;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.fa-3x {
  font-size: 3em;
}
.key_feature_icon i {
  border-radius: 200px;
  left: 0;
  line-height: 95px;
  position: absolute;
  right: 0;
  text-align: center;
}
.innerliclass {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 0;
  width: 100%;
}
.form-input input {
  background-color: #fff;
  border: 1px solid #4dc7ec;
  border-radius: 10px !important;
  box-sizing: border-box;
  color: #848484;
  font-size: 14px;
  height: 45px;
  padding-left: 10px;
  width: 100%;
}
.wpcf7-submit {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border: 1px solid #4dc7ec !important;
  border-radius: 10px !important;
  color: #4dc7ec !important;
  display: block;
  float: right !important;
  padding: 8px 0 !important;
  position: relative;
  text-align: center;
  width: 145px !important;
}

/*     Pricing Table      */

.leftdata {

	float: left;

	margin-top: 2%;

	width: 24%;

}

.leftdatainner {

	padding-top: 5px;

	width: 100%;

}

.leftdataheading {

	text-align: center;

}

.leftdataprice {

	padding-bottom: 8%;

}

.home .leftdataprice {

	padding-bottom: 1.5% !important;

}

.leftdataheading > h3 {

	color: #fff;

	font-size: 40px;

}

}

.leftdataprice {

	text-align: center;

	line-height: 4;

}

.leftdataprice > h3 {

	color: #fff;

	font-size: 48px;

	font-weight: bold;

	text-align: center;

	text-transform: uppercase;

}

.price-table > p {

	margin: 0;

	padding: 0;

}

.rightdata {

	float: left;

	margin-top: 3.6%;

	width: 19%;

}

.rightdata1 {

	float: left;

	margin-top: 2%;

	width: 19%;

}



.rightdatainner {

	width: 100%;

}

.rightdata1inner {

	width: 100%;

}

.rightdataheading {

	text-align: center;

}

.rightdata1heading {

	text-align: center;

}

.rightdataheading > h3 {

	background-color: #006383;

	border: 1px solid #006383;

	color: #fff;

	font-size: 14px;

	line-height: 2.4;

	padding: 6px 0;

}

.rightdata1heading > h3 {

	background-color: #75bfdf;

	border: 1px solid #75bfdf;

	color: #fff;

	font-size: 14px;

	line-height: 2.4;

	padding: 6px 0;

}

.rightdataprice {

	text-align: center;

}

.rightdata1price {

	text-align: center;

}

.rightdataprice > h3 {

	color: #fff;

}

.rightdata1price > h3 {

	color: #fff;

}

.price-table {

	background-color: #00a9e0;

	color: #fff;

	padding: 11px 0;

	position: relative;

	text-align: center;

}

.money {

	font-size: 18px;

}

.count-price {

	font-size: 48px;

}

.extra .price-table {

	background: none repeat scroll 0 0 #76cf00;

	padding-bottom: 21px;

	padding-top: 21px;

}

.rightdata.extra {

	box-shadow: 0 0 9px #939393;

	position: relative;

	top: -1px;

	border-radius: 6px;

}

.rightdata1.extra {

	box-shadow: 0 0 9px #939393;

	position: relative;

	top: -22px;

	border-radius: 6px;

}
.crosspricespan {
  color: #ffcc66;
  display: none;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  margin: -7px 0 -17px;
  position: relative;
}

.extra .rightdataheading > h3 {

	background: none repeat scroll 0 0 #417200;

	border: medium none;

	border-top-left-radius: 6px;

	border-top-right-radius: 6px;

	padding: 7px 0;


}
.rightdataheading > h3{
	margin:0;
}
.extra .rightdata1heading > h3 {

	background: none repeat scroll 0 0 #a6d411;

	border: medium none;

	border-top-left-radius: 6px;

	border-top-right-radius: 6px;

	padding: 7px 0;

}

.general_color_extra {

	border: 2px solid #6db2d0;

	border-radius: 6px;

	box-sizing: border-box;

	color: #6db2d0 !important;

	display: block;

	margin: auto;

	max-width: 142px;

	padding: 10px 0;

	text-align: center;

	width: 100%;

	font-size: 18px;

	font-weight: bold;

}

.extra .general_color_extra {

	border: 2px solid #95b80f;

	color: #95b80f !important;

	font-size: 18px;

	font-weight: bold;

	margin-bottom: 16px;

}

.button_genral {

	background: none repeat scroll 0 0 #fff;

	padding-bottom: 22px;

	width: 100%;

	padding-top: 20px;

}

.extra .button_genral {

	border-bottom-left-radius: 6px;

	border-bottom-right-radius: 6px;

}

.right-first.rightdataheading > h3 {

	border-top-left-radius: 6px;

}

.right-last.rightdata1heading > h3 {

	border-top-right-radius: 6px;

}

.right-last .button_genral {

	border-bottom-right-radius: 6px;

}

.leftdata .li-first-data {

	border-top-left-radius: 6px;

	margin-top: 7.5%;

}

.leftdata .button_genral {

	border-bottom-left-radius: 6px;

	padding-bottom: 73px;

}

.underline {

	background: none repeat scroll 0 0 #2b6a9c;

	height: 1px;

	left: 0;

	position: absolute;

	top: 3px;

	width: 100%;

}

.extra .underline {

	background: none repeat scroll 0 0 #89c711;

}

.extra {

	margin-top: 2%;

}

#testimonials {

	background-color: #2ab6e4;

	border-bottom: 10px solid #4bd7ff;

	border-top: 10px solid #4bd7ff;

}

.col-md-4.column > h4 {

	margin-top: -7%;

}

.col-md-4.column > p {

	font-size: 14px;

	text-align:justify;

}


#clients {

	background-attachment: scroll !important;

	background-clip: border-box;

	background-color: rgba(0, 0, 0, 0);

	background-origin: padding-box;

	background-position: 100% 100% !important;

	background-repeat: no-repeat;

	background-size: 100% 100%;

	height: 273px;

}

.active-flag {

	background-color: #fff;

	border-radius: 25%;

}

.active-flag-price {

	background-color: #2AB6E4;

	border-radius: 25%;

}

.leftdata span {

	box-sizing: border-box;

	padding-left: 10px;

	text-align: left;

}

.leftdata ul {

	margin: 0;

	padding: 0;

}

.leftdata ul li {

	list-style: none;

	margin: 0;

	padding: 0 0 6.9px 10px;

	color: #4b4b4b;

	font-size: 12px;

	font-family: arial;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

}

.liimageclass {

	list-style: none;

	padding: 62px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

}

.liseosecimg {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	list-style: outside none none;

	margin: 0 !important;

	padding: 21px 0;

	text-align: center;

	width: 100%;

}

.liimageclass2 {

	list-style: none;

	padding: 37px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

}

.liseothirdimg {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	font-size: 18px;

	font-weight: bold;

	list-style: outside none none;

	margin: 0 !important;

	padding: 13px 0;

	text-align: center;

	width: 100%;

}

.liimageclass3 {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	color: #df0000;

	font-family: arial;

	font-size: 14px;

	list-style: outside none none;

	margin: 0 !important;

	padding: 2px 0;

	text-align: center;

	width: 100%;

}

.liimageclass4 {

	list-style: none;

	padding: 3px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass5 {

	list-style: none;

	padding: 2px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass7 {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	color: #df0000;

	font-family: arial;

	font-size: 14px;

	list-style: outside none none;

	margin: 0 !important;

	padding: 1px 0;

	text-align: center;

	width: 100%;

}

.liimageclass8 {

	list-style: none;

	padding: 12px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass9 {

	list-style: none;

	padding: 1px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass10 {

	list-style: none;

	padding: 2px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass11 {

	list-style: none;

	padding: 12px 0;

	text-align: center;

	width: 100%;

	box-sizing: border-box;

	border-right: 1px solid #ededed;

	margin: 0 !important;

	font-family: arial;

	color: #df0000;

	font-size: 14px;

}

.liimageclass12 {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	color: #df0000;

	font-family: arial;

	font-size: 14px;

	list-style: outside none none;

	margin: 0 !important;

	padding: 37px 0;

	text-align: center;

	width: 100%;

}

.liimageclass13 {

	box-sizing: border-box;

	font-size: 13px !important;

	font-weight: bold;

	padding-right: 10px !important;

	padding-top: 20px !important;

	text-align: right;

}

.liimageclass14 {

	border-right: 1px solid #ededed;

	box-sizing: border-box;

	color: #df0000;

	font-family: arial;

	font-size: 18px;

	list-style: outside none none;

	margin: 0 !important;

	padding: 10px 0;

	text-align: center;

	width: 100%;

}

.dividerclass {

	width: 100%;

	margin: 0;

	padding: 0;

	display: block;

	height: 1px;

	background: #ededed;

}

.right-first ul, .rightdatainner ul, .rightdatainner ul {

	margin: 0;

	padding: 0;

}

.right-first ul, .rightdata1inner ul, .rightdata1inner ul {

	margin: 0;

	padding: 0;

}



.optimizedclass {

	padding: 10px 5px 5px 10px !important;

}

.buttonfirst {

	background-color: #fff;

	height: 113px;

	margin-top: 1px;

}

.buttonfirst lable {

	background-color: #fff;

}

.buttonsecond lable {

	background-color: inherit;

}

.leftdata .button_genral .general_color_extra {

	display: none;

}

.general_bg_r {

	border: 2px solid #2ab6e4;

	border-radius: 50%;

	height: 55px;

	padding: 7px 6.5px;

	width: 9%;

	max-width: 51px;

}

@media only screen and (min-width:120px) and (max-width:700px){

.menu {
  display: none;
  position: relative;
}
.link {
  display: none;
}
.top-phone {
  width: 100%;
  float:left;
}
.top-right {
  width: 100%;
}
.top-mail {
  margin-top: 5px;
  width: 100%;
  float:left;
}
.main-head-full {
  width: 100%;
}
.main-head-full {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: none;
  height: auto;
}
.about h1 {
  font-size: 30px;
}

.m2mee{
	display:block;
	margin-top:30px;
}
.home-process {
  display:none;
}
.my-left{
	float:left;
}
.service_detail {
  text-align: left;
}
.web-main h1 {
  color: #fff;
  font-size: 30px;
}
.pricing-table-top-image > img {
  width: 100%;
}
.pricing-table-outer {
  margin-bottom: 50px;
}
.recent > h1 {
  font-size: 30px;
}
.social-b > h1 {
  color: #fff;
  font-size: 30px;
}
.footer-section {
  margin-bottom: 30px;
  text-align: left;
}
.container {
  width: 91%;
}
.top-phone {
  height: 30px;
}
.top-phone p {
  color: #fff;
  font-size: 14px;
  margin-top:0px;
  padding-top:0px;
}
.logo {
  margin-top: 10px;
  padding: 10px 0;
}
.top-mail{
	height:30px;
}
.top-mail p {
  color: #fff;
  font-size: 16px;
  padding-top: 2px;
}
.head-ful {
  position: relative;
  width: 100%;
  z-index:0;
}
.main-banner{
	display:block;
}
.about-main{
	float:left;
}
.about {
  background-color: #fff;
  margin-top: 0;
}
.half-wid{
	width:98%;
}

.innerliclass.lieachclass {

		height: 45px;

	}

	.leftdataprice {

		padding-bottom: 6%;

	}

	.leftdatainner {

		padding-top: 12px;

		width: 100%;

	}

	.leftdataprice > h3 {

		color: #fff;

		font-size: 15px;

		font-weight: bold;

		text-align: center;

		text-transform: uppercase;

	}

	.rightdataheading > h3 {

		background-color: #75bfdf;

		border: 1px solid #75bfdf;

		color: #fff;

		font-size: 9px;

		line-height: 2.4;

		padding: 5px 0;

	}

	.rightdata1heading > h3 {

		background-color: #75bfdf;

		border: 1px solid #75bfdf;

		color: #fff;

		font-size: 9px;

		line-height: 2.4;

		padding: 5px 0;

	}

	.money {

		font-size: 12px;

	}

	.count-price {

		font-size: 21px;

	}

	.price-table > p {

		font-size: 9px;

	}

	.leftdataheading > h3 {

		color: #fff;

		font-size: 11px;

		padding-top: 50%;

	}

	.leftdata span {

		box-sizing: border-box;

		padding-left: 2px;

		text-align: left;

	}

	.innerliclass {

		border-bottom: 1px solid #fff;

		display: block;

		font-size: 9px;

		font-weight: bold;

		padding: 10px 0;

		width: 100%;

	}

	.leftdata .button_genral {

		padding-bottom: 44px;

	}

	.extra .general_color_extra {

		font-size: 10px;

		margin-bottom: 5px;

	}

	.button_genral {

		padding-bottom: 15px;

		padding-top: 12px;

	}

	.general_color_extra {

		font-size: 10px;

		padding: 5px 0;

		max-width: 50px;

	}

	.rightdata.extra {

		top: -15px;

	}

	.rightdata1.extra {

		top: -15px;

	}

	.extra .price-table {

		padding-bottom: 14px;

	}

	.general_bg_r {

		width: 18%;

	}

	.li-first-data.liheadclass {

		line-height: 2.3;

		margin-top: 39%;

	}

	.leftdata ul li {

		font-size: 10px;

		padding: 0 0 3px 1px;

	}

	.liimageclass {

		padding: 93.5px 0;

	}

	.liimageclass2 {

		padding: 53.5px 0;

	}

	.liseosecimg {

		padding: 35.5px 0;

	}

	.liseothirdimg {

		padding: 24px 0;

	}

	.liheader2.liheadclass > span {

		padding-bottom: 10px;

	}

	.liimageclass3 {

		padding: 6.5px 0;

	}

	.liimageclass4 {

		padding: 6px 0;

	}

	.liimageclass5 {

		margin-bottom: -1.9px !important;

		padding: 0;

	}

	.liimageclass7 {

		padding: 5.5px 0;

	}

	.liimageclass8 {

		padding: 22px 0;

	}

	.liimageclass9 {

		padding: 6px 0;

	}

	.liimageclass10 {

		padding: 6px 0;

	}

	.liimageclass11 {

		padding: 22px 0;

	}

	.liimageclass12 {

		padding: 60.5px 0;

	}

	.liimageclass14 {

		padding: 7px 0;

	}

	h2 {

		font-size: 24px;

	}

	.payment_class {

		width: 100%;

		height: 30px;

	}

	.payment_class lable {

		font-size: 14px;

	}

	.payment_class input[type="text"] {

		float: left;

		height: 22px;

		margin-top: -1%;

		width: 37%;

	}

	.btn_payment {

		float: right;

		margin-bottom: 3%;

		width: 28%;

		margin-top: -1%;

	}

	.payment-main-left-image {

		float: left;

		width: 100% !important;

	}

	.payment-main-left-form {

		width: 100% !important;

		height: 226px;

		padding: 10% 0 !important;

	}

	.payment_class input[type="text"] {

		width: 100% !important;

	}

	.currency_images {

		padding-top: 3%;

	}

	.btn_payment {

		float: none !important;

		height: 36px !important;

		margin: 0 !important;

		text-align: center;

		width: 42% !important;

	}

	.payment-main-left {

		float: left;

		padding-bottom: 7px;

		width: 100%;

		clear: both;

		margin-bottom: 12%;

	}

	.payment-main-left-form > h2 {

		font-size: 20px !important;

	}

.rightdata {
  margin-top: 23px;
}
.price-table > p {
  font-size: 10px;
}
.leftdata ul li {
  font-size: 9px;
  padding: 0 0 3px 1px;
}
.money {
  display: block;
  float: left;
  margin-top: 30px;
}
.count-price {
  font-size: 21px;
  display: block;
  float: left;
  margin-top: 30px;
}

}
@media only screen and (min-width:701px) and (max-width:1100px){
	.m2mee{
	display:block;
	margin-top:30px;
}
.home-process {
  display:none;
}
.menu li a {
  padding: 40px 8px;
}
.main-head-full {
  background: rgba(0, 0, 0, 0) url("images/slider.jpg") no-repeat fixed 0 22% / 100% auto;
  height: 585px;
  max-width: 1600px;
  padding: 10px 0 15px;
  width: 100%;
}
.sub-menu li a {
  padding: 10px 20px !important;
}
}