/*============================================

        Theme:  Digital Agency/SEO/Marketing HTML Template
        Author: http://learneraxe.me
        Version: 1.0
        last change: November 2017
        Description: Main Stylesheet

==============================================*/

/* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the theme.

This files contents are outlined below.*/

/*===========================================

            Table of contents
        |- Fonts
        |- Most top info bar
        |- Navigation
        |- Home
            Home - Carousel
            Home - Business power
            Home - Impressive Portfolio
            Home - SEO Audit Section
            Home - Services Section
            Home - Our Team Section
            Home - Happy clients Section
            Home - Get in touch Section
            Home - footer Section
            Home - portfolio-modal
            Home - get-in-touch-modal
        |- Innerpages - common css 
        |- Privacy-policy-page
        |- Contact-us-page
        |- Portfolio-page
        |- Blog/blog details-page
        |- Service details -pages
        |- Pricing-page
        |- Preloader
        |- Browser specific css

==============================================*/

/*----------------------------
    Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,600|Open+Sans:300,400");

/*----------------------------
    General Styling
----------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

/* Button*/
.btn {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 400;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none;
}

.btn-primary {
    background-color: #0284cf;
}

.btn-primary:hover {
    background-color: #0284cf;
}

.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus {
    background-color: #0284cf;
}

.btn-transparent {
    background: transparent;
    border: 2px solid #0284cf;
    padding: 8px 23px;
    color: #fff;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:hover, .btn-transparent:active:focus, .btn-transparent.active {
    background-color: #0284cf;
    color: #fff;
    border-color: #0284cf;
}

.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
}

.white-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    line-height: 18px;
}

.white-btn:hover, .white-btn:active, .white-btn:focus, .white-btn:active:hover, .white-btn:active:focus, .white-btn.active {
    background-color: #fff;
    color: #0284cf;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    color: #212a36;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
}

h1 span {
    font-weight: 600;
}

h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
}

h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
}

img {
    vertical-align: middle;
}

a {
    -webkit-transition: all .8s;
    transition: all .8s;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    list-style-type: none;
}

ul {
    padding-left: 0px;
}

.section-padding {
    padding: 70px 0;
}

.heading {
    position: relative;
    border-bottom: none;
}

.heading h2 {
    text-align: center;
    margin-bottom: 20px;
}

.hr {
    display: block;
    margin: 0 auto 70px;
    width: 100px;
    height: 3px;
    background-color: #0284cf;
}

.small-hr {
    display: block;
    margin: 0 0 15px;
    width: 20px;
    height: 2px;
    background-color: #0284cf;
}

.no-padding {
    padding: 0px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-60 {
    margin-bottom: 60px !important;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-t-90 {
    margin-top: 90px !important;
}

.no-padding-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-y {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-margin-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.no-margin-y {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-top: 0 !important;
}

.btn-wrapper {
    margin: 25px 0 20px 0;
}

.section-title {
    margin-top: 50px;
    margin-bottom: 47px;
    text-align: center;
}

.section-title .title-bold {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 12px;
}

.section-title .sub-title {
    font-size: 14px;
    color: #6e6e6e;
    line-height: 22px;
}

.white-ph::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #fff;
}

.white-ph::-moz-placeholder {

    /* Firefox 19+ */
    color: #fff;
}

.white-ph:-ms-input-placeholder {

    /* IE 10+ */
    color: #fff;
}

.white-ph:-moz-placeholder {

    /* Firefox 18- */
    color: #fff;
}

.more-btn-wrapper {
    margin-top: 45px;
    text-align: center;
}

.more-btn-wrapper.details-more-btn {
    margin-top: 36px;
}

.more-btn-wrapper .btn {
    max-width: 250px;
    margin: 0 auto;
}

/*----------------------------
Most top info bar
----------------------------*/
.most-top-info-wrapper {
    background: #f9f9f9;
    min-height: 41px;
}

.most-top-info-wrapper ul {
    margin-bottom: 0;
}

.most-top-info-wrapper ul li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    margin-right: 6px;
    padding-top: 10px;
    font-size: 14px;
}

.most-top-info-wrapper ul li:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    border-right: 1px solid #fff;
    border-left: 1px solid #212a36;
    height: 13px;
}

.most-top-info-wrapper ul li:last-child:after {
    display: none;
}

.most-top-info-wrapper ul li span {
    margin-right: 10px;
}

.most-top-info-wrapper ul li span.icon-map-marker::before {
    margin-left: -2px;
}

.top-social-icon-list  li a {
    color: #8a929c;
}

.most-top-info-wrapper ul.top-social-icon-list li:after {
    display: none;
}

.top-social-icon-list li a:hover, .top-social-icon-list li a:focus, .top-social-icon-list li a:active {
    color: #0284cf;
}

.top-social-icon-list li a:focus {
    outline: none;
}

.most-top-info-wrapper ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

/*----------------------------
   Navigation
----------------------------*/
header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

header .top-navbar .navbar-nav > li > a.nav-link {
    margin: 0 15px;
    padding: 10px 0;
}

.navbar {
    min-height: 85px;
    border: none;
    padding: 10px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-brand:hover, .navbar-brand:focus {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-brand:hover p, .navbar-brand:focus p {
    color: #454545;
}

.navbar-brand > p {
    display: inline-block;
    font-weight: 400;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    color: #212a36;
}

.navbar-nav > li > a {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.navbar-nav > li > a:after {
    display: block;
    position: absolute;
    bottom: 8px;
    content: '';
    width: 0;
    height: 2px;
    background: #0284cf;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    margin-left: 0;
}

.dropdown-toggle i {
    position: relative;
    top: 1px;
    left: 3px;
    font-size: 13px
}

header nav.top-navbar {
    background: #fff;
}

.top-navbar.navbar-brand {
    color: #212a36;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-navbar.navbar-brand.navbar-brand:hover, .top-navbar.navbar-brand.navbar-brand:focus {
    color: #4d4d4d;
}

.top-navbar .navbar-nav > li > a.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #212a36;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-navbar .navbar-nav > li > a.nav-link:hover, .top-navbar .navbar-nav > li > a.nav-link:focus {
    color: #0284cf;
}

.top-navbar .navbar-nav > li > a.nav-link:hover:after, .top-navbar .navbar-nav > li > a.nav-link:focus:after {
    width: 100%;
}

.top-navbar .navbar-nav > .active > a.nav-link, .top-navbar .navbar-nav > .active > a.nav-link:hover, .top-navbar .navbar-nav > .active > a.nav-link:focus {
    color: #0284cf;
    background-color: transparent;
}

.top-navbar .navbar-nav > .active > a:after, .top-navbar .navbar-nav > .active > a:hover:after, .top-navbar .navbar-nav > .active > a:focus:after {
    width: 100%;
}

header .top-navbar .navbar-nav > li > a.btn {
    padding: 10px 25px;
    outline: none;
    line-height: 21px;
    margin-left: 15px;
}

.navbar-light .navbar-toggler {
    margin-top: 16px;
    margin-right: 0;
    margin-bottom: 4px;
    padding: 8px;
    border: none;
    background: none;
    cursor: pointer;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background: none;
    position: relative;
}

.navbar-light .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler  .navbar-toggler-icon:after {
    content: "\e92b";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: "linearicons";
    font-size: 30px;
    color: #0284cf;
    cursor: pointer;
    line-height: 25px;
}

.navbar-light .navbar-toggler[aria-expanded="false"]  .navbar-toggler-icon:after {
    content: "\e92b";
}

.navbar-light .navbar-toggler[aria-expanded="true"]  .navbar-toggler-icon:after {
    content: "\e92a";
}

.navbar-light .navbar-brand {
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    top: 33px;
    left: 15px;
    padding: .5rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

li.dropdown {
    cursor: pointer;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background: #0284cf;
    color: #fff;
}

.dropdown-item span {
    margin-right: 8px;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

/*sticky header position*/
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    -o-transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s, -webkit-box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

/*----------------------------
 Home - Carousel
----------------------------*/
.carousel-item {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 100%;
}

.carousel {
    height: 100vh;
    padding-top: 125px;
}

.carousel-inner {
    height: 100%;
}

.carousel-control-next, .carousel-control-prev {
    font-size: 55px;
    padding-top: 125px;
    width: 7%;
}

.overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.carousel-caption {
    position: relative;
    height: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.carousel-caption .dis-table {
    display: table;
    height: 100%;
    width: 100%;
}

.caption-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.carousel-caption .caption-content-wrapper .btn-transparent {
    margin-right: 0;
}

.carousel-caption h1 {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 36px;
}

.carousel-caption .btn {
    margin-right: 10px;
}

.left-caption {
    text-align: left;
}

.right-caption {
    text-align: right;
}

/*----------------------------
Home - Business power
----------------------------*/
.green-box-wrapper .float-left {
    width: 33.33%;
    min-height: 200px;
    padding: 50px 15px;
    text-align: center;
    color: #fff;
}

.green-box-wrapper .darker-green {
    background: #4D7F17;
}

.green-box-wrapper .dark-green {
    background: #6BB120;
}

.green-box-wrapper .light-green {
    background: #8AE429;
}

.green-box-wrapper h5 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.green-box-wrapper span {
    font-size: 45px;
}

.green-box-wrapper p {
    margin-top: 13px;
    margin-bottom: 19px;
}

.client-logo-wrapper .owl-carousel img {
    width: auto;
    display: inline-block;
}

.client-logo-wrapper {
    padding: 50px 15px;
    background: #f2f9ee;
}

.owl-item div {
    text-align: center;
}

/*----------------------------
Home - Impressive Portfolio
----------------------------*/
.portfolio {
    position: relative;
    margin-bottom: 90px;
}

.portfolio img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.protfolio-item {
    margin-bottom: 5px;
    position: relative;
    margin-top: 25px;
}

.portfolio .text-inner {
    color: #fff;
    display: none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 2s ease 0s;
    width: 100%;
}

.protfolio-item:hover .text-inner {
    display: block;
}

.portfolio .medium-text {
    margin: 30px 0 81px;
}

.protfolio-item:hover .por-overley, .featured-img-wrapper:hover .por-overley {
    transform: scale(1);
}

.protfolio-item .por-overley {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio .text-inner .btn {
    cursor: pointer;
    line-height: 18px;
}

/*----------------------------
   Home - SEO Audit Section
----------------------------*/
.seo-audit-section {
    background: #0284cf;
    padding: 46px 0 50px 0;
    margin-top: 85px;
}

.seo-audit-title {
    text-align: center;
    color: #fff;
}

.seo-audit-title h3 {
    color: #0284cf;
    font-size: 25px;
    margin-bottom: 10px;
}
.seo-audit-title p {color: #0284cf;}

.seo-audit-title {
    margin-bottom: 20px;
}

.seo-audit-section .form-control, .get-a-touch-modal .form-control {
    background: rgba(221, 249, 187, 0.44);
    border-color: #3256a4;
    border-radius: 0;
    color: #fff;
}

.seo-audit-section .input-group-addon, .get-a-touch-modal .input-group-addon {
    background-color: #0284cf;
    border: 1px solid rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 0;
    border-right: transparent;
    font-size: 20px;
}

.seo-audit-section .form-control.white-btn-lg, .get-a-touch-modal .form-control.white-btn-lg, .start-project .btn {
    background: #fff;
    border-color: #fff;
    color: #3256a4;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.seo-audit-section .form-control.white-btn-lg {
    line-height: 16px;
}

.seo-audit-section .form-control.white-btn-lg:hover, .get-a-touch-modal .form-control.white-btn-lg:hover, .seo-audit-section .form-control.white-btn-lg:focus, .get-a-touch-modal .form-control.white-btn-lg:focus, .seo-audit-section .form-control.white-btn-lg:active, .start-project .btn:hover, .start-project .btn:focus {
    background: #0284cf;
    border-color: #ffffff;
    color: #fff;
    border: 1px solid;
}

.validation-form label.error {
    display: block;
    color: red;
    position: absolute;
    bottom: -26px;
    font-size: 13px;
    left: 1px;
}

/*----------------------------
   Home - Services Section
----------------------------*/
.service-content-wrapper {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.service-content-wrapper::after {
    background: #0284cf;
    bottom: -10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}

.service-content-wrapper:hover::after {
    width: 100%;
}

.service-content-wrapper span {
    width: 80px;
    height: 80px;
    text-align: center;
    color: #0284cf;
    font-size: 40px;
    display: block;
    margin: 30px auto;
    margin-top: 30px;
    border-radius: 50%;
    line-height: 82px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.services {
    background: #f9f9f9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    padding-bottom: 18px;
    padding-top: 1px;
}

.service-content-wrapper:hover span {
    background: #0284cf;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service-content-wrapper:hover a h4 {
    color: #0284cf;
}

.service-content-wrapper p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}

/*----------------------------
   Home - Our Team Section
----------------------------*/
.our-team-section {
    margin-bottom: 10px;
    margin-top: 1px;
}

.our-team-image-wrapper {
    position: relative;
    min-height: 311px;
}

.our-team-section p {
    color: #6e6e6e;
    font-size: 15px;
    line-height: 24px;
}

.our-team-image-wrapper img {
    position: absolute;
    border: 2px solid #474747;
    max-width: 100%;
}

.our-team-image-wrapper .image-1 {
    max-width: 295px;
    top: 0;
}

.our-team-image-wrapper .image-2 {
    left: 47px;
    top: 177px;
}

.our-team-image-wrapper .image-3 {
    right: 130px;
    top: 117px;
}

/*-------------------------------
  Home - Happy clients Section
---------------------------------*/
.paralaxbg {
    background-image: url("../images/happy-client-parallex.jpg");
    text-align: center;
    color: #fff;
}

.paralaxbg {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    width: 100%;
}

.paralaxbg [class^="icon-"] {
    font-size: 50px;
    display: block;
    width: 90px;
    height: 90px;
    background: rgba(0, 0, 0, 0.42);
    margin: 0 auto;
    text-align: center;
    line-height: 92px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #0284cf;
}

.paralaxbg p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 15px;
    margin-top: 8px;
}

.counter {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 35px;
}

.paralaxbg .overlay {
    position: static;
    padding: 48px 0;
    padding-top: 50px;
}

.latest-blog-section {
    margin-bottom: 90px;
}

.latest-blog-section.in-details-page {
    margin-bottom: 88px;
}

.blog-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.blog-wrapper img {
    width: 100%;
    max-width: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}

.blog-wrapper:hover img {
    transform: scale(1.2);
}

.single-blog h4 a {
    color: #212a36;
    font-size: 20px;
}

.single-blog h4 {
    margin-top: -20px;
}

.single-blog h4 a:hover {
    color: #0284cf;
}

.single-blog p {
    font-size: 14px;
    line-height: 24px;
    color: #6e6e6e;
    margin: 20px 0 30px 0;
}

.blog-details-content .blog-soical-link {
    margin-bottom: 0;
}

.blog-list-item li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 8px;
}

.blog-list-item {
    margin-bottom: 30px;
}

.date-wrapper {
    position: relative;
    bottom: 34px;
    max-width: 80px;
    text-align: center;
}

.date-wrapper .date {
    display: block;
    padding: 5px;
    font-weight: bold;
}

.date-wrapper .blog-day {
    background: #fff;
    color: #0284cf;
}

.date-wrapper .blog-month {
    background: #0284cf;
    color: #fff;
}

.blog-soical-link {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin-top: 15px;
}

.blog-soical-link li {
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #ececec;
    padding: 6px 15px;
    color: #b6b8c1;
}

.blog-soical-link li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0284cf;
    color: #fff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.blog-soical-link li a {
    font-size: 16px;
    color: #b6b8c1;
    padding: 0 3px;
}

.blog-soical-link li a:hover {
    color: #838487;
}

.blog-soical-link li:first-child {
    padding-left: 0;
}

/*-------------------------------
   Home - Get in touch Section
---------------------------------*/
.seo-audit-section.get-in-touch-section {
    background: #f1f1f1;
    margin-top: 82px;
    border-top: 1px solid #ddd;
}

.seo-audit-section.get-in-touch-section  .form-control {
    background:#f6f6f6;
    border-color: #898a87;
    color: #000;
}

.seo-audit-section.get-in-touch-section  .form-control::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */
    color: #aaa;
}

.seo-audit-section.get-in-touch-section  .form-control::-moz-placeholder {

    /* Firefox 19+ */
    color: #aaa;
}

.seo-audit-section.get-in-touch-section  .form-control:-ms-input-placeholder {

    /* IE 10+ */
    color: #aaa;
}

.seo-audit-section.get-in-touch-section  .form-control:-moz-placeholder {

    /* Firefox 18- */
    color: #aaa;
}

.seo-audit-section.get-in-touch-section .input-group-addon {
    background: #898a87;
}

.seo-audit-section.get-in-touch-section  .form-control.white-btn-lg {
    color: #212a36;
    background: #fff;
    border: 1px solid #222;
}

.seo-audit-section.get-in-touch-section  .form-control.white-btn-lg:hover, .seo-audit-section.get-in-touch-section  .form-control.white-btn-lg:focus {
    color: #fff;
    background: #0284cf;
}

/*----------------------------
   Home - footer Section
----------------------------*/
footer {
    background: #0284cf;
    padding: 48px 0;
    position: relative;
}

footer ul li {
    margin-bottom: 8px;
}

footer ul li, footer ul li a, footer p {
    color:#ccc;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

footer ul li:hover, footer ul li a:hover {
    color: #fff;
}

footer ul li h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}

.footer-social-icon-list, .copy-info {
    text-align: center;
    margin-bottom: 0;
}

.copy-info {
    margin-top: 20px;
    line-height: 16px;
}

.footer-social-icon-list {
    margin-top: 11px;
}

.footer-social-icon-list li {
    display: inline-block;
    margin-right: 5px;
}

.footer-social-icon-list li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    line-height: 28px;
}

.footer-social-icon-list li a:hover {
    background: #fff;
    color: #212a36;
    border-color: #fff;
}

footer .brand img {
    margin-bottom: 20px;
}

.top-btn {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    color: #9d9d9d;
    font-size: 24px;
    height: 40px;
    line-height: 42px;
    position: absolute;
    right: 20px;
    text-align: center;
    width: 40px;
}

.top-btn:hover {
    color: #0284cf;
}

/*----------------------------
   Home - portfolio-modal
----------------------------*/

/*css for portfolio-modal*/ 
.modal-dialog {
    max-width: 850px;
    width: 100%;
}

.protfolio-modal .carousel {
    height: auto;
    padding-top: 0;
    border: 1px solid #9d9d9d;
}

.modal-dialog button.close {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    font-size: 22px;
    height: 35px;
    opacity: 1;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 35px;
    z-index: 9999;
    color: #9d9d9d;
    outline: none;
}

.protfolio-modal .row {
    margin-left: -29px;
}

.modal-dialog button.close:hover {
    box-shadow: 5px 5px 5px 0 rgba(47, 44, 44, 0.2);
    color: #474747;
}

.gray-text {
    color: #9d9d9d;
}

.pro-modal-content .gray-text {
    font-size: 14px;
    line-height: 13px;
}

.pro-modal-content {
    font-size: 15px;
    text-align: left;
}

.pro-modal-content  ul {
    margin-bottom: 0;
}

.pro-modal-content li:last-child {
    margin-bottom: 0;
}

.pro-modal-content li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    font-size: 13px;
    color: #6e6e6e;
}

.pro-modal-content p {
    line-height: 24px;
    color: #6e6e6e;
}

.protfolio-modal .carousel-item {
    min-height: 362px;
}

.protfolio-modal .carousel-control-next, .protfolio-modal .carousel-control-prev {
    color: #fff;
    font-size: 38px;
    margin: 0 10px;
    opacity: 1;
    padding-top: 0;
}

.vertical-center-modal {
    text-align: center;
    padding: 0 !important;
}
.text_color_white { color: #fff !important; }
.bg_yellow { background: #0284cf; }
.vertical-center-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.vertical-center-modal .modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

/*----------------------------
   Home - get-in-touch-modal
----------------------------*/
.get-a-touch-modal .modal-dialog {
    min-width: 650px;
}

.get-a-touch-modal .modal-content {
    background: url("../images/get-in-touch-modal-bg.jpg") no-repeat center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    border: none;
}

.get-a-touch-modal .modal-content .float-left {
    width: 50%;
    padding: 45px 30px;
    text-align: left;
    padding-bottom: 20px;
}

.get-a-touch-modal .modal-content .float-left p {
    margin-bottom: 0;
}

.get-a-touch-modal .modal-content textarea {
    resize: none;
}

.get-a-touch-modal .overlay {
    position: static;
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}

.get-a-touch-modal .green-bg {
    background: #0284cf;
    position: relative;
    min-height: 347px;
}

.get-a-touch-modal .green-bg:before {
    font-family: "FontAwesome";
    content: "\f0d9";
    position: absolute;
    top: 32%;
    left: -20px;
    z-index: 0;
    font-size: 65px;
    color: #0284cf;
}

.get-a-touch-modal .modal-body {
    padding: 0;
    border: none;
}

.get-a-touch-modal .input-group {
    margin-bottom: 20px;
}

.contact-info-modal li {
    margin-bottom: 15px;
    text-align: left;
}

.contact-info-modal li p {
    margin-bottom: 4px;
    color: #655d5d;
}

.contact-info-modal li p span {
    color: #0284cf;
    margin-right: 8px;
    font-size: 17px;
    vertical-align: middle;
    margin-left: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

.get-a-touch-modal h4 {
    font-size: 20px;
    margin-bottom: 0;
}

.contact-info-modal li span {
    margin-left: 45px;
    font-size: 14px;
    opacity: .7;
}

/*----------------------------
   innerpage - common css 
----------------------------*/
.inner-banner-wrapper {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    padding-top: 125px;
    color: #fff;
    text-align: left;
}

.inner-banner-wrapper .overlay {
    background: rgba(0, 0, 0, 0.68) none repeat scroll 0 0;
}

/*all inner page banners*/
.privacy-banners {
    background: url("../images/privecy-banner.jpg");
    margin-bottom: 88px;
}

.terms-conditions-banners {
    background: url("../images/terms-conditions-banner.jpg");
    margin-bottom: 88px;
}

.contact-banners {
    background: url("../images/contact-banner.jpg")
}

.portfolio-banners {
    background: url("../images/portfolio-img/portfolio-banner.jpg")
}

.blog-banners {
    background: url("../images/blog-img/blog-banner.jpg")
}

.blog-details-banners {
    background: url("../images/blog-img/blog-details-banner.jpg")
}

.seo-banners {
    background: url("../images/seo-page-bg.jpg")
}

.sem-banners {
    background: url("../images/sem-page-bg.jpg")
}

.pay-per-click-banners {
    background: url("../images/pay-per-click-page-banner.jpg")
}

.smm-banners {
    background: url("../images/smm-banner.jpg")
}

.content-marketing-banners {
    background: url("../images/content-marketing-banner.jpg")
}

.custom-website-banners {
    background: url("../images/custome-web-site-design.jpg")
}

.pric-banners {
    background: url("../images/price-page-banner.jpg")
}

.banner-text {
    padding: 80px 0;
}

.banner-text h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 20px;
}

.banner-text p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 4px;
}

/* end all inner page banners*/

/*----------------------------
   privacy-policy-page
----------------------------*/
.privacy-terms-text h3 {
    font-size: 24px;
}

.privacy-terms-text p {
    margin-bottom: 45px;
}

/*----------------------------
   Contact-us-page
----------------------------*/
.contact-us-section {
    margin-bottom: 84px;
}

.contact-us-section .seo-audit-section {
    margin-top: 0;
    padding: 20px 15px;
}

.contact-us-section .seo-audit-section .input-group {
    margin-bottom: 20px;
}

.contact-us-section .seo-audit-section .input-group textarea {
    resize: none;
    height: 97px;
}

.contact-us-section .seo-audit-section h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
}

.left-info-contact p {
    margin-bottom: 0;
    opacity: .7;
    font-size: 14px;
}

.left-info-contact p span {
    margin-right: 8px;
    color: #0284cf;
}

.left-info-contact p i {
    margin-left: 27px;
    font-style: normal;
}

.google-map-wrapper {
    margin-top: 30px;
}

.contact-us-section h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

/*----------------------------
   portfolio-page
----------------------------*/
.pro-controls {
    color: #eee;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -10px;
}

.pro-controls .filter {
    color: #606060;
    font-size: 16px;
    border: none;
    background: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    padding: 3px 0;
    margin: 3px 22px;
    margin-top: 0;
    outline: none;
    cursor: pointer;
}

.pro-controls .filter.active:focus, .pro-controls .filter.active:hover, .pro-controls .filter.active, .pro-controls .filter:hover, .pro-controls .filter:focus {
    color: #0284cf;
    border-bottom: 2px solid  #0284cf;
}

.pro-item-img {
    width: 100%;
    padding: 39%;
    max-height: 280px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    position: relative;
}

.port-cat-con {
    padding: 2% 0 0;
    text-align: justify;
    font-size: 0.1px;
    -webkit-backface-visibility: hidden;
    transition-duration: 0s !important;
}

.port-cat-con .por-overley, .featured-img-wrapper .por-overley {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    padding-top: 26%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.port-cat-con .por-overley {
    padding-top: 33%;
}

.port-cat-con .mix {
    float: left;
    margin: 0;
    margin-bottom: 30px;
    text-align: left;
    display: none;
    position: relative;
}

.port-cat-con .mix:hover .por-overley {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.portflio-content .box-content-with-img {
    position: relative;
    max-width: 360px;
    margin-top: 45px;
    margin-bottom: 0;
}

.featured-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.port-cat-con .btn-transparent {
    color: #fff !important;
}

.start-project {
    background: #0284cf;
    padding: 46px 0 48px 0;
    color: #fff;
    margin-top: 60px;
}

.start-project  h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
}

.start-project .btn {
    margin-top: 24px;
}

.start-project p {
    margin-bottom: 0;
}

.bottom-link-page {
    margin-top: 83px;
}

.go-to-content-wrapper {
    max-width: 280px;
    text-align: center;
    margin: 0 auto;
}

.go-to-content-wrapper .icon-bag-dollar::before, .go-to-content-wrapper .icon-pencil5::before {
    font-size: 38px;
}

.go-to-content-wrapper { padding-bottom: 20px; }

.go-to-content-wrapper > [class^="icon-"] {
    font-size: 40px;
}

.go-to-content-wrapper h4 {
    font-size: 17px;
    font-weight: bold;
    margin: 7px 0;
}

.go-to-content-wrapper p {
    font-size: 13px;
}

.go-to-content-wrapper p a {
    color: #fff;
    font-size: 14px;

}

.go-to-content-wrapper p a:hover, .go-to-content-wrapper p a:focus {
    color: #000;
}

.go-to-content-wrapper p a  span {
    margin: 0 10px;
    vertical-align: middle;
}

.go-to-content-wrapper .link {
    margin-bottom: 4px;
}

.portfolio.featured-project-wrapper {
    margin-bottom: 78px;
}

.featured-project-wrapper.featured-project-m-b {
    margin-bottom: 85px;
}

/*----------------------------
   blog/blog details-page
----------------------------*/
.pagination {
    margin-top: 30px;
    margin-bottom: 0;
}

.page-item:first-child .page-link {
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}

.page-item.disabled .page-link {
    color: #b6b8c1;
}

.pagination  .page-link {
    color: #0284cf;
}

.author-section .media img {
    border-radius: 50%;
}

.author-section .media h5 span {
    text-transform: uppercase;
}

.author-section {
    background: #f3fbf4;
    padding: 47px 0 45px 0;
    margin-top: 76px;
}

.blog-details-content {
    margin-top: 80px;
}

.blog-details-content  h1 {
    margin-bottom: 20px;
}

/*----------------------------
   service details -pages
----------------------------*/
.service-details-container {
    position: relative;
    border: 1px solid #ececec;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    padding-left: 40%;
}

.service-details-content {
    padding: 10px;
    padding-top: 20px;
}

.service-details-content b {
    color: #555;
}

.service-details-content p {
    color: #6e6e6e;
    font-weight: normal;
    margin-top: 20px;
}

.service-details-content ul li {
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 21px;
}

.service-details-content ul {
    margin-top: 40px;
}

.service-details-content ul li:before, .pro-modal-content li::before, .blog-list-item li:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    font-family: "FontAwesome";
    color: #0284cf;
    font-size: 13px;
}

.service-details-container {
    overflow: hidden;
}

.service-left-img-wrapper img {
    display: inline-block;
    max-width: 37%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-height: 100%;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    overflow: hidden
}

.service-details-container:hover img {
    transform: scale(1);
}

.service-details-content .btn-wrapper {
    margin-top: 45px;
}

.service-details-content .btn-wrapper .btn.btn-transparent {
    color: #0284cf;
    margin-left: 10px;
}

.service-details-content .btn-wrapper .btn.btn-transparent:hover, .service-details-content .btn-wrapper .btn.btn-transparent:focus {
    color: #fff;
}

.service-details-content h3 {
    line-height: 18px;
    margin-top: 0;
}

.process-steps-wrapper {
    text-align: center;
}

.process-steps-wrapper span {
    display: inline-block;
    border: 1px solid #ececec;
    padding: 11px;
    position: relative;
    background: #fff;
    border-radius: 50%;
    top: -11px;
    z-index: 9;
}

.process-steps-wrapper span:after {
    content: "";
    width: 12px;
    height: 12px;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 0;
    background: #72c02c;
    border-radius: 50%;
}

.line-vrt {
    position: relative;
}

.line-vrt:after {
    position: absolute;
    top: 0;
    width: 50%;
    left: 0;
    height: 1px;
    background: #ececec;
    display: block;
    right: 0;
    border-top: 1px solid #ececec;
    content: "";
}

.line-vrt:before {
    position: absolute;
    top: 0;
    width: 50%;
    right: 0;
    height: 1px;
    background: #ececec;
    right: 0;
    border-top: 1px solid #ececec;
    content: "";
}

.line-vrt.after-none:after, .line-vrt.before-none:before {
    display: none;
}

.line-vrt.before-none:after {
    right: 0;
    left: inherit;
}

.line-vrt.after-none:before {
    left: 0;
    right: inherit;
}

.process-steps-wrapper p {
    font-size: 14px;
    color: #6e6e6e;
}

.process-steps-wrapper h4 {
    font-size: 18px;
}

.m-t-10 {
    margin-top: 10px;
}

.service-process-wrapper {
    margin-bottom: 74px;
}

/*----------------------------
   Pricing-page
----------------------------*/
.price-table {
    border: 1px solid #ececec;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    padding: 30px 15px;
    text-align: center;
}

.price-table h5 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 22px;
}

.price-table h4 {
    font-size: 20px;
    font-weight: bold;
    color: #0284cf;
}

.price-table h4 span {
    font-size: 13px;
    color: #6e6e6e;
    opacity: .8;
    font-weight: normal;
}

.price-table p {
    font-size: 15px;
    margin: 20px;
    margin-bottom: 30px;
}

.price-table-wrapper {
    margin-bottom: 90px;
}

/*----------------------------
   preloader 
----------------------------*/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: block;
    font-size: 12px;
    color: #565656;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #0284cf;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }

}

/*----------------------------
   Browser specific css 
----------------------------*/
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {

    /* IE10+ specific styles go here */
    header .top-navbar {
        padding: 22px 0;
    }

}

@-moz-document url-prefix() {
    .contact-us-section .seo-audit-section {
        padding-bottom: 26px;
    }

}



.news_slider { width: 310px; height: 360px; float: left; overflow: hidden; position: relative; box-sizing: border-box; }
.news_slider_inner { width: 100%;border: 3px solid #b18313; float: left;box-sizing: border-box;
    height: 100%; }

#slider {
  position: relative;
  overflow: hidden;
  margin:0;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 310px;
  height: 332px;
  background: #fff;
  text-align: center;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #b48213;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
  right: 0px;
}

a.control_next {
  left: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}

.com_hd { float: right; background: url(../images/hd_bg.jpg) no-repeat left center #b4830d; height: 28px; padding:0 10px 0 40px; line-height: 28px; font-size: 16px; color: #fff; }

.news_slide_img { width: 100%; height: 227px; float: left; }
.news_slide_content {float: left; padding: 10px; width: 100%; box-sizing: border-box; position: relative;}
.news_slide_conten_hd { float: left; color: #ab8018; font-size: 16px; width: 100%; text-align: right; margin:0px 0px 05px 0; }
.news_slide_conten_p { color: #8f8f8f; font-size: 12px; margin: 0px; width: 100%; line-height: 18px; margin-bottom: 5px; text-align: right; }
.news_slide_conten_a { float: left; font-size: 12px; color: #6e6c6d; text-decoration: underline; }
.news_slide_date {position: absolute;
    top: -35px;
    color: #fff;
    background: rgba(196, 126, 24, 0.7);
    font-size: 22px;
    left: 0px;
    padding: 3px 10px;
    font-weight: bold;}
    
 .wid_assingg {width: 310px !important; float: left !important; margin-left: 10px !important;}  
 

 .news_cloum { width: 325px; float: right; margin-right: 05px; }
 .news_cloum_inner { width: 100%; float: right; height: 326px; border: 3px solid #d9b244; background: #fff; }
 .each_news { width: 100%; float: right; margin: 0px; padding: 12px 05px; box-sizing: border-box; border-top:1px solid #b18313;}
 .each_news_date { width: 65px; height: 60px; float: right; margin-left: 10px; background: #d9ccaa; text-align: center; padding: 0px 0px; box-sizing: border-box; }
 .date_span { font-size: 30px; font-weight: bold; color: #5e5e5e; text-decoration:underline; }
 .mont_span { font-size: 18px; font-weight: bold; color: #fff; }
 .news_cloum_hd { width: calc(100% - 80px); float: right; text-align: right; font-weight: bold; color: #b18313; font-size: 16px; margin: 0px;
    margin-bottom: 05px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
 .news_cloum_prag { line-height: 18px; font-size: 12px; color: #838282;width: calc(100% - 80px); float: right; margin: 0px; }
 .news_cloum_anchor { float: left; font-size: 14px; color: #838282; text-decoration:underline; }
 .news_cloum_anchor_right { color: #b18313; float: right;  text-decoration:underline;font-size: 14px; margin:-05px 10px 0 0; }
 
 @media (max-width: 768px) {


 .news_cloum {
    width:91%;
}
.news_slider{
    float: right;
    margin: 10px 7px 10px 0;
    width: 91%;
}
.news_slider_inner {    float: right;    width: 94%;}
a.control_next { left: 20px;}
}

.service-details-content h4 { font-size: 1.1rem; }

.clr { clear: both; }