@charset "utf-8";

/* CSS Document */


/*
Copyright (c) 2017
[Master Stylesheet]
Template Name : Packers-Movers-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

/*-------------------------------------- 
          Table of Contents       
----------------------------------------

1.Global Styles
2.NAVIGATION BAR/MENU
3.Header Slider
4.Contact Form
5.How-works 
6.About 
7.News
8.Learn more
9.Subscribe 
10.WHAT WE CAN DO FOR YOU #diomond 
11.Feedback slider
12.Footer
13.Page loading Progress bar
14.Media Quaries

----------------------------------------

[Typography]   - Opensans, Montserrat.

------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html,
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    letter-spacing: .5px;
}

.mspace2 {
    margin-top: 100px;
    margin-bottom: 20px;
}

.mspace3 {
    margin-top: 100px;
    margin-bottom: 100px;
}


/* ---------------------------------- 
          1.Global Styles        
 ---------------------------------- */


/* row margins (height) */

.mspace {
    margin-top: 250px;
    margin-bottom: 200px
}

h1 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

button {
    font-family: 'Montserrat', sans-serif;
}

.text {
    margin-top: -20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
}

.head {
    color: #d71a75;
    position: relative;
    max-width: 214px;
}

.head:before {
    content: "";
    position: absolute;
    left: -26%;
    top: -100%;
    width: 274px;
    height: 184px;
    background: url(../images/lines.png);
    background-repeat: no-repeat;
    background-position: center;
}

.subhead {
    font-size: 14px;
    font-weight: 600;
    color: #22313f;
    font-style: italic;
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a:hover,
a:active,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}


/* override default bootstrap input focus outlines */

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    outline: 0 none
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
    border-color: #4fcead;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #4fcead;
    outline: 0 none;
}

.form-control:focus {
    border-color: #4fcead;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #4fcead;
}

textarea {
    resize: none;
}


/* ---------------------------------- */
/*         NAVIGATION BAR/MENU        */
/* ---------------------------------- */

.navbar .container .navbar-header {
    background: transparent;
}

.navbar-inverse {
    background: transparent;
    padding: 15px;
    margin-top: 60px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s ease;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    transition: all .3s ease;
    background: url(../images/lin.png);
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-brand>img {
    margin-top: -10px;
}

.addshadow {
    transition-duration: .2s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: max-height, box-shadow;
    transition: all .3s ease;
}

.navbar-brand {
    padding: 6px 15px;
}

.nav>li:nth-child(5),
.nav>li:nth-child(6),
.nav>li:nth-child(7) {
    display: none !important;
}

.show-mob {
    display: none;
}


/* Top bar */

#wrap .navbar-default {
    background-color: #465946;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    height: 30px;
}

#wrap .navbar-default {
    height: 53px;
    margin-bottom: -30px;
}

.nav-ul li {
    display: inline-block;
    padding: 18px 22px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

#wrap .navbar-default .nav-ul>li a {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

#wrap .navbar-default .nav-ul>li i {
    margin-right: 7px;
}

.nav-ul li:nth-child(3) {
    border-left: 1px solid transparent;
}

.topbar-btn {
    padding: 18px 22px !important;
    background-color: #d81575;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.topbar-btn:hover {
    text-decoration: none;
    background: rgba(191, 21, 105, 0.99);
    transition: all .3s ease;
}

.nav-ul li:last-child {
    padding: 0;
}

.nav-ul>li:last-child a {
    padding: 18px 22px !important;
}


/* ---------------------------------- */
/*             Header Slider          */
/* ---------------------------------- */

.header {
    background: url(../images/bgb.jpg;);
    background-size: cover;
    background-position: center;
}


/* ========= Carousel Fade Transition =======  */

#fade-quote-carousel {
    margin-top: 100px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 100px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 50px;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 15px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border: 0;
}

.carousel-indicators li {
    background-color: #22313f;
    border: 0;
}

.carousel-indicators {
    bottom: 70px;
}


/* fade carousel ends */

.carousel-inner h2 {
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
}

.carousel-inner h1 {
    color: #fff;
}

.carousel-indicators {
    left: 0%;
    width: 10%;
    margin-left: 0%;
}


/* ---------------------------------- */
/*          Contact Form              */
/* ---------------------------------- */

.contact-box {
    background-color: rgba(34, 49, 63, 0.76);
    padding: 40px;
    padding-top: 10px;
}

.contact-box h3 {
    font-size: 20px;
    color: #ffffff;
}

.contact-box p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: -10px;
}

.contact-form input {
    height: 45px;
    width: 100%;
    border: 0;
    background-color: #ffffff;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #22313f;
}

.contact-form::-webkit-input-placeholder {
    color: #22313f;
}

.contact-form textarea {
    width: 100%;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 16px;
    color: #22313f;
}

.select-input {
    background: #ffffff;
    height: 45px;
    width: 100%;
    border: 0;
    border-radius: 0 !important;
    padding-left: 10px;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.contact-form button {
    height: 45px;
    width: 100%;
    background-color: #d71a75;
    border-radius: 0;
    border: 2px solid #d71a75;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.3s ease, border-color 1s ease;
}

.contact-form button:hover {
    background: transparent;
    border: 3px solid #d71a75;
    transition: background-color 0.3s ease, border-color 1s ease;
}


/* ---------------------------------- */
/*           how-works             */
/* ---------------------------------- */

.how-works {
    background: #2fe2d9;
}


/* ---------------------------------- */
/*           About               */
/* ---------------------------------- */

.about {
    position: relative;
}

.about .head {
    margin-bottom: 55px;
}

.about-text {
    color: #22313f;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-img {
    position: absolute;
    top: -250px;
    left: 0px;
}

.about-list {
    margin-left: 18px;
}

.about-list li {
    margin-bottom: 30px;
}

.about-list li:before {
    content: "\f10c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    color: #a640d0;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.about-list li:first-child:before {
    color: #d71a75;
}

.about-list li:nth-child(2):before {
    color: #aedd46;
}

.about-list li:nth-child(3):before {
    color: #fa4228;
}

.about-list li:last-child:before {
    color: #22313f;
}


/* ---------------------------------- */
/*             news              */
/* ---------------------------------- */

.news-list {
    position: relative;
}

.news-list li {
    margin-bottom: 50px;
    width: 370px;
    height: 100%;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}

.box h3 {
    color: #d71a75;
}

.box-info a {
    font-size: 14px;
    font-weight: 700;
    color: #d71a75;
    text-decoration: none;
}


/* ---------------------------------- */
/*            learn more               */
/* ---------------------------------- */

.learn-more {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(../images/more.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.learn-more h2 {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.learn-more p {
    color: #ffffff;
    line-height: 42px;
    font-size: 14px;
    font-weight: 600;
    ;
    margin-bottom: 40px;
}

.learn-btn {
    border: 3px solid transparent;
    border-radius: 0;
    background-color: #ffffff;
    padding: 14px 28px;
    font-size: 12px;
    font-weight: 600;
    color: #22313f;
    text-align: center;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.learn-btn:hover {
    background: transparent;
    border: 3px solid #fff;
    transition: all .3s ease;
    color: #fff;
    border-radius: 27px;
}

.learn-more img {
    margin-top: 70px;
}


/* ---------------------------------- */
/*            subscribe             */
/* ---------------------------------- */

.subscribe {
    background-color: #2fe2d9;
    color: #ffffff;
}

.subscribe input {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: rgba(34, 49, 63, 0.6);
}

.subscribe button {
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    border: 3px solid transparent;
    border-radius: 0;
    color: #22313f;
    transition: all .3s ease;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.subscribe-head {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.subscribe button:hover {
    background: transparent;
    border: 3px solid #fff;
    color: #ffffff;
    transition: all .3s ease;
    border-radius: 27px;
}


/* ---------------------------------- */
/*             Features               */
/* ---------------------------------- */

.features .head {
    margin-bottom: 110px;
}

.features .head {
    max-width: 250px;
}

.features .head:before {
    left: -8%;
    top: -81%;
}

.feature-one .feature-icn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fa4228;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-two .feature-icn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #d71a75;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-three .feature-icn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #f9b32a;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-four .feature-icn {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fd7150;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .3s ease;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.feature-one h4,
.feature-two h4,
.feature-three h4,
.feature-four h4 {
    text-transform: uppercase;
    color: #fa4228;
    margin-top: 45px;
    margin-bottom: 30px;
    font-weight: 700;
}

.feature-two h4 {
    color: #d71a75;
}

.feature-three h4 {
    color: #f9b32a;
}

.feature-four h4 {
    color: #fd7150;
}

.feature-one p,
.feature-two p,
.feature-three p,
.feature-four p {
    font-size: 14px;
    font-weight: 400;
    color: #22313f;
    line-height: 24px;
    max-width: 400px;
}

.feature-icn i {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    vertical-align: middle;
    transition: all .3s ease;
}

.feature-one a:hover .feature-icn,
.feature-two a:hover .feature-icn,
.feature-three a:hover .feature-icn,
.feature-four a:hover .feature-icn {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all .3s ease;
    background-color: rgba(75, 161, 218, 1);
    background: -moz-linear-gradient(0deg, rgba(75, 161, 218, 1) 5%, rgba(74, 160, 216, 1) 6%, rgba(0, 128, 128, 1) 89%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(75, 161, 218, 1)), color-stop(6%, rgba(74, 160, 216, 1)), color-stop(89%, rgba(0, 128, 128, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(75, 161, 218, 1) 5%, rgba(74, 160, 216, 1) 6%, rgba(0, 128, 128, 1) 89%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(75, 161, 218, 1) 5%, rgba(74, 160, 216, 1) 6%, rgba(0, 128, 128, 1) 89%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(75, 161, 218, 1) 5%, rgba(74, 160, 216, 1) 6%, rgba(0, 128, 128, 1) 89%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(75, 161, 218, 1) 5%, rgba(74, 160, 216, 1) 6%, rgba(0, 128, 128, 1) 89%);
    /* w3c */
    transition: all .3s ease;
}

.feature-one a:hover i,
.feature-two a:hover i,
.feature-three a:hover i,
.feature-four a:hover i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all .3s ease;
}


/* ---------------------------------- */


/*     how we are works     */


/* ---------------------------------- */

.how-works .head {
    margin-bottom: 70px;
}

.how-works p {
    font-size: 14px;
    font-weight: 400;
    color: #22313f;
    line-height: 24px;
    margin-bottom: 32px;
}

.process-img img {
    vertical-align: middle;
    margin-top: 100px;
}


/* ---------------------------------- */
/*     WHAT WE CAN DO FOR YOU #diomond      */
/* ---------------------------------- */

.we-do .head {
    margin-bottom: 150px;
    max-width: 300px;
}

.we-do .head:before {
    left: -3%;
    top: -81%;
}
.we-do .mspace{
    margin-top: 140px;margin-bottom: 200px;
}

.diomond {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    height: 444px;
    width: 457px;
    background-color: #ccc;
    background-image: url(../images/pak.jpg);
}

.diomond-inner {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
}

.diomond-inner h4 {
    color: #d71a75;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.diomond-inner h4 a{color: #d71a75;}
.diomond-inner h4 a:hover{color: #22313f;}
.diomond-inner p {
    font-size: 14px;
    font-weight: 400;
    color: #22313f;
    line-height: 24px;
    max-width: 237px;
}

.diomond-icn {
    width: 102px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    background: #d71a75;
    ;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.diomond-icn i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    vertical-align: middle;
}

.diomond-info {
    padding-left: 40px
}

.diomond-info2 {
    padding-right: 50px
}

.diomond-one {
    position: absolute;
    top: -105px;
    right: -14%;
}

.diomond-two {
    position: absolute;
    left: -88%;
    top: -105px;
}

.diomond-three {
    position: absolute;
    left: -114.5%;
    top: 92.4px;
}

.diomond-four {
    position: absolute;
    top: 101px;
    right: -43.3%;
}

.diomond-five {
    position: absolute;
    left: -88%;
    top: 288px;
}

.diomond-six {
    position: absolute;
    top: 288px;
    right: -14%;
}

.diomond-two .diomond-icn {
    background-color: #fa4228
}

.diomond-three .diomond-icn {
    background-color: #f9b32a;
}

.diomond-four .diomond-icn {
    background-color: #22313f;
}

.diomond-five .diomond-icn {
    background-color: #fd7150;
}

.diomond-six .diomond-icn {
    background-color: #2fe2d9
}


/* ---------------------------------- */
/*      feedback slider    */
/* ---------------------------------- */

.feed-profile {
    width: 61px;
    height: 61px;
    transform: transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.feedback .row {
    margin-top: 100px;
    margin-bottom: 100px;
}

#feedback-carousel .carousel-inner p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    max-width: 797px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

#feedback-carousel .carousel-inner h4 {
    font-size: 14px;
    font-weight: 700;
    color: #22313f;
    font-family: 'Montserrat', sans-serif;
}

.feed-profile {
    width: 61px;
    height: 61px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-bottom: 20px;
    background: #fff;
}

.feed-profile img {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 61px;
    height: 61px;
}

.feedback {
    background-color: #2fe2d9;
}

#feedback-carousel .carousel-indicators {
    left: 25%;
    bottom: -30%;
    width: 50%;
}

#feedback-carousel .carousel-indicators li {
    border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin-left: 7px;
    margin-right: 7px;
}


/* ---------------------------------- */
/*             footer              */
/* ---------------------------------- */

.footer {
    background: url(../images/footer.png) center;
    background-size: cover;
    position: relative;
}

.footer-ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    line-height: 34px;
}

.footer-ul>li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-ul>li a:hover {
    text-decoration: underline;
    color: #fff;
    transition: all .2s ease;
}

.footer-img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-info {
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.footer h4 {
    font-size: 14px;
    font-weight: 700;
    color: #f9b32a;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
}

.footer .head1 {
    color: #f9b32a;
}

.footer .head2 {
    color: #fa4228;
}

.copyright {
    margin-top: 100px;
    ;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
}


/* ---------------------------------- */
/*      Page loading Progress bar     */
/* ---------------------------------- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}


/* Ends #Page loading Progress bar */


/* ---------------------------------- */
/*             Media Quaries          */
/* ---------------------------------- */


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    .navbar-inverse {
        margin-top: 0px !important;
    }
    #wrap .navbar-default {
        display: none;
    }
    .show-mob {
        display: block;
        display: inline-block;
        margin-right: 14px;
        font-size: 22px;
        vertical-align: sub;
    }
    .nav>li:nth-child(5),
    .nav>li:nth-child(6),
    .nav>li:nth-child(7) {
        display: block !important;
    }
    .m-space,
    .mspace3,
    .we-do .mspace {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .navbar-inverse .navbar-brand {
        background: transparent !important;
    }
    .navbar .container .navbar-header {
        background-color: rgb(69, 162, 73)!important;
    }
    .navbar .container>.navbar-collapse {
        background-color: #4CAF50;
    }
    .navbar-inverse,
    .navbar .container>.navbar-collapse {
        padding: 0px;
    }
    .slick-dots {
        bottom: -20px;
    }
    .slick-prev,
    .slick-next {
        top: 38%;
    }
    .carousel-caption {
        text-align: center;
        left: 0;
        display: block;
        margin: auto;
        padding: 10px;
    }
    .mspace,
    .mspace2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .subhead,
    .details {
        margin-bottom: 30px;
    }
    .subhead {
        padding-left: 10px;
        padding-right: 10px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
        line-height: 24px;
    }
    h3 {
        font-size: 22px;
        line-height: 24px;
    }
    .feature-one,
    .feature-two,
    .feature-three,
    .video,
    .know-more,
    .information {
        text-align: center;
    }
    .learn-more h2 {
        font-size: 18px;
    }
    .learn-btn {
        display: block;
        max-width: 300px;
        margin: auto;
    }
    .learn-more img {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .feature-one p,
    .feature-two p,
    .feature-three p,
    .feature-four p {
        display: block;
        margin: auto;
    }
    .feature-icn,
    .details h3 {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .card-round {
        width: 170px;
        height: 170px;
    }
    .card-hover-ul {
        top: 40%;
        left: 8%;
    }
    .card-hover-ul li {
        margin-left: 10px;
    }
    .round-box {
        margin-bottom: 50px;
    }
    .price-body {
        padding: 20px !important;
    }
    .information {
        background-position: right;
    }
    .count-ul li {
        display: block;
        padding: 10px;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-caption {
        bottom: 17%;
    }
    #myCarousel {
        height: 510px;
    }
    .herotitle {
        font-size: 28px;
        line-height: 38px;
    }
    .navbar-brand>img {
        margin-top: 6px;
        height: 80%;
    }
    .news-card {
        padding: 20px;
    }
    .details h3 {
        font-size: 24px;
        padding-bottom: 0;
        width: 125px;
    }
    .navbar-nav>li>a {
        line-height: 30px;
        font-size: 24px;
    }
    .about-img,
    .footer-img {
        position: relative;
        top: 0;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .contact-box {
        padding: 20px;
    }
    .contact-form input {
        margin-bottom: 12px;
    }
    .head:before {
        display: none;
        width: 100%;
        max-width: 100%;
    }
    .feature-one {
        margin-top: 185px;
    }
    .feature-two,
    .feature-three,
    .feature-four,
    .feature-five,
    .feature-six {
        margin-top: 50px;
    }
    .feature-one h4,
    .feature-two h4,
    .feature-three h4,
    .feature-four h4 {
        margin-bottom: 10px;
    }
    .news-list li {
        display: block !important;
        margin: auto;
        margin-top: 50px;
    }
    .how-works .head {
        max-width: 100%;
        text-align: center;
    }
    .head,
    .subhead,
    .features .head {
        max-width: 100%;
        ;
        text-align: center;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe input {
        margin-bottom: 10px;
    }
    .subscribe button {
        max-width: 400px;
        display: block;
        margin: auto;
    }
    .diomond-inner p {
        max-width: 400px;
    }
    .carousel-indicators {
        left: 25%;
        width: 50%;
    }
    .contact-box p {
        font-size: 12px;
    }
    .contact-form input {
        height: 40px;
    }
    .carousel-inner {
        text-align: center;
    }
    .text {
        background: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 3px;
    }
    #feedback-carousel .carousel-indicators {
        bottom: 0%;
    }
    #feedback-carousel .carousel-inner {
        bottom: 50px;
    }
    .head {
        margin-bottom: 40px !important;
    }
    .footer-img {
        display: none;
    }
    .footer,
    .learn-more {
        text-align: center;
    }
    .footer h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .diomond-inner {
        padding: 15px;
    }
    .mob-time {
        font-size: 12px;
        font-weight: 400;
        color: #ffffff;
        margin-top: 30px;
        background: rgba(0, 0, 0, 0.1);
        padding: 20px;
    }
    .mob-time span {
        margin-right: 10px;
    }
    .mob-header {
        background-color: rgba(0, 0, 0, 0.3);
    }
    .process-img img {
        margin-top: 20px;
    }
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width:480px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width:766px) {
    .navbar-collapse {
        min-height: 1200px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .nav-ul li {
        padding: 19px 1px;
        border: 0;
    }
    .navbar-brand>img {
        margin-top: 6px;
        height: 80%;
    }
    .contact-form input,
    .select-input {
        margin-bottom: 20px;
    }
    .price-box {
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 400px;
    }
    .navbar-inverse,
    .navbar .container>.navbar-collapse {
        padding: 0px;
    }
    .slick-next,
    .slick-prev {
        right: -12px !important;
    }
    .time-box {
        margin-top: 30px;
    }
    .slick-prev {
        left: -12px !important;
    }
    .footer-img {
        position: relative;
        top: 0;
    }
    .diomond {
        width: 100%;
        height: 100%;
        background: #fff;
        transform: rotate(0deg);
    }
    .diomond-inner {
        transform: rotate(0deg);
    }
    .diomond-one,
    .diomond-two,
    .diomond-three,
    .diomond-four,
    .diomond-five,
    .diomond-six {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
    .diomond-info {
        padding-left: 20px
    }
    .diomond-info2 {
        padding-right: 20px;
    }
    .diomond-icn {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
    .diomond-icn i {
        font-size: 18px;
    }
    .subscribe-head {
        text-align: center;
    }
    .subscribe p {
        text-align: center;
        margin-bottom: 30px;
    }
    .learn-more p {
        line-height: 24px;
    }
}

@media only screen and (max-width:1200px) {
    .round-box p {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1400px) {
    .carousel-caption {
        left: 19%;
    }
}

@media only screen and (min-width: 768px) and (max-width:992px) {
    .diomond-inner p {
        max-width: 100%;
    }
    .mspace {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .feature-four,
    .feature-three {
        margin-top: 50px;
    }
    .about-img {
        top: 0;
    }
    .footer-img {
        display: none;
    }
}

/* ************** Media Quarries ****************** */