body {
    font-family: 'Roboto', sans-serif !important;
}
a, button {
    transition-duration: 0.4s;
}
.row.row-clr {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-190 {
    padding-bottom: 190px;
}
.no-lr-padding {
    padding-right: 0;
    padding-left: 0;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.title-tag span {
    color: #3f4c56;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #3f4c56;
    font-size: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 0;
    opacity: 0.15;
    text-transform: capitalize;
}
.title-tag.inright span {
    right: auto !important;
    left: 50px;
}
.title-tag {
    color: #ff5e48;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    z-index: 1;
    position: relative;
}
.title {
    color: #3f4c56;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 50px;
}
.title2 {
    color: #3f4c56;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.title3 {
    color: #3f4c56;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.title.white {
    color: #ffffff;
}
.body-text.white {
    color: #bfc6ca;
}
.body-text.black {
    font-weight: 700;
}
.body-text {
    color: #686e72;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.body-text.small {
    line-height: 26px;
}
.form-control::placeholder {
    font-family: 'Roboto', sans-serif !important;
    color: #b3b6b8 !important;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #b3b6b8 !important;
    font-family: 'Roboto', sans-serif !important;
}
.form-control::-ms-input-placeholder {
    color: #b3b6b8 !important;
    font-family: 'Roboto', sans-serif !important;
}
.form-control:focus {
    background-color: transparent !important;
    border-color: none !important;
    box-shadow: none !important;
}
.submit-btn {
    padding: 12px 50px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    border-radius: 0px 0px 20px 0;
}
.submit-btn:hover {
    background-color: #ffffff;
    color: #165474;
}
.custom-btn {
    background-color: transparent;
    border: 1px solid #686e72;
    color: #686e72;
    border-radius: 0px 0px 20px 0;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-btn:hover {
    background-color: #686e72;
    color: #ffffff;
}
.custom-btn.theme-color {
    background-color: #ff5e48;
    color: #ffffff;
    border: 1px solid #ff5e48;
}
.custom-btn.theme-color:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
}
.custom-btn.white {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}
.custom-btn.white:hover {
    background-color: #ffffff;
    color: #686e72;
}
.custom-link {
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}
.custom-link:hover {
    border-bottom: 1px solid transparent;
}
.bg-gray {
    background-color: #f4f6f5;
}
.slick-dots li button:before {
    font-size: 14px !important;
    color: #85a5b4 !important;
    opacity: 1 !important;
    transition-duration: 0.4s;
}
.slick-dots li.slick-active button:before {
    color: #ff5e48 !important;
    transition-duration: 0.4s;
}
.slick-dots {
    bottom: -60px !important;
}
.custom-li {
    padding: 0 0 0 19px;
    margin: 0;
}
.custom-li li {
	position: relative;
}
.custom-li li p {
    margin-bottom: 0px;
}
.custom-li.by-2 li {
    display: inline-block;
	vertical-align: top;
	width: 45%;
}
.custom-li li:after {
    content: "";
    position: absolute;
    background-color: #3f4c56;
    width: 6px;
    height: 6px;
    top: 12px;
    left: -18px;
    border-radius: 50%;
}

/*Header style*/
#main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    z-index: 9999;
    background-color: transparent;
    padding-left: 12%;
    padding-right: 12%;
    transition-duration: 0.4s;
}
#main-nav .nav-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
    padding: 12px 0;
}
#main-nav .nav-top .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#main-nav .nav-top .item ul {
    padding: 0;
    margin: 0;
}
#main-nav .nav-top .item ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
#main-nav .nav-top .item ul li:last-child {
    padding-right: 0px;
}
#main-nav .nav-top .item ul li p {
    margin: 0;
    color: rgb(255 255 255 / 60%);
    font-size: 14px;
    font-weight: 300;
}
#main-nav .nav-top .item ul li p a {
    margin-left: 5px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 300;
}
#main-nav .nav-top .social-list a {
    margin-left: 20px !important;
    display: inline-block;
    font-size: 15px;
}
#main-nav .nav-top .social-list a:first-child {
    margin-left: 35px !important;
}
#main-nav .navbar .container-fluid {
    padding: 0;
}
#main-nav .navbar-brand img {
    width: 250px;
    height: auto;
    transition-duration: 0.4s;
}
#main-nav .nav-item {
    padding-right: 60px;
}
#main-nav .nav-item:last-child {
    padding-right: 0px;
}
#main-nav .nav-item .nav-link  {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    padding: 20px 0;
    line-height: normal;
    font-weight: 300;
    letter-spacing: 0.8px;
}
#main-nav .dropdown-menu .dropdown-item  {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.8px;
}
#main-nav .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    padding-top: 6px;
    left: -15px;
    transition-duration: 0.3s;
}
#main-nav .dropdown-menu .dropdown-item:focus,
#main-nav .dropdown-menu .dropdown-item:hover,
#main-nav .dropdown-menu .dropdown-item.active {
    color: #ffffff;
    background-color: #ff5e48;
}
#main-nav .nav-item.active .nav-link,
#main-nav .nav-item .nav-link:hover {
    border-bottom: 1px solid #ffffff;
}
#main-nav .nav-item.last-nav-item {
    padding-left: 60px;
    padding-right: 0;
}
#main-nav .nav-item.last-nav-item .nav-link {
    background-color: #ff5e48;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 1px solid transparent;
    transition-duration: 0.4s;
}
#main-nav .nav-item.last-nav-item .nav-link:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
    transition-duration: 0.4s;
}
#main-nav.scrolled {
/*    top: -50px;*/
    background-color: #165474;
}
#main-nav.scrolled .dropdown-menu {
    background-color: #165474;
    transition-duration: 0.3s;
}
/*End Header style*/

/*Page Styles*/
.inner {
    margin-left: 8%;
    margin-right: 8%;
}
#mainslider .carousel-caption {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    bottom: initial;
    top: 50%;
    left: 12%;
    right: 12%;
    text-align: left;
    padding: 0;
}
#mainslider .carousel-caption h5 {
    font-size: 70px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
    position: relative;
}
#mainslider .carousel-caption p {
    font-size: 24px;
    max-width: 60%;
    font-weight: 300;
    margin: 0;
}
#mainslider .carousel-caption .custom-btn {
    margin-top: 50px;
}
#mainslider .carousel-indicators {
    justify-content: flex-end;
    margin-right: 12%;
    margin-left: 12%;
    margin-bottom: 0;
    bottom: 80px;
    align-items: center;
}
#mainslider .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 2px;
    opacity: 1;
}
#mainslider .carousel-indicators .active {
    height: 4px;
}
#mainslider .carousel-caption h5 span {
    color: #ffffff;
    -webkit-text-fill-color: rgb(255 255 255 / 0%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 180px;
    position: absolute;
    left: -100px;
    right: 0px;
    bottom: -70px;
    /* top: 0; */
    z-index: -1;
    opacity: 0.15;
    text-transform: uppercase;
}
.carousel-s1 .item {
    position: relative;
    display: block;
}
.carousel-s1 .item .bg-w-img {
    width: 100%;
    height: auto;
    transition-duration: 0.4s;
}
.carousel-s1 .item .bg-w-img.hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition-duration: 0.4s;
}
.carousel-s1 .item:hover .bg-w-img.hover {
    opacity: 1;
    transition-duration: 0.4s;
 }
.carousel-s1 .item .info-box {
    text-align: left;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}
.carousel-s1 .item .info-box .icon-img {
    width: 55px;
    height: auto;
}
.carousel-s1 .item .info-box h3 {
    color: #3f4c56;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.carousel-s1 .item .info-box .body-text {
    min-height: 140px;
}
.bg-imgs {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.bg-img1 {
    background-image: url(../img/home/bg-img1.png);
}
.bg-img2 {
    background-image: url(../img/home/bg-img2.png);
}
.counter-box-main {
    padding-left: 12% !important;
}
.counter-box h2 {
    font-size: 114px;
    color: #ffffff;
    line-height: 124px;
    font-weight: 700;
}
.counter-box p {
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    margin: 0;
}
.left, .right {
    position: relative;
}
.counter-box.style2 {
    position: absolute;
    bottom: -70px;
    right: -70px;
}
.counter-box.style2 .bg-img {
    width: 425px;
    height: auto;
}
.counter-box.style2 .info-box {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
}
.counter-box.style2 .info-box h2 {
    font-size: 100px;
    line-height: 74px;
}
.with-text-box .right {
    padding-left: 8%;
}
.form-sec .left {
    padding-right: 3%;
}
.form-sec .right {
    padding-left: 5.5%;
}
.form-sec .left .box {
    background-color: #ffffff;
    padding: 60px;
}
.custom-form .form-control {
    padding: 1rem 0.75rem;
    background-color: transparent;
    border-radius: 0;
    margin-top: 25px;
    color: #165474 !important;
    border: 1px solid #b3b6b8 !important;
}
.custom-form .form-control:focus {
    border: 1px solid #165474 !important;
}
.form-sec .right .info-box {
    background-color: rgb(22 84 116 / 85%);
    color: #ffffff;
    text-align: center;
    padding: 60px;
}
.form-sec .right .info-box h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-sec .right .info-box h3 {
    font-size: 64px;
    margin-bottom: 20px;
}
.form-sec .right .info-box h3 a {
    color: #ffffff !important;
    text-decoration: none;
}
.form-sec .right .info-box .body-text {
    max-width: 85%;
    margin: auto;
    color: #ffffff;
}
.side-bar {
    padding-left: 2% !important;
}
.card-style1 {
/*    border: 1px solid #165474;*/
/*    padding: 40px 15px 40px 40px;*/
}
.card-style1 h3 {
    color: #3f4c56;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
}
.side-nav-main {
    margin: 0;
    padding: 0;
}
.side-nav-main li {
    list-style: none;
}
.side-nav-main li a {
    padding-bottom: 10px;
	margin-bottom: 8px;
    display: block;
    color: #3f4c56;
    font-size: 20px;
    text-decoration: none;
}
.side-nav-main li a:hover {
    color: #ff5e48;
}
.side-nav-main li.active a {
    font-weight: 700;
    color: #ff5e48;
    border-bottom: 1px solid #ff5e48;
}
.side-bar .cards {
    margin-top: 40px;
    position: relative;
}
.side-bar .cards:nth-child(1) {
    margin-top: 0px;
}
.card-style2 .info-box {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    padding: 15px 15px 15px 40px;
    color: #ffffff;
}
.card-style2 .info-box h3 {
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
}
.card-style2 .info-box p {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}
.contact-info-main .info-row {
	margin-top: 30px;
}
.contact-info-main .info-row img.icons {
    width: 12%;
	display: inline-block;
    vertical-align: middle;
}
.contact-info-main .info-row .txt-box {
    width: 82%;
    display: inline-block;
    vertical-align: middle;
	padding-left: 20px;
}
.contact-info-main .info-row .txt-box p {
    color: #a9a9a9;
	font-weight: 300;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-info-main .info-row .txt-box h4 {
    color: #3f4c56;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.contact-info-main .info-row .txt-box h4 a {
    display: block;
	color: #3f4c56;
	text-decoration: none;
}
.contact-info-main .info-row .txt-box h4 a:hover {
    color: #165474;
}
.map-sec {
	line-height: 0
}
.map-sec iframe {
	line-height: 0;
	width: 100%;
	height: 550px;
}
/*End Page Styles*/

/*Footer style*/
.main-footer {
    background-color: #165474;
    color: #ffffff;
    padding: 80px 0 40px;
}
.main-footer p, .main-footer a {
    color: #ffffff;
    text-decoration: none;
    line-height: normal;
    font-size: 16px;
}
.main-footer .item .f-logo {
    width: 250px;
    height: auto;
}
.main-footer .item .f-social {
    padding-top: 40px;
}
.main-footer .item .f-social a {
    font-size: 20px;
    padding: 4px 0;
    margin-right: 25px;
    color: #ffffff;
}
.main-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
.main-footer .item:nth-child(2) {
    position: relative;
    left: -60px;
}
.main-footer .item ul {
    margin: 0;
    padding: 0;
}
.main-footer .item ul li {
    list-style: none;
}
.main-footer .item ul li a {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    left: 0px;
    position: relative;
}
.main-footer .item ul li a:hover {
    left: 6px;
}
.main-footer .item .form-control {
    padding: 0.8rem 0.75rem;
    background-color: transparent !important;
    border: 1px solid #7398ac;
    color: #ffffff;
    margin-bottom: 20px;
}
.main-footer .item .form-control::placeholder {
  opacity: 1;
  color: #7398ac;
}
.main-footer .item .form-control:-ms-input-placeholder {
    color: #7398ac;
}
.main-footer .item .form-control::-ms-input-placeholder {
    color: #7398ac;
}
.main-footer .footer-bottom {
    padding-top: 80px;
}
.main-footer .footer-bottom ul {
    margin: 0;
    padding: 0;
}
.main-footer .footer-bottom ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}
.main-footer .footer-bottom ul li:last-child {
    padding-right: 0px;
}
.main-footer .footer-bottom ul li p {
    margin: 0;
    color: #5c889e;
}
.main-footer .footer-bottom ul li p a {
    color: #5c889e;
}
.main-footer .footer-bottom ul li p a:hover {
    color: #ffffff;
}
.main-footer.minimal {
    padding: 0;
	text-align: center;
}
.main-footer.minimal .footer-bottom {
    padding: 20px 0;
}
#back-to-top {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    text-align: center;
    line-height: 30px;
    background-color: transparent;
    color: #b2b2b2 !important;
    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:after {
    display: none;
}
#back-to-top svg {
    width: 25px;
    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 .item ul li p,
#main-nav .nav-item .nav-link,
#main-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
}
#main-nav .navbar-brand img {
    width: 180px;
}
#main-nav .nav-item {
    padding-right: 45px;
}
#mainslider .carousel-caption h5 {
    font-size: 60px;
}
#mainslider .carousel-caption p {
    font-size: 20px;
}
#mainslider .carousel-caption {
    top: 60%;
}
#mainslider .carousel-indicators [data-bs-target] {
    height: 1px;
}
#mainslider .carousel-indicators .active {
    height: 3px;
}
.custom-btn, .custom-link {
    font-size: 14px;
}
.title-tag span {
    font-size: 90px;
}
.title-tag {
    font-size: 18px;
}
.title {
    font-size: 48px;
}
.carousel-s1 .item .info-box h3 {
    font-size: 20px;
}
.body-text {
    font-size: 15px;
    line-height: 28px;
}
.carousel-s1 .item .info-box .body-text {
    min-height: 100px;
}
.carousel-s1 .item .info-box .icon-img {
    width: 45px;
}
.slick-dots li button:before {
    font-size: 12px !important;
}
.counter-box h2 {
    font-size: 90px;
    line-height: 110px;
}
.counter-box p {
    font-size: 16px;
    line-height: 30px;
}
.title-tag.inright span {
    left: 35px;
}
.counter-box.style2 {
    bottom: -55px;
    right: -55px;
}
.counter-box.style2 .bg-img {
    width: 360px;
}
.counter-box.style2 .info-box h2 {
    font-size: 82px;
    line-height: 72px;
}
.custom-form .form-control {
    padding: 1rem 0.75rem;
}
.form-sec .left .box {
    padding: 50px;
}
.form-sec .right .info-box h4 {
    font-size: 16px;
}
.form-sec .right .info-box h3 {
    font-size: 46px;
}
.form-sec .right .info-box {
    padding: 50px 40px;
}
.card-style1 h3 {
    font-size: 20px;
}
.side-nav-main li a {
    padding: 6px 0;
    font-size: 18px;
}
.card-style2 .info-box h3 {
    font-size: 36px;
}
.card-style2 .info-box p {
    font-size: 16px;
    line-height: 32px;
}
.title2 {
    font-size: 32px;
}
.title3 {
    font-size: 18px;
    margin-bottom: 8px;
}	
.contact-info-main .info-row .txt-box h4 {
    font-size: 18px;
}	

.main-footer .item .f-logo {
    width: 180px;
}
.main-footer .item:nth-child(2) {
    left: -70px;
}
.main-footer h3,
.main-footer .item ul li a {
    font-size: 16px;
}
.main-footer p, .main-footer a {
    font-size: 14px;
}
}

@media (min-width: 1401px) and (max-width: 1450px) {
#main-nav {
    padding-left: 10%;
    padding-right: 10%;
}
#mainslider .carousel-caption {
    left: 10%;
    right: 10%;
}
#mainslider .carousel-indicators {
    margin-right: 10%;
    margin-left: 10%;
}
.inner {
    margin-left: 6%;
    margin-right: 6%;
}
}

@media (max-width: 1400px) and (min-width: 1300px) {
#main-nav {
    padding-left: 8%;
    padding-right: 8%;
}
#mainslider .carousel-caption {
    left: 8%;
    right: 8%;
}
#mainslider .carousel-indicators {
    margin-right: 8%;
    margin-left: 8%;
}
#mainslider .carousel-caption h5 {
    font-size: 50px;
}
#mainslider .carousel-caption p {
    font-size: 16px;
}
.inner {
    margin-left: 4%;
    margin-right: 4%;
}
.custom-btn {
    padding: 16px 40px;
}
.carousel-s1 .item .info-box .icon-img {
    width: 40px;
}
.carousel-s1 .item .info-box .body-text {
    min-height: 95px;
}
.carousel-s1 .item .info-box h3 {
    margin-bottom: 15px;
}
.title {
    margin-bottom: 30px;
}
.counter-box h2 {
    font-size: 88px;
    line-height: 82px;
}
.counter-box-main {
    padding-left: 10% !important;
}
.counter-box.style2 .info-box h2 {
    font-size: 76px;
    line-height: 60px;
}
.custom-form .form-control {
    padding: 0.8rem 0.75rem;
}	
}

@media (max-width: 1299px) and (min-width: 1200px) {
#main-nav .nav-top .item ul li p,
#main-nav .nav-item .nav-link,
#main-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
}
#main-nav .navbar-brand img {
    width: 180px;
}
#main-nav .nav-item {
    padding-right: 45px;
}
#main-nav {
    padding-left: 5%;
    padding-right: 5%;
}	
#mainslider .carousel-caption h5 {
    font-size: 46px;
}
#mainslider .carousel-caption p {
    font-size: 16px;
}
#mainslider .carousel-caption {
    top: 60%;
	left: 8%;
    right: 8%;
}
#mainslider .carousel-indicators [data-bs-target] {
    height: 1px;
}
#mainslider .carousel-indicators .active {
    height: 3px;
}
#mainslider .carousel-caption h5 span {
    font-size: 120px;
    left: -60px;
    bottom: -45px;
}	
.custom-btn, .custom-link {
    font-size: 14px;
}
.title-tag span {
    font-size: 80px;
}
.title-tag {
    font-size: 16px;
}
.title {
    font-size: 38px;
}
.title2 {
    font-size: 28px;
}	
.title3 {
    font-size: 18px;
}	
.body-text {
    font-size: 14px;
    line-height: 24px;
}	
.carousel-s1 .item .info-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
}	
.carousel-s1 .item .info-box {
    width: 80%;
	top: 45px;
}
.carousel-s1 .item .info-box .icon-img {
    width: 40px;
}	
.carousel-s1 .item .info-box .body-text {
    min-height: 75px;
}
.inner {
    margin-left: 5%;
    margin-right: 5%;
}	
.counter-box h2 {
    font-size: 80px;
    line-height: 82px;
}	
.counter-box p {
    font-size: 16px;
    line-height: 28px;
}
.counter-box.style2 {
    bottom: -55px;
    right: -55px;
}
.counter-box.style2 .bg-img {
    width: 360px;
}
.counter-box.style2 .info-box h2 {
    font-size: 80px;
    line-height: 82px;
}	
.card-style1 {
/*    padding: 30px 15px 30px 15px;*/
}
.card-style1 h3 {
    font-size: 18px;
}
.side-nav-main li a {
    padding: 5px 0;
    font-size: 16px;
}
.custom-li li:after {
    top: 8px;
}
.contact-info-main .info-row .txt-box p {
    font-size: 14px;
}
.contact-info-main .info-row .txt-box h4 {
    font-size: 16px;
}	
	
.main-footer .item .f-logo {
    width: 180px;
}
.main-footer .item:nth-child(2) {
    left: -70px;
}
.main-footer h3,
.main-footer .item ul li a {
    font-size: 16px;
}
.main-footer p, .main-footer a {
    font-size: 14px;
}	
}

@media (max-width: 1199px) and (min-width: 992px) {
#main-nav .nav-top .item ul li p,
#main-nav .nav-item .nav-link,
#main-nav .dropdown-menu .dropdown-item {
    font-size: 13px;
}
#main-nav .navbar-brand img {
    width: 180px;
}
#main-nav .nav-item {
    padding-right: 45px;
}
#main-nav {
    padding-left: 5%;
    padding-right: 5%;
}	
#mainslider .carousel-caption h5 {
    font-size: 46px;
}
#mainslider .carousel-caption p {
    font-size: 16px;
	max-width: 70%;
}
#mainslider .carousel-caption {
    top: 60%;
	left: 8%;
    right: 8%;
}
#mainslider .carousel-indicators [data-bs-target] {
    height: 1px;
}
#mainslider .carousel-indicators .active {
    height: 3px;
}
#mainslider .carousel-caption h5 span {
    font-size: 120px;
    left: -60px;
    bottom: -45px;
}	
.custom-btn, .custom-link {
    font-size: 14px;
}
.title-tag span {
    font-size: 80px;
}
.title-tag {
    font-size: 16px;
}
.title {
    font-size: 38px;
}
.title2 {
    font-size: 28px;
}	
.title3 {
    font-size: 18px;
}	
.body-text {
    font-size: 14px;
    line-height: 24px;
}	
.carousel-s1 .item .info-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
}	
.carousel-s1 .item .info-box {
    width: 80%;
	top: 40px;
}
.carousel-s1 .item .info-box .icon-img {
    width: 35px;
}	
.carousel-s1 .item .info-box .body-text {
    min-height: 75px;
}
.inner {
    margin-left: 5%;
    margin-right: 5%;
}	
.counter-box h2 {
    font-size: 72px;
    line-height: 72px;
}
.counter-box p {
    font-size: 16px;
    line-height: 28px;
}
.counter-box.style2 {
    bottom: -55px;
    right: -55px;
}
.counter-box.style2 .bg-img {
    width: 360px;
}
.counter-box.style2 .info-box h2 {
    font-size: 72px;
    line-height: 72px;
}	
.card-style1 {
/*    padding: 30px 15px 30px 15px;*/
}
.card-style1 h3 {
    font-size: 18px;
}
.side-nav-main li a {
    padding: 5px 0;
    font-size: 16px;
}
.custom-li li:after {
    top: 8px;
}
.contact-info-main .info-row .txt-box p {
    font-size: 14px;
}
.contact-info-main .info-row .txt-box h4 {
    font-size: 16px;
}	
	
.main-footer .item .f-logo {
    width: 180px;
}
.main-footer .item:nth-child(2) {
    left: -70px;
}
.main-footer h3,
.main-footer .item ul li a {
    font-size: 16px;
}
.main-footer p, .main-footer a {
    font-size: 14px;
}
}

@media (max-width: 1023px) and (min-width: 992px) {
.carousel-s1 .item .info-box h3 {
    font-size: 18px;
}
.carousel-s1 .item .info-box .body-text {
    font-size: 16px;
    line-height: 28px;
    min-height: 95px;
}
.carousel-s1 .item .info-box {
    top: 50px;
}
.counter-box.style2 .bg-img {
    width: 300px;
}	
.counter-box.style2 .info-box h2 {
    font-size: 62px;
    line-height: 50px;
}
.contact-info-main .info-row img.icons,
.contact-info-main .info-row .txt-box {
    vertical-align: top;
}	
	
.main-footer p, .main-footer a {
    font-size: 12px;
}	
}

@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 {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #165474;		
}
#main-nav .nav-item {
    padding-right: 0;
}
#main-nav .navbar-nav {
    margin-top: 40px;
}	
#main-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
}	
#mainslider {
    padding-top: 58px;
}	
#mainslider .carousel-caption {
    left: 5%;
    right: 5%;
}	
#mainslider .carousel-caption h5 {
    font-size: 44px;
}
#mainslider .carousel-caption p {
    font-size: 20px;
    max-width: 90%;
}	
#mainslider .carousel-indicators {
    justify-content: center;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 0;
    bottom: 25px;
}
#mainslider .carousel-caption h5 span {
    font-size: 100px;
    left: 20px;
    bottom: -35px;
}	
.inner {
    margin-left: 15px;
    margin-right: 15px;
}	
.title {
    font-size: 42px;
}
.carousel-s1 .item .info-box .body-text {
    font-size: 20px;
    line-height: 36px;
}
.counter-box-main {
    padding-left: 15px !important;
    padding-top: 60px;
}
.with-text-box .right {
    padding-left: 15px;
    padding-top: 60px;
}
.counter-box.style2 {
    position: relative;
    bottom: initial;
    right: inherit;
    background-color: #ff5e48;
    text-align: center;
    margin-top: 15px;
    border-radius: 3px;
}
.p-120 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pb-190 {
    padding-bottom: 100px;
}
.pt-120 {
    padding-top: 80px;
}
.side-bar {
    display: none;
}	
.body-text {
    font-size: 14px;
    line-height: 26px;
}
.contact-info-main .info-row img.icons,
.contact-info-main .info-row .txt-box {
    vertical-align: top;
}	

.main-footer .item {
    margin-bottom: 40px;
}
.main-footer .item:nth-child(2) {
    left: 0;
}	
.main-footer .item:last-child {
    margin-bottom: 0;
}	
.main-footer p, .main-footer a {
    font-size: 12px;
}
.main-footer .footer-bottom {
    padding-top: 20px;
}	
}

@media (max-width: 767px) {
#main-nav .navbar-brand img {
    width: 180px;
}
#mainslider {
    padding-top: 55px;
}	
#mainslider .carousel-caption h5 {
    font-size: 24px;
}
#mainslider .carousel-caption p {
    font-size: 14px;
    max-width: 100%;
}
#mainslider .carousel-caption .custom-btn {
    margin-top: 20px;
}	
#mainslider .carousel-indicators {
    bottom: 5px;
}
#mainslider .carousel-indicators [data-bs-target] {
    width: 40px;
    height: 1px;
}
#mainslider .carousel-indicators .active {
    height: 2px;
}
#mainslider .carousel-caption h5 span {
    font-size: 54px;
    left: 20px;
    bottom: -18px;
}	
.counter-box h2 {
    font-size: 60px;
    line-height: 62px;
}
.title-tag span {
    font-size: 70px;
    bottom: -15px;
	width: max-content;
}
.title {
    font-size: 30px;
}	
.counter-box.style2 .bg-img {
    width: 100%;
}
.custom-btn {
    padding: 12px 30px;
    font-size: 14px;
}
.carousel-s1 .item .info-box h3 {
    font-size: 20px;
}
.carousel-s1 .item .info-box .body-text {
    font-size: 18px;
    line-height: 28px;
    min-height: 100px;
}
.custom-li.by-2 li {
    width: 100%;
}
.custom-li li:after {
    top: 9px;
}	
	
.main-footer .item .f-logo {
    width: 180px;
}	
.main-footer .footer-bottom {
    text-align: center;
}
.main-footer .footer-bottom ul li {
    padding: 0 10px;
}
.main-footer .item ul li a {
    font-size: 16px;
}	
}