/* -----------------------------------
   1. Globally Applied Styles
   2. Header
   3. Home and Portfolio
   4. About
   5. Blog and Blog Single
   6. Contact
   8. Media Screens
   ----------------------------------- */
/* --------------------------
   1. Globally Applied Styles
   -------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
input[type=submit] {
    -webkit-appearance: none;
}
html {
    overflow-x: hidden;
    max-width: 100%;
}
ol,
ul {
    list-style: none;
}
input[type=text]::-ms-clear {
    display: none;
}
sup {
    font-size: 10px;
    vertical-align: super;
}
sub {
    font-size: 10px;
    vertical-align: sub;
}
p:empty {
    display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    background-color: #fff;
    color: #000;
    font-family: "Hind", serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    overflow: hidden;
    word-wrap: break-word;
}
img {
    max-width: 100%;
}
/* --------------------------
   2. Header
   -------------------------- */

header {
    margin: 25px 0;
    padding-top: 25px;
}
header .logo a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    font-family: "Poppins",serif;
}
header .menu {
    text-align: center;
}
header .menu ul {
    display: inline-block;
    text-align: center;
}
header .menu ul li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
header .menu ul li a {
    text-decoration: none;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
header .menu ul li a:hover {
    color: #000000;
}
header .menu ul li a.active {
    color: #000000;
}
header .menu ul li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
header .menu ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background-color: #fff;
    min-width: 170px;
    padding: 0;
    left: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    z-index: 999;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.13);
    margin-top: 10px;
}
header .menu ul ul li {
    display: block;
    margin-right: 0;
    padding: 15px 25px;
    border-radius: 0;
}
header .menu ul ul li:last-child {
    border-bottom: 0;
}
header .menu ul ul li a {
    font-size: 15px;
    color: #333;
    display: block;
    padding: 0;
    line-height: 18px;
    opacity: 1 !important;
    font-weight: 600;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
header .menu ul li ul li ul li a {
    font-size: 14px;
    /* color: #999; */

    font-style: italic;
    font-weight: 500;
}
header .menu ul li ul li ul {
    left: 100%;
    top: 0;
    margin-top: -1px;
}
header .menu ul ul li a:hover {
    color: #000000;
}
header .social-icons {
    float: right;
}
header .social-icons ul {
    display: inline-block;
}
header .social-icons ul li {
    display: inline-block;
    margin-right: 13px;
}
header .social-icons ul li a i {
    color: #000;
    font-size: 16px;
}
}
header .menu ul li:last-child {
    margin-right:0;
}

.slicknav_menu {
    display: none;
    height: 75px;
    margin-left: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.slicknav_menu ul {
    padding: 0;
}
.slicknav_menu .slicknav_icon-bar,
.slicknav_menu .slicknav_icon-bar:after,
.slicknav_menu .slicknav_icon-bar:before {
    background-color: #000;
    display: inline-block;
    position: relative;
    top: -4px;
    width: 22px;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.slicknav_btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 40px;
}
.slicknav_btn .slicknav_icon {
    position: relative;
    line-height: 10px;
    height: 19px;
    width: 25px;
    padding-right: 15px;
}
.slicknav_menu .slicknav_open .slicknav_icon-bar {
    background-color: transparent
}
.slicknav_menu .slicknav_icon-bar {
    display: inline-block;
    position: relative
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:before {
    -webkit-transform: translateY(6px) rotateZ(-45deg);
    -moz-transform: translateY(6px) rotateZ(-45deg);
    -ms-transform: translateY(6px) rotateZ(-45deg);
    -o-transform: translateY(6px) rotateZ(-45deg);
    transform: translateY(6px) rotateZ(-45deg)
}
.slicknav_menu .slicknav_icon-bar:before {
    content: "";
    position: absolute;
    top: -6px
}
.slicknav_menu .slicknav_open .slicknav_icon-bar:after {
    -webkit-transform: translateY(-6px) rotateZ(45deg);
    -moz-transform: translateY(-6px) rotateZ(45deg);
    -ms-transform: translateY(-6px) rotateZ(45deg);
    -o-transform: translateY(-6px) rotateZ(45deg);
    transform: translateY(-6px) rotateZ(45deg)
}
.slicknav_menu .slicknav_icon-bar:after {
    content: "";
    position: absolute;
    top: 6px
}
.slicknav_menu .slicknav_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 75px;
    margin: 0;
    padding: 20px 40px;
    background-color: #eee;
}
.slicknav_menu .slicknav_nav li ul {
    padding-left: 20px
}
.slicknav_menu .slicknav_nav li {
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
}
.slicknav_menu .slicknav_nav li a {
    display: block;
    outline: 0;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}
.slicknav_menu .slicknav_nav li a:hover {
    color: #000000;
}
.slicknav_menu .slicknav_nav li a a {
    padding: 0
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow,
.slicknav_menu .slicknav_open .slicknav_arrow {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px
}
.slicknav_menu .slicknav_open .slicknav_arrow:before {
    content: "\f107"
}
.slicknav_menu .slicknav_collapsed .slicknav_arrow:before {
    content: "\f105"
}
/* --------------------------
   3. Home & Portfolio
   -------------------------- */

.wrapper .header-title {
    padding: 145px 0 50px 0;
}
.wrapper .header-title h2 {
    font-size: 90px;
    font-weight: 700;
}
.wrapper .header-title.pages h2 {
    font-size: 65px;
}
.wrapper .header-title p {
    font-size: 17px;
    color: #999;
    line-height: 30px;
}
.wrapper .content .masonry .item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.wrapper .content .masonry {
    position: relative;
}
.wrapper .content .masonry .item {
    position: relative;
}
.wrapper .content .masonry .item .full-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrapper .content .masonry .item .overlay-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.82);
    opacity: 0;
    -webkit-transition: .450s cubic-bezier(.210, .6, .355, 1);
    transition: .450s cubic-bezier(.210, .6, .355, 1);
}
.wrapper .content .masonry .item .overlay-wrapper:hover {
    opacity: 1;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table;
    table-layout: auto;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h3 {
    margin: 0;
    position: relative;
    z-index: 2;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: 250ms cubic-bezier(.210, .6, .355, 1) 0s;
    transition: 250ms cubic-bezier(.210, .6, .355, 1) 0s;
}
.wrapper .content .masonry .item:hover .overlay-wrapper .overlay .overlay-inner h3 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h3 a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h6 {
    margin: 0;
    margin-top: 5px;
    display: inline-block;
    position: relative;
    z-index: 2;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 350ms cubic-bezier(.210, .6, .355, 1) 0s;
    transition: 350ms cubic-bezier(.210, .6, .355, 1) 0s;
}
.wrapper .content .masonry .item:hover .overlay-wrapper .overlay .overlay-inner h6 {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}
.wrapper .content .masonry .item .overlay-wrapper .overlay .overlay-inner h6 a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
}
.wrapper .load-more {
    text-align: center;
    margin: 50px 0 90px 0;
}
.wrapper .load-more a {
    border: 1px solid #b2b2b2;
    padding: 15px 50px;
    color: rgba(0, 0, 0, 0.89);
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}
.wrapper .load-more a:hover {
    color: #000000;
}
.wrapper .services {
    background-color: rgba(178, 178, 178, 0.13);
    padding: 90px 0;
}
.wrapper .services .item {
    text-align: center;
    border-radius: 4px;
}
.wrapper .services .item span {
    font-size: 55px;
    line-height: 49px;
    color: #000000;
}
.wrapper .services .item .text h6 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
}
.wrapper .services .item .text p {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.wrapper .team {
    padding: 30px 0px 60px 0;
}
.wrapper .team .content {
    padding-top: 35px;
    text-align: center;
}
.wrapper .team .content h4 {
    text-align: center;
    font-size: 43px;
    font-weight: 700;
}
.wrapper .team .item {
    margin: 50px 0 70px 0;
    text-align: center;
}
.wrapper .team .item .text {
    margin: 20px 0;
}
.wrapper .team .item .text h6 {
    font-size: 19px;
    font-weight: 700;
    float: left;
}
.wrapper .team .item .text span {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    float: right;
    font-family: "Poppins", serif;
    line-height: 20px;
}
.wrapper .testimionals {
    width: 100%;
    height: 160px;
}
.wrapper .testimionals .overlay {
    background-color: rgba(223, 7, 65, 0.18);
    position: relative;
    width: 100%;
    height: 100%;
}
.wrapper .template-info {
    background-color: #000000;
    padding: 90px 0;
    text-align: center;
}
.wrapper .template-info h4 {
    font-size: 43px;
    font-weight: 700;
    color: #fff;
}
.wrapper .template-info .contact-bttn {
    margin: 45px 0 5px 0;
}
.wrapper .template-info .contact-bttn a {
    border: 1px solid #fff;
    padding: 16px 48px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}
.wrapper .template-info p {
    color: #fff;
    font-size: 13px;
    padding: 10px 0 15px 0;
    font-family: "Poppins", serif;
}
.wrapper .info .row {
    background-color: #000000;
}
.wrapper .info .text {
    padding: 80px 50px 30px 40px;
}
.wrapper .info .text h4 {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0px;
    font-weight: 700;
    color: #fff;
}
.wrapper .info .text p {
    color: #fff;
    padding: 30px 0;
    font-size: 13px;
    font-family: "Poppins", serif;
    line-height: 27px;
}
.wrapper .info .text .load-more {
    margin: 25px 0 35px 0;
    color: #fff;
    text-align: left;
}
.wrapper .info .text .load-more a {
    color: #fff;
    border-color: #fff;
}
/* --------------------------
   4. About
   -------------------------- */

.wrapper .about {
    margin-bottom: 50px;
}
.wrapper .about .content p {
    font-size: 18px;
    line-height: 28px;
    color: #999;
    padding: 30px 0
}
.wrapper .about .content h6 {
    padding: 20px 0 40px 0;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
}
.wrapper .about .content .item {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    border-left: 1px solid #eee;
}
.wrapper.alternative{
    margin-bottom: 40px;
}
.wrapper.alternative .content .masonry .item {
    margin-bottom: 0;
}
.wrapper.alternative .content .masonry a {
    color: #000;
    text-decoration: none;
}
.wrapper.alternative .content .masonry a .item .details {
    padding: 20px 0;
}
.wrapper.alternative .content .masonry a .item .details h4 {
    font-size: 18px;
    font-weight: 700;
}
.wrapper.alternative .content .masonry a .item .details h6 {
    line-height: 30px;
    color: #999;
    font-size: 15px;
}
.filters-section ul {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-align: left;
}
.filters-section ul li {
    line-height: 20px;
    display: inline;
    margin-right: 30px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    transition: .3s all;
}
.filters-section ul li:last-child {
    margin-right: 0;
}
.filters-section ul li:after {
    content: "";
    background-color: #fac23b;
    position: absolute;
    width: 0%;
    left: 50%;
    transition: .3s all;
}
.filters-section ul li:hover:after {
    color: #fac23b;
    left: 0;
    width: 100%;
}
.filters-section ul li:hover,
.filters-section ul li.active {
    color: #000000;
}
.filters-section ul li.active:after {
    color: #BD7F3F;
    left: 0;
    width: 100%;
}
/*Single-Home*/

.wrapper .single h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}
.wrapper .single span {
    color: #999;
    font-weight: 500;
    font-size: 15px;
}
.wrapper .single p {
    color: #999;
    font-size: 15px;
    line-height: 30px;
    padding-top: 20px;
}
.wrapper .single .images {
    margin-bottom: 30px;
}
.wrapper .single .info p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    padding-top: 25px;
}
.wrapper .single .info .color {
    color: #000000;
}
.wrapper .single .info a {
    text-decoration: none;
}
.wrapper .single .info span {
    font-weight: 500;
    font-size: 15px;
    color: #999;
}
.wrapper .single .project {
    margin: 20px 0;
}
.wrapper .single .project h4 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 30px;
}
.wrapper .single .nav-class {
    display: block;
    width: 100%;
    margin: 30px 0;
}
.wrapper .single .nav-class .navigation {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    padding-left: 0;
    margin: 0;
    border-radius: 2px;
}
.wrapper .single .nav-class .navigation .prev {
    width: 33.33333%;
    border: 0px;
    text-align: left;
}
.wrapper .single .nav-class .navigation>li {
    display: table-cell;
}
.wrapper .single .nav-class .navigation .next {
    width: 33.33333%;
    border: 0px;
    text-align: right;
}
.wrapper .single .nav-class .navigation a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.wrapper .single .nav-class .navigation .fa {
    margin-right: 13px;
    font-size: 18px;
}
.wrapper .single .nav-class .navigation .next .fa {
    margin-left: 13px;
}
.wrapper .single .nav-class .navigation .back a {
    color: #000000;
}
/* --------------------------
   5. Blog
   -------------------------- */
.wrapper .blog{
    margin-bottom: 40px;
}
.wrapper .blog article {
    margin-bottom: 30px;
}
.wrapper .blog article img{
    width:100%;
}
.wrapper .blog article .details {
    padding: 30px 0;
}
.wrapper .blog article .details a {
    text-decoration: none;
    color: #000;
}
.wrapper .blog article .details h4 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}
.wrapper .blog article .details .category {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.wrapper .blog article .details p {
    color: #999;
    font-size: 15px;
    line-height: 25px;
    padding-top: 5px;
}
.wrapper .blog article .details span {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.wrapper .blog.fullwidth {
    margin: auto;
    width: 850px;
}
/*BlogSingle*/

.wrapper .blog.single article .item {
    margin: auto;
    width: 80%;
}
.wrapper .blog.single article {
    margin: 30px 0;
}
.wrapper .blog.single article .details {
    border-bottom: 1px solid rgba(178, 178, 178, 0.44);
}
.wrapper .blog.single article blockquote {
    border-left: 1px solid #000000;
    padding: 15px 0;
    margin: 20px 0;
}
.wrapper .blog.single article .details blockquote p {
    margin-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}
.wrapper .blog.single article .item .details .tags span {
    font-size: 14px;
    margin-left: 5px;
}
.wrapper .blog.single article .item .details .tags p {
    color: #000;
    font-weight: 600;
}
.wrapper .blog.single article .comments {
    margin: 40px 0 20px 0;
}
.wrapper .blog.single article .tags {
    margin: 20px 0;
}
.wrapper .blog.single article .comments h4 {
    font-weight: 600;
    font-size: 18px;
}
.wrapper .blog.single article .contact-form {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}
.wrapper .blog.single article .contact-form form input,
.wrapper .blog.single article .contact-form form textarea {
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 15px;
    outline: 0;
    margin-top: 20px;
}
.wrapper .blog.single article .contact-form form textarea {
    height: 200px;
}
.wrapper .blog.single article .contact-form form input.btn {
    background: #000000;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-bottom: 50px;
}
.wrapper .blog.single article img{
    width:100%;
}
/* --------------------------
   6. Contact
   -------------------------- */

.wrapper .contact {
    margin: 30px 0;
}
.wrapper .contact .contact-form {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    color: #000;
    font-weight: 600;
    width: 700px;
    margin: auto;
}
.wrapper .contact .contact-form form input,
.wrapper .contact .contact-form form textarea {
    width: 100%;
    background-color: transparent;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
    box-shadow:none;
    border-style: solid;
    border-radius: 1px;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 15px;
    outline: 0;
    margin-top: 20px;
}
.wrapper .contact .contact-form form textarea {
    height: 200px;
}
.wrapper .contact .contact-form form input.btn {
    background: #000000;
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    float: right;
    margin-bottom: 50px;
}
.wrapper .contact h5 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 40px 0 10px 0;
}
/* --------------------------
   7. Contact
   -------------------------- */

footer {
    background-color: rgba(178, 178, 178, 0.13);
    padding: 35px 0 20px 0;
}
footer p {
    padding: 15px 0;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
footer p span {
    color: #000;
    line-height: 33px;
    font-weight: 500;
}
footer .social-icons ul {
    padding-top: 5px;
}
footer .social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
footer .social-icons ul li a i {
    color: #000;
    font-size: 16px;
}
footer .inner-section {
    padding: 30px 0;
}
footer .inner-section h5 {
    font-size: 19px;
    font-weight: 600;
}
footer .inner-section.center {
    margin-left: 40px;
}
footer .inner-section .info {
    padding-top: 15px;
    line-height: 25px;
}
footer .inner-section .info .fa {
    font-size: 15px;
    margin-right: 10px;
    color: #000000;
}
footer .inner-section .info .fa {
    font-size: 15px;
    margin-right: 10px;
}
footer .inner-section .info .fa-mobile {
    font-size: 20px;
}
footer .inner-section .info p {
    padding: 0;
}
footer .inner-section p .fa {
    font-size: 17px;
    color: #000;
    margin-right: 10px;
}
footer .f-copyright {
    border-top: 1px solid rgba(178, 178, 178, 0.47);
    margin-top: 15px;
}
footer .f-copyright p {
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .f-copyright .left {
    float: left;
}
footer .f-copyright .right {
    float: right;
}
/* --------------------------
   8.  Media Screens
   -------------------------- */
   @media only screen and (min-width: 1920px) {


    .wrapper .info .text{
        padding:150px;
    }
    .wrapper .info .text h4 {
    font-size: 55px;
    line-height: 58px;
    }
    .wrapper .info .text p {
    font-size: 17px;
    line-height: 38px;
    }

   }

@media only screen and (max-width: 1180px) {
    .wrapper .info .text {
        padding: 32px 20px 5px 0px;
    }
    .wrapper .info .text h4 {
        font-size: 42px;
    }
    @media only screen and (max-width: 1099px) {
        .wrapper .info .text {
            padding: 32px 20px 5px 0px;
        }
        .wrapper .info .text h4 {
            font-size: 42px;
        }
        .container {
            width: auto;
        }
        @media only screen and (max-width: 995px) {
            .wrapper .header-title h2 {
                font-size: 80px;
            }
            .wrapper .header-title p {
                font-size: 16px;
            }
            .wrapper .header-title p {
                line-height: 23px;
            }
            .wrapper .header-title {
                padding: 90px 0 30px 0;
            }
            .wrapper .services .item .text p br {
                display: none;
            }
            .wrapper .services .item .text h6 {
                font-size: 18px;
            }
            .wrapper .services {
                padding: 70px 0;
            }
            .wrapper .team {
                padding: 0px 0px 30px 0;
            }
            .wrapper .info .text h4 {
                font-size: 35px;
                line-height: 44px;
            }
            .wrapper .info .text {
                padding: 32px 20px 5px 0px;
            }
            .wrapper .info .text .load-more {
                margin: 30px 0 20px 0;
            }
            .wrapper .team .content h4 {
                font-size: 40px;
            }
            .wrapper .team .item {
                margin: 40px 0 60px 0;
            }
            .wrapper .team .item .text h6 {
                font-size: 17px;
            }
            .wrapper .team .item .text span {
                font-size: 13px;
                line-height: 18px;
            }
            .wrapper .info .text p {
                line-height: 25px;
                font-size: 13px;
            }
            .wrapper .about .content p {
                font-size: 15px;
                line-height: 25px;
            }
            .wrapper .contact h5 {
                font-size: 45px;
            }
            .wrapper .blog.fullwidth {
                margin: 0;
                width: inherit;
            }
            .wrapper .header-title.pages h2 {
                font-size: 55px;
            }
        }
        @media only screen and (max-width: 820px) {
            .wrapper .info .text h4 {
                font-size: 30px;
                line-height: 33px;
            }
            header .menu {
                display: none;
            }
            .slicknav_menu {
                display: block;
            }
            .wrapper .info .text {
                padding: 25px 0px 0px 0px;
            }
            header .social-icons {
                display: none;
            }
            .wrapper .info .text p {
                line-height: 20px;
                font-size: 12px;
            }
            .wrapper .info .text .load-more {
                margin: 20px 0 20px 0;
            }
            .wrapper .load-more a {
                border: 1px solid #b2b2b2;
                padding: 10px 40px;
                color: rgba(0, 0, 0, 0.34);
                text-decoration: none;
                line-height: 20px;
                font-size: 13px;
                font-weight: 500;
            }
            .wrapper .team .content h4 {
                font-size: 35px;
            }
            .wrapper .header-title h2 {
                font-size: 70px;
            }
        }
        @media only screen and (max-width: 760px) {
            .wrapper .team .item .text span {
                float: none;
                text-align: center;
                margin: auto;
            }
            .wrapper .team .item .text h6 {
                text-align: center;
                float: none;
                margin: auto;
            }
            .wrapper .team .item {
                margin: 10px 0 0px 0;
            }
            .wrapper .team .content h4 {
                padding-bottom: 30px;
            }
            .wrapper .info .text h4 {
                text-align: center;
            }
            .wrapper .info .text p {
                text-align: center;
                margin-left: 50px;
                margin-right: 50px;
            }
            .wrapper .info .text .load-more {
                text-align: center;
            }
            footer .inner-section.center {
                margin-left: 0;
            }
            footer {
                padding: 25px 0 15px 0;
            }
            footer .inner-section h5 {
                font-size: 17px;
            }
            footer .inner-section .info {
                padding-top: 10px;
                line-height: 19px;
            }
            footer p {
                padding: 10px 0;
                font-size: 14px;
            }
            footer .inner-section {
                padding: 20px 0;
            }
            header .social-icons {
                display: none;
            }
            .wrapper .services .item {
                margin-bottom: 30px;
            }
            .wrapper .info .text h4 {
                font-size: 33px;
            }
            .wrapper .contact .contact-form {
                width: 100%;
            }
            .wrapper .blog.single article .item {
                width: 100%;
            }
        }
        /* Extra Small Devices, Phones */

        @media only screen and (max-width: 480px) {
            .wrapper .header-title h2 {
                font-size: 50px;
            }
            .wrapper .header-title.pages h2 {
                font-size: 40px;
            }
            .filters-section ul li {
                line-height: 10px;
            }
            .filters-section ul {
                padding-bottom: 15px;
                /* padding-top: 10px; */

                font-size: 12px;
            }
            footer p {
                padding: 5px 0;
                font-size: 13px;
            }
            footer .inner-section {
                padding: 17px 0;
            }
            .wrapper .single p {
                color: #999;
                font-size: 14px;
                line-height: 25px;
                padding-top: 15px;
            }
            .wrapper .single h2 {
                font-size: 22px;
            }
            footer .social-icons ul li a i {
                font-size: 14px;
            }
            .wrapper .single .nav-class .navigation a {
                font-size: 13px;
            }
            .wrapper .header-title p {
                line-height: 21px;
            }
            .wrapper .team .content h4 {
                font-size: 25px;
            }
            .wrapper .info .text h4 {
                font-size: 25px;
            }
            .wrapper .info .text p {
                text-align: center;
            }
            .wrapper .info .text .load-more {
                margin: 10px 0 40px 0;
            }
            footer .f-copyright .left {
                display: none;
            }
            footer .f-copyright .right {
                float: left;
            }
            .wrapper .header-title p br {
                display: none;
            }
            .wrapper .blog.single article .details blockquote p {
                margin-left: 15px;
                font-size: 19px;
            }
            .wrapper .single .nav-class {
                margin: 50px 0;
            }
        }
