@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400");
/*
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Playfair Display', serif;
*/

html,
body {
    font-size: 100%;
    background: #fff;
    font-family: "Lato", sans-serif;
}

p,
body {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-family: "Lato", sans-serif;
    margin: 0;
    font-weight: 100;
}

h6 {
    font-size: 17px;
}

ul,
label {
    margin: 0;
    padding: 0;
}

body a:hover {
    text-decoration: none;
}

.about-text-padding {
    padding-right: 15px;
}

.logo {
    z-index: 9999999999999;
    float: left;
}

.logo a {
    position: absolute;
    top: 6%;
    cursor: pointer;
}

.logo img {
    width: 85px;
}

/*-- banners --*/

.banner-home {
    background: url(../images/opt3.JPG) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
    width: 100%;
    min-width: 100%;
}

.banner-about {
    background: url(../images/event-wr.png) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-events {
    background: url(../images/event-wr.png) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-work {
    background: url(../images/maya.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-support {
    background: url(../images/serena-williams.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-reports {
    background: url(../images/cna.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-blog {
    background: url(../images/blog-banner.png) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-lookbook {
    background: url(../images/oprahwinfrey.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner-contact {
    background: url(../images/malala.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 390px;
    width: 100%;
}

.banner .container {
    background: #fff;
    width: 100%;
    /*height: 9rem;*/
    position: fixed;
    z-index: 99999999;
    padding: 0;
}

#reports .container {
    background: #fff;
    width: 100%;
    height: 9rem;
    position: fixed;
    z-index: 99999999;
    padding: 0;
}

.right-padding {
    margin-right: 20px;
}

.left-padding {
    margin-left: 40px;
}

.mobile-menu {
    width: auto;
    position: relative;
    padding: 0;
    height: 90px;
    line-height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-menu a.dropdown-link {
    display: block;
    height: 90px;
    padding: 0 20px;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}

.mobile-menu a.dropdown-link:hover {
    text-decoration: none;
}

.mobile-menu a.dropdown-link i {
    float: right;
    position: relative;
    top: 35px;
}

.mobile-dropdown {
    display: none;
    list-style-type: none;
    background: #fff;
    padding: 0;
    width: auto;
    height: 450px;
    position: relative;
    z-index: 100;
    margin: 0;
    top: 0;
}

.mobile-dropdown li {
    padding: 0;
    height: auto;
}

.mobile-dropdown li a {
    padding: 0;
    color: #000;
    display: block;
    padding: 0 30px;
    height: 50px;
    line-height: 90px;
    font-size: 21px;
    text-decoration: none;
    text-align: center;
}

.mobile-dropdown li a:hover {
    text-decoration: none;
    color: #fc0687;
}

.mobile_icon {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
    right: 20px;
    cursor: pointer;
    top: 27%;
    transition: all 100ms ease;
    z-index: 5555555;
}

/* Reports */

.report-edition {
    padding-bottom: 55px;
}

.report-title {
    text-align: center;
    padding-bottom: 20px;
}

.report-header {
    text-align: center;
    color: #ff007d;
    font-size: 40px;
    padding: 120px 0 30px;
    line-height: 1.5;
}

/* Lookbook */

#lookbook .banner {
    min-height: 10px;
}

.lookbook {
    margin: auto;
    max-width: 1300px;
    padding-top: 5%;
}

.title {
    text-align: center;
    padding-bottom: 20px;
}

.lookbook-grid {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.lookbook-grid .image {
    display: inline;
}

.lookbook-grid .image img {
    width: 20%;
    display: inline-block;
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.about-text {
    text-align: center;
    font-size: 25px;
    color: #ff007d;
}

/* Blog */

.blogs {
    margin-top: 60px;
}

.blog-header {
    font-size: 40px;
    text-align: center;
    color: #000;
    padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
    .articles {
        margin: 0 150px;
        text-align: justify;
    }
}

.writer-intro {
    font-size: 17px;
    text-align: center;
    margin-top: 10px;
}

.blog-post {
    margin: auto;
    padding: 0 0 50px;
    float: left;
    width: 45%;
    margin-right: 10%;
}

.blog-post:nth-of-type(2n) {
    margin-right: 0;
}

.blog-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
}

.blog-details {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

#article .banner {
    min-height: 30px;
}

.article-details {
    padding-top: 50px;
    line-height: 1.8;
    font-weight: 300;
}

.blog-profile {
    line-height: 1;
}

.blog-details span {
    color: #fc0687;
    font-style: italic;
    font-size: 14px;
}

.blog-img {
    position: relative;
    margin: 0 0 4% 0;
    overflow: hidden;
    cursor: pointer;
}

.banner-article {
    min-height: 20px;
}

.article-page {
    margin-top: 100px;
}

.article-img {
    margin: auto;
    text-align: center;
    padding: 40px 0;
    width: 48%;
    display: inline-block;
}

.article-img:first-of-type {
    margin-right: 3.6%;
}

.article-img img {
    max-width: 100%;
}

.blog-img img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*.blog-image {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    width: 500px;
}

.blog-image img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-image:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}*/

.article-header {
    width: 100%;
    height: 400px;
}

.event-category {
    color: #212121;
    font-size: 35px;
    line-height: 2;
    padding: 20px 0 40px;
}

.event {
    padding: 0 0 55px;
}

.event-title {
    color: #ff007d;
    font-size: 25px;
    padding-bottom: 20px;
    line-height: normal;
}

.event-cover {
    width: 55%;
    display: inline-block;
    float: left;
}

.event-cover img {
    width: 100%;
    padding: 0 0 20px;
}

.event-desc {
    float: right;
    width: 40%;
}

@media screen and (max-width: 640px) {
    .event-cover {
        width: 100%;
        display: block;
        float: none;
    }
    .event-desc {
        float: none;
        width: 100%;
    }
}

.banner-info {
    width: 80%;
    margin: 5em auto 0;
    text-align: center;
}

.banner-info h3 {
    font-size: 1.8em;
    color: #000;
    margin: 0;
    line-height: 1.8em;
}

/*-- //banner --*/

/*-- banner-bottom --*/

.banner-bottom {
    padding: 3em 0;
}

.banner-bottom-grid img {
    margin: 0 auto;
}

/*-- //banner-bottom --*/

/*-- banner-bottom1 --*/

.banner-bottom1,
.latest-posts,
.twitter-comment,
.single,
.testimonials,
.news-events,
.conference,
.services-bottom,
.sevices-list,
.about,
.about-bottom,
.mail,
.typo,
.services {
    padding: 3em 0;
}

.banner-bottom1,
.subscribe {
    /*background:#f5f5f5;*/
}

#Team img {
    border-radius: 3px;
}

.banner-bottom1-grid1,
.latest-posts-grid1 {
    padding-top: 1.5em;
    padding-right: 15px;
    position: relative;
    /*border-top:1px solid #D7D7D7;*/
    background: #fff;
}

/*.banner-bottom1-grid1:before,.latest-posts-grid1:before{
	content:'';
	/*background:#1C9758;*
	width:50%;
	height:1px;
	position:absolute;
	top:0%;
	left:0%;
}*/

.banner-bottom1-grid1-left {
    background: #fff;
    padding: 1em 0em 1em 0em;
    float: left;
    font-family: "Lato", sans-serif;
    color: #000;
}

.banner-bottom1-grid1-left a {
    font-size: 1em;
    color: #000;
    margin: 0;
    text-transform: capitalize;
    text-decoration: none;
}

.banner-bottom1-grid1-left a:hover {
    color: #1c9758;
}

.banner-bottom1-grid1-right {
    padding: 1em 1em 1em 0em;
    background: #fff;
    float: right;
}

.banner-bottom1-grid1-right ul li {
    display: inline-block;
    margin-left: 0.3em;
}

.banner-bottom1-grid1-right ul li a {
    color: #999;
    font-size: 0.9em;
    text-decoration: none;
}

.banner-bottom1-grid1-right ul li a:hover {
    color: #d5b319;
}

/*.banner-bottom1 h2,
.latest-posts h3,
.subscribe-left h1,
.blog-left h1,
.testimonials h3,
.news-events h2,
.conference h1,
.services-bottom h2,
.sevices-list h3,
h1.title,
.services h1,
.contact-us h3,
.about h1,
.about-bottom h2,
.mail h1 {
    font-size: 2em;
    color: #1C9758;
    margin: 0;
    position: relative;
}*/

/*
.banner-bottom1 h2:before,.latest-posts h3:before,.blog-left h1:before,.testimonials h3:before,h1.title:before,.news-events h2:before,.conference h1:before,.sevices-list h3:before,.services-bottom h2:before,.services h1:before,.subscribe-left h1:before,.contact-us h3:before,.about h1:before,.mail h1:before,.about-bottom h2:before{
	content:'';
	width:2px;
	height: 40px;
    background:#D5B319;
	left:0;
	top:0%;
	position:absolute;
}*/

p.iusto {
    font-size: 14px;
    color: #222;
    margin: 0.5em 0 4em;
    line-height: 1.8em;
    padding-left: 1.5em;
    text-align: center;
}

p.about-text {
    font-size: 14px;
    color: #222;
    margin: 0.5em 0 1.5em;
    line-height: 1.8em;
    /*padding-left: 1.5em;*/
    text-align: left;
}

/*-- //banner-bottom1 --*/

/*-- banner-input --*/

.banner-input {
    background: #424242;
    padding: 1em 0;
}

.banner-input input[type="text"],
.banner-input select {
    outline: none;
    border: none;
    padding: 10px;
    background: #fff;
    color: #999;
    float: left;
    width: 30%;
    font-size: 14px;
}

.banner-input select {
    margin: 0 1em;
}

.banner-input input[type="submit"] {
    outline: none;
    border: none;
    background: #1c9758;
    padding: 0.6em;
    width: 5%;
    transition: 0.5s ease-in;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
}

.banner-input input[type="submit"]:hover {
    background: #d5b319;
}

.banner-input i {
    color: #fff;
    left: 2.5em;
    top: 0.2em;
    cursor: pointer;
}

/*-- //banner-input --*/

/*-- latest-posts --*/

.buttons {
    outline: none;
    padding: 10px 0px;
    background: #ff007d;
    border: none;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    width: 15%;
    display: inline-block;
    transition: 0.5s ease-in;
}

.buttons:hover {
    background: #ff6000;
}

.latest-posts-grid11 h5 a {
    font-size: 1.5em;
    color: #d5b319;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.5em;
    text-decoration: none;
}

.latest-posts-grid11 h5 a:hover {
    color: #999;
}

.latest-posts-grid11 h3 {
    color: #ff007d;
    font-size: 25px;
    text-align: center;
}

.latest-posts-grid11 h4 {
    font-size: 17px;
    color: #383838;
    text-align: left;
    font-weight: 300;
    width: 85%;
}

.latest-posts-grid11-left p,
.latest-posts-grid11-right a {
    font-size: 0.8em;
    color: #999;
    padding-left: 0.5em;
    margin: 0;
}

.latest-posts-grid11-left p span,
.latest-posts-grid11-right a span {
    left: -0.5em;
}

.latest-posts-grid11-left {
    float: left;
}

.latest-posts-grid11-left p {
    font-family: "Cinzel", serif;
    margin-top: 0.3em !important;
}

.latest-posts-grid11-right {
    float: right;
}

.latest-posts-grid11-right a {
    text-decoration: none;
    color: #999;
}

.latest-posts-grid11-right a:hover {
    color: #d5b319;
}

.latest-posts h3 {
    font-size: 17px;
    color: #383838;
    text-align: center;
    font-weight: 300;
}

/*-- //latest-posts --*/

/*--quote --*/

.quote {
    width: 65%;
    border-top: 1px solid #aaaaa8;
    border-bottom: 1px solid #aaaaa8;
    padding: 4em 0 4em;
    text-align: center;
    margin: auto;
}

.quote h4 {
    text-align: center;
    font-size: 40px;
    color: #ff6000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.quote p {
    text-align: center;
    font-size: 30px;
    color: #ff6000;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

/*--//quote--*/

/*-- subscribe --*/

.subscribe {
    text-align: center;
    position: relative;
    padding: 5em 0 3em;
}

.subscribe-pos {
    position: relative;
    left: 28%;
    width: 47%;
}

.subscribe-pos input[type="email"] {
    outline: none;
    padding: 10px 10px;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    font-size: 17px;
    color: #999;
    width: 70%;
}

.subscribe-pos input[type="submit"] {
    outline: none;
    padding: 10px 0px;
    background: #ff007d;
    border: none;
    font-size: 17px;
    color: #fff;
    width: 20%;
    display: inline-block;
    transition: 0.5s ease-in;
    cursor: pointer;
}

.subscribe-pos input[type="submit"]:hover {
    background: #ff6000;
    cursor: pointer;
}

/*-- //subscribe --*/

.about-info {
    text-align: center;
    font-size: 18px;
    width: 60%;
    margin: auto;
    line-height: 2;
}

.tabs {
    margin-bottom: 100px;
}

.tab {
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}

/* Style the buttons that are used to open the tab content */

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 40px;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 100;
}

/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */

.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*--social-media--*/

/*-- //social-media--*/

/* Contact Form */

form {
    font-family: "Lato", sans-serif;
}

textarea {
    resize: none;
}

.form-label {
    font-size: 50px;
    font-family: "Lato", sans-serif;
    margin: 0;
    display: block;
    opacity: 1;
    padding-bottom: 20px;
    -webkit-transition: 0.333s ease top, 0.333s ease opacity;
    transition: 0.333s ease top, 0.333s ease opacity;
}

.form-control {
    border-color: #494b4d;
    border-width: 0 0 1px 0;
    border-style: none none solid none;
    box-shadow: none;
    font-size: 17px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ff007d;
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: #494b4d;
}

.btn-start-order {
    background: #ff007d;
    color: #fff;
    font-size: 14px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    display: inline-block;
    transition: 0.5s ease-in;
    outline: none;
    cursor: pointer;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
    background: #ff6000;
    color: #fff;
    cursor: pointer;
}

/* Contact Form*/

/*-- footer--*/

.footer {
    background: #383838;
    width: 100%;
    min-height: 300px;
    padding: 3em 0;
}

.footer-content {
    width: 80%;
    margin: auto;
    color: #999;
    font-size: 15px;
    line-height: 1.9em;
    text-align: center;
}

.footer .slogan {
    color: #ff5f00;
    font-size: 18px;
}

.footer-nav ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}

.footer .footer-nav a {
    text-decoration: none;
}

.footer a {
    color: inherit;
}

.social-media {
    background-color: #d4d4d4;
    position: relative;
    padding: 30px 0;
    margin: 40px 0 0;
}

ul.ftr-icons {
    list-style: none;
    text-align: center;
}

.ftr-icons li {
    display: inline-block;
    margin: 0 1em 0;
}

.ftr-icons li a {
    width: 32px;
    height: 32px;
    display: inline-block;
}

.ftr-icons .fb {
    background: url(../images/facebook.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ftr-icons .tw {
    background: url(../images/twitter.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ftr-icons .insta {
    background: url(../images/instagram.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ftr-icons .google {
    background: url(../images/google.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat right top;
}

/* footer */

.contact-us-grid input[type="text"],
.contact-us-grid input[type="email"],
.contact-us-grid textarea {
    outline: none;
    border: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.52);
    width: 47%;
    font-size: 14px;
    color: #fff;
}

.contact-us-grid textarea {
    min-height: 100px;
    resize: none;
    margin: 1.5em 0;
    width: 100% !important;
}

.contact-us-grid input[type="email"] {
    margin-left: 1.5em;
}

.contact-us-grid input[type="submit"] {
    outline: none;
    border: none;
    padding: 7px 0;
    background: #1c9758;
    width: 40%;
    font-size: 1em;
    color: #fff;
    transition: 0.5s ease-in;
}

.contact-us-grid input[type="submit"]:hover {
    background: #d5b319;
}

/*-- //contact-us--*/

/*-- //services --*/

/*-- events --*/

p.event-text {
    color: gray;
    font-family: "Lato", sans-serif;
}

.conference-grid-left {
    float: left;
}

.conference-grid-left h4 {
    font-size: 1.5em;
    color: #999;
    margin: 0;
}

.conference-grid-left h4 span {
    display: block;
    margin: 0.3em 0 0;
}

.conference-grids {
    margin: 3em 0 0;
}

.conference-grid-right {
    float: right;
    margin-right: 3em;
}

.conference-grid-right h5 {
    font-size: 3em;
    color: #eee;
    margin: 0;
}

.conference-grid p {
    margin: 1em 0 3em;
    color: #999;
    line-height: 1.8em;
    font-size: 14px;
}

/* Underline From Left */

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #1c9758;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

.latest-news-grid-right {
    border-left: 1px solid #555;
}

.latest-news-grid-right h4 a {
    font-size: 1.1em;
    color: #d5b319;
    margin: 0.5em 0 0;
    text-decoration: none;
    display: block;
}

.latest-news-grid-right h4 a:hover {
    color: #999;
}

p.man {
    margin: 1em 0 0 !important;
}

.latest-news-grids:nth-child(1) {
    margin: 0 0 3em;
}

.latest-news-grid-right p {
    color: #999;
    margin: 0;
    line-height: 1.8em;
    font-size: 14px;
}

.latest-news-grid-right p span {
    padding-left: 1em;
}

.news-grid-left-top p {
    font-size: 14px;
    color: #e6e6e6;
    text-align: center;
    margin: 0;
    border: 1px solid #bab9b9;
}

.news-grid-left-top p i {
    font-size: 1.5em;
    padding: 1em;
    background: #809198;
    color: #fff;
    left: -32px;
    top: 0px;
}

/*-- //events --*/

/*-----start-responsive-design------*/

@media (max-width: 1440px) {
    /*.banner-info h3 {
		font-size: 2.5em;
	}*/
    /*.banner {
		background: url(../images/home-bg1.png) no-repeat -120px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}*/
    .contact-us-grids {
        margin: 2em 0 0;
    }
    .banner1 {
        min-height: 280px;
    }
}

@media (max-width: 1366px) {
    .subscribe-pos {
        left: 23%;
        width: 50%;
    }
    .contact-us-grids {
        width: 70%;
    }
}

@media (max-width: 1024px) {
    .navbar-nav > li > a {
        /*margin-left: 18px;*/
        margin-left: 35px;
    }
    .navbar-nav > li:nth-child(4) > a {
        /*margin-left: 153px;*/
        margin-left: 160px;
    }
    .banner-info h3 {
        font-size: 2em;
    }
    /*.banner {
		background: url(./images/risewithus-copy.jpg) no-repeat -210px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}*/
    .banner-bottom1,
    .latest-posts,
    .twitter-comment,
    .single,
    .testimonials,
    .news-events,
    .conference,
    .services-bottom,
    .sevices-list,
    .about,
    .about-bottom,
    .mail,
    .typo,
    .services {
        padding: 4em 0;
    }
    .testimonials-grids {
        padding-bottom: 1em;
    }
    .banner-input input[type="text"],
    .banner-input select {
        width: 29%;
    }
    .banner-input input[type="submit"] {
        width: 6%;
    }
    .banner-bottom1-grid1-left,
    .banner-bottom1-grid1-right,
    .latest-posts-grid11-left,
    .latest-posts-grid11-right {
        float: none;
    }
    .banner-bottom1-grid1-right {
        padding: 0 1em 1em;
    }
    .latest-posts-grid11 h5 a {
        font-size: 1.4em;
    }
    .subscribe-pos {
        left: 17%;
        width: 65%;
    }
    .contact-us-grid input[type="email"] {
        margin-left: 1.2em;
    }
    .contact-us-grid h4 {
        margin: 1em 0 1.5em;
    }
    .about-grid1-pos {
        width: 170px;
        left: -5%;
    }
    .about-grid1-pos1 {
        right: -3%;
        width: 170px;
    }
    .about-grid1 h4 {
        font-size: 1.1em;
    }
    .demo-3 {
        width: 283px;
    }
    figcaption.sub {
        padding: 14px 10px 0 !important;
    }
    .progress-bar1 {
        font-size: 0.8em;
    }
    .progress1 {
        height: 30px;
    }
    .party1 h5 {
        font-size: 0.8em;
    }
    .party1 {
        right: 7%;
    }
    .contact-us {
        padding: 3em 0;
    }
    .about-grid2-left {
        padding: 1.2em;
    }
    .testimonials-grids {
        padding-bottom: 5em;
    }
    .testimonials-grid-right-p p span {
        font-size: 1.2em;
    }
    .services-grid1 p {
        margin: 2em 0 2em;
    }
    .services-grid1-pos {
        left: 1%;
    }
    .services-grid-left span {
        font-size: 1.7em;
    }
    .services-grid-right h4 {
        font-size: 1.1em;
    }
    .services-grid-left {
        min-height: 8.7em;
    }
    .services-grid1 {
        padding: 2.5em 1em 3em;
    }
    .banner-bottom1 h2,
    .latest-posts h3,
    .subscribe-left h1,
    .blog-left h1,
    .testimonials h3,
    .news-events h2,
    .conference h1,
    .services-bottom h2,
    .sevices-list h3,
    h1.title,
    .services h1,
    .contact-us h3,
    .about h1,
    .about-bottom h2,
    .mail h1 {
        font-size: 2.3em;
    }
    .blog-left ul li {
        margin: 0 2em 0 0;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li > a {
        margin-left: 62px;
        padding: 30px 9px 1px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li:nth-child(4) > a {
        margin-left: 130px;
    }
    .logo a {
        width: 125px;
        height: 125px;
    }
    .logo img {
        width: 90px;
    }
    .banner-input select {
        margin: 0 0.5em;
        padding: 9px 0;
    }
    .banner-input input[type="text"],
    .banner-input select {
        width: 29.5%;
    }
    .banner-input input[type="submit"] {
        float: left;
        margin-left: 0.5em;
        width: 5.5%;
    }
    .banner-input i {
        left: -1.8em;
        top: 0.8em;
    }
    .banner-bottom-grid {
        float: left;
        width: 25%;
    }
    .banner-bottom1-grid {
        float: left;
        width: 33.33%;
    }
    .latest-posts-grid {
        float: left;
        width: 50%;
        margin-bottom: 2em;
    }
    .latest-posts {
        padding: 4em 0 2em;
    }
    .subscribe {
        padding: 4em 0 3em;
    }
    .subscribe-pos {
        bottom: -8%;
    }
    .twitter-comment p {
        width: 80%;
    }
    .contact-us-grids {
        /*float: left;*/
        width: 75%;
    }
    .contact-us-grid:nth-child(3) {
        float: none;
        width: 100%;
        padding: 16em 0 0;
    }
    .contact-us-grid input[type="text"],
    .contact-us-grid input[type="email"],
    .contact-us-grid textarea {
        width: 48.4%;
    }
    .about-grids:nth-child(3) {
        margin: 0 0 6em;
    }
    .about-grid2-left {
        padding: 2.2em;
    }
    .about-grid:nth-child(1) {
        margin-bottom: 3em;
    }
    .about-grid2 {
        margin: 0;
    }
    .about-grid:nth-child(2) {
        margin: 4em 0 0;
    }
    .about-bottom-grid-left {
        margin: 3em auto 0;
    }
    .demo-3 {
        margin: 0 auto;
    }
    .conference-grid:nth-child(2) {
        margin: 2em 0;
    }
    .latest-news-grid:nth-child(2) {
        margin: 2em 0 0;
    }
    .latest-news-grids:nth-child(1) {
        margin: 0 0 2em;
    }
    .testimonials-grid:nth-child(2) {
        margin: 2em 0;
    }
    .testimonials-grids {
        padding-bottom: 0;
    }
    .services-grid {
        float: left;
        width: 50%;
        margin-bottom: 12em;
    }
    .services-grid:nth-child(3),
    .services-grid:nth-child(4) {
        margin-bottom: 0em;
    }
    .services-grid1-pos {
        left: 16%;
        top: -70%;
    }
    .services-grid-left {
        min-height: 7.2em;
    }
    .services-grd1:nth-child(2) {
        margin: 2em 0;
    }
    .sevices-list-grids {
        margin: 0;
    }
    p.iusto {
        margin: 0.5em 0 3em;
    }
    .leave-a-comment {
        margin: 0;
        width: 90%;
    }
    .conference-grid {
        width: 75%;
        margin: 0 auto;
    }
    .conference-grid:nth-child(2) {
        margin: 2em auto;
    }
    .buttons {
        width: 30%;
    }
}

@media (max-width: 950px) {
    .navbar-nav > li > a {
        margin-left: 60px;
        padding: 30px 9px 1px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li:nth-child(4) > a {
        margin-left: 100px;
    }
}

@media (max-width: 920px) {
    .navbar-nav > li > a {
        margin-left: 50px;
        padding: 30px 9px 1px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li:nth-child(4) > a {
        margin-left: 80px;
    }
}

@media (max-width: 850px) {
    .navbar-nav > li > a {
        margin-left: 50px;
        padding: 30px 9px 1px;
    }
    .nav > li > a {
        font-size: 14px;
    }
    .navbar-nav > li:nth-child(4) > a {
        margin-left: 80px;
    }
}

@media (max-width: 800px) {
    .logo a {
        left: 42.5%;
    }
    .banner-info {
        width: 90%;
        margin: 8em auto 0;
    }
    .banner {
        min-height: 590px;
    }
    .report-header {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .banner-info h3 {
        font-size: 1.8em;
    }
    .banner-input input[type="submit"] {
        padding: 0.6em 0;
    }
    .banner-bottom1,
    .latest-posts,
    .twitter-comment,
    .single,
    .testimonials,
    .news-events,
    .conference,
    .services-bottom,
    .sevices-list,
    .about,
    .about-bottom,
    .mail,
    .typo,
    .services {
        padding: 3em 0;
    }
    .latest-posts {
        padding: 3em 0 1em !important;
    }
    .subscribe {
        padding: 3em 0 4em;
    }
    .subscribe-pos {
        left: 14%;
        width: 70%;
    }
    .contact-us-grid:nth-child(3) {
        width: 96%;
        padding: 15em 1em 0;
    }
    .contact-us-grids {
        margin: 2em 0 0;
        width: 100%;
    }
    .banner1 {
        min-height: 200px;
    }
    .about-grid1-pos {
        left: -3%;
    }
    .about-grid2-left {
        padding: 2.4em;
    }
    .contact-us-grid h4 {
        margin: 1em 0 0.5em;
    }
    .contact-us-grid:nth-child(3) {
        padding: 13em 1em 0px;
    }
    .services-grid1-pos {
        left: 17%;
    }
}

@media (max-width: 767px) {
    .logo a {
        left: 3%;
        z-index: 9999;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-toggle {
        margin-top: 25px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-nav {
        margin: 0;
        /*background:rgba(0, 0, 0, 0.84);*/
    }
    .navbar-nav > li > a {
        margin-left: 0;
        padding: 10px 0;
        color: #fff;
    }
    .navbar-nav > li:nth-child(4) > a {
        margin-left: 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        overflow: hidden;
    }
    .navbar-default {
        padding: 0px;
    }
    .navbar-collapse {
        padding: 0;
        box-shadow: none;
    }
    .nav > li {
        width: 25%;
        margin: 0 auto;
    }
    .navbar {
        /*margin-bottom: 50px;*/
    }
}

@media (max-width: 736px) {
    .banner-info {
        margin: 4em auto 0;
    }
    .banner-input input[type="text"],
    .banner-input select {
        width: 29.6%;
    }
    .buttons {
        width: 45%;
    }
    .banner-bottom1-grid {
        float: left;
        width: 50%;
    }
}

@media (max-width: 640px) {
    .footer-nav {
        display: none;
    }
    .banner-info h3 {
        font-size: 1.5em;
    }
    .banner {
        min-height: 395px;
    }
    .banner-input input[type="text"],
    .banner-input select {
        width: 29.3%;
    }
    .banner-input i {
        left: -1.6em;
    }
    .banner-bottom {
        padding: 2em 0;
    }
    .twitter-comment p {
        width: 100%;
    }
    .contact-us {
        padding: 2em 0;
    }
    .contact-us-grid p span {
        display: inline-block;
    }
    .contact-us-grid h4 {
        font-size: 1.3em;
    }
    .contact-us-grid input[type="text"],
    .contact-us-grid input[type="email"],
    .contact-us-grid textarea {
        width: 48%;
    }
    .footer-bottom-left {
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
    .footer-bottom-right {
        float: none;
        text-align: center;
    }
    .footer-bottom-left p {
        margin: 0;
    }
    .logo a span {
        font-size: 0.5em;
    }
    .subscribe-pos {
        left: 7%;
        width: 80%;
    }
    .subscribe-pos input[type="email"] {
        width: 75%;
    }
    .subscribe-pos input[type="submit"] {
        width: 24%;
    }
    .about-grid2-right p:after {
        background: url(../images/2.png) no-repeat 0px 0px;
        background-size: 100%;
        width: 90px;
        height: 80px;
    }
    .about-grids:nth-child(3) {
        margin: 0 0 2em;
    }
    .about-grid2 {
        margin: 0;
    }
    .about-grid2-left {
        padding: 1.8em;
    }
    .latest-news-grid-right h4 a {
        font-size: 1em;
    }
    .services-grid1-pos {
        left: 19%;
        width: 65%;
        top: -50%;
    }
    .services-grid {
        margin-bottom: 11em;
    }
    .leave-a-comment input[type="text"],
    .leave-a-comment textarea {
        padding: 10px;
    }
    .leave-a-comment input[type="submit"] {
        font-size: 1em;
        width: 35%;
    }
    .categories-mid ul li:nth-child(6) {
        margin-bottom: 3em;
    }
    .mail iframe {
        min-height: 200px;
    }
    .mail h2 {
        margin: 1em 0 0;
    }
    .buttons {
        width: 45%;
    }
    .latest-posts h3 {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .banner-input input[type="text"],
    .banner-input select {
        width: 32.3%;
    }
    .banner-input input[type="submit"] {
        padding: 0.6em 0;
        display: block;
        margin: 0;
        width: 12%;
    }
    .banner-input i {
        left: 1.5em;
        top: 2.1em;
    }
    .buttons {
        width: 45%;
    }
}

@media (max-width: 568px) {
    .banner-input input[type="submit"] {
        margin: 1em 0 0;
    }
    .banner-input i {
        left: -2.5em;
        top: 1.8em;
    }
    .buttons {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .blog-post {
        width: 100%;
        padding: 0 0 35px 0;
        margin: 0;
    }
    .blog-header {
        font-size: 26px;
        line-height: 1.5;
    }
    .article-img {
        padding: 20px 0;
        width: 100%;
    }
    .lookbook-grid .image img {
        width: 80%;
        margin-bottom: 12%;
    }
    #lookbook .banner {
        min-height: 80px;
    }
    .banner-info h3 {
        font-size: 1.2em;
    }
    .logo a {
        width: 115px;
        height: 115px;
        font-size: 1.7em;
    }
    .banner-bottom1-grid {
        float: none;
        width: 70%;
        margin: 0 auto;
    }
    /*.banner {
		background: url(./images/risewithus-copy.jpg) no-repeat -155px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}*/
    .banner-input input[type="text"],
    .banner-input select {
        font-size: 13px;
    }
    .banner-input i {
        left: -2.2em;
    }
    .banner-bottom-grid {
        width: 45%;
        margin: 0 0 1em;
    }
    .banner-bottom1-grid:nth-child(2) {
        margin: 2em auto;
    }
    p.iusto {
        margin: 0.5em 0 2em;
    }
    .banner-bottom1,
    .latest-posts,
    .twitter-comment,
    .single,
    .testimonials,
    .news-events,
    .conference,
    .services-bottom,
    .sevices-list,
    .about,
    .about-bottom,
    .mail,
    .typo,
    .services {
        padding: 2em 0;
    }
    .latest-posts-grid {
        float: none;
        width: 80%;
        margin: 0 auto 2em;
    }
    .subscribe-left,
    .subscribe-right {
        float: none;
        width: 100%;
    }
    .subscribe {
        padding: 2em 0 3em;
    }
    .subscribe-pos {
        left: 3%;
        width: 95%;
    }
    .subscribe-pos {
        bottom: -5%;
    }
    .twitter-comment-twi {
        padding: 1em 0 0;
    }
    .contact-us-grid {
        float: none;
        width: 100%;
    }
    .contact-us-grid:nth-child(2) {
        margin: 2em 0;
    }
    .contact-us-grid:nth-child(3) {
        padding: 0 1em;
    }
    .contact-us-grid input[type="text"],
    .contact-us-grid input[type="email"],
    .contact-us-grid textarea {
        width: 100%;
    }
    .contact-us-grid input[type="email"] {
        margin: 1em 0;
    }
    .contact-us-grid:nth-child(3) {
        width: 100%;
    }
    .contact-us-grid textarea {
        margin: 0 0 1em;
    }
    .about-grid1 {
        padding: 2em;
    }
    .about-grid1-pos {
        left: 0;
        width: 100%;
        top: 100%;
    }
    .about-grid:nth-child(2) {
        margin: 19em 0 0;
    }
    .gght {
        margin: 5em 0 0 !important;
    }
    .about-grid:nth-child(1) {
        margin: 3em 0;
    }
    .about-grid1-pos1 {
        right: 0;
        width: 100%;
        top: 100%;
    }
    .about-bottom {
        padding: 17em 0 2em;
    }
    .banner-bottom1 h2,
    .latest-posts h3,
    .subscribe-left h1,
    .blog-left h1,
    .testimonials h3,
    .news-events h2,
    .conference h1,
    .services-bottom h2,
    .sevices-list h3,
    h1.title,
    .services h1,
    .contact-us h3,
    .about h1,
    .about-bottom h2,
    .mail h1 {
        font-size: 1.4em;
    }
    .about-grid2-left {
        padding: 1em;
    }
    .about-grid2-right p:after {
        top: 60%;
        background: url(../images/2.png) no-repeat 0px 0px;
        background-size: 100%;
        width: 75px;
        height: 65px;
    }
    .progress1 {
        width: 100%;
    }
    .services-grid {
        float: none;
        width: 73%;
        margin: 0 auto 10em;
    }
    .services-grid:nth-child(3) {
        margin-bottom: 10em;
    }
    .services-grid:nth-child(4) {
        margin-bottom: 0em;
    }
    .blog-left ul li {
        margin: 0 6em 0.5em 0;
    }
    .media-left {
        width: 30%;
    }
    .blog-left ul li {
        margin: 0 0em 0.5em 0;
    }
    .leave-a-comment {
        width: 100%;
    }
    .blog-left-grid ul li {
        margin-left: 4em;
    }
}

@media (max-width: 414px) {
    .banner-about {
        background: url(../images/banner-about-mobile.jpg) no-repeat 0px 0px;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        min-height: 390px;
        width: 100%;
    }
    .banner {
        min-height: 350px;
    }
    .banner-input input[type="text"],
    .banner-input select {
        width: 100%;
    }
    .banner-input select {
        margin: 1em 0;
    }
    .banner-input i {
        left: -2em;
    }
    .banner-bottom-grid {
        width: 50%;
    }
    .banner-bottom1-grid {
        width: 85%;
    }
    .latest-posts-grid11 h5 a {
        font-size: 1.2em;
    }
    .latest-posts-grid11 h3 {
        color: #ff007d;
        font-size: 25px;
        text-align: center;
    }
    .latest-posts-grid11 h4 {
        font-size: 15px;
        color: #383838;
        text-align: justify;
        font-weight: 300;
        width: 100%;
    }
    .subscribe-pos input[type="email"] {
        width: 74%;
    }
    .twitter-comment p {
        font-size: 14px;
    }
    .contact-us-grid p {
        font-size: 14px;
        text-align: center;
        line-height: 2.3em;
    }
    .contact-us-grid h6 {
        font-size: 14px;
        text-align: left;
        line-height: 2.2em;
    }
    .contact-us-grid h4 {
        font-size: 1.1em;
    }
    .contact-us-grid input[type="submit"] {
        font-size: 14px;
    }
    .footer-bottom-left p {
        line-height: 1.8em;
    }
    .nav > li {
        width: 35%;
    }
    .about-grid2-left p {
        font-size: 1.1em;
    }
    .about-grid,
    .about-bottom-grid-right {
        padding: 0;
    }
    .about-grid:nth-child(2) {
        margin: 17em 0 0;
    }
    .gght {
        margin: 3em 0 0 !important;
    }
    .banner-bottom1 h2,
    .latest-posts h3,
    .subscribe-left h1,
    .blog-left h1,
    .testimonials h3,
    .news-events h2,
    .conference h1,
    .services-bottom h2,
    .sevices-list h3,
    h1.title,
    .services h1,
    .contact-us h3,
    .about h1,
    .about-bottom h2,
    .mail h1 {
        font-size: 1.3em;
    }
    .about-bottom-grid-left {
        margin: 2em auto 0;
    }
    .conference-grid {
        width: 100%;
    }
    .more a {
        padding: 7px 20px;
    }
    .conference-grid-left h4 {
        font-size: 1.2em;
    }
    .conference-grid-right h5 {
        font-size: 2.5em;
    }
    .conference-grid p {
        margin: 1em 0 2em;
    }
    .latest-news-grid,
    .blog-left,
    .blog-right {
        padding: 0;
    }
    .latest-news-grid-right h4 a {
        font-size: 14px;
    }
    .testimonials-grids {
        padding-bottom: 2em;
    }
    .banner1 {
        min-height: 140px;
    }
    .services-grid1 p {
        margin: 0em 0 2em;
    }
    .services-grid-left {
        min-height: 8.7em;
    }
    .leave-a-comment input[type="submit"] {
        width: 50%;
    }
}

@media (max-width: 384px) {
    .banner-info h3 {
        font-size: 1em;
    }
}

@media (max-width: 375px) {
    .banner-info {
        margin: 2em auto 0;
    }
    .banner {
        min-height: 310px;
    }
    .banner-bottom1-grid,
    .latest-posts-grid {
        width: 100%;
    }
    .contact-us-grid,
    .contact-us-grid:nth-child(3),
    .testimonials-grid {
        padding: 0;
    }
    .about-grid:nth-child(1) {
        margin: 2em 0;
    }
    .about-bottom {
        padding: 14em 0 2em;
    }
    .testimonials-grids {
        padding-bottom: 3em;
    }
    .services-grid {
        width: 100%;
        margin: 0 auto 13em;
    }
    .services-grid:nth-child(3) {
        margin-bottom: 13em;
    }
    .services-grid1-pos {
        top: -78%;
    }
    .blog-left-grid ul li {
        margin-left: 2em;
    }
    .banner-bottom1 h2,
    .latest-posts h3,
    .subscribe-left h1,
    .blog-left h1,
    .testimonials h3,
    .news-events h2,
    .conference h1,
    .services-bottom h2,
    .sevices-list h3,
    h1.title,
    .services h1,
    .contact-us h3,
    .about h1,
    .about-bottom h2,
    .mail h1 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .com h3,
    .leave-a-comment h3,
    .categories h3,
    .search h3,
    .related-posts h3 {
        font-size: 1.3em;
    }
    .com {
        margin: 2em 0 0;
    }
    .search input[type="submit"] {
        font-size: 1em;
        width: 45%;
        padding: 8px 0;
        margin: 1em 0 2em;
    }
    .related-post-right h4 a {
        font-size: 0.9em;
    }
    .leave-a-comment textarea {
        height: 140px;
    }
}

@media (max-width: 320px) {
    .banner-info h3 {
        font-size: 14px;
    }
    .logo a {
        width: 100px;
        height: 90px;
        font-size: 1.5em;
    }
    .navbar-toggle {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    /*.banner {
		background: url(./images/risewithus-copy.jpg) no-repeat -135px 0px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
		min-height: 280px;
	}*/
    .banner-input input[type="text"],
    .banner-input select {
        font-size: 12px;
        padding: 7px 10px;
    }
    .banner-input input[type="submit"] {
        width: 18%;
    }
    .banner-input i {
        left: -2.1em;
        top: 1.7em;
    }
    .blog-left p {
        margin: 1em 0;
        font-size: 13px;
    }
    .media-body h4 {
        margin: 0 0 0.5em;
    }
    .search input[type="text"] {
        padding: 8px 10px;
        font-size: 13px;
    }
    p.iusto,
    .latest-posts-grid11 h4,
    .mail h2,
    .leave-a-comment input[type="text"],
    .leave-a-comment textarea,
    .related-post-right p,
    .categories ul li a,
    .media-body,
    .blog-left ul li,
    .services-grid-right p,
    .services-grid1 p,
    .testimonials-grid-right p,
    .latest-news-grid-right p,
    .conference-grid p,
    p.enim,
    .about-grid2-right p,
    .about-grid1 p,
    .nav > li > a,
    .footer-bottom-left p,
    .contact-us-grid input[type="submit"],
    .subscribe-right p,
    .twitter-comment p,
    .contact-us-grid p {
        font-size: 13px;
    }
    .com h3,
    .leave-a-comment h3,
    .categories h3,
    .search h3,
    .related-posts h3 {
        font-size: 1.2em;
    }
    .related-post {
        margin: 1.5em 0;
    }
    .related-post-right h4 {
        font-size: 1em;
    }
    .services-grid1 {
        padding: 2.5em 1em 2em;
    }
    .services-grid1-pos {
        top: -60%;
    }
    .testimonials-grid:nth-child(2) {
        margin: 5em 0;
    }
    .testimonials-grid-right-p p span {
        font-size: 1em;
        margin: 0.5em 0 0;
    }
    .conference-grid-right h5 {
        font-size: 2em;
    }
    .conference-grid p {
        margin: 1em 0 1em;
    }
    .latest-news-grid-left {
        float: none;
        width: 100%;
        margin: 0 0 1em;
    }
    .latest-news-grid-right {
        float: none;
        width: 100%;
    }
    .demo-3 figure p {
        font-size: 12px;
    }
    .demo-3 {
        width: 245px;
    }
    .party1 h5 {
        font-size: 0.7em;
    }
    .party1 {
        right: 3%;
    }
    .about-grid:nth-child(2) {
        margin: 13em 0 0;
    }
    .about-grid2-left {
        padding: 0.8em;
    }
    .about-grid1 {
        padding: 1.5em;
    }
    .nav > li {
        width: 50%;
    }
    .contact-us-grid input[type="text"],
    .contact-us-grid input[type="email"],
    .contact-us-grid textarea {
        padding: 8px 10px;
        font-size: 13px;
    }
    .contact-us-grid form {
        margin: 1em 0 0;
    }
    .about-bottom {
        padding: 11em 0 2em;
    }
    .services-grid-left span {
        font-size: 1.4em;
    }
    .twitter-comment p span {
        margin: 1em 0 0;
    }
    .services-grid-left {
        min-height: 8.2em;
    }
    .contact-us-grid h4,
    .about-grid1 h4,
    .about-grid2-left p,
    .services-grid-right h4 {
        font-size: 1em;
    }
    .subscribe-pos input[type="email"] {
        width: 100%;
        padding: 8px 10px;
        font-size: 13px;
        margin: 0 0 0.5em;
    }
    .banner-bottom1-grid1-left a,
    .sevices-list-grid ul li a,
    .search input[type="submit"],
    .leave-a-comment input[type="submit"] {
        font-size: 14px;
    }
    .blog-left ul {
        margin: 1em 0;
        padding: 0;
    }
    .banner-bottom1-grid1-left {
        padding: 0.5em 0em 0.5em 0.5em;
    }
    .latest-posts {
        padding: 2em 0 1em !important;
    }
    .latest-posts-grid11 h5 a {
        font-size: 1.1em;
    }
    .latest-posts-grid11 {
        padding: 1em;
    }
    .subscribe-pos input[type="submit"] {
        padding: 7px 0px;
        width: 40%;
    }
    .subscribe-pos {
        bottom: -14%;
    }
    .twitter-comment-twi {
        padding: 3em 0 0;
    }
    .services-grid {
        margin: 0 auto 10em;
    }
    .services-grid:nth-child(3) {
        margin-bottom: 10em;
    }
    .services-grids1 {
        margin: 0;
    }
    .services-grd1,
    .sevices-list-grid ul,
    .sevices-list-grid {
        padding: 0;
    }
    .mail iframe {
        min-height: 120px;
    }
}
