/*

Theme Name: Stella Theme

Theme URI: http://stellatechnology.com

Description: This is a child theme of 2016

Author: Ata Ur Rafe

Author URI: http://.stellatechnology.com

Template: twentysixteen

Version: 0.1

*/

@import url('../twentysixteen/style.css');
@import url('css/bootstrap.min.css');

body {
    font-family: 'Lato', sans-serif;
    color: #4a4a4a;
	height:auto;
  
}

body,
.site {
    background-color: transparent;
}

.site-inner {
    max-width: 100%;
}

.site-header {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 0 5px #d1d1d1;
}

.main-navigation {
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
}

.main-navigation a {
    color: #fff;
}

.main-navigation a:hover,
.main-navigation a:focus {
    color: #4a4a4a;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    color: #16b93d;
}

.black-2 {
    color: #4a4a4a;
}

.green-text,
.green-text:hover,
.entry-title,
.entry-title a,
.entry-title a:hover,
.entry-title a:focus {
    color: #16b93d;
}

.entry-title {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
}

.entry-title a:hover {
    text-decoration: underline;
}

.entry-footer {
    font-size: inherit;
    font-weight: 300;
    margin-bottom: 25px;
    margin-top: 0;
}

.entry-content,
.entry-summary {
    font-size: 18px;
    font-weight: 300;
}

h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin: 2em 0;
}

.fixed-top {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}

.header-spacing {
    margin-top: 100px;
}

.primary-menu {
    background-color: #0a9046;
    margin-bottom: 50px;
}

.page-header,
.widget {
    border-top: none;
}

.content-bottom-widgets {
    background-color: #f3f5f8;
}

.site-info {
    color: #fff;
    background: #fff;
}

#secondary .widget {
    background-color: #f3f5f8;
    padding: 20px;
}

.widget .widget-title {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 500;
}

#search-2.widget {
    margin-bottom: 0;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-submit,
.search-submit:hover,
.search-submit:focus {
    background-color: transparent;
}

input[type="search"].search-field {
    width: 100%;
}

.entry-content,
.entry-summary {
    margin-bottom: 50px;
}

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

.widget-area > :last-child,
.site-footer .social-navigation {
    margin-bottom: 35px;
}

.site-main {
    margin-bottom: 0;
}

#content-bottom-widgets .textwidget h3 {
    font-size: 14px;
}

.site-info a {
    color: #16b93d;
    text-decoration: none;
}

.site-info .textwidget {
    margin-top: 32px;
}

.site-info .widget p {
    font-size: 14px !important;
    margin-bottom: 0;
}

.site-info a:hover,
.site-info a:focus {
    color: #16b93d;
}

.site-info .custom-logo-link {
    margin-top: 18px;
}

#secondary li {
    margin-bottom: 15px;
}

#secondary li:last-child {
    margin-bottom: 0;
}

.title-spacing {
    margin: 2em 0;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #16b93d;
}


/* Custom overlay navigation

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

.button_container {
    position: relative;
    height: 28px;
    width: 34px;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}


/* Animate the top hamburger bar */

.button_container.active .top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #fff;
}


/* Set the middle hamburger bar's opacity to 0  */

.button_container.active .middle {
    opacity: 0;
    background: #fff;
}


/* Animate the bottom hamburger bar */

.button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #fff;
}

.button_container span {
    background: #0a9046;
    border: none;
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 8px;
}

.button_container span:nth-of-type(3) {
    top: 16px;
}

#content-bottom-widgets .widget-title,
#content-bottom-widgets .widget-subtitle {
    font-weight: 500;
    color: #0a9046;
    text-transform: inherit;
    margin-top: 20px;
    margin-bottom: 10px;
}

#content-bottom-widgets .widget-title,
#content-bottom-widgets .widget-subtitle.first-child {
    margin-top: 15px;
    margin-bottom: 5px;
}

.address {
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: left top;
}

.phone-icon,
.email-icon {
    padding-left: 32px;
    background-repeat: no-repeat;
    background-position: left center;
}

.phone-icon {
    background-image: url('images/phone-icon.png');
}

.email-icon {
    background-image: url('images/email-icon.png');
}

#content-bottom-widgets .menu {
    padding: 0;
    margin: 0;
    line-height: 25px;
    list-style: none;
}

#content-bottom-widgets .menu a {
    color: #4a4a4a;
}

#content-bottom-widgets .menu a:hover,
#content-bottom-widgets .menu a:focus {
    color: #16b93d;
}

.social-navigation span {
    margin-top: 13px;
}

.social-navigation li {
    margin: 0 0 0 15px;
}

.social-navigation a {
    color: #16b93d;
    border-color: #16b93d;
    height: 48px;
    width: 48px;
}

.social-navigation a:hover {
    border-color: #4a4a4a;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #4a4a4a;
    text-decoration: none;
}

.social-navigation a:before {
    height: 46px;
    line-height: 46px;
    width: 46px;
}

.social-navigation a[href*="facebook.com"]:before {
    content: '\f204';
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f207";
}

.social-navigation a:before {
    font-size: 24px;
}

.textwidget a {
    box-shadow: none;
}

.post-thumbnail img {
    width: 100%;
}

.comments-title,
.comment-reply-title {
    border-top: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.comment-metadata,
.pingback .edit-link,
.comment-form label {
    font-size: 10px;
}

.comment-reply-link {
    font-size: 12px;
    margin-top: 15px;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 0;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    font-size: inherit;
}

.comment-form {
    padding-top: 10px;
}

.site-main > :last-child.post-navigation {
    margin-bottom: 50px;
}

.post-navigation {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: 'Lato', sans-serif;
}

.post-navigation div + div {
    border-top: 1px solid #ccc;
}

.post-navigation .post-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.post-navigation a {
    color: #4a4a4a;
    padding: 0;
    margin: 15px 0;
}


/* The overlay */

.overlay {
    width: 27%;
    position: fixed;
    display: block;
    background: rgb(54, 151, 54);
    top: 0;
    border: 0;
    z-index: 100;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    right: 0;
}

.overlay.open {
    opacity: .95;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(1) {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.overlay.open li:nth-of-type(2n) {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 50%;
    top: 50%;
    font-size: 22px;
    text-transform: none;
    font-weight: 300;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 15%;
    height: calc(100% / 8);
    min-height: 65px;
    position: relative;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: auto;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 50%;
    z-index: 9999;
}


/* Link underline on hover */

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .15s;
    transition: .15s;
}

.overlay-detail {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}

.menu-toggle {
    font-size: 14px;
    padding: 10px;
}

.site-header-menu {
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-info .widget {
    margin-bottom: 20px;
    padding-top: 0;
}


/***menu-overlay***/

.site-branding {
    margin: 0 auto 0 0;
    max-width: 60%;
}


/*   -----------   Footer Page Start  -----------   */

footer .container {
    padding: 10px 20px;
}

footer p {
    font-size: 15px;
    line-height: 20px;
}

Footer ul {
    padding: 0;
}

Footer li {
    list-style: none;
    margin: 5px 0;
}

Footer li .black-2 {
    display: flex;
    justify-content: center;
}

Footer li a {
    color: #333333;
}

Footer li a:hover {
    color: #0a9046;
}

footer .menu {
    margin-bottom: 10px;
}

footer .menu img {
    margin-right: 10px;
}

footer .footer-column-4 .menu {
    margin-top: 20px;
}

footer .footer-column-4 .social-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}



/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #ddd8d8;
}

#quote-carousel .carousel-indicators .active {
    background: #0a9046;
}

#quote-carousel img {
    width: 250px;
    height: 100px
}

.footer-wrapper {
    padding: 0px 0 25px 0;
    line-height: 25px;
}

.footer-wrapper ul {
    margin: 0;
    padding: 0;
}

.footer-wrapper ul li {
    color: #4a4a4a;
    text-decoration: none;
    list-style: none;
    margin: 2px 0;
}

.footer-wrapper li a {
    color: #4a4a4a;
}

.main-phone a:hover {
    color: #0a9046;
    text-decoration: none !important;
}

.footer-wrapper li a.green,
.footer-wrapper li a:hover {
    text-decoration: none !important;
}

.footer-wrapper h4 {
    padding-top: 7px;
}

.social-links {
    display: flex;
}

.social-links a {
    width: 50px;
    height: 50px;
    border: 1px solid #0a9046;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-links h6 {
    display: inline-block;
}

.social-links h6 {
    padding: 5px 15px;
}

.social-links img {
    width: 25px;
    height: 21px;
}

.top-btn {
    background-color: #cacaca;
    width: 30px;
}

.copyright-wrapper {
    color: #4a4a4a;
    background: #fff;
}

.copyright-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.copyright-wrapper a {
    color: #4a4a4a;
    text-decoration: none;
}

.copyright-content p {
    color: #4a4a4a;
    padding-top: 10px;
    text-align: left;
}

.map img {
    margin-right: 15px;
}

.footer-logo {
    text-align: right;
}

.footer-logo a {
    display: inline-block;
}



/*   -----------   Footer Page End  -----------   */


@media screen and (min-width: 44.375em) {
    .site {
        margin: 0;
    }

    body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
        display: none;
    }

    .content-bottom-widgets .widget-area {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0;
    }

    .entry-title {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .comments-area,
    .widget,
    .content-bottom-widgets .widget-area {
        margin-bottom: 35px;
    }

    .site-main > article {
        margin-bottom: 0;
    }

    .site-main {
        margin-bottom: 0;
    }

    .site-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-footer,
    .site-header {
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer {
        padding-bottom: 0;
    }

    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-left: 0;
        margin-right: 0;
    }

    .widget {
        font-size: 14px;
    }

    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 0;
    }

    .post-navigation {
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 56.875em) {
    .main-navigation a {
        padding-left: 1.25em;
        padding-right: 1.25em;
    }

    .main-navigation li:hover > a,
    .main-navigation li.focus > a {
        color: #fff;
    }

    .site-header,
    .site-content,
    .site-footer {
        padding-left: 0;
        padding-right: 0;
    }

    .content-area {
        margin-right: 0;
    }

    .sidebar {
        margin-left: 0;
        margin-bottom: 0;
    }

    .site-footer {
        padding-bottom: 0;
        display: block;
    }

    .content-bottom-widgets .widget-area {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0;
    }

    .site-info {
        margin: 0;
    }

    #secondary .widget h2 {
        font-size: 20px;
        font-weight: 300;
        letter-spacing: inherit;
    }

    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 18px;
    }

    .widget {
        margin-bottom: 35px;
    }

    .widget input[type="search"].search-field {
        width: 100%;
    }

    .widget .search-submit:before {
        font-size: 24px;
    }

    #content-bottom-widgets .widget h3 {
        font-size: 17px;
        font-weight: 500;
    }

    .widget {
        font-size: 14px;
    }
}

@media screen and (min-width: 61.5625em) {
    .site-header {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .content-bottom-widgets .widget-area {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0;
    }

    body:not(.search-results) article:not(.type-page) .entry-footer {
        float: inherit;
        width: inherit;
        margin-top: 0;
    }

    .single .byline,
    .full-size-link,
    body:not(.search-results).group-blog .byline,
    body:not(.search-results) .entry-format,
    body:not(.search-results) .cat-links,
    body:not(.search-results) .tags-links,
    body:not(.search-results) article:not(.sticky) .posted-on,
    body:not(.search-results) article:not(.type-page) .comments-link,
    body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
        display: initial;
    }

    body:not(.search-results) article:not(.type-page) .entry-content {
        float: inherit;
        width: initial;
    }

    .entry-title {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .widget {
        margin-bottom: 35px;
    }

    .site-main > article {
        margin-bottom: 0;
    }

    .site-main {
        margin-bottom: 0;
    }

    .comment-list + .comment-respond,
    .comment-navigation + .comment-respond {
        padding-top: 0;
    }

    .post-navigation {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .phone-icon,
    .email-icon {
        background-image: none;
    }

    .social-links-menu {
        display: inline-block;
    }

    #content-bottom-widgets .widget,
    #content-bottom-widgets .widget-area {
        margin-bottom: 0;
    }

    .site-footer .social-navigation {
        margin-top: 35px;
    }

    .site-footer,
    .site-header {
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer {
        padding-bottom: 0;
    }

    .site-header {
        padding-top: 21px;
        padding-bottom: 21px;
    }

    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-summary,
    .entry-footer,
    .comments-area,
    .image-navigation,
    .post-navigation,
    .page-header,
    .page-content,
    .content-bottom-widgets {
        margin-left: 0;
        margin-right: 0;
    }

    .entry-summary p {
        font-size: 16px;
    }

    #text-3 ul li {
        padding-left: 0px;
    }

    .social-navigation {
        margin: 40px 0px;
    }

    .social-navigation li {
        float: none;
        display: inline-block;
    }

    .header-spacing {
        margin-top: 85px;
    }

    .widget {
        font-size: 16px;
    }

    .overlay {
        width: 50%;
    }
}

#nav_menu-4 {
    margin-top: 0px;
}

.pagination {
    border-top: 2px solid #16b93d;
    margin-bottom: 50px !important;
}

pagination .prev,
.pagination .next {
    background-color: #16b93d;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.main-nav {
    margin-top: 5px;
    padding: 0 15px;
    overflow: hidden;
}

.main-phone {
    font-size: 19px;
    font-weight: 300;
    min-width: 187px
}

.main-phone img {
    margin-right: 10px;
    float: left;
    margin-top: 7px;
}


/*----------- Header Start ---------- */

.other-websites-small {
    display: none !important;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0 0 5px #d1d1d1;
    position: fixed;
    top: 0;
    text-align: center;
    z-index: 99;
    width: 100%;
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.header-bar .nav-col-2 {
    display: flex;
}

.header-bar .navbar-nav {
    margin-right: 20px;
}

.header-bar .navbar-nav .nav-item {
    margin: 0 5px;
}

.header-bar .navbar-nav .nav-item .nav-link {
    color: white;
}

.header-bar .navbar-nav .nav-item:last-child .nav-link {
    text-transform: uppercase;
    font-weight: 700;
}

.country-indicator {
    position: relative;
    z-index: 2;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    pointer-events: painted;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}

.country-indicator li {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
    border-radius: 15px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.country-indicator li:hover {
    background: #0a9046;
}

.country-indicator li:hover span {
    color: white;
    padding-right: 10px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.country-indicator li a {
    text-decoration: none;
    color: white;
}

.country-indicator li img {
    float: left;
    width: 28px;
}

.country-indicator li.selected {
    background-color: #0a9046;
}

.country-indicator li.selected span {
    color: white;
    padding-right: 10px;
}

.country-indicator li span {
    float: right;
    margin: 0;
    padding: 0;
    color: #4c4d4f;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    font-size: 13px;
}


/*----------- Header End  ---------- */


/*   -----------   Services Page Start  -----------   */

.services-page h2 {
    text-align: left;
    color: #0a9046;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0;
}

.services-page p {
    font-size: 16px;
}

.services-page .service-header .services-kids,
.services-page .service-header .blogs-icons {
    padding-top: 35px;
}

.services-page .service-header .services-kids {
    /*     border-bottom: 1px solid #0a9046;*/
}

.services-page .service-header .header-content {
    margin-left: 200px;
}

.services-page .service-header .services-kids {
    background: url('images/banner-inverted.jpg') no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.services-container {
    display: flex;
}

.services-name {
    display: flex;
    float: none;
}

.services-name.list {
    justify-content: center;
    padding: 30px 0;
}

.services-container.desc-order,
.services-container .services-name {
    justify-content: flex-end;
}

.services-container.desc-order .circle {
    order: 2;
}

.services-container.desc-order h2,
.services-container.desc-order p {
    text-align: right;
}

.circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 5px;
    padding: 20px;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 2px solid #0a9046;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
}

.circle a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #4a4a4a;
}

.circle a:hover {
    text-decoration: none;
    color: #fff;
}

.circle::before,
.circle::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.circle,
.circle::before,
.circle::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.circle:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.circle:hover:after {
    background: #0a9046;
    border-radius: 50%;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}

.circle:hover a {
    color: #fff;
}

.cirlce.blog {
    width: 208px;
    height: 208px;
}

.linkedin,
.twitter,
.youtube {
    background-repeat: no-repeat;
    position: absolute;
}

.linkedin {
    top: 29px;
    left: 33px;
    width: 82%;
    height: 60px;
}

.twitter {
    top: 36px;
    left: 31px;
    width: 91%;
    height: 55px;
}

.youtube {
    top: 20px;
    left: 35px;
    width: 63%;
    height: 77px;
}

.linkedin {
    background-image: url('blog-icons/linkedin.svg');
}

.circle.blog:hover .linkedin {
    background-image: url('blog-icons/linkedin-w.svg');
}

.twitter {
    background-image: url('blog-icons/twitter.svg');
}

.circle.blog:hover .twitter {
    left: 33px;
    top: 33px;
    background-image: url('blog-icons/twitter-w.svg');
}

.youtube {
    background-image: url('blog-icons/youtube.svg');
}

.circle.blog:hover .youtube {
    background-image: url('blog-icons/youtube-w.svg');
}

.services-section {
    margin-top: 40px;
}

.services-headings .main-heading {
    margin: 0;
}

.services-headings:hover {
    text-decoration: none;
}

.services-section .circle {
    margin: 0;
}

.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    border-radius: 0 0 20px 20px;
    padding: 0px;
    margin: 50px 0 40px;
}

.solution-container .button-container {
    margin: 0;
}

.services a {
    text-align: center;
}


/*   -----------   Services Page End  -----------   */


/* -----------  Blogs Section Start -------------- */

.blogs-icons {
    display: flex;
    justify-content: space-around;
}

.blog-header {
    border-bottom: none !important;
}

.primary-menu {
    display: flex;
    flex-wrap: nowrap;
    background-color: #0a9046;
    list-style: none;
    padding: none;
    padding: 0;
}

.primary-menu .menu-item {
    margin: 0;
}

.primary-menu .menu-item a {
    color: white;
}

.main-navigation {
    color: white;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
}

.blog-posts {
    margin-top: 30px;
}

.entry-title a {
    color: #0a9046;
    font-size: 22px;
    text-transform: uppercase;
}

/* -----------  Blogs Section End -------------- */


@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
	
	.services-page .service-header .services-kids {
    background: none !important;
}
	.services-page .service-header .header-content {
    margin-left: 0px !important;
}
	#navbarNavAltMarkup{
		display:none;
	}
	.circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 5px;
    padding: 5px;
    width: 80px ;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #0a9046;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
}
	.linkedin {
    top: 20px;
    left: 21px;
    width: 45%;
    height: 60px;
}
	.twitter {
    top: 20px;
    left: 18px;
    width: 61%;
    height: 55px;
}
	.youtube {
    top: 10px;
    left: 19px;
    width: 54%;
    height: 77px;
}
	.circle.blog:hover .twitter {
    left: 18px;
    top: 21px;
    background-image: url('blog-icons/twitter-w.svg');
}
	#customLogosInSidebarNav .country-indicator li span {
    float: right;
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
    padding: 0;
    color: white;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    font-size: 13px;
}
 .entry-title a {
    color: #0a9046;
    font-size: 16px !important;
    text-transform: uppercase;
}   /* STYLES HERE */
	
	.entry-title {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: left;
}
	.blogs-icons {
    padding-top: 0px !important;
}
	.services-page p {
    font-size: 14px !important;
    margin-bottom: 5px !important;
}
	#menu-toggle {
    font-size: 14px;
padding: 10px 0px 0px;
margin-top: 0px;
outline: none;
border: none;
color: white !important;
}

	.menu-toggle:hover, .menu-toggle:focus {
    background-color: transparent;
    border-color: none;
    color: #fff !important;
}
	.main-navigation ul {
    list-style: none;
    margin: 0;
    width: 100%;
    display: block;
}
}
.services-page p {
    font-size: 14px !important;
}
ol li {
	font-size: 14px !important;
}
	.site-main > article {
    margin-bottom: .6em !important;
    position: relative;
}
.widget {
    font-size: 14px !important;
}
@media screen and (min-device-width: 768px) and (max-device-width: 2000px) {
	#customLogosInSidebarNav .country-indicator{
		display:none;
	}
	.entry-title a {
    color: #0a9046;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}
	.linkedin {
    top: 17px;
    left: 23px;
    width: 55%;
    height: 60px;
}
	.circle.blog:hover .twitter {
    left: 26px;
    top: 25px;
    background-image: url('blog-icons/twitter-w.svg');
}
	.twitter {
    top: 26px;
    left: 25px;
    width: 56%;
    height: 55px;
}
	.circle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 5px;
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #0a9046;
    position: relative;
    z-index: 2;
    background-color: #fff;
    overflow: hidden;
}
	.youtube {
    top: 11px;
    left: 25px;
    width: 53%;
    height: 77px;
}
    /* STYLES HERE */
}

#secondary .widget h2 {
    font-size: 20px;
    font-weight: 500 !important;
    letter-spacing: inherit;
}
.widget button, .widget input, .widget select, .widget textarea {
    font-size: 14px;
    color: #a4a4a4;
}