/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}

textarea {
    resize: none;
}

p.copyright,
p.copyright a {
    color: #2e2e2e;
    display: none;
}

figure,
p,
address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

section#home-slider {
    padding: 70px 0 0 0;
}

main > section {
    padding: 50px 0 0px 0;
}

main > section.mar-hgt {
    padding: 50px 0 0px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0, 158, 227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
    background: linear-gradient(90deg, rgba(205, 106, 75, 0.958420868347339) 0%, rgba(186, 86, 54, 1) 33%, rgba(167, 72, 43, 1) 66%, rgba(168, 58, 26, 1) 100%);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-top: 20px;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    transition-property: color;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;

    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);

    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;

    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    -ms-transition-property: transform;
    transition-property: transform;

    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
    color: #009EE3;
}

.btn-effect:hover:before,
.btn-effect:focus:before,
.btn-effect:active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.sec-title {
    margin-bottom: 40px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 25px;
    margin: 20px 0 0px;
    position: relative;
    text-transform: capitalize;
    border-radius: 30px;
    background: #b84b2a;
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    box-shadow: 0 3px 10px rgb(208 109 78);
    letter-spacing: 1px;
}

.sec-title.white h2 {
    color: #fff;
}

/*
.sec-title h2:after {
    border-bottom: 3px solid #850a08;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}
*/

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
}

/*Battery*/
.loder-box {
    left: 0%;
    position: absolute;
    top: 0%;
    right: 0;
}

.battery {
    width: 100%;
    position: absolute;
    -webkit-animation: charge 15s linear infinite;
    -moz-animation: charge 15s linear infinite;
    animation: charge 15s linear infinite;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.battery img {
    width: 25%;
    margin: 10% auto;
    display: block;
}

#return-to-top {
    position: fixed;
    bottom: 105px;
    right: 33px;
    background: #b83913;
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s ease;
    -ms-transition: all 8s ease;
    -o-transition: all 8s ease;
    transition: all 8s ease;
    z-index: 999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 11px;
    top: 9px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*.battery:after {
    background-color: #901506;
    border-radius: 0 1px 1px 0;
    content: "";
    height: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    width: 3px;
}

@-webkit-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #901506;
    }

    100% {
        box-shadow: inset 60px 0px 0px #901506;
    }
}

@-moz-keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #901506;
    }

    100% {
        box-shadow: inset 60px 0px 0px #901506;
    }
}

@keyframes charge {
    0% {
        box-shadow: inset 0px 0px 0px #901506;
    }

    100% {
        box-shadow: inset 60px 0px 0px #901506;
    }
}*/

/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    background-color: rgb(1 158 227);
    box-shadow: 0 1px 4px rgb(203 198 196);
    padding: 5px 0;
    background: #fff;
    /* background: linear-gradient(90deg, rgba(226, 134, 105, 1) 0%, rgba(179, 69, 35, 1) 50%, rgba(214, 62, 15, 1) 100%); */
}

nav.collapse.navbar-collapse.navbar-right {
    padding-top: 20px;
    padding-bottom: 5px;
}

#navigation.animated-header {
    /* padding: 15px 0; */
    /* box-shadow: 0 3px 10px rgb(208 109 78); */
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.navbar-brand.jps-logo {
    float: left;
    background: #fff;
    padding: 5px 10px 0px;
    border-radius: 5px;
    position: absolute;
    left: 8%;
    top: -8px;
    z-index: 999;
    width: 14%;
}

.navbar-brand.jps-logo img {
    width: 90%;
    box-shadow: 0 2px 3px #bbb;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.navbar-brand.jps-logo:hover {
    background: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #c44118;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .55px;
    line-height: 10px;
    font-weight: 600;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background: transparent;
    color: #000;
    /* border-radius: 30px; */
    /* box-shadow: 0 2px 2px 2px #d43e10; */
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.dropdown-menu {
    padding: 0;
    margin: 2px 0px 0;
    min-width: 300px;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    text-transform: capitalize;
    text-align: center;
    color: #cc4015;
    font-weight: 600;
    letter-spacing: 1px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent !important;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

ul.nav li.dropdown:hover ul.dropdown-menu > li > a {
    display: block;
}

/*=================================================================
	Home Slider
==================================================================*/
.query-popup h4.modal-title {
    text-align: center;
    font-weight: 600;
    color: #901506;
    font-size: 21px;
}

.modal-header .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
     !important;
    opacity: 1;
     !important;
    background: #64210c !important;
    padding: 0px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
    border: 2px solid #fff !important;
}

.close:hover,
.close:focus {
    color: #fff;
    opacity: 1;
     !important;
}

.query-popup h5 {
    text-align: center;
    font-weight: 500;
}

.mar-top50 {
    margin-top: 130px !important;
}

.query-popup label.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    padding-left: 5px;
}

.query-popup .btn-submit,
.online-application-form .btn-submit {
    margin: 20px auto;
    text-align: center;
}

.query-popup .btn-submit .btn,
.online-application-form .btn-submit .btn {
    margin: 20px auto 0;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background: linear-gradient(90deg, rgba(205, 106, 75, 0.958420868347339) 0%, rgba(186, 86, 54, 1) 33%, rgba(167, 72, 43, 1) 66%, rgba(168, 58, 26, 1) 100%);
}

.query-popup .form-control {
    height: 35px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 15px;
}

.query-popup textarea.form-control {
    height: 100px;
}

.query-popup input[type=number]::-webkit-inner-spin-button,
.query-popup input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sl-slide {
    z-index: 0;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
    padding-top: 40px;
}

.sl-content {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	About
==================================================================*/

#about {
    color: #000;
}

#about h3 {
    color: #000;
    text-transform: uppercase;
    background: #bbb6b5;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block {
    background: #fdfdfd;
    box-shadow: 0 2px 2px 1px #767676;
    padding: 20px 30px;
    margin: 0 0 50px;
    border-radius: 20px;
}

#about .welcome-block p {
    font-size: 1.4em;
    line-height: 45px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

.learning .sec-title p {
    margin: 20px 0 0px;
    font-weight: 600;
    color: #1b1b1b;
    font-size: 17px;
}

.learning em {
    font-family: 'FontAwesome';
    font-size: 21px;
    letter-spacing: 1px;
}

.admission-policy ul {
    padding: 0;
}

.Question-tags,
.Question-supporttags {
    border-bottom: 2px solid #b83913;
    overflow: hidden;
}

.Question-tags img {
    width: 25%;
    float: left;
}

.Question-tags img.rgt-img {
    float: right;
}

.admission-policy .Question-supporttags p,
.admission-policy .Question-tags p {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
}

.admission-policy .Question-tags p {
    display: none;
}

.Question-tags span,
.Question-supporttags span {
    font-size: 17px;
    color: #000;
    padding-top: 15px;
    line-height: 30px;
    text-align: justify;
    width: 96%;
    display: block;
    margin: 20px;
}

.Question-tags span {
    float: left;
    width: 71%;
    margin: 20px;
}

.event .row {
    margin-bottom: 20px;
    padding: 20px;
}

.event .img-holder {
    position: relative;
    border-radius: 0 15px;
    background: transparent;
    overflow: hidden;
    border: 3px solid #999;
}

.event .img-holder img {
    width: 30%;
    height: 175px;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
}

.event .content {
    position: relative;
}

.event .inner-box {
    position: relative;
    padding: 24px 10px;
    text-align: center;
}

.event .inner-box h4 {
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 15px;
    background: #e3e5e5;
    padding: 15px 0;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}

.online-application-form .form-control {
    margin-bottom: 30px;
}

.philosophy-ul {
    list-style: none;
    padding: 0;
}

.portfolio-item.coreteam {
    padding: 25px 25px;
    background: #fff;
    margin: 10px 20px 40px 20px;
    border-radius: 30px;
    box-shadow: 0 3px 4px #bbb;
}

.portfolio-item.coreteam h4 {
    color: #fff;
    background: #cc4015;
    border-radius: 15px;
    padding: 10px 10px;
    /* margin-top: 0; */
}

.portfolio-item.coreteam img {
    margin: 0 auto;
    height: 70%;
    border-radius: 30px;
    width: 100%;
    box-shadow: 0 3px 4px #bbb;
}

li.portfolio-item img {
    width: 370px;
}

.img-part {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.txt-part p {
    color: #000;
    line-height: 32px;
    margin-bottom: 25px;
    text-align: justify;
}

.portfolio-item h3 {
    background: #cc4015;
    padding: 10px 0;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 0;
}

ul.philosophy-ul li {
    margin: 15px;
    text-align: left;
    width: 47%;
    float: left;
    box-shadow: 0 3px 10px rgb(187 187 187 / 75%);
    padding: 17px;
    border-radius: 20px;
}

.philosophy-ul li i {
    padding: 15px 0;
    background: #bbb;
    border-radius: 50px;
    margin-right: 15px;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
}

.admission-policy li {
    list-style: none;
    text-align: left;
    padding: 15px 0;
    color: #000;
}

.admission-policy {
    background: #fff;
    box-shadow: 0 1px 5px 1px #bbb;
    padding: 20px 30px;
    margin: 0 0 50px;
    border-radius: 20px;
}

h5.blue-bar {
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 20px;
}

h5.blue-bar:after {
    border-bottom: 3px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

h5.bolded {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}

.mar-left40 {
    margin-left: 40px;
}

.admission-policy p,
.admission-policy .textwrap-desc {
    text-align: left;
    color: #000;
    line-height: 35px;
    margin: 20px 0;
}

.admission-policy table td,
.admission-policy table th {
    border: 1px solid #000;
    padding: 10px 20px;
    text-align: center;
}

.admission-policy table {
    margin: 30px auto;
}

.admission-policy i {
    font-size: 22px;
    padding-right: 10px;
    color: #e31601;
    vertical-align: middle;
}

.philosophy-ul li i.one {
    background: #d07dd2;
}

.philosophy-ul li i.two {
    background: #adcb69;
}

.philosophy-ul li i.three {
    background: #f8b54d;
}

.philosophy-ul li i.four {
    background: #fc5b4e;
}

.philosophy-ul li i.five {
    background: #8373ce;
}

.philosophy-ul li i.six {
    background: #84bed6;
}

/*=================================================================
	Services
==================================================================*/
.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;
    -webkit-transform: rotate(47deg);
    -moz-transform: rotate(47deg);
    -ms-transform: rotate(47deg);
    -o-transform: rotate(47deg);
    transform: rotate(47deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.service-item .service-icon {
    border: 3px solid #fff;
    margin-bottom: 20px;
}

.service-item:hover .service-icon {
    border: 3px solid #c84117;
    margin-bottom: 20px;
    color: #c84117;
}

.service-item {
    background: #fff;
    box-shadow: 0 1px 2px 1px #bbb;
    padding: 30px 20px;
    margin: 20px 10px;
    border-radius: 20px;
    /* border: 2px solid #eb805e; */
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
    color: #db471a;
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
    background: #c3421a;
    color: #fff;
    border-radius: 3px;
    padding: 10px 0;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.service-item p {
    color: #000;
    line-height: 30px;
    font-size: 17px;
}

/*=================================================================
	Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: -126px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;

    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*Breadcrumbs**/
.breadcrumb.innerbread {
    background: #fff;
    margin-top: 15px;
}

.breadcrumb.innerbread a {
    color: #000;
    text-transform: capitalize;
}

.breadcrumb.innerbread > .active {
    color: #b84b2a;
    text-transform: capitalize;
}

/*Breadcrumbs ends**/

/*=================================================================
	Price
==================================================================*/

#social {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

#social .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}

/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #cdc9c9;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    height: 50px;
    margin-bottom: 25px;
    border-radius: 20px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;
}

#submit:before {
    background-color: #0A85BB;
    background: linear-gradient(90deg, rgba(205, 106, 75, 0.958420868347339) 0%, rgba(186, 86, 54, 1) 33%, rgba(167, 72, 43, 1) 66%, rgba(168, 58, 26, 1) 100%);
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.mar0auto {
    margin: 10px auto;
    display: block;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-left: 0px;
    text-align: center;
}

.contact-details p {
    line-height: 35px;
    margin-left: 20px;
    color: #000;
}

.contact-details p i {
    margin-right: 10px;
    color: #d13f12;
    font-size: 21px;
}

.contact-details span,
.flowchart-details span {
    display: block;
    margin-left: 24px;
}

.flowchart-details a,
.contact-details a {
    font-size: 15px;
    color: #000;
}

b.stepnum {
    position: absolute;
    top: 50%;
    bottom: 50%;
    background: #b83913;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding-top: 7px;
    font-size: 23px;
}

b.stepnum.lft {
    left: -22px;
}

b.stepnum.rgt {
    right: -22px;
}

.star-red {
    color: red;
}

/*============================================================
	Google Maps
==============================================================*/

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 300px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 300px;
}

.gmap_iframe {
    width: 100% !important;
    height: 300px !important;
}

section#google-map {
    padding: 50px 0 0 0;
}

/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #A74326;
    
    padding: 0px 0 10px 0;
    color: #fff;

}

.footer-content {
    /* width: 390px; */
    
    margin: 0 auto;
}

.footer-social ul.footer-menu {
    
   
}

.footer-content > div {
    margin-bottom: 40px;
    
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;

    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 15px 0 10px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #e5e7e6;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer-social ul li a:hover {
    color: #FFCC56;
}

.footer-content > p {
    color: #fff;
    font-size: 13px;
}

.contact-details,
.flowchart-details {
    background: #fff;
    box-shadow: 0 1px 5px 1px #bbb;
    padding: 20px;
    border-radius: 10px;
}

.flowchart-details {
    padding: 20px;
    margin: 10px;
    position: relative;
    border-radius: 10px;
}

/**Flaoting Pop Up**/

.floatbox {
    padding: 10px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 15px;
    border: 4px solid #cc4015;
    background: #fff;
    display: none;
}

.floatbutton {
    transition: all 0.3s ease-out;
}

.floatbutton img {
    width: 45px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.floatparent {
    position: relative;
    z-index: 1039;
}

.floatpopup {
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: fixed;
    transition: all 5s ease-in-out;
    bottom: 0;
    right: 15px;
}

.floatpopup h2 {
    color: #c2421a;
    display: block;
    margin: 0px auto 25px auto;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 600;
}

.floatpopup .closex {
    position: absolute;
    top: -18px;
    right: -10px;
    transition: all 200ms;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #b94d2b;
    border-radius: 50px;
    border: 2px solid #fff;
    text-align: center;
}

.floatpopup label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.floatpopup .close:hover {
    color: #06D85F;
}

.floatpopup .content {
    overflow: hidden;
}

.floatpopup .btn-submit {
    clear: both;
    text-align: center;
    padding: 10px 0;
}

.floatpopup .btn {
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 15px;
    background-color: #c94116;
}

.floatpopup .form-control {
    height: 30px;
    margin-bottom: 12px;
    border-radius: 6px;
}

.remove-tr {
    display: none;
}

.btn-primary.add-more,
.add-more:hover,
.add-more:focus,
.btn:active:focus,
    {
    background: #b83913;
    border: none;
    outline: none;
}

.add-more i {
    color: #fff;
    font-size: 20px;
    padding-right: 0px;
}

.delete-less i {

    padding-right: 0px;
}

.delete-less,
.delete-less:hover {
    background: #fff;
    border: 1px solid #b83913;
}

.floatpopup textarea.form-control {
    height: 75px;
    margin-bottom: 10px;
}

/**Flaoting Pop Up Ends**/

.service-item.hgt360 {
    height: 360px;
}

.service-item.hgt420 {
    height: 420px;
}

span.text-center {
    font-size: 18px;
    color: #000;
    display: block;
    margin-top: 20px;
}

/*----------------Marquee----------*/
.marquee {
    background: #b83913;
    padding: 7px 0 0px;
    color: #ffff;
    letter-spacing: 3px;
    font-weight: 600;
    box-shadow: 0 9px 3px rgb(184 57 19);
    padding-top: 17px;
}

.marquee {}

/*----------------Marquee ends----------*/
/*----------------Select option ----------*/


.select-selected {
    background-color: #fff;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 7px;
}

.select-items div,
.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*----------------Select option ends----------*/

/*----------------Floating Information
.fixed-social:hover,
.fixed-social.mobile:hover,
.fixed-social.email:hover,
.fixed-social.loc:hover,
.fixed-social.facebook:hover,
.fixed-social.instagram:hover,
.fixed-social.utube:hover,
.fixed-social.linkedin:hover{
    right: 0px;
    color: #fff;
}

.fixed-social.mobile {
    top: 38%;
    right: -9px;
	
	 
}

.fixed-social.email {
    top: 45%;
    right:-10px;
}

.fixed-social.facebook {
    top: 52%;
    right:-10px;
}

.fixed-social.instagram {
    top: 59%;
    right:-10px;
    
}

.fixed-social.utube {
    top: 66%;
    right:-10px;
    
}

.fixed-social.linkedin {
    top: 73%;
    right:-14px;
    
}


.fixed-social:hover a {
    background-color: #cc4015;
    color: #fff;
}

.fixed-social.facebook:hover i.fa.fa-facebook {
    color: #fff;
}

.fixed-social.facebook:hover a {
    background-color: #1b74e4;
    color: #fff;
}

.fixed-social.utube:hover i {
    color: #fff;
}

.fixed-social.utube:hover a {
    background-color: #FF0000;
    color: #fff;
}

i.fa.fa-facebook {
    color: #1b74e4;
}

.fixed-social.instagram:hover i {
    color: #fff;
}

.fixed-social.instagram:hover a {
    background: rgb(81, 91, 212);
    background: linear-gradient(180deg, rgba(81, 91, 212, 1) 0%, rgba(129, 52, 168, 1) 25%, rgba(221, 42, 123, 1) 50%, rgba(254, 218, 119, 1) 75%, rgba(245, 133, 41, 1) 100%);
    color: #fff;
}

i.fa.fa-instagram {
    color: #dd2a7b;
}

.fixed-social {
    position: fixed;
    display: block;
    z-index: 99;
    color: #11317B;
    text-align:center;
    right: 55px;
    top: 49%;
    width: 98px -webkit-transition: .4s;
    transition: .4s;
    /* box-shadow: 0 1px 3px 2px #b83913; 
}

.fixed-social a {
    color: #cc4015;
    background-color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 5px 15px 5px 12px;
    font-size: 15px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border: 1px solid;
}

.fixed-social a i.fa.fa-youtube {
    font-size: 24px;
	width:40px;
}
.fixed-social a i.fa.fa-instagram {
font-size: 24px;
	width:27px;
}
.fixed-social a i.fa.fa-facebook {
font-size: 24px;
	width:29px;
}
.fixed-social a i.fa.fa-envelope {
font-size: 24px;
	width:34px;
}
.fixed-social a i.fa.fa-phone {
font-size: 24px;
	width:45px;
}

.fixed-social a i.fa.fa-linkedin {
font-size: 20px;
	width:40px;
}

.fixed-social a i {
    margin-right: 7px;
    width: 15px;
    text-align:left;
    font-size: 20px;
    vertical-align: middle;
}-----------*/
/* Wrapper for fixed social icons */
.fixed-wrapper {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 9999;
}

/* Individual social icon container */
.fixed-social {
    position: relative;
    margin-bottom: 12px;
}

/* Common icon style */
.fixed-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #cc4015;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

/* Icon inside */
.fixed-social a i {
    font-size: 20px;
    color: #fff;
}

/* Tooltip text */
.fixed-social a::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 55px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 999;
}

/* Show tooltip on hover */
.fixed-social a:hover::after {
    opacity: 1;
}

/* Platform-specific colors */
.fixed-social.facebook a {
    background-color: #1b74e4;
}

.fixed-social.instagram a {
    background: linear-gradient(
        180deg,
        rgba(81, 91, 212, 1) 0%,
        rgba(129, 52, 168, 1) 25%,
        rgba(221, 42, 123, 1) 50%,
        rgba(254, 218, 119, 1) 75%,
        rgba(245, 133, 41, 1) 100%
    );
}

.fixed-social.utube a {
    background-color: #ff0000;
}

.fixed-social.linkedin a {
    background-color: #0077b5;
}

.fixed-social.email a {
    background-color: #e05d2a;
}

.fixed-social.mobile a {
    background-color: #28a745;
}


/*----------------Floating Information ends----------*/
/*----------------Timeline ----------*/


.container-timeline {
    width: 100%;
    padding: 50px 0;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}

.container-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #CCD1D9;
    z-index: 1
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
    margin: 20px 0;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl
}

.marker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #F5F7FA;
    background: #cc4015;
    margin-top: 10px;
    z-index: 9999;
}

.timeline-content {
    width: 95%;
    padding: 0 15px;
    color: #666
}

.timeline-content h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
    color: #b83913;
    text-transform: capitalize;
}

.timeline-content span {
    font-size: 15px;
    color: #000;
    padding: 5px 0;
}

.timeline-content p {
    font-size: 15px;
    line-height: 2em;
    word-spacing: 1px;
    color: #000;
    text-align: center;
    margin: 20px 0;
}



/*----------------Timeline ends----------*/


/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

    /*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

    /* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

}


@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }

    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/

@media (min-width: 768px) and (max-width: 979px) {

    /* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

    /* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }



    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .sec-title h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .sec-title {
        text-align: center;
    }

    .sec-title h2:after {
        left: 35%;
    }

    .mar-top50 {
        margin-top: 100px !important;
    }

    /*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #b84c2b;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    /* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

    /* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

    /* service */
    .service-item {
        width: 100%;
    }

    /*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: -107px;
        color: #fff;
        padding: 15px;
    }

    /* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

    .Question-tags img {
        float: none;
        width: 60%;
        margin: 0 auto 10px;
        display: block;
    }

    .Question-tags img.rgt-img {
        float: none;
    }

    .Question-tags {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .Question-tags span {
        float: none;
        width: 100%;
        margin-left: 0px;
    }

    .Question-supporttags span {
        margin-left: 0px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }

    ul.social-web {
        display: none;
    }

    .social-web i.fa.fa-instagram {
        background: #fff;
        padding: 5px;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        text-align: center;
    }

    i.fa.fa-instagram {
        color: #dd2a7b;

    }

    ul.philosophy-ul li {
        margin: 15px 0px;
        width: 100%;
        padding: 12px;
    }

    .philosophy-ul li i {
        font-size: 22px;
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .project-wrapper {
        display: block;
        margin: 0 20px;
    }

    .home-gallery .project-wrapper {
        display: inline-block;
    }

    .portfolio-item.coreteam {
        width: 100%;
        padding: 20px;
        margin: 10px 0px 20px 0;
    }

    .home-gallery .project-wrapper li {
        display: inline-block;
        width: 45%;
        margin: 0 5px 10px;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 46px;
        left: 40px;
        margin-top: -6px;
        background: #ffa389;
    }

    .navbar-brand.jps-logo {
        padding: 5px 10px 10px 10px;
        margin: 0 10px 15px;
        width: 45%;
        left: 0;
    }

    .service-item {
        margin: 15px 0px;
    }

    main > section {
        padding: 40px 0;
    }

    section#google-map {
        padding: 10px 0 0 0;
    }

    h5.blue-bar {
        font-size: 20px;
        margin: 0 10px;
        line-height: 34px;
    }

    h5.blue-bar:after {
        left: 0;
        width: 100%;
        right: 0;
    }

    .faq .card .card-header .faq-title {
        line-height: 27px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .faq-section .col-md-12 {
        padding: 0 5px;
    }

    .learning .sec-title p {
        margin: 20px 15px;
        line-height: 30px;
        text-align: justify;
    }

    #service {
        margin: -20px 20px 10px;
    }

    .event .col-md-3,
    .event .col-md-4 {
        margin-bottom: 30px;
    }

    .admission-policy li {
        font-size: 16px;
        line-height: 30px;
    }

    .floatpopup {
        width: 92%;
    }

    #about .welcome-block p {
        font-size: 1.2em;
        text-align: justify;
        line-height: 35px;
    }

    .admission-policy p,
    .admission-policy .textwrap-desc {
        line-height: 35px;
        text-align: justify;
        font-size: 16px;
    }

    #navigation.animated-header {
        padding: 15px 0 0 0;
    }

    #navigation {
        background: #fff;
    }

    .navbar-inverse .navbar-toggle .icon-bar,
    .navbar-inverse .navbar-nav > li > a {

        color: #b84c2b;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 12px;
        font-size: 15px;
        line-height: 9px;
    }

    nav.collapse.navbar-collapse.navbar-right {
        text-align: center;
        padding: 0;
    }

    .navbar-nav {
        margin: 0;
        text-align: center;
        padding: 15px;
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        left: 0;
        right: 0;
        background: #fff;
        /* color: #000; */
    }

    .navbar-nav li:hover > ul.dropdown-menu a {
        color: #000;
    }

    .navbar-inverse .navbar-nav > li > a:hover {
        border-radius: 0;
        background: #fff;
        color: #000;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        background: #901506;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background: #c44118;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
        box-shadow: 0 3px 10px rgb(208 109 78);
    }

    .service-item.hgt360 {
        height: 420px;
    }

    .faq .card .card-body p {
        line-height: 30px;
        text-align: justify;
    }

    .navbar-brand.jps-logo img {
        width: 75%;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .fixed-social.mobile {
        top: 45%;
    }

    .fixed-social.email {
        top: 52%;
    }

    .fixed-social.facebook {
        top: 59%;
    }

    .fixed-social.instagram {
        top: 66%;
    }

    .fixed-social.utube {
        top: 73%;
    }

    .fixed-social.loc {
        top: 59%;
    }

    .img-part {
        width: 100%;
        margin-right: 0px;
    }

    .portfolio-item.coreteam img {
        width: 75%;
    }

    b.stepnum {
        display: none;
    }

    .timeline-content {
        padding: 0 3px;
    }

    .flowchart-details span {
        margin-left: 0;
    }

    .flowchart-details {
        margin: 10px 0;
    }

    .portfolio-item h3 {
        font-size: 18px;
    }

    .portfolio-item.coreteam h4 {
        font-size: 16px;
    }

    .container-timeline:before {
        left: 8px;
        width: 2px;
    }

    .timeline-block {
        width: 100%;
        margin-bottom: 15px;
    }

    .timeline-block-right {
        float: none;
    }

    .timeline-block-left {
        float: none;
        direction: ltr;
    }

    .container-timeline {
        width: 100%;
    }

    .timeline-content h3,
    span.text-center {
        line-height: 35px;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {



    .sec-title h2:after {
        left: 38%;
    }

    /* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

    /*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

    /* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

    /* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -132px;
    }

    /* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

    /* price */
    .price-table {
        margin-bottom: 50px;
    }

    /* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

    /* footer */
    .footer-content {
        width: 380px;
    }
}
