h4,
h5,
h6,
h1,
h2,
h3 {
    margin: 0;
}

ul,
ol {
    margin: 0;
}

p {
    margin: 0;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    background: #fff;
}

a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration: none;
}

/*--top header start here--*/
.header-address ul {
    padding: 0em;
    list-style: none;
}

.header-address ul li {
    display: inline-block;
    margin-right: 1em;
}

.header-address ul li a {
    display: inline-block;
}

.top-header {
    padding: 1em 0em;
    background: #CE254B;
    border-top: 5px solid #F7B400;
}

.header-address h6 {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
}

span.location {
    background: url(../images/location.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

span.phone {
    background: url(../images/ph.png)no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

span.email {
    background: url(../images/email.png)no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo h1 {
    font-size: 1.2em;
}

.header-address ul li a {
    font-size: 0.9em;
    color: #fff;
}

.header-address ul li a:hover {
    color: #FDBD10;
}

.top-social {
    padding: 0px;
}

.header-address {
    padding: 0px;
}

/*--*/
nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 1em;
}

nav a:hover,
nav a:focus {
    outline: none;
}

/* Effect 16: fall down */
.cl-effect-16 a {
    color: #6f8686;
    text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}

.cl-effect-16 a::before {
    color: #48a4b3;
    content: attr(data-hover);
    position: absolute;
    opacity: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    -webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

/*-- w3layouts --*/

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
    -webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    -moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
    opacity: 1;
}

/*--header menu nav start--*/
div#navbar {
    float: right;
    text-align: center;
}

.navbar-wrapper {
    padding: 1.5em 0em 1.5em 0em;
    margin-top: 0px !important;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.63);
}

.navbar-inverse {
    background: none;
    border: none;
}

.navbar-nav {
    float: right !important;
    margin-top: 0em;
}
.navbtn{
    display: inline-block;
    box-sizing: border-box;
    border-radius:3px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #FFA619;
    font-family: 'Roboto', sans-serif;
}
.regisHover{
    background: transparent;
    color: #FFA619;
    width:75px;
    border: 1px solid #FFA619;
}
.regisHover:hover{
    background: #FFA619;
    color: #fff
}
.navbar {
    margin-bottom: 0px !important;
    min-height: 0px !important;
}

.navbar-brand {
    float: left;
    height: 0px !important;
    padding: 0px !important;
}

.nav>li>a {
    margin: 0px 15px !important;
    padding: 7px 0px;
}

.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 2.5em;
    line-height: 0.8em;
    font-family: 'Cuprum', sans-serif;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    line-height: 1.5em;
}

.navbar-inverse .navbar-nav>li>a.active {
    color: #48a4b3;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #48a4b3;
    background-color: transparent;
}

/*--banner start here--*/
.banner {
    background: url(../images/shipback.jpg)no-repeat;
    min-height: 790px;
    background-size: cover;
    background-color: rgb(0 0 0 / 51%);
    background-blend-mode: color-burn;
}

.banner-text {
    margin: 10em auto 0em;
    width: 70%;
    /*-- w3layouts --*/
    text-align: center;
    padding: 2em 3em;
    background: rgba(0, 0, 0, 0.58);
}

.banner-text h3 {
    font-size: 3em;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
}

/*--banner end here--*/
/*--information start here--*/
.information {
    padding: 5em 0em;
}

.information-grid h4 {
    font-size: 1.5em;
    color: #48a4b3;
    font-family: 'Cuprum', sans-serif;
    margin: 1em 0em 0.2em 0em;
}

span.info-icons {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.information-grid {
    text-align: center;
}

.information-grid p {
    font-size: 1em;
    color: #636262;
    line-height: 1.8em;
}

/*--information end here--*/
/*--about start here--*/
.about {
    padding: 5em 0em;
    background: #282929;
}

.about-top {
    text-align: center;
    padding-bottom: 3em;
}

.about-top h2 {
    font-size: 3em;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
}

.about-bottom {
    /*-- agileits --*/
    padding: 2em 1em;
    background: #fff;
}

span.ab-icns {
    display: block;
    float: left;
    width: 18%;
    border-radius: 98px;
    text-align: center;
}

.about-text {
    float: right;
    width: 80%;
}

.about-text p {
    font-size: 1em;
    color: #636262;
    line-height: 1.8em;
    width: 70%;
}

.about-grid {
    margin-bottom: 1.2em;
}

/*--commen effect--*/
span.hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 75px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}

span.hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}

span.hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 30px;
    /*-- w3layouts --*/
    height: 30px;
    margin: 7px;
}

span.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}

span.hovicon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

span.hovicon:before {
    speak: none;
    font-size: 40px;
    line-height: 80px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 4 */
.hovicon.effect-4 {
    width: 80px;
    height: 80px;
    box-shadow: 0 0 0 3px #48a4b3;
}

.hovicon.effect-4.small {
    width: 45px;
    height: 45px;
}

.hovicon.effect-4.mini {
    width: 30px;
    height: 30px;
}

.hovicon.effect-4.sub-a {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

/*-- agileits --*/
.hovicon.effect-4:before {
    line-height: 80px;
}

.hovicon.effect-4:after {
    top: -3px;
    left: -3px;
    padding: 0;
    z-index: 10;
    border: 3px dashed #48a4b3;
}

.hovicon.effect-4:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}

.hovicon.effect-4:hover span {
    color: #fff;
}

/* Effect 4b */
.hovicon.effect-4.sub-b:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hovicon.effect-4.sub-b:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

/*--about end here--*/
/*--services start here--*/
.services {
    padding: 5em 0em;
}

.services-top {
    text-align: center;
    padding-bottom: 3em;
}

.services-top h3 {
    font-size: 3em;
    color: #48a4b3;
    margin-bottom: 0.2em;
    font-family: 'Cuprum', sans-serif;
}

.services-left img {
    margin: 0 auto;
}

.services-right h4 {
    font-size: 2.5em;
    color: #000;
    font-family: 'Cuprum', sans-serif;
    margin-bottom: 0.3em;
}

.services-right {
    padding-top: 1em;
}

.services-right p {
    font-size: 1em;
    color: #636262;
    line-height: 1.8em;
    width: 90%;
}

.services-grid {
    margin-bottom: 3em;
}

/*--services end here--*/
/*--pricing start here--*/
.price-block {
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background: #fff;
    padding: 2em 1em 1.5em 1em;
    text-align: center;
}

.price-block:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1;
    background: none;
    border: 1px solid #fff;
}

.price-block:hover.price-block h4 {
    color: #fff;
}

.price-block:hover.price-block h3 {
    color: #fff;
}

.price-block:hover.price-block h5 {
    color: #fff;
}
.price-block:hover.price-block .price-foot{
    color: #fff;
}

.price-list ul {
    padding: 0px;
    list-style: none;
}

.price-list ul li {
    padding: 0.4em 0em;
    font-size: 0.9em;
    color: #000;
}

.price-block:hover .price-list ul li {
    color: #fff;
}

.price-block h5 {
    font-size: 1em;
    color: #fff;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.price-block h5 {
    font-size: 0.875em;
    color: #333;
    padding-bottom: 0.5em;
    display: inline-block;
    margin-bottom: 0.4em;
    font-weight: bold;
    /* border-bottom: 1px solid #999; */
}

.price-block h4 {
    font-size: 1.5em;
    color: #48a4b3;
    margin-bottom: 0.4em;
    /* font-family: 'Cuprum', sans-serif; */
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
}
.font-12{
    color: #999;
    font-size: 0.5em;
}

.price-block h3 {
    font-size: 3em;
    color: #000;
    font-family: 'Cuprum', sans-serif;
    margin-bottom: 0.3em;
}
.price-foot{
    color: #999;
    font-size: 0.875em;
    margin-top: 3.1em;
}

.price-selet.pric-sclr1 a {
    font-size: 0.9em;
    color: #fff;
    background: #4ac4d8;
    padding: 0.5em 1.5em;
    display: inline-block;
    margin-top: 1em;
}

.price-selet.pric-sclr1 a:hover {
    background: #fdffff;
    color: #1b1b1b;
}

.price {
    background: url(../images/price_bg.jpg)no-repeat;
    background-size: cover;
    min-height: 740px;
    padding: 5em 0em;
}

.price-top {
    text-align: center;
    padding-bottom: 4em;
}

.price-top h3 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin-bottom: 0.1em;
    font-family: 'Cuprum', sans-serif;
}

.price-top p {
    font-size: 1em;
    color: #fff;
}

/*---pop up-pricing-tabels-----*/
.payment-online-form-left {}

form li {
    list-style: none;
}

form ul {
    padding: 0;
}

h4.payment-head {
    font-size: 1.9em;
    color: #222222;
    padding: 0.5em 0;
    text-align: left;
    float: left;
}

.payment-online-form-left span {
    vertical-align: sub;
    margin-right: 7px;
}

.payment-online-form-left input[type="text"] {
    padding: 0.7em 1em;
    color: #6B6B6A;
    width: 100%;
    margin: 0.8em 0;
    border: 1px solid;
    outline: none;
    display: block;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    font-size: 0.9em;
    border-color: #696766;
    -webkit-appearance: none;
}

.payment-online-form-left input[type="password"] {
    padding: 0.7em 1em;
    color: #6B6B6A;
    width: 100%;
    margin: 0.8em 0;
    display: block;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    font-size: 0.9em;
    border-color: #696766;
    -webkit-appearance: none;
}

span.checkbox1 {
    text-align: left;
    display: block;
}

/*--cheek box--*/
.remember-top {
    float: left;
}

.checkbox {
    margin-bottom: 4px;
    font-size: 1.2em;
    line-height: 27px;
    cursor: pointer;
}

.checkbox {
    position: relative;
    font-size: 0.95em;
    font-weight: normal;
    color: #797676;
    padding: 0em 0.5em 0em 2.5em;
}

.checkbox i {
    position: absolute;
    bottom: 5px;
    left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    outline: none;
    background: #fff;
    border: 1px solid #2d818a;
}

.checkbox input+i:after {
    content: '';
    background: url("../images/tick.png") no-repeat 5px 5px;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
}

.checkbox input+i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.checkbox input {
    position: absolute;
    left: -9999px;
}

.checkbox input:checked+i:after {
    opacity: 1;
}

/*---*/
.payment-online-form-left input[type="password"]:hover {
    border: 1px solid #000;
}

input#datepicker {
    padding: 0.7em 1em 0.7em 1em;
}

.payment-online-form-left input[type="text"]:hover {
    border-color: #fa6e6f;
}

.text-box-dark {}

.text-box-light {
    background: url(../images/calender.png) no-repeat 95% 50%;
    cursor: pointer;
    position: relative;
}

.payment-online-form-left ul li:first-child input[type="text"] {
    margin-right: 0%;
}

.payment-online-form-left input[type="text"]:active,
.payment-online-form-left input[type="text"]:hover {
    border-color: #000;
    color: #6B6B6A;
}

.shoppong-pay-1 {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -111px -26px;
}

.payment {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat -154px -23px;
}

.payment-date-section {
    background: url(../images/calender.png) no-repeat #fff 50%;
}

.payment-sendbtns {
    float: right;
}

.payment-sendbtns input[type="submit"] {
    background: #4ac4d8;
    padding: 10px 25px;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 0.95em;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    border-radius: 3px;
}

.payment-sendbtns input[type="submit"]:hover {
    color: #FFF;
    background: #565656;
}

a.order {
    background: #696766;
    padding: 10px 25px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 0.95em;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-appearance: none;
    outline: none;
    text-decoration: none;
    border-radius: 3px;
}

a.order:hover {
    color: #fff;
    background: #68AE00;
}

.payment-sendbtns li {
    display: inline-block;
}

.payment-type li {
    display: inline-block;
}

.payment-online-form-right {
    background: #2B2937;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: 4px solid #1A1822;
}

/*-----*/
.get-started {
    background: url(../images/get.jpg) no-repeat 0px 0px;
    min-height: 400px;
    padding: 8% 0 0 0;
    color: #fff;
    background-size: cover;
    text-align: center;
}

.get-started h4 {
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 400;
    padding: 0;
}

.payment-online-form-left h4 {
    font-size: 2em;
    color: #6ec9d8;
    margin-bottom: 0.5em;
    font-family: 'Cuprum', sans-serif;
}

.get-started h3 {
    font-size: 2.8em;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 0;
}

.get-started a {
    padding: 12px 18px;
    border: 1px solid #FF0426;
    font-size: 1.2em;
    color: #fff;
    outline: none;
    font-weight: 400;
    text-decoration: none;
    background: #f94877;
}

.get-started a:hover {
    background: transparent;
    border: 1px solid #f94877;
}

/*-----*/
.payment-online-form-right a:hover {
    color: #1ABC9C;
}

.payment-online-form-right ul li {
    display: block;
    padding: 0.5em;
}

.payment-online-form-right ul li a {
    color: #9095AA;
}

.payment-online-form-right h4 {
    color: #FFF;
    font-size: 1em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(144, 149, 170, 0.22);
    padding: 0.8em;
}

.payment-online-form-right ul {
    padding: 0px 1em;
}

.payment-online-form-right h5 {
    color: #FFF;
    padding: 0.5em 0.8em 0.4em;
    font-size: 1em;
}

.payment-type {
    margin-top: 3%;
    text-align: left;
}

input[type=checkbox].css-checkbox3,
input[type=checkbox].css-checkbox4,
input[type=checkbox].css-checkbox5,
input[type=checkbox].css-checkbox6 {
    display: none;
}

input[type=checkbox].css-checkbox3+label.css-label3 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}

input[type=checkbox].css-checkbox3:checked+label.css-label3 {
    background-position: 0px 0px;
}

input[type=checkbox].css-checkbox4+label.css-label4 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}

input[type=checkbox].css-checkbox4:checked+label.css-label4 {
    background-position: 0px -38px;
}

input[type=checkbox].css-checkbox5+label.css-label5 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 -38px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}

input[type=checkbox].css-checkbox5:checked+label.css-label5 {
    background-position: 0px 0px;
}

input[type=checkbox].css-checkbox6+label.css-label6 {
    height: 22px;
    width: 21px;
    display: inline-block;
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../images/filter-bg.png);
}

input[type=checkbox].css-checkbox6:checked+label.css-label6 {
    background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #151515;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-content iframe {
    width: 100%;
    min-height: 500px;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    background: #565656;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 35px;
    height: 35px;
    line-height: 17px;
    position: absolute;
    right: 0%;
    top: 0%;
    text-decoration: none;
    text-align: center;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline: none;
    padding: 0 !important;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #FFFFFF;
    padding: 0 0 7px 0px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.image-top img {
    width: 100%;
}

.image-top p {
    text-align: justify;
    padding: 2% 0;
    font-size: 15px;
}

.image-top h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin: 16px 0px 0px 0px;
    color: #3F4244;
}

p.bottom {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 15px 0;
    color: #999;
    font-size: 14px;
}

#small-dialog,
#small-dialog1,
#small-dialog2,
#small-dialog3,
#small-dialog4,
#small-dialog5 {
    background: white;
    padding: 2em 2em;
    text-align: left;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    text-align: center;
    border: 8px solid #4ac4d8;
    height: 420px;
    border-radius: 5px;
}

/*--pricing-grids--*/
/*--skills start here--*/
.skills {
    padding: 5em 0em;
}

.skills-right {
    font-size: 1em;
    color: #676666;
    line-height: 1.8em;
}

.skill-head h3 {
    font-size: 3em;
    color: #48a4b3;
    margin: 1em 0em 0.2em 0em;
    font-family: 'Cuprum', sans-serif;
}

.skill-head {
    margin-bottom: 3em;
}

.skill-head p {
    font-size: 1em;
    color: #636262;
    line-height: 1.8em;
}

/*--moveing effect prograce bars--*/
.bar_group__bar.thin::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
}

.bar_group__bar.thin {
    margin-bottom: 50px !important;
}

.bar_group__bar.thin::before {
    width: 100%;
    height: 5px;
    border-radius: 0px;
    background: #E4E4E4;
}

.bar_group__bar.thin {
    width: 0%;
    height: 5px;
    border-radius: 0px;
    background: #48a4b3;
    margin-bottom: 15px;
    -webkit-transition: width 1s;
    transition: width 1s;
}

.b_label,
.bar_label_min,
.bar_label_max,
.b_tooltip span {
    color: #999;
    font-size: 14px;
    margin: .5em 0;
}

.bar_group.group_ident-1 {
    padding-right: 0em;
    z-index: 0;
    position: relative;
}

.bar_label_max {
    position: absolute;
    right: 0%;
}

.bar_label_min {
    position: absolute;
}

.b_tooltip {
    -webkit-transition: all 1s;
    transition: all 1s;
    position: relative;
    float: left;
    left: 100%;
    padding: 4px 10px 7px 10px;
    background-color: rgb(74, 74, 73);
    -webkit-transform: translateX(-50%) translateY(-30px);
    -ms-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
    -o-transform: translateX(-50%) translateY(-30px);
    border-radius: 0px;
    line-height: 11px;
}

.b_tooltip span {
    color: white;
}

.b_tooltip--tri {
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: rgb(74, 74, 73) transparent transparent transparent;
}

/*--skills end here--*/
/*--facts start here--*/
.fact {
    padding: 5em 0em;
    background: url(../images/fact_bg.jpeg)no-repeat center;
    background-size: cover;
    min-height: 410px;
}

.facts-top {
    text-align: center;
    padding-bottom: 3em;
}

.facts-top h3 {
    font-size: 3em;
    color: #fff;
    margin-bottom: 0.1em;
    font-family: 'Cuprum', sans-serif;
}

.facts-top p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

/*-- Stats Section --*/
.fact-count {
    padding: 0px;
}

p.stats-info {
    font-size: 0.34em;
    font-weight: 400;
}

.numscroller.numscroller-big-bottom.scrollzip.roller-title-number-1.isShown {
    font-size: 0.8em;

}

.numscroller.numscroller-big-bottom.roller-title-number-2.scrollzip.isShown {
    font-size: 0.8em;

}

.numscroller.numscroller-big-bottom.roller-title-number-3.scrollzip.isShown {
    font-size: 0.8em;

}

.numscroller.numscroller-big-bottom.roller-title-number-4.scrollzip.isShown {
    font-size: 0.8em;
}

.stats-grid {
    font-size: 50px;
    color: white;
}

/*-- //Stats Section --*/
/*--facts end here--*/
/*--gallery start here--*/
.gallery {
    padding: 5em 0em;
}

.gallery-top h3 {
    font-size: 3em;
    color: #48a4b3;
    font-family: 'Cuprum', sans-serif;
    text-align: center;
}

.agileits {
    background: #48a4b3;
    min-height: 100px;
    padding: 5.94em 2em;
}

.agileits h4 {
    /* font-size: 2em; */
    font-size: 1.45em;
    color: #fff;
    margin-bottom: 0.2em;
    font-family: 'Cuprum', sans-serif;
}

.agileits p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
}

.gallery-grid {
    padding: 0px;
}

.gallery-top {
    padding-bottom: 4em;
}

/*--*/
.view-seventh img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-seventh .mask {
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.view-seventh h3 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-seventh h6 {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-seventh:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg);
    -moz-transform: translateY(0px) rotate(0deg);
    -o-transform: translateY(0px) rotate(0deg);
    -ms-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.view-seventh:hover h3 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.view-seventh:hover h6 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    transition-delay: 0.6s;
    color: #fff;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    padding: 0em 2.5em;
}

.gal-info h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: 0.3em;
    font-family: 'Cuprum', sans-serif;
}

/*--gallery end here--*/
/*--contact strat here--*/
.map {
    background: #b3d1ff;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: none;
}

.contact-right {
    padding: 0px;
}

.contact-left {
    background: url(../images/price_bg.jpg)no-repeat;
    background-size: cover;
    min-height: 400px;
    padding: 3em 1em 3em 1em;
}

.contact-top h3 {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Cuprum', sans-serif;
}

.contact-top {
    text-align: center;
    padding-bottom: 3em;
}

.contact-intext-left {
    float: left;
    width: 49%;
    margin: 0% 1% 0% 0%;
}

.contact-intext-right {
    float: right;
    width: 50%;
}

.contact-intext-left input[type="text"] {
    font-size: 1em;
    color: #fff;
    width: 100%;
    background: none;
    border: 1px solid #fffdfd;
    border-radius: 3px;
    outline: none;
    padding: 0.8em 1em;
    margin-bottom: 0.5em;
}

.contact-intext-right textarea {
    font-size: 1em;
    color: #fff;
    padding: 0.8em 1em;
    background: none;
    outline: none;
    resize: none;
    height: 10.4em;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
}

.contact-top p {
    font-size: 1em;
    color: #fff;
    line-height: 1.8em;
    width: 65%;
    margin: 0 auto;
}

.contact-intext-main input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #48a4b3;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 0.5em 1.5em;
    outline: none;
}

.contact-intext-main input[type="submit"]:hover {
    background: #868686;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/top_mover.png) no-repeat 0px 0px;
}

/*--contact end here--*/
/*--copy rights starts here--*/
.copy-rights {
    text-align: center;
    padding: 2em 0em;
    background: #48a4b3;
}

.copy-rights-main p {
    font-size: 1em;
    color: #fff;
}

.copy-rights-main p a {
    color: #fff;
    font-size: 1em;
}

.copy-rights-main p a:hover {
    color: #000;
}

/* ::-webkit-input-placeholder {
    color: #fff !important;
} */

/*--copy righs end here--*/
/*--media quiries start here--*/
@media(max-width:1440px) {}

@media(max-width:1366px) {}

@media(max-width:1280px) {
    .banner {
        min-height: 700px;
    }

    .services-right {
        padding-top: 0em;
    }

    .banner-text {
        margin: 14em auto 0em;
    }
}

@media(max-width:1024px) {
    .banner-text h3 {
        font-size: 2.5em;
    }

    .banner {
        min-height: 630px;
    }

    .about-text p {
        width: 87%;
    }

    .about-text {
        width: 76%;

    }

    .services-right p {
        width: 100%;
    }

    .services-right h4 {
        font-size: 2em;
        margin-bottom: 0.1em;
    }

    .price-block h3 {
        font-size: 2.3em;
    }

    .price {
        min-height: 710px;
    }

    p.stats-info {
        font-size: 0.28em;
    }

    .agileits {
        padding: 3.49em 2em;
    }

    .skill-head {
        margin-bottom: 1em;
    }

    .banner-text {
        margin: 12em auto 0em;
    }

    .contact-top p {
        width: 90%;
    }
}

@media(max-width:991px) {
    .information-grid {
        float: left;
        width: 33%;
        padding: 0px 10px 0px 0px;
    }

    span.ab-icns img {
        width: 65%;
    }

    .hovicon.effect-4 {
        width: 60px;
        height: 60px;
    }

    .about-text {
        width: 75%;
    }

    span.hovicon {
        line-height: 52px;
    }

    .about-left {
        float: left;
        width: 50%;
    }

    .about-text p {
        width: 100%;
        font-size: 0.9em;
    }

    .about-grid {
        margin-bottom: 0.5em;
    }

    .about-rit {
        float: right;
        width: 50%;
    }

    span.info-icons img {
        width: 65%;
    }

    .services-left {
        float: left;
        width: 50%;
        padding: 0px 15px 0px 0px;
    }

    .services-right {
        float: right;
        width: 50%;
        padding: 0px;
    }

    .services-right p {
        font-size: 0.9em;
    }

    .services-right h4 {
        font-size: 1.6em;
    }

    .services-grid {
        margin-bottom: 2em;
    }

    .price-grid {
        float: left;
        width: 25%;
        padding: 0px 15px 0px 0px;
    }

    .skills-left {
        float: left;
        width: 45%;
        padding: 0px;
    }

    .skills-right {
        float: right;
        width: 55%;
        padding: 0px;
    }

    .skill-head h3 {
        font-size: 2.2em;
        margin: 0em 0em 0.2em 0em;
    }

    .skill-head p {
        font-size: 0.91em;
    }

    .bar_group__bar.thin {
        margin-bottom: 35px !important;
    }

    .facts-grid {
        float: left;
        width: 25%;
    }

    .fact-icn {
        float: left;
        width: 35%;
        padding: 0px;
    }

    .fact-count {
        float: right;
        width: 62%;
    }

    p.stats-info {
        font-size: 0.26em;
    }

    .fact-icn img {
        width: 100%;
    }

    .fact {
        min-height: 370px;
    }

    .gallery-grid {
        float: left;
        width: 25%;
    }

    .agileits {
        float: left;
        width: 25%;
    }

    .agileits {
        padding: 1.48em 1em;
    }

    .agileits h4 {
        font-size: 1.5em;
    }

    .agileits p {
        font-size: 0.9em;
    }

    .view-seventh:hover h6 {
        font-size: 0.9em;
        padding: 0em 1em;
    }

    .map iframe {
        height: 300px;
    }

    .banner-text h3 {
        font-size: 2.3em;
    }

    .navbar-inverse .navbar-brand {
        font-size: 2em;
    }

    .banner-text {
        padding: 1.2em 3em;
        width: 65%;
        margin: 10em auto 0em;
    }

    .banner {
        min-height: 550px;
    }

    .price-block {
        padding: 1.5em 1.5em 1.5em 1.5em;
    }

    .price-block h3 {
        font-size: 2em;
    }
}

@media(max-width:768px) {
    .bar_group.group_ident-1 {
        margin: 0px 15px 0px 0px;
    }

    .banner-text h3 {
        font-size: 2.1em;
    }

    .banner {
        min-height: 430px;
    }

    .information-grid p {
        font-size: 0.9em;
    }

    .information {
        padding: 3em 0em;
    }

    .about {
        padding: 3em 0em;
    }

    .about-top {
        padding-bottom: 2em;
    }

    .services {
        padding: 3em 0em;
    }

    .services-top {
        padding-bottom: 2em;
    }

    .price {
        padding: 3em 0em;
    }

    .price-top {
        padding-bottom: 3em;
    }

    .price {
        min-height: 615px;
    }

    .skills {
        padding: 3em 0em;
    }

    .fact {
        min-height: 310px;
        padding: 3em 0em;
    }

    .facts-top {
        padding-bottom: 2.5em;
    }

    .gallery {
        padding: 3em 0em;
    }

    .gallery-top {
        padding-bottom: 2em;
    }

    .banner-text {
        margin: 7em auto 0em;
    }
}

@media(max-width:767px) {
    div#navbar {
        float: none;
        text-align: center;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .navbar-wrapper {
        padding: 1em 0em 1em 0em;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #48a4b3;
        background: #48a4b3;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #48a4b3;
    }

    .navbar-nav {
        margin: 0px 0px !important;
    }
}

@media(max-width:736px) {}

@media(max-width:667px) {
    .information-grid h4 {
        font-size: 1.3em;
    }

    .agileits h4 {
        font-size: 1.1em;
    }

    .agileits p {
        font-size: 0.834em;
    }

    .price-list ul li {
        font-size: 0.85em;
    }

    .price-selet.pric-sclr1 a {
        font-size: 0.85em;
    }

    .agileits {
        padding: 1.37em 1em;
    }
}

@media(max-width:640px) {
    .information-grid {
        float: none;
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    .information-grid h4 {
        margin: 0.5em 0em 0.2em 0em;
    }

    .information-grid p {
        width: 70%;
        margin: 0 auto 1.5em;
    }

    .about-left {
        float: none;
        width: 100%;
        padding-bottom: 1em;
    }

    .about-grid {
        margin-bottom: 1em;
    }

    .about-text {
        width: 85%;
    }

    .about-rit {
        float: none;
        width: 100%;
    }

    .services-left {
        float: none;
        width: 100%;
        padding: 1em 0em;
    }

    .services-right {
        float: none;
        width: 100%;
    }

    .services-grid {
        margin-bottom: 1em;
    }

    .services-top {
        padding-bottom: 0em;
    }

    .price-grid {
        float: left;
        width: 50%;
        padding: 0px 28px 35px 0px;
    }

    .agileits {
        padding: 1em 1em;
    }

    .banner {
        min-height: 390px;
    }

    .banner-text {
        margin: 6em auto 0em;
    }

    .banner {
        min-height: 365px;
    }

    .agileits h4 {
        font-size: 1.05em;
    }

    .agileits p {
        font-size: 0.77em;
        line-height: 1.6em;
    }

    .view-seventh:hover h6 {
        font-size: 0.8em;
        padding: 0em 0.5em;
    }

    .bar_group__bar.thin {
        margin-bottom: 24px !important;
    }

    .facts-grid {
        float: left;
        width: 49%;
        margin-bottom: 1em;
    }

    .fact-icn img {
        width: 70%;
    }

    .about-top h2 {
        font-size: 2.5em;
    }

    .services-top h3 {
        font-size: 2.5em;
    }

    .price-top h3 {
        font-size: 2.5em;
    }

    .facts-top h3 {
        font-size: 2.5em;
    }

    .gallery-top h3 {
        font-size: 2.5em;
    }
}

@media(max-width:568px) {
    .banner-text {
        width: 71%;
    }

    .agileits h4 {
        font-size: 1em;
    }

    .agileits {
        padding: 0.69em 1em;
    }
}

@media(max-width:480px) {
    .banner {
        min-height: 315px;
    }

    .banner-text {
        margin: 4em auto 0em;
        width: 85%;
    }

    .about-text {
        width: 79%;
    }

    .about-text p {
        font-size: 0.95em;
    }

    .skills-left {
        float: none;
        width: 100%;
        padding: 0em 0em 1.5em 0em;
    }

    .skills-right {
        float: none;
        width: 100%;
    }

    .fact-icn img {
        width: 95%;
    }

    .numscroller.numscroller-big-bottom.scrollzip.roller-title-number-1.isShown {
        font-size: 0.6em;
    }

    .numscroller.numscroller-big-bottom.roller-title-number-2.scrollzip.isShown {
        font-size: 0.6em;
    }

    .numscroller.numscroller-big-bottom.roller-title-number-3.scrollzip.isShown {
        font-size: 0.6em;
    }

    .numscroller.numscroller-big-bottom.roller-title-number-4.scrollzip.isShown {
        font-size: 0.6em;
    }

    .gallery-grid {
        float: none;
        width: 100%;
    }

    .agileits {
        float: left;
        width: 98.5%;
        margin: 1em auto 1em;
    }

    .contact-intext-left {
        float: none;
        width: 100%;
    }

    .contact-intext-right {
        float: none;
        width: 100%;
    }

    .contact-intext-right textarea {
        height: 8.4em;
    }

    .map iframe {
        height: 200px;
    }

    .copy-rights {
        padding: 1.5em 0em;
    }

    .contact-intext-left input[type="text"] {
        padding: 0.5em 1em;
    }

    .price-grid {
        float: none;
        width: 85%;
        margin: 0 auto;
        padding: 0px 0px 35px 0px;
    }

    .contact-top {
        padding-bottom: 2em;
    }

    .gallery-bottom {
        padding: 0em 4em;
    }
}

@media(max-width:414px) {
    .banner-text h3 {
        font-size: 1.8em;
    }

    .banner-text {
        width: 90%;
    }

    .banner {
        min-height: 290px;
    }

    .gallery-bottom {
        padding: 0em 2em;
    }

    .information-grid p {
        width: 100%;
    }

    .information {
        padding: 2em 0em;
    }

    .information-grid p {
        margin: 0 auto 1em;
    }

    .about {
        padding: 2em 0em;
    }

    .about-top {
        padding-bottom: 1em;
    }

    .services {
        padding: 2em 0em;
    }

    .price {
        padding: 2em 0em;
    }

    .skills {
        padding: 2em 0em;
    }

    .fact {
        padding: 2em 0em;
    }

    .gallery {
        padding: 2em 0em;
    }

    .contact-left {
        padding: 2em 1em 2em 1em;
    }

    .contact-top p {
        width: 100%;
        font-size: 0.9em;
    }

    .contact-top {
        padding-bottom: 2em;
    }

    .map iframe {
        height: 165px;
    }

    .copy-rights-main p {
        font-size: 0.9em;
    }

    .agileits {
        width: 100%;
    }
}

@media(max-width:384px) {
    .banner-text {
        width: 100%;
    }

    .banner-text h3 {
        font-size: 1.7em;
    }

    .about-left {
        padding: 0px;
    }

    .about-rit {
        padding: 0px;
    }

    .about-text {
        width: 76%;
    }

    .about-text p {
        font-size: 0.9em;
    }

    .about-top h2 {
        font-size: 2em;
    }

    .services-top h3 {
        font-size: 2em;
    }

    .services-right h4 {
        font-size: 1.5em;
    }

    .price-top h3 {
        font-size: 2em;
    }

    .price-top {
        padding-bottom: 2em;
    }

    .skill-head h3 {
        font-size: 2em;
    }

    .facts-top h3 {
        font-size: 2em;
    }

    .facts-top {
        padding-bottom: 1.5em;
    }

    .facts-grid {
        width: 50%;
        padding: 0px 5px 0px 0px;
    }

    .gallery-top h3 {
        font-size: 2em;
    }

    .agileits {
        float: none;
        width: 92%;
    }

    .logo h1 {
        font-size: 1.1em;
    }

    .gallery-bottom {
        padding: 0em 0em;
    }
}

@media(max-width:320px) {
    .nav>li>a {
        padding: 4px 0px;
    }

    nav a {
        font-size: 0.9em;
    }

    .banner-text {
        padding: 1.2em 1.5em;
        margin: 3em auto 0em;
    }

    .banner-text h3 {
        font-size: 1.5em;
    }

    .banner {
        min-height: 260px;
    }

    .logo h1 {
        font-size: 1em;
    }

    .navbar-toggle {
        padding: 7px 8px;
    }

    .hovicon.effect-4 {
        width: 48px;
        height: 48px;
    }

    span.hovicon {
        line-height: 40px;
    }

    .about-text p {
        font-size: 0.8em;
    }

    .about-bottom {
        padding: 1em 1em;
    }

    p.stats-info {
        font-size: 0.22em;
    }

    .facts-top p {
        font-size: 0.9em;
    }

    .facts-grid {
        margin-bottom: 0.5em;
    }

    .fact {
        padding: 1.5em 0em;
        min-height: 290px;
    }

    .gallery-top {
        padding-bottom: 1em;
    }

    .agileits {
        width: 100%;
    }

    .contact-top h3 {
        font-size: 2em;
    }

    .contact-top {
        padding-bottom: 1.5em;
    }

    .contact-top p {
        font-size: 0.85em;
    }

    .map iframe {
        height: 130px;
    }

    .contact-intext-left input[type="text"] {
        font-size: 0.85em;
    }

    .contact-intext-right textarea {
        font-size: 0.85em;
        padding: 0.5em 1em;
    }

    .contact-intext-main input[type="submit"] {
        font-size: 0.9em;
    }

    .copy-rights {
        padding: 1em 0em;
    }
}

/*--media quiries start here--*/