/* import css files */
@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,500|Rubik:500,%20600';

/* custom font */ 
/* @font-face {
    font-family: 'oxygenregular';
    src: url('../fonts/oxygen-webfont.woff2') format('woff2'),
         url('../fonts/oxygen-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;} */

/* @font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nMrXyw023e1Ik.woff2') format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} */

/* common */
body {
     font-family: "Rubik", sans-serif;
     font-size: 15px;}
     
h1,h2,h3,h4,h5,h5{
    font-family: "Rubik", sans-serif;
}
	 
input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;}

/* number spinner remove */	 
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;}

.recent-popular-list .list-group-item{
	padding: .5rem 1rem;
	opacity: 0.94;
}


#career ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

#career ul li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

/* ===== Responsive image-grid  ===== */

.image-grid{
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.image-grid div img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}


/* ====== Simple LightBox overrides ======= */
.slbCloseBtn{
    box-shadow: none;
}

/* ======== pagination ======== */
div.paginated{display: block; text-align: center;}
div.paginated *{ display: inline}
div.paginated button{ padding:5px 10px; min-width: 35px !important; width: 35px;}
div.paginated button:disabled{ cursor:not-allowed;  }
div.paginated .current{ margin: 5px 10px;  }


.card-body{
    position: relative;
}

.single-feature img{
    width: 100px;
    height: auto;
}

.single-feature h4{
    font-size: 19px;
    font-weight: 500;
}

.single-feature:hover{
    box-shadow: 1px 1px 0px 0px var(--box-shadow-color2), 1px 1px 11px 0px var(--box-shadow-color1);
}


/* ==== Portfolio view ===== */
.portfolio-view-card img{
    max-width:100%;
    min-width: 80%;
    height:auto;
}

.portfolio-view-card span.badge{
    font-size: 14pt;
}

.portfolio-view-card p{
text-indent: 35pt;
font-size: 13pt;
}

/* ==== Portfolio page ===== */
#portfolio .portfolio-body{
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;

    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;

}

#portfolio .portfolio-body form{
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}

#portfolio .portfolio-body form .categories_wrapper{
    height: 100%;
}

#portfolio .portfolio-body form button{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    padding: 15px 5px;
    font-size: 18px;
    background:transparent;
    border:none;
    border-bottom:1px solid;
}

#portfolio .portfolio-body form button:hover{
    box-shadow: 0 5px 15px var(--box-shadow-color1);
}



#portfolio .portfolio-body form button.active{
    font-weight: 800;
}

#portfolio .portfolio-body .portfolio-items-list{
    flex-grow: 100;
    padding: 10px;
}


#portfolio .portfolio-items-list .single-portfolio p{
    font-size: 16px;
}

#portfolio .portfolio-items-list .single-portfolio h4{
    font-size: 20px;
}

#portfolio .portfolio-items-list .single-portfolio .card-img-top img{
    width: inherit;
    height: 100%;
}

#portfolio .portfolio-items-list .single-portfolio{
    overflow: hidden;
}

@media (max-width: 575px) {
    #portfolio .portfolio-body{
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important;
    }


#portfolio .portfolio-body ul{
    width: 100%;
    
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;   
    }
}

/* ==== Portfolio listing in homepage ===== */

#portfolio .single-portfolio p{
    font-size: 16px;
}

#portfolio .single-portfolio .img-col{
    position: relative;
    background-size: cover;
}

@media (max-width: 767px){
    #portfolio .single-portfolio .img-col{
        height: 340px;
        order: 1 !important;
    }   
}

#portfolio .single-portfolio .category{
    position: absolute;
    top: 18px;
    z-index: 3;
    padding: 6px 15px;
    font-size: 14px;
    min-width: 150px;
    width: 166px;
    text-align: center;
    border: 1px solid;
    border-radius: 18px;
    font-weight: 700;
}

#portfolio .single-portfolio:nth-child(odd) .category{
    box-shadow: 2px 2px 6px 2px var(--box-shadow-color2), 5px 5px 5px var(--box-shadow-color1),4px 5px 2px 1px black;
}
#portfolio .single-portfolio:nth-child(even) .category{
    box-shadow: -2px 2px 6px 2px var(--box-shadow-color2), -5px 5px 5px var(--box-shadow-color1),-4px 5px 2px 1px black;
}

#portfolio .single-portfolio:nth-child(odd) .category{
    right: -29px;
}

#portfolio .single-portfolio:nth-child(even) .category{
    left: -31px;
}

#portfolio .single-portfolio:nth-child(odd) .img-col{
    order: 1;
}

#portfolio .single-portfolio:nth-child(even) .img-col{
    order: 2;
}

#portfolio .single-portfolio:nth-child(odd) .text-col{
    order: 2;
}

#portfolio .single-portfolio:nth-child(even) .text-col{
    order: 1;
}


/* ==== Product, Service ===== */

.single-product .card-img-top{
    overflow: hidden;
    border:none
}

.single-product .card-img-top img{
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.single-product .description{
    font-weight: 500;
    margin-top: 15px;
    text-indent: 18pt;
}

.single-product .product-price{
    min-width: 70px;
    justify-content: center;
    font-weight: 600;
    display: inline;
    border-radius: 11px;
    padding: 6px 15px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: -17px;
}

.single-product h4{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.single-product .card{
    box-shadow: 0 1px 0px -7px var(--box-shadow-color2), -1px 1px 6px 2px var(--box-shadow-color1);
}

.single-product .card:hover{
    box-shadow: 0 0 11px 1px var(--box-shadow-color2), 0 0 9px 5px var(--box-shadow-color1);
}

.single-product .card:hover img{
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    transform: scale(1.2);
    overflow: hidden;
}

.single-product .card-body{
    padding:25px 23px;
}

.single-product .card-body p{
    font-size: 11pt;
}

#product_view .image-preview, #service_view .image-preview{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 75%;
    box-shadow: 0 0 0 3px black, 0 0 0 4px white;
}

@media (min-width: 768px){
    #product_view .single-thumbnail, #service_view .single-thumbnail{
        width: 80px;
        height: 65px;
    }
}

@media (max-width: 767px){
    #product_view .single-thumbnail, #service_view .single-thumbnail{
        width: 60px;
        height: 55px;
    }
}

@media (max-width: 575px) {
    #product_view .single-thumbnail, #service_view .single-thumbnail{
        width: 50px;
        height: 45px;
    }
}


#product_view .single-thumbnail, #service_view .single-thumbnail{
    background-size: cover;
    background-repeat: no-repeat;
}

#product_view .thumbnail-parent, #service_view .thumbnail-parent{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border:2px solid;
    max-height: 67px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    filter: brightness(80%);
}

#product_view .single-thumbnail, #service_view .single-thumbnail{
    display: inline-block;
    border: 1px solid;
    margin: 0;
    padding: 0;
}




/* ====== More button ====== */
a.more-link{
    text-decoration: underline;
    font-weight: 900;
}

.feature-title{
    font-size: 26pt;
}

/* === Fixed Share buttons ==== */
.fixed-share-div{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    position: fixed;
    right:10px;
    top:40vh;
    z-index:100;
    min-width:40px;
    padding:8px;
    font-size: 30pt;
}

/* @media only screen and (max-width: 320px) {
    .fixed-share-div{
        font-size: 20pt;
        right:0px;
    }
} */

@media only screen and (max-width: 413px) {
    .fixed-share-div{
        font-size: 20pt;
        right:0px;
    }
}

@media only screen and (max-width: 767px) {
    .fixed-share-div{
        font-size: 24pt;
        right:5px;
    }
}


/* ==== Search box ====== */
.django-search {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: row;
    max-width: 300px;
    min-width: 280px;
    max-height: 50px;
    margin: 10px auto;
}

.search-form{
    width:80%;
    margin: 0;
    padding:0;
    text-align: center;
}


@media (max-width: 575px) {
.search-form {
    max-width: 80%;
    min-width: 80%;
    width: 80%;
    }

.search-form .django-search {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    }
}

.django-search input{
    flex-grow: 1;
    border-radius:15px 0 0 15px;
    border:1px solid darkgray;
    padding:3px 6px;
    vertical-align: center;
    text-align: center;
    border-right:none;
    line-height: initial;
}
.django-search button{
    padding: 0;
    width: auto;
    height: auto;
    min-width: 40px;
    box-shadow: none;
    border:none;
    border-radius: 0;
}
.django-search button[type=submit]{
    border-radius: 0 15px 15px 0;
}

.django-search .BTN_CLEAR_SEARCH{
    background: white;
    max-width: 25px;
    min-width: 25px;
    border:none;
    border-top:1px solid darkgray;
    border-bottom:1px solid darkgray;
    color:black;
    box-shadow: none;
    font-size: 11pt;
}

.django-search input:focus{
    outline:none;
}


.response{
    width:60%;
    margin: 11px auto;
    text-align: center;
    padding: 4px 19px;
    font-size: 15px !important;
    border-radius: 0.5rem;
}


@media only screen and (min-width: 769px){
    section.features:nth-of-type(odd) div.img{
        order:1;
    }

    section.features:nth-of-type(odd) .content{
        order:3;
    }

    section.features:nth-of-type(even) div.img{
        order:3;
    }

    section.features:nth-of-type(even) .content{
        order:1;
    }
}


#clients .image-wrapper{
    padding: 0 6px 6px 0;
    align-items:stretch;
    justify-content: stretch;
}

#clients .image-wrapper > div{
    margin: 0 6px 6px 0;
}

#clients .image-wrapper img{
    width: 50%;
    margin: 25% 25% 25% 25%;
}

#testimonials .card-body p{
    font-style:italic;
    margin-bottom: 0;
    margin-right:15px;
}

#testimonials .fa-quote-right{
    top: -11pt;
    position: relative;
}

@media only screen and (min-width: 400px){
div.testi:only-child{
    width: 80% !important;
    max-width: 80%;
    flex-grow: 3;
    margin:auto;
    
}
}

#gallery .gal-img-wrapper{
    padding: 10px;
}

#gallery .gallery-image{
    max-height: 200px;
    height: 200px;
    min-height: 200px;
    width: 100%;
}

#blog h3{
    font-size: 21px;
    font-weight: 500;
}

#blog .card:hover{
box-shadow: 1px 1px 0px 0px var(--box-shadow-color2), 1px 1px 11px 0px var(--box-shadow-color1);
}

#career .card:hover {
    box-shadow: 0 0 11px 1px var(--box-shadow-color2), 0 0 9px 5px var(--box-shadow-color1);
}

#career .card {
    box-shadow: 3px 0 0px -2px var(--box-shadow-color2), 1px 1px 3px 0px var(--box-shadow-color1);
}

#career .req-title{
    font-weight: 600;
}

.career-item ul{
    list-style-type: circle;
}

.career-form input,.career-form textarea{
    margin-top: 1px;
    height: 35px;
    line-height: initial;
}
.career-form label{
    margin-bottom: 1px;
    margin-top: 18px;
}
.career-form textarea{
    height: 60px;
}

#about_us p{
    font-size: 12pt;
}

#about_us img.about-image{
    width: inherit;
    height:auto;

}


#about-us-page .about-body .img-col div{
    padding-top: 100%;
    background-size:cover;
}

@media (min-width: 768px) {
    #about-us-page .about-body .img-col{
        padding-left: 0.5rem !important;
    }

    #about-us-page .about-body .text-col{
        padding-right: 0.5rem !important;
    }

}


@media (max-width: 767px) {
    #about-us-page .about-body .img-col{
        order: 0;
        padding-bottom: 0 !important;
    }

    #about-us-page .about-body .text-col{
        order: 1;
    }
}


#contact_us table td i{
    margin: 8px 0px;
}

#contact_us p.contact-address{
    font-size: 13px;
    font-weight: 100;
}

#contact_us p.contact-address::first-line{
    font-size: 18px;
    font-weight: 500;
}

.contact-data p,.contact-data a{
    font-size: 12pt;
    margin-bottom: 0.1rem;
}

.contact-data .contact-form input,
.contact-data .contact-form textarea{
    background-color: transparent;
    border:none;
    border-bottom:1px solid;
    color:inherit;
}

.contact-data .contact-form *::placeholder{
    color: var(--fg-color);
    opacity: 0.7;
}
.contact-data .contact-form *:-ms-input-placeholder{
    color: var(--fg-color);
    opacity: 0.7;
}
.contact-data .contact-form *::-ms-input-placeholder{
    color: var(--fg-color);
    opacity: 0.7;
}


.contact-data .social-links{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
}

.contact-data .social-links i{
    margin:0;
    font-size: 22pt;
    text-shadow: black 0.08em 0.08em 0.08em
}


/* social icon */	
.fa-facebook-square, .fa-facebook {color: #6079b1;}
.fa-twitter-square, .fa-twitter {color: #00aced;}
.fa-google-plus-square {color: #dd4b39;}
.fa-linkedin, .fa-linkedin-square {color: #36a1d3;}
.fa-pinterest,.fa-pinterest-square {color: #cb2027;}
.fa-instagram {color: #cb2027;}
    

/* active */
 .active {
    cursor: default;}

a {
color: inherit;
}

/* header */
header .header {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 100;
    top: 0;  
    padding-right: 25px;
    padding-left: 20px;
    background-color: transparent;
}

@media (min-width: 1080px) {
    header .header {
        padding-left: 10vw;
    }
}

.stop-blocking-content + div.page-body{
    padding-top: 70px;
}

@media (max-width: 767px) {
    header .header {
        height: 55px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .stop-blocking-content + div.page-body{padding-top: 55px;}
}



.fixed-navbar{
    box-shadow: 0 0 0px 0px var(--box-shadow-color2), 0 0 11px 0px var(--box-shadow-color1);
}


/* nav */
header .header nav,
header .header ul.navbar{
    height:inherit;
}

header .header nav ul.navbar {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    flex-grow: 2;
    justify-content: flex-end;
    height:inherit;
}

header .header nav ul li {
    list-style: none;
    padding: 11px 10px;
    font-size: 1.445vw;
}

@media (min-width:750px){
    header nav ul.navbar li{
        font-size: 1.4vw;
    }
}

@media (min-width:900px){
    header nav ul.navbar li{
        font-size: 1.38vw;
        padding: 11px 7px;
    }
}


@media (min-width:1000px){
    header nav ul.navbar li{
        font-size: 14px;
        padding: 11px 9px;
    }
}

header nav ul.navbar li.active > a{
    filter: brightness(80%);
    font-weight: 900;
}

header nav ul.navbar li a {
    padding: 0px 8px;
    font: 500 14px/80px "Rubik", sans-serif;
    text-decoration: none;
    white-space: nowrap;

}

.MENU_OPENER{
    cursor: pointer;
}

header nav ul.navbar ul.submenu, header nav ul.navbar ul.subsubmenu{
    display: none;
}

.submenu-parent > .OPENED_MENU{
    display: block !important;
}

@media (min-width:801px){
    header .header nav ul.navbar > li {
        text-align: center;
    }

    header nav ul.navbar li{
        position: relative;
    }

    header nav ul.navbar li ul.submenu{
        padding: 5px 10px;
        position: fixed;
        z-index: 110;
        min-width: 190px;
        width: 190px;
    }

    header nav ul.navbar ul.submenu .ARROW_RIGHT{
        transform: none;
        align-self: flex-end;
    }
    header nav ul.navbar ul.submenu .ARROW_LEFT{
        transform: rotate(180deg);
        align-self: flex-start;
    }

    header nav,header nav *{
        overflow: visible !important;
    }

    header nav ul.navbar ul.submenu li,header nav ul.navbar ul.subsubmenu li{
        text-align: left;
    }
    header nav ul.navbar ul.submenu ul.subsubmenu{
        padding: 5px 10px;
        position: absolute;
        z-index: 120; 
        left:170px;
        top:0;
        min-width: 190px;
        width: 190px;
    }
    .submenu-parent{
        position: relative !important;
    }

    .submenu-parent > .OPENED_MENU{
        position: absolute !important;
    }
}



header .header .fa-bars,
header .header .fa-times{
    font-size: 24pt;
    margin-top: 20px;
    cursor: pointer;
}

@media (min-width:919px){
    header .header .navbar{
        background-color: transparent !important;
    }
}

@media (max-width:918px){
    header .header .navbar:not(.shown){
        display: none !important;
    }

    header nav ul.navbar ul.submenu,header nav ul.navbar ul.subsubmenu{
        padding-left: 20px;
        width: inherit;
        background: none;
    }

    header nav ul.navbar > li{
        position: static !important;
        display: block;
        width: 100%;
        padding: 2px 3px;
        /* height: 40px; */
        max-height: 45px;
    } 


    header .header .navbar{
        position: fixed;
        align-items: flex-start;
        right: 0px;
        top: 0px !important;
        margin-top: 55px !important;
        bottom: 100%;
        padding-left: 12px !important;
        padding-right: 20px !important;
        flex-direction: column;
        justify-content: flex-start !important;
        min-width: 200px;
        overflow: hidden !important;
        height: 100vh !important;
    }

    header .header .navbar li:not(:last-of-type){
        border-bottom: 1px solid;
    }

    header .header .navbar li a {
        font: 500 16px/40px "Rubik", sans-serif;
    }
}


@media (max-width: 767px) {
    header .header .navbar{
       top: 60px;
    }

header .header .fa-bars,
header .header .fa-times{
    font-size: 24pt;
    margin-top: 14px;
}
}

@media (min-width:918px){
    header .header .fa-bars,
    header .header .fa-times{
        display: none;
    }
}

/* logo */
header .header .logo {
	float: left;
    height: inherit;
}
header .header .logo h4 {
	margin: 0;
	padding-top: 14px;
    float: left;}
header .header .logo img {
    float: left;
    margin-right: 10px;
    max-width: 13vw;
    height: auto;
    max-height: 55px;
}
@media (max-width: 767px) {
header .header .logo h4 {
	padding-top: 10px;
	font-size: 17px;
    font-weight: bold;}
header .header .logo img {
    max-height: 40px;
    max-width: 120px;
    }	
}

	
/* header-sticky */   
header .header-sticky {
   opacity: 0;
   visibility: hidden;}
.window-scroll header .header-sticky {
   visibility: visible;}  

	
/* wrapper */   
.wrapper {
    width: 90%;
    height: auto;
    margin: 0 auto;}
@media (min-width: 1200px) {
.wrapper {
    max-width: 2000px;
	padding: 0 100px;}
}
@media (max-width: 1199px) {
.wrapper {
	padding: 0 70px;}
}  
@media (max-width: 991px) {
.wrapper {
	padding: 0 50px;}
} 
@media (max-width: 767px) {
.wrapper {
	padding: 0 30px;}
} 
@media (max-width: 575px) {
.wrapper {
	padding: 0 15px;}
} 
    
	
	
	 
/* page-body */
.page-body section:first-child {
   padding-top: 0;
   padding-bottom: 0;}     
.page-body section {
   padding-top: 35px;
   padding-bottom: 30px;}
.page-body section:first-child:not(#carousel) {
   padding-top: 45px;}
	
/* common button Start */
button,
.a-btn  {
    white-space: nowrap;
    line-height: normal;
	min-width: 80px;
	font-size: 13px;
	padding: 3px 15px;
	text-align: center;
    text-transform: capitalize;  
    border-radius: .125rem;
    cursor: pointer;}
a.a-btn {
	text-decoration: none;}
/* all-list-btn */
.all-list-btn {
	display: block;
    max-width: 120px;
    margin: 15px auto auto;
    padding: 6px;}
@media (max-width: 575px) {
button,
.a-btn  {
	font-size: 12px;
    padding: 2px 15px;
    min-width: 65px;}	
/* all-list-btn */
.all-list-btn {
    padding: 3px;
	max-width: 70px;
    min-width: 70px;}	
}
	
   
    
/* animate-tab */
.animate-tab .nav-tabs { 
	border-bottom-width: 2px;}
.animate-tab .nav-tabs .nav-link.active {
    border-bottom-width: 0;}
.animate-tab .tab-pane {
   transform: translateY(15px);
   animation: fadeIn 0.5s ease 1 forwards;
   opacity: 0;}
@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
    }
}
@media (max-width: 767px) {
.animate-tab .nav-tabs > li > a { 
    padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;}
}

/* blog */	
.blog-body{
    padding: 15px 180px;
}

#view-blog-post .post-content,#blog_list .post-content{
    padding: 65px 65px;
    border-radius:1%;
}

@media (max-width: 575px) {
    #view-blog-post .post-content h2,#blog_list .post-content h2{
        font-size: 4.7vw;
    }
}

.post-share-links{
    font-size: 2rem;
}

.post-share-links .fa-share-alt{
    display: none;
}

@media only screen and (max-width: 575px){
    .blog-body{padding: 12px 60px;}
}
@media only screen and (min-width: 576px) and (max-width: 768px){
    .blog-body{padding: 14px 75px;}
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
    .blog-body{padding: 14px 90px;}
}

.blog-body a {
    margin-right: 10px;}
.blog-body h3 {
    font-size: 20pt;
    margin-bottom: 15px;}
.blog-body hr {
    border-color: #c3bfbf;}	 
@media (max-width: 767px) {
.blog-body h4 {
    font-size: 15px;}
.blog-body h5 {
    font-size: 11px;}	
}


/* contact_us */	
/* form */
#contact_us form h2 {
	margin-bottom: 25px;}
#contact_us form input,
#contact_us form textarea {
	width: 100%;
	padding: 7px 7px 7px 15px;
	border: 1px solid;
	margin-bottom: 10px;
    border-color:inherit;
}

#contact_us form textarea {
    height: 136px;
}

@media (max-width: 767px) {
#contact_us form input,
#contact_us form textarea {
	padding: 5px;}
}

#CONTACT-US-FORM button[type=submit]{
    margin: 10px 8px;
    padding: 10px 10px;
    text-align: center;
    min-width: 180px;
    font-weight: 500;
    font-size: 14px;
}

/* iframe */	
#contact_us iframe {
    width: 100%;
    border: 0;
    height: 420px;
}


/* share-div */
.share-div {
    margin-top: 10px;}
.share-div .fa-share-alt {
	font-size: 24px;
    position: relative;
    top: 3px;
    margin-right: 15px;}
.share-div a {
	text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;}
.share-div a .fa {
	padding: 4px 6px;}


/* section#footer */
section#footer {
   padding-top: 30px;
   padding-bottom: 30px;}
section#footer img {
    width: inherit;
    height: auto;
    max-width: 250px;
}

#footer .footer-links a{
    font-weight: 800;
}

@media (max-width: 767px) {
section#footer {
   text-align: center;}
section#footer h4 {
   font-size: 17px;} 
section#footer h5 {
   font-size: 13px;}   
}

@media (max-width: 575px) {
    section#footer img {
        display: none !important;
    }
}



/* footer */ 
footer {
    text-align: center;
    padding: 15px 10px;
	font-size: 13px;}	
footer p {
	margin-bottom: 0;}		
@media (max-width: 767px) {
footer p {
	font-size: 11px;}  
}
section#footer a{
    text-decoration: none;
}