@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/jquery.exzoom.css);

@font-face {
    font-family: 'times_new_romanregular';
    src: url('../font/times-webfont.woff2') format('woff2'),
         url('../font/times-webfont.woff') format('woff');
         
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'times_new_romanbold';
    src: url('../font/timesbd-webfont.woff2') format('woff2'),
         url('../font/timesbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
:root {
    --font-family-new-romanregular: 'times_new_romanregular';
    --font-family-new-romanbold: 'times_new_romanbold';
    /* Colors               : */
    --color-000000: #000000;
    --color-286955: #286955;
    --color-373737: #373737;
    --color-eeeeee: #eeeeee;
    --color-ffffff: #ffffff;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-22: 22px;
    --font-size-34: 34px;
    --font-size-40: 40px;
    --font-size-50: 50px;
    
    --line-height-inherit: inherit;
    --line-height-27: 27px;
    --line-height-34: 34px;
    --line-height-44: 44px;
    --line-height-50: 50px;
    --line-height-60: 60px;
    
    --font-style-normal: normal;
    --font-weight-Regular: 500;
    --font-weight-Bold: 800;
}
* {
    outline: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: var(--font-family-new-romanregular);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    font-weight: var(--font-weight-Regular);
    letter-spacing: 1px;
}
.clr {
    width: 100%;
    float: left;
}
.img {
    width: 100%;
}
a,
.btn,
button {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    color: var(--color-000000);
    outline: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}
a:focus,
.btn:focus,
button:focus,
select:focus,
.custom-select:focus,
.form-control:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
.btn:hover,
a:hover,
button:hover {
    color: var(--color-286955);
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-000000);
    font-weight: 300;
    text-transform: normal;
    margin-bottom: 10px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
header,
footer,
section {
    width: 100%;
    float: left;
}
hr {
    border-bottom: 0.5px solid var(--color-286955);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
p {
    font-size: var(--font-size-18);
    line-height: var(--line-height-27);
    color: var(--color-373737);
    margin-bottom: 20px;
}
.text {
    font-size: var(--font-size-26);
    line-height: var(--line-height-34);
    color: var(--color-000000);
    margin-bottom: 20px;
}
.section-title {
    font-size: var(--font-size-50);
    line-height: var(--line-height-60);
    color: var(--color-286955);
    margin-bottom: 20px;
}
.title {
    font-size: var(--font-size-40);
    line-height: var(--line-height-50);
    color: var(--color-000000);
    margin-bottom: 30px;
}
.div-title {
    font-size: var(--font-size-34);
    line-height: var(--line-height-44);
    color: var(--color-000000);
    margin-bottom: 20px;
}
.sub-header {
    font-size: var(--font-size-22);
    line-height: var(--line-height-34);
    color: var(--color-000000);
    margin-bottom: 20px;
}
.view-more {
    display: inline-block;
}
.view-more-btn {
    font-size: var(--font-size-22);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    display: inline-block;
    background: var(--color-ffffff);
    padding: 18px 40px;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 15px 0 15px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.view-more-btn:hover {
    color: var(--color-ffffff);
    background: var(--color-000000);
    border-radius: 0 15px 0 15px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.img-zoom {
    overflow: hidden;
}
.img-zoom .zoom {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.img-zoom:hover .zoom {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.color-1 {
    color: var(--color-286955);
}
.weight-regular {
    font-weight: var(--font-weight-Regular);
}
.weight-bold {
    font-weight: var(--font-weight-Bold);
}
.g_header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffffdc;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-header.g_shrink {
    padding: 0;
    position: fixed;
    z-index: 999;
}
.main-header.g_shrink .main-nav {
    background-color: #ffffff;
}
.main-header.g_shrink .main-nav .navbar-light .navbar-brand img {
    width: 60px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/* loader css*/
/* loader css */
/* main-header */
.main-nav {
    padding: 15px 0;
    /* background-color: #00000060; */
    position: absolute;
    z-index: 99;
}
.main-nav .navbar {
    width: 100%;
    float: left;
    padding: 0;
}
.main-nav .navbar-light .navbar-brand {
    padding: 0;
    margin-right: 10px;
}
.main-nav .navbar-light .navbar-brand img {
    width: 100px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    font-size: var(--font-size-20);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    font-weight: var(--font-weight-Bold);
    padding: 10px 12px;
}
.main-nav .navbar-light .navbar-nav .nav-item {
    padding-right: 40px;
}
.main-nav .navbar-light .navbar-nav .nav-item:last-child {
    padding-right: 0px;
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-light .navbar-nav .nav-item .nav-link.active,
.main-nav .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: var(--color-286955);
}
.main-nav .navbar-light .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-light .navbar-nav .nav-item .show>.nav-link {
    color: var(--color-286955);
}
/* main-header */
/* banner section */
.slider-text {
    width: 80%;
    float: left;
    text-align: left;
}
.banner-section .carousel .carousel-inner .carousel-item img {
    height: calc(100vh - 50px);
    object-fit: cover;
    object-position: center top;
}
.banner-section .carousel .carousel-inner .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
    height: 100%;
    flex-flow: column;
}
.banner-section .carousel .carousel-inner .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00000000 0%, #0000002d 30%, #000000a2 100%);
}
.banner-section {
    position: relative;
}
/* banner section */
/* contact-us-section */
.contact-form .form-group {
    margin-bottom: 30px;
}
.contact-form .form-group label {
    width: 100%;
    font-size: var(--font-size-22);
    color: var(--color-ffffff);
    line-height: var(--line-height-inherit);
}
.contact-form .form-group .form-control {
    width: 100%;
    font-size: var(--font-size-22);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    padding: 8px 10px;
    height: 50px;
    border-radius: 10px;
    border: solid 1px var(--color-b2b2b2);
}
.contact-form .form-group textarea.form-control {
    resize: none;
    height: 150px;
}
.contact-form {
    background: var(--color-286955);
    width: 80%;
    margin-top: 0px;
    float: right;
    padding: 40px 40px;
    position: relative;
    z-index: 22;
    border-radius: 15px;
}
.form-position {
    position: absolute;
    right: 0;
    top: 250px;
    width: 100%;
    height: 10%;
}
/* contact-us-section */
/* why-us-section  */
.why-us-text {
    background: var(--color-eeeeee);
    padding: 30px 80px;
    height: 100%;
}
/* why-us-section  */
/* fair-manner-section */
.fair-manner-list {
    display: inline-block;
}
.fair-manner-list li {
position: relative;
padding-left: 40px;
margin-top: 20px;
}
.fair-manner-list li p {
color: var(--color-ffffff);
}
.fair-manner-list li img {
 position: absolute;
 width: 22px;
 height: 22px;
 top: 4px;
 left: 0;
}
.fair-manner-section {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
/* fair-manner-section */
/* service-section */
.service-section {
    background: var(--color-eeeeee);
}
.service-box {
    text-align: center;
    width: 25%;
    float: left;
    padding: 10px 40px;
}
.service-box .service-icon {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: var(--color-286955);
    border-radius: 100px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.service-box .service-icon img {
  width: 50%;
}
/* service-section */
/* team-section */
.team-box .sub-header {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 15px 8px;
    background: var(--color-286955);
    margin-top: -34px;
    text-align: center;
    position: relative;
}
/* team-section */
/* testimonial-section */
.testimonial-box {
    box-shadow: 0px 2px 15px #00000070;
    padding: 50px 50px 50px 80px;
    position: relative;
    border-left: solid 10px var(--color-286955);
    width: 90%;
    margin: 0 auto;
    height: 100%;
}
.testimonial-box .testimonial-img {
    width: 100px;
    height: 100px;
    background: var(--color-286955);
    object-fit: contain;
    box-shadow: 0px 2px 12px #0000005e;
    border: solid 2px var(--color-ffffff);
    border-radius: 50%;
    position: absolute;
    top: 35%;
    left: -50px;
    padding: 10px;
}
.testimonial-box .testimonial-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.testimonial-icon {
    position: absolute;
    top: 10px;
    z-index: -1;
    opacity: 0.1;
}
.testimonial-icon img {
    width: 130px;
}
.testimonial-slider.swiper-container {
    padding: 50px 20px 80px;
    height: 100%;
}
/* testimonial-section */

/* main-footer */
.main-footer {
    background: var(--color-000000);
}
.top-footer {
    padding: 40px 0;
    border-bottom: solid 1px var(--color-ffffff);
}
.footer-box {
    padding-left: 50px;
}
.footer-box p {
    color: var(--color-ffffff);
    position: relative;
    padding-left: 50px;
}
.footer-box p a {
    color: var(--color-ffffff);
}
.footer-box p img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 0px;
}
.footer-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 12px;
}
.copyright-footer {
    padding: 30px 0;
}
.copyright-footer .sub-text a {
    color: var(--color-ffffff);
}
.footer-logo img {
    width: 80%;
}
/* main-footer */
.container {
    max-width: 1620px;
}
/* responsive css */
@media (max-width: 1768px) {
    .container {
        max-width: 1400px;
    }
    .form-position {
        top: 170px;
    }
}
@media (max-width: 1480px) {
    .container {
        max-width: 1140px;
    }
    :root {
        --font-size-18: 17px;
        --font-size-20: 18px;
        --font-size-22: 19px;
        --font-size-34: 26px;
        --font-size-40: 32px;
        --font-size-50: 42px;
        --line-height-27: 22px;
        --line-height-34: 24px;
        --line-height-44: 34px;
        --line-height-50: 40px;
        --line-height-60: 46px;
        
    }
    .title {
        margin-bottom: 15px;
    }
    .sub-header, .div-title  {
        margin-bottom: 10px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .mb-100 {
        margin-bottom: 50px;
    }
    .mb-50 {
        margin-bottom: 30px;
    }
    .form-position {
        top: 180px;
    }
    .contact-form {
        width: 96%;
        padding: 30px 30px;
    }
    .slider-text {
        width: 94%;
    }
    .why-us-text {
        padding: 20px 40px;
    }
    .main-nav .navbar-light .navbar-nav .nav-item {
        padding-right: 15px;
    }
    .service-box .service-icon {
        width: 100px;
        height: 100px;
        line-height: 100px;
        margin-bottom: 15px;
    }
    .service-box {
        padding: 10px 10px;
    }
    .testimonial-icon img {
        width: 90px;
    }
    .testimonial-box {
        padding: 30px 30px 30px 60px;
        width: 94%;
    }
    .testimonial-box .testimonial-img {
        width: 70px;
        height: 70px;
        top: 40%;
        left: -40px;
    }
    .testimonial-slider.swiper-container {
        padding: 30px 20px 60px;
        height: 100%;
    }
    .footer-box {
        padding-left: 0;
    }
    .footer-logo img {
        width: 100%;
    }
    .copyright-footer {
        padding: 15px 0;
    }
    .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }
    .contact-form .form-group .form-control {
        height: 44px;
    }
    .contact-form .form-group {
        margin-bottom: 24px;
    }
    .contact-form .form-group textarea.form-control {
        height: 120px;
    }
    .team-box .sub-header {
        padding: 12px 8px;
        margin-top: -24px;
    }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1199.99px) {
    .container {
        max-width: 991px;
    }
    .main-nav .navbar-light .navbar-brand img {
        width: 70px;
    }
    :root {
        --font-size-18: 17px;
        --font-size-20: 16px;
        --font-size-22: 18px;
        --font-size-34: 24px;
        --font-size-40: 28px;
        --font-size-50: 36px;
        --line-height-27: 20px;
        --line-height-34: 22px;
        --line-height-44: 30px;
        --line-height-50: 32px;
        --line-height-60: 36px;
    }
    .pt-150 {
        padding-top: 60px;
    }
    .contact-form .form-group textarea.form-control {
        height: 80px;
    }
    .top-footer {
        padding: 30px 0;
        border-bottom: solid 1px var(--color-ffffff);
    }
    .service-box .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        margin-bottom: 15px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 991.98px) {
    .container {
        max-width: 100%;
    }
    .banner-section .carousel .carousel-inner .carousel-item img {
        height: 550px;
    }
    .navbar-toggler {
        padding: 6px 10px;
        font-size: 20px;
        background-color: var(--color-286955);
        border: 1px solid var(--color-000000);
        border-radius: 0;
    }
    .navbar-collapse {
        background: var(--color-ffffff);
    }
    .testimonial-icon img {
        width: 50px;
    }
    .slider-text {
        width: 100%;
    }
    .form-position {
        top: 30px;
        position: relative;
    }
    .contact-form {
        width: 100%;
        padding: 30px 30px;
    }
    .why-us-text {
        padding: 30px 30px;
    }
    .fair-manner-text {
        margin-bottom: 40px;
    }
    .team-box .sub-header {
        padding: 8px 5px;
        margin-top: -19px;
    }
    .footer-logo img {
        width: 100px;
        margin-bottom: 30px;
    }
    .footer-box {
        padding-left: 0;
        margin-bottom: 30px;
    }
    .sub-text {
        margin-top: 15px;
    }
}
@media (max-width: 767.98px) { 
    :root {
        --font-size-18: 17px;
        --font-size-20: 16px;
        --font-size-22: 16px;
        --font-size-34: 24px;
        --font-size-40: 34px;
        --font-size-50: 40px;
        --line-height-27: 24px;
        --line-height-34: 24px;
        --line-height-44: 30px;
        --line-height-50: 32px;
        --line-height-60: 36px;
    } 
    .service-box {
        width: 50%;
    }
}
@media (max-width: 575.98px) { 
    :root {
        --font-size-18: 17px;
        --font-size-20: 16px;
        --font-size-22: 16px;
        --font-size-34: 22px;
        --font-size-40: 26px;
        --font-size-50: 30px;
        --line-height-27: 24px;
        --line-height-34: 24px;
        --line-height-44: 30px;
        --line-height-50: 28px;
        --line-height-60: 34px;
    }
    .team-box {
        margin-bottom: 30px;
    }
    .service-box {
        width: 100%;
        margin-bottom: 20px;
    }
    .why-us-text {
        padding: 20px 10px;
    }
    .contact-form {
        width: 100%;
        padding: 20px 10px;
    }
    .view-more-btn {
        padding: 14px 30px;
    }
    .testimonial-box .testimonial-img {
       display: none;
    }
    .testimonial-box {
        padding: 20px 10px 20px 20px;
        width: 100%;
        border-left: solid 4px var(--color-286955);
    }
    .testimonial-slider.swiper-container {
        padding: 20px 20px 70px;
    }
}
@media (max-width: 480px) {
    .service-box {
        width: 100%;
    }
    .banner-section .carousel .carousel-inner .carousel-item img {
        height: 400px;
        object-position: left center;
    }
}
@media (max-width: 390px) {}
/* responsive css */