
/* CSS Document */

/* 
    Created on   : 23/05/2018.
    Theme Name   : Charles-Business-Consulting HTML Template.
    Version      : 1.0.
    Author       : @CreativeGigs.
    Developed by : Jubayer al hasan. (jubayer.hasan1991@gmail.com)
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../photos/1.gif);
  width: 64px;
  height: 40px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}
/*==================== Custom ========================*/
@media (min-width: 1200px) {
    .header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 {
        padding-left: 0px!important;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 .logo_246895df7c8e1fa2 {
        position: unset!important;
        top: 0!important;
        transform: translateY(0px)!important;
        -webkit transform: translateY(0px)!important;
    }
    .clearfix_9d13076ccafb874a::after {
        content: none!important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 {
        padding-left: 0px!important;
        display: flex;
        position: relative;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 .logo_246895df7c8e1fa2 {
        position: unset!important;
        top: 0!important;
        transform: translateY(0px)!important;
        -webkit transform: translateY(0px)!important;
    }
    .clearfix_9d13076ccafb874a::after {
        content: none!important;
    }
}
.wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 0.95em;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    /* Important for border-radius with tables */
}

.wrapper thead {
    background-color: #f9fafb;
}

.wrapper th {
    padding: 0.75rem 1rem;
    text-align: left;
    font-weight: 600;
    color: #374151;
    border-bottom: 2px solid #e5e7eb;
}

.wrapper tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.wrapper tbody tr:nth-child(even) {
    background-color: #f9fafb;
}

.wrapper tbody tr:last-child {
    border-bottom: none;
}

.wrapper td {
    padding: 0.75rem 1rem;
    color: #4b5563;
    vertical-align: top;
    /* Usually better for table data */
}

@media (max-width: 767.98px) {

    /* Mobile table scrolling */
    .wrapper table {
        display: block;
        /* Make table scrollable */
        width: 100%;
        overflow-x: auto;
        /* Enable horizontal scroll */
        white-space: nowrap;
        /* Prevent content wrapping */
        -webkit-overflow-scrolling: touch;
        /* Smooth scrolling on iOS */
        border-radius: 0;
        /* Remove radius for mobile view if needed */
        border-left: none;
        /* Remove side borders if using full width */
        border-right: none;
    }

    /* Ensure table elements behave correctly within the scrolling block */
    .wrapper thead,
    .wrapper tbody,
    .wrapper tr {
        /* Keep internal table structure */
        width: 100%;
        /* Let them expand */
        table-layout: auto;
        /* Auto column widths */
    }

    .wrapper th,
    .wrapper td {
        white-space: nowrap;
        /* Ensure cell content doesn't wrap */
        display: table-cell;
    }
}

img:not(.sitelogo_5a03a3c68013f2e0):not(.casino-logo-item_7cb6d2b751a4348a img)  {
    border-radius: 10px;
    margin: 1.25rem 0;
}
.theme-accordion {
    border-radius: 10px;
}
.theme-accordion .panel:first-child a::before {
    border-top-right-radius: 10px;
}
.theme-accordion .panel:last-child a::before {
    border-bottom-right-radius: 10px;
}
.theme-accordion .panel:last-child .panel-heading {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.theme-accordion .panel:last-child .active-panel {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.theme-accordion .panel:last-child .panel-body_982beeb472ac7d16 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media (max-width:991px) {
 .contacts-extra-stuff_7afdbb5715195615 {
   padding-top: 20px;
 }
}
.contacts-style-stuff_9a8140067a07abec {
    display: flex;
    padding-left: 25px;
    padding-right: 5px;
    align-items: center;
}
.contacts-extra-stuff_7afdbb5715195615 {
    padding-left: 25px !important;
    padding-right: 5px !important;
}
.contacts-inner-stuff_aa0cf739cb30c806 {
    display: grid;
    row-gap: 2rem;
}
.footer-casino-logos_388deddf65aad920 .logo-items_aeb24922d7bf36b0 {
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 1.5rem;
    /* More space for logos */
    align-items: center;
    justify-content: flex-end;
    /* Align logos to the right on desktop */
}

.footer-casino-logos_388deddf65aad920 .casino-logo-item_7cb6d2b751a4348a img {
    display: block;
    max-height: 30px;
    /* Slightly smaller logos */
    width: auto;
    max-width: 100px;
    filter: grayscale(80%) contrast(120%) brightness(150%);
    /* Make them look like theme1 */
    opacity: 0.7;
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer-casino-logos_388deddf65aad920 .casino-logo-item_7cb6d2b751a4348a img:hover {
    opacity: 1;
    filter: none;
}
/* --- Breadcrumbs Styling --- */
.breadcrumbs_cd05bd19dab28c6d {
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
    padding-top: 1rem;
}

.breadcrumbs_cd05bd19dab28c6d ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.breadcrumbs_cd05bd19dab28c6d li {
    display: inline-flex;
    align-items: center;
}

.breadcrumbs_cd05bd19dab28c6d li:last-child::after {
    content: '';
    margin: 0;
}

.breadcrumbs_cd05bd19dab28c6d a {
    color: #4F46E5;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumbs_cd05bd19dab28c6d a:hover {
    color: #4338CA;
    text-decoration: underline;
}

.breadcrumbs_cd05bd19dab28c6d .active span {
    color: #595959;
    font-weight: 500;
}

/*==================== Click Top ====================*/
.scroll-top {
  width:25px;
  height:25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color:#555555;
  font-size: 18px;
  position: relative;
 }
 .sitelogo_5a03a3c68013f2e0 {max-width: 290px;}
 .main-page-wrapper_4119a7623eaed04d {overflow-x:hidden;}
 h1,h2,h3,h4,h5,h6,p { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {font-family: 'Nunito Sans', sans-serif; color: #232323;}
 h1 {font-size: 60px; font-weight: 900;line-height: 70px;}
 h2 {font-size: 38px; font-weight: 900;}
 h3 {font-size: 32px; font-weight: 700;}
 h4 {font-size: 24px; font-weight: 700;}
 h5 {font-size: 22px; font-weight: 700;}
 h6 {font-size: 20px; font-weight: normal;}
 p {line-height: 27px;}
 body a {text-decoration: none;color: #232323; display: inline-block;font-family: 'Nunito Sans', sans-serif;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;}
 button:focus {outline: none;}
 input,textarea {outline: none; box-shadow: none;transition: all 0.3s ease-in-out;}
.section-spacing_3206263d9018e462 {margin-bottom: 80px;}
.m-top0_adbed71da6bc4cdd {margin-top: 0 !important;}
.m-bottom0_7fab5a5306e81c16 {margin-bottom: 0 !important;}
.p-bottm0_653acc012fda7c08 {padding-bottom: 0 !important;}
.no-border_9bcfccbb705605b7 {border: none !important;}
/*--------------------- Transition --------------------*/
.tran3s_c9b6717f923cddf4,h2 a,h3 a,h4 a,h5 a,h6 a,.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a,.header-one_ca8eee234d90543e .theme-menu-wrapper .right-widget_2be0fdb313dafd10 .social-icon_80303fcda55a7816 li a,#mega-menu-holder ul.dropdown li a:before,.theme-button-one,
#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li > span,.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493,.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text,.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2,
.owl-theme_2cc73bdad7dc70ca .owl-dots_e4a63b131e5be383 .owl-dot_a3a53eec2b07531b span,.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff ul li a,.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce,.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .text,.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a,
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a,.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f ul li a,.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .social-icon_80303fcda55a7816 li a,.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff,
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text .details_dc8212193aea0e18,.accordion-one_751c4e4144ee78e0 .panel-group .panel-heading a:before,.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .read-more_a5411136b332270a,.theme-footer-two_feb2d4e5643abbd1 .logo-widget_16bdb5782c1d9731 .social-icon_80303fcda55a7816 li a,
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce,.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li a,.theme-pagination_9536a8619424a2ae ul li a,.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .social-icon_80303fcda55a7816 li a,
.blog-sidebar_93c30a152b4e8600 .sidebar-categories_69fb2a79ed787f39 ul li a,.blog-sidebar_93c30a152b4e8600 .sidebar-archives_820345c6da6a2d54 ul li a,.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li a,.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d  li a,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .price_b0410abd7203dcc2,
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .image-box_342382555182d763,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d a,.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .nav-tabs_9747a2cedba521a4 .nav-link {
  transition: all .3s ease-in-out;
}
.tran4s_5c37cc2038bd7264,.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a .icon_7a7401f82a0160a7,.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text,.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 img {
  transition: all .4s ease-in-out;
}
 /*----------------------- Theme Color File -------------------*/
.p-color_591695177531dcda,.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a,.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .address_bac7d2b91a8f330d .icon_7a7401f82a0160a7,#theme-main-banner .camera_caption_fbe5f9bf03152ed4 h1,
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 .theme-button-one,.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493:hover h4 a,.about-compnay_a41a2d5f0b6d08a1 .mission-goal_c636df8204953c47 li .icon_7a7401f82a0160a7,.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text .read-more_a5411136b332270a,
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2:hover .text h5 a,.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h5,.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h5 a,.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff ul li a:hover,
.theme-counter_2a48e0c2f7dc2cd9 h6,.single-counter-box_86caa91b00a75a91 .number_2f8581477e69038f,.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 .theme-button-one,.header-two_52e899cb69a654ec #mega-menu-holder>ul> li.active > a, .header-two_52e899cb69a654ec #mega-menu-holder>ul> li:hover > a,
.header-two_52e899cb69a654ec #mega-menu-holder>ul> li.active > .sub-toggle,.header-two_52e899cb69a654ec #mega-menu-holder>ul> li:hover > .sub-toggle,.callout-banner_73527aeb20e9e0c9 .theme-button-one,.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a:hover h5 a,
.faq-section_a0fed6233449ba11 .wrapper .img-box_d962a698fa262d9d .play_31a5f6b1b90d34e9,.why-choose-us_af8ef9780019a435 .single-block_df5c6971a830fa92 .icon_7a7401f82a0160a7,.why-choose-us_af8ef9780019a435 .single-block_df5c6971a830fa92:hover h5 a,.short-banner_69b0d9aef00da6dd .overlay_5ce80054ec6475ce h2,.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .read-more_a5411136b332270a,
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641:hover .post-meta_4ed6e3eb37356b49 .title a,.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li .icon_7a7401f82a0160a7,.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li:hover h5 a,.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce a,
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604:hover .text h5 a,.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li a:hover,.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li.active a,
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .best-list-item_e7742138226b0f76 li .icon_7a7401f82a0160a7,.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .social-icon_80303fcda55a7816 li a:hover,.blog-sidebar_93c30a152b4e8600 .sidebar-categories_69fb2a79ed787f39 ul li a:hover,
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li .post a:hover,.blog-sidebar_93c30a152b4e8600 .sidebar-archives_820345c6da6a2d54 ul li a:hover,.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .tag-meta_a33c8e0fc22dedce li a:hover,.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .social-icon_80303fcda55a7816 li a:hover,
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 .comment_224dff7cd2012675 a,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .price_b0410abd7203dcc2,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0:hover .product-name_80e378dcb0a6124a h5 a,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d a,
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .price_b0410abd7203dcc2,.faq-page_515fbac5173c7661 .panel-group .panel-heading h6 a:before {
  color:#001a57;
}
.p-bg-color_7ffb1ec82250a87d,.scroll-top,.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a:hover,.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 form button,
#mega-menu-holder ul.dropdown li:hover>a:before,.theme-button-one,#theme-main-banner .camera_caption_fbe5f9bf03152ed4 .theme-button-one:hover,.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b .theme-button-one,
#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li.cameracurrent_f76ce4c829b356a2 > span,#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li:hover > span,.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h5:before,
.testimonial-section_5072954da42cc6fe .owl-theme_2cc73bdad7dc70ca .owl-dots_e4a63b131e5be383 .owl-dot_a3a53eec2b07531b.active span,.testimonial-section_5072954da42cc6fe .owl-theme_2cc73bdad7dc70ca .owl-dots_e4a63b131e5be383 .owl-dot_a3a53eec2b07531b:hover span,#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text .details_dc8212193aea0e18:hover,.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 .overlay_5ce80054ec6475ce .date_a515dca70849cb47,.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce a:hover,
.theme-sidebar-one_a93a8134855b5f38 .sidebar-brochures_813f96adba0418a0 ul,.theme-pagination_9536a8619424a2ae ul li a:hover,.theme-pagination_9536a8619424a2ae ul li.active a,.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li.active a,.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li a:hover  {
  background: #001a57;
}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a,#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li,.theme-pagination_9536a8619424a2ae ul li a:hover,.theme-pagination_9536a8619424a2ae ul li.active a,.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li.active a,
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li a:hover,.shop-page_3802f74944d56b1b .single-product_42001264d3326da0:hover .image-box_342382555182d763 {
  border-style: solid;
  border-color:#001a57;
}
/*----------------- Theme button ------------------*/
body .theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
}
body .theme-button-one:hover {background:#000f32; }
/*------------------- Theme Title ------------------*/
.theme-title-one_53ee22832a262da9 {position: relative;text-align: left;}
.theme-title-one_53ee22832a262da9 h2 {
  position: relative;
  text-transform: uppercase;
}
/*------------------- Theme Pagination ------------------*/
.theme-pagination_9536a8619424a2ae ul {padding-top: 40px;}
.theme-pagination_9536a8619424a2ae ul li {display: inline-block;}
.theme-pagination_9536a8619424a2ae ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
}
.theme-pagination_9536a8619424a2ae ul li a:hover,
.theme-pagination_9536a8619424a2ae ul li.active a {color: #fff;}
.theme-pagination_9536a8619424a2ae ul li.active a {cursor: default;}
/*--------------------------- Theme Header One  ---------------------*/
.header-one_ca8eee234d90543e {position: relative;}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 {background: #fff;padding: 40px 0 32px 0;}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 li {display: inline-block;vertical-align: middle;}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  padding: 0 27px;
  border-width: 2px;
  border-radius: 5px;
}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .quotes_d2cde942dafed43f a:hover {color: #fff;}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .address_bac7d2b91a8f330d {
  position: relative;
  padding: 0 38px 0 60px;
  margin-right: 15px;
}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .address_bac7d2b91a8f330d .icon_7a7401f82a0160a7 {
  position: absolute;
  top:-6px;
  left:0;
  font-size: 40px;
}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .address_bac7d2b91a8f330d:first-child:before {
  content: '';
  position: absolute;
  top:5px;
  right: 0;
  width: 1px;
  height: 42px;
  background: #e8e8e8;
}
.header-one_ca8eee234d90543e .top-header_3c94d19ec54811e9 .address-wrapper_7f8da0b378bd3ab9 .address_bac7d2b91a8f330d:first-child {margin-right: 35px;}
/*--------------------------- Theme Header Two  ---------------------*/
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 {background: #000f32;padding: 12px 0;}
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .left-widget_be04f8d56902c5a9 li {display: inline-block;color: #fff;font-size: 16px;}
#polyglotLanguageSwitcher {margin-left:25px;}
#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  color:#fff;
  top:0;
  right:-32px;
}
#polyglotLanguageSwitcher a {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  color:#fff;
  font-weight: normal;
}
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .social-icon_80303fcda55a7816 {text-align: right;}
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .social-icon_80303fcda55a7816 li {display: inline-block;margin-left: 15px;}
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .social-icon_80303fcda55a7816 li a {font-size: 15px;color: #ccd1dd;}
.header-two_52e899cb69a654ec .top-header_3c94d19ec54811e9 .social-icon_80303fcda55a7816 li a:hover {color: #fff;}
/*------------------------ Theme menu One --------------------*/
.header-one_ca8eee234d90543e .theme-menu-wrapper {position: relative;z-index: 99;margin-bottom: -42px;}
.header-one_ca8eee234d90543e .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 {background: #000f32;position: relative;padding-left: 25px;}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 ul li {display: inline-block;line-height: 75px;vertical-align: middle;}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .social-icon_80303fcda55a7816 li a {
  font-size: 15px;
  color: #ccd1dd;
  margin: 0 7px;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .social-icon_80303fcda55a7816 li a:hover {color: #fff;}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa {
  margin-left: 30px;
  width: 60px;
  text-align: center;
  border-right: 1px solid #0d2356;
  border-left: 1px solid #0d2356;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa a {
  position: relative;
  color: #cfd6e6;
  font-size: 16px;
}
.something-to-hold_5b00f89c9adec2e8 {
  min-height: 113px;
  align-items: center;
}
.someone-to-hold_ac11ea56a1151c49 {
  min-height: 112px;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa a span {
  font-family: 'Nunito Sans', sans-serif;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  line-height: 15px;
  font-size: 11px;
  font-weight: 600;
  color: #555555;
  top: 23px;
  right: -8px;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 .dropdown-toggle {
  background: transparent;
  font-size: 15px;
  color: #cfd6e6;
  width: 55px;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 .dropdown-toggle:after {display: none;}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 .dropdown-menu {
  -webkit-transform:none !important;
          transform:none !important;
  position: absolute;
  height:55px;
  width:280px;
  padding: 5px;
  border-radius: 0;
  right: 0 !important;
  left:auto !important;
  top:100% !important;
  box-shadow: none;
  border:none;
  float:none;
  margin:0;
  background: #fff;
  box-shadow: 0px 4px 10px -2px rgba(0,0,0,0.23);
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 form input {
  position: absolute;
  top:5px;
  left:5px;
  right: 5px;
  bottom: 5px;
  background: transparent;
  border:1px solid #ececec;
  padding: 0 49px 0 10px;
}
.theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 form button {
  display: block;
  width:48px;
  color:#fff;
  border:1px solid #fff;
  border-left:none;
  line-height: 45px;
  text-align: center;
  position: absolute;
  top:4px;
  right:5px;
}
/*------------------------ Theme menu Two --------------------*/
.header-two_52e899cb69a654ec #mega-menu-holder>ul> li> a,.header-two_52e899cb69a654ec #mega-menu-holder li .sub-toggle,
.header-two_52e899cb69a654ec #mega-menu-holder>ul> li> a:before {color: #555555;}
.header-two_52e899cb69a654ec #mega-menu-holder>ul> li> a {padding-top: 43px;}
.header-two_52e899cb69a654ec #mega-menu-holder>ul> li> a:before,
.header-two_52e899cb69a654ec #mega-menu-holder li .sub-toggle {line-height: 97px;padding-top: 4.5px}
.header-two_52e899cb69a654ec #mega-menu-holder li>ul.dropdown li:first-child {border-top:1px solid rgba(0,0,0,0.04);}
.header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 {position: relative;padding-left: 270px;}
.header-two_52e899cb69a654ec .theme-menu-wrapper .bg-wrapper_264d90e6fc446b53 .logo_246895df7c8e1fa2 {
  position: absolute;
  left:0;
  z-index: 99;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.header-two_52e899cb69a654ec .theme-menu-wrapper .right-widget_2be0fdb313dafd10 ul li {line-height: 97px;}
.header-two_52e899cb69a654ec .theme-menu-wrapper .right-widget_2be0fdb313dafd10 .search-option_e1834a771aedcf36 .dropdown-toggle {width: auto;color: #555555;}
.header-two_52e899cb69a654ec .theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa {
  border: none;
  width: auto;
  margin: 0 20px 0 0;
}
.header-two_52e899cb69a654ec .theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa a {color: #555555;font-size: 18px;}
.header-two_52e899cb69a654ec .theme-menu-wrapper .right-widget_2be0fdb313dafd10 .cart-icon_3b3d2fa90f46fbfa a span {
  background: #000f32;
  color: #fff;
  top:35px;
}
/*================= Sticky Menu ===============*/
@-webkit-keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
@keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}
.theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  background: #000f32;
  margin: 0;
  padding-top: 0;
  box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}
.header-two_52e899cb69a654ec .theme-menu-wrapper.fixed {background: #fff;}
/*---------------------------- Theme Main Banner -------------------------*/
#theme-main-banner {margin: 0 !important;}
.camera_wrap_3fd3ae9735e70dbb {float:none;}
#theme-main-banner .camera_overlayer_c9451ede7dc82d71 {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,26,27,0.10);
}
#theme-main-banner .main-container_a1f82aa98102a736 {position: relative;}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 {height: 100%;}
#theme-main-banner .container {
  position: relative;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 h1 {text-transform: uppercase;padding: 30px 0 35px 0;}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 p {
  font-size: 26px;
  line-height: 35px;
  color: #556382;
  font-weight: 300;
}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 .theme-button-one {background: #fff;}
#theme-main-banner .camera_caption_fbe5f9bf03152ed4 .theme-button-one:hover {color: #fff;}
#theme-main-banner .camera_pag_eb28b03bb6afe103 {
  position: absolute;
  height: 100%;
  top:0;
  left:3%;
  z-index: 9;
}
#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 {
  text-align: center;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
}
#theme-main-banner .camera_pag_eb28b03bb6afe103 .camera_pag_ul_5cac7d060a299b33 li span {
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  border-radius:50%;
}
/*--------------------- Top Feature -------------------*/
.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493 {
  text-align: center;
  padding: 50px 16%;
  border-bottom: 4px solid transparent;
}
.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493:hover {border-bottom-color: #001a57;}
.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493 img {margin: 0 auto;}
.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493 h4 {
  position: relative;
  padding-bottom: 18px;
  margin: 15px 0 18px 0;
}
.top-feature_b5bc2a4011890d46 .main-content_4312ec1e7bcb8493 h4:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -20px;
}
.top-feature_b5bc2a4011890d46.fix-border_f68c697973dbdc9e .main-content_4312ec1e7bcb8493 {border-top: 4px solid transparent;border-bottom: none;}
.top-feature_b5bc2a4011890d46.fix-border_f68c697973dbdc9e .main-content_4312ec1e7bcb8493:hover {border-top-color: #001a57;}
/*------------------ About Company -----------------*/
.about-compnay_a41a2d5f0b6d08a1 img {border-radius: 5px;}
.about-compnay_a41a2d5f0b6d08a1 .mission-goal_c636df8204953c47 {
  border-top:1px solid #dcdcdc;
  padding-top: 23px;
  margin-top: 33px;
}
.about-compnay_a41a2d5f0b6d08a1 .mission-goal_c636df8204953c47 li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  position: relative;
}
.about-compnay_a41a2d5f0b6d08a1 .mission-goal_c636df8204953c47 li .icon_7a7401f82a0160a7 {font-size: 55px;}
.about-compnay_a41a2d5f0b6d08a1 .mission-goal_c636df8204953c47 li:nth-child(2) {
  border-left: 1px dashed #c3c3c3;
  border-right: 1px dashed #c3c3c3;
}
/*------------------ Feature Banner ---------------*/
.feature-banner_e9371c725d28acb4 {
  background: url(../photos/home/2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}
.feature-banner_e9371c725d28acb4 .opacity {
  background: rgba(0,26,87,0.5);
  padding: 74px 0 80px 0;
}
.feature-banner_e9371c725d28acb4 .opacity h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 32px;
}
/*---------------- Service Style One --------------*/
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 {
  position: relative;
  padding-left: 118px;
  overflow: hidden;
  margin-bottom: 30px;
}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text {
  border: 1px solid #eaeaea;
  border-radius: 0 4px 4px 0;
  border-left:none;
  padding: 20px 10px 18px 30px;
}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text p {padding-bottom: 10px;}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text .read-more_a5411136b332270a {
  font-size: 14px;
  font-weight: 700;
}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .text .read-more_a5411136b332270a i {margin-left: 2px;}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .img-box_d962a698fa262d9d {
  position: absolute;
  left:0;
  top:0;
  bottom: 0;
  width: 120px;
  border-radius: 5px;
  background: #001a57;
}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2 .img-box_d962a698fa262d9d img {width: 100%;border-radius: 4px;opacity: 0.9;}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2:hover .text {border-color: #fff;}
.service-style-one_5cfe7ec26a823020 .single-service_ce4fc838874b89d2:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.service-style-one_5cfe7ec26a823020 .wrapper {margin-top: 50px;}
.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 {text-align: center;padding-top:35px;}
.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h4 {font-weight: normal;margin-bottom: 10px;}
.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h5 {font-weight: normal;display: inline-block;position: relative;}
.service-style-one_5cfe7ec26a823020 .contact-text_6038ac5b3d6715b1 h5:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left:0;
}
/*-------------------- Testimonial Slider ------------------*/
.testimonial-section_5072954da42cc6fe {
  background: url(../photos/home/9.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}
.testimonial-section_5072954da42cc6fe .overlay_5ce80054ec6475ce {background: rgba(0,0,0,0.1);padding: 125px 0;}
.testimonial-section_5072954da42cc6fe .wrapper {width: 55%;padding-right: 15px;}
.testimonial-section_5072954da42cc6fe .wrapper .bg {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 40px 65px 35px 65px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.testimonial-section_5072954da42cc6fe .wrapper .bg:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:30px;
  right: -10px;
  color: #fff;
  font-size: 35px;
}
.testimonial-section_5072954da42cc6fe .wrapper p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}
.testimonial-section_5072954da42cc6fe .wrapper .name h6 {font-weight: normal;}
.testimonial-section_5072954da42cc6fe .wrapper .name span {font-size: 16px;}
.testimonial-section_5072954da42cc6fe .wrapper .name {position: relative;margin: 25px 0 28px 0;z-index: 1;}
.testimonial-section_5072954da42cc6fe .wrapper .name:before {
  content: '“';
  color: #f1f1f1;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top:-42px;
  left:50%;
  z-index: -1;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.testimonial-section_5072954da42cc6fe .owl-theme_2cc73bdad7dc70ca .owl-dots_e4a63b131e5be383 .owl-dot_a3a53eec2b07531b span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cecece;
  margin: 0 5px;
}
/*----------------------- Our Team -----------------*/
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e {margin-top: 30px; text-align: center;}
.our-team_e384935eede8b7e3 .wrapper {margin-top: 25px;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .image-box_342382555182d763 img {width: 100%;border-radius: 5px 5px 0 0;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .image-box_342382555182d763 {position: relative;overflow: hidden;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .text {
  padding: 13px 0;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e:hover .text {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .text h6 {font-weight: 600;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .text span {font-size: 16px;font-style: italic;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,26,87,0.7);
  border-radius: 5px 5px 0 0;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e:hover .overlay_5ce80054ec6475ce {
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff ul li {display: inline-block;margin: 0 2px;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff ul li a:hover {background: #fff;}
.our-team_e384935eede8b7e3 .team-member_916afe13d01ecf2e .overlay_5ce80054ec6475ce .hover-content_9940219b339828ff p {line-height: 25px;color: #fff;padding-top: 15px;}
/*------------------ Theme Counter -------------------*/
.theme-counter_2a48e0c2f7dc2cd9 {background: #f8faff;padding: 55px 0;}
.theme-counter_2a48e0c2f7dc2cd9 .bg {
  background: url(../photos/home/pattern.png) no-repeat center center;
  text-align: center;
  padding: 85px 0 85px 0;
}
.theme-counter_2a48e0c2f7dc2cd9 h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.theme-counter_2a48e0c2f7dc2cd9 h2 {font-size: 42px;font-weight: 700;padding: 12px 0 35px 0;}
.cunter-wrapper_81c4655e7362a69b {width: 75%;margin: 0 auto; text-align: center;}
.single-counter-box_86caa91b00a75a91 .number_2f8581477e69038f {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 40px;
}
.single-counter-box_86caa91b00a75a91 .number_2f8581477e69038f .timer {font-size: 70px;}
.single-counter-box_86caa91b00a75a91 p {margin-top: -15px;}
.single-counter-box_86caa91b00a75a91 {margin-bottom: 10px;}
.theme-counter_2a48e0c2f7dc2cd9 .theme-button-one {margin-top: 45px;}
/*------------------ Free Consultation -----------------*/
.consultation-form_83cb0d070c0d198c .theme-title-one_53ee22832a262da9 {margin-bottom: 55px;}
.consultation-form_83cb0d070c0d198c .main-content_4312ec1e7bcb8493 {box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);}
.consultation-form_83cb0d070c0d198c .img-box_d962a698fa262d9d {
  background: url(../photos/home/10.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}
.consultation-form_83cb0d070c0d198c .form-wrapper_63b3052e1f57f0d7 {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 0 40px;
}
.theme-form-one_ed7a49ae95d8c1d7 input,
.theme-form-one_ed7a49ae95d8c1d7 .form-control_03e491cea396458d {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  padding: 0 0 12px 0;
  margin-bottom: 35px;
}
.theme-form-one_ed7a49ae95d8c1d7 textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  resize:none;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding: 0 0 10px 0;
  margin-bottom: 32px;
}
.theme-form-one_ed7a49ae95d8c1d7 .theme-button-one { font-family: 'Nunito Sans', sans-serif;}
/*------------------- Partner Slider ------------------*/
.partner-section_7b72332e0cda7afd {padding: 22px 0;}
.partner-section_7b72332e0cda7afd.bg-color_14e0fd1615a3a34f {background: #f8faff;}
.partner-section_7b72332e0cda7afd h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}
.partner-section_7b72332e0cda7afd img {margin: 0 auto;}
/*---------------------- Theme footer one ------------------*/
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 {background: #001648;padding: 80px 0 75px 0;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .about-widget_950464f85c82fb23 p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .about-widget_950464f85c82fb23 .queries_474a3c921674b6cc i {font-size: 22px;vertical-align: middle;margin-right: 10px;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .about-widget_950464f85c82fb23 .queries_474a3c921674b6cc {color: #fff;margin-top: 25px;font-size: 17px;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .about-widget_950464f85c82fb23 .queries_474a3c921674b6cc a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  color: #fff;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li {
  padding: 6px 0 20px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li .post {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  margin-top: -5px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li .post .date_a515dca70849cb47 {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 5px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li .post .date_a515dca70849cb47 i {
  margin-right: 5px;
  font-size: 14px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-recent-post_a905a674e78b9396 li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li {
  line-height: 32px;
  padding-left: 20px;
  position: relative;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a:hover {color: #fff;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 input {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #9ca6bf;
  border: none;
  border-bottom: 1px solid rgba(223,223,223,0.2);
  background: transparent;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 .theme-button-one {background: #fff;margin-top: 15px;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 .theme-button-one:hover {color: #fff;background: #001138;}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9ca6bf;
}

.theme-footer-one_ea8a7926deb41fc4 .top-footer_0af664b0f3d2d6b2 .footer-newsletter_f153a04fdbcaf224 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #9ca6bf;
}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f {background: #001138;padding: 15px 0;}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f p {color: #9ca6bf;line-height: 25px;font-size: 17px;}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f ul {text-align: right;}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f ul li {display: inline-block;line-height: 25px;}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
  margin-left: 35px;
}
.theme-footer-one_ea8a7926deb41fc4 .bottom-footer_08f96364497d7d8f ul li a:hover  {color: #fff;}
/*---------------------- Theme footer Two ------------------*/
.theme-footer-two_feb2d4e5643abbd1 {background: #001648;padding-top: 75px;}
.theme-footer-two_feb2d4e5643abbd1 .logo-widget_16bdb5782c1d9731 p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  padding: 15px 0;
}
.theme-footer-two_feb2d4e5643abbd1 .logo-widget_16bdb5782c1d9731 .social-icon_80303fcda55a7816 li {display: inline-block;margin-right: 15px;}
.theme-footer-two_feb2d4e5643abbd1 .logo-widget_16bdb5782c1d9731 .social-icon_80303fcda55a7816 li a {font-size: 15px;color: #ccd1dd;}
.theme-footer-two_feb2d4e5643abbd1 .logo-widget_16bdb5782c1d9731 .social-icon_80303fcda55a7816 li a:hover {color: #fff;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li {
  line-height: 35px;
  padding-left: 20px;
  position: relative;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  color: #9ca6bf;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-list_d99291d0d8752762 ul li a:hover {color: #fff;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-gallery_2ecdb52022b513fd .wrapper {padding: 11px 45px 0 0;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-gallery_2ecdb52022b513fd .wrapper .row {margin: 0 -3px;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-gallery_2ecdb52022b513fd .wrapper .row [class*="col-"] {padding: 0 3px;margin-bottom: 6px;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-gallery_2ecdb52022b513fd .wrapper a img {width: 100%;border-radius: 5px;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .footer-gallery_2ecdb52022b513fd .wrapper a {width: 100%;overflow: hidden;display: block;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .contact-widget_756dc7acb86c1729 ul li {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
  position: relative;
  padding: 5px 0 12px 40px;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .contact-widget_756dc7acb86c1729 ul li:last-child {padding-bottom: 0;}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .contact-widget_756dc7acb86c1729 ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #9ca6bf;
}
.theme-footer-two_feb2d4e5643abbd1 .top-footer_0af664b0f3d2d6b2 .contact-widget_756dc7acb86c1729 ul li i {
  font-size: 22px;
  position: absolute;
  top:8px;
  left:0;
}
.theme-footer-two_feb2d4e5643abbd1 .bottom-footer_08f96364497d7d8f {
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin: 0 auto;
  border-top:1px solid rgba(255,255,255,0.1);
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  gap: clamp(40px, 20vw, 350px);
}
.theme-footer-two_feb2d4e5643abbd1 .bottom-footer_08f96364497d7d8f .container {
  width: fit-content;
  margin-left: 0;
  margin-right: 0;
}
.theme-footer-two_feb2d4e5643abbd1 .bottom-footer_08f96364497d7d8f .container:first-child {
  margin-left: auto;
}

.theme-footer-two_feb2d4e5643abbd1 .bottom-footer_08f96364497d7d8f .container:last-child {
  margin-right: auto;
}

.theme-footer-two_feb2d4e5643abbd1 .bottom-footer_08f96364497d7d8f p {font-size: 17px;color: #9ca6bf;display:inline-block;margin-top:1rem;}
/*----------------- CallOut Banner  --------------*/
.callout-banner_73527aeb20e9e0c9 {
  background-color: #001a57;
  background-image: url(../photos/home/pattern2.png);
  padding: 40px 0;
}
.callout-banner_73527aeb20e9e0c9 .title {
  float: left;
  line-height: 40px;
  color: #fff;
  width: 27%;
}
.callout-banner_73527aeb20e9e0c9 p {
  float: left;
  color: #a9b3c8;
  padding-left: 70px;
  width: 55%;
  position: relative;
}
.callout-banner_73527aeb20e9e0c9 p:before {
  content: '';
  width: 4px;
  height: 93%;
  background:#9ca6bc;
  border-radius: 5px;
  position: absolute;
  left:25px;
  top:3px;
}
.callout-banner_73527aeb20e9e0c9 .theme-button-one {background: #fff; margin-top: 15px;float: right;}
.callout-banner_73527aeb20e9e0c9 .theme-button-one:hover {color: #fff;background: #000f32;}
.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b {background: none;padding: 0;margin-bottom: 70px;}
.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b .title {
  color: #232323;
  text-align: right;
}
.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b p {color: #555555;}
.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b p:before {background: #c3c3c3;}
.callout-banner_73527aeb20e9e0c9.no-bg_322e596b77f6809b .theme-button-one {color: #fff;}
/*------------------------- Our Solution -------------------*/
.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a {margin-top: 55px;text-align: center;background: #fff;}
.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a .icon_7a7401f82a0160a7 {margin: 0 auto;}
.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a h5 {margin: 26px 0 10px 0;}
.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a  p {padding: 0 22px;}
.our-solution_6eef56b0ed60740d .single-solution-block_dceda85b13f7e95a:hover .icon_7a7401f82a0160a7 {
  -webkit-transform:scale(1.1);
          transform:scale(1.1);
}
/*------------------- About Company Stye Two -------------------*/
.about-compnay-two_7e339b85253144cb {
  background: url(../photos/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}
.about-compnay-two_7e339b85253144cb .overlay_5ce80054ec6475ce {background: rgba(0,26,87,0.8);padding: 100px 0;}
.about-compnay-two_7e339b85253144cb .theme-title-one_53ee22832a262da9 {text-align: left;margin-bottom: 30px;}
.about-compnay-two_7e339b85253144cb .theme-title-one_53ee22832a262da9 h2 {color: #fff;}
.about-compnay-two_7e339b85253144cb .theme-title-one_53ee22832a262da9 h2:before {left:0;margin: 0;color: #919fbf;}
.about-compnay-two_7e339b85253144cb .text p {
  color: #cad2e5;
  padding: 0 50px 15px 0;
}
.about-compnay-two_7e339b85253144cb .text .sign_737db9cf02e74cd0 {margin-top: 15px;}
.about-compnay-two_7e339b85253144cb .quote-form_c0d5f564460e35da {
  background: #fff;
  border-radius: 5px;
  padding: 25px 25px 40px 40px;
}
.about-compnay-two_7e339b85253144cb .theme-form-one_ed7a49ae95d8c1d7 textarea {
  height: 80px;
  max-height: 80px;
  margin-bottom: 22px;
}
.about-compnay-two_7e339b85253144cb .left-img_de94c1ab56bf2877 {border-radius: 5px;}
.about-compnay-two_7e339b85253144cb.no-bg_322e596b77f6809b {background: none;}
.about-compnay-two_7e339b85253144cb.no-bg_322e596b77f6809b .overlay_5ce80054ec6475ce {background: #fff;padding: 0;}
.about-compnay-two_7e339b85253144cb.no-bg_322e596b77f6809b .theme-title-one_53ee22832a262da9 h2 {color: #232323;}
.about-compnay-two_7e339b85253144cb.no-bg_322e596b77f6809b .theme-title-one_53ee22832a262da9 h2:before {background: #c3c3c3;}
.about-compnay-two_7e339b85253144cb.no-bg_322e596b77f6809b .text p {color: #555555;padding-right: 0;}
/*----------------------- Our Case --------------------*/
.our-case_f7664b400e392f20 .row {margin: 0 -22px;}
.our-case_f7664b400e392f20 .row [class="col-"] {padding: 0 22px;}
.our-case_f7664b400e392f20 .wrapper {margin-top: 10px;}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 40px;
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 img {width: 100%;border-radius: 5px;}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0,26,87,0.6);
  border-radius: 5px;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700:hover .hover-content_9940219b339828ff {
  -webkit-transform:scale(1);
          transform:scale(1);
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text {
  position: absolute;
  width: 100%;
  left:0;
  bottom: 20px;
  padding: 0 28px;
  opacity: 0;
  transition-delay:0.2s;
  -webkit-transform:translateY(100px);
          transform:translateY(100px);
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700:hover .hover-content_9940219b339828ff .text {
  -webkit-transform:translateY(0);
          transform:translateY(0);
  opacity: 1;
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text h5 a {color: #fff;}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text p {font-size: 17px;color: #fff;}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text .details_dc8212193aea0e18 {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  color: #979797;
  font-size: 20px;
  margin-top: 7px;
}
.our-case_f7664b400e392f20 .single-case-block_ccf628a26d131700 .hover-content_9940219b339828ff .text .details_dc8212193aea0e18:hover {color: #fff;}
.our-case_f7664b400e392f20 .view-all_35cfd9c81e326d49 {text-align: center;margin-top: 60px;}
.our-case_f7664b400e392f20.our-project_3dbab2e9ba033d5c .wrapper,.our-case_f7664b400e392f20.our-project_3dbab2e9ba033d5c .single-case-block_ccf628a26d131700 {margin-top: 0;}
.our-case_f7664b400e392f20.our-project_3dbab2e9ba033d5c .single-case-block_ccf628a26d131700 {margin-bottom: 40px;}
/*------------------- Faq Section -------------------*/
.faq-section_a0fed6233449ba11 {
  background: url(../photos/home/12.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 285px;
}
.faq-section_a0fed6233449ba11 .overlay_5ce80054ec6475ce {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}
.faq-section_a0fed6233449ba11 .theme-title-one_53ee22832a262da9 h2 {color: #fff;}
.faq-section_a0fed6233449ba11 .theme-title-one_53ee22832a262da9 h2:before {background: #ced7ec;}
.faq-section_a0fed6233449ba11 .theme-title-one_53ee22832a262da9 p {color: #cad2e5;}
.faq-section_a0fed6233449ba11 .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}
.faq-section_a0fed6233449ba11 .wrapper .img-box_d962a698fa262d9d {
  background: url(../photos/home/13.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 500px;
}
.faq-section_a0fed6233449ba11 .wrapper .img-box_d962a698fa262d9d .play_31a5f6b1b90d34e9 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top:50%;
  left:50%;
  margin: -36px 0 0 -36px;
  text-align: center;
  line-height: 72px;
}
.faq-section_a0fed6233449ba11 .wrapper .faq-content_02a6c41e786708eb {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 43px 50px 60px 50px;
}
.accordion-one_751c4e4144ee78e0 .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #e6e6e6;
}
.accordion-one_751c4e4144ee78e0 .panel-heading h6 a {
  color:#232323;
  padding: 15px 25px 15px 0;
  display: block;
  position: relative;
}
.accordion-one_751c4e4144ee78e0 .panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border:none;
}
.accordion-one_751c4e4144ee78e0 .panel-group .panel-body_982beeb472ac7d16 {border:none;padding: 20px 0;border-bottom: 1px solid #e6e6e6;}
.accordion-one_751c4e4144ee78e0 .panel-group .panel-heading a:before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 20px;
  color: #c7c7c7;
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  font-weight: normal;
}
.accordion-one_751c4e4144ee78e0 .panel-group .panel-heading.active-panel a:before {content: "\f109";}
/*------------------ Why Choose us -----------------*/
.why-choose-us_af8ef9780019a435 .single-block_df5c6971a830fa92 {
  position: relative;
  margin-top: 45px;
  padding: 0 0 0 90px;
}
.why-choose-us_af8ef9780019a435 .wrapper {margin-top: 10px;}
.why-choose-us_af8ef9780019a435 .single-block_df5c6971a830fa92 h5 {margin-bottom: 10px;}
.why-choose-us_af8ef9780019a435 .single-block_df5c6971a830fa92 .icon_7a7401f82a0160a7 {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
/*------------------ Short Banner ------------------*/
.short-banner_69b0d9aef00da6dd {
  background: url(../photos/home/14.jpg) no-repeat center center;
  background-size: cover;
  background-color: #707d9e;
}
.short-banner_69b0d9aef00da6dd .overlay_5ce80054ec6475ce {
  background: rgba(255,255,255,0.4);
  padding: 52px 0;
  text-align: center;
}
.short-banner_69b0d9aef00da6dd .overlay_5ce80054ec6475ce h2 {
  font-size: 40px;
  line-height: 48px;
  width: 65%;
  margin: 0 auto;
}
/*----------------- Latest News ------------------- */
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 img {width: 100%;}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641:hover .image-box_342382555182d763 img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1)
}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 .overlay_5ce80054ec6475ce {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5px;
  background: rgba(0,0,0,0.05);
}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .image-box_342382555182d763 .overlay_5ce80054ec6475ce .date_a515dca70849cb47 {
  line-height: 25px;
  border-radius: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #fff;
  padding: 0 18px;
  position: absolute;
  left:20px;
  bottom: 20px;
}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .title {
  line-height: 28px;
  margin: 20px 0 10px 0;
}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .read-more_a5411136b332270a {font-size: 14px;text-transform: uppercase;font-weight: 700;}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .read-more_a5411136b332270a:hover {text-decoration: underline;}
.latest-news_16fac14d622de281 .single-blog_cf71b1aa2d72c641 {margin-top: 35px;}
.latest-news_16fac14d622de281 .wrapper {margin-top: 20px;}
.blog-inner-page_8711f32b663e7874 .our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .title {font-size: 26px;margin-top: 25px;}
.our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 p {margin-bottom: 12px;}
.blog-inner-page_8711f32b663e7874 .our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641 {margin-bottom: 40px;}
.blog-inner-page_8711f32b663e7874 .our-blog_e8711700b1f9c52f .single-blog_cf71b1aa2d72c641:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 55px;
}
.blog-grid_2ea123e5acab86cd .single-blog_cf71b1aa2d72c641 {margin-bottom: 40px;}
/*------------------- Google Map ---------------------*/
.map-canvas_45d3eae22241772b {width: 100%;height: 100%;}
.google-map-one_36e510dcd973ac46 {height: 300px;}
/*---------------------- Theme Inner Banner -----------------*/
.theme-inner-banner_c7e309fb44c8320d {
  background: url(../photos/home/inner-banner.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #707d9e;
}
.theme-inner-banner_c7e309fb44c8320d .overlay_5ce80054ec6475ce {
  background: rgba(0,26,87,0.4);
  text-align: center;
  padding: 110px 0 70px 0;
}
.theme-inner-banner_c7e309fb44c8320d .overlay_5ce80054ec6475ce h2 {font-size: 45px;color: #fff;text-transform: uppercase;}
/*------------------- Why WE Best -------------------*/
.why-we-best_6bc1dde3c9ca4301 {
  background: url(../photos/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 270px;
}
.why-we-best_6bc1dde3c9ca4301 .overlay_5ce80054ec6475ce {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}
.why-we-best_6bc1dde3c9ca4301 .theme-title-one_53ee22832a262da9 h2 {color: #fff;}
.why-we-best_6bc1dde3c9ca4301 .theme-title-one_53ee22832a262da9 h2:before {background: #ced7ec;}
.why-we-best_6bc1dde3c9ca4301 .theme-title-one_53ee22832a262da9 p {color: #cad2e5;}
.why-we-best_6bc1dde3c9ca4301 .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}
.why-we-best_6bc1dde3c9ca4301 .wrapper .img-box_d962a698fa262d9d {
  background: url(../photos/home/16.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
  height: 500px;
}
.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 {
  background: #fff;
  padding: 65px 20px 65px 50px;
  border-radius: 5px 0 0 5px;
}
.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 90px;
}
.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li:last-child {margin-bottom: 0;}
.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li h5 {margin-bottom: 10px;}
.why-we-best_6bc1dde3c9ca4301 .wrapper .best-list-item_e7742138226b0f76 li .icon_7a7401f82a0160a7 {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
/*---------------- Core Values ----------------*/
.core-values_d4694dbe3fff1821 {background: #f8faff;padding: 95px 0 115px 0;}
.core-values_d4694dbe3fff1821 .wrapper {margin-top: 20px;}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 {margin-top: 40px;}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763  img {width: 100%;}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce {
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  text-align: center;
  border-radius: 5px 5px 0 0;
  background: rgba(0,26,87,0.5);
  opacity: 0;
  -webkit-transform:scale(1,0);
          transform:scale(1,0);
}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604:hover .image-box_342382555182d763 .overlay_5ce80054ec6475ce {
  opacity: 1;
  -webkit-transform:scale(1);
          transform:scale(1);
}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce a {
  background: #fff;
  padding: 0 23px;
  line-height: 40px;
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .image-box_342382555182d763 .overlay_5ce80054ec6475ce a:hover {color: #fff;}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .text {
  background: #fff;
  border: 1px solid #e5ecff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 25px 20px 25px 30px;
}
.core-values_d4694dbe3fff1821 .single-value-block_e6f5f456002ff604 .text h5 {margin-bottom: 10px;}
/*--------------------- Theme Sidebar One ----------------------*/
.theme-sidebar-one_a93a8134855b5f38 .sidebar-box_6b5fa18530eccb7c {margin-bottom: 50px;}
.theme-sidebar-one_a93a8134855b5f38 .title {font-weight: normal;margin-bottom: 25px;}
.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li a:hover,
.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li.active a {background: #f5f8ff;border-color: #bccaea;}
.theme-sidebar-one_a93a8134855b5f38 .service-categories_f71927f1ab8da697 ul li:last-child a {margin: 0;}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-brochures_813f96adba0418a0 ul {padding: 0 25px;border-radius: 5px;}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-brochures_813f96adba0418a0 ul li a {
  display: block;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
  padding-left: 30px;
}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-brochures_813f96adba0418a0 ul li:last-child a {border-bottom: 0;}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-brochures_813f96adba0418a0 ul li a i {
  position: absolute;
  top:0;
  left:0;
  line-height: 55px;
}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-contact_f871d998491821eb input,
.theme-sidebar-one_a93a8134855b5f38 .sidebar-contact_f871d998491821eb textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-contact_f871d998491821eb input {padding-bottom: 12px;margin-bottom: 12px;}
.theme-sidebar-one_a93a8134855b5f38 .sidebar-contact_f871d998491821eb textarea {
  height: 80px;
  resize:none;
  margin-bottom: 20px;
}
/*--------------------- Service Details ----------------------*/
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .cover-img_1bcc3f82c1ed9cbd {border-radius: 5px;margin-bottom: 25px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .main-title_232552420caf46d7 {font-size: 30px;margin-bottom: 15px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 p {padding-bottom: 25px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .sub-heading_8132ff4d42dc5d6b {font-weight: normal;margin-bottom: 15px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b {padding: 30px 0 55px 0;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .best-list-item_e7742138226b0f76 li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 4px 90px;
}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .best-list-item_e7742138226b0f76 li:last-child {margin-bottom: 0;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .best-list-item_e7742138226b0f76 li h5 {margin-bottom: 10px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .best-list-item_e7742138226b0f76 li .icon_7a7401f82a0160a7 {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .presentation-section_0d944a6e876d915b .chart {margin: 0 auto;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .accordion-one_751c4e4144ee78e0 .panel-group .panel-body_982beeb472ac7d16 p {padding: 0;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de {padding-top: 65px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de .wrapper {padding-top: 20px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de img {width: 100%;border-radius: 5px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de ul {padding-left: 18px;}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de ul li {
  line-height: 34px;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}
.service-details_32555c4c857a5e3a .service-content_89d9cabdddabb3d3 .market-growth_e229a42762aa06de ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  color: #232323;
  line-height: 34px;
  position: absolute;
  left:0;
  top:0;
  font-style: normal;
  font-weight: 700;
}
/*---------------- Project Details ---------------*/
.project-details_71d0aadaf6517684 .main-title_232552420caf46d7 {font-size: 30px;margin-bottom: 15px;}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 p {padding-bottom: 15px;}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .project-history_357b0e3cf4704ed2 {margin: 0 -5px;padding-top: 15px;}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .project-history_357b0e3cf4704ed2 li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 25px;
}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .social-icon_80303fcda55a7816 li {display: inline-block;}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .social-icon_80303fcda55a7816 li a {
  color: #555555;
  font-size: 15px;
  margin-right: 15px;
}
.project-details_71d0aadaf6517684 .project-details-sidebar_1e2cea8436a80b68 .charts_69627a2a7b54a32a {padding-top: 60px;}
.project-details_71d0aadaf6517684 .image-col_e7f78dd351f22620 img {border-radius: 5px;margin-bottom: 25px;}
.project-details_71d0aadaf6517684 .image-col_e7f78dd351f22620 img:last-child {margin-bottom: 0;}
.project-details_71d0aadaf6517684 #chartContainer {width: 100%;height: 300px;margin-top: 20px;}
/*---------------------- Blog Sidebar ---------------------*/
.blog-sidebar_93c30a152b4e8600 .sidebar-container_d785cbc567cc1f11 {margin-bottom: 45px;}
.blog-sidebar_93c30a152b4e8600 .sidebar-search_3324216409cd9129 form {height: 52px;position: relative;}
.blog-sidebar_93c30a152b4e8600 .sidebar-search_3324216409cd9129 form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding-right: 28px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-search_3324216409cd9129 form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width:25px;
  font-size: 14px;
  text-align: right;
  color: #555555;
  background: transparent;
}
.blog-sidebar_93c30a152b4e8600 .title {font-weight: normal;margin-bottom: 12px;text-transform: capitalize;}
.blog-sidebar_93c30a152b4e8600 .sidebar-categories_69fb2a79ed787f39 ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-categories_69fb2a79ed787f39 ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0; 
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li {
  padding: 10px 0 13px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li img {
  width: 65px;
  height: 60px;
  border-radius: 5px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li .post {
  width: calc(100% - 65px);
  padding-left: 20px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li .post a {
  font-family: 'Source Sans Pro', sans-serif;
  color: #232323;
  line-height: 24px;
  margin-top: -5px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li .post .date_a515dca70849cb47 {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 7px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-recent-post_5fd79ca1c359c140 li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-archives_820345c6da6a2d54 ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 32px;
  position: relative;
  padding-left: 28px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-archives_820345c6da6a2d54 ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0; 
}
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul {margin: 0 -2px;}
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li {float: left;padding: 0 2px;}
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li a {
  color: #555555;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 4px;
  padding: 0 12px;
}
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li.active a,
.blog-sidebar_93c30a152b4e8600 .sidebar-tags_296d22f9c03184a6 ul li a:hover {color: #fff;}
/*------------------- Blog Details ---------------*/
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .title {font-size: 26px;line-height: 30px;margin: 25px 0 20px 0;}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 p {padding-bottom: 25px;margin-bottom: 0;}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .mark-text_c97b3bc362e0202f img {width: 100%;border-radius: 5px;}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .mark-text_c97b3bc362e0202f .inner-text_95f1702881e6c274 {
  text-align: center;
  position: relative;
  padding-top: 140px;
  margin: 0 10px;
}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .mark-text_c97b3bc362e0202f .inner-text_95f1702881e6c274 p {font-style: italic;}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .mark-text_c97b3bc362e0202f .inner-text_95f1702881e6c274:before {
  content: "\f10c";
  font-family: Flaticon;
  position: absolute;
  color: #eeeeee;
  font-size: 45px;
  top:55px;
  left:50%;
  -webkit-transform:translateX(-50%);
          transform:translateX(-50%);
}
.blog-details_cc45c8aa9eff6408 .single-blog_cf71b1aa2d72c641 .post-meta_4ed6e3eb37356b49 .mark-text_c97b3bc362e0202f {padding: 18px 0 40px 0;}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d {border-top: 1px solid #e5e5e5;margin-top: 18px;}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d ul {padding-top: 12px;}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .tag-meta_a33c8e0fc22dedce li,
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .social-icon_80303fcda55a7816 li {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  color: #232323;
}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .tag-meta_a33c8e0fc22dedce li i,
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .social-icon_80303fcda55a7816 li i {
  font-size: 15px;
  margin-right: 2px;
}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .tag-meta_a33c8e0fc22dedce li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #555555;
}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .social-icon_80303fcda55a7816 li a {
  font-size: 15px;
  color: #777777;
  margin-left: 12px;
}
.blog-details_cc45c8aa9eff6408 .share-option_75dfb71539fd798d .social-icon_80303fcda55a7816 li:nth-child(2) a {margin-left: 3px;}
.our-blog_e8711700b1f9c52f .inner-box_632f6ad74656f8e4 {margin-top: 70px;}
.our-blog_e8711700b1f9c52f .inner-box_632f6ad74656f8e4 .theme-title-one_53ee22832a262da9 h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.our-blog_e8711700b1f9c52f .inner-box_632f6ad74656f8e4 .theme-title-one_53ee22832a262da9 h2:before {left:0;margin: 0;}
.related-post-slider .item_1e02964baaf2fb6f {margin: 0 15px;}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 .comment_224dff7cd2012675 {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 .comment_224dff7cd2012675 p {padding: 6px 0 8px 0;}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 .comment_224dff7cd2012675 a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 28px;
}
.our-blog_e8711700b1f9c52f .comment-area_05dfafbbb1633642 .single-comment_d7fabd93481ade26:last-child {margin: 0;padding: 0;border: none;}
/*---------------- Contact Us ----------------*/
.google-map-two_b1fef000f53675a4 {height: 410px;}
.contact-us-section_5d1a03e6f1a9a6c3 .main-content_4312ec1e7bcb8493 {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-us-section_5d1a03e6f1a9a6c3 .img-box_d962a698fa262d9d {
  background: url(../photos/home/22.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}
.contact-us-section_5d1a03e6f1a9a6c3 .form-wrapper_63b3052e1f57f0d7 {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 60px 40px;
}
.theme-form-one_ed7a49ae95d8c1d7 input:focus,
.theme-form-one_ed7a49ae95d8c1d7 textarea:focus {border-bottom-color: #001a57;}
/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p {color: #26ace3;}
#error p {color: #C9182B;}
#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}
.form-validation label.error {display: none !important;}
.form-validation input.error,.form-validation textarea.error {border-bottom:1px solid #f03838 !important;}
/*------------------- Compnay Branch Address ----------------*/
.branch-address_0611c251053e76b2 {background: #f2f3f6;padding: 38px 0;}
.address-slider .item_1e02964baaf2fb6f {margin: 0 15px;cursor: move;}
.branch-address_0611c251053e76b2 .wrapper p {
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.branch-address_0611c251053e76b2 .wrapper p i {
  position: absolute;
  top:5px;
  left:0;
  font-size: 18px;
}
/*--------------------- Shop Page --------------------*/
.shop-page_3802f74944d56b1b .shop-filter_fe96e4f6c0d4714f li:first-child {
  float: left;
  line-height: 40px;
  font-size: 17px;
}
.shop-page_3802f74944d56b1b .shop-filter_fe96e4f6c0d4714f li:last-child {float: right;line-height: 40px;}
.shop-page_3802f74944d56b1b .shop-filter_fe96e4f6c0d4714f li:last-child .form-control_03e491cea396458d {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 100%;
  outline: none;
  box-shadow: none;
}
.shop-page_3802f74944d56b1b .shop-filter_fe96e4f6c0d4714f {margin-bottom: 60px;}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .image-box_342382555182d763 {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .image-box_342382555182d763  img {
  position: absolute;
  top:50%;
  left: 50%;
  border-radius: 5px;
  -webkit-transform: translate(-50% , -50%);
          transform: translate(-50% , -50%);
  transition:all 0.5s ease-in-out;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0:hover .image-box_342382555182d763 img {
  -webkit-transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
          transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a {text-align: center;margin-top: 20px;position: relative;}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .price_b0410abd7203dcc2 {
  font-weight: 600;
  font-size: 22px;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .price_b0410abd7203dcc2 del {
  font-size: 18px;
  color: #afafaf;
  font-weight: normal;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0:hover .product-name_80e378dcb0a6124a .price_b0410abd7203dcc2 {opacity: 0;}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d {
  position: absolute;
  width: 100%;
  bottom: -10px;
  opacity: 0;
  left:0;
  text-align: center;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d a:hover {text-decoration: underline;}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d a i {font-weight: normal;}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0:hover .product-name_80e378dcb0a6124a .add-to-cart_8e0a960702374a4d {
  opacity: 1;
  bottom: 0;
}
.shop-page_3802f74944d56b1b .single-product_42001264d3326da0 {margin-bottom: 40px;}
/*------------------ Shop Details ------------------*/
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 380px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-preview_4a7beb2c84c6330c {
  width: 70%;
  float: left;
  border-right: 1px solid #d7d7d7;
  height: 380px;
  position: relative;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-preview_4a7beb2c84c6330c img {
  position: absolute;
  top:50%;
  left:50%;
  border-radius: 5px;
  -webkit-transform:translate(-50% , -50%);
          transform:translate(-50% , -50%);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-thumbnail_25ebe5e926b31035 {
  float: left;
  width: 30%;
  height: 380px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-thumbnail_25ebe5e926b31035 .nav-tabs_9747a2cedba521a4 {
  border: none;
  position: relative;
  top:50%;
  display: block;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-thumbnail_25ebe5e926b31035 .nav-tabs_9747a2cedba521a4 li {
  margin:0;
  text-align: center;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-thumbnail_25ebe5e926b31035 .nav-tabs_9747a2cedba521a4 li a {
  padding: 0;
  margin: 15px 0;
  border: none;
  background: transparent;
  display: inline-block;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-tab_4c91e631e61bad9f .product-thumbnail_25ebe5e926b31035 .nav-tabs_9747a2cedba521a4 li a img {
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a {padding-left: 20px;}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .title {font-size: 26px;}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .price_b0410abd7203dcc2 {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 12px 0;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .price_b0410abd7203dcc2 del {
  font-size: 20px;
  font-weight: normal;
  color: #afafaf;
  margin-right: 5px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li {
  display: inline-block;
  vertical-align: middle;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(1) {
  font-family: 'Nunito Sans', sans-serif;
  color: #232323;
  margin-right: 5px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(2) button,
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(2) input {
  background: transparent;
  display: inline-block;
  line-height: 30px;
  border: none;
  text-align: center;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(2) {
  border: 1px solid #d7d7d7;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(2) button {
  font-size: 20px;
  font-weight: 300;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 li:nth-child(2) input {
  width: 40px;
  margin-left: 10px;
}
.shop-details_867a1c248cf28e04 .product-details_c00a30d5b074dda0 .product-info_7ea7d44ac86c5f8a .order-box_5e326c8986c49ef0 {margin: 35px 0 30px 0;}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 100px 0 75px 0;
  padding: 22px 40px 20px 40px;
}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .nav-tabs_9747a2cedba521a4 .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  padding: 0 0 15px 0;
  margin-right: 35px;
}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .nav-tabs_9747a2cedba521a4 .nav-item.show .nav-link,
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .nav-tabs_9747a2cedba521a4 .nav-link.active {
  border-bottom-color: #001a57;
  background: transparent;
}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .tab-content_b6a075fb0d309934 {padding-top: 28px;}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .tab-content_b6a075fb0d309934 p {padding-bottom: 13px;}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 img {width: 70px;}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .comment_224dff7cd2012675 {
  width: calc(100% - 70px);
  padding-left: 20px;
}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .comment_224dff7cd2012675 ul li {
  display: inline-block;
  font-size: 15px;
  color: #ecc230;
}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .single-review_f361af2e3ea78580 {margin-bottom: 20px;}
.shop-details_867a1c248cf28e04 .product-review-tab_64b72c807ce072a4 .single-review_f361af2e3ea78580:last-child {margin: 0;}
.shop-details_867a1c248cf28e04 .related-product_0ee3e96514cf8439 .theme-title-one_53ee22832a262da9 {text-align: left;margin-bottom: 50px;}
.shop-details_867a1c248cf28e04 .related-product_0ee3e96514cf8439 .theme-title-one_53ee22832a262da9 h2 {font-size: 30px;}
.shop-details_867a1c248cf28e04 .related-product_0ee3e96514cf8439 .theme-title-one_53ee22832a262da9 h2:before {
  left:0;
  margin: 0;
}
.shop-details_867a1c248cf28e04 .related-product_0ee3e96514cf8439 {margin-bottom: 70px;}
/*---------------------- Faq Page ------------------*/
.faq-page_515fbac5173c7661 .faq-panel {margin-top: 15px;}
.faq-page_515fbac5173c7661 .faq-panel .panel-group {
  border:1px solid #efefef;
  border-bottom: none;
}
.faq-page_515fbac5173c7661 .faq-panel .panel {margin: 0;}
.faq-page_515fbac5173c7661 .panel-group .panel-heading h6 a {
  color:#1c2125;
  padding: 24px 63px 24px 30px;
  display: block;
  position: relative;
}
.faq-page_515fbac5173c7661 .panel-group .panel-heading h6 a:before {
  content: '+';
  width:60px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  background: #f8f8f8;
  border-left:1px solid #efefef;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
}
.faq-page_515fbac5173c7661 .panel-group .panel-heading.active-panel h6 a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
}
.faq-page_515fbac5173c7661 .panel-group .panel-heading {border-bottom:1px solid #efefef;}
.faq-page_515fbac5173c7661 .panel-group .panel-body_982beeb472ac7d16 {padding: 35px 50px 50px 30px; border-bottom:1px solid #efefef;}
.faq-page_515fbac5173c7661 .panel-group .panel-body_982beeb472ac7d16 ol {margin:15px 0;padding: 0 0 0 20px;}
.faq-page_515fbac5173c7661 .panel-group .panel-body_982beeb472ac7d16 ol li {line-height: 28px;}
/*----------------------------- Error Page --------------------------*/
.error-page_0646875306aaee58 {text-align: center;margin-bottom: 175px;}
.error-page_0646875306aaee58 h2 {
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 14px;
}
.error-page_0646875306aaee58 h3 {
  font-weight: normal;
  color:#413f3f;
  font-size: 42px;
  margin: 18px 0 32px 0;
}
.error-page_0646875306aaee58 p {
  font-size: 20px;
  color:rgba(0,0,0,0.6);
  margin-bottom: 56px;
}
.error-page_0646875306aaee58 a {line-height: 55px;}
.error-page_0646875306aaee58 span.or_182620da19d87aa2 {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}
.error-page_0646875306aaee58 input {
  height:55px;
  width:380px;
  padding: 0 20px;
  border:1px solid #f0f0f0;

}
