@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

:root {
    --primary-color: #000e72;
    --highlight-color: #222222;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Gotham-Medium';
    font-family: 'Gotham-Book';
}


p {
    font-size: 16px;
    font-family: 'Gotham-Book' !important;
}


#top_bar{
    width: 100%;
    height: auto;
    position: relative;
    background: var(--primary-color);
    padding: 15px 0 !important;
}
.top_bar_p{
    font-family: 'Gotham-Book';
    color: var(--secondary-color);
    text-align: left;
    /* padding-right: 10% !important; */
    letter-spacing: 0.35px;
}

#top_bar_bottom{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--secondary-color);
}
.tbb_h{
    display: inline-block;
}
.tbb_icon{
    float: left;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
    float: right;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    font-family: 'Gotham-Book';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
    padding-left: 25px !important;
}
.top_phone_mail li i{
    color: var(--secondary-color) !important;
}
.tbb_icon{
    font-size: 30px;
    color: var(--primary-color);
    padding-right: 10px;
}
.tbb_h{
    font-family: 'Gotham-Medium';
    font-size: 17px;
    color: var(--primary-color);
}
.top_phone_mail li a i {
    color: var(--text-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.mobile_icon {
    transform: rotate(-30deg);
}

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

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9999 !important;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

.navbar .navbar-nav>li>a {
    padding: 15px 22px;
    color: var(--text-color);
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 500;
    margin: 20px 15px;
    border-radius: 50px;
    font-family: 'Gotham-Medium';
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: var(--primary-color) !important;
    transition: all 0.3s ease;
}


.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Gotham-Medium';
    font-size: 15px !important;
    padding: 12px 20px;
    font-weight: 500;
    color: var(--text-color) !important;
    letter-spacing: 0.15px;
}

.dropdown li a:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: inherit;
    font-weight: 500;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--primary-color) !important;
    font-weight: inherit;
}

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


/* end navbar  */


/* 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: 6%;
}

.carousel-control .glyphicon-chevron-left {
    background: var(--s_backgound-color);
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: var(--text-heading-color);
    line-height: 35px;
}

.carousel-control .glyphicon-chevron-right {
    background: var(--s_backgound-color);
    font-size: 18px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: var(--text-heading-color);
    line-height: 35px;
}

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

a {
    color: inherit;
    font-family: inherit;
}


/* slider  */

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

.abt_h {
    font-size: 22px;
    font-family: 'Gotham-Medium';
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--primary-color);
    font-weight: 600;
}

.abt_p {
    padding-top: 15px !important;
    line-height: 32px;
    color: var(--p-color);
    text-align: justify;
}

.abt_btn {
    font-family: 'Gotham-Medium';
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--secondary-color);
    margin: auto;
    display: block;
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.35px;
    font-weight: 500;
}

.why_box{
    margin-top: 40px;
}
.why_p {
    color: var(--p-color);
    font-family: 'Gotham-Book';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 30px;
    padding-top: 5px !important;
}
.why_icon{
    font-size: 36px;
    color: var(--primary-color);
    padding-right: 15px;
    height: auto;
    padding: 30px 0 !important;
}

.why_i{
    display: flex;
}

.why_h{
    font-family: 'Gotham-Medium';
    font-size: 22px;
    color: var(--text-color);
    line-height: inherit;
}

#products_top {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: var(--primary-color);
    text-align: center;
}

.pt_box {
    padding: 25px;
}

.pt_box i {
    font-size: 55px;
    color: var(--secondary-color);
}

.pt_h {
    font-family: 'Gotham-Medium';
    color: var(--secondary-color);
    margin-top: 20px !important;
    line-height: inherit;
    font-size: 22px;
}

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

.mp_h {
    font-size: 28px;
    letter-spacing: 0.65px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
}

.mp_ph {
    font-size: 26px;
    letter-spacing: 0.65px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
}

.pro_sh {
    font-size: 23px;
    letter-spacing: 0.65px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    padding-top: 20px !important;
}

.pro_sh strike {
    font-size: 20px;
    color: #777777;
}

.mp_sh {
    /* font-size: 28px; */
    letter-spacing: 0.65px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--text-color);
    line-height: inherit;
    padding-top: 30px !important;
}

.abt_sh {
    letter-spacing: 0.65px;
    font-family: 'Gotham-Medium';
    font-weight: 500;
    color: var(--text-color);
    line-height: inherit;
    font-size: 18px;
    padding-top: 10px !important;
}

.product_box {
    /* margin-top: 50px; */
    background: var(--secondary-color);
    padding: 5px;
    margin-top: 40px;
}

.product_content {
    padding: 20px 10px;
    height: auto;
    box-shadow: 0px 0px 10px rgba(5, 37, 95, 0.2);
}

.product_h {
    letter-spacing: 0.3px;
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    font-size: 17px;
    line-height: inherit;
    text-align: center;
    padding: 0 10px !important;
}

.product_p{
    font-family: 'Gotham-Book' !important;
    padding: 10px 10px !important;
    text-align: center;
}

.product_price {
    font-family: 'Gotham-Medium';
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 0.35px;
    padding-top: 7px !important;
}

.product_price strike {
    color: #808080;
    padding-left: 5px !important;
    font-weight: 500 !important;
}

.product_p_btn {
    background: var(--primary-color);
    border: none;
    height: auto;
    padding: 12px 50px;
    font-family: 'Gotham-Medium';
    color: var(--secondary-color);
    font-size: 17px;
    letter-spacing: 0.65px;
    font-weight: 400;
    margin-top: 5px;
}

.product_btn {
    background: var(--primary-color);
    border: none;
    /* width: 100%; */
    height: auto;
    padding: 10px 25px;
    font-family: 'Gotham-Book';
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: 0.35px;
    font-weight: 400;
    line-height: inherit;
    display: block;
    margin: auto;
    margin-top: 5px;
}

.product_i_btn {
    background: var(--primary-color);
    border: none;
    /* width: 100%; */
    height: auto;
    padding: 12px 30px;
    font-family: 'Gotham-Medium';
    color: var(--secondary-color);
    font-size: 17px;
    letter-spacing: 0.65px;
    font-weight: 400;
    line-height: inherit;
    margin-top: 20px;
}

.product_i_btn i {
    font-size: 22px;
    top: 2px;
    position: relative;
}

.product_btn i {
    font-size: 22px;
    top: 2px;
    position: relative;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    color: var(--secondary_color);
    position: absolute;
    top: 40%;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    transition: all 0.3s ease-in;
    line-height: 0;
}

#clients_slider .owl-nav button.owl-next,
#clients_slider .owl-nav button.owl-prev {
    top: 30%;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--primary-color) !important;
    transition: all 0.3s ease-in;
    color: var(--secondary-color) !important;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--primary-color) !important;
    transition: all 0.3s ease-in;
    color: var(--secondary-color) !important;
}

.owl-prev span {
    position: relative;
    bottom: 3px;
}

.owl-next span {
    position: relative;
    bottom: 3px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -60px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -60px;
}


#footer {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background: #cacaca;
    position: relative;
}

.footer_t_h {
    color: var(--primary-color);
    font-family: 'Gotham-Medium';
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 7px !important;
    margin-top: 8px !important;
}

.footer_p {
    font-family: 'Gotham-Book';
    color: var(--text-color);
    line-height: 32px;
    font-weight: 400;
    padding-top: 15px !important;
}

.footer_t_p {
    font-family: 'Gotham-Book';
    letter-spacing: 0.3px;
    color: var(--text-color);
}

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

.footer_cd li {
    font-family: 'Gotham-Book';
    color: var(--text-color);
    list-style: none;
    line-height: 30px;
    padding: 5px 0;
    font-weight: 300;
    letter-spacing: 0.35px;
    line-height: 30px;
}

.footer_cd_h {
    font-family: 'Gotham-Medium';
    padding-bottom: 10px !important;
    font-weight: 600;
    font-size: 17px;
}

#footer_logo {
    margin: auto;
    margin-bottom: 20px;
}

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

.footer_social li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: var(--primary-color);
    line-height: 33px;
    color: var(--secondary-color);
    margin: 10px 5px;
    text-align: center;
}


.footer_h {
    font-family: 'Gotham-Medium';
    padding-bottom: 10px !important;
    padding-top: 15px !important;
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}


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

.footer_li li {
    font-family: 'Gotham-Book';
    color: var(--text-color);
    list-style: none;
    line-height: 30px;
    padding: 6px 0;
    font-weight: 400;
    font-size: 15px;
}

.footer_li li i {
    margin-right: 5px;
}

.footer_li li strong {
    color: var(--text-color);
}

#copy {
    width: 100%;
    height: auto;
    background: var(--primary-color);
    padding: 15px;
}

.copyrights {
    color: #ffffff;
    text-align: center;
    font-family: 'Gotham-Book';
}

.copy_p {
    color: #ffffff;
    text-align: center;
    font-family: 'Gotham-Book';
}


#clients {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: var(--secondary-color);
}

#clients_slider .item {
    margin: 15px !important;
}

#p_img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 10px !important;
}

#companies {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}

.companies-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px !important;
    margin-top: 40px;
    background: var(--secondary-color);
    text-align: center;
}

.oc_mh {
    font-family: 'Gotham-Medium';
    color: var(--primary-color);
    font-size: 22px;
}

.oc_h {
    font-family: 'Gotham-Medium';
    padding-top: 12px !important;
    font-weight: 400;
    font-size: 18px;
    color: var(--p-color);
}


.contact_details {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--s_backgound-color);
    padding-top: 20px;
}

.contact_dbox {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.cd_h {
    font-family: 'Gotham-Medium';
    text-align: center;
    padding-top: 15px !important;
    font-size: 22px;
}

.cd_p {
    font-family: 'Gotham-Book';
    color: var(--p-color);
    font-weight: 400;
    letter-spacing: 0.3px;
    font-size: 15px;
    text-align: center;
    padding-top: 10px !important;
}

.cd_icon {
    background: var(--primary-color);
    color: var(--secondary-color);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: auto;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    font-size: 26px;
    padding-top: 15px;
}


#inner_pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

#contact_form {
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(14, 38, 98, 0.25);
    margin-bottom: 40px;
}

.contact_sh {
    font-family: 'Gotham-Medium';
    font-weight: 700;
    color: var(--primary-color);
    padding-bottom: 25px !important;
}

.c_form {
    padding: 12px !important;
    margin-bottom: 25px;
    height: auto;
    border: 1.5px solid var(--primary-color);
    border-radius: 0;
    font-family: 'Gotham-Book';
    letter-spacing: 0.35px;
    color: var(--text-color) !important;
}

::placeholder {
    color: var(--text-color) !important;
}

.contact_btn {
    font-family: 'Gotham-Medium';
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--secondary-color);
    margin: auto;
    display: block;
    margin-top: 25px;
    font-size: 18px;
    letter-spacing: 0.35px;
    font-weight: 500;
}