@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Raleway:300,400,500,600,700,800,900|Roboto+Slab:300,400,700');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    width: 100%;
    color: #515151;
}
.img{
    max-width: 100%;
}
.img-full img{
    width: 100%;
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    color: #24bddf;
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #434343;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}
h1 {
    font-size: 36px;
    font-weight: 500;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
    text-indent: 13px;
}
*::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #24bddf none repeat scroll 0 0;
    color: #ffffff;
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
blockquote {
	background: #303030;
	padding: 60px 130px;
	padding-left: 160px;
	color: #a8a8a8;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
	position: relative;
	padding-top: 90px;
	margin-bottom: 25px;
}
blockquote::before {
	content: "";
	background-image: url(img/icon/blockquote-quote.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 12%;
	top: 27%;
}

/*************************
    Section title
***********************/
.section-title > h2 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	position: relative;
}
.section-title > h2:before,
.section-title.section-title-left > h2:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 80px;
	height: 2px;
	background: #dfdfdf;
	display: inline-block;
}
.section-title.section-title-left > h2:before {
	left: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.section-title > p {
	color: #515151;
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 400;
}
/*************************
         button
*************************/
.default-btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	cursor: pointer;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.default-btn:hover{
    background: #24bddf;
    color: #fff;
}
/*************************
       social-icon
*************************/

/*************************
        scroll to top
*************************/
#scrollUp {
	background: #333;
	width: 40px;
	height: 40px;
	line-height: 40px;
	bottom: 25px;
	right: 25px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollUp:hover{
    background: #24bddf;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-80 { margin-bottom: 85px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
 /*************************************
    Background variation set 
 **************************************/
/*colored background*/
 .white-bg { background: #fff !important; }
 .gray-bg { background: #f5f6f7 !important; }
 .gray-bg2 { background: #f2f2f2 !important; }
 .gray-bg3 { background: #f8f8f8 !important; }
 .black-bg { background: #313131 !important; }
 .default-bg { background: #50C1F0 !important; }
 .transparent-bg { background: transparent !important; }

/*Opacity background*/
/*-------------------
Common Style CSS
-------------------*/
.navbar-toggle{border: 1px solid #000;}
.navbar-toggle .icon-bar{background:#f66;}
.wrapper-box {
	padding: 50px;
}
.tab-content {
    width: 100%;
}
.tab-content > .tab-pane {
    display: block;
    height: 0;
    visibility: hidden;
}
.tab-content > .active {
	height: auto;
	visibility: visible;
}
.paragraph-01{font-size:16px;}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
/*header menu sticky*/
.header-sticky{
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header-sticky.is-sticky {
	background: rgba(255,255,255,.85);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header-sticky.is-sticky .header-menu-area nav >  ul > li > a {
	padding: 20px 0;
}
.header-sticky.is-sticky .shoppingcart-search-item > ul > li > a {
	padding: 20px 0;
}
.header-sticky.is-sticky .item-total{
    top: 10px;
}
/*----------------------------------------*/
/*  2.1 Header Top CSS
/*----------------------------------------*/
.header-top-area {
	border-bottom: 1px solid #ebebeb;
	line-height: 1;
	font-family: 'Montserrat',sans-serif;
}
.contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.header-top-phone {
	font-size: 13px;
	padding: 15px;
	display: block;
	line-height: 15px;
	border-left: 1px solid #ebebeb;
	font-weight: 400;
	text-transform: capitalize;
	font-style: italic;
	color: #afafaf;
}
.header-top-phone > p {
	margin: 0;
}
.header-top-phone > p > span {
	color: #434343;
}
.header-top-menu > ul > li {
	display: inline-block;
	list-style: none;
}
.header-top-menu > ul > li:first-child {
	border-left: 1px solid #ebebeb;
}
.header-top-menu > ul > li > a {
	display: block;
	padding: 15px;
	font-size: 13px;
	border-right: 1px solid #ebebeb;
	line-height: 15px;
	text-transform: capitalize;
	font-weight: 400;
}
.header-top-menu > ul > li {
	display: inline-block;
	list-style: none;
	position: relative;
}
.ht-dropdown {
	position: absolute;
	top: 100%;
	width: 150px;
	padding: 10px 15px;
	background: #292828;
	display: none;
	text-transform: capitalize;
	z-index: 2;
	text-align: left;
}
.ht-dropdown > li {
	list-style: none;
}
.ht-dropdown > li > a {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding: 0 5px;
}
.ht-dropdown > li:hover > a{
    color: #24bddf;
}
.nav>li>a{color:#000; text-transform:uppercase; font-family: 'Roboto', sans-serif;}
.nav>li>a:hover{background:none;}
.nav .open>a, .nav.open>a:focus, .nav .open>a:hover{background:#fff; border-color:#fff;}
.navbar-right .dropdown-menu {right:0px; left:0px; background: #000;}
.dropdown-menu{padding:0px;}
.navbar-nav {margin:19px -27px 0px 0px !important;}
.dropdown-menu>li>a{padding:4px 20px 4px 12px; color:#fff; border-bottom:1px solid #fff;}
.dropdown-menu>li>a:hover{background:#EC6D70; color:#fff;}
.dropdown-menu{min-width:201px;}
/*----------------------------------------*/
/*  2.2 Header Bottom CSS
/*----------------------------------------*/
/*--
    Header Bottotm Style 1 CSS
--------------------------------------*/
.header-menu-area {
	position: relative;
}
.header-menu-area > nav > ul > li {
	list-style: none;
	display: inline-block;
	margin-left: 60px;
    text-align: left;
}
.header-menu-area > nav > ul > li:before,
.footer-nav > nav > ul > li:before{
	position: absolute;
	content: "";
	top: 50%;
	background: #dfdfdf;
	width: 30px;
	height: 2px;
	margin-left: -45px;
}
.footer-nav > nav > ul > li:after {
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	top: 50%;
	margin-left: -15px;
	background: #dfdfdf;
}
.footer-nav > nav > ul > li:before{
    margin-left: -4px;
    width: 15px;
}
.header-menu-area > nav > ul > li:first-child:before,
.footer-nav > nav > ul > li:first-child:before,
.footer-nav > nav > ul > li:last-child:after{
    display: none;
}
.header-menu-area > nav > ul > li:first-child {
	margin-left: 0;
}
.header-menu-area > nav > ul > li > a {
	display: block;
	font-size: 13px;
    position: relative;
	font-weight: 700;
	line-height: 30px;
	padding: 40px 0;
	font-family: 'Montserrat',sans-serif;
	color: #7a7a7a;
	text-transform: uppercase;
}
.header-menu-area > nav > ul > li.active > a,
.header-menu-area > nav > ul > li:hover > a{
    color: #24bddf;
}
.navbar{margin-bottom:0px;}
.navbar-brand{padding:7px 0px 7px 0px;}
.nav>li {
    position: relative;
    display: inline-block !important;
}
.dropdown > li > a {
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	font-weight: 600;
	padding: 10px 10px;
	display: block;
	text-transform: capitalize;
}
.dropdown > li > a {
	font-size: 13px;
	color: #7e7e7e;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Montserrat',sans-serif;
	padding: 7px 10px;
	display: block;
	text-transform: capitalize;
}
.dropdown > li > a:hover{
    color: #fff;
}
.mega-menu {
	width: 800px;
    padding: 0;
}
.mega-menu2{
    width: 400px;
    padding: 0;
}
.mega-menu > li > ul > li,
.mega-menu2 > li > ul > li {
	list-style: none;
}
.mega-menu > li {
	float: left;
	width: 25%;
	padding: 20px 25px;
    list-style: none;
}
.mega-menu2 > li{
    float: left;
    width: 50%;
    padding: 20px 25px;
}
.mega-menu > li > a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat',sans-serif;
	line-height: 35px;
	margin-bottom: 15px;
	display: block;
	font-style: normal;
}
.mega-menu > li > ul > li > a,
.mega-menu2 > li > ul > li > a {
	font-size: 13px;
	color: #7e7e7e;
	font-weight: 400;
	display: block;
	font-style: italic;
	font-family: 'Montserrat',sans-serif;
	line-height: 35px;
	text-transform: capitalize;
}
.mega-menu > li > ul > li > a:hover,
.mega-menu2 > li > ul > li > a:hover{
    color: #fff;
}
.shoppingcart-search-item > ul > li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin: 0 20px;
}
.shoppingcart-search-item > ul > li > a {
	display: block;
	color: #363636;
	padding: 40px 0;
	position: relative;
}
.shoppingcart-search-item > ul > li > a:hover{
    color: #24bddf;
}
.shoppingcart-search-item > ul > li > a i {
	font-size: 24px;
	line-height: 30px;
}
.item-total {
	position: absolute;
	top: 28px;
	right: -13px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #434343;
}
/*mini-cart-css*/
.cart-items > li {
	list-style: none;
	display: block;
}
.header-cart {
	position: absolute;
	width: 320px;
	background: #292828;
	right: 0;
	top: 100%;
	padding: 5px 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.3);
	display: none;
	z-index: 99;
}
.cart-img {
	float: left;
	width: 72px;
	margin-right: 20px;
    position: relative;
}
.cart-sticker {
	position: absolute;
	top: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #24bddf;
	color: #fff;
	left: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 12px;
}
/*--
    Header Bottotm Style 2 CSS
--------------------------------------*/
.header-transparent {
	background: transparent;
}
.header-absolute {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 99;
	right: 50px;
}
.currency-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 295px;
	background: #fff;
	padding: 20px;
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.3);
	color: #878787;
	text-align: left;
	z-index: 99;
    display: none;
}
.currency-dropdown li{
	list-style: none;
}
.currency-dropdown > li > a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #24bddf;
	margin-bottom: 10px;
	font-family: 'Montserrat',sans-serif;
	display: inline-block;
}
.currency-dropdown ul > li > a {
	font-size: 12px;
	color: #afafaf;
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
	line-height: 20px;
}
.currency-dropdown:hover > li > a{
    color: #333;
}
.currency-dropdown ul > li > a:hover{
    color: #24bddf;
}
/*--
    Header Bottotm Style 3 CSS
--------------------------------------*/
.wellcome-mes > p {
	font-size: 13px;
	color: #252525;
	font-style: italic;
	margin-bottom: 0;
}
.header-menu-3 {
	border-top: 1px solid #ebebeb;
}
.header-menu-3 > nav > ul > li > a {
	padding: 20px 0;
}
/*--
    Header Bottotm Style 4 CSS
--------------------------------------*/
.header-absolute.header-3 {
	top: 0;
	left: 0;
	right: 0;
}
/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav > ul {
	overflow-y: auto;
	max-height: 400px;
}
.mobile-menu {
     -webkit-box-flex: 1 !important;
     -ms-flex: 1 0 100% !important;
     flex: 1 0 100% !important;
}
 .mobile-menu .mean-bar {
     position: relative;
    /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -78px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span {
     position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #282828;
	height: 3px;
	margin-top: 3px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
.mean-container a.meanmenu-reveal {
	color: #282828;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}
.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {top: -8px;}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {bottom: -8px;}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
     height: 2px;
     width: 26px;
     background-color: transparent;
     display: block;
     margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
     top: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     bottom: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .mobile-menu .mean-bar .mean-nav {
     background-color: #ffffff;
}
 .mobile-menu .mean-bar .mean-nav > ul {
     margin-bottom: 30px;
     border: 1px solid #eeeeee;
     border-top: 0px solid transparent;
     overflow-x: hidden;
}
 @media only screen and (max-width: 767px) {
     .mobile-menu .mean-bar .mean-nav > ul {max-height: 180px; overflow-y: auto;}
}
 @media only screen and (max-width: 479px) {
     .mobile-menu .mean-bar .mean-nav > ul {max-height: 220px; overflow-y: auto;}
}
 .mobile-menu .mean-bar .mean-nav > ul li {
     position: relative;
     display: block;
     float: left;
     width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #444444;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 1px solid #eeeeee;
	padding: 0 40px 0 20px;
	width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li a:hover {color: #202020; padding-left: 25px;}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {line-height: 40px;}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
     position: static;
     background-color: rgba(0, 0, 0, 0.03);
     margin: 0;
     padding: 0 !important;
     width: 100%;
     box-shadow: none;
     display: none;
     float: left;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
     padding: 0;
     margin: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     border-right: 0px solid transparent;
     width: 100%;
     display: block !important;
     float: left;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
     font-size: 12px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
     display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
     background-color: rgba(0, 0, 0, 0.04);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
     border-top: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
     border: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
     background-color: rgba(0, 0, 0, 0.05);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
     border-top: 1px solid #eeeeee;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
     border: 1px solid #eeeeee;
}
/*Mobile Menu css end*/
/*Main Search CSS*/
.main-search-active {
	background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
	width: 100%;
	min-height: 100vh;
	padding: 32px 46px 39px;
	position: fixed;
	top: 0;
	right: -100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sidebar-search-icon {
	display: block;
	float: right;
	overflow: hidden;
	position: absolute;
	right: 375px;
}
.sidebar-search-icon button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 50px;
	line-height: 1;
	padding: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.sidebar-search-input {
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sidebar-search-input form .form-search {position: relative;}
.sidebar-search-input form .form-search input {
	background-color: transparent;
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 1px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 62px;
	line-height: 62px;
	padding: 0;
	width: 800px;
}
.sidebar-search-input form .form-search input::placeholder{color: #fff;}
.sidebar-search-input form .form-search input::-webkit-input-placeholder{color: #fff;}
.sidebar-search-input form .form-search input::-moz-placeholder{color: #fff;}
.sidebar-search-input form .form-search input:-ms-input-placeholder{color: #fff;}
.sidebar-search-input form .form-search input::placeholder{color: #fff;}
.sidebar-search-input form .form-search button {
	background-color: transparent;
	border: medium none;
	color: #fff;
	font-size: 30px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.main-search-active.inside {
	right: 0;
	z-index: 9999999;
}
/*Main Search CSS*/
/*----
Slider Style 1 CSS
---------------------------*/
.single-slider {padding: 280px 0; background-position: center center; background-size: cover; background-repeat: no-repeat;}
.hero-slider-content {text-align: center;}
.hero-slider-content > *,
.hero-slider-content-3 > * {-webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both;
-webkit-animation-name: fadeOut; animation-name: fadeOut;}
.active .hero-slider-content > *,
.active .hero-slider-content-3 > *{-webkit-animation-name:blurFadeIn; animation-name:blurFadeIn;}
.active .hero-slider-content > h4,
.active .hero-slider-content-3 > img{-webkit-animation-delay: 0.9s; animation-delay: 0.9s}
.active .hero-slider-content > h1,
.active .hero-slider-content-3 > h1{-webkit-animation-delay: 1.0s; animation-delay: 1.0s}
.active .hero-slider-content > h2{-webkit-animation-delay: 1.5s; animation-delay: 1.5s}
.active .hero-slider-content > h3,
.active .hero-slider-content-3 > h3{-webkit-animation-delay: 2.0s; animation-delay: 2.0s}
.active .hero-slider-content > .slider-btn,
.active .hero-slider-content-3 > .slider-btn-2{-webkit-animation-delay: 2.5s; animation-delay: 2.5s}
.hero-slider-content > h4 {font-size: 32px; text-transform: uppercase; margin-bottom: 20px; color: #252525; font-weight: 400;}
.hero-slider-content > h1 {
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #252525;
}
.hero-slider-content > h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	color: #252525;
}
.hero-slider-content > h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 40px 0;
	color: #252525;
}
.hero-slider .owl-nav > div {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,.2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-radius: 100%;
	color: #fff;
    opacity: 0;
    visibility: visible;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    z-index: 9;
}
.hero-slider .owl-nav > .owl-next{right:0px; left:auto;}
.hero-slider .owl-nav > div:hover{background:#24bddf; color:#fff;}
.slider-area:hover .hero-slider .owl-nav > div{left:20px; opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
visibility: visible;}
.slider-area:hover .hero-slider .owl-nav > .owl-next{right:20px; left:auto;}
.hero-slider .owl-dots {position:absolute; bottom:20px; left:0; right:0; text-align:center; padding:0 30px; z-index: 8;}
.hero-slider .owl-dot {width: 10px; height: 10px; background: #dcdcdc; display: inline-block; margin: 0 4px; border-radius: 100%; text-align: center;
-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.hero-slider .owl-dot.active,.hero-slider .owl-dot:hover {background: #7d7d7d;}
.active .slider-progress{position: absolute; top:2px; left: 0; background: #C5C5C5; height: 5px; -webkit-animation: owlprogress 5000ms ease-in-out;
  animation: owlprogress 5000ms ease-in-out; opacity: 0.8; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; z-index: 9;}
@-webkit-keyframes owlprogress {from {width: 0;} to {width: 100%;}}
 @keyframes owlprogress {from {width: 0;} to {width: 100%;}}

@-webkit-keyframes blurFadeIn{
    0%{opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform:scale(1.3); transform:scale(1.3)}
    50%{opacity:.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
    100%{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform:scale(1); transform:scale(1)
    }
}
@keyframes blurFadeIn{
    0%{opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; -webkit-transform:scale(1.3); transform:scale(1.3)}
    50%{opacity:.5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"}
    100%{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -webkit-transform:scale(1); transform:scale(1)}
}
.blurFadeIn{-webkit-animation-name:blurFadeIn; animation-name:blurFadeIn}
/*----
Slider Style 2 CSS
---------------------------*/
.single-slider-2 {
	padding: 280px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
    overflow: hidden;
}
.hero-slider-content-2 {
	max-width: 50%;
}
.hero-slider-content-2 > h4 {
	font-family: 'Montserrat',sans-serif;
	font-size: 22px;
	color: #7a7a7a;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-slider-content-2 > h1 {
	font-family: 'Montserrat',sans-serif;
	font-size: 72px;
	color: #434343;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.hero-slider-content-2 > p {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 15px;
	color: #515151;
	letter-spacing: .025em;
	font-style: italic;
	line-height: 25px;
}

.hero-slider-content-2 > * {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}
.active .hero-slider-content-2 > *{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}
.active .hero-slider-content-2 > h4{
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s
}
.active .hero-slider-content-2 > h1{
    -webkit-animation-delay: 1.0s;
            animation-delay: 1.0s
}
.active .hero-slider-content-2 > p{
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s
}
.active .hero-slider-content-2 > .slider-btn-2{
    -webkit-animation-delay: 2s;
            animation-delay: 2s
}
@-webkit-keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
@keyframes blurFadeIn{
    0%{
        opacity:0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform:scale(1.3);
                transform:scale(1.3)
    }
    50%{
        opacity:.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
    }
    100%{
        opacity:1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform:scale(1);
                transform:scale(1)
    }
}
.blurFadeIn{
    -webkit-animation-name:blurFadeIn;
    animation-name:blurFadeIn
}

@-webkit-keyframes passing {
 0% {
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
 50% {
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
 }
 100% {
  -webkit-transform:translateX(50%);
  transform:translateX(50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
}
@keyframes passing {
 0% {
  -webkit-transform:translateX(-50%);
  transform:translateX(-50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
 50% {
  -webkit-transform:translateX(0%);
  transform:translateX(0%);
  opacity:1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
 }
 100% {
  -webkit-transform:translateX(50%);
  transform:translateX(50%);
  opacity:0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
 }
}
/*--------
Slider Style 3 CSS
-----------------------*/
.single-slider-3 {
	padding:50px 0;
	background-position: center center;
	background-size:100%;
	background-repeat: no-repeat;
	height:395px;
}
.slider-area .fa{font-size:34px !important; line-height:48px !important;}
.hero-slider-content-3 {
	max-width: 60%;
	text-align: center;
}
.hero-slider .hero-slider-content-3 > img {
	width: auto;
	margin: 0 auto;
	margin-bottom: 15px;
}
.hero-slider-content-3 > h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
	color: #252525;
}
.hero-slider-content-3 > h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 30px 0;
	color: #252525;
	line-height: 25px;
}
/****service-section****/
.section-section{background:url(../images/bg-services.jpg); width:100%; height:686px;}
.section-section .box-white {width:100%; height:200px; border-radius:5px;}
.routerone{width:100%; height:200px; background:url(../images/router-1.png); -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
transition: all 0.25s; background-repeat:no-repeat;}
.routerone:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.routertwo{width:100%; height:200px; background:url(../images/router-2.png); -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
transition: all 0.25s; background-repeat:no-repeat;}
.routertwo:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.routerthree{width:100%; height:200px; background:url(../images/router-3.png); -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
transition: all 0.25s; background-repeat:no-repeat;}
.routerthree:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.routerfour{width:100%; height:200px; background:url(../images/router-4.png); -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
transition: all 0.25s; background-repeat:no-repeat;}
.routerfour:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.routerfive{width:100%; height:200px; background:url(../images/router-5.png); -moz-transition: all 0.25s; -webkit-transition: all 0.25s;
transition: all 0.25s; background-repeat:no-repeat;}
.routerfive:hover{-moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);}
.border-line {width:136px; height:3px; background: #C14446; margin: 0px auto 12px;}
.border-line2 {width:136px; height:3px; background: #C14446; margin:8px 0px 20px 19px;}
.routerone img{width:100%;}
/****service-section****/
/**color***/
.head-color{color:#fff;}
/**color***/
/*****choose-router*****/
.choose-router{width:100%; height:auto;}
.choose-router .paragraph-02{padding:0% 10% 0% 10%;}
.icon{margin:0px auto;} 
/*****choose-router*****/
/**get-in****/
.get-touch{width:100%; height:auto;}
.get-touch .get-left{width:50%; height:280px; float:left; background:url(../images/get.jpg); background-size:100%; padding:0px 82px 0px 9%;}
.get-touch .get-right{width:50%; height:auto; float:left; padding:0% 8% 0% 2%;}
.font-box{font-size:30px;}
.get-cont{}
.get-cont ul {list-style:none; margin:0; padding:0;}
.get-cont ul li{display:block; color:#fff; list-style:none; text-decoration:none; font-size:16px; padding:6px 0px 6px 0px; border-bottom:1px dashed #fff;}
.get-cont ul li a{color:#fff; text-decoration:none;}
/**get-in****/
/*****services-router*****/
.router-section{width:100%; height:auto;}
.router-section .icon-box{float:left; width:130px; height:130px;}
.font-box-1{font-size:30px;}
.font-01{font-size:26px;}
.font-02{font-size:28px;}
.font-03{font-size:38px;}
/*****services-router*****/

/***footer****/
footer{width:100%; height:373px; background:url(../images/footer.jpg); background-size:100%;}
footer ul{list-style:none; margin:0; padding:0;}
footer ul li{display:block; color:#fff; list-style:none; text-decoration:none; padding:5px 0px 7px 0px;     border-bottom: 1px dotted #fff;}
footer ul li a{color:#fff; text-decoration:none;}
footer ul li a:hover{color:#F56769;}
.white-color{color:#fff;}
.white-color3 {color:#fff; line-height:25px; font-weight:300; font-size:22px;}
.team-socials{}
.team-socials ul{list-style:none; margin:0px; padding:0px;}
.team-socials ul li{list-style:none; display:inline-block; text-decoration:none; padding:0px 0px 0px 0px; font-size: 19px; border-bottom:none;}
.fa-facebook {background: #3b5998; width:40px; height:40px; border-radius:57%; text-align:center; line-height:41px !important;}
.fa-facebook:hover{color:#fff; background:#EB7B7D;}
.fa-twitter {background:#0eb0e0; width:40px; height:40px; border-radius:57%; text-align:center; line-height:41px !important;}
.fa-twitter:hover{color:#fff; background:#EB7B7D;}
.fa-linkedin {background: #0077B5; width: 40px; height: 40px; border-radius: 57%; text-align: center; line-height: 41px !important;}
.fa-linkedin:hover{color:#fff; background:#EB7B7D;}
.bottom-footer{width:100%; background:#F1474A;}
.white-color2 {color:#fff; margin:0px; padding: 8px 0px 8px 0px;}
/***footer****/
/***about-us****/
.about-inner{width:100%; height:300px; background:url(../images/router-about.jpg);}
.contact-inner{width:100%; height:300px; background:url(../images/contact-us.jpg);}
.blog-inner{width:100%; height:300px; background:url(../images/blog-inner.jpg);}
.services-inner{width:100%; height:300px; background:url(../images/services.jpg);}
.tp-link{width:100%; height:300px; background:url(../images/tp-link-banner.jpg);}
.cisco-router{width:100%; height:300px; background:url(../images/cisco-router.jpg);}
.netgear-router{width:100%; height:300px; background: url(../images/netgear-router.jpg);}
.form-control{height:44px; border-radius:19px;}
.btn-default {color:#fff; background:#ff4141; border-color:#000;width:100%; font-size:20px; font-weight: 400;}
.btn-default:hover{background:#000; color:#fff; border-color:#FC4C4F;}
.fa-phone {color:#C14446;}
.blog-user{}
.blog-user ul{list-style:none; margin:0; padding:0;}
.blog-user ul li{display:inline-block; list-style:none; padding:0px 20px 0px 0px; text-decoration:none; color:#262626; font-size:14px;}
.blog-user ul li a{color:#262626; text-decoration:none;}
.read-more {color:#333; font-size:16px; text-align: center; border: 1px solid #ccc; border-radius: 30px; width:45%; margin:0px auto;
padding:6px 0px 3px 0px;}
.read-more a {color: #333; text-decoration:none;  border-radius:44px; padding:9px 40px 8px 40px;}
.read-more a:hover{background:#F94C4F; color:#fff;}
.blog-cat{margin: 27px 0px 0px 0px;}
.blog-cat ul{list-style:none; margin:0; padding:0;}
.blog-cat ul li{display:block; color:#2A2A2A; font-size:18px; padding:8px 0px 8px 0px; text-decoration:none; list-style:none; border-bottom:1px dashed #969696;}
.blog-cat ul li a{color:#2a2a2a; text-decoration:none;}
.blog-cat ul li a:hover{color:#FF3E41;}
.read-right {color:#ED4144; font-size:15px; float:right; line-height:6px; background:#000; padding:10px 10px 10px 10px; border-radius:38px;}
a.read-right {color:#fff;}
.read-right a:hover{color:#000;}
.tp-links{width:100%; height:400px; background:url(../images/tp-links.jpg);}
.cisco-bg{width:100%; height:400px; background: url(../images/cisco-bg.jpg);}
.netgear-bg{width:100%; height:400px; background: url(../images/netgear-router-bg.jpg);}
.tick li {list-style: url(../images/arrow-pointing-to-right.png); background-repeat: no-repeat; text-decoration:none; margin:6px 0px 0px 28px;
line-height:24px; font-size:14px; text-align:justify;}
.left-right{padding:0px 8px 0px 1%;}
.inner-lefth{margin:0px 0px 0px 15px;}
.inner-lefth2{margin:0px 0px 0px 30px;}
.border-line3 {
    width: 136px;
    height: 3px;
    background: #C14446;
    margin: 8px 0px 20px 31px;
}
.border-line4 {
    width: 136px;
    height: 3px;
    background: #C14446;
    margin:8px 0px 20px 3px;
}
.content-side{margin-top:86px;}
/***about-us****/ 