/*--------------------------------------------------------------------------------------
Theme Name: Margen- Digital marketing gtemplate
Theme URI:
Author: Dreambuzz
Author URI: https://themeforest.net/user/dreambuzz/portfolio
Description: Description
Version: 1.0.0
----------------------------------------------------------------------------------------
   1. BASE CSS
    2. TOP AREA
        2.1 MAINMENU AREA
        2.2 SLIDER AREA
        2.3 SEARCH FORM AREA
    3. ABOUT AREA
    4. PROMOTIONS AREA
    5. MENUS AREA
    6. EVENT AREA
    7. TEAM AREA
    8. BLOG AREA
    9. INSTAGRAM FEED AREA
    10. FOOTER AREA
    11. SCROLL TO TOP


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

/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,600,600i,700,700i,800,900|Open+Sans:300,400,400i,700,700i,900,900i');


a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #212324;
}

a:hover {
    color: #c1934c;
}

ul {
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

html,
body {
    height: 100%
}

body {
    color: #555555;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.navbar-toggle {
    border: 2px solid #fff;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}

.is-sticky .navbar-header .collapse,
.is-sticky .navbar-toggle {
    border: 2px solid #1a1a1a;
}

.is-sticky .navbar-toggle .icon-bar {
    background: #1a1a1a none repeat scroll 0 0;
}

.site-logo
{
	text-align: left;
}


/*--------------------------
   Button STYLES
---------------------------*/

.btn {
    color: #fff;
    font-weight: 700;
    display: inline-block;
    font-size: 13px;
    margin-top: 15px;
    padding: 12px 45px;
    border-radius: 0px;
    line-height: 26px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
}

.btn-feature,
.btn-white:hover,
.btn-grey:hover,
.btn-black:hover {
    background: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}

.btn-white {
    background: #fff;
    color: #000;
    border-color: #fff;
    padding: 11px 45px;
}

.btn-grey {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.btn-black,
.btn-feature:hover {
    background: #232323;
    border-color: #232323;
    color: #fff;
}

.btn-danger {
    background: #ed1c24;
}

.btn-circled {
    border-radius: 25px;
}


/*-----------------------------------
 HEADING SECTION
-----------------------------*/

.heading-title {
    color: #ed1c24;
    font-size: 40px;
}

.heading-left {
    padding-top: 40px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.m-auto {
    margin: 0 auto;
    width: 100%;
}
section
{
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.heading {
    text-align: center;
    margin-bottom: 25px;
    padding-top: 25px;
}

.heading p {
    color: #999999;
    line-height: 24px;
    margin: 20px auto 0;
}

.bg-light {
    background: #fafafa;
}

h4 {
    font-size: 18px;
    line-height: 28px;
}

.heading h2 {
    font-size: 45px;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
}


.heading-left h2 {
    font-family: "Poppins", sans-serif;
}



a.learn-more {
    color: #ed1c24;
    text-transform: uppercase;
    text-decoration: underline;
}



/*-----------------------------------
 MAIN Navigation SYLES
--------------------------------------*/

#main-nav {
    padding: 20px 0px;
}

#main-nav li a {
    padding: 8px 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.top-social {
    padding-top: 15px;
}

.top-social li a i {
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

#main-nav .top-social li a {
    padding: 8px 5px;
}

#main-nav li a {
    position: relative;
}

#main-nav li a.active {
    color: #ed1c24;
}

#main-nav li a.active:before {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 30px;
    height: 1px;
    background: #ed1c24;
}


button.navbar-toggler
{
	background-color: #242e52;
}


.navbar-toggler-icon
{
	width: 1.2em;
	height: 1.2em;
}








/*-----------------------------------
 MAIN BANNER SYLES
--------------------------------------*/

.main-banner-coontent {
    padding: 160px 0px 120px;
}


.banner-bg {
    background: url("../img/bg/main-laptops.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.dark-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}


.dark-overlay2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}



.main-banner-coontent .subtitle {
    margin-bottom: 10px;
}

.main-banner-coontent h1 {
    font-weight: 800;
    font-family: "Poppins", sans-serif;
}

.subtitle {
    text-transform: uppercase;
}


/*---------------------------
     TOP INFO STYLES
------------------------- */

.top-info {
    padding: 60px 0px;
    text-align: center;
}

.top-info-bg {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: -180px;
    position: relative;
    padding: 30px;
}

.top-intro-box {
    border: 1px solid#eee;
    padding: 60px 40px;
}


.top-intro-box h5 {
    margin: 15px 0px;
    font-size: 18px;
    font-weight: 400;
}


.top-intro-box:hover {
    background: #f7f7f7;
}

.top-info-bg {
    background: #ed1c24;
    border-radius: 5px;
}

.top-intro-box {
    text-align: left;
    padding: 30px
}

.top-intro-box h5 {
    font-weight: 700;
    color: #fff;
}

.top-intro-box {
    border: 1px solid#fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.top-intro-box p {
    color: #fff;
}

.top-intro-box:hover {
    background: #fff;
}

.top-intro-box:hover h5,
.top-intro-box:hover p {
    color: #000;
}


/*-----------------------------
  ABOUT STYLES
------------------------------*/

#about {
    padding-top: 80px;
}

#about .heading{
    padding-top:20px;
}

.about-list {
    clear: both;
}

.item-img {
    float: left;
    margin-right: 40px;
    padding-top: 20px;
}

.item-img img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.item-content {
    padding-top: 20px;
}

.item-content h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

/*-------------------------
 SERVICE STLYE 1
--------------------------*/

.service-box {
    text-align: center;
    padding: 80px 40px;
    margin-bottom: 20px;
    background: #eee;
    border-radius: 5px;

}

.service-box,
.service-icon,
.top-intro-box {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.service-icon {
    font-size: 60px;
    color: #232323;
    width: 120px;
    height: 120px;
    text-align: center;
    border: 1px solid#fff;
    margin: 0 auto;
    padding-top: 25px;
    border-radius: 100%;
    background: #fff;
}

.service-box-content h4 {
    margin: 40px 0px 30px;
    font-weight: 400;
}


.service-box-content p {
    color: #888;
}

.service-box:hover {
    background: #fff;
}

.service-box:hover .service-icon {
    color: #fff;
    background: #fa6742;
    border-right: 1px transparent;
}




/*-------------------------
  Parralax Bg
--------------------------*/

#parallax {
    background: #ed1c24;
    padding: 100px 0px;
    background: url("../img/bg/2.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}

.feature-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    background: #ed1c24;
    opacity: .8;
}

#sub-form .btn {
    position: absolute;
    bottom: 7px;
    right: 25px;
    width: 100px;
    padding: 0 5px;
    height: 40px;
    color: #fff;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    padding-top: 5px;
}

#sub-form .form-control {
    height: 55px;
    padding: 5px 20px;
    margin-bottom: 0;
    width: 100%;
    border-radius: 25px !important;
    border: 1px solid transparent;
}

.form-control:focus,
.form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.parallax-content,
#sub-form {
    text-align: center;
}

.parallax-content h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.parallax-content p {
    color: #eee;
    width: 70%;
    margin: 15px auto 30px;
}

/*--------------------------
  OUR BLOG
---------------------------*/

.blog-box {
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.blog-content {
    padding: 30px 30px 40px 30px;
    margin-top: -60px;
    background: #fff;
}

.blog-content h3 {
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0px 15px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    background: #111;
    padding: 10px;
    font-weight: 400;
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-radius: 5px;
}





/*--------------------------------
 Testimonial
-----------------------------------*/

#reviews {
    background: url("../img/bg/banner5.jpg");
}

#reviews .review-content {
    text-align: center;
}

#reviews .review-content h4,
#reviews .review-content h5 {
    color: #fff;
}

#reviews .review-content h5 span {
    color: #eee;
}

#reviews #reveiw-carousel {
    padding: 135px 0px 85px;
}


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

#review {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    padding: 0px;
}


#review:before {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    height: 100%;
    width: 50%;
    background: url("../img/about/header-left.png");
    -webkit-background-size: cover;
    background-size: cover;
}



#reveiw-carousel {
    padding: 185px 0px 85px;
}


.review-content h4 {
    font-size: 26px;
    line-height: 37px;
    font-weight: 400;
    color: #444;
    margin: 20px 0px;
}

.review-content span i {
    font-size: 60px;
    color: #ed1c24;
}

.review-content h5 {
    margin: 40px 0px 20px;
}

.review-content h5 span {
    font-size: 14px;
    color: #444;
    display: block;
}

.carousel-indicators .active {
    background-color: #ed1c24;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #000;
}

#review .carousel-indicators {
    left: 0px;
    bottom: 0px;
    right: auto;
    margin-left: 0px;
}



/*----------------------------
  Pricing STYLES
--------------------------------*/

.pricing-box {
    padding: 30px 0px;
    border: 1px solid#eee;
    border-radius: 5px;
    text-align: center;
}

.price-info {
    padding: 0px 0px;
}

.price-info h2 {
    font-size: 80px;
    font-weight: 800;
    color: #111;
}

.price-info small {
    font-size: 22px;
}

.price-info span {
    color: #ed1c24;
}

.price-list {
    margin-top: 30px;
}

.price-list li {
    padding: 10px 10px;
    border-bottom: 1px solid#eaeaea;
}

.price-header p {
    color: #999;
}


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

/*---------------------------
 BANNER RSTYLE 2
--------------------------------*/

.main-banner {
    position: relative;
    min-height: 760px;
    overflow: hidden;
    background: #fff;
}

.main-banner:before {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
    height: 100%;
    width: 45%;
    background: url("../img/about/header-left.png");
    -webkit-background-size: cover;
    background-size: cover;
}

.main-banner .main-banner-coontent {
    padding: 180px 0px 150px;
}



.intro-box {
    padding: 100px 60px;
}

.intro-box h5 {
    margin-bottom: 20px;
    color: #fff;
}


.intro-box h2 {
    font-size: 80px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #eee;
}

.intro-box p {
    color: #fff;
}





#main-nav2 {
    padding-top: 30px;
    background: #fff;
}


#main-nav2 .navbar-nav li a {
    position: relative;
    padding: 20px 18px 20px;
    padding-right: 0px;
    color: #2f2f2f;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    opacity: 1;
    text-transform: uppercase;
}


.search i {
    border: 1px solid #eee;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    margin-top: -12px;
    color: #000 !important;
}

.search-icon i:before {
    display: none;
}


.search-form {
    padding: 5px 12px;
    width: 250px;
}

.search .search-form i {
    width: 35px;
    margin-left: -29px;
    z-index: 9999;
    line-height: 41px !important;
    border: 0px;
    margin-top: 0px;
}

.search .dropdown-menu {
    margin-left: -30px;
}


.search-form .form-control {
    border: 1px solid#ed1c24;
}

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

.header-white {
    background: #fff;
    padding: 0px;
}

.site-navigation .navbar-nav li a {
    position: relative;
    padding: 20px 22px 20px;
    color: #2f2f2f;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.header-white .navbar-nav {
    padding-top: 20px;
}



/*-------------------------
service-style-1
-----------------------*/

#services {
    padding-bottom: 75px;
}

.service-style-1 {
    position: relative;
    margin-bottom: 60px;
}

.service-style-1 .service-img {
    position: absolute;
}

.service-content {
    padding-left: 100px;
}

.service-content h4 {
    margin-bottom: 10px;
}






/*** 

====================================================================
 Pricing Section
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 50px;
}

.sec-title .title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(0, 0, 10, 0.40);
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    color: #00000a;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.sec-title h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #ed1c24;
}

#pricing-sec {
    padding-top: 120px;
}


.nav-tabs {
    border: 1px solid #ddd;
    border-radius: 25px;
    margin: 50px 0px 30px;
    width: 45%;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #ed1c24;
    color: #fff;
    border-radius: 25px;
    border-color: #ed1c24;
    padding-left: 30px;
    padding-right: 30px;
}


.client-column {
    text-align: left;
    border: 0px;
    border-radius: 5px;
    padding: 20px 0px;
}

.price-column {
    text-align: center;
    border: 1px solid#eee;
    border-radius: 5px;
    padding: 40px 0px;
}

.client-title
{
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 15px;
	text-align: center;
}

.plan-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.duration {
    font-size: 16px;
    font-weight: 400;
    color: #b1b1b1;
    margin-top: 10px;
}

.price {
    padding: 30px 0px;
    font-size: 60px;
    line-height: 60px;
    color: #000;
    font-weight: 800;
}

.price sup {
    font-size: 18px;

}

.specs-list li {
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
}

.pricing-inner .btn {
    margin-top: 30px;
}


.specs-list li:last-child {
    border-bottom: 0px solid#eee;
    padding-bottom: 15px;
}



.link-box {
    margin-top: -58px;
}

.price-column .btn-trans-gey {
    background: #fff;
}


.btn-outline-dark {
    border: 1px solid#ddd;
    color: #000;
}



.btn-trans-gey {
    border: 1px solid#eee;
    color: #000;
}

.btn-trans-gey:hover {
    border: 1px solid#ed1c24;
    color: #fff;
    background: #ed1c24;
}








/*----------- FOrm Control --------*/

.form-control {
    height: 40px;
}

::placeholder {
    color: #ddd;
    font-size: 13px;
}

textarea.form-control {
    height: auto;
}





/*================================
 ABOUT 
==================================*/

#about {
    position: relative;
}

.banner-bg-2 {
    background: url("../img/bg/banner-3.jpg");
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}


.white h5,
.white h1,
.white p {
    color: #fff;
}


.site-navigation {
    border-bottom: 1px solid#444;
}

.site-navigation.white {
    padding-top: 30px;
}


.site-navigation.white .navbar-nav li a {
    color: #fff;
    font-weight: 400;
    position: relative;
}


.site-navigation.white .navbar-nav li a:after {
    position: absolute;
    top: 27px;
    left: 0px;
    content: "";
    width: 2px;
    height: 15px;
    background: #555;
}

.site-navigation.white .search i {
    background: #fff;
    border-radius: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}


.main-banner-coontent.white {
    padding: 190px 0px 120px;
}

.main-banner-coontent.white p {
    margin: 20px 0px;
}


.header-white {
    padding-top: 0px;
    background: #111;
}

.site-navigation.white.header-white {
    border: 0px;
    padding: 15px 0px;
}

.site-navigation.white.header-white,
.site-navigation.white .navbar-nav {
    padding-top: 10px;
}




#section-search {
    padding-bottom: 30px;
}

.form-inline .form-control {
    width: 100%;
    height: 50px;
}



.search-form-bg {
    background: #eee;
    padding: 10px 5px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}


.btn-sm {
    padding: 10px 30px;
}

.search-form-bg a {
    margin-top: 0px;
}



/*-------------------------
 FOOTER CONTACT
------------------------------*/

.footer-area {
    padding-top: 40px;
    position: relative;
    padding: 80px 0px 60px;
    background: #242e52;
}


/*------------------------------
    10. FOOTER AREA
-------------------------------*/

.footer-widget h4 {
    text-transform: capitalize;
    margin-bottom: 22px;
    font-size: 18px;
}

.footer-widget.section-padding {
    padding-bottom: 80px;
}

.footer-logo,
.footer-address {
    margin-bottom: 20px;
}

.footer-social-bookmark {
    margin-bottom: 20px;
}

.footer-social-bookmark ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-bookmark ul li {
    display: inline;
}

.footer-social-bookmark ul li a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

.footer-social-bookmark a:hover {
    color: #ed1c24;
}

.footer-widget.footer-logo img {
    width: 70%;
}

.post-widget a,
.footer-link a {
    color: #eee;
}

.post-widget {
    margin-bottom: 25px;
}

.post-image {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 25px;
}

.post-image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.post-widget a {
    color: #fff;
}

.footer-widget p {
    color: #999;
}

.footer-address p {
    margin-bottom: 15px;
}

.footer-top p {
    color: #eee;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget ul li i {
    margin-right: 10px;
    color: #000;
    width: 20px;
}

.footer-widget.subscribe .btn {
    margin-top: 0px;
}

.footer-widget h4 {
    color: #fff;
}






/*----------------------------
	FOOTER BOTTOM AREA
----------------------*/

#footer-btm-area {
    background: #000000;
    color: #fff;
}


.footer-copyright {
    padding: 30px 0;

}

.footer-copyright a {
    color: #eee;
}

.footer-copyright p a:hover {
    color: #fff;
}



/*--------------------------------------------------
  PARRALX SECTION 
--------------------------------------------*/

.btn-read-more {
    text-transform: uppercase;
    color: #ed1c24;
    font-size: 12px;
}

.footer-widget .widget.widget_recent_entries ul li {
    margin: 0px 0px 10px;
}

.footer-widget .widget.widget_recent_entries ul li a {
    color: #fff;
}


.footer-widget .widget.widget_recent_entries ul li span {
    color: #777;
    display: block;
}

.footer-widget .gallery .gallery-item {
    margin-bottom: 10px;
}

.footer-widget .gallery .gallery-item img {
    max-width: 70px;

}


/*----------------------------
  CONTACT AREA
--------------------------------*/

.no-padding {
    padding: 0px;
}

#contact {
    position: relative;
    padding: 0px;
}


#contact-sec .heading-left{
    padding-bottom: 0px;
}


.contact-form-left .form-control{
    border: 1px solid#e5e5e5;
}
.contact-icon {
    float: left;
    width: 70px;
    height: 70px;
    font-size: 40px;
    background: #ed1c24;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 50px;
    padding-top: 10px;
    margin-right: 30px;
}

.contact-info h6 {
    margin-bottom: 6px;
    color: #eee;
}

.contact-info h4 {
    color: #fff;
    font-size: 15px;
}

.contact-info {
    margin-bottom: 50px;
}

.contact-bg {
    padding: 180px 50px 150px 100px;
    background: #111;
    min-height: 700px;
    background: url("../img/bg/contact.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.contact-bg:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}


.contact-form-main {
    padding-left: 50px;
}



.form-control {
    border: 0px;
    border-bottom: 1px solid#eee;
    border-radius: 0px;
}


/*---------------------
 SERVICE STYLE 2
--------------------------*/

.pt50 {
    padding-top: 50px;
}

.service-style-2 {
    text-align: center;
    margin-bottom: 40px;
    padding: 50px 40px 40px 40px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}


.service-style-2 .service-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
}

.client-img
{
	max-width: 300px;
	height: 300px;
	display: block;
	margin: 3.5rem auto 0 auto;
}

.service-style-2 .service-content {
    text-align: center;
    padding-left: 0px;
}



/*------------- REVIEW 2-------------*/

#review2 #reveiw-carousel {
    padding: 75px 0px 64px;
}

#review2 .review-content {
    text-align: center;
}



/*--------------- ABOUT 2---------------*/


.search-content {
    margin-bottom: 30px;
}

.main-banner-coontent.search-content {
    padding-bottom: 0px;
}


.banner-content {
    padding-bottom: 120px;
}



/*---------------------------------
COUNTER AREA
-----------------------------------*/

.counter-area {
    padding-top: 85px;
    padding-bottom: 80px;
    background: url("../img/bg/1.jpg") fixed 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.counter-content-box {
    margin-bottom: 50px;
}

.counter-box {
    text-align: center;
}

.counter-box .counter-icon {
    font-size: 40px;
    display: block;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    text-align: center;
    padding-top: 20px;
    border-radius: 100%;
    background: #fff;
    color: #ed1c24;
    margin: 0 auto 20px;
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.counter-box .counter-icon:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid#ddd;
    border-radius: 100%;
    left: 5px;
    top: 5px;
}

.counter-box:hover .counter-icon {
    background: #ed1c24;
    color: #fff;
}


.counter-box span {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
}

.counter-box h4 {
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 400;
}

.site-navigation.white .navbar-nav a.dropdown-item {
    color: #000;
    padding: 10px;
    padding-left: 0px;
    border-bottom: 1px solid#eee;
}


.site-navigation.white .navbar-nav a.dropdown-item::after {
    display: none;
}
/*--------------------------------------
HOME 1 PAGE
--------------------------------------*/
#score{
    padding-bottom: 90px;
}
.seo-score{
    padding-top: 20px;
}

.seo-score p{
    width: 70%;
    margin: 20px 0px 30px;
}


#pricing{
    padding-top: 60px;
}



.blog-content-box{
    padding: 30px;
}
.blog-content-box .cat{
    color: #999;
}


.read-more{
    color: #ed1c24;
}
.price-column, .client-column {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s ;
}

.pricing-white .price-column:hover,.price-column:hover {
    background: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform:scale(1.1) ;
}

.pricing-white .price-column:hover {
    border-color: #fff;
}
.footer-content  p{
    color: #999;
}


p.copy{
    color: #fff;
}


p.copy a{
    color: #ed1c24;
}


.contact-content{
    margin-bottom: 30px;
}

/*------------------------------
HOME SLIDER
-----------------------------*/

#main-slider{}

.slider-content{
    display: table;
    height: 550px;
    width: 100%;
    text-align: center;
}

.slider-table-cell{
    display: table-cell;
    vertical-align:middle;
    width: 100%;
    height: 100%;
}

.slide-1{
    background: url("../img/bg/main-laptops.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.slide-2{
    background: url("../img/bg/slider-2.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.slide-3{
    background: url("../img/bg/slider-3.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}


.slider-content h1{
    color: #fff;
    font-family: "Poppins",sans-serif;
    font-size: 55px;
}
.slider-content p{
    color: #fff;
    margin: 20px 0px;
}

.no-border{
    border: 0px;
}





/*--------------------------
HEader 2 Different
-------------------------------*/


.header-top{
    padding: 25px 0px;
}
.top-contact{
    display: inline-block;
    position: relative;
    padding-left: 60px;
    margin-right: 35px;
    padding-top: 15px;
}
.top-contact i{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid#eee;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    position: absolute;
    left: 0px;
    top: 11px;
    color: #222;
    background: #eee;
}
.top-contact p, .top-contact h4{
   margin: 0px;
}


.top-contact p{
    line-height: 14px;
    font-family: "Lato",sans-serif;
    color: #999;
}

.search-form-top i{
    position: absolute;
    top: 12px;
    right: 20px;
}
.search-form-top .form-control{
    border: 1px solid#eee;
    border-radius: 25px!important;
}


.top-nav{
    border-top: 1px solid#eee;
    position: relative;
}

.navbar-expand-lg.top-nav .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
    text-transform: capitalize;
}


.navbar-expand-lg.top-nav .navbar-nav li:first-child .nav-link{
    padding-left: 0px;
}
.top-nav-btn {
    position: absolute;
    right: 142px;
    top: 2px;
}

.navbar-bradn{
    padding-top: 10px;
}

#main-slider .carousel-control-next span,
#main-slider .carousel-control-prev span{
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 100%;
    font-size: 22px;
    line-height: 22px;
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background: #fff;
    color: #000;
}

#main-slider:hover .carousel-control-next span,
#main-slider:hover .carousel-control-prev span{
    opacity: 1;
}
#main-slider .carousel-control-next,#main-slider .carousel-control-prev{
    opacity: 1;
}


#main-slider .carousel-indicators li{
    background: #fff;
}

#main-slider .carousel-indicators li.active{
    background: #ed1c24;
}

.p40{
    padding: 0px 0px 120px 0px;
}


.map{
    height: 520px;
}

.map #embedMap {
    height: 100%;
    width: 100%;
}

.map #ieatmaps {
    height: 100%;
    width: 100%;
}

.header-white-top{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9999;
    padding: 10px 0px;
}

.header-white-top .navbar-nav{
    padding-top: 0px;
}
.top-nav .navbar-brand{
    display: none;
}

.header-white-top .navbar-brand{
    display: block;
}
.header-white-top.navbar-expand-lg.top-nav .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
}
.header-white-top .top-nav-btn {
    top: 5px;
}

.header-white-top .navbar-nav{
    margin: 0 auto;
}


.header-white{
    background: #000;
}


