.snip {
    margin-left:10%;
}

@import url("../css/cherrystyle.css");
body { outline:none; }
body h1, body h2, body #sidebar h3, body h3 {
    font-weight:600;
    margin-top:0;
    margin-bottom:80px;
}
@media (max-width: 979px) {
    body h1, body h2 { font-size:60px; }
}
@media (max-width: 767px) {
    body {
        padding-left:0px;
        padding-right:0px;
    }
    body h1, body h2 {
        font-size:50px;
        text-align:center;
    }
    body .content-holder {
        padding-left:20px;
        padding-right:20px;
    }
}
@media (max-width: 380px) {
    body h1, body h2, body h3, body #sidebar h3 { font-size:35px; }
}
body a { text-decoration:none; }
body a:hover, body a:focus, body a:active { text-decoration:none; }
body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a, body .es-carousel_li h5 a { text-decoration:none; }
@media (max-width: 1199px) {
    body h3, body .post-title {
        font-size:60px;
        line-height:100%;
    }
}
@media (max-width: 979px) {
    body h3, body .post-title {
        font-size:3.1em;
        margin-bottom:40px;
    }
}
@media (max-width: 767px) {
    body #content, body #sidebar { padding-top:70px; }
}
@media (min-width: 1199px) {
    .single-testi .page-header, .single-team .page-header {
        padding-bottom:10.5px;
        margin:0 0 34.5px;
        border-bottom:1px solid #eee;
    }
    body.single-testi  h1, body.single-testi  h2, body.single-testi  #sidebar h3, body.single-testi  h3, body.single-team  h1, body.single-team  h2, body.single-team  #sidebar h3, body.single-team  h3 {
        font-weight:600;
        margin-top:0;
        margin-bottom:80px;
        font-size:60px;
    }
}
@media (max-width: 1199px) {
    .single-testi .page-header h1, .single-team .page-header h1 {
        font-weight:600;
        margin-top:-5px;
        margin-bottom:80px;
        font-size:60px;
    }
    .single-testi .page-header, .single-team .page-header {
        padding-bottom:0;
        margin:0 0 34.5px;
        border-bottom:1px solid #eee;
    }
}
@media (max-width: 979px) {
    .single-testi .page-header h1, .single-team .page-header h1 {
        font-size:3.1em;
        margin-top:-15px;
        margin-bottom:20px;
    }
    .single-testi .page-header, .single-team .page-header {
        padding-bottom:40.5px;
        margin:0 0 34.5px;
    }
}
.archive_h {
    font-size:30px;
    line-height:36px;
    margin-bottom:40px;
}
.widget { margin-bottom:111px; }
@media (max-width: 979px) {
    .widget { margin-bottom:80px; }
}
@media (max-width: 767px) {
    .widget { margin-bottom:60px; }
}
.home .content-holder { padding-bottom:0; }
.content-holder { padding-bottom:0px; }
.main-holder { overflow:hidden; }
.thumbnail.featured-thumbnail, .flickr_li.thumbnail, .thumbnail {
    border:none;
    padding:0;
    box-shadow:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.btn {
    border:none;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background:#31d07a;
    box-sizing:border-box;
    padding:0;
    box-shadow:none;
    height:60px;
    min-width:80px;
    font-size:15px;
    line-height:60px;
    text-shodow:none;
    margin-top: 1%;
    padding-left:80px;
    padding-right:20px;
    color:#ffffff;
    text-transform:uppercase;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.btn:active, .btn:hover, .btn:active:hover, .btn:focus:hover { background:#1d9052; }
.footer a.btn, .sidebar a.btn {
    border:none;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding:0;
    height:40px;
    min-width:40px;
    text-shodow:none;
    line-height:40px;
    padding-left:35px;
    padding-right:35px;
}
.btn.btn-inverse, .btn.btn-primary { text-shadow:none; }
.parallax-slider .btn { position:relative; }
.parallax-slider .btn:before {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#23262b;
    color:#fff;
    position:absolute;
    content:'';
    font-family:FontAwesome;
    font-size:20px;
    top:4px;
    left:14px;
    width:52px;
    height:52px;
    line-height:55px;
}
.margin_top-135 { margin-top:-154px; }
@media (max-width: 767px) {
    .margin_top-135 { margin-top:30px; }
}
.circle_icon {
    width:270px;
    height:270px;
    display:inline-block;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.circle_icon:before { line-height:270px; }
.blue_style { background:#31d07a; }
.blue_style .btn { background:#31d07a; }
.blue_style .btn:after { background:#31d07a; }
.red_style { background:#e74c3c; }
.red_style .btn { background:#e74c3c; }
.red_style .btn:after { background:#e74c3c; }
.yellow_style { background:#e1d604; }
.yellow_style .btn { background:#e1d604; }
.yellow_style .btn:after { background:#e1d604; }
.padding_top_12 { padding-top:12px; }
.faq-list_body, .faq-list_h { padding:0 0 5px 40px; }
.error404 .content-holder { padding-top:123px; }
#back-top-wrapper {
    z-index:100;
    bottom:30px;
    right:20px;
}
.mfp-arrow:hover, .mfp-arrow:focus, .mfp-close:focus, .mfp-close:hover { outline:none; }
input:focus, textarea:focus, keygen:focus, select:focus { outline:none; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color:rgba(82,168,236,0.8);
    outline:0;
    outline:thin dotted \9;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 rgba(82,168,236,0.6);
    -moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 rgba(82,168,236,0.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 0 rgba(82,168,236,0.6);
}
.wpcf7-not-valid-tip {
    padding:8px 15px !important;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
}
div.wpcf7-response-output {
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    display:inline-block;
}
.wpcf7-response-output.wpcf7-display-none { display:none; }
.header {
    padding-top:15px;
    padding-bottom:0;
    border:none;
}
@media (max-width: 767px) {
    .header { padding:60px 20px 70px 20px; }
}
.title-section {
    position:relative;
    padding-top:178px;
    padding-bottom:57px;
    background-image:url(images/title-section-background.jpg);
    background-size:cover;
}
@media (max-width: 767px) {
    .title-section { padding-top:70px; }
}
.title-section .title-header { display:none; }
.title-section .breadcrumb {
    background:none;
    text-align:center;
}
.title-section .breadcrumb li, .title-section .breadcrumb li a {
    text-shadow:none;
    box-shadow:none;
    font-size:50px;
    line-height:55px;
    font-style:italic;
    color:#fff;
}
.title-section .breadcrumb li.divider:after {
    font:600 50px/55px Open Sans;
    color:#fff;
}
.title-section .breadcrumb li a { color:#fff; }
.title-section .breadcrumb li a:hover { color:#1d9052; }
.title-section .breadcrumb .active { color:#31d07a; }
@media (max-width: 767px) {
    .title-section .breadcrumb li, .title-section .breadcrumb li a, .title-section .breadcrumb li.divider:after {
        font-size:30px;
        line-height:35px;
    }
}
.logo { margin-bottom:86px; }
.logo_h a { position:relative; }
.logo_tagline {
    text-transform:uppercase;
    font-size:15px;
    font-family:Open Sans;
    font-weight:300;
    padding-left:126px;
    margin-top:-19px;
    color:#758391;
}
.logo_link:hover, .logo_link:focus {
    color:#fff;
    outline:none;
}
.logo_h__txt+.logo_tagline {
    padding-left:5px;
    margin-top:0;
}
@media (max-width: 979px) and (min-width: 768px) {
    .logo { width:100%; }
    .logo_tagline { padding-left:115px; }
    .logo_h__txt+.logo_tagline {
        padding-left:5px;
        margin-top:0;
    }
}
@media (max-width: 767px) {
    .logo-wrapper { text-align:center; }
    .logo {
        display:inline-block;
        float:none;
        margin-bottom:20px;
        width:100%;
    }
    .logo .logo_h__txt, .logo .logo_link { font-size:80px; }
    .logo .logo_tagline {
        text-align:left;
        padding-left:35%;
    }
    .logo .logo_h__txt+.logo_tagline {
        padding-left:5px;
        margin-top:-8px;
    }
    .spacer { height:10px; }
}
@media (max-width: 460px) {
    .logo .logo_tagline { padding-left:32%; }
}
@media (max-width: 330px) {
    .logo-wrapper .logo .logo_tagline { font-size:12px; }
}
@media (max-width: 767px) {
    .select-menu {
        display:block;
        height:40px;
    }
}
.nav__primary {
    position:absolute;
    width:100%;
}
#topnav.sf-menu { float:none; }
#topnav.sf-menu li {
    box-sizing:border-box;
    width:12%;
    background:none;
}
#topnav.sf-menu li a {
    opacity:0.8;
    border:none;
    border-right:1px solid #1a1d20;
    padding-top:35px;
    padding-bottom:35px;
    /* background:#555; */
    background: rgba(49, 144, 61, 0.73);
    position:relative;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
#topnav.sf-menu li a .sf-sub-indicator { top:4.05em; }
@media (max-width: 979px) {
    #topnav.sf-menu li a { font-size:12px; }
    #topnav.sf-menu li a .sf-sub-indicator { top:4.7em; }
}
#topnav.sf-menu li:last-child a {
    border-right:none;
    -webkit-border-bottom-right-radius:36px;
    -moz-border-radius-bottomright:36px;
    border-bottom-right-radius:36px;
}
#topnav.sf-menu li:first-child a {
    -webkit-border-bottom-left-radius:36px;
    -moz-border-radius-bottomleft:36px;
    border-bottom-left-radius:36px;
}
#topnav.sf-menu li li { padding:5px; }
#topnav.sf-menu li li a, #topnav.sf-menu li li:first-child a, #topnav.sf-menu li li:last-child a {
    padding:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    border:none;
}
#topnav.sf-menu ul {
    width:200px;
    padding:30px 0;
    background:#2a2f33;
}
#topnav.sf-menu ul li {
    text-align:left;
    padding-left:20px;
    background:#2a2f33;
    width:100%;
}
#topnav.sf-menu ul li a {
    color:#ffffff;
    display:inline-block;
}
#topnav.sf-menu ul li a .sf-sub-indicator {
    top:6px;
    right:-20px;
}
@media (max-width: 979px) {
    #topnav.sf-menu ul li a { font-size:12px; }
    #topnav.sf-menu ul li a .sf-sub-indicator {
        top:6px;
        right:-20px;
    }
}
#topnav.sf-menu > li > a:hover, #topnav.sf-menu > li.sfHover> a, #topnav.sf-menu > li.current-menu-item > a, #topnav.sf-menu > li.current_page_item > a { /* background:#5b7d7d; */   background: rgba(228, 136, 30, 0.84); }
#topnav.sf-menu li li > a:hover, #topnav.sf-menu li li.sfHover > a, #topnav.sf-menu li li.current-menu-item > a, #topnav.sf-menu li li.current_page_item > a {
    color:#1d9052;
    /*background:none;  */
    background: rgba(228, 136, 30, 0.84);
}
#content { padding-top:140px; }
.image_circle {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.zoom-icon {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:block;
    background:rgba(0,0,0,0.55);
    opacity:0;
    cursor:pointer;
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
}
.zoom-icon:before {
    position:absolute;
    top:50%;
    left:50%;
    display:block;
    margin:-23px 0 0 -23px;
    width:47px;
    height:47px;
    background:url(images/magnify-alt.png) 50% 50% no-repeat;
    content:"";
}
[id^="social_networks-"] { text-align:left; }
[id^="social_networks-"] .social { display:inline-block; }
[id^="social_networks-"] .social .social_li {
    text-align:center;
    margin-left:9px;
    margin-right:9px;
    margin-bottom:5px;
}
@media (max-width: 979px) {
    [id^="social_networks-"] .social .social_li {
        text-align:center;
        width:40%;
        margin:9px 0;
        box-sizing:border-box;
        height:77px;
    }
    [id^="social_networks-"] .social .social_li .social_link {
        display:inline-block;
        float:none;
    }
}
@media (max-width: 767px) {
    [id^="social_networks-"] .social .social_li {
        display:inline-block;
        width:auto;
        float:left;
        margin-left:9px;
        margin-right:9px;
        margin-bottom:5px;
    }
    [id^="social_networks-"] .social .social_li:first-child { margin-left:0; }
    [id^="social_networks-"] .social .social_li:last-child { margin-right:0; }
}
[id^="social_networks-"] .social .social_li:first-child { margin-left:0; }
[id^="social_networks-"] .social .social_li:last-child { margin-right:0; }
[id^="social_networks-"] .social .social_li .social_link:hover {
    opacity:1;
    filter:alpha(opacity=100);
}
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico, [id^="social_networks-"] .social .social_li .social_link__twitter .social_ico, [id^="social_networks-"] .social .social_li .social_link__flickr .social_ico, [id^="social_networks-"] .social .social_li .social_link__feed .social_ico, [id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico, [id^="social_networks-"] .social .social_li .social_link__delicious .social_ico, [id^="social_networks-"] .social .social_li .social_link__youtube .social_ico, [id^="social_networks-"] .social .social_li .social_link__google .social_ico, [id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico {
    position:relative;
    width:77px;
    height:77px;
}
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__twitter .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__flickr .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__feed .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__delicious .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__youtube .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__google .social_ico:after, [id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico:after {
    position:absolute;
    content:'';
    width:77px;
    height:77px;
    background:#e1e1e1;
    top:0;
    left:0;
    z-index:-1;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico img, [id^="social_networks-"] .social .social_li .social_link__twitter .social_ico img, [id^="social_networks-"] .social .social_li .social_link__flickr .social_ico img, [id^="social_networks-"] .social .social_li .social_link__feed .social_ico img, [id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico img, [id^="social_networks-"] .social .social_li .social_link__delicious .social_ico img, [id^="social_networks-"] .social .social_li .social_link__youtube .social_ico img, [id^="social_networks-"] .social .social_li .social_link__google .social_ico img, [id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico img { display:none; }
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__twitter .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__flickr .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__feed .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__delicious .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__youtube .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__google .social_ico:hover:after, [id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico:hover:after {
    -webkit-transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
    transition:all 0.4s ease;
    background:#31d07a;
}
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__twitter .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__flickr .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__feed .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__delicious .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__youtube .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__google .social_ico:before, [id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico:before {
    font:normal 25px/77px FontAwesome;
    color:#767676;
    width:77px;
    left:0px;
    position:absolute;
    color:#fff;
}
[id^="social_networks-"] .social .social_li .social_link__facebook .social_ico:before { content:'\f09a'; }
[id^="social_networks-"] .social .social_li .social_link__twitter .social_ico:before { content:'\f099'; }
[id^="social_networks-"] .social .social_li .social_link__flickr .social_ico:before { content:'\f16e'; }
[id^="social_networks-"] .social .social_li .social_link__feed .social_ico:before { content:'\f09e'; }
[id^="social_networks-"] .social .social_li .social_link__linkedin .social_ico:before { content:'\f0e1'; }
[id^="social_networks-"] .social .social_li .social_link__delicious .social_ico:before {
    content:'de';
    font-weight:600;
}
[id^="social_networks-"] .social .social_li .social_link__youtube .social_ico:before { content:'\f167'; }
[id^="social_networks-"] .social .social_li .social_link__google .social_ico:before { content:'\f0d5'; }
[id^="social_networks-"] .social .social_li .social_link__pinterest .social_ico:before { content:'\f0d2'; }
div[id*="my_facebook_widget"] h4 {
    margin-bottom:38px;
    font-size:20px;
    line-height:26px;
    color:#31d07a;
}
.custom_btn .btn-align {
    width:100%;
    text-align:right;
}
.custom_btn .btn-align .btn_wrapper {
    opacity:0.8;
    position:relative;
    height:102px;
    /* background:rgb(92, 146, 84); */
    background:rgb(247, 162, 29);
    display:inline-block;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    padding-left:114px;
    padding-right:36px;
    text-align:left;
}
.custom_btn .btn-align .btn_wrapper h6 {
    color:#31d07a;
    font-size:15px;
    font-weight:400;
    font-style:normal;
    padding-top:26px;
    margin-top:0;
    margin-bottom:0;
}
.custom_btn .btn-align .btn_wrapper h5 {
    color:#fff;
    font-size:25px;
    line-height:26px;
    font-weight:600;
    font-style:italic;
    margin-top:0;
}
.custom_btn .btn-align .btn_wrapper:before {
    content:'';
    position:absolute;
    width:74px;
    height:74px;
    line-height:74px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    top:0;
    left:0;
    margin:14px;
    background-size:cover;
    background-image:url(../images/order.png);
}
@media (max-width: 767px) {
    .custom_btn .btn-align { text-align:center; }
    .custom_btn .btn-align .btn_wrapper { margin-bottom:40px; }
}
@media (max-width: 365px) {
    .custom_btn .btn-align { display:inline-block; }
    .custom_btn .btn-align .btn_wrapper h5 { font-size:18px; }
}
.testimonials .testi-item {
    margin-bottom:0;
    padding-bottom:23px;
}
.testimonials .testi-item .testi-item_blockquote {
    padding:0;
    padding-top:2px;
    background:none;
}
.testimonials .testi-item .testi-item_blockquote a:hover { color:#1d9052; }
.testimonials .testi-item .testi-item_blockquote:before, .testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-item_blockquote .testi_text {
    text-indent:7px;
    display:block;
    position:relative;
    color:#bfbfbf;
}
.testimonials .testi-item .testi-item_blockquote .testi_text:hover { color:#1d9052; }
.testimonials .testi-item .testi-item_blockquote .testi_text:before, .testimonials .testi-item .testi-item_blockquote .testi_text:after {
    content:'"';
    position:absolute;
    width:10px;
    height:10px;
}
.testimonials .testi-item .testi-item_blockquote .testi_text:before {
    top:0;
    left:-7px;
}
.testimonials .testi-item .testi-item_blockquote .testi_text:after { position:relative; }
.testimonials .testi-item .featured-thumbnail {
    width:170px;
    height:170px;
    margin-bottom:0px;
    margin-right:27px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.testimonials .testi-item .featured-thumbnail img {
    width:100%;
    height:100%;
}
.testimonials .testi-item .testi-meta {
    padding-top:0;
    margin-bottom:23px;
}
.testimonials .testi-item .testi-meta:before { display:none; }
.testimonials .testi-item .testi-meta span {
    font:600 30px/30px Open Sans;
    color:#31d07a;
    font-style:italic;
    display:block;
}
.testimonials .testi-item .testi-meta .user { margin-bottom:5px; }
.testimonials .testi-item .testi-meta .info {
    font:300 20px/32px Open Sans;
    color:#23262b;
    text-transform:uppercase;
}
.testimonials .testi-item .testi-meta br, .testimonials .testi-item .testi-meta .user:after, .testimonials .testi-item .testi-meta .testi-url { display:none; }
@media (max-width: 767px) {
    .testimonials .testi-item .featured-thumbnail {
        float:none;
        margin-bottom:20px;
    }
    .testimonials .testi-item .testi-meta { padding-left:0; }
}
.service-box {
    padding-left:0;
    padding-right:0;
    border:none;
    border-radius:0;
    background:none;
    box-shadow:none;
    text-align:left;
}
.service-box .icon {
    float:none;
    text-align:left;
    margin:0 0 70px 0;
}
.service-box .title {
    font-style:italic;
    font-size:50px;
    line-height:50px;
    color:#31d07a;
    margin-bottom:0;
}
.service-box .sub-title {
    font-style:normal;
    margin-bottom:22px;
    text-transform:uppercase;
}
.service-box .service-box_txt {
    letter-spacing:-0.1px;
    margin-bottom:45px;
}
.service-box .btn-align { text-align:left; }
.service-box .btn {
    text-transform:uppercase;
    position:relative;
    height:80px;
}
.service-box .btn:before {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#23262b;
    color:#fff;
    position:absolute;
    content:'';
    font-family:FontAwesome;
    font-size:20px;
    top:12px;
    left:14px;
    width:56px;
    height:56px;
    line-height:56px;
}
@media (max-width: 979px) {
    .service-box .title {
        padding:0;
        font-size:40px;
        line-height:40px;
    }
}
@media (max-width: 767px) {
    .service-box {
        box-sizing:border-box;
        width:50%;
        float:left;
        padding-left:20px;
        padding-right:20px;
        text-align:center;
        margin-bottom:60px;
    }
    .service-box .btn-align, .service-box .icon { text-align:center; }
    .service-box .icon { margin-bottom:30px; }
}
@media (max-width: 523px) {
    .service-box {
        width:100%;
        float:none;
    }
}
@media (max-width: 979px) {
    .span3 .service-box .btn {
        font-size:10px;
        line-height:80px;
        text-shodow:none;
        padding-top:0;
        padding-left:79px;
        padding-right:30px;
    }
}
@media (max-width: 767px) {
    .span3 .service-box .btn {
        height:80px;
        min-width:80px;
        font-size:15px;
        line-height:18px;
        padding-top:32px;
        padding-left:90px;
        padding-right:35px;
    }
}
.home .sv_box_type01 { padding-bottom:19px; }
.home .sv_box_type01 .icon { margin:0 0 49px 0; }
.home .sv_box_type01 .title {
    padding:8px 50px;
    margin-bottom:50px;
    font-size:34px;
}
.home .sv_box_type01 .service-box_txt { margin-bottom:60px;text-align:justify;color: #666;font-size:16px;}
@media (max-width: 1199px) {
    .home .sv_box_type01 .title { padding:0 20px; }
}
@media (max-width: 979px) {
    .home .sv_box_type01 .title {
        padding:0;
        margin-bottom:20px;
    }
}
@media (max-width: 767px) {
    .home .sv_box_type01 {
        width:100%;
        float:none;
    }
}
@media (max-width: 360px) {
    .home .sv_box_type01 { padding-bottom:60px; }
}
.sv_box_type01 {
    text-align:center;
    padding-bottom:23px;
}
.sv_box_type01 .icon {
    text-align:center;
    float:none;
    margin:0 0 43px 0;
}
@media (max-width: 979px) {
    .sv_box_type01 .icon { margin-bottom:20px; }
}
.sv_box_type01 .title {
    color:#23262b;
    padding:0 20px;
    margin-bottom:62px;
}
@media (max-width: 1199px) {
    .sv_box_type01 .title { padding:0 20px; }
}
@media (max-width: 979px) {
    .sv_box_type01 .title {
        padding:0;
        font-size:38px;
        line-height:40px;
    }
}
.sv_box_type01 .service-box_txt { margin-bottom:60px; }
.sv_box_type01 .btn-align { text-align:center; }
.sv_box_type01 .btn {
    text-indent:-900000px;
    background:none;
    position:relative;
    width:80px;
    height:80px;
    padding:0;
    background:none;
}
.sv_box_type01 .btn:before { display:none; }
.sv_box_type01 .btn:after {
    content:'�?�';
    position:absolute;
    font-family:FontAwesome;
    color:#fff;
    text-indent:0;
    top:0;
    left:0;
    width:80px;
    height:80px;
    line-height:80px;
    font-size:25px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    z-index:-1;
}
.partnership-circle {
    float:left;
    margin-top:5%;
    margin-bottom:4%;
    height:120px;
    width:120px;
    margin-left:45%;
    margin-right:45%;
    border:1px solid #fff;
    border-radius:120px;
}
.partnership-img {
    height:120px;
    width:120px;
    background-color:#fff;
    border-radius:120px;
}
.team-img {
    height:250px;
    width:250px;
    border-radius:100%;
    margin-left:14% !important;
}

.sv_box_type01 .btn:hover { background:none; }
.sv_box_type01 .btn:hover:after { background:#1d9052; }
@media (max-width: 767px) {
    .sv_box_type01 {
        width:100%;
        float:none;
    }
    .sv_box_type01 .title { padding:0; }
}
@media (max-width: 360px) {
    .sv_box_type01 {
        padding-left:0;
        padding-right:0;
        padding-bottom:60px;
    }
    .sv_box_type01 .title { margin-bottom:20px; }
}
.content_box {
    padding:20px 0;
    background-color:#f3f4f4;
}
.content_box:before, .content_box:after { background:#f3f4f4; }

.content_box2 {
    padding:150px 0;
    background:#f3f4f4;
}
.content_box2:before, .content_box2:after { background:#f3f4f4 !important; }
.content_box .spacer { height:10px; }
@media (max-width: 767px) {
    .content_box { padding:60px 0; }
}
.cbox_custom_padding { padding:134px 0 107px; }
@media (max-width: 767px) {
    .cbox_custom_padding { padding:60px 0; }
}
.parallax-content { padding:130px 0; }
.parallax-content .title {
    color:#fff;
    padding:0 33%;
    font-size:70px;
    line-height:70px;
    margin-bottom:37px;
}
@media (max-width: 1199px) {
    .parallax-content .title { padding:0 20px; }
}
.parallax-content .sub-title {
    color:#31d07a;
    padding:0 20%;
    line-height:25px;
    margin-bottom:17px;
}
@media (max-width: 1199px) {
    .parallax-content .sub-title { padding:0 17%; }
}
.parallax-content .service-box { text-align:center; }
.parallax-content .service-box .service-box_txt {
    padding:0 120px;
    margin-bottom:58px;
}
@media (max-width: 767px) {
    .parallax-content .service-box {
        width:100%;
        float:none;
    }
    .parallax-content .service-box .service-box_txt { padding:0 10px; }
}
.parallax-content .btn-align { text-align:center; }
@media (max-width: 600px) {
    .parallax-content { padding:50px 0; }
    .parallax-content .service-box .title {
        font-size:50px;
        line-height:50px;
    }
    .parallax-content .service-box .sub-title {
        padding:0 10%;
        font-size:16px;
        line-height:25px;
    }
    .parallax-content .service-box .service-box_txt {
        padding:0 10px;
        margin-bottom:33px;
    }
}
.px_content_type02 .title { padding:0 20%; }
.px_content_type02 .service-box {
    text-align:center;
    padding-bottom:28px;
}
.px_content_type02 .service-box .service-box_txt { margin-bottom:60px; }
@media (max-width: 979px) {
    .px_content_type02 .title { padding:0; }
}
.sv_box_type02 .icon {
    float:left;
    margin-right:30px;
}
.sv_box_type02 .service-box sv_box_type01 yellow_style { position:relative; }
.sv_box_type02 .service-box_body .btn-align {
    position:absolute;
    top:90px;
    left:0;
}
.sv_box_type02 .btn {
    font-family:FontAwesome;
    font-size:25px;
    padding-left:20px;
    padding-right:20px;
}
.sv_box_type02 .btn:before { display:none; }
@media (max-width: 767px) {
    .sv_box_type02 {
        width:100%;
        float:none;
    }
}
.sv_box_large {
    padding-left:33px;
    padding-right:33px;
    padding-top:5px;
    padding-bottom:36px;
}
.sv_box_large .title {
    font-size:30px;
    line-height:30px;
    margin-bottom:3px;
}
.sv_box_large .sub-title { font-weight:300; }
.sv_box_large .service-box_txt p { margin-bottom:19.5px; }
.sv_box_large .service-box_txt p:last-child { margin-bottom:11.5px; }
@media (max-width: 767px) {
    .sv_box_large {
        width:100%;
        float:none;
    }
}
.cols_2 { width:100%; }
.cols_2 .featured-thumbnail img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.cols_2 li, .cols_2 .testi-item {
    box-sizing:border-box;
    width:50%;
    display:inline-table;
    position:relative;
    margin:0 0 70px 0;
}
.cols_2 .testi-item { margin:0; }
@media (max-width: 767px) {
    .cols_2 li, .cols_2 .testi-item {
        padding-left:10px;
        padding-right:10px;
    }
}
@media (max-width: 520px) {
    .cols_2 li, .cols_2 .testi-item {
        text-align:center;
        width:100%;
    }
    .cols_2 li .thumbnail {
        float:none;
        width:200px;
        margin:0 0 20px 0;
        display:inline-block;

    }
    .cols_2 .testi-item .featured-thumbnail {
        float:none;
        width:170px;
        height:170px;
        margin:0 0 20px 0;
        display:inline-block;
    }
}
.recent-posts .recent-posts_li h5 { font-size:2em; }
.recent-posts .recent-posts_li .btn {
    padding-left:35px;
    padding-right:35px;
}
.posts-grid li { margin-bottom:100px; }
.posts-grid li .thumbnail {
    margin-bottom:70px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.posts-grid li .thumbnail .zoom-icon {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.posts-grid li h5 {
    font-size:30px;
    margin-top:0;
    margin-bottom:12px;
    font-style:italic;
    font-weight:600;
}
.posts-grid li .excerpt {
    margin-top:25px;
    margin-bottom:0;
}
.posts-grid.team .thumbnail img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
@media (max-width: 767px) {
    .posts-grid.team li {
        box-sizing:border-box;
        width:50%;
        float:none;
        display:inline-table;
        padding:0 10px;
    }
}
@media (max-width: 400px) {
    .posts-grid.team li {
        text-align:center;
        box-sizing:border-box;
        width:100%;
        float:none;
        display:block;
        padding:0 10px;
    }
    .posts-grid.team li .thumbnail {
        float:none;
        width:200px;
        margin:0 0 20px 0;
        display:inline-block;
    }
}
.post_grid_image_left .clear { display:none; }
.post_grid_image_left li { position:relative; }
.post_grid_image_left li h5 { margin-top:25px; }
.post_grid_image_left li .featured-thumbnail { margin-right:30px; }
.post_grid_image_left li .thumbnail {
    float:left;
    margin-bottom:0;
}
.post_grid_image_left li .thumbnail img {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.post_grid_image_left li .btn {
    position:absolute;
    left:0;
    bottom:0;
    font-family:FontAwesome;
    font-size:25px;
    padding-left:20px;
    padding-right:20px;
}
.post_grid_image_left li .btn:before { display:none; }
@media (max-width: 1199px) {
    .post_grid_image_left li h5 { margin-top:0; }
    .post_grid_image_left li .btn { top:90px; }
    .post_grid_image_left li .excerpt { display:table; }
}
@media (max-width: 979px) {
    .post_grid_image_left li .thumbnail {
        float:none;
        width:200px;
        margin-bottom:20px;
    }
    .post_grid_image_left li h5 { margin-top:0; }
    .post_grid_image_left li .btn { top:117px; }
    .post_grid_image_left li .excerpt { display:block; }
}
@media (max-width: 979px) and (max-width: 767px) {
    .post_grid_image_left li { text-align:center; }
    .post_grid_image_left li .thumbnail {
        float:none;
        width:200px;
        margin:0 0 20px 0;
        display:inline-block;
    }
    .post_grid_image_left li h5 { margin-top:0; }
    .post_grid_image_left li .btn {
        top:117px;
        left:50%;
        margin-left:-100px;
    }
    .post_grid_image_left li .excerpt { display:block; }
}
.header-bg {
    background-image:url(images/header_background.jpg);
    background-repeat:repeat;
    background-position:top center;
    background-attachment:scroll;
    position:relative;
    margin-bottom:125px;
}
.header-bg:before, .header-bg:after {
    background-image:url(images/header_background.jpg);
    background-repeat:repeat;
    background-position:top center;
    background-attachment:scroll;
    content:'';
    width:231%;
    height:100%;
    position:absolute;
    top:0;
    z-index:-1;
}
.header-bg:before { left:-230%; }
.header-bg:after { right:-230%; }
.copyright {
    padding-top:150px;
    padding-bottom:41px;
}
@media (max-width: 767px) {
    .copyright { padding-top:50px; }
}
.home .copyright { padding-top:124px; }
@media (max-width: 767px) {
    .home .copyright { padding-top:50px; }
}
.footer {
    padding-top:0;
    border:none;
    background:#fff;
}
.order {
    padding-top:0;
    border:none;
    background:#eee;
}
@media (max-width: 767px) {
    .footer {
        padding-left:20px;
        padding-right:20px;
    }
    .footer [id^="social_networks-"] { text-align:center; }
    .footer .copyright { text-align:center; }
}
.footer h4 {
    text-transform:uppercase;
    margin-top:0;
    margin-bottom:48px;
}
.footer .newsletter { padding:27px 0 0 0; }
.footer .newsletter h4 {
    vertical-align:top;
    float:left;
    color:#fff;
    margin-top:0;
    line-height:70px;
    font-size:20px;
    text-transform:uppercase;
    position:relative;
    margin-bottom:20px;
}
@media (max-width: 979px) {
    .footer .newsletter h4 { font-size:15px; }
}
@media (max-width: 767px) {
    .footer .newsletter h4 { float:none; }
}
@media (max-width: 360px) {
    .footer .newsletter h4 {
        line-height:30px;
        font-size:12px;
    }
}
.footer .newsletter h4:before {
    content:'';
    font-family:FontAwesome;
    font-size:30px;
    position:relative;
    color:#31d07a;
    margin-right:17px;
    font-style:normal;
}
.footer .newsletter .mc4wp-form {
    margin:0;
    float:right;
}
@media (max-width: 767px) {
    .footer .newsletter .mc4wp-form { float:none; }
}
.footer .newsletter .mc4wp-form input {
    height:70px;
    float:left;
    -webkit-border-radius:34px;
    -moz-border-radius:34px;
    border-radius:34px;
    border:none;
    padding-left:34px;
    padding-right:34px;
    margin-left:20px;
    text-transform:uppercase;
    margin-bottom:26px;
}
@media (max-width: 767px) {
    .footer .newsletter .mc4wp-form input { float:none; }
}
@media (max-width: 473px) {
    .footer .newsletter .mc4wp-form input { margin-left:0px; }
}
.footer .newsletter form { margin-bottom:0; }
.footer .newsletter #mc4wp_email {
    width:400px;
    font-size:14px;
    font-weight:300;
    color:#3e454c;
}
@media (max-width: 1199px) {
    .footer .newsletter #mc4wp_email { width:300px; }
}
@media (max-width: 979px) {
    .footer .newsletter #mc4wp_email { width:250px; }
}
@media (max-width: 767px) {
    .footer .newsletter #mc4wp_email {
        display:inline-block;
        margin-left:0;
    }
}
.footer .newsletter input[type="submit"] {
    background:url(images/submit_icon.png) no-repeat;
    background-color:#31d07a;
    padding-right:98px;
    color:#fff;
    float:right;
    font-size:15px;
}
@media (max-width: 979px) {
    .footer .newsletter input[type="submit"] {
        padding-right:70px;
        background:url(images/submit_icon.png) no-repeat -26px 0;
        background-color:#31d07a;
    }
}
@media (max-width: 767px) {
    .footer .newsletter input[type="submit"] { float:none; }
}
.footer .newsletter input[type="submit"]:hover { background-color:#1d9052; }
.footer .newsletter .mc4wp-alert { clear:both; }
@media (max-width: 767px) {
    .footer .newsletter { text-align:center; }
}
.sidebar .newsletter input[type="submit"] {
    background-color:#31d07a;
    padding:5px 20px;
    color:#fff;
    font-size:15px;
    line-height:23px;
    height:40px;
    border:none;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
}
.sidebar .newsletter input[type="submit"]:hover { background-color:#1d9052; }
.tooltip { margin-left:50px; }
::-webkit-validation-bubble { margin-left:50px; }
.footer-text {
    font-style:italic;
    font-weight:600;
    font-size:14px;
    color:#23262b;
    margin-bottom:14px;
    margin-top:-4px;
    font-family:Open Sans;
}
.footer-text a { color:#23262b; }
.footer-text a:hover { color:#31d07a; }
.footer-text .site-name {
    color:#31d07a;
    text-transform:uppercase;
}
.footer-text .site-name:hover { color:#1d9052; }
.footer-text .divider { margin:0 2px 0 6px; }
@media (max-width: 767px) {
    .footer-text { margin-bottom:30px; }
}
.search-form input, .search-form input.btn.search-form_is, .search-form input[type="text"], .search-form input[type="email"] {
    height:32px;
    -webkit-border-radius:32px;
    -moz-border-radius:32px;
    border-radius:32px;
    padding-left:16px;
    padding-right:16px;
    background:#f3f4f4;
    box-sizing:content-box;
}
.search-form input.btn.search-form_is { background:#31d07a; }
.search-form input.btn.search-form_is:hover { background:#1d9052; }
.header .search-form { margin-bottom:30px; }
.custom_text_widget h4 {
    font-weight:600;.custom_text_widget .contact i
    margin-bottom:41px
}
.custom_text_widget p { margin:0; }
.custom_text_widget .contact { margin-top:0; }
.custom_text_widget .contact i {
    color:#3a8e8d;
    font-size:75px;
    float:left;
    margin-right:40%;
    margin-left: 40%;
}
.custom_text_widget .contact h6 {
    font-size:15px;
    line-height:20px;
    font-weight:600;
    font-style:italic;
    text-transform:uppercase;
}
.custom_text_widget .contact a { color:#23262b; }
.custom_text_widget .contact a:hover { color:#1d9052; }
@media (max-width: 979px) {
    .custom_text_widget h4 { padding-right:0; }
    .custom_text_widget .contact i {
        font-size:65px;
        margin-right:50%;
        margin-left: 35%;
    }
    .custom_text_widget .contact h6 {
        font-size:11px;
        line-height:16px;
    }
}
@media (max-width: 767px) {
    .custom_text_widget {
        margin-bottom:30px;
        margin-top:30px;
        text-align:center;
    }
    .custom_text_widget h4 {
        margin-bottom:22px;
        font-size:22px;
    }
    .custom_text_widget .contact {
        width:225px;
        display:inline-block;
    }
    .custom_text_widget .contact i { margin-right:6px; }
    .custom_text_widget .contact h6 {
        margin-top:0;
        font-size:11px;
        line-height:16px;
        padding-right:0;
    }
}
@media (max-width: 979px) {
    .facebook_like_box {
        overflow:hidden;
        width:221px;
    }
}
@media (max-width: 767px) {
    .facebook_like_box { width:100%; }
}
.wpcf7 p.field input.btn, .wpcf7 p.field select, .wpcf7 p.field input[type="text"], .wpcf7 p.field input[type="password"], .wpcf7 p.field input[type="datetime"], .wpcf7 p.field input[type="datetime-local"], .wpcf7 p.field input[type="date"], .wpcf7 p.field input[type="month"], .wpcf7 p.field input[type="time"], .wpcf7 p.field input[type="week"], .wpcf7 p.field input[type="number"], .wpcf7 p.field input[type="email"], .wpcf7 p.field input[type="url"], .wpcf7 p.field input[type="search"], .wpcf7 p.field input[type="tel"], .wpcf7 p.field input[type="color"], .wpcf7 p.field .uneditable-input {
    height:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background:#f3f4f4;
    padding:5px 15px;
    font-size:14px;
    line-height:23px;
}
.wpcf7 p.field textarea {
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    background:#f3f4f4;
    padding:10px 15px;
    font-size:14px;
    line-height:23px;
}
.wpcf7 input.btn { background:#31d07a; }
.wpcf7 input.btn:hover { background:#1d9052; }
input.btn, select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height:40px;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    background:#f3f4f4;
    padding:5px 35px;
    font-size:14px;
    line-height:23px;
}
.comment_submit input[type="submit"] {
    background:url(images/submit_icon.png) no-repeat 10% 0;
    background-color:#31d07a;
}
.comment_submit input[type="submit"]:hover {
    background:url(images/submit_icon.png) no-repeat 10% 0;
    background-color:#1d9052;
}
#commentform input, #commentform input[type="text"] {
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
    height:70px;
    padding:10px 35px;
    box-sizing:border-box;
    width:100%;
}
#commentform textarea { padding:10px 35px; }
#respond form { margin-bottom:50px; }
#respond form .comment_submit { text-align:left; }
#respond form .comment_submit .btn {
    margin-top:40px;
    width:auto;
    background:url(images/submit_icon.png) no-repeat 95% 0;
    background-color:#31d07a;
    padding-right:98px;
    height:70px;
    color:#fff;
    font-size:15px;
}
#respond form .comment_submit .btn:hover {
    background:url(images/submit_icon.png) no-repeat 95% 0;
    background-color:#1d9052;
}
.filter-wrapper strong {
    font:600 30px/30px Open Sans;
    font-style:italic;
    padding-top:3px;
    color:#23262b;
}
.filter-wrapper .pull-right { float:left; }
.filter-wrapper .filter { margin-bottom:83px; }
.filter-wrapper .filter li {
    font:600 30px/30px Open Sans;
    font-style:italic;
    position:relative;
}
.filter-wrapper .filter li a {
    color:#23262b;
    padding:10px 22px;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
    background:none;
    color:#1d9052;
}
.filter-wrapper .filter li:after {
    content:'/';
    position:absolute;
    width:10px;
    height:10px;
    top:2px;
    right:-3px;
    color:#23262b;
}
.filter-wrapper .filter li:last-child:after { display:none; }
.filter-wrapper .filter li:first-child a { padding-left:1px; }
.filter-wrapper .filter .active a {
    background:none;
    color:#31d07a;
}
.filterable-portfolio  .portfolio_item { margin-bottom:70px; }
.filterable-portfolio  .portfolio_item .portfolio_item_holder {
    background:none;
    margin-bottom:40px;
}
.filterable-portfolio  .portfolio_item .portfolio_item_holder .thumbnail__portfolio { margin-bottom:70px; }
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio {
    padding:0;
    text-align:left;
}
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio h3 {
    margin-top:0px;
    margin-bottom:35px;
    font-size:30px;
    line-height:30px;
}
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio h3 a {
    color:#31d07a;
    background:none !important;
}
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio h3 a:hover { color:#1d9052; }
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio .excerpt {
    margin-bottom:20px;
    font-size:17px;
    line-height:28px;
    font-weight:100;
}
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio .btn.btn-primary { position:relative; }
.filterable-portfolio  .portfolio_item .portfolio_item_holder .caption__portfolio .btn.btn-primary:before {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#23262b;
    color:#fff;
    position:absolute;
    content:'';
    font-family:FontAwesome;
    font-size:20px;
    top:12px;
    left:12px;
    width:56px;
    height:56px;
    line-height:56px;
}
.isotope .isotope-item .post__holder { text-align:center; }
.isotope .isotope-item .post__holder .post-header .post-title {
    font-size:37px;
    line-height:40px;
    margin-bottom:30px;
}
.isotope .isotope-item .post__holder .post_content { padding-bottom:30px; }
.post_wrapper .post__holder .post-header .post-title { margin-bottom:84px; }
.post_wrapper .post__holder .post-header .post-title a { color:#23262b; }
.post_wrapper .post__holder .post-header .post-title a:hover { color:#31d07a; }
@media (max-width: 767px) {
    .post_wrapper .post__holder .post-header .post-title { margin-bottom:40px; }
}
.post_wrapper .btn.btn-primary { position:relative; }
.post_wrapper .btn.btn-primary:before {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#23262b;
    color:#fff;
    position:absolute;
    content:'';
    font-family:FontAwesome;
    font-size:20px;
    top:12px;
    left:12px;
    width:56px;
    height:56px;
    line-height:56px;
}
#sidebar { padding-top:140px; }
#sidebar h3 { word-wrap:break-word; }
.share-buttons { margin-bottom:140px; }
.post_meta { margin-bottom:30px; }
.post_meta .post_meta_unite .meta_group { font-weight:300; }
.post_meta .post_meta_unite .meta_group div {
    padding:2px 6px;
    font-family:Roboto;
    color:#626466;
}
.post_meta .post_meta_unite .meta_group div a {
    font-size:14px;
    color:#626466;
    font-family:Roboto;
}
.post_meta .post_meta_unite .meta_group div a:hover { color:#31d07a; }
.post_meta .post_meta_unite .meta_group div i { padding-right:3px; }
.post_meta .post_meta_unite .meta_group div i:before { color:#fc4a57; }
.post_meta .post_meta_unite .meta_group .post_author a {
    color:#626466;
    text-transform:capitalize;
    font-family:Roboto;
}
.post_meta .post_meta_unite .meta_group .post_author a:hover { color:#31d07a; }
.post_meta .post_meta_unite .meta_group .comments-link { text-transform:lowercase; }
li.pinterest { display:none; }
.post-author, .comment .comment-body {
    margin-top:0;
    padding:21px 20px;
    background-color:#f3f4f4;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    border:none;
    margin-bottom:140px;
}
.post-author .post-author_h, .comment .comment-body .post-author_h {
    margin:0 0 15px 0;
    padding-bottom:0;
    letter-spacing:0;
    text-align:left;
    text-transform:uppercase;
    display:block;
    font-style:normal;
    font-size:20px;
    font-weight:300;
    line-height:24px;
    color:#31d07a;
}
.post-author .post-author_h a, .comment .comment-body .post-author_h a { color:#31d07a; }
.post-author .post-author_h a:hover, .comment .comment-body .post-author_h a:hover { color:#1d9052; }
.post-author .post-author_gravatar, .post-author .comment-author, .post-author .thumbnail, .comment .comment-body .post-author_gravatar, .comment .comment-body .comment-author, .comment .comment-body .thumbnail {
    display:block;
    margin:6px 22px 10px 0;
    word-break:break-all;
    width:92px;
    height:92px;
    background:url(images/avatar.png) no-repeat;
    background-size:100%;
}
.post-author .post-author_gravatar img, .post-author .comment-author img, .post-author .thumbnail img, .comment .comment-body .post-author_gravatar img, .comment .comment-body .comment-author img, .comment .comment-body .thumbnail img { display:none; }
.post-author .post-author_desc, .comment .comment-body .post-author_desc {
    padding:0 0 28px;
    margin:0;
    text-transform:none;
    display:table;
}
@media (max-width: 500px) {
    .post-author .post-author_desc, .comment .comment-body .post-author_desc {
        padding-left:0;
        display:inline-block;
    }
}
.post-author .post-author_link, .comment .comment-body .post-author_link {
    margin-top:21px;
    text-transform:uppercase;
}
.post-author .post-author_link p, .comment .comment-body .post-author_link p {
    margin:0;
    font-size:20px;
    font-weight:300;
    line-height:24px;
    font-family:Open Sans;
    color:#23262b;
}
.post-author .post-author_link a, .comment .comment-body .post-author_link a {
    font-size:20px;
    font-weight:300;
    line-height:24px;
    font-family:Open Sans;
}
.related-posts { margin-bottom:120px; }
.related-posts .related-posts_h { margin-bottom:90px; }
@media (max-width: 767px) {
    .related-posts { margin-top:20px; }
}
.related-posts .related-posts_item .featured-thumbnail { margin-bottom:45px; }
.related-posts .related-posts_item a {
    font-size:20px;
    font-weight:400;
    line-height:23px;
    color:#bfbfbf;
    text-transform:uppercase;
    margin-bottom:13px;
}
.related-posts .related-posts_item a:hover { color:#31d07a; }
.related-posts .related-posts_item .title, .related-posts .related-posts_item .custom_permalink { display:none; }
.related-posts .related-posts_item .excerpt {
    font:400 14px/23px Open Sans;
    color:#bfbfbf;
}
.comment-holder { margin-bottom:140px; }
.comment-holder .comments-h { margin-bottom:65px; }
.comment-holder .comment-list .children { margin-left:20px; }
.comment-holder .comment-list .comment .comment-body {
    margin-bottom:18px;
    padding:21px 30px 23px 20px;
}
.comment-holder .comment-list .comment .comment-body .wrapper .comment-author { margin-bottom:0px; }
.comment-holder .comment-list .comment .comment-body .wrapper .extra-wrap {
    margin-top:7px;
    margin-bottom:30px;
    font-size:14px;
    font-weight:normal;
    line-height:23px;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .author {
    float:left;
    text-transform:uppercase;
    font-size:20px;
    line-height:23px;
    font-weight:300;
    color:#31d07a;
    word-break:break-all;
    font-family:Open Sans;
    margin-top:0;
    padding-top:30px;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner {
    text-align:right;
    padding-top:27px;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .comment-meta, .comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .reply {
    float:none;
    display:inline-block;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .comment-meta, .comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .comment-reply-link {
    padding:0;
    text-transform:uppercase;
    font-size:20px;
    line-height:23px;
    font-weight:300;
    color:#23262b;
    background:none;
    font-family:Open Sans;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .comment-meta { margin-right:0; }
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .reply { margin-left:10px; }
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .reply .comment-reply-link {
    margin:0;
    color:#31d07a;
}
.comment-holder .comment-list .comment .comment-body .wrap_meta .wrapmeta_inner .reply .comment-reply-link:hover { color:#1d9052; }
@media (max-width: 470px) {
    .comment-holder .comment .comment-body .comment-meta { margin-right:0; }
    .comment-holder .wrapmeta_inner em { display:block; }
}
[id*="categories"] ul, [id*="archives"] ul, [id*="meta"] ul, .archive_lists ul {
    margin:5px 0 11px 0px;
    list-style:none;
}
@media (max-width: 767px) {
    [id*="categories"] ul, [id*="archives"] ul, [id*="meta"] ul, .archive_lists ul { margin:0 0 30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, [id*="meta"] ul li, .archive_lists ul li {
    position:relative;
    color:#31d07a;
    padding:0 30px 13px 0;
    list-style-type:none;
}
[id*="categories"] ul li a, [id*="archives"] ul li a, [id*="meta"] ul li a, .archive_lists ul li a {
    text-decoration:none;
    font-size:14px;
    font-weight:normal;
    line-height:18px;
    color:#bfbfbf;
    text-transform:none;
    display:inline-block;
    padding-left:20px;
    padding-bottom:0;
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover, [id*="meta"] ul li a:hover, .archive_lists ul li a:hover { color:#1d9052; }
[id*="categories"] ul li:before, [id*="archives"] ul li:before, [id*="meta"] ul li:before, .archive_lists ul li:before {
    content:'';
    font:normal 8px/24px FontAwesome;
    top:0px;
    left:0;
    height:100%;
    position:absolute;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
[id*="categories"] ul li:hover, [id*="categories"] ul li:active, [id*="categories"] ul li:focus, [id*="archives"] ul li:hover, [id*="archives"] ul li:active, [id*="archives"] ul li:focus, [id*="meta"] ul li:hover, [id*="meta"] ul li:active, [id*="meta"] ul li:focus, .archive_lists ul li:hover, .archive_lists ul li:active, .archive_lists ul li:focus {
    color:#1d9052;
    text-decoration:none;
    background:none;
}
#wp-calendar caption, #wp-calendar thead tr th {
    color:#1d9052;
    font:16px Open Sans;
}
.comments-custom .comments-custom_li {
    padding-top:0;
    padding-bottom:35px;
}
.comments-custom .comments-custom_li .featured-thumbnail {
    margin-bottom:10px;
    margin-right:30px;
    width:69px;
    height:69px;
    background:url(images/avatar.png) no-repeat;
    background-size:100%;
}
.comments-custom .comments-custom_li .featured-thumbnail img { display:none; }
.comments-custom .comments-custom_li time {
    font:300 20px/24px Open Sans;
    color:#23262b;
}
.comments-custom .comments-custom_li .comments-custom_h_author {
    color:#31d07a;
    font:300 20px/24px Open Sans;
    text-transform:uppercase;
    margin-bottom:14px;
}
.comments-custom .comments-custom_li .meta_format { margin-top:13px; }
.comments-custom .comments-custom_li .meta_format+.meta_format { margin-top:-8px; }
.comments-custom .comments-custom_li .comments-custom_txt { border:none; }
.comments-custom .comments-custom_li .comments-custom_txt a {
    color:#bfbfbf;
    font-size:14px;
    font-weight:normal;
}
.comments-custom .comments-custom_li .comments-custom_txt a:hover {
    color:#31d07a;
    text-decoration:none;
}
.widget-flexslider .slide .desc { text-align:center; }
.widget-flexslider .flex-direction-nav li .flex-prev, .widget-flexslider .flex-direction-nav li .flex-next { top:44% !important; }
@media (max-width: 420px) {
    .widget-flexslider .flex-direction-nav li .flex-prev, .widget-flexslider .flex-direction-nav li .flex-next { top:43% !important; }
}
#map { margin-top:0; }
#map:before {
    position:absolute;
    content:'';
    width:100%;
    height:100%;
}
#map img { max-width:none; }
#map #content {
    font-size:10px;
    color:#babbc2;
    padding-top:0;
}
#map #content h6 {
    font-size:13px;
    line-height:1.2em;
    color:#434458;
    margin:0 0 4px 0;
}
#map #content p {
    line-height:14px;
    margin-bottom:0;
}
#map #content a {
    color:#1d9052;
    text-decoration:underline;
}
#map #content a:hover, #map #content a:focus { text-decoration:none; }
.gm-style .gm-style-iw #content a { font-size:11px; }
@media (max-width: 1199px) and (min-width: 980px) {
    .wpcf7-not-valid-tip {
        font-size:11px !important;
        padding:8px 0 8px 15px !important;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .wpcf7-not-valid-tip {
        font-size:10px !important;
        padding:8px 0 8px 5px !important;
    }
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
    display:table;
    content:"";
    line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
.input-block-level {
    display:block;
    width:100%;
    min-height:33px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.parallax-slider { height:1020px; }
@media (max-width: 1199px) {
    .parallax-slider { height:800px; }
}
@media (max-width: 979px) {
    .parallax-slider { height:600px; }
}
@media (max-width: 767px) {
    .parallax-slider { height:400px; }
}
.parallax-slider #mainCaptionHolder .container { top:315px; }
@media (max-width: 1199px) {
    .parallax-slider #mainCaptionHolder .container { top:25%; }
}
@media (max-width: 520px) {
    .parallax-slider #mainCaptionHolder .container { top:7%; }
}
.parallax-slider #mainCaptionHolder .slider_caption { text-align:center; }
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
    font-size:70px;
    line-height:70px;
    font-weight:600;
    color:#ffffff;
    padding:0px 22%;
    margin-top:-25px;
    margin-bottom:35px;
}
.parallax-slider #mainCaptionHolder .slider_caption h5 {
    color:#ffffff;
    line-height:24px;
    font-weight:300;
    padding:0px 23%;
    margin-top:0;
}
.parallax-slider #mainCaptionHolder .slider_caption p { color:#ffffff; }
.parallax-slider #mainCaptionHolder .slider_caption .btn { margin-top:55px; }
@media (max-width: 1199px) {
    .parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
        font-size:70px;
        line-height:70px;
        padding:0px 17%;
    }
    .parallax-slider #mainCaptionHolder .slider_caption h5 { padding:0px 12%; }
    .parallax-slider #mainCaptionHolder .slider_caption .btn { margin-top:40px; }
}
@media (max-width: 979px) {
    .parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
        font-size:40px;
        line-height:40px;
        padding:0px 26%;
        margin-bottom:10px;
    }
    .parallax-slider #mainCaptionHolder .slider_caption h5 { margin-bottom:0px; }
    .parallax-slider #mainCaptionHolder .slider_caption .btn { margin-top:25px; }
}
@media (max-width: 767px) {
    .parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
        font-size:40px;
        line-height:40px;
        padding:0px 15%;
        margin-bottom:10px;
    }
    .parallax-slider #mainCaptionHolder .slider_caption h5 { font-size:12px; }
}
@media (max-width: 520px) {
    .parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
        font-size:30px;
        line-height:35px;
        padding:0px 15%;
        margin-bottom:10px;
    }
    .parallax-slider #mainCaptionHolder .slider_caption .btn { margin-top:60px; }
}
.parallax-slider .controlBtn {
    width:60px;
    height:60px;
    margin-top:-30px;
}
.parallax-slider .controlBtn .innerBtn {
    font-size:48px;
    line-height:60px;
    color:#1d9052;
    background:#31d07a;
}
.parallax-slider .controlBtn .slidesCounter {
    font-size:16px;
    line-height:60px;
    color:#31d07a;
    background:#1d9052;
}
.parallax-slider .controlBtn:hover .innerBtn {
    color:#31d07a;
    background:#1d9052;
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.parallax-slider .parallaxPrevBtn { left:-60px; }
.parallax-slider .parallaxNextBtn { right:-60px; }
.parallax-slider:hover .parallaxPrevBtn { left:0; }
.parallax-slider:hover .parallaxNextBtn { right:0; }
.parallax-slider #paralaxSliderPagination { bottom:145px; }
@media (max-width: 767px) {
    .parallax-slider #paralaxSliderPagination { bottom:20px; }
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
    border-radius:50%;
    margin:3px;
    width:10px;
    height:10px;
    border:2px solid #31d07a;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#31d07a; }
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
    margin:3px;
    opacity:.5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active { opacity:1; }
.parallax-slider #previewSpinner {
    width:50px;
    height:50px;
    margin-left:-25px;
    margin-top:-25px;
    border-radius:25px;
    background:url(parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}
.parallax-slider {
    overflow:hidden;
    position:relative;
    -ms-transform:translateZ(0);
    transform:translateZ(0);
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.parallax-slider #mainImageHolder .primaryHolder .imgBlock, .parallax-slider #mainImageHolder .secondaryHolder .imgBlock {
    max-width:inherit;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.parallax-slider #mainImageHolder .primaryHolder { z-index:2; }
.parallax-slider #mainImageHolder .secondaryHolder { z-index:1; }
.parallax-slider #mainCaptionHolder {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:2;
}
.parallax-slider #mainCaptionHolder .container { position:relative; }
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
    position:absolute;
    width:100%;
    top:0;
    left:0;
}
.parallax-slider .controlBtn {
    position:absolute;
    cursor:pointer;
    display:block;
    top:50%;
    z-index:2;
}
.parallax-slider .controlBtn .innerBtn {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    position:relative;
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    z-index:1;
}
.parallax-slider .controlBtn .slidesCounter {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    position:absolute;
    top:0;
    width:60%;
    height:100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
    left:0%;
    text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
    right:0%;
    text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
    position:absolute;
    width:100%;
    text-align:center;
    z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
    list-style:none;
    margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    cursor:pointer;
    display:inline-block;
}
.parallax-slider #previewSpinner {
    position:absolute;
    display:block;
    top:50%;
    left:50%;
    z-index:99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transform:scale(3);
    -moz-transform:scale(3);
    -ms-transform:scale(3);
    -o-transform:scale(3);
    transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
    opacity:1;
    filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
    opacity:0;
    filter:alpha(opacity=0);
}


.img {
    height:96px;
    width:270px;
    margin-top:-2%;
}
.marqueeimg {
    height:200px !important;
    width:200px;
}
conticon {
    margin-left:38px;
}
@media (min-width: 990px) {
    .team-img{
        margin-left:5%;
    }
}
@media (min-width: 986px) {
    .team-img{
        margin-left:3%;
    }
}
@media (max-width: 979px) {
    .team-img{
        margin-left:0 !important;
    }
    .partnership-circle {
        margin-left:40%;
    }
}
@media (max-width: 600px) {
    .partnership-circle {
        margin-left:37%;
    }
}
@media (max-width: 460px) {
    .partnership-circle {
        margin-left:34%;
    }
}
@media (max-width: 410px) {
    .partnership-circle {
        margin-left:28%;
    }
}
@media (max-width: 318px) {
    .partnership-circle {
        margin-left:25%;
    }
}
@media (max-width: 304px) {
    .partnership-circle {
        margin-left:22%;
    }
}
@media (max-width: 1199px) {
    .textwidget .span4 {
        width: 292px !important; 
    }
}
@media (max-width: 979px) {
    .textwidget .span4 {
        width: 220px !important; 
        padding:0px !important;
    }
    .custom_text_widget h4 {
        font-weight:bold;
        font-size:18px;
    }
    .custom_text_widget h4 font {
        font-weight:normal !important;
        font-size:12px !important;
    }
}
@media (max-width: 767px) {
    .textwidget .span4 {
        width: 100% !important;
    }
    .custom_text_widget h4 {
        font-weight:bold;
        font-size:22px;
    }
    .custom_text_widget h4 font {
        font-weight:normal !important;
        font-size:14px !important;
    }
}
@media (max-width: 380px) {
    h2.title {
        font-size:35px !important;
    }
}



