/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/

body {
    font-family: 'Lato', Arial, Tahoma sans-serif;
    background: #fff;
}

input#c-form-phone {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    height: 50px;
}

input#c-form-email {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    height: 50px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Lato', Arial, Tahoma sans-serif;
}

p {
    margin: 0;
    color: #777;
    font-size: 1em;
    line-height: 1.8;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 48px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/btop.png) no-repeat 0px 0px;
}

p.foo-logo img {
    max-width: 140px;
}

p.foo-logo {
    margin-bottom: 20px;
}

#toTopHover {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* header */

.text-theme {
    color: #0d2865 !important;
}

.close {
    color: #fff;
}

.home-sec4 .cols-1 p.bt-n a,
.home-sec4 .cols-2 p.bt-n a {
    background: #fff;
    color: #000;
    box-shadow: 5px 5px 5px #777;
}

.home-sec4 .cols-1 p.bt-n a:hover,
.home-sec4 .cols-2 p.bt-n a:hover {
    background: #fff;
    color: #000;
    box-shadow: none;
}

.home-sec4 .cols-1 p,
.home-sec4 .cols-2 p {
    color: #fff;
}

.home-sec4 .cols-1 h4.home-title,
.home-sec4 .cols-2 h4.home-title {
    color: #fff;
    text-transform: capitalize;
}

.home-sec4 .cols-1 {
    background: ##ED1943;
    padding: 40px 40px 60px;
    border-radius: 40px 0px;
}

.home-sec4 .cols-2 {
    background: #69bd45;
    padding: 40px 40px 60px;
    border-radius: 0px 40px;
}

.close:hover {
    color: #fff !important;
    opacity: 1 !important;
}

.bg-theme {
    background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%) !important;
    color: #fff;
    border: none;
    border-radius: 0px;
}

.bg-theme1 {
    background: #fff !important;
    color: #fff;
}

.bg-light-theme {
    background: #fff !important;
    color: #fff;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
    color: #fff;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 2;
}

.footer-top-w3ls {
    border-bottom: 1px solid rgba(253, 253, 253, 0.35);
    padding-bottom: 2em;
}

.w3ls-btn {
    font-size: 12px;
    letter-spacing: 1px;
    background: transparent;
    padding: 0 10px;
    border-radius: 0;
    color: #fff;
    margin-top: 3px;
}

.btn-2 {
    border-left: 0px solid #fff;
    background: #fff;
    padding: 8px 22px;
    border-radius: 100px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Source Sans Pro', sans-serif;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #6887ff;
    background: #fff;
    border-radius: 5px;
}

ul.d-flex.header-w3ltd li span {
    margin-right: 1em;
    color: #ff1949;
}

ul.d-flex.header-w3ltd li:first-child {
    margin-right: 1em;
}

.header-right-w3ltd {
    padding-left: 13em;
}

.header-top {
    background: #131313;
}

ul.d-flex.header-w3ltd {
    padding-top: 15px;
}

/* .dropdown-menu{
    background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%) !important;
} */

.dropdown-menu a {
    display: block;
    color: #fff !important;
    border-bottom: solid 1px #e9707c;
}

li.nav-item.dropdown a#navbarDropdown:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-menu {
    background: #fff;
    border-bottom: none;
}

.dropdown-menu a:hover {
    background: #e9707c;
}

.navbar-nav .dropdown-menu {
    min-width: 210px;
}

li.nav-item:hover {
    background: #fff;
    border-radius: 5px;
}

li.nav-item.dropdown:hover {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}

li.nav-item.dropdown.result_hover {
    background: #fff;
    border-radius: 5px 5px 0px 0px;
}

li.nav-item a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 8px;
    font-size: 12px;
}

.fixed li.nav-item a {
    color: #fff;
}

.fixed .btn-1 {
    color: #fff;
}

/* li.nav-item a:hover,
li.nav-item.active a {
	color: #0d2865;
	background: #fff;
	border-radius: 5px;
}*/

li.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

section.home-sec3 {
    background: #f7ebeb !important;
}

section.home-sec3 h3 {
    color: #000 !important;
    margin-bottom: 15px;
}

p.bt-n a {
    background: #fff;
    padding: 12px 34px;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
}

p.bt-n {
    margin-top: 25px;
}

header {
    padding: 0px 0;
    background: none;
    width: 100%;
    position: absolute;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    background: linear-gradient(to right, #8c4d4d 0%, rgb(184, 97, 193) 100%);
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.75) !important;
    z-index: 999;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*-- //header --*/

/* banner */

.common-bg {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    padding: 0 1em;
}

.banner-w3pvt-bg1 {
    background: url(../images/picera1.jpg) no-repeat center top;
    background-size: cover;
}

.banner-w3pvt-bg2 {
    background: url(../images/picera2.jpg) no-repeat center;
    background-size: cover;
}

.banner-w3pvt-bg3 {
    background: url(../images/picera3.jpg) no-repeat center;
    background-size: cover;
}

.banner-w3pvt-bg4 {
    background: url(../images/picera4.jpg) no-repeat center;
    background-size: cover;
}

.banner-w3pvt-bg5 {
    background: url(../images/picera5.jpg) no-repeat center;
    background-size: cover;
}

.common-bg:before {
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.bnr-w3pvt h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 4em;
}

.bnr-sub-txt span {
    height: 1px;
    display: inline-block;
    width: 17%;
    background: #ffffff;
}

.bnr-sub-txt p {
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0 5px;
}

.bnr-form-w3ls h4 {
    font-weight: 300;
    color: #0d2865;
    line-height: 1.5;
    font-size: 1.5rem;
}

.bnr-sub-txt {
    margin-top: 1em;
}

.bnr-w3pvt-txt p {
    letter-spacing: 1px;
    font-weight: 600;
    word-spacing: 4px;
    color: #333;
}

.bnr-sub-form h3 {
    color: #000;
    font-size: 1.3em;
    text-transform: capitalize;
}

.bnr-form-w3ls {
    background: #fff;
    padding: 2em;
    border: 7px solid rgba(20, 18, 19, 0.2);
    margin-top: 5em;
    border-radius: 30px;
}

.wthree-bnr-btn {
    background: #fff;
    color: #0d2865;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    background: #eee;
    margin-top: 1em;
    font-weight: 600;
}

.wthree-bnr-btn:hover {
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(5px);
    transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -webkit-transform: translateY(5px);
}

/* //banner */

ul.partners-icon li span {
    font-size: 4em;
    color: #fff;
}

ul.partners-icon li {
    display: inline-block;
    margin: 0 2em;
}

h3.w3ltd-title {
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #fff;
}

/*--slider--*/

#slider2,
#slider3 {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
    float: left;
    width: 100%;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.callbacks li {
    position: absolute;
    width: 100%;
}

.callbacks img {
    position: relative;
    z-index: 1;
    height: auto;
    border: 0;
}

.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 0;
    right: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 10%;
    text-align: center;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    bottom: -35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 32px;
    height: 32px;
}

.callbacks_nav:hover {
    opacity: 0.5;
}

.callbacks_nav.next {
    left: auto;
    left: 51%;
}

.callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 46%;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager span {
    float: left;
}

#slider3-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider3-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider3-pager a {
    padding: 0;
}

#slider3-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: 5%;
    left: 46%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}

.slider-top span {
    font-weight: 600;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 7px;
}

/*----*/

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.callbacks_here a:after {
    background: #fff;
}

/*----*/

.w3l_banner_info {
    margin: 7em auto 0;
    text-align: center;
}

.w3l_banner_info h4 {
    font-size: 6em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 25px;
}

.w3l_banner_info h4 span {
    display: block;
    font-size: 2em;
    padding: .4em .5em;
    color: #fff;
}

.w3l_banner_info p {
    color: #f53753;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 11px;
    margin-bottom: 1.5em;
}

.w3l_banner_info h4 i {
    display: block;
    font-style: normal;
    padding: .4em .5em;
    color: #212121;
    width: 22%;
}

a.read {
    font-size: 1.1em;
    color: #333;
    background: #fff;
    padding: 0.6em 2em;
}

/*-- Slider --*/

/* inner banner */

.inner-banner-w3ls {
    background: url(../images/inner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

.inner-banner-w3ls:before {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

li.breadcrumb-nav {
    font-size: 1em;
    color: #fff;
    list-style-type: none;
    font-weight: 600;
}

li.breadcrumb-nav a {
    color: #fff;
    font-size: 1em;
}

li.breadcrumb-nav.active {
    color: #0d2865;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

h6.w3ltdinfo-title {
    color: #252629;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 3em;
}

ul.breadcrumb-parent {
    width: 20%;
    margin: 1.5em auto 0;
    background: #252629;
    padding: 7px 0;
    border-radius: 30px;
}

h4.w3layouts_pvt-head {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
    color: #000;
}

span.title-wthree {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

/* //inner banner */

/* home-about */

/* .head-row-home {
	padding-top: 4em;
}*/

.home-grid {
    position: relative;
    text-align: center;
}

section.home-sec2 p {
    min-height: 60px;
}

section.home-sec2 p.bt-n {
    min-height: 0 !important;
}

section.home-sec2 p.bt-n i {
    font-weight: bold;
    margin-left: 8px;
    vertical-align: text-bottom;
}

section.home-sec2 .home-grid img,
section.home-sec4 .cols-1 img,
section.home-sec4 .cols-2 img {
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .4s ease-in-out;
}

section.home-sec2 .home-grid:hover img,
section.home-sec4 .cols-1:hover img,
section.home-sec4 .cols-2:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* .home-grid span.head-line {
	content: '';
	background: #eaeaea;
	display: block;
	width: 3px;
	height: 50%;
	position: absolute;
	right: 54px;
	top: 37%;
}*/

.home-grid span {
    color: #0d2865;
    font-size: 2em;
}

h4.home-title {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 400;
}

p.bt-n a:hover {
    box-shadow: 5px 5px 5px #777;
}

section.home-sec2 h4.home-title {
    margin-bottom: 5 !important;
}

/*.home-grid p {
	width: 73%;
}*/

/* //home-about */

/* services */

section#services {
    padding: 5em 0;
}

#services img {
    position: absolute;
    right: 0;
    top: 35%;
    width: 38%;
    border-radius: 10px 0 0 10px;
}

p.sec-4 {
    margin-top: 0.5em;
    color: #eee;
}

section#services-bot {
    padding: 5em 0;
}

#services-bot img {
    border-radius: 0 10px 10px 0;
    width: 35%;
    top: 36%;
    position: absolute;
}

/* //services */

.wthreepvt-pos-grids h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    font-size: 1.3em;
}

.wthreepvt-pos-grids span {
    font-size: 3em;
    margin-bottom: 10px;
    color: #aad0ec;
}

.wthreepvt-pos-grids p {
    max-width: 250px;
    margin: 0 auto;
}

.wthreepvt-pos-grids:nth-child(3) span {
    color: #0fb492;
}

.wthreepvt-pos-grids:nth-child(2) span {
    color: #f5ac43;
}

.wthreepvt-pos-grids:nth-child(1) span {
    color: #634271;
}

.wthreepvt-pos-grids:nth-child(1) .col-label span {
    color: #00ddd8;
}

.wthreepvt-pos-grids:nth-child(2) .col-label span {
    color: #8cc540;
}

.wthreepvt-pos-grids:nth-child(3) .col-label span {
    color: #ec408c;
}

/* //about */

/* blog */

h5.blog-title a {
    font-size: 0.9em;
    color: #333;
}

/* //blog */

/* contact */

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 500px;
}

.fv3-contact a {
    font-size: 1em;
}

form.register-wthree input,
form.register-wthree textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}

.fv3-contact span {
    font-size: 2em;
    color: #0d2865;
}

/* //contact */

/* employer */

.e-desc {
    padding: 1.5em 0;
}

.e-desc h6 a {
    font-size: 1.2em;
    color: #41d8d1;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

l.e-tags {
    margin-bottom: 15px;
}

ul.e-tags li {
    display: inline-block;
    margin: 3px 5px;
    border: 1px solid #ccc;
    padding: 3px 8px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}

ul.e-tags li a {
    color: #0d2865;
}

.desc-list li span {
    color: #0d2865;
    font-weight: 600;
    margin-right: 1em;
    width: 40%;
    display: inline-block;
}

ul.desc-list li {
    color: #333;
    font-size: 16px;
}

h3.left-widget-job {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: capitalize;
    background: #fff;
    padding: 6px 10px;
}

.left_widget {
    background: #efefef;
    padding: 2em 2em;
    margin-bottom: 1.5em;
}

section.employ-sec {
    padding: 5em 0;
}

form.widget-content select {
    text-transform: capitalize;
    font-size: 1em;
}

h3.w3ls_pvt-title {
    text-transform: capitalize;
    font-size: 1.7em;
    color: #000;
}

.job-desc-w3ls ul li {
    margin-bottom: 1em;
    font-size: 1em;
}

h5.w3layouts_pvt-head {
    font-size: 1.3em;
    text-transform: capitalize;
    margin-bottom: 1em;
}

.left_widget label {
    margin-left: 1em;
    text-transform: capitalize;
}

ul.pagination li a {
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    margin: 0 10px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
}

ul.pagination li a {
    color: #333;
}

ul.pagination li:first-child a,
ul.pagination li:last-child a {
    background: #41d8d1;
}

ul.pagination li:first-child a,
ul.pagination li:last-child a {
    color: #fff;
}

/* employer */

/* footer */

footer {
    background: #0d2865;
}

.footer_grid1 span {
    color: #e8e8e8;
    line-height: 1.5;
}

.footer_grid1 p {
    color: #eee;
}

input[type="submit"] {
    cursor: pointer;
}

#footer h5 {
    margin-bottom: 1.5em;
    color: #ffffff;
    text-transform: capitalize;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    margin-left: 5px;
}

#footer ul.quick-links li a span {
    margin-right: 15px;
    font-size: 11px;
}

#footer ul.quick-links li:hover a span {
    font-weight: 700;
}

@media (max-width:1450px) {
    header .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    footer#footer .row.pt-5 {
        text-align: left !important;
    }
    .fancybox-outer div {
        width: 100% !important;
    }
    .fancybox-outer,
    .fancybox-skin,
    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened,
    .fancybox-overlay.fancybox-overlay-fixed {
        width: 100% !important;
    }
    .fancybox-type-iframe .fancybox-inner {
        height: 500px !important;
    }
    .fancybox-skin {
        padding-right: 0px !important;
    }
    .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
        left: 0 !important;
    }
}

/* -- Responsive code -- */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    .bnr-w3pvt h3 {
        font-size: 3.8em;
    }
    ul.partners-icon li span {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 1280px) {
    .bnr-form-w3ls h4 {
        font-size: 1.3rem;
    }
    .navbar-nav>li>a {
        padding: 3px !important;
    }
    .container {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1080px) {
    .bnr-w3pvt h3 {
        font-size: 3.6em;
    }
    .bnr-sub-txt span {
        width: 10%;
    }
    #services img {
        width: 34%;
    }
}

@media screen and (max-width: 1050px) {
    h4.w3layouts_pvt-head {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1024px) {
    .bnr-w3pvt h3 {
        font-size: 3.3em;
    }
}

header.fixed {
    padding: 0 !important;
}

.row.fv3-contact .col-4.text-center {
    text-align: right !important;
}

.row.fv3-contact .col-8 {
    text-align: left !important;
}

@media screen and (max-width: 991px) {
    .c-form-box button.btn {
        margin-bottom: 30px !important;
    }
    .mb-hide {
        display: none;
    }
    header {
        padding: 0;
        top: 0;
        left: 0;
        animation: smoothScroll 1s forwards;
        background: linear-gradient(to right, #8c4d4d 0%, rgb(184, 97, 193) 100%);
        box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.75) !important;
        z-index: 999;
        position: relative;
    }
    li.nav-item {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .bnr-w3pvt h3 {
        font-size: 3em;
    }
    .bnr-form-w3ls {
        padding: 1em;
    }
    .bnr-form-w3ls h4 {
        margin-bottom: 0.5em;
    }
    div#navbarSupportedContent {
        text-align: center;
    }
    .w3ls-btn {
        display: inline-block !important;
    }
    ul.partners-icon li {
        margin: 0 1.8em;
    }
    ul.partners-icon li span {
        font-size: 3em;
    }
    .home-grid p {
        width: 86%;
    }
    .home-grid span.head-line {
        right: 20px;
    }
    #services img {
        width: 74%;
        left: 13%;
        position: inherit;
        margin-top: 3em;
        border-radius: 10px;
    }
    .head-row-home {
        padding-top: 2em;
    }
    #services-bot img {
        border-radius: 0 10px 10px 0;
        width: 74%;
        margin-top: 4em;
        top: auto;
        margin-left: 9em;
        position: inherit;
        border-radius: 10px;
    }
    section#services-bot {
        padding: 4em 0;
    }
    .col-lg-4.col-sm-6.wthreepvt-pos-grids.border-left.border-right.my-sm-0.my-5,
    .col-lg-4.col-sm-6.wthreepvt-pos-grids.mt-lg-0.mt-md-3.border-left.border-right.pt-sm-0.pt-5 {
        border-right: 0px !important;
    }
    .fv3-contact span {
        font-size: 1.5em;
    }
    .map iframe {
        min-height: 350px;
    }
    section.employ-sec {
        padding: 3em 0;
    }
    h5.w3layouts_pvt-head {
        font-size: 1.2em;
    }
    .navbar-nav .dropdown-menu {
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    #services-bot img {
        margin-left: 7em;
    }
}

@media screen and (max-width: 800px) {
    .bnr-sub-txt p {
        letter-spacing: 1px;
    }
    /* .container-fluid.vv {
    width: 100% !important;
}
div#fh5co-image-grid {
    width: 100% !important;
} */
    #services img {
        width: 78%;
        left: 11%;
    }
}

@media screen and (max-width: 768px) {
    h4.home-title {
        font-size: 1.1em;
    }
    section#services {
        padding: 3em 0;
    }
    #services-bot img {
        margin-left: 6em;
    }
}

@media screen and (max-width: 736px) {
    .bnr-form-w3ls {
        margin-top: 1em;
    }
    .callbacks_tabs {
        bottom: 7%;
        left: 43%;
    }
    ul.partners-icon li span {
        font-size: 2.8em;
    }
    ul.partners-icon li {
        margin: 0 1em;
    }
    .home-grid p {
        width: 100%;
    }
    .home-grid span.head-line {
        right: 0;
        width: 3px;
        height: 4px;
        bottom: -26px;
        width: 100%;
        top: auto;
    }
    .head-row-home {
        padding-top: 2em;
    }
    .inner-banner-w3ls {
        min-height: 250px;
    }
    iframe#mtn {
        height: auto !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 667px) {
    .bnr-w3pvt h3 {
        font-size: 2.6em;
    }
    #services-bot img {
        margin-top: 3em;
        margin-left: 5em;
    }
    .wthreepvt-pos-grids span {
        font-size: 2.5em;
    }
    ul.pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .callbacks_tabs {
        left: 0 !important;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .row.fv3-contact .col-8 {
        text-align: left;
    }
    .row.fv3-contact .col-4.text-center {
        text-align: right !important;
        max-width: 25% !important;
    }
    .c-form-top-left {
        padding-left: 5%;
    }
}

@media screen and (max-width: 640px) {
    .bnr-sub-txt span {
        width: 6%;
    }
    #services-bot img {
        width: 78%;
        margin-left: 4em;
    }
}

@media screen and (max-width: 600px) {
    .bnr-w3pvt h3 {
        font-size: 2.4em;
    }
    .bnr-sub-txt p {
        font-size: 0.9em;
    }
    .grid-item.item.animate-box.vide {
        width: 100% !important;
    }
    .grid-item.item.animate-box.vide img.vid-img {
        height: auto;
    }
    #fh5co-image-grid .grid-item.item.animate-box.vide.fadeIn.animated-fast.thefocus {
        position: absolute !important;
    }
    #fh5co-image-grid .item {
        position: relative !important;
        width: 100%;
        left: 0 !important;
        top: auto !important;
    }
    .callbacks_tabs {
        left: 0 !important;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    section.employ-sec {
        padding: 1em 0;
    }
    .head-row-home {
        padding-top: 0.5em;
    }
    h4.w3layouts_pvt-head {
        font-size: 1.4em;
    }
    #services img {
        width: 96%;
        left: 2%;
    }
    section#services-bot {
        padding: 2em 0;
    }
    .wthreepvt-pos-row.border-top.row.text-center.pb-lg-5.pt-md-0.pt-5.mt-md-0.mt-sm-5.mt-4 {
        border: none !important;
    }
    .inner-banner-w3ls {
        min-height: 200px;
    }
    .map iframe {
        min-height: 300px;
    }
    .desc-list li span {
        width: 22%;
    }
}

@media screen and (max-width: 480px) {
    .bnr-w3pvt h3 {
        font-size: 2.3em;
    }
    .bnr-form-w3ls h4 {
        font-size: 1.2rem;
    }
    ul.partners-icon li span {
        font-size: 2em;
    }
    .wthree-bnr-btn {
        padding: .2rem .75rem;
        font-size: 0.9rem;
    }
    #services-bot img {
        margin-left: 3em;
        width: 80%;
    }
    #services-bot img {
        margin: 0 7px;
        width: 97%;
    }
    #services-bot img {
        margin: 2em 7px 0;
        width: 97%;
    }
    .left_widget {
        padding: 1em 1em;
    }
}

@media screen and (max-width: 414px) {
    .callbacks_tabs {
        left: 37%;
    }
    h3.w3ltd-title {
        font-size: 1em;
    }
    ul.partners-icon li {
        margin: 1em 0;
        display: block;
    }
    h4.home-title {
        font-size: 1em;
    }
    #services-bot img {
        margin: 2em 5px;
    }
}

@media screen and (max-width: 384px) {
    .bnr-w3pvt h3 {
        font-size: 2em;
    }
    .bnr-sub-txt span {
        width: 0%;
    }
    h5.blog-title a {
        font-size: 0.85em;
    }
    .wthreepvt-pos-grids h4 {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 375px) {
    .bnr-w3pvt h3 {
        font-size: 1.7em;
        padding-top: 1em;
    }
}

@media screen and (max-width: 320px) {
    .callbacks_tabs {
        left: 34%;
        bottom: 5%;
    }
    form.p-3 {
        padding: 0 !important;
    }
    .row.sub-w3l.my-3 {
        display: block;
    }
    .col.forgot-w3l.text-right {
        text-align: left !important;
    }
    h4.w3layouts_pvt-head {
        font-size: 1.25em;
    }
    #services-bot img {
        margin: 1em 3px;
        width: 98%;
    }
    .job-desc-w3ls ul li {
        font-size: 0.95em;
    }
    h5.w3layouts_pvt-head {
        font-size: 1.1em;
    }
    .bnr-w3pvt h3 {
        padding-top: 2em;
    }
}

/* -- //Responsive code -- */

/* new codes */

.navbar-brand img {
    max-width: 160px;
}

.foo-social ul li {
    display: inline-block;
    margin: 0px 10px;
}

.foo-social ul li a {
    color: #000;
}

.foo-social {
    margin-top: 15px;
}

form.register-wthree input,
form.register-wthree textarea {
    padding: 0px;
}

.how-it-works-list li {
    margin: 0;
    padding: 0 0 5px 20px;
}

section#how-work {
    padding: 30px 10px 60px;
}

section#album-des .col-md-4 {
    float: left;
}

section#album-des {
    padding: 40px;
}

.modals,
.modals1,
.modals2,
.modals3,
.modals4,
.modals5,
.modals6,
.modals7,
.modals8,
.modals9,
.modals10,
.modals11 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0%;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 999;
}

.modals.active,
.modals1.active,
.modals2.active,
.modals3.active,
.modals4.active,
.modals5.active,
.modals6.active,
.modals7.active,
.modals8.active,
.modals9.active,
.modals10.active,
.modals11.active {
    display: block;
}

.modals.active .modal-content,
.modals1.active .modal-content,
.modals2.active .modal-content,
.modals3.active .modal-content,
.modals4.active .modal-content,
.modals5.active .modal-content,
.modals6.active .modal-content,
.modals7.active .modal-content,
.modals8.active .modal-content,
.modals9.active .modal-content,
.modals10.active .modal-content,
.modals11.active .modal-content {
    width: 50%;
}

/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    top: 20%;
}

.close {
    opacity: 1;
    color: #fff;
}

/* The Close Button */

.modals.active .close,
.modals1.active .close,
.modals2.active .close,
.modals3.active .close,
.modals4.active .close,
.modals5.active .close,
.modals6.active .close,
.modals7.active .close,
.modals8.active .close,
.modals9.active .close,
.modals10.active .close,
.modals11.active .close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.owl-carousel .owl-stage {
    width: max-content !important;
    transition: none !important;
}

.view:hover,
.view1:hover,
.view2:hover,
.view3:hover,
.view4:hover,
.view5:hover,
.view6:hover,
.view7:hover,
.view8:hover,
.view9:hover,
.view10:hover,
.view11:hover {
    cursor: pointer;
}

.view,
.view1,
.view2,
.view3,
.view4,
.view5,
.view6,
.view7,
.view8,
.view9,
.view10,
.view11 {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0 0 3px #ddd;
}

.view-mask .mask,
.view1-mask .mask,
.view2-mask .mask,
.view3-mask .mask,
.view4-mask .mask,
.view5-mask .mask,
.view6-mask .mask,
.view7-mask .mask,
.view8-mask .mask,
.view9-mask .mask,
.view10-mask .mask,
.view11-mask .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view .mask,
.view1 .mask,
.view2 .mask,
.view3 .mask,
.view4 .mask,
.view5 .mask,
.view6 .mask,
.view7 .mask,
.view8 .mask,
.view9 .mask,
.view10 .mask,
.view11 .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view-tenth img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.view img,
.view1 img,
.view2 img,
.view3 img,
.view4 img,
.view5 img,
.view6 img,
.view7 img,
.view8 img,
.view9 img,
.view10 img,
.view11 img {
    display: block;
    position: relative;
}

.view-tenth h2 {
    color: #333;
    margin: 20px 40px 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view h2,
.view1 h2,
.view2 h2,
.view3 h2,
.view4 h2,
.view5 h2,
.view6 h2,
.view7 h2,
.view8 h2,
.view9 h2,
.view10 h2,
.view11 h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    text-shadow: none;
}

.view-tenth p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.view p,
.view1 p,
.view2 p,
.view3 p,
.view4 p,
.view5 p,
.view6 p,
.view7 p,
.view8 p,
.view9 p,
.view10 p,
.view11 p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 10px 20px 10px;
    text-align: center;
}

.view-tenth:hover img {
    -webkit-transform: scale(2) rotate(10deg);
    -moz-transform: scale(2) rotate(10deg);
    -o-transform: scale(2) rotate(10deg);
    -ms-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.owl-theme .owl-dots .owl-dot span {
    background: #69bd45 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

p.a-title {
    margin-bottom: 20px;
}

.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 2px solid #fff;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #c162b8;
}

.headline h2 {
    font-size: 22px;
}

.headline {
    display: block;
    margin: 10px 0 25px 0;
    border-bottom: 1px dotted #e4e9f0;
    padding: 0px 10px;
    text-transform: uppercase;
}

section#album-des .col-md-12 {
    padding: 0;
}

.navbar-collapse.collapse.in {
    display: block;
}

.b-text {
    position: absolute;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #fff;
}

.b-text h2 {
    font-size: 20px;
    color: #fff;
}

.b-text p {
    font-size: 16px;
    color: #fff;
}

@media screen and (max-width: 467px) {
    .modal-dialog {
        left: 0;
        margin: 18% auto;
    }
}

.col-lg-4.col-sm-6.footer_grid1 a {
    color: #fff !important;
}

@media (min-width: 992px) and (max-width: 1120px) {
    li.nav-item a {
        font-size: 10px;
        padding: 2px !important;
    }
}

@media (max-width: 1210px) {
    li.nav-item a {
        font-size: 10px;
        padding: 2px !important;
    }
}

@media (min-width: 768px) {
    .form-group.col-md-6 {
        float: left;
    }
}

.bg-image-color {
    background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%) !important;
    color: #fff;
    margin: 20px 0px;
    text-align: center;
}

.bg-image-color * {
    color: #fff;
}

.list {
    margin: 10px 0px 0px;
    .item {
        padding: 5px;
        width: 800px;
        height: 310px;
        margin: 0 auto;
        z-index: 160;
        background: #27ae60;
    }
}

#wrap {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.thefocus {
    margin: auto;
    position: absolute;
    top: -30% !important;
    left: 0 !important;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

.blackestnight {
    background: rgba(0, 0, 0, 0.8);
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 40;
    top: 0;
    left: 0;
}

body.video {
    height: 100%;
    position: absolute;
    width: 100%;
}

.close {
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 5ems;
    font-weight: bolder;
    display: none;
    color: #000;
    cursor: pointer;
    &:hover {
        color: #e74c3c;
    }
}

.close {
    background: #fff;
    padding: 10px 15px;
    border-radius: 100%;
}

.show {
    display: block;
}

img.vid-img {
    width: 100%;
}

.hide {
    display: none;
}

.dropdown-menu {
    background-color: #fff !important;
}

.dropdown-menu {
    top: 20px !important;
}

.inner-banner-w3ls.kids {
    background: url(../images/0506.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.vid-ban {
    background: url(../images/0304.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.scrap-ban {
    background: url(../images/0102.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.alb-ban {
    background: url(../images/0708.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.how-ban {
    background: url(../images/0910.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.con-ban {
    background: url(../images/1112.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.img-ban {
    background: url(../images/1718.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.illu-ban {
    background: url(../images/1314.jpg) no-repeat center;
    width: 100% !important;
}

.inner-banner-w3ls.bg-ban {
    background: url(../images/1516.jpg) no-repeat center;
    width: 100% !important;
}

.grid-item.item.animate-box.vide {
    /*  width: 16.66%; */
    float: left;
    position: relative !important;
    left: 0 !important;
    top: auto !important;
    padding-bottom: 0px;
}

.grid.videos {
    height: auto !important;
}

.grid.videos.posfoc {
    position: absolute !important;
    top: 0 !important;
}

.grid-item.item.animate-box.vide.fadeIn.animated-fast.thefocus {
    width: 100%;
    /*  top: -50% !important; */
    position: absolute !important;
}

/* .container-fluid.vv {
    width: 800px !important;
    margin: 0 auto;
     text-align: center; 
    float: none !important;
}*/

.thefoc {
    position: absolute;
}

a.over1 .list {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.over1:hover .item img {
    transform: scale(1.2);
    opacity: 0.4;
}

.item.thefocus {
    background: none !important;
}

img.vid-img {
    width: 100%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a.over1 .item {
    background: linear-gradient(to right, rgba(211, 56, 123, 0.77) 0%, rgba(134, 40, 205, 0.77) 100%);
}

#fh5co-image-grid a.over1:hover .item {
    opacity: 1;
    visibility: visible;
}