
@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: 16px;
}
.bg-purple-one{
    --tw-bg-opacity: 1;
    background-color: rgb(100 57 245/var(--tw-bg-opacity));
}
/* Button*/
.btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0;
}
.section-title .heading-para{
    font-size:20px;
    margin-bottom:20px;
    line-height:25px;
    font-weight: 300;
    color:#00d6ac;
}

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

.btn-primary {
    background-color: #00d6ac;
}

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

.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: #78b72e;
}
.whatsapp-chat {
    position: fixed;
    background-color: #4dc247;
    color: #fff;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    top: 90%;
    margin-left: 20px;
    z-index: 9999;
}
                               
    .whatsapp-chat .fa-whatsapp {
        color: #fff;
        width: 41px;
        height: 50px;
        display: inline;
    }
    .call-chat {
        position: fixed;
        background-color:#007bb6;
        color: #fff;
        float: left;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        overflow: hidden;
        box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
        font-size: 28px;
        text-align: center;
        line-height: 50px;
        top: 80%;
        margin-left: 20px;
        z-index: 9999;
    }
    .call-chat .fa-phone {
        color: #fff;
        width: 41px;
        height: 50px;
        display: inline;
    }
.btn-transparent {
    background: transparent;
    border: 2px solid #00d6ac;
    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: #016753;
    color: #fff;
    border-color: #016753;
}

.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: #016753;
}
.font20{
    font-size:20px !important;
}
.pad-20{
    padding-bottom:20px;
}
.pad30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mar30 {
    padding-top: 30px !important;
    
}
.img-shadow{
    box-shadow:2px 2px 10px #ccc;
}
.pad_30 {
    padding-bottom: 30px;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    color: #212a36;
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
}
.section-faq h4 {
    font-size: 2.1rem;
}

h1 span {
    font-weight: 600;
}

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

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

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: #00d6ac;
}

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

.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: 89px;
    margin-bottom: 47px;
    text-align: center;
}

.section-title .title-bold {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    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;
}
.copy-info a, .copy-info a:hover{
    color: #fff;
}
.pad_20{
    margin-top:20px;
    margin-bottom:20px;
}
.pad_10 {
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}
/*----------------------------
Most top info bar
----------------------------*/
.most-top-info-wrapper {
    background: #f2f9ee;
    min-height: 41px;
}
    .most-top-info-wrapper a, .most-top-info-wrapper a:hover {
        color:#000;
    }
    .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: #00d6ac;
}

.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;
}
header .top-navbar .navbar-nav > li > a.nav-link:last-child{
    margin-right:0px;
}
.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: #00d6ac;
    -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: 15px;
    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: #00d6ac;
}

.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: #00d6ac;
    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: #00d6ac;
    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: #016753;
    color: #fff;
    font-size:15px;
    font-weight:300;
    text-transform: uppercase;
}
.dropdown-item {
    font-size:15px;
    text-transform: uppercase;
}
.dropdown-item span {
    margin-right: 8px;
    font-size: 15px;
    font-weight:300;
    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: #016753;
}

.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 h4{
    color:#fff;
    font-size:38px;
}
.client-logo-wrapper {
    padding: 40px 15px;
    background: #050A30;
    color:#fff;
}
.client-logo-wrapper .fa-user{
    color:#fff;
}

.owl-item div {
    padding-top: 15px;
    margin: 0 5%;
    text-align: center;
}

/*----------------------------
Home - Impressive faq
----------------------------*/
.section-faq {
    position: relative;
    margin-bottom: 40px;
}

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

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

.section-faq .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;
}

.section-faq .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%;
}

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

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

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

.seo-audit-title h5 {
    color: #fff;
    font-size: 2.0rem;
    margin-bottom: 10px;
}

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

.seo-audit-section .form-control, .get-a-touch-modal .form-control {
    background: #016753;
    border-color: #016753;
    border-radius: 0;
    color: #fff;
}

.seo-audit-section .input-group-addon, .get-a-touch-modal .input-group-addon {
    background-color: #01342a;
    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: #016753;
    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: #016753;
    border-color: #016753;
    color: #fff;
}

.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: #016753;
    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: #00d6ac;
    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: #016753;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

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

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

/*----------------------------
   Home - Our Team Section
----------------------------*/
.our-team-section {
    margin-bottom: 90px;
    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: #00d6ac;
}

.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: #016753;
}

.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: #00d6ac;
}

.date-wrapper .blog-month {
    background: #00d6ac;
    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: #00d6ac;
    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;
}
.section-programs ul{
    margin-top: 20px;
    margin-left:0px;
    list-style-type: none;
}
.section-programs ul li {
    color: #000000;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.section-programs ul li:before {
    content: "\f00c";
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
    font-family: "FontAwesome";
    color: #00d6ac;
    font-size: 20px;
}
.mar-btm-30{
    
    padding-bottom:30px;
}
/*-------------------------------
   Home - Get in touch Section
---------------------------------*/
.seo-audit-section.get-in-touch-section {
    background: #212a36;
    margin-top: 82px;
}
.margin-15{
    margin-bottom:15px;
}
.seo-audit-section.get-in-touch-section  .form-control {
    background: rgba(162, 162, 161, 0.44);
    border-color: #898a87;
}

.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;
}

.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: rgba(162, 162, 161, 0.44);
}
.pad-40{
    padding-bottom:40px;
}
/*----------------------------
   Home - footer Section
----------------------------*/
footer {
    background: #3c4550;
    padding: 0px;
    padding-top:40px !important;
    position: relative;
}
footer .footer-social-icon-list{
    text-align: left !important;
}
footer .footer-social-icon-list li{
    text-align: center !important;
}
.footer-copyright p{
    margin-top:8px;
    margin-bottom: 8px;
}
footer p{
    font-size:18px;
}
footer ul li {
    margin-bottom: 8px;
}

footer ul li, footer ul li a, footer p {
    color: #fff;
    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: #00d6ac;
}

/*----------------------------
   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;
}

.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: #00d6ac;
    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: #00d6ac;
}

.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: #00d6ac;
    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_us.jpg")
}
.services-banners {
    background: url("../images/service.jpg")
}
.gallery-banners {
    background: url("../images/gallery.jpg")
}
.section-faq-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: 18px;
}

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

.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: 22px;
    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: #00d6ac;
    border-bottom: 2px solid  #00d6ac;
}

.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: #00d6ac;
    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 > [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: #00d6ac;
}

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

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

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

.section-faq.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: #00d6ac;
}

.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: 50%;
}

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

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

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

.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: #00d6ac;
    font-size: 13px;
}

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

.service-left-img-wrapper img {
    display: inline-block;
    max-width: 50%;
    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.2);
}

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

.service-details-content .btn-wrapper .btn.btn-transparent {
    color: #00d6ac;
    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: #016753;
}

.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: #00d6ac;
    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;
    }

}

/*social media icon*/
.f {
    color: #3b5998 !important;
}
.g {
    color: #d34836 !important;
}
.t {
    color:#00aced !important;
}
.lin {
    color: #007bb6 !important;
}
.fb{
    color: #3b5998 !important;
}
#facebook {
    color: white !important;
}

    #facebook:hover,
    #facebook:focus,
    #facebook:active,
    #facebook.active {
        color: #3b5998 !important;
    }

#google {
    color: white !important;
}

    #google:hover,
    #google:focus,
    #google:active,
    #google.active {
        color: #d34836 !important;
    }

#twitter {
    color: white !important;
}

    #twitter:hover,
    #twitter:focus,
    #twitter:active,
    #twitter.active {
        color: #00aced !important;
    }

#linkedin {
    color: white !important;
}

    #linkedin:hover,
    #linkedin:focus,
    #linkedin:active,
    #linkedin.active {
        color: #007bb6 !important;
    }

#pinterest {
    color: white !important;
}

    #pinterest:hover,
    #pinterest:focus,
    #pinterest:active,
    #pinterest.active {
        color: #C92228 !important;
    }



.ulsquare li {
    font-size: 16px !important;
    list-style: square !important;
    color: #000 !important;
    line-height: 30px;
}
ul{
    margin-left: 18px;
}

.owl-carousel {
    position: relative;
}

.owl-prev,
.owl-next {
    font-size: 27px;
    color:#fff;
    padding: 1px 20px;
    border: 1px solid #ffffff;
    background-color: trasparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}
.mfp-hide {
    display: none !important;
}
.border-box {
    margin-top: 5px !important;
    border: 1px solid #016753;
    background: #016753;
    color: #fff !important;
    padding: 5px 10px !important;
    text-decoration: none;
}
.border-box:hover {
    border: 1px solid #016753;
    background: #016753;
    color: #fff !important;
    /*padding: 5px 10px !important;*/
    text-decoration: none !important;
}

.navbar-nav > li > a:after {
    background: none;
}
.bs-example {
    margin: 20px;
}
.modal-content iframe {
    margin: 0 auto;
    display: block;
    width:100%;
    height:100%;
}
.covidcss{
    
    margin:10px !important;
    padding:10px !important;
}
.container1 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:390px;
    
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99 !important;
    background-color: #000;
}


/*-----------------------------
empowering-section
------------------------*/
.empowering-section{
    background-color: #3b5998;
    color:#fff;

}
.empowering-section h2{
    color:#fff;
    font-size: 2rem;
    line-height: 1.3;
}
.empowering-section p{
    color:#fff;
    font-size:24px;
    font-weight:300px;
    line-height:30px;
    padding-bottom:30px;
}
a{
    color:#000;
}
.section-blocks{
    margin-bottom: 47px;
}
.block1{
    border:2px solid #ccc;
    padding:15px;
    min-height:372px;
}
.service-part a{
    color: #000;
    font-size: 20px;
    line-height: 28px;
}
.service-part p{
    text-align: center;
    color:#000;
    padding-top:20px;
    padding-bottom:10px;

}

.section-director{
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.section-director .img{
    padding:15px;
}
.box-map{
    width:100%;
    padding:15px;
}
footer h6{
    color:#fff;
    font-size:18px;
    line-height:28px;

} 
footer ul{
    margin-left:0px;
}
footer .line {
    text-align: left;
    line-height: 10px;
}
footer .line {
    /*text-align: center;*/
    margin-bottom: 30px;
    position: relative;
}
footer .line > span {
    background-color: #00d6ac;
    color: #fff;
}
.copy-right {
    background-color: #2d2d2d;
}
.copy-right {
    padding: 20px 0;
    margin-top: 30px;
}
.line > span {
    display: inline-block;
    width: 70px;
    height: 5px;
    border-radius: 2px;
}

.box-map-footer{
    width:100%;
    padding: 1px;
}
.section-director .txt{
    /* margin: 30px 0;
    padding:30px 0; */
}
.section-director .txt p{
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    padding-top:15px;
}
.section-director div{
    text-align: center;
    margin: 0px auto;
}
.mar-top-30{
    padding-top:30px;
}
.box-vm{
    padding: 10px;
    border: 1px solid #ccc;
    min-height:260px;
}
.btn-about{
    border: 1px solid #016753;
    background-color: #016753;
    color:#fff;
    font-size: 20px;
    padding: 10px 20px;
}
.btn-about:hover{
    border: 1px solid #016753;
    color:#016753;
    background-color:#fff;
    font-size: 20px;
    padding: 10px 20px;
}
.client-logo-wrapper a{
    color:#000;
}


/*---------------------
faq ---------------*/
.accordions {
    margin: 10px auto;
    }
    
    .accordions h5 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    }
    
    .accordion-item {
    background-color: #016753;
    margin-bottom: 20px;
    border: 1px solid #016753;
    border-radius: 5px;
    color: #ffffff;
    }
    
    .accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: transform 0.4s ease-in-out;
    }
    
    .accordion-item .accordion-title.active-title {
    background-color: #000000;
    color: #ffffff;
    }
    
    .accordion-item .accordion-title h5 {
    font-weight: 700;
    margin: 0;
    color:#fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    }
    
    .accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
    }
    
    .accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
    color: #ffffff;
    }
    
    .accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    color: #100e34;
    }
    
    .accordion-item .accordion-content.active {
    display: block;
    }
    
    .accordion-item .accordion-content p {
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    }
    
    .details {
    background: #dce1f2;
    }
    
    .details .detailed_info {
    margin: 50px auto;
    }
    
    .details img {
    margin: 0 auto;
    display: block;
    /* margin-top: 120px; */
    }
    
    .details h3 {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 20px;
    }
    
    .details p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    }
    
    .details ul li {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    }


    /*--------------------------About us page----------------------------------*/
    
      .section-about-page{
        padding-top: 30px;
        background-color: #f4f4f4;
      }
      .empowering-section a{
        color:#fff;
      }
      .section-about-page p{
        font-size: 18px;
        font-weight:300;
        line-height:27px;
        padding: 15px 0;
      }
      .text-black{
        color:#000;
      }
      .text-bold{
        font-weight:bold;
      }

      .section-mission-vision p{
        font-size: 17px;
        font-weight: 300;
        line-height:24px;
      }

      .services-banners h1{
        color: #fff;
        font-size: 42px;
        margin-bottom: 20px;
      }

     /*--------------  ot services page -------------------*/

     .ot-service{
        padding: 40px 0px;
     }
     .ot-service .ot-box{
        border:1px solid #ccc;
        padding:15px;
        min-height: 317px;
        margin-bottom: 15px;
     }
     .ot-service .ot-number{
        font-size:28px;
        line-height:26px;
        font-weight:600;

     }
     .ot-service .ot-heading{
        font-size:20px;
        line-height:26px;
        font-weight:300;

     }
     .ot-service .ot-text{
        font-size:16px;
        line-height:26px;
        font-weight:300;

     }
     .ot-special-needs-c-area{
        background-color: #000000;
        color:#fff;
        padding: 40px 0px;
     }
     .ot-special-needs-c-area h3{
        color:#ffffff;    
    }

    /* (A) GALLERY WRAPPER */
/* (A1) BIG SCREENS - 3 IMAGES PER ROW */
.gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
    max-width: 1200px; /* optional */
    margin: 0 auto; /* optional */
  }
  
  /* (A2) SMALL SCREENS - 2 IMAGES PER ROW */
  @media screen and (max-width: 768px) {
    .gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  
  /* (B) GALLERY VIDEOS */
  /* (B1) THUMBNAIL VIDEO */
  .gallery video {
    width: 100%;
    height: 200px;
    object-fit: cover; /* fill | contain | cover | scale-down */
    cursor: pointer;
  }
  
  /* (B2) FULLSCREEN VIDEO */
  .gallery video.full {
    position: fixed;
    top: 0; left: 0; z-index: 999;
    width: 100vw; height: 100vh;
    background: #000;
    object-fit: scale-down;
  }
  
  /* (C) EXIT FULLSCREEN */
  #vClose {
    position: fixed; display: none;
    top: 0; right: 0; z-index: 9999;
    font-size: 20px; font-weight: 700;
    padding: 10px 15px;
    color: #fff;
    background: #741414;
    cursor: pointer;
  }
  .padding-40{
    padding:40px 0;
  }
  .video-container video{
    border-radius:20px;
  }
  #vClose.show { display: block; }

  .empowering-backround{
    background-color: #050A30;
    color:#fff;
  }
  .padding-40{
    padding: 40px 0;
  }
  .pad-30{
    padding-top: 30px;
  }
  .empowering-backround h2{
    color:#fff;
  }

  .box-decor{
    border:1px solid #050A30;
    padding:20px;
    height:270px;
    border-radius: 20px;
    text-align: justify;
  }
  .margin-bot-30{
    margin-bottom: 30px !important;
  }
  .seo-audit-title h3{
    color: #fff !important;
  }
  .text-18{
    font-size: 18px;
  }
  .box-decor-m{
    border:1px solid #ccc;
    padding:20px;
    height:260px;
  }

 .raise_custom_ot  {
    background-color: #48D1CC !important;
    color: #fff;
}
.raise_custom_yellow{
    background-color: #FFDB58 !important;
    color:#fff;
}
.raise_custom_red{
    background-color:#741414;
    color:#fff;
}
.raise_custom_red h3{
    color:#fff;
}
.raise_custom_blue{
    background-color: #050A30;
    color:#fff;
}
.raise_custom_blue h3{
    color:#fff;
}
.raise_custom_brick_red{
    background-color: #cc3366;
    color:#fff;
}
.raise_custom_ot h3, .raise_custom_brick_red h3, .raise_custom_yellow h3{
    color:#fff;
}
.raise_custom_ot p, .raise_custom_blue p, .raise_custom_brick_red p, .raise_custom_yellow p, .raise_custom_red p{
    color:#fff;
    text-align: justify;
}
.raise_custom_column-inner .border-box1{
    padding:15px;
    margin:10px;
}
.raise_custom_wrapper{
    margin:0;
}
.raise_custom_row, .raise_custom_section {
    position: relative;
}

.raise_custom_column-inner::after {
    clear: both;
}
.raise_custom_column_container>.raise_custom_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.raise_custom_column_container>.raise_custom_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.raise_custom_column-inner {
    margin-bottom: 40px;
}
.raise_custom_column-inner::after, .raise_custom_column-inner::before {
    content: " ";
    display: table;
}
.raise_custom_column-inner::after {
    clear: both;
}
.raise_custom_column-inner::after, .raise_custom_column-inner::before {
    content: " ";
    display: table;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
    .mar-bot-40{
        margin-bottom:40px;
    }