body {
    font-family: 'Rubik', sans-serif !important;
}
a, button {
    transition: 0.4s;
}
.row.row-clr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.title {
    color: #383838;
    font-size: 54px;
    margin-bottom: 15px;
}
.title2 {
    color: #383838;
    font-size: 44px;
    margin-bottom: 15px;
}
.body-txt {
    color: #898989;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
.body-txt a {
    color: #2d3198 !important;
	text-decoration: none !important;
}
.tag-line {
    color: #898989;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.tag-line2 {
    color: #898989;
    font-size: 26px;
    letter-spacing: 2px;
}
.body-txt.white, .title.white, .title2.white, .tag-line.white, .tag-line2.white {
    color: #ffffff;
}
.body-txt.white {
    font-weight: 400;
}
.form-control::-webkit-input-placeholder {
    color: #383838 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Rubik', sans-serif !important;
}
.form-control:-ms-input-placeholder {
    color: #383838 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Rubik', sans-serif !important;

}
.form-control::placeholder {
    color: #383838 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    font-family: 'Rubik', sans-serif !important;
}
.custom-form .form-control::-webkit-input-placeholder {
    color: #898989 !important;
}
.custom-form .form-control:-ms-input-placeholder {
    color: #898989 !important;

}
.custom-form .form-control::placeholder {
    color: #898989 !important;
}
.form-control:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 3.6% !important;
    background: rgb(255 255 255 / 15%) !important;
    height: 200px !important;
    opacity: 1 !important;
    margin: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1rem !important;
    height: 1rem !important;
}
.custom-btn {
    background-color: #2d3198;
    color: #ffffff !important;
    border: none;
    padding: 25px 40px;
    font-size: 18px;
    width: auto;
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.custom-btn span {
    z-index: 1;
    position: relative;
}
.custom-btn:after {
    content: "";
    position: absolute;
    background-color: #ff008e;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5%;
    z-index: 0;
    transition: 0.4s;
}
.custom-btn:hover:after {
    width: 100%;
    transition: 0.4s;
}
.custom-btn.white {
    background-color: #ffffff;
    color: #383838 !important;
    font-weight: 500;
}
.custom-btn.white:hover {
    color: #ffffff !important;
}
.sm-btn {
    position: relative;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    display: inline-block;
	cursor: pointer;
}
.sm-btn .btn-arrow {
    width: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.sm-btn .btn-arrow.arrow-b, .sm-btn:hover .btn-arrow.arrow-w {
    opacity: 1;
    transition: 0.4s;
}
.sm-btn .btn-arrow.arrow-w, .sm-btn:hover .btn-arrow.arrow-b {
    opacity: 0;
    transition: 0.4s;
}
.sm-btn:hover {
    background-color: #2d3198;
}
.bg-offwhite {
	background-color: #f7f7f7 !important;
}
.pt120 {
    padding-top: 120px;
}
.pb120 {
    padding-bottom: 120px;
}
.pb200 {
    padding-bottom: 200px;
}
.mt40 {
    margin-top: 40px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.custom-breadcrumb .breadcrumb {
    justify-content: space-around;
    margin: auto;
    width: fit-content;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
    font-size: 20px;
    font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item {
    padding: 0 5px;
    margin-bottom: 20px;
}
.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.blueimp-gallery>.next, .blueimp-gallery>.prev {
   background: transparent !important;
   background: transparent !important;
   border: none !important;
}
.blueimp-gallery>.next svg, .blueimp-gallery>.prev svg {
   width: 25px;
   height: 25px;
   display: block;
}
.blueimp-gallery>.play-pause {
   background-size: cover !important;
}

/*Header style*/
#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
}
#main-nav .nav-top {
    background-color: #ffffff;
    padding-top: 35px;
    padding-bottom: 70px;
    top: 0px;
    transition: 0.5s;
}
#main-nav .nav-top .container-fluid {
    padding-left: 10%;
    padding-right: 10%;
}
#main-nav .nav-top .navbar-brand img {
    width: 200px;
    height: auto;
}
#main-nav .nav-item.nav-info {
    padding-left: 80px;
    position: relative;
}
#main-nav .nav-item.nav-info.divider:after {
    content: "";
    position: absolute;
    background-color: rgb(45 49 152 / 50%);
    width: 1px;
    height: 100%;
    top: 0;
    left: 40px;
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
}
#main-nav .nav-item.nav-info .nav-link {
    display: flex;
    align-items: center;
}
#main-nav .nav-item.nav-info img {
    width: 40px;
    height: auto;
    margin-right: 20px;
}
#main-nav .nav-item.nav-info p {
    margin: 0;
    color: #383838;
    font-weight: 500;
}
#main-nav .nav-item.nav-info p span {
    display: block;
    color: #898989;
    font-weight: 400;
}
.social-list {
    display: flex;
    align-items: center;
}
.social-list a {
    font-size: 20px;
    padding: 0;
    margin-left: 16px;
    color: #2d3198 !important;
    background-color: #dbdbdb;
    height: 50px;
    width: 50px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: 0.4s;
    display: flex;
    align-items: center;
}
.social-list a i {
    margin: auto;
}
.social-list a:hover {
  border: 1px solid #2d3198;
  background-color: transparent;
  transition: 0.4s;
}
#main-nav .nav-bottom {
    background-color: #ffffff;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    width: 80%;
    margin: auto;
    transition: 0.4s;
}
#main-nav .nav-bottom .navbar {
    padding: 0;
}
#main-nav .nav-bottom .nav-item {
    padding: 0 30px;
}
#main-nav .nav-bottom .nav-item .nav-link,
#main-nav .nav-bottom .dropdown-item {
    color: #383838;
    font-weight: 500;
    font-size: 18px;
    padding: 28px 10px;
    position: relative;
}
#main-nav .nav-bottom .dropdown-item {
    padding: 8px 15px;
}
#main-nav .nav-bottom .nav-item .nav-link:after,
#main-nav .nav-bottom .nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    background-color: #383838;
    width: 100%;
    height: 5px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
}
#main-nav .nav-bottom .nav-item .nav-link:hover:after,
#main-nav .nav-bottom .nav-item.active .nav-link:after {
    opacity: 1;
    transition: 0.4s;
}
#main-nav .nav-bottom .nav-item.dropdown .dropdown-menu {
    margin-top: -1px;
    border: none;
    border-radius: 0 0 10px 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.02)!important;
}
#main-nav .nav-bottom .nav-item.dropdown .nav-link svg {
    position: relative;
    top: -2px;
    right: -5px;
}
#main-nav .nav-bottom .dropdown-item.active,
#main-nav .nav-bottom .dropdown-item:active,
#main-nav .nav-bottom .dropdown-item.active:hover,
#main-nav .nav-bottom .dropdown-item:active {
    color: #ffffff;
    background-color: #2d3198;
}
#main-nav .nav-bottom .dropdown-item:hover {
    background-color: #f2eee8;
}
#main-nav.scrolled .nav-top {
    top: -200px;
    transition: 0.5s;
}
#main-nav.scrolled .nav-bottom {
    bottom: 110px;
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.02)!important;
    transition: 0.4s;
}
/*End Header style*/

/*Page Styles*/
.inner-sm {
    padding-left: 5%;
    padding-right: 5%;
}
.inner {
    padding-left: 10%;
    padding-right: 10%;
}
.cover-container {
    padding-top: 190px;
}
.cover-container .carousel-caption {
    text-align: left;
    right: 10%;
    bottom: initial;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0;
}
.cover-container .carousel-caption h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
}
.cover-container .carousel-caption h2 {
    font-size: 70px;
    margin-bottom: 60px;
    text-shadow: 0 0 15px rgb(0 0 0 / 30%), 0 0 5px rgb(0 0 0 / 30%);
}
.carousel-s1 .item {
    background-color: #f2eee8;
    padding: 50px 25px;
    border-right: 1px solid #f5bed6;
    transition: 0.4s;
}
.carousel-s1 .item:last-child {
    border-right: 1px solid transparent;
}
.carousel-s1 .item .icon-box {
    position: relative;
}
.carousel-s1 .item .icon {
    width: 80px;
    height: auto;
    margin-bottom: 40px;
}
.carousel-s1 .item .icon.icon-b {
    opacity: 1;
    transition: 0.4s;
}
.carousel-s1 .item .icon.icon-w {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.4s;
}
.carousel-s1 .item:hover .icon.icon-w {
    opacity: 1;
    transition: 0.4s;
}
.carousel-s1 .item:hover .icon.icon-b {
    opacity: 0;
    transition: 0.4s;
}
.carousel-s1 .item:hover {
    background-color: #2d3198;
    transition: 0.4s;
}
.carousel-s1 .item h3, .product-carousel .item h3 {
    color: #383838;
    font-size: 22px;
    margin-bottom: 20px;
    transition: 0.4s;
}
.carousel-s1 .item p, .product-carousel .item p {
    margin-bottom: 35px;
    transition: 0.4s;
}
.carousel-s1 .item p {
    min-height: 195px;
}
.carousel-s1 .item:hover h3, .carousel-s1 .item:hover p {
    color: #ffffff;
    transition: 0.4s;
}
.text-with-img .text {
    padding-right: 5%;
}
.text-with-img .img {
    padding-left: 5%;
}
.img-left.text-with-img .text {
	padding-left: 5%;
    padding-right: 12px;
}
.img-left.text-with-img .img {
    padding-left: 12px;
    padding-right: 5%;
}
.bg-img {
    background-image: url(../img/home/bg-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.product-carousel .slick-slider {
    margin: 0 -20px;
}
.product-carousel .slick-slide {
    margin-right: 20px;
    margin-left: 20px;
}
.product-carousel .slick-dots {
    bottom: -80px;
    background-color: #ffffff;
    width: auto;
    height: 10px;
    overflow: hidden;
    border-radius: 50px;
    right: 17%;
}
.product-carousel .slick-dots li {
    width: auto;
    height: 10px;
    top: -12px;
    margin: 0;
}
.product-carousel .slick-dots li button:before {
    display: none;
}
.product-carousel .slick-dots li button {
    width: 100px;
    height: 10px;
    background-color: transparent;
    border-radius: 50px;
}
.product-carousel .slick-dots li.slick-active button {
    background-color: #ceccc8;
}
.product-carousel .item {
    width: 420px;
    background-color: #f2eee8;
    overflow: hidden;
    border-radius: 0 50px 50px 50px;
}
.product-with-text {
    padding-left: 10%;
}
.product-with-text .text {
    padding-right: 5%;
}
.product-with-text .slider-box {
    padding-right: 0;
}
.product-carousel .item .img-box {
    background-color: #ffffff;
    text-align: center;
}
.product-carousel .item .img-box img {
    margin: auto;
    max-width: 320px;
    height: auto;
}
.product-carousel .item .text-box {
    padding: 40px;
}
.cover-container .inside-page-cover .carousel-caption {
    text-align: center;
}
.cover-container .inside-page-cover .carousel-caption h2 {
	margin-bottom: 0;
}
.counter-box {
    background-color: #2d3198;
    padding: 120px 100px;
    border-radius: 14px;
}
.counter-box .item {
    text-align: center;
}
.counter-box .item:nth-child(1) {
    text-align: left;
}
.counter-box .item:nth-child(2), .counter-box .item:nth-child(3), .counter-box .item:nth-child(4) {
    position: relative;
    right: -70px;
}
.counter-box .item .number {
    font-size: 72px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}
.counter-box .item p {
    margin: 20px 0 0;
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
.grid-boxes {
	margin-left: -30px !important;
	margin-right: -30px !important;
}
.grid-boxes .item {
    padding: 0 30px;
}
.grid-boxes .item .box {
    background-color: #f2eee8;
    padding: 60px 30px;
	transition-duration: 0.4s;
}
.grid-boxes .item .box:hover {
    background-color: #2d3198;
	transition-duration: 0.4s;
}
.grid-boxes .item .box h2 {
	position: relative;
    padding-left: 20px;
    font-size: 30px;
    color: #383838;
    margin-bottom: 30px;
	transition-duration: 0.4s;
}
.grid-boxes .item .box h2:after {
    content: "";
    position: absolute;
    background-color: #ff008e;
    width: 4px;
    height: 38px;
    top: 0;
    left: 0px;
}
.grid-boxes .item .box a {
    font-size: 22px;
    color: #383838;
    font-weight: 500;
    text-decoration: none;
}
.grid-boxes .item .box p {
	transition-duration: 0.4s;
}
.grid-boxes .item .box .job-info {
    min-height: 130px;
}
.grid-boxes .item .box:hover h2, .grid-boxes .item .box:hover p, .grid-boxes .item .box:hover a {
	transition-duration: 0.4s;
	color: #ffffff;
}
.with-side-bar .left {
    padding-right: 40px;
}
.side-bar {
    background-color: #f2eee8;
    padding: 40px;
	margin: 0;
	border-radius: 10px;
}
.side-bar li {
    list-style: none;
	padding: 10px 0;
}
.side-bar li a {
    font-size: 20px;
	letter-spacing: 2px;
    font-weight: 500;
    color: #898989;
    text-decoration: none;
    display: block;
    padding: 15px;
    position: relative;
	border-radius: 10px;
}
.side-bar li a.active {
    background-color: #ffffff;
	color: #383838;
}
.side-bar li a svg {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    color: #2d3198;
	opacity: 0;
	transition-duration: 0.4s;
}
.side-bar li a.active svg,
.side-bar li a:hover svg {
    opacity: 1;
	transition-duration: 0.4s;
}
.side-bar li a:hover {
    background-color: #ffffff;
}
.map-sec {
	line-height: 0;
}
.custom-form .form-control {
    padding: 1.6rem 1.4rem;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    background-color: #f2eee8 !important;
}
.custom-form .custom-btn {
    width: 25%;
}
.contact-sec .left {
    padding-right: 3%;
}
.contact-sec .right {
	padding-left: 3%;
}
.custom-card {
    box-shadow: 0 0.6rem 1.4rem rgba(0,0,0,.1)!important;
    padding: 50px 35px;
    border-top: 4px solid #ff008e;
}
.custom-card .social-list a {
	margin-right: 16px;
	margin-left: 0;
}
.line-divider {
    background-color: #ff008e;
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}
.custom-card p {
    margin-bottom: 40px;
    color: #383838;
    font-weight: 500;
    font-size: 22px;
}
.custom-card p a {
    color: #383838;
    text-decoration: none;
}
.custom-card p a:hover {
    color: #2d3198;
}
.custom-card p:last-child {
    margin: 0;
}
.custom-card p span {
    font-size: 18px;
    display: block;
    color: #898989;
    font-weight: 400;
    margin-bottom: 5px;
}
.custom-modal {
    z-index: 99999 !important;
}
.custom-modal .modal-content {
    border: none;
    border-radius: 0;
}
.custom-modal .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99;
}
.custom-modal .modal-dialog {
    max-width: 65%;
}
.custom-modal .modal-body {
    padding: 40px 8%;
    background-color: #fbfbfb;
}
.custom-modal .modal-body h4 {
    color: #383838;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.custom-modal .modal-body h3 {
    color: #383838;
    font-size: 26px;
    margin-bottom: 20px;
}
.custom-modal .modal-body h3 span {
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}
.custom-modal .modal-body .price-box .items h5 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #616161;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    padding: 8px 0;
    margin: 0;
}
.custom-modal .modal-body .price-box .items h5:last-child {
    border-bottom: none;
}
.custom-modal .modal-body .left {
	padding-right: 5%;
}
.custom-modal .modal-body .left img {
	border: 1px solid #e6e6e6;
}
.custom-modal .modal-body p {
    font-size: 16px;
    color: #616161;
    font-weight: 400;
}
.custom-modal .modal-body ul li p {
    margin-bottom: 5px;
}
.custom-modal .modal-body ul {
    padding-left: 19px;
}
.event-gallery.slick-slider {
    margin: 0 -10px;
}
.event-gallery .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.gallery-main .item {
	margin-bottom: 24px;
}
/*End Page Styles*/

/*Footer style*/
.with-map .main-footer {
    margin-top: 0px;
}
.minimal-footer .main-footer .news-letter {
    display: none;
}
.minimal-footer .main-footer .footer-bottom {
    padding-top: 100px;
}
.minimal-footer .main-footer {
    margin-top: 0;
}
.main-footer {
    margin-top: 220px;
    background-color: #2d3198;
}
.main-footer .news-letter {
    background-color: #f2eee8;
    padding: 70px 80px;
    border-radius: 0 50px 50px 50px;
    top: -120px;
    position: relative;
}
.main-footer .news-letter .right form {
    background-color: #ffffff;
    padding: 10px;
}
.main-footer .news-letter .right form .form-control {
    padding: 1rem 0.75rem;
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
}
.main-footer .news-letter .right form .custom-btn {
    padding: 0 15px;
    width: 35%;
}

.main-footer .footer-bottom .item .logo-box {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 35px;
    border-radius: 15px;
}
.main-footer .footer-bottom .item .logo-box img {
    width: 200px;
    height: auto;
}
.main-footer .footer-bottom .item .social-list {
    margin-top: 40px;
}
.main-footer .footer-bottom .item .social-list a {
    margin-left: 0;
    margin-right: 16px;
}
.main-footer .footer-bottom .item .social-list a:hover {
    background-color: #ffffff;
    border: #ffffff;
}
.main-footer .footer-bottom .item h3 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}
.main-footer .footer-bottom .item ul {
    margin: 0;
    padding: 0;
}
.main-footer .footer-bottom .item ul li {
    list-style: none;
    padding: 8px 0;
}
.main-footer .footer-bottom .item ul li a,
.main-footer .footer-bottom .item ul.contact-info .f-info {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.main-footer .footer-bottom .item ul.contact-info .f-info {
    padding: 0;
    display: flex;
    align-items: flex-start;
}
.main-footer .footer-bottom .item ul.contact-info img {
    width: 40px;
    height: auto;
    margin-right: 20px;
}
.main-footer .footer-bottom .item ul.contact-info p {
    margin: 0;
    font-weight: 500;
}
.main-footer .footer-bottom .item ul.contact-info p span {
    display: block;
    font-size: 15px;
}
.footer-policy {
    padding: 40px 0 80px;
}
.footer-policy ul {
    margin: 0;
    padding: 0;
}
.footer-policy ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}
.footer-policy ul li a, .footer-policy ul li p {
    color: #ffffff;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
}

#back-to-top {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 120px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    color: #dbdbdb;
    cursor: pointer;
    border-radius: 0px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    border-radius: 0;
    opacity: 0;
    border-radius: 50%;
}
#back-to-top svg {
    width: 30px;
    height: auto;
    margin: auto;
    top: 5px;
    position: relative;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    --animate-duration: 3s;
}
/*End Footer style*/

@media (max-width: 1679px) and (min-width: 1300px) {
#main-nav .nav-top .navbar-brand img {
    width: 180px;
}
#main-nav .nav-item.nav-info img {
    width: 32px;
}
#main-nav .nav-item.nav-info p {
    font-size: 14px;
}
#main-nav .nav-item.nav-info {
    padding-left: 65px;
    position: relative;
}
#main-nav .nav-item.nav-info p span {
    font-size: 13px;
}
#main-nav .nav-item.nav-info.divider:after {
    left: 35px;
}
#main-nav .nav-bottom {
    bottom: -45px;
}
#main-nav .nav-bottom .nav-item {
    padding: 0 25px;
}
#main-nav .nav-bottom .nav-item .nav-link,
#main-nav .nav-bottom .dropdown-item {
    font-size: 16px;
}
.social-list a {
    font-size: 16px;
    height: 40px;
    width: 40px;
}
.cover-container .carousel-caption h5 {
    font-size: 18px;
    margin-bottom: 30px;
}
.cover-container .carousel-caption h2 {
    font-size: 58px;
}
.custom-btn {
    font-size: 16px;
    padding: 18px 40px;
}
.carousel-s1 .item .icon {
    width: 70px;
}
.carousel-s1 .item h3, .product-carousel .item h3 {
    font-size: 20px;
}
.product-carousel .item h3 {
    min-height: 50px;
    margin-bottom: 0;
}
.product-carousel .item p {
    min-height: 95px;
}	
.title {
    font-size: 40px;
}
.body-txt {
    font-size: 16px;
    line-height: 30px;
}
.tag-line {
    font-size: 16px;
}
.tag-line2 {
    font-size: 20px;
}
.sm-btn {
    width: 45px;
    height: 45px;
}
.text-with-img .text {
    padding-right: 4%;
}
.text-with-img .img {
    padding-left: 4%;
}
.product-with-text {
    padding-left: 9%;
}
.product-carousel .item {
    width: 320px;
}
.product-carousel .item .img-box img {
    max-width: 260px;
}
.form-control::-webkit-input-placeholder {
    font-size: 16px !important;
}
.form-control:-ms-input-placeholder {
    font-size: 16px !important;

}
.form-control::placeholder {
    font-size: 16px !important;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item, .custom-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 16px;
}
.counter-box {
    padding: 80px 60px;
}	
.title2 {
    font-size: 34px;
}
.counter-box .item .number {
    font-size: 58px;
}
.counter-box .item p {
    font-size: 16px;
}	
.counter-box .item:nth-child(2), .counter-box .item:nth-child(3), .counter-box .item:nth-child(4) {
    right: -60px;
}
.side-bar li a {
    font-size: 16px;
}
.side-bar li {
    padding: 5px 0;
}
.side-bar li a svg {
    top: 16px;
}	
.grid-boxes .item .box h2 {
    font-size: 22px;
}
.grid-boxes .item .box h2:after {
    height: 28px;
}	
.grid-boxes .item .box a {
    font-size: 18px;
}	
.custom-card p span {
    font-size: 16px;
}
.custom-card p {
    margin-bottom: 30px;
    font-size: 18px;
}	
.img-left.text-with-img .text {
    padding-left: 4%;
}
.img-left.text-with-img .img {
    padding-right: 4%;
}	
.carousel-s1 .item p, .product-carousel .item p {
    font-size: 14px;
}
.carousel-s1 .item p {
    min-height: 185px;
}
.custom-modal .modal-dialog {
    max-width: 85%;
}	
	
.main-footer .news-letter {
    padding: 60px 80px;
    top: -110px;
}
.main-footer .news-letter .right form .form-control {
    padding: 0.6rem 0.75rem;
}
.main-footer .footer-bottom .item .logo-box img {
    width: 150px;
}
.main-footer .footer-bottom .item h3 {
    font-size: 20px;
}
.main-footer .footer-bottom .item ul li .f-info,
.main-footer .footer-bottom .item ul li .f-info a {
    font-size: 15px !important;
}
.main-footer .footer-bottom .item ul.contact-info p span {
    font-size: 13px;
}
.main-footer .footer-bottom .item ul.contact-info img {
    width: 32px;
}
.footer-policy ul li a, .footer-policy ul li p {
    font-size: 12px;
}
}

@media (max-width: 1679px) and (min-width: 1451px) {

}

@media (min-width: 1401px) and (max-width: 1450px) {
.inner-sm {
    padding-left: 3%;
    padding-right: 3%;
}
.inner {
    padding-left: 6%;
    padding-right: 6%;
}
.product-with-text {
    padding-left: 5%;
}
.product-carousel .slick-dots {
    right: 9.5%;
}
}

@media (max-width: 1400px) and (min-width: 1300px) {
#main-nav .nav-top .container-fluid {
    padding-left: 8%;
    padding-right: 8%;
}
#main-nav .nav-bottom {
    width: 84%;
    bottom: -30px;
}
#main-nav .nav-top {
    padding-top: 20px;
    padding-bottom: 55px;
}
#main-nav .nav-top .navbar-brand img {
    width: 150px;
}
#main-nav .nav-bottom .nav-item .nav-link {
    padding: 20px 10px;
}
#main-nav.scrolled .nav-bottom {
    bottom: 80px;
}
.cover-container {
    padding-top: 140px;
}
.cover-container .carousel-caption h5 {
    font-size: 16px;
}
.cover-container .carousel-caption h2 {
    font-size: 48px;
}
.carousel-s1 .item h3, .product-carousel .item h3 {
    font-size: 18px;
}
.body-txt {
    font-size: 14px;
    line-height: 28px;
}
.inner {
    padding-left: 8%;
    padding-right: 8%;
}
.mb40 {
    margin-bottom: 30px !important;
}
.mt40 {
    margin-top: 30px !important;
}
.product-with-text {
    padding-left: 7%;
}
.product-carousel .item {
    width: 300px;
}
.product-carousel .item .img-box img {
    max-width: 240px;
}
.product-carousel .slick-dots {
    right: 13%;
}
.grid-boxes .item .box h2 {
    font-size: 20px;
}
.grid-boxes .item .box a {
    font-size: 16px;
}	
.custom-card p span {
    font-size: 14px;
}	
.custom-card p {
    font-size: 17px;
}
.title {
    font-size: 36px;
}
.carousel-s1 .item p {
    min-height: 200px;
}	
}

@media (max-width: 1299px) and (min-width: 1200px) {
#main-nav .nav-top .navbar-brand img {
    width: 150px;
}
#main-nav .nav-item.nav-info img {
    width: 32px;
}
#main-nav .nav-item.nav-info p {
    font-size: 14px;
}
#main-nav .nav-item.nav-info {
    padding-left: 65px;
    position: relative;
}
#main-nav .nav-item.nav-info p span {
    font-size: 13px;
}
#main-nav .nav-item.nav-info.divider:after {
    left: 35px;
}
#main-nav .nav-bottom {
    bottom: -45px;
	width: 92%;
}
#main-nav .nav-bottom .nav-item {
    padding: 0 25px;
}
#main-nav .nav-bottom .nav-item .nav-link,
#main-nav .nav-bottom .dropdown-item {
    font-size: 14px;
}
#main-nav .nav-top {
    padding-top: 15px;
    padding-bottom: 50px;
}
#main-nav .nav-top .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}
#main-nav.scrolled .nav-bottom {
    bottom: 57px;
}	
.cover-container {
    padding-top: 134px;
}	
.social-list a {
    font-size: 16px;
    height: 40px;
    width: 40px;
}
.cover-container .carousel-caption h5 {
    font-size: 16px;
}	
.cover-container .carousel-caption h2 {
    font-size: 38px;
    margin-bottom: 40px;
}
.custom-btn {
    padding: 18px 30px;
    font-size: 14px;
}
.pt120 {
    padding-top: 80px;
}
.pb120 {
    padding-bottom: 80px;
}	
.carousel-s1 .item .icon {
    width: 60px;
    height: auto;
    margin-bottom: 30px;
}
.carousel-s1 .item h3, .product-carousel .item h3 {
    font-size: 18px;
}
.carousel-s1 .item p {
    min-height: 170px;
}	
.body-txt {
    font-size: 14px;
    line-height: 28px;
}
.tag-line {
    font-size: 14px;
}
.title {
    font-size: 34px;
}
.title2 {
    font-size: 28px;
}	
.tag-line2 {
    font-size: 16px;
}	
.mb40 {
    margin-bottom: 30px !important;
}
.mt40 {
    margin-top: 30px !important;
}	
.inner {
    padding-left: 4%;
    padding-right: 4%;
}
.product-with-text {
    padding-left: 4%;
}
.product-carousel .item {
    width: 300px;
	border-radius: 0 30px 30px 30px;
}
.product-carousel .item .img-box img {
    max-width: 100%;
}
.counter-box {
    padding: 60px 50px;
}
.counter-box .item .number {
    font-size: 52px;
}
.counter-box .item p {
    font-size: 14px;
}
.counter-box .item:nth-child(2), .counter-box .item:nth-child(3), .counter-box .item:nth-child(4) {
    position: relative;
    right: -50px;
}	
.side-bar {
    padding: 20px;
}
.side-bar li {
    padding: 6px 0;
}	
.side-bar li a {
    font-size: 16px;
}	
.custom-breadcrumb .breadcrumb .breadcrumb-item, .custom-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
}	
.grid-boxes .item .box h2 {
    font-size: 20px;
}	
.grid-boxes .item .box a {
    font-size: 16px;
}	
.form-control::-webkit-input-placeholder {
    font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-size: 14px !important;

}
.form-control::placeholder {
    font-size: 14px !important;
}
.custom-form .form-control {
    padding: 1.2rem 1.4rem;
}	
.custom-card p span {
    font-size: 15px;
}	
.custom-card p {
    font-size: 17px;
}
.custom-modal .modal-dialog {
    max-width: 85%;
}	
.custom-modal .modal-body h3 {
    font-size: 22px;
}
.custom-modal .modal-body h4 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 25px;
}	
.custom-modal .modal-body p {
    font-size: 14px;
}	
.product-carousel .item h3 {
    min-height: 50px;
    margin-bottom: 0;
}
.product-carousel .item p {
    min-height: 85px;
}

.main-footer {
    margin-top: 160px;
}	
.main-footer .news-letter {
    padding: 50px 60px;
    border-radius: 0 30px 30px 30px;
    top: -80px;
}	
.minimal-footer .main-footer .footer-bottom {
    padding-top: 80px;
}	
.main-footer .footer-bottom .item .logo-box img {
    width: 120px;
}
.main-footer .footer-bottom .item h3 {
    font-size: 20px;
}	
.main-footer .footer-bottom .item ul li a, .main-footer .footer-bottom .item ul.contact-info .f-info {
    font-size: 14px;
}
.main-footer .footer-bottom .item ul.contact-info img {
    width: 30px;
}	
}

@media (max-width: 1199px) and (min-width: 992px) {
#main-nav .nav-top .navbar-brand img {
    width: 150px;
}
#main-nav .nav-item.nav-info img {
    width: 32px;
}
#main-nav .nav-item.nav-info p {
    font-size: 14px;
}
#main-nav .nav-item.nav-info {
    padding-left: 65px;
    position: relative;
}
#main-nav .nav-item.nav-info p span {
    font-size: 13px;
}
#main-nav .nav-item.nav-info.divider:after {
    left: 35px;
}
#main-nav .nav-bottom {
    bottom: -45px;
	width: 92%;
}
#main-nav .nav-bottom .nav-item {
    padding: 0 25px;
}
#main-nav .nav-bottom .nav-item .nav-link,
#main-nav .nav-bottom .dropdown-item {
    font-size: 14px;
}
#main-nav .nav-top {
    padding-top: 15px;
    padding-bottom: 50px;
}
#main-nav .nav-top .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}
#main-nav.scrolled .nav-bottom {
    bottom: 57px;
}	
.cover-container {
    padding-top: 134px;
}	
.social-list a {
    font-size: 16px;
    height: 40px;
    width: 40px;
}
.cover-container .carousel-caption h5 {
    font-size: 16px;
}	
.cover-container .carousel-caption h2 {
    font-size: 38px;
    margin-bottom: 40px;
}
.custom-btn {
    padding: 18px 30px;
    font-size: 14px;
}
.pt120 {
    padding-top: 80px;
}
.pb120 {
    padding-bottom: 80px;
}	
.carousel-s1 .item .icon {
    width: 60px;
    height: auto;
    margin-bottom: 30px;
}
.carousel-s1 .item h3, .product-carousel .item h3 {
    font-size: 18px;
}
.carousel-s1 .item p {
    min-height: 200px;
}
.body-txt {
    font-size: 14px;
    line-height: 28px;
}
.tag-line {
    font-size: 14px;
}
.title {
    font-size: 34px;
}
.title2 {
    font-size: 28px;
}	
.tag-line2 {
    font-size: 16px;
}	
.mb40 {
    margin-bottom: 30px !important;
}
.mt40 {
    margin-top: 30px !important;
}	
.inner {
    padding-left: 4%;
    padding-right: 4%;
}
.product-with-text {
    padding-left: 4%;
}
.product-carousel .item {
    width: 340px;
	border-radius: 0 30px 30px 30px;
}
.product-carousel .item .text-box {
    padding: 20px;
}	
.product-carousel .item .img-box img {
    max-width: 80%;
}
.counter-box {
    padding: 60px 50px;
}
.counter-box .item .number {
    font-size: 44px;
}
.counter-box .item p {
    font-size: 14px;
}
.counter-box .item:nth-child(2), .counter-box .item:nth-child(3), .counter-box .item:nth-child(4) {
    position: relative;
    right: -45px;
}	
.side-bar {
    padding: 20px;
}
.side-bar li {
    padding: 6px 0;
}	
.side-bar li a {
    font-size: 16px;
}	
.custom-breadcrumb .breadcrumb .breadcrumb-item, .custom-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
}	
.grid-boxes .item .box h2 {
    font-size: 18px;
}	
.grid-boxes .item .box a {
    font-size: 16px;
}	
.form-control::-webkit-input-placeholder {
    font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-size: 14px !important;
}
.form-control::placeholder {
    font-size: 14px !important;
}
.custom-form .form-control {
    padding: 1.2rem 1.4rem;
}	
.custom-card p span {
    font-size: 12px;
}
.custom-card p {
    font-size: 14px;
}
.carousel-s1 .item {
    padding: 30px 20px;
}
.text-with-img .text {
    padding-right: 0%;
}
div.align-items-center {
    align-items: flex-start !important;
}
.img-left.text-with-img .text {
	padding-left: 3%;
}
.img-left.text-with-img .img {
    padding-right: 3%;
}
.grid-boxes .item .box {
    padding: 40px 20px;
}	
.custom-modal .modal-dialog {
    max-width: 85%;
}	
.custom-modal .modal-body h3 {
    font-size: 20px;
}
.custom-modal .modal-body h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 25px;
}	
.custom-modal .modal-body p, .custom-modal .modal-body .price-box .items h5 {
    font-size: 14px;
}	

.main-footer {
    margin-top: 160px;
}	
.main-footer .news-letter {
    padding: 50px 60px;
    border-radius: 0 30px 30px 30px;
    top: -80px;
}	
.minimal-footer .main-footer .footer-bottom {
    padding-top: 80px;
}	
.main-footer .footer-bottom .item .logo-box img {
    width: 140px;
}
.main-footer .footer-bottom .item h3 {
    font-size: 20px;
}	
.main-footer .footer-bottom .item ul li a, .main-footer .footer-bottom .item ul.contact-info .f-info {
    font-size: 14px;
}
.main-footer .footer-bottom .item ul.contact-info img {
    width: 30px;
}
}

@media (max-width: 1023px) and (min-width: 992px) {
.carousel-s1 .item p {
    min-height: 145px;
}
.side-bar li a {
    font-size: 14px;
}
.side-bar li a svg {
    top: 15px;
}
.custom-card {
    padding: 40px 25px;
}
.main-footer .news-letter {
    padding: 50px 40px;
}	
	
.main-footer .footer-bottom .item .logo-box img {
    width: 120px;
}
}

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

}

@media (min-width: 991px) {

}

.m-view {
    display: none !important;
}
.m-hide {
    display: block !important;
}
@media (max-width: 991px) {
    .m-view {
        display: block !important;
    }
    .m-hide {
        display: none !important;
    }
    #main-nav .nav-top {
    padding-top: 15px;
    padding-bottom: 15px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.02)!important;
}
#main-nav.scrolled .nav-top {
    top: 0;
}
#main-nav .nav-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-top .navbar-nav {
    padding-top: 30px;
}
#main-nav .nav-link, #main-nav .dropdown-menu .dropdown-item {
    color: #383838;
    font-weight: 500;
    font-size: 18px;
}
#main-nav .nav-item.nav-info {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
#main-nav .nav-item.nav-info.divider:after {
	display: none;
}
#main-nav .dropdown-menu {
    border: none;
}	
.cover-container .carousel-caption {
    text-align: center;
	right: 4%;
    left: 4%;
}	
.cover-container .carousel-caption h2 {
    font-size: 40px;
}
.title {
    font-size: 34px;
}	
.tag-line {
    font-size: 14px;
}
.tag-line2 {
    font-size: 20px;
}	
.body-txt {
    font-size: 16px;
}
.text-with-img .text {
    padding-right: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-with-img .img {
    padding-left: 12px;
}
.inner {
    padding-left: 4%;
    padding-right: 4%;
}
.product-with-text {
    padding-left: 4%;
}
.product-carousel .slick-dots {
    right: 0;
    left: 0;
    margin: auto;
    width: 50%;
}	
.social-list a {
    margin-left: 0;
    margin-right: 20px;
}	
.cover-container {
    padding-top: 115px;
}
.product-carousel .item {
    border-radius: 0 30px 30px 30px;
}
.pt120 {
    padding-top: 100px;
}
.pb120 {
    padding-bottom: 100px;
}
.counter-box {
    padding: 50px;
    border-radius: 20px;
}	
.counter-box .item:nth-child(2), .counter-box .item:nth-child(3), .counter-box .item:nth-child(4) {
    right: 0;
}
.counter-box .item {
    text-align: center !important;
    margin-bottom: 30px;
}
.counter-box .item:last-child {
    margin-bottom: 0px;
}
.with-side-bar .left {
    padding-right: 12px;
	margin-top: 40px;
}
.img-left.text-with-img .img {
    padding-right: 12px;
}
.img-left.text-with-img .text {
    padding-left: 12px;
}
.grid-boxes .item .box .job-info {
    min-height: auto;
}
.grid-boxes .item {
    margin-bottom: 30px;
}	
.grid-boxes .item:last-child {
    margin-bottom: 0px;
}
.contact-sec .left {
    padding-right: 12px;
    margin-bottom: 40px;
}	
.contact-sec .right {
    padding-left: 12px;
}
.custom-modal .modal-body .left {
    padding-right: 12px;
    margin-bottom: 30px;
}
.custom-modal .modal-dialog {
    max-width: 95%;
}
.custom-modal .modal-body {
    padding: 40px 25px;
}	
	
.main-footer .news-letter .right {
    margin-top: 40px
}
.main-footer .news-letter {
    padding: 40px;
    border-radius: 0 30px 30px 30px;
}
.main-footer .footer-bottom .item {
    margin-bottom: 40px;
}	
.main-footer .footer-bottom .item:last-child {
    margin-bottom: 0px;
}
.main-footer .footer-bottom .item h3 {
    margin-bottom: 20px;
}
.footer-policy {
    text-align: center;
}
.footer-policy ul li {
    padding: 0 10px;
}	
}

@media (max-width: 767px) {
#main-nav .nav-top .navbar-brand img {
    width: 120px;
}
#main-nav .nav-link, #main-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
}
#main-nav .nav-item.nav-info img {
    width: 30px;
}
.cover-container {
    padding-top: 85px;
}
.cover-container .carousel-caption h2 {
    font-size: 28px;
	margin-bottom: 30px;
}
.cover-container .carousel-caption h5 {
    font-size: 14px;
    margin-bottom: 20px;
}
.custom-btn {
    padding: 15px 30px;
    font-size: 14px;
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
}
.title {
    font-size: 24px;
}
.tag-line2 {
    font-size: 16px;
}	
.mb40 {
    margin-bottom: 20px !important;
}
.mt40 {
    margin-top: 20px !important;
}
.tag-line {
    font-size: 12px;
}
.body-txt {
    font-size: 14px;
    line-height: 28px;
}
.product-with-text {
    padding-left: 4%;
    padding-right: 4%;
}	
.product-carousel .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
}	
.product-carousel .slick-dots li button {
    width: 30px;
    height: 10px;
    background-color: transparent;
    border-radius: 50px;
}
.inner {
    padding-left: 4%;
    padding-right: 4%;
}
.custom-breadcrumb .breadcrumb .breadcrumb-item, .custom-breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 14px;
}	
.career-grid {
    margin: 0px !important;
}
.career-grid .item {
    padding: 0;
}
}