/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700&display=swap&subset=hebrew'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap'); */

@import url('https://fonts.googleapis.com/css?family=Cantata+One&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Arimo');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/css?family=Heebo');

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-size: 15px !important;
    color: #222222 !important;
    font-family: 'Cantata One';
    font-family: 'Montserrat';
    font-family: 'Roboto', sans-serif;
}

.no-gutter>[class*='col-'] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

p {
    font-family: 'Arimo', sans-serif !important;
    color: #6c757d;
}

ol,
ul {
    margin: 0 !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
    padding: 0 !important;
}


.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.rm-0 {
    margin: 0 !important;
}


#header {
    position: sticky !important;
    width: 100%;
    top: 0;
    z-index: 999 !important;
}

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

#logo {
    padding-top: 0px;

}

.navbar {
   padding: 14px;
    margin: 0 !important;
    border: none;
    border-radius: 0;
    width: 100%;
    background: #ffffff;
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    color: #272b3d !important;
    padding: 5px 0 !important;
}

.navbar .navbar-nav>li>a {
    padding: 10px 6px !important;
    color: #272b3d;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 15px 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar .navbar-nav>li>a:hover {
    color: #082e8f;
    border-bottom: 2px solid #082e8f;
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #272b3d !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #082e8f;
    border-bottom: 2px solid #082e8f;
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: #1b2740;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}

.logo {
    padding: 10px 0 !important;
}


/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: #ffffff;
    opacity: 1;
}

.carousel-control {
    opacity: 0.9;
    width: 8%;
}

#main_slider {
    /* background: rgba(0, 0, 0, 0.5); */
    /* border-left: 8px solid #ffb118; */
    position: absolute;
    width: 40%;
    bottom: 20%;
    left: 5%;
    padding: 20px 30px;
}

.slider_h {
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    padding: 10px 0 !important;
    text-align: left;
}

.color_b {
    color: #ffb118 !important;
}

.slider_p {
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: lighter;
    text-align: left;
    line-height: 27px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.slider_btn {
    background: none;
    border: 2px solid #ffffff;
    padding: 7px 25px;
    letter-spacing: 1px;
    display: block;
    margin-top: 10px;
    transition: all 0.5s;
}

.slider_btn:hover {
    border: 2px solid #df1515;
    background: #df1515;
    transition: all 0.5s;
}

a {
    text-decoration: none !important;
    color: none !important;
}

a .slider_btn {
    color: #ffffff;
}

a:hover {
    text-decoration: none !important;
}

/* slider  */

#main_top {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 25px 0;
}

.top_h {
    color: #313131;
    letter-spacing: 1px;
    padding-top: 14px !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}

.top_box {
    /* border: 1px solid #222222; */
    padding: 10px 5px;
}

#about {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #f8f9fa;
}

.about_h {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding-bottom: 15px !important;
    color: #082e8f;
    font-size: 30px;
    text-align: center;
}

.abt_sh {
    font-size: 20px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 10px !important;
    color: #082e8f;
}

.abt_sh_l {
    font-size: 20px !important;
    font-weight: lighter;
    letter-spacing: 0.5px;
    padding-bottom: 15px !important;
}

.about_p {
    width: 50%;
    text-align: center;
    margin: 0 auto !important;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #222222;
}

.about_para {
    padding-top: 0px !important;
    line-height: 28px;
    padding-bottom: 15px !important;
    letter-spacing: 0.5px;
    color: #222222;
}

.img_shadow {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
}


#quote {
    width: 100%;
    height: auto;
}


.quote_content {
    width: 100%;
    height: auto;
    padding: 100px 30px;
    background: #ffb118;
}

.quote_left {
    margin-left: 20%;
}

.quote_h {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    padding: 20px 0 !important;
}

.quote_p {
    padding-bottom: 20px !important;
    color: #222222;
    letter-spacing: 0.7px;
    line-height: 28px;
}

.quote_form {
    width: 100%;
    height: auto;
    padding: 35px 30px;
    background: #ffffff;
}

.quote-right {
    margin-right: 20%;
}

.quote_input {
    border: 2px solid #ffb118;
    border-radius: 0;
    padding: 20px 10px;
    margin-bottom: 20px;
}

.quote_btn {
    padding: 7px 25px;
    color: #222222;
    background: #ffb118;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: none;
}

#process {
    width: 100%;
    height: auto;
    padding: 70px 0;
    background: #f8f9fa;
}

.process_box {
    width: 160px;
    height: auto;
    margin-top: 30px;
    border: 2px solid #ffb118;
    padding: 30px;
    transition: all 0.3s;
    border-radius: 50%;
    margin: 0 auto;
}

.arrow-1:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -10px;
    top: 30%;
    font-size: 29px;
}

.arrow-2:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -10px;
    top: 35%;
    font-size: 29px;
}

.arrow-3:before {
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    right: -10px;
    top: 35%;
    font-size: 29px;
}

#p_img {
    margin: 0 auto;
}

.process_box:hover {
    background: #ffb118;
    transition: all 0.3s;
}

.process_h {
    padding-top: 20px !important;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 21px;
}

#services {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #ffffff;
}

#gallery {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #f8f9fa;
}


/* gallery  */

.thumbnail {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%) !important;
}


.pt-50 {
    padding-top: 50px;
}

.modal-dialog-gallery {
    width: 50% !important;
}

.modal-content-gallery {
    background: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal_gallery {
    background: rgba(0, 0, 0, .75) !important;
    padding-top: 6%;
    z-index: 9999 !important;
}

.c_btn {
    color: #ffffff;
}

.modal-body-gallery {
    padding: 0 !important;
}



.magnific-img img {
    width: 100%;
    height: auto;
}

.mfp-bottom-bar,
* {
    font-family: 'Abel', sans-serif;
}

.magnific-img {
    display: inline-block;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
    z-index: 9999 !important;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;

}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 2%;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 2%;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* gallery  */

.service_box {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.service_content {
    width: 100%;
    height: 165px;
    padding: 15px 15px;
    transition: all 0.5s;
    border: 1.5px solid #082e8f;
    border-top: none;
}

.service_box:hover>.service_content {
    transition: all 0.5s;
}

.service_sh {
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 20px ;
    color: #082e8f;
    font-weight: 600;
}

.service_p {
    letter-spacing: 0.5px;
    line-height: 26px;
    font-size: 14.5px;
    color: #222222;
}

.service_box:hover>.service_content {
    background: #082e8f;
    transition: all 0.5s;
}

.service_box:hover>.service_content .service_sh {
    color: #ffffff !important;
    transition: all 0.5s;
}

.service_box:hover>.service_content .service_p {
    color: #ffffff !important;
    transition: all 0.5s;
}


#contact {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 100px 0;
}

.input_form {
    margin-bottom: 20px;
    padding: 18px 10px;
    border-radius: 0;
    border: 1px solid #082e8f;
}

::placeholder {
    letter-spacing: 0.5px;
    color: #636363 !important;
}

.contact_btn {
    background: none;
    border: 1px solid #082e8f;
    padding: 5px 20px;
    color: #082e8f;
    letter-spacing: 0.7px;
    font-size: 17px;
    transition: all 0.5s;
}

.contact_btn:hover {
    background: #082e8f;
    color: #ffffff;
    transition: all 0.5s;
}

.address_box {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: #f8f9fa;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.address_inner_box {
    width: 100%;
    padding: 5px 10px;
    margin: 10px 0;
    text-align: center;
}

.icon_footer {
    border: 1px solid #082e8f;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    color: #082e8f;
    padding-top: 10px;
    transition: all 0.5s;
}

.address_inner_box:hover>.icon_footer {
    background: #082e8f;
    color: #ffffff;
    transition: all 0.5s;
}

.footer_p {
    font-size: 14px;
    padding-top: 13px !important;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #222222;
}

.footer_m_p {
    font-size: 14px;
    padding-top: 13px !important;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
}

.footer_m_p a {
    color: #ffffff;
}

#footer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: rgba(24, 61, 95, 1);
}

.footer_h {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 22px;
    padding-bottom: 15px !important;
}

.footer_h::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 25px;
    width: 60px;
    background: rgba(59, 97, 128, 1);
    height: 1.5px;
}

.footer_icon {
    color: #ffffff;
    font-size: 20px;
    padding-right: 10px;

}

.social_li {
    padding: 0;
    margin: 0;
    margin-top: 20px !important;
}

.social_li li {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    font-size: 17px;
    border-radius: 50%;
    text-align: center;
    padding-top: 5px;
    margin-right: 10px;
}

.social_li li a {
    color: #ffffff;
}

.l_translate {
    margin-top: 10px;
    color: #ffffff;
}


#copyrights {
    padding: 15px;
    color: #ffffff;
    width: 100%;
    height: auto;
    background: rgba(59, 97, 128, 1);
}

.copyrights_p {
    letter-spacing: 1px;
    color: #ffffff;
}

.copyrights_p a {
    color: #ffffff;
}

.v_h {
    color: #ffd900;
    letter-spacing: 1px;
    padding-top: 15px !important;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 8%;
    right: 5px;
}

.scroll {
    position: absolute;
    right: 5px;
    bottom: 20px;
    background: #082e8f;
    padding: 9px 12px;
    border-radius: 50%;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    color: #ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover {
    background: #082e8f;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll:hover .fa {
    padding-top: -10px;
}

.scroll .fa {
    font-size: 30px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.cd_h {
    color: #082e8f;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: 25px;
}

.cd_h::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 33px;
    width: 60px;
    background: #082e8f;
    height: 1.5px;
}

.cd_m_p {
    font-size: 16px;
    padding-top: 13px !important;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #222222;
    padding-top: 25px !important;
}

.cd_m_p b {
    color: #082e8f;
    font-size: 18px;
}

.cd_icon {
    color: #222222;
    font-size: 20px;
    padding-right: 10px;
}

.cd_m_p_d {
    font-size: 16px;
    padding-top: 13px !important;
    line-height: 28px;
    letter-spacing: 0.5px;
    color: #222222;
    padding-top: 10px !important;
}

#translate-a {
    padding-top: 12px;
}

.copy_li {
    padding: 0;
    margin: 0;
}

.copy_li li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding: 0 15px;
    letter-spacing: 0.5px;
}

.copy_li a {
    color: #ffffff;
}

.copy_li li:nth-child(3) {
    border: none;
}


#terms_uses {
    width: 100%;
    height: auto;
    padding: 100px 0;
}

.terms_uses_h {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 3px;
    padding-bottom: 10px !important;
    color: #082e8f;
    font-size: 30px;
}

.terms_uses_p {
    line-height: 28px;
    letter-spacing: 0.5px;
    padding-top: 10px !important;
}

.terms_li {
    padding: 0;
    margin: 0;
}

.terms_li li {
    /* list-style: none; */
    padding-top: 15px;
    margin-left: 15px;
    color: #6c757d;
    line-height: 27px;
}

.terms_h {
    font-size: 21px;
    color: #222222;
    padding-top: 20px !important;
}

.question_h {
    margin-top: 40px !important;
    width: 100%;
    height: auto;
    padding: 15px !important;
    background: rgba(8, 46, 143, 0.2);
    border-left: 5px solid #082e8f;
    color: #082e8f;
    letter-spacing: 0.8px;
}

.answer_p {
    padding: 25px 15px !important;
    background: #ffffff;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.ans {
    font-size: 26px;
    color: #082e8f;
}


#our_p {
    width: 100%;
    position: relative;
    height: auto;
    padding: 85px 10px;
    background: url(../../images/banner.jpg);
    background-size: cover;
}

.caption p {
    color: #ffffff !important;
    line-height: 29px;
    text-align: center;
}

.feed_p {
    text-align: center;
    line-height: 29px;
    color: #ffffff;
}

#tcb-testimonial-carousel {
    margin-top: 30px;
}
blockquote{
    border: none;
}
#tcb-testimonial-carousel a {
    color: #ffffff;
}

#tcb-testimonial-carousel .text-brand {
    color: #ffffff;
}

#tcb-testimonial-carousel .carousel-indicators .active {
    background: #ffffff;
}

#tcb-testimonial-carousel .no-margin {
    margin: 0;
}

#tcb-testimonial-carousel .carousel-indicators li {
    border: 1px solid #ccc;
}

#tcb-testimonial-carousel .carousel-control {
    color: #ffffff;
    width: 5%;
}

#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
    color: #ffffff;
}

#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
    background-image: none;
}

#tcb-testimonial-carousel .item {
    padding: 15px 40px;
    background: none;
}

#tcb-testimonial-carousel .media-object {
    margin: auto;
}

@media screen and (max-width: 768px) {
    #tcb-testimonial-carousel .media-object {
        margin-bottom: 15px;
    }
}
.carousel-indicators{
    left: 0;
    right: 0;
    width: 100%;
    bottom: -7%;
}
#img_center {
    margin: 0 auto;
    border-radius: 50%;
    width: 120px;
    margin-bottom: 20px;
}
.modal{
    top: 15%;
}
.pointer{
    cursor: pointer;
}


.projects_modal{
    margin-top: 5% !important;
    top: 5% !important;
}
.projects_modal_body{
    padding: 0 !important;
    background: none !important;
}
.projects_close{
    color: #ffffff !important;
    opacity: 1;
    font-size: 30px;
}
.bg_none{
    background: none !important;
    box-shadow: none !important;
}
.modal-header{
    border: none !important;
}
